/* =========================================
   GLOBAL SECTIONS
   ========================================= */
.menu-request-demo {
  position: static;
}

.menu-request-demo a#slideButton {
  margin: 0 !important;
  color: #ffffff !important;
}

.section {
  padding: 50px;
}

.section-heading {
  padding-bottom: 20px;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.sub-heading {
  /* font-size: 18px; */
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}

.desc {
  text-align: center;
  letter-spacing: 0.3px;
  line-height: 1.8;
  font-weight: 400;
  color: #222222;
  /* font-size: 17px; */
  padding: 0 170px;
}

@media (max-width: 1050px) {
  .desc {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 30px 20px;
  }

  .section-heading {
    font-size: 26px;
    padding-bottom: 20px;
  }

  .sub-heading {
    font-size: 16px;
    padding: 20px 0;
  }

  .desc {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 24px 16px;
  }

  .section-heading {
    font-size: 22px;
  }

  .sub-heading {
    font-size: 15px;
  }
}

html,
body {
  font-family: "MilligramText-Regular", sans-serif !important;
}

h1 {
  font-size: 60px !important;
  font-family: "CooperBTLight", sans-serif !important;
}

p {
  font-size: 18px;
  margin-bottom: 0 !important;
}

@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;
}

#header.header-scrolled img.img_show {
  display: inline-block !important;
  width: 240px !important;
}

.nav_style {
  visibility: hidden;
}

/* =========================================
   HEADER & NAVIGATION 
   ========================================= */
header.fixed-top .nav-menu > li > a {
  color: #434343;
}

.top_bavbar a {
  color: #434343 !important;
}

.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent !important;
}

@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;
} */

@media (min-width: 1200px) {
  div.container,
  section.container {
    max-width: 1140px;
  }

  #header.header_area.fixed-top.sticky.header-scrolled
    .nav-header
    .nav-brand
    img {
    width: 240px;
  }
}

/* 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: #434343;
}

header.fixed-top .nav-menu > li > a > {
  color: #434343;
}

.top_bavbar a {
  color: #434343;
}

/* Menu start */
.header_area.fixed-top,
.fixed-top.topnav_bg {
  background: transparent;
}

@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: #434343 !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;
  }
}

@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;
  }
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero-wrapper {
  background: url("/assets/img/cybake-hero-background.png") no-repeat center
    center / cover;
  /* font-family: "Milligram-trial", sans-serif !important; */
}

.hero-section {
  position: relative;
  min-height: 35vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #002465;
  padding: 3rem 1.5rem;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 10px;

  position: relative;
  z-index: 2;
  max-width: 750px;
}

.hero-content img {
  max-width: 210px;
  height: auto;
  margin-bottom: 20px;
}

.hero-title {
  /* font-size: 50px; */
  font-weight: 600;
  margin-bottom: 1rem;
  color: #111111;
}

.hero-sub-heading {
  /* font-size: 22px; */
  font-weight: 700;
  color: #111111;
}

.hero-title span {
  color: #1a8f5a;
}

.hero-desc {
  /* font-size: 1.1rem; */
  color: #333;
  line-height: 1.6;
  margin-bottom: 1.8rem;
}

.btn-container {
  padding-top: 30px;
}

a.hero-btn {
  color: #fff;
  width: fit-content;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
}

a.try-btn {
  background: linear-gradient(
    90deg,
    #15a24b 0%,
    #13a050 33%,
    #0f9d57 66%,
    #069668 100%
  );
}

a.try-btn:hover {
  color: white;
  background: linear-gradient(
    90deg,
    #128a40 0%,
    #108945 33%,
    #0c864a 66%,
    #05815a 100%
  );
}

a.book-btn {
  background-color: white;
  color: #1a8f5a;
  position: relative;
  border: 2px solid #1a8f5a;
}

a.book-btn:hover {
  background-color: rgba(154, 160, 161, 0.911);
  color: #0a6d41;
  border: 2px solid;
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 60vh;
    padding: 2rem 1rem;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-sub-heading {
  }

  .hero-desc {
  }

  .hero-content img {
    max-width: 160px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    min-height: 50vh;
    padding: 1.5rem 1rem;
  }

  .hero-title {
    font-size: 1.4rem;
  }

  .hero-sub-heading {
    font-size: 16px;
  }

  .hero-desc {
    font-size: 0.9rem;
  }

  a.hero-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

/* =========================================
   COMPARISON TABLE
   ========================================= */
/* =========================================
   REUSABLE COMPARISON TABLE (common class)
   ========================================= */
.cmp-table-wrapper {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.cmp-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 0;
}

.cmp-table thead {
  background: linear-gradient(180deg, #ddf7e5 0%, #85d479 100%);
}

.cmp-table th {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  border-bottom: 2px solid #d1d5db;
  white-space: normal;
}

.cmp-col-feature {
  width: 50%;
  text-align: left;
}

.cmp-col-primary,
.cmp-col-secondary {
  width: 25%;
  text-align: center;
}

.cmp-table td {
  padding: 20px;
  border-bottom: 1px solid #f3f4f6;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  vertical-align: middle;
}

.cmp-table td:nth-child(2),
.cmp-table td:nth-child(3) {
  text-align: center;
}

.cmp-category-row td {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #111827;
  padding: 18px 20px;
  border-bottom: 2px solid #e5e7eb;
  border-top: 2px solid #e5e7eb;
  background: #ddf7e5;
}

.cmp-table tbody tr.cmp-category-row:first-child td {
  border-top: none;
}

.cmp-status-yes {
  color: #15a24b;
  font-size: 16px;
  font-weight: 700;
}

.cmp-status-limited {
  color: #f59e0b;
  font-size: 16px;
  font-weight: 700;
}

.cmp-status-no,
.cmp-status-text {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
}

/* Smaller screens */
@media (max-width: 768px) {
  .cmp-table th,
  .cmp-table td {
    padding: 12px;
    font-size: 13px;
    line-height: 18px;
  }

  .cmp-category-row td {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .cmp-status-yes,
  .cmp-status-limited,
  .cmp-status-no,
  .cmp-status-text {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .cmp-table th,
  .cmp-table td {
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .cmp-category-row td {
    font-size: 13px;
  }

  .cmp-status-yes,
  .cmp-status-limited,
  .cmp-status-no,
  .cmp-status-text {
    font-size: 12px;
  }
}

/* =========================================
   CHOOSE SECTION FEATURES GRID
   ========================================= */
/* ============ CHOOSE SECTION ============ */
.img1 {
  transform: scale(1.08);
}

/* --- Main Layout Container --- */
.features-wrapper {
  padding: 100px 0;
  width: 100%;
}

/* --- Left Column: Accordion --- */
.accordion-container {
  padding: 10px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.accordion-items {
  border-radius: 6px;
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.05),
    0 0 0 1px #d1d5db;
  background-color: #f3f4f6;
  overflow: hidden;
  transition:
    box-shadow 0.3s ease,
    outline 0.3s ease;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 20px;
  background: transparent;
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
  background-color: #e5e7eb;
}

.chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  background-color: #ffffff;
  transition: grid-template-rows 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.content-inner {
  overflow: hidden;
  padding: 0 20px;
  /* font-size: 15px; */
  line-height: 1.6;
  color: #4b5563;
}

.content-inner::before {
  content: "";
  display: block;
  height: 10px;
}

.content-inner::after {
  content: "";
  display: block;
  height: 20px;
}

/* Active Accordion State */
.accordion-items.active {
  outline: 2px solid #2ea169;
  outline-offset: 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.accordion-items.active .accordion-header {
  background: linear-gradient(to right, #eaf5ee, #f4faf6);
}

.accordion-items.active .chevron {
  transform: rotate(180deg);
}

.accordion-items.active .accordion-content {
  grid-template-rows: 1fr;
  box-shadow: inset 0 1px 0 #2ea169;
}

/* --- Right Column: Vertical Carousel --- */
.stack-col {
  flex: 1.2;
  position: relative;
  height: 480px;
  overflow: hidden;
  min-width: 0;
}

.stack-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, #ffffff, transparent);
  z-index: 20;
  pointer-events: none;
}

.stack-col::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, #ffffff, transparent);
  z-index: 20;
  pointer-events: none;
}

.carousel-track {
  position: absolute;
  width: 100%;
  left: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.carousel-slide {
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
}

.carousel-slide-inner {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease,
    box-shadow 0.5s ease;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Slide States */
.carousel-slide.is-active .carousel-slide-inner {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-color: #2ea169;
}

.carousel-slide.is-adjacent-top .carousel-slide-inner {
  transform: scale(0.88) translateY(15px);
  opacity: 0.6;
  box-shadow: none;
}

.carousel-slide.is-adjacent-bottom .carousel-slide-inner {
  transform: scale(0.88) translateY(-15px);
  opacity: 0.5;
  box-shadow: none;
}

.carousel-slide.is-far .carousel-slide-inner {
  transform: scale(0.78);
  opacity: 0.15;
  box-shadow: none;
}

/* =============================================
   RESPONSIVE BREAKPOINTS
   ============================================= */

/* --- Large Desktop (≤1400px) --- */
@media (max-width: 1400px) {
  .stack-col {
    height: 440px;
  }

  .stack-col::before,
  .stack-col::after {
    height: 80px;
  }
}

/* --- Small Desktop (≤1200px) --- */
@media (max-width: 1200px) {
  .stack-col {
    height: 380px;
    flex: 1;
  }

  .stack-col::before,
  .stack-col::after {
    height: 70px;
  }

  .carousel-slide {
    padding: 6px 12px;
  }

  .carousel-slide-inner {
    border-radius: 10px;
  }

  .carousel-slide.is-active .carousel-slide-inner {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  }

  .carousel-slide.is-adjacent-top .carousel-slide-inner {
    transform: scale(0.9) translateY(12px);
  }

  .carousel-slide.is-adjacent-bottom .carousel-slide-inner {
    transform: scale(0.9) translateY(-12px);
  }

  .carousel-slide.is-far .carousel-slide-inner {
    transform: scale(0.82);
  }

  .accordion-header {
    font-size: 15px;
    padding: 18px;
  }
}

/* --- Tablet / Stack Layout (≤1000px) --- */
@media (max-width: 1000px) {
  /* Stack-col goes full width on top */
  .stack-col {
    width: 100%;
    max-width: 600px;
    height: 50vw;
    max-height: 380px;
    min-height: 280px;
    margin: 0 auto;
    flex: none;
  }

  .stack-col::before,
  .stack-col::after {
    height: 60px;
  }

  .carousel-slide {
    padding: 6px 20px;
  }

  .accordion-container {
    width: 100%;
  }

  .accordion-header {
    font-size: 15px;
    padding: 18px 20px;
  }
}

/* --- Tablet Portrait (≤768px) --- */
@media (max-width: 768px) {
  .stack-col {
    max-width: 500px;
    height: 45vw;
    max-height: 320px;
    min-height: 240px;
  }

  .stack-col::before,
  .stack-col::after {
    height: 50px;
  }

  .carousel-slide {
    padding: 5px 16px;
  }

  .carousel-slide-inner {
    border-radius: 8px;
  }

  .carousel-slide.is-active .carousel-slide-inner {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  }

  .carousel-slide.is-adjacent-top .carousel-slide-inner {
    transform: scale(0.92) translateY(10px);
  }

  .carousel-slide.is-adjacent-bottom .carousel-slide-inner {
    transform: scale(0.92) translateY(-10px);
  }

  .carousel-slide.is-far .carousel-slide-inner {
    transform: scale(0.85);
    opacity: 0.1;
  }

  .accordion-header {
    font-size: 14px;
    padding: 16px;
  }

  .content-inner {
    font-size: 14px;
    padding: 0 16px;
  }

  .accordion-container {
    gap: 10px;
  }
}

/* --- Large Mobile (≤576px) --- */
@media (max-width: 576px) {
  .stack-col {
    max-width: 100%;
    height: 55vw;
    max-height: 280px;
    min-height: 200px;
  }

  .stack-col::before,
  .stack-col::after {
    height: 40px;
  }

  .carousel-slide {
    padding: 4px 12px;
  }

  .carousel-slide-inner {
    border-radius: 6px;
    aspect-ratio: 16 / 10;
  }

  .carousel-slide.is-active .carousel-slide-inner {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  }

  .carousel-slide.is-adjacent-top .carousel-slide-inner {
    transform: scale(0.93) translateY(8px);
  }

  .carousel-slide.is-adjacent-bottom .carousel-slide-inner {
    transform: scale(0.93) translateY(-8px);
  }

  .carousel-slide.is-far .carousel-slide-inner {
    transform: scale(0.88);
    opacity: 0.08;
  }

  .accordion-header {
    font-size: 13px;
    padding: 14px;
    gap: 8px;
  }

  .content-inner {
    font-size: 13px;
    padding: 0 14px;
    line-height: 1.5;
  }

  .content-inner::after {
    height: 14px;
  }

  .content-inner::before {
    height: 8px;
  }

  .accordion-container {
    gap: 8px;
  }

  .chevron {
    width: 16px;
    height: 16px;
  }
}

/* --- Small Mobile (≤400px) --- */
@media (max-width: 400px) {
  .stack-col {
    height: 60vw;
    max-height: 240px;
    min-height: 180px;
  }

  .stack-col::before,
  .stack-col::after {
    height: 30px;
  }

  .carousel-slide {
    padding: 3px 8px;
  }

  .carousel-slide-inner {
    border-radius: 4px;
  }

  .accordion-header {
    font-size: 12px;
    padding: 12px;
  }

  .content-inner {
    font-size: 12px;
    padding: 0 12px;
  }

  .accordion-container {
    gap: 6px;
  }
}

/* integration-section*/

/* =========================================
   INTEGRATIONS SECTION
   ========================================= */
.integrations-section {
}

.integrations-box {
  background: #ddf7e5;
  border-radius: 16px;
}

.integrations-text {
  flex: 1;
  align-self: self-start;
}

.integrations-text h2 {
  /* font-size: 32px; */
  font-weight: 700;
  color: #111827;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.3;
}

.integrations-text p {
  font-weight: 400;
  /* font-size: 16px; */
  color: #1f2937;
  line-height: 1.6;
  margin-bottom: 24px;
}

.integrations-text p:last-child {
  margin-bottom: 0;
}

.integrations-group-logos {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.integrations-logo-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 1000px) {
  .integrations-text h2 {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .integrations-text p {
    font-size: 15px;
  }

  .integrations-group-logos {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .integrations-text h2 {
    font-size: 22px;
  }

  .integrations-text p {
    font-size: 14px;
  }
}

/* integration-section-end*/
/*========================================= */

.feat-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.feat-card:hover {
  border-color: #2ea169;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.card-header-top {
  display: flex;
  align-items: center;
  gap: 22px;
}

.svg-container {
  width: fit-content;
  padding: 10px;
  box-shadow: 0px 1px 2px 0px #0000000d;
  border: 1px solid transparent;
  border-radius: 12px;
}

.svg-container img {
  width: 100%;
  height: auto;
  display: block;
}

.card-title {
  /* font-size: 17px; */
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.card-tag {
  /* font-size: 11px; */
  font-weight: 500;
  letter-spacing: 0.08em;

  text-transform: uppercase;
  margin-left: 48px;
  margin-top: 4px;
  display: block;
  padding-top: 10px;
}

.card-items {
  border-top: 1px solid #f3f4f6;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}

.feat-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f3f4f6;
}

.feat-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.feat-item:first-child {
  padding-top: 0;
}

.item-text {
  /* font-size: 14px; */
  color: #4b5563;
  line-height: 1.5;
  margin: 0;
  padding-top: 4px;
}

@media (max-width: 768px) {
  .feat-card {
    padding: 20px;
  }

  .card-title {
    font-size: 15px;
  }

  .card-tag {
    margin-left: 0;
  }

  .item-text {
    font-size: 13px;
  }
}

/*=========================================
   INFO GRID
   ========================================= */
/* =========================================
   REUSABLE INFO GRID (common class)
   ========================================= */

.info-grid {
  padding: 30px 0;
}

.info-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}

.info-card-graphic {
  background: linear-gradient(180deg, #e6f7ea 0%, #bfe7ca 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e7eb;
}

.info-card-graphic img {
  width: 100%;
  height: auto;
  display: block;
}

.info-card-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
}

.info-card-content p {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}

/* =========================================
   RESPONSIVE — INFO GRID
   ========================================= */

@media (max-width: 1200px) {
  .info-grid {
    gap: 20px;
  }

  .info-card-content {
    padding: 24px;
  }

  .info-card-content p {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .info-card-content p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .info-grid {
    gap: 16px;
    padding: 20px 0;
  }

  .info-card-content {
    padding: 24px;
  }

  .info-card-content p {
    font-size: 15px;
    line-height: 1.3;
  }
}

@media (max-width: 576px) {
  .info-grid {
    gap: 14px;
    padding: 16px 0;
  }

  .info-card-content {
    padding: 24px;
  }

  .info-card-content p {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .info-grid {
    gap: 12px;
    padding: 12px 0;
  }

  .info-card-content {
    padding: 24px;
  }

  .info-card-content p {
    font-size: 13px;
  }
}

/* =========================================
   CTA SECTION
   ========================================= */
.cta-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: linear-gradient(180deg, #e6f7ea 0%, #bfe7ca 100%);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
}

.cta-container {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.cta-top-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-heading {
  /* font-size: 34px; */
  font-weight: 700;
  color: #111827;
  margin-top: 0;
  margin-bottom: 0px;
}
.cta-description-box {
  max-width: 90%;
}
.cta-desc {
  padding: 0 0 0px 0;
  line-height: 1.8;
}
.cta-banner-text {
  font-weight: 700;
}
.btn-demo {
  display: inline-block;
  background-color: #1a8f5a;
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 600;
  /* font-size: 16px; */
  padding: 10px 22px;
  border-radius: 6px;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}

.btn-demo:hover {
  background-color: #127246;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cta-box {
    padding: 40px 20px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .cta-desc {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cta-box {
    padding: 30px 16px;
    border-radius: 12px;
  }

  .cta-heading {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .btn-demo {
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
}

/* =========================================
   FAQ ACCORDION
   ========================================= */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.faq-icon {
  color: #15a24b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.faq-icon::after {
  content: "+";
}

.faq-item.active .faq-icon::after {
  content: "×";
  font-size: 26px;
}

.faq-answer-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.faq-item.active .faq-answer-wrapper {
  grid-template-rows: 1fr;
}

.faq-answer {
  overflow: hidden;
}

.faq-answer p {
  font-weight: 400;
  margin: 0;
  padding: 0 24px 5px 24px;
  /* font-size: 15px; */
  color: #374151;
  line-height: 1.6;
}

.faq-answer p:last-of-type {
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .faq-container {
    padding: 0 12px;
  }

  .faq-question {
    font-size: 14px;
    padding: 18px 16px;
  }

  .faq-answer p {
    font-size: 14px;
    padding: 0 16px 18px 16px;
  }
}

@media (max-width: 480px) {
  .faq-question {
    font-size: 13px;
    padding: 14px 12px;
  }

  .faq-answer p {
    font-size: 13px;
    padding: 0 12px 14px 12px;
  }
}
.switch-section {
  background-color: #fdfdfd;
}

.switch-section h2 {
  color: #0c274d;
}

.switch-section p {
  line-height: 1.8;
  /* font-size: 1.05rem; */
}
.choose-right-section {
  height: 600px;
}
.audience-list .icon {
  flex-shrink: 0;
}

/* subtle separation under right-side rows */
.audience-list {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}
.audience-list strong {
  font-size: 20px;
  font-weight: 600;
}
.audience-list:last-child {
  border-bottom: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .choose-section {
    text-align: left;
  }

  .choose-image img {
    width: 100%;
    margin-top: 1rem;
  }
}
