/* Evbooth */
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #F7F8F9;
  color: white;
}
/* =========================
   Inter
========================= */

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_28pt-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_28pt-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter_28pt-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

/* =========================
   DM Sans
========================= */

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}


/* -------------------------------------------------------------------------------------------- */
/* TOPBAR  */
.topbar {
  position: relative;
  background-color: #f3f3f3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.topbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #A0A0A0,#A0A0A0);
   font-family: 'Inter', sans-serif;
}

.topbar-inner {
  max-width: 1400px;
  margin: auto;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #091B32;
   font-family: 'Inter', sans-serif;
 
  
}

.breadcrumb {
  display: flex;
  gap: 10px;
   font-family: 'Inter', sans-serif;
}

.breadcrumb a {
  color: #091B32aa;
  text-decoration: none;
   font-family: 'Inter', sans-serif;
}

.exit-btn {
  background: #1E77BC;
  padding: 8px 20px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
   font-family: 'Inter', sans-serif;
}
/* ------------------------------------------------------------------ */
/* EVBooth — Powering Seamless EV Charging Experiences Across India & Nepal */
/* =========================
   GLOBAL
========================= */
body {
  margin: 0;
 font-family: 'DM Sans', sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  line-height: 1.5;
  
}

.case-study-section {
  padding: 20px 20px 80px;
  font-family: 'DM Sans', sans-serif;
}

.case-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* =========================
   TITLE & INTRO
========================= */
.case-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #091B32;
  font-family: 'DM Sans', sans-serif;
}

.case-intro {
  font-size: 16px;
  color: #3C4048;
  margin-bottom: 50px;
  max-width: 1400px;
  font-family: 'DM Sans', sans-serif;
}

/* =========================
   STATS SECTION
========================= */
.case-stats {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
  font-family: 'DM Sans', sans-serif;
}

.stat-box {
  flex: 1;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 0px;
  text-align: center;
  border-left: 4px solid #1E77BC;
  transition: 0.3s ease;
  font-family: 'DM Sans', sans-serif;
}

.stat-box h3 {
  color: #1E77BC;
  font-size: 24px;
  margin-bottom: 6px;
  font-family: 'DM Sans', sans-serif;
}

.stat-box p {
  font-size: 16px;
  color: #3C4048;
  font-family: 'DM Sans', sans-serif;
}

/* =========================
   INFO ROW
========================= */
.case-info-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 4px solid #F3A804;
  background: #f3f3f3;
    border-radius: 10px;
  padding-top: 25px;
  padding: 10px;
  margin-bottom: 40px;
  font-family: 'DM Sans', sans-serif;
}

.info-item span {
  font-size: 16px;
  color: #3C4048;
  display: block;
   gap: 10px;
   font-family: 'DM Sans', sans-serif;
  padding: 0 40px;     /* top-bottom | left-right */
  
}

.highlight {
  color: #F3A804;
  font-weight: 600;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  padding: 0 40px;     /* top-bottom | left-right */
  
}

/* =========================
   HEADINGS
========================= */
h2 {
  color: #1E77BC;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  font-family: 'DM Sans', sans-serif;
}

h3 {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 15px;
  color: #091B32;
 font-family: 'DM Sans', sans-serif;
}

/* =========================
   PARAGRAPHS
========================= */
p {
  margin-bottom: 16px;
  font-size: 16px;
  color: #3C4048;
  max-width: 1400px;
  font-family: 'DM Sans', sans-serif;
}

/* =========================
   LISTS
========================= */
ul {
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 1400px;
  font-family: 'DM Sans', sans-serif;
}

ul li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #3C4048;
  font-family: 'DM Sans', sans-serif;
}

