/* Top navbar */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Milligram-Regular-trial", sans-serif;
  color: #000 !important;
}
body {
  overflow-x: hidden;
  /* zoom: 80%; */
}
@font-face {
  font-family: "MilligramText-Regular";
  src: url("/assets/fonts/MilligramText-Regular.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Regular-trial.woff2') format('woff2'); */
font-style: normal;
font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MilligramText-Medium";
  src: url("/assets/fonts/MilligramText-Medium.ttf") format("truetype");
  /* ,url('/assets/fonts/Milligram-Medium-trial.woff2') format('woff2'); */

  font-display: swap;
}

@media (min-width: 992px) and (max-width: 1366px) {
  body {
    zoom: 80%;
  }
}
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Regular-Trial.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: AlteHaasGrotesk;
  src: url("/assets/fonts/GraphikCompact-Bold-Trial.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
} */

h2 {
  font-size: 48px !important;
  font-weight: 600 !important;
  line-height: 53px !important;
}
p,
a,
div {
  font-size: 18px !important;
  font-family: "MilligramText-Regular", sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
  font-family: "CooperBTBold", sans-serif !important;
}
section {
  overflow: unset !important;
}
p {
  font-weight: 400 !important;
}

@media (min-width: 1200px) {
  div.container,
  section.container {
    max-width: 1140px !important;
  }
  #header.header_area.fixed-top.sticky.header-scrolled
    .nav-header
    .nav-brand
    img {
    width: 240px !important;
  }
}
/* Default transparent background */
.header_area {
  transition: background-color 0.3s ease;
  background: transparent;
  
}

/* Sticky state after scroll */

.header_area.sticky {
  background: #021940; /* your background color */
}
header.fixed-top .nav-menu > li > a {
  color: #000000;
}
/* header.fixed-top .nav-menu > li > a > {
  color: #434343;
} */
.top_bavbar a {
  color: #000000 !important;
}
/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}

@media (min-width: 1199px) {
.nav-menu {
  min-height: 60px;       /* match your header height */
  display: flex;
  align-items: center;
}
}
@media (min-width: 1200px) {
  header.fixed-top img.img_show {
    width: 240px !important;
  }
  
}
.nav_style {
  display: none;
}
.top_bavbar {
  justify-content: end !important;
}
.top_bavbar a:after {
  border: 1px solid #434343 !important;
}
.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  font-size: 14px;
  text-align: left;
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  padding-bottom: 4px; /* space for the underline */
  text-decoration: none;
  color: #000000 !important; /* keep text color */
}
.nav-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px; /* underline thickness */
  width: 0;
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-menu > li > a:hover::after {
  width: 100%;
}
/* Base styles for submenu / megamenu links */
.nav-dropdown li a,
.megamenu-list li a {
  position: relative;
  display: block;
  padding: 8px 15px;
  color: inherit;
  text-decoration: none;
  z-index: 1; /* make sure text is above the pseudo-element */
  overflow: hidden; /* hide the overflow of the background animation */
}

li ul.nav-submenu li a:hover {
  color: #fff !important;
}
/* Background sweep effect */
.nav-dropdown li a::before,
.megamenu-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0; /* start invisible */
  background: linear-gradient(90deg, rgb(22 113 6), rgb(12 191 36)) !important;
  z-index: -1; /* behind the text */
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* On hover - expand background from left to right */
.nav-dropdown li a:hover::before,
.megamenu-list li a:hover::before {
  width: 100%;
}

/* Optional: smooth reverse on mouse out (already handled by transition) */
#header.header-scrolled img.img_show {
  display: block !important;
  width: 240px !important;
}
.navigation {
  display: flex !important;
  justify-content: space-between;
}

.megamenu-panel .megamenu-list > li > a:hover {
  color: #fff !important;
}

.megamenu-lists .megamenu-list > li.megamenu-list-title > a:hover {
  color: #fff !important;
}

@media (min-width: 1025px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (max-width: 1200px) {
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation.navigation-portrait .nav-menus-wrapper .nav-menu li a {
    /* padding: 12px 15px 12px 26px !important; */
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  #header.header-scrolled {
    height: 120px !important;
  }
  .nav-toggle:before {
    background-color: #000000 !important;
    box-shadow: 0 0.5em 0 0 #000000, 0 1em 0 0 #000000 !important;
  }
}
@media (min-width: 320px) and (max-width: 576px) {
  header#header.header-scrolled {
    height: 120px !important;
  }
}
@media (min-width: 992px) {
  header.fixed-top .nav-menu > li > a {
    padding: 40px 10px !important;
  }
  .nav-menus-wrapper .nav-menu li a {
    font-size: 16px !important;
  }
  .fixed-top.topnav_bg a {
    font-size: 16px !important;
  }
  .hero-wrapper #header.header-scrolled img.img_show{
    width: 200px !important;
  }
}

@media (min-width: 300px) and (max-width: 991px) {
h1.hero-title{
  font-size: 50px !important;
  line-height: 65px !important;
}
header.fixed-top .nav-menu > li > a{
  font-size: 18px !important;
}

}

/* Menu end */



/* Header and hero*/

/* Hero Section Styling */
.hero-wrapper{
background: linear-gradient(0deg, #FFFFFF 0%, #D3F8E0 100%);


}
 
      



.hero-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 90px 15px;
}

/* Desktop */
.hero-title {
  font-size: 42px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 20px;
}

.hero-desc {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.btn-demo {
  background: linear-gradient(90deg, #17A34C 0%, #099668 100%);

  color: #ffffff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
}
.btn-demo:hover {
  background: linear-gradient(90deg, #099668 0%, #17A34C 100%);
  color: #ffffff;
}

/* Tablet */
@media (max-width: 992px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-desc {
    font-size: 17px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-section {
    min-height: 70vh;
    padding: 70px 10px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-desc {
    font-size: 16px;
  }

  .btn-demo {
    width: auto;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .hero-title {
    font-size: 24px;
  }

  .hero-desc {
    font-size: 15px;
  }
}






.trace-section {
  background: #ffffff;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.section-title {
  font-size: 34px;
  font-weight: 700;
  color: #030712;
}

/* Main visual image */
.main-visual {
  max-width: 100%;
  height: auto;
}

/* Text styling */
.content-box p {
  font-size: 17px;
  color: #030712;
  line-height: 1.7;
  margin-bottom: 16px;
}

/* Tablet */
@media (max-width: 992px) {
  .section-title {
    font-size: 30px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .main-visual {
    margin-bottom: 20px;
  }
}




.how-it-works { 
  box-shadow: 0px 4px 4px 0px #00000040;
}

.how-it-works .section-title {
  font-size: 34px;
  font-weight: 700;
  color: #030712;
}

.how-it-works .section-subtitle {
  max-width: 800px;
  margin: 0 auto;
  color: #0A0A0A;
}

/* Main slider block */
.how-it-works .slider-wrapper {
  /* background: linear-gradient(57deg, #1F70C1 1.11%, #71C040 99.93%); */
  background-image: url('/assets/img/how-lot-traceability-works-in-bMobile-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 0px 80px;
  position: relative;

}
.how-it-works .swiper-wrapper{
  align-items: center;
  }
.how-it-works .swiper-horizontal{
  padding: 0px 40px;
}

/* Slide content */
.how-it-works .slide-content {
  min-height: 250px;
}

/* Image size */
.how-it-works .slide-image {
  max-width: 300px;
}

/* Fade effect */
.how-it-works .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.6s ease-in-out;
}

.how-it-works .swiper-slide-active {
  opacity: 1 !important;
}

/* CUSTOM CIRCLE ARROWS */
.how-it-works .custom-prev,
.how-it-works .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  z-index: 9;
}

/* FontAwesome icon styling */
.how-it-works .custom-prev i,
.how-it-works .custom-next i {
  color: white;
  font-size: 18px;
}

/* Hover effect */
.how-it-works .custom-prev:hover,
.how-it-works .custom-next:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Position OUTSIDE the swiper box */
.how-it-works .custom-prev {
  left: 25px;
}

.how-it-works .custom-next {
  right: 25px;
}

/* Hide default Swiper arrows */
.how-it-works .swiper-button-prev,
.how-it-works .swiper-button-next {
  display: none !important;
}

.pagination-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

/* container */
.swiper-pagination {
  position: relative;
  width: min(1000px, 90%);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 24px;  
}

/* base line */
.swiper-pagination::before {
  content: '';
  position: absolute;
  top: 12px;        
  left: 24px;
  right: 24px;
  height: 3px;
  background: #dbeafe;

  z-index: 0;
}


.swiper-pagination::after {
  content: '';
  position: absolute;
  top: 12px;
  left: 24px;
  height: 3px;
  background: #2563eb;
  transform: translateY(-50%);
  z-index: 0;
  transition: width 0.3s ease;
  width: var(--progress-width, 0px);
}

.swiper-pagination-bullet {
  width: auto;
  height: auto;
  opacity: 1;
  background: transparent;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 1;
}

.step-dot{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #bfdbfe;
  display: grid;
  place-items: center;
  transition: all 0.2s ease;
}

.swiper-pagination-bullet-active .step-dot,
.swiper-pagination-bullet-completed .step-dot{
  background: #2563eb;
  width: 26px;
  height: 26px;
}



/* labels */


.swiper-pagination-bullet-active .step-label{
  color: #2563eb;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
  width: 50%;
  display: flex;
  align-items: center;
}

/* RESPONSIVE */


/* MOBILE FIX */
@media (max-width: 768px) {

  .pagination-wrapper {
    padding: 10px 0 20px;
  }

  .swiper-pagination {
    width: 100% !important;
    padding: 0 10px;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 100% !important;
    justify-content: space-between;
  }

  /* Make progress line thinner */
  .swiper-pagination::before,
  .swiper-pagination::after {
    top: 10px;
    left: 10px;
    right: 10px;
    height: 2px;
  }

  /* Make dots smaller */
  .step-dot {
    width: 14px;
    height: 14px;
  }

  .swiper-pagination-bullet-active .step-dot,
  .swiper-pagination-bullet-completed .step-dot {
    width: 18px;
    height: 18px;
  }

  /* Hide labels on mobile (optional but recommended) */
  .step-label {
    display: none;
  }
}

/* TABLET */
@media (max-width: 992px) {
  .how-it-works .slider-wrapper {
    padding: 35px 60px;
  }

  .how-it-works .swiper-horizontal {
    padding: 0 20px;
  }

  .how-it-works .slide-image {
    max-width: 260px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .how-it-works .slider-wrapper {
    padding: 30px 40px; /* reduce side space */
  }

  /* Stack text + image */
  .how-it-works .slide-content {
    text-align: center;
  }

  .how-it-works .slide-content .col-md-6 {
    width: 100%;
  }

  .how-it-works .slide-image {
    margin-top: 20px;
    max-width: 220px;
  }

  /* Move arrows slightly inward so they don’t cut off */
  .how-it-works .custom-prev {
    left: 5px;
  }

  .how-it-works .custom-next {
    right: 5px;
  }
}

/* SMALL MOBILE */
@media (max-width: 480px) {
  .how-it-works .slider-wrapper {
    padding: 25px 30px;
  }

  .how-it-works .custom-prev,
  .how-it-works .custom-next {
    width: 38px;
    height: 38px;
  }

  .how-it-works .custom-prev i,
  .how-it-works .custom-next i {
    font-size: 16px;
  }
}





/* =======================
   SECTION TITLES
======================= */

.features-section .section-title {
  font-size: 34px;
  font-weight: 700;
}
.features-section {
  box-shadow: 0px 4px 4px 0px #00000040;

}

.features-section .section-subtitle {
  max-width: 900px;
  margin: 0 auto;
  color: #0A0A0A;
}

.feature-tab{
  color: #71C040;
}
#feature-count{
  color: #1F70C1;
}
/* =======================
   LEFT COLUMN (BAR + COUNTER)
======================= */

.feature-left-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

/* Vertical progress bar container */
.features-section .feature-progress-vertical {
  width: 4px;
  height: 140px; /* matches your design */
  background: #e0e0e0;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

/* Each segment */
.features-section .progress-segment-v {
  flex: 1;
  transition: background 0.4s ease;
}

/* Active (blue) segment */
.features-section .progress-segment-v.active {
  background: #1f73c2;
}

/* Vertical counter under progress bar */
.feature-counter-vertical {
  /* display: flex; */
  display: none;
  flex-direction: row;
  align-items: center;
  writing-mode: vertical-rl;   /* makes text vertical */
  transform: rotate(180deg);   /* flips it bottom → top */
  font-size: 14px;
  line-height: 1.4;
  gap: 6px;
}

/* =======================
   MIDDLE COLUMN (TABS)
======================= */

.features-section .feature-tabs {
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-top: 5px;
    justify-content: space-around;
}

.features-section .feature-tab {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}

.features-section .feature-tab.active {
  color: #71C040;
}

/* =======================
   RIGHT COLUMN (CONTENT BOX)
======================= */

.features-section .feature-content-box {
  background: linear-gradient(287deg, #1F70C1 1.02%, #71C040 100%);
  border-radius: 20px;
  padding: 30px 10px;
  position: relative;
  min-height: 310px;   /* <-- IMPORTANT: keeps box same height */
  overflow: hidden; 
  display: flex;
  align-items:center ;
  box-shadow: 0px 4px 4px 0px #00000040;

}

/* ===== FIX: Equal height columns + fixed dividers ===== */

.feature-columns {
  display: flex;
  align-items: stretch;   /* makes all columns same height */
  width: 100%;
}


/* Each column */
.feature-col {
  flex: 1;
  text-align: center;
  padding: 0 15px;
  color: white;
}

/* Vertical divider that always stretches full height */
.feature-col.divider {
  border-left: 1px solid rgba(255,255,255,0.4);
  border-right: 1px solid rgba(255,255,255,0.4);
}

/* Hide slides by default */
.feature-slide {
  display: none;
}

/* Active slide shown */
.feature-slide.active {
  display: block;
  opacity: 1;

}

.feature-slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Icons inside content box */
.features-section .feature-icon {
  max-width: 60px;
}

/* Vertical dividers inside content box */
.features-section .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

/* =======================
   RESPONSIVE BEHAVIOR
======================= */

/* -------- TABLET (≤ 992px) -------- */
@media (max-width: 992px) {

  /* Make bar + counter slightly shorter */
  .features-section .feature-progress-vertical {
    height: 90px;
  }

  /* Keep tabs aligned nicely */
  .features-section .feature-tabs {
    text-align: left;
  }
}

/* -------- MOBILE (≤ 768px) -------- */
@media (max-width: 768px) {

  /* Move progress bar + counter to top */
  .feature-left-vertical {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }

  /* Shorter bar on mobile */
  .features-section .feature-progress-vertical {
    width: 100%;
    max-width: 250px;
    height: 6px;
    min-height: unset;
    flex-direction: row;
    border-radius: 20px;
    overflow: hidden;
  }

  /* Segments become horizontal */
  .features-section .progress-segment-v {
    height: 100%;
    width: 100%;
  }

 
  /* Center tabs on mobile */
  .features-section .feature-tabs {
    text-align: center;
    margin-bottom: 20px;
  }

  /* Remove vertical dividers inside content box */
  .features-section .border-left {
    border-left: none;
    margin-top: 20px;
  }
  .feature-columns {
    flex-direction: column;
  }

  .feature-col.divider {
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(255,255,255,0.4);
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 20px 0;
  }
}




/* =======================
   SECTION TITLES
======================= */

/* .benefits-section{
  box-shadow: 0px 4px 4px 0px #00000040;
  position: relative;
  overflow-x: hidden !important;
}

.benefits-section .section-title {
  font-size: 34px;
  font-weight: 700;
}


.benefits-section .section-subtitle {
  max-width: 900px;
  margin: 0 auto;
  color: #6B7280;
} */

/* =======================
   SLIDER WRAPPER (SPACE FOR ARROWS)
======================= */

/* .benefits-slider-wrapper {
  position: relative;
  padding: 0 60px; 
} */

/* =======================
   TRACK (3-CARD LAYOUT)
======================= */

/* .benefits-track {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); 
} */


/* =======================
   EACH SLIDE
======================= */

/* .benefit-slide {
  flex: 0 0 320px; 
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0.7;
  transform: scale(0.95);
} */

/* CENTER SLIDE (HIGHLIGHT) */
/* .benefit-slide.center {
  opacity: 1;
  transform: scale(1);
} */

/* =======================
   CARD DESIGN (EQUAL HEIGHT)
======================= */

/* .benefit-card {
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 4px 2px #00000040;
  padding: 20px;
  gap: 16px;
} */

/* Image container */
/* .benefit-img {
  width: 100%;
  height: 180px; 
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px #00000040;
  border-radius: 16px;
} */

/* .benefit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* Content */
/* .benefit-body {
  text-align: left;
  flex-grow: 1;
  color: #42445D;
} */

/* .benefit-body .title {
  font-size: 18px;
  font-weight: 700 !important;
  margin-bottom: 8px;
} */

/* =======================
   CENTER SLIDE HIGHLIGHT (GRADIENT BORDER)
======================= */

/* .benefit-slide.center .benefit-card {
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box,
              linear-gradient(90deg, #71c040, #1f73c2) border-box;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
} */

/* =======================
   CUSTOM ARROWS
======================= */

/* .benefits-prev,
.benefits-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: white;
  z-index: 10;
} */

/* .benefits-prev { left: 0; }
.benefits-next { right: 0; }

.benefits-prev:hover,
.benefits-next:hover {
  background: #f5f5f5;
} */

/* =======================
   RESPONSIVE BEHAVIOR
======================= */

/* Tablet */
/* @media (max-width: 992px) {
  .benefits-slider-wrapper {
    padding: 0 40px;
  }

  .benefit-slide {
    flex: 0 0 280px;
  }

  .benefit-img {
    height: 160px;
  }
} */

/* Mobile */
/* @media (max-width: 768px) {
  .benefits-slider-wrapper {
    padding: 0 30px;
  }

  .benefits-track {
    gap: 15px;
  }

  .benefit-slide {
    flex: 0 0 260px;
  }

  .benefit-img {
    height: 150px;
  }
} */


.benefits-slider-wrapper{
  --card-radius: 14px;
  --shadow: 0 10px 24px rgba(20, 30, 50, .12);
  --border: #e6e8ef;
  --active-blue: #2f6df6;
  --active-green: #41b64a;

  --gap: 34px;
  --move-dur: 260ms; 
  --card-dur: 140ms;  

  padding: 0 54px;
}

.benefits-viewport{
  overflow: hidden;
  padding: 18px 0 30px;
}

.benefits-track{
  display: flex;
  gap: var(--gap);
  will-change: transform;
  transform: translateX(0);
}

.benefit-slide{
  flex: 0 0 calc((100% - (2 * var(--gap))) / 3);
}

.benefit-card{
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  height: 100%;

  opacity: .45;
  transform: scale(.92);
  filter: saturate(.9);
  transition:
    transform var(--card-dur) ease,
    opacity var(--card-dur) ease,
    filter var(--card-dur) ease,
    border-color var(--card-dur) ease;
}

.benefit-img{
  height: 170px;
  margin: 18px 18px 0;
  border-radius: 12px;
  overflow: hidden;
  background: #eef2ff;
}
.benefit-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.benefit-body{
  padding: 18px;
  line-height: 1.45;
}
.benefit-body .title{
  margin: 6px 0 10px;
  font-size: 20px;
  font-weight: 650;
  color: #18243b;
}
.benefit-body p{
  margin: 0;
  color: #5b667a;
  font-size: 15.5px;
}

/* Active (middle) */
.benefit-slide.is-active .benefit-card{
  opacity: 1;
  transform: scale(1);
      border: 2px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #71c040, #1f73c2) border-box;
  position: relative;
}
.benefit-slide.is-active .benefit-card::before{
  content:"";
  position:absolute;
  left:-2px; top:-2px; bottom:-2px;
  width: 6px;
 
  border-top-left-radius: var(--card-radius);
  border-bottom-left-radius: var(--card-radius);
}
.benefits-prev,
.benefits-next{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #d9ddea;
  background: #fff;
  box-shadow: 0 8px 18px rgba(20, 30, 50, .10);
  cursor: pointer;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;

  display: grid;
  place-items: center;
}
.benefits-prev{ left: 0; }
.benefits-next{ right: 0; }

.benefits-prev:active,
.benefits-next:active{
  transform: translateY(-50%) scale(.98);
}

@media (max-width: 720px){
  .benefits-slider-wrapper{ --gap: 14px; padding: 0; }
  .benefits-prev, .benefits-next{  }
  .benefit-img{ height: 120px; }
  .benefit-body .title{ font-size: 16px; }
  .benefit-body p{ font-size: 13px; }
}

@media (prefers-reduced-motion: reduce){
  .benefits-slider-wrapper{ --move-dur: 0ms; --card-dur: 0ms; }
  .benefit-card{ transition: none; }
}


/* =========================
   BENEFITS RESPONSIVE FIX
========================= */

/* ---------- Tablet (2 cards) ---------- */
@media (max-width: 992px) {

  .benefits-slider-wrapper {
    padding: 0 30px;
  }

  .benefit-slide {
    flex: 0 0 calc((100% - var(--gap)) / 2);
  }

  .benefit-img {
    height: 150px;
  }

}

/* ---------- Mobile (1 card) ---------- */
/* =========================
   MOBILE – VERTICAL LAYOUT
========================= */
@media (max-width: 768px) {

  /* Remove slider behaviour */
  .benefits-viewport {
    overflow: visible;
  }

  .benefits-track {
    flex-direction: column;
    gap: 20px;
    transform: none !important;
  }

  .benefit-slide {
    flex: 0 0 100%;
  }

  /* Remove scaling & opacity effect */
  .benefit-card {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .benefit-slide.is-active .benefit-card {
    transform: none;
    border: 2px solid #e6e8ef;
    background: #fff;
  }

  /* Hide arrows */
  .benefits-prev,
  .benefits-next {
    display: none;
  }

}

/* ---------- Small Mobile (Cleaner UX) ---------- */
@media (max-width: 576px) {

  .benefits-prev,
  .benefits-next {
    display: none; /* hide arrows */
  }

  .benefits-slider-wrapper {
    padding: 0;
  }

  .benefits-viewport {
    padding: 10px 0 20px;
  }

}





/* ===== CTA SECTION ===== */
.cta-section {
  background: #ffffff; /* light page background */
  box-shadow: 0px 4px 4px 0px #00000040;
}

/* Main blue box */
.cta-box {
  background: linear-gradient(90deg, #012c46, #0a89e1);
  border-radius: 20px;
  padding: 60px 40px;
  color: white;
}

/* Title */
.cta-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Description */
.cta-desc {
  max-width: 800px;
  margin: 0 auto 25px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #e6f1ff;
}

/* Button */
.cta-btn {
  background: white;
  color: #0465A1;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 15px;
  border: 1px solid #0465A1;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: #0465A1;
  color: #ffffff;
  border: 1px solid #ffffff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .cta-box {
    padding: 40px 20px;
  }

  .cta-title {
    font-size: 26px;
  }

  .cta-desc {
    font-size: 15px;
  }
}






     

/* Footer section */

.footer-section {
  background: #000;
  color: #fff;
  font-size: 1rem;
  border-top: 1px solid #333;
}

.footer-logo-img {
  height: 100px;
  max-width: 100%;
}

.footer-title {
  color: #7fff00;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px;
}

.footer-address {
  font-style: normal;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 18px;
}
.footer-address a {
  color: #ffffff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #0085cd;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 10px;
  transition: color 0.2s;
  display: inline-block;
}
.footer-social a i {
  font-size: 25px;
}

.footer-social a:hover {
  color: #0085cd;
}

.footer-bg-logo-img {
  /* opacity: 0.08; */
  width: 60%;
  max-width: 220vw;
  height: auto;
  margin: 0 auto;
  display: block;
}

.footer-copyright {
  color: #fff;
  font-size: 18px;
  margin: 18px 0 0 0;
  letter-spacing: 0.01em;
  padding: 20px 0px;
}

@media (max-width: 767.98px) {
  .footer-logo-img {
    height: 40px;
  }
  .footer-bg-logo-img {
    width: 180px;
  }
  .footer-title {
    margin-top: 18px;
  }
}
.bg-dark-gray {
  background: url(/assets/img/Black-Background.png);
  padding: 20px 0px;
}

/* Footer section */



/* Common style start */

h1 {
  font-size: 50px !important;
  font-weight: normal !important;
  line-height: 60px !important;
}
h2 {
  font-size: 45px !important;
  font-weight: 400 !important;
  line-height: 59px !important;
}
p {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 31px !important;
}
/* a {
  font-size: ;
  font-weight: ;
  line-height: ; 
}*/
@media (min-width: 300px) and (max-width: 767px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  p, a, div{
  font-size: 18px !important;
  }
}
@media (min-width: 1367px) and (max-width: 1919px) {
  p, a, div{
  font-size: 18px !important;
  }
}
/* @media (min-width: 1920px) and (max-width: 6000px) {
  p, a, div{
  font-size: 20px !important;
  }
} */
/* Common style end */