/* =========================
   FINAL LINE
========================= */
.final-line {
  margin-top: 40px;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  color: #091B32;
  font-family: 'DM Sans', sans-serif;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {

  .case-stats {
    flex-direction: column;
  }

  .case-info-row {
    flex-direction: column;
    gap: 20px;
  }

  .case-title {
    font-size: 26px;
    font-family: 'DM Sans', sans-serif;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------- */
/* Contact Us */
/* ============================= */
/* SECTION BACKGROUND            */
/* ============================= */

.cta-section {
  position: relative;
  width: 100vw;              /* Full viewport width */
  left: 50%;
  right: 50%;
  margin-left: -50vw;        /* Break out of parent */
  margin-right: -50vw;

  padding: 100px 20px;
  background: #091B32;

  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}

/* ============================= */
/* INNER GRADIENT CARD           */
/* ============================= */

.cta-container {
  width: 90%;
  max-width: 1600px;
  padding: 40px 40px;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(180deg, #1E77BC 0%,#1E77BC , #091B32 100%);
}

/* ============================= */
/* TEXT                          */
/* ============================= */

.cta-title {
  font-size: 40px;
  color: #F3A804;
  margin-bottom: 10px;
 font-family: 'DM Sans', sans-serif;
}

.cta-subtitle {
  font-size: 20px;
  color: #ffffff;
  max-width: 1400px;
  margin: 0 auto 40px auto;
  line-height: 1.6;
 font-family: 'DM Sans', sans-serif;
}

/* ============================= */
/* BUTTONS WRAPPER               */
/* ============================= */

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* ============================= */
/* COMMON BUTTON STYLE           */
/* ============================= */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
}
/* Change PNG icon color to blue on hover */
.btn-primary:hover .btn-icon {
  filter: brightness(0) saturate(100%)
          invert(32%) sepia(98%)
          saturate(2476%)
          hue-rotate(185deg)
          brightness(95%) contrast(95%);
}

/* ============================= */
/* PRIMARY BUTTON (Blue)         */
/* ============================= */

.btn-primary {
  background-color: #1E77BC;
  color: #ffffff;
  
}

/* Hover + Click */
.btn-primary:hover,
.btn-primary:active {
  background-color: #ffffff;
  color: #1E77BC;
  font-family: 'DM Sans', sans-serif;
}

/* ============================= */
/* OUTLINE BUTTON (White)        */
/* ============================= */

.btn-outline {
  
  color: #ffffff;
  border: 2px solid #1E77BC;
}

/* Hover + Click */
.btn-outline:hover,
.btn-outline:active {
  background-color: #ffffff;
  color: #1E77BC;

}

/* ============================= */
/* ICON                          */
/* ============================= */

.btn-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}
/* --------------------------------------------------------------------------------------------------------------------------------- */
/* <!-- Footer --> */

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* ----------------------------------------------------------------- */
/* FULL WIDTH FOOTER BACKGROUND */
/* <!-- Footer --> */

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* FULL WIDTH FOOTER BACKGROUND */
.footer {
  width: 100%;
  background: linear-gradient(180deg, #152131 0%, #091B32 100%);
  color: #ffffff;
  position: relative;
}

/* INNER CONTENT ALIGNMENT */
.footer-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 40px;
  box-sizing: border-box;
   font-family: 'Inter', sans-serif;
}

/* Top Row */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
   font-family: 'Inter', sans-serif;
}

.footer-logo {
  width: 150px; /* PNG Logo */
}

.footer-copy {
  font-size: 14px;
  opacity: 0.8;
  color:#F7F8F9;
   font-family: 'Inter', sans-serif;
}

/* Divider */
.footer-divider {
  height: 1px;
  background: #323E4F;
  margin: 30px 0 50px 0;
   font-family: 'Inter', sans-serif;
}

/* Grid Layout */
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 80px;
  align-items: start;   /* ADD THIS */
}

.footer-about p {
  font-size: 14px;
  line-height: 1.7;
  color: #F7F8F9;
  max-width: 420px;  /* keeps text readable */
   font-family: 'Inter', sans-serif;
}

.footer-column h4 {
  margin-bottom: 20px;
  font-weight: 500;
   font-family: 'Inter', sans-serif;
}

/* Links */
.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;   /* ADD THIS */
}

.footer-column ul li {
  margin-bottom: 12px;
   font-family: 'Inter', sans-serif;
}

.footer-column ul li a {
  color: #F7F8F9;
  text-decoration: none;
  position: relative;
  font-size: 14px;
   font-family: 'Inter', sans-serif;
}

/* Underline animation */
.footer-column ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1px;
  background: #F7F8F9;
  transition: width 0.3s ease;
}

.footer-column ul li a:hover::after {
  width: 100%;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons img {
  width: 36px;
  height: 36px;
  transition: transform 0.3s ease;
}

.social-icons img:hover {
  transform: scale(1.1);
}

/* ============================= */
/* SCROLL TO TOP CIRCLE         */
/* ============================= */

.scroll-top {
  position: absolute;
  right: 60px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
  
}

/* Rotating SVG */
.rotating-text {
  width: 100%;
  height: 100%;
 
  animation: rotateText 15s linear infinite;
}

/* Rotation animation */
@keyframes rotateText {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Static Arrow Centered */
.scroll-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
   font-family: 'Inter', sans-serif;
  color: #ffffff;
  pointer-events: none; /* ensures click works on parent */
}
/* ------------------------------------------------------------------------------------------------ */
/* =========================================
   GLOBAL RESPONSIVE SETTINGS
========================================= */

/* -------- Tablet (1024px and below) -------- */
@media (max-width: 1024px) {

  .navbar {
    padding: 0 40px;
  }

  .hero-content h1 {
    font-size: 42px;
  }

  .apart-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .reach-container {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

/* -------- Mobile (768px and below) -------- */
@media (max-width: 768px) {

  .navbar {
    padding: 0 20px;
  }

  .nav-links {
    display: none; /* Hide desktop menu */
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .story-title,
  .value-title,
  .core-title,
  .people-title,
  .leadership-title,
  .apart-header h2,
  .reach-title,
  .cta-title {
    font-size: 26px;
  }

  .reach-container {
    padding: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .scroll-top {
    right: 20px;
    bottom: 20px;
  }
}

/* -------- Small Mobile (480px and below) -------- */
@media (max-width: 480px) {

  .hero-content {
    padding: 20px;
  }

  .cta-container {
    padding: 30px 20px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .team-card img {
    width: 180px;
    height: 180px;
  }

}

/* ================= FOOTER FIX ================= */
@media (max-width: 768px) {

  .footer-top {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

}
/* Desktop */
.nav-links {
  display: flex;
  gap: 32px;
}
@media (max-width:768px){

  .reach-card {
    align-items: flex-start;
  }

  .icon-box {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }

}