:root {
  /* Colors */
  --color-bg: #0B0B0B;
  --color-bg-dark: #000000;
  --color-bg-nav: #272727;
  --color-bg-card: rgba(255, 255, 255, 0.10);
  --color-bg-pill: rgba(255, 255, 255, 0.10);
  --color-text-primary: #FFFFFF;
  --color-text-secondary: #DADADA;
  --color-text-muted: #C7C7C7;
  --color-text-body: #B1B1B1;
  --color-accent: #0DC6F6;
  --color-accent-dark: #317AB0;
  --color-accent-gradient: linear-gradient(135deg, #0DC6F6 0%, #5294CC 100%);
  --color-cta-gradient: linear-gradient(135deg, #51B5FF 0%, #075FA1 100%);
  --color-card-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(153, 153, 153, 0.10) 100%);
  --color-border-card: rgba(255, 255, 255, 0.15);
  --color-glow-line: linear-gradient(90deg, rgba(49, 122, 176, 0) 0%, #0DC6F6 50%, rgba(49, 122, 176, 0) 100%);
  --color-dot-red: linear-gradient(135deg, #FF0000 0%, #E66969 100%);
  --color-dot-blue: linear-gradient(135deg, #00B8E8 0%, #326579 100%);
  --color-author-gradient: linear-gradient(135deg, #00CAFF 0%, #007999 100%);
  --color-brand-gradient: linear-gradient(135deg, #317AB0 0%, #0DC6F6 100%);

  /* Typography */
  --font-family: 'Poppins';
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fs-xs: 0.625rem;
  --fs-sm: 0.75rem;
  --fs-base: 0.875rem;
  --fs-md: 1rem;
  --fs-lg: 1.125rem;
  --fs-xl: 1.25rem;
  --fs-2xl: 1.375rem;
  --fs-3xl: 1.5rem;
  --fs-stat: 3.375rem;

  /* Spacing */
  --sp-2xs: 0.25rem;
  --sp-xs: 0.375rem;
  --sp-sm: 0.5rem;
  --sp-md: 0.625rem;
  --sp-base: 1rem;
  --sp-lg: 1.25rem;
  --sp-xl: 1.5rem;
  --sp-2xl: 2rem;
  --sp-3xl: 2.5rem;
  --sp-4xl: 3rem;

  /* Border Radius */
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-pill: 3.125rem;
  --radius-full: 50%;
}

/* Disable the global sticky header effects exclusively for homes247 */
/* .homes247-body .site-header.header-sticky {
    position: fixed;
    animation: none; */
/* Optional: uncomment below if you also want it to remain transparent while scrolling */
/* background: transparent; */
/* } */


@media(max-width:900px) {
  .desktopview {
    display: none;
  }

  .mobileview {
    display: block;
  }

  .homes247-body {
    background: #000000;

    .home-desk {
      padding-top: 6rem;
    }

    .growth-desc {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0px;
      text-align: center;
      color: #FFFFFFCC;
    }
    .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4 {
      white-space: normal;
    }
    .growth-card-rebuild .card-content {
      padding: 5px 10px 20px 10px;
    }
  }
}

/* Mobile CTA button hover — moved out of body scope to fix cascade */
/* .mobileview .cta-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease, transform 0.3s, box-shadow 0.3s;
}
.mobileview .cta-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #fff;
  transition: height 0.4s ease;
  z-index: -1;
}
.mobileview .cta-button:hover::before {
  height: 100%;
}
.mobileview .cta-button:hover img.arrow-icon {
  filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(1637%) hue-rotate(185deg) brightness(88%) contrast(98%);
} */

@media(max-width:900px) {
  .homes247-body {

    /* HERO */
    .hero {
      background-image: url(../img/laptop-one.svg);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      text-align: center;
      width: 100%;
      height: 450px;
      object-fit: cover;
      border-radius: 26px;
      margin-bottom: 1rem;
    }

    .hero-logo {
      display: block;
      width: 250px;
      height: 52px;
      margin: 0 auto 16px;
      object-fit: contain;
    }

    .hero-tagline {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0px;
      background: linear-gradient(180deg, #0DC6F6 0%, #5294CC 139.58%);
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;

    }



    .testimonialSwiperNewMobile {
      margin-top: 0;
    }

    .hero-description {
      font-size: 10px;
      font-family: 'Poppins';
      font-weight: 300;
      color: #dadada;
      line-height: 16px;
      margin: 10px 10px;

    }

    .hero-image {
      width: 100%;
      overflow: hidden;
      background: #111;
    }

    .hero-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 26px;
    }

    /* SECTION HEADERS */
    .section-header {
      padding: 24px 0px 20px;
    }

    .section-header--spaced {
      /* margin-top: 30px; */
    }

    .section-header h2 {
      font-size: 20px;
      font-weight: 500;
      color: #ffffff;
      font-family: 'poppins';
      text-align: center;
      line-height: 22px;
      padding: 5px 5px;
      margin-bottom: 0;
    }

    .section-header p {
      font-family: 'poppins';
      font-size: 12px;
      font-weight: 400;
      color: #0dc6f6;
      text-align: center;
      margin-bottom: 0;
    }

    /* FEATURE CARDS */
    .feature-cards {
      padding: 0 4px;
      display: flex;
      flex-direction: column;
      gap: 22px;
      margin: 0px 14px 1rem;
    }

    .growth-engine-rebuild .section-header {
      margin-bottom: 5px;
    }

    .feature-card {
      position: relative;
      overflow: hidden;
      background: linear-gradient(180deg,
          rgba(10, 9, 9, 0.2) 0%,
          rgba(184, 184, 184, 0.2) 100%);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      padding: 16px;
      min-height: 224px;
      transition: border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .feature-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: 14px;
      right: 14px;
      height: 2px;
      border-radius: 2px;
      background: linear-gradient(90deg, rgba(49, 122, 176, 0) 0%, #0DC6F6 50%, rgba(49, 122, 176, 0) 100%);
      opacity: 0;
      transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* Feature Card Glow Styles */
    .desktopview .feature-card:hover h3,
    .mobileview .feature-card.is-scroll-active h3 {
      background: linear-gradient(180deg, #0DC6F6 0%, #317AB0 199.54%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;
      transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .desktopview .feature-card:hover,
    .mobileview .feature-card.is-scroll-active {
      border-color: rgba(13, 198, 246, .65);
      box-shadow:
        inset 0px -47px 60px -30px rgba(13, 198, 246, 0.65),
        inset 0px -30px 30px -8px rgba(102, 148, 255, 0.50),
        inset 0px -20px 20px -6px rgba(255, 255, 255, 0.40),
        inset 0px 6px 6px -2px rgba(34, 101, 255, 0.25);
    }

    .desktopview .feature-card:hover::before,
    .mobileview .feature-card.is-scroll-active::before {
      opacity: 1;
    }

    .desktopview .feature-card:hover .icon-default,
    .mobileview .feature-card.is-scroll-active .icon-default {
      opacity: 0;
    }

    .desktopview .feature-card:hover .icon-hover,
    .mobileview .feature-card.is-scroll-active .icon-hover {
      opacity: 1;
    }

    .feature-card .icon-wrapper {
      width: 48px;
      height: 48px;
      background: rgba(255, 255, 255, 0.1);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 18px;
    }

    .feature-card .icon-wrapper svg {
      width: 28px;
      height: 28px;
      fill: #0dc6f6;
    }

    .feature-card h3 {
      font-family: 'poppins';
      font-size: 20px;
      font-weight: 400;
      margin-bottom: 18px;
      color: #ffffff;
      text-align: center;
      line-height: 24px;
    }

    .feature-card p {
      font-family: 'poppins';
      font-size: 14px;
      font-weight: 300;
      color: #ffffff;
      line-height: 22px;
      text-align: center;
    }

    .icon-wrapper {
      position: relative;
      width: 48px;
      height: 48px;
    }

    .icon-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: opacity .3s ease;
    }

    .icon-default {
      opacity: 1;
    }

    .icon-hover {
      opacity: 0;
    }

    /* STATS */
    .stats-section {
      display: flex;
      flex-direction: column;
      gap: 18px;
      margin: 0 12px 1rem;
    }

    .growthbuyer {
      padding: 24px 0 0 !important;
    }

    .growthSwiperRebuild {
      padding: 20px 0 20px 0px !important;
    }

    .stat-card1 {
      background-image: url(../img/back-img1.svg);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 12px;
      padding: 18px 10px;
      position: relative;
      overflow: hidden;
    }

    .stat-card2 {
      background-image: url(../img/back-img2.svg);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 12px;
      padding: 18px 10px;
      position: relative;
      overflow: hidden;
    }

    .stat-card3 {
      background-image: url(../img/back-img3.svg);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 12px;
      padding: 18px 10px;
      position: relative;
      overflow: hidden;
    }

    .stat-card4 {
      background-image: url(../img/back-img4.svg);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 12px;
      padding: 18px 10px;
      position: relative;
      overflow: hidden;
    }

    .stat-card::after {
      content: '';
      position: absolute;
      right: -30px;
      bottom: -30px;
      width: 131px;
      height: 131px;
      background: #0dc6f6;
      border-radius: 50%;
      opacity: 0.15;
      filter: blur(20px);
    }

    .stat-header {
      display: block;
    }

    .stat-number {
      font-family: 'poppins';
      font-size: 22px;
      font-weight: 600;
      background: linear-gradient(180deg, #0DC6F6 0%, #317AB0 100%);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      padding-bottom: 5px;
      /* prevents 'g' from being cut */
    }

    .stat-label {
      font-family: 'poppins';
      font-size: 18px;
      font-weight: 400;
      color: #ffffff;
    }

    .stat-sublabel {
      font-family: 'poppins';
      font-size: 16px;
      font-weight: 400;
      color: #ffffff;
      margin-bottom: 12px;
    }

    .stat-description {
      font-family: 'poppins';
      font-size: 12px;
      font-weight: 300;
      color: #bfbcbc;
      line-height: 19px;
    }

    .stat-visual {
      margin-top: 12px;
      width: 100%;
      height: 90px;
      border-radius: 8px;
      overflow: hidden;
    }

    .stat-visual img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    /* GROWTH SECTION */
    .growth .section-title {
      white-space: nowrap;
    }

    .growth-description {
      font-size: 10px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.8);
      line-height: 16px;
      padding: 0px 10px 10px 10px;
      font-family: 'poppins';
      text-align: center;
      margin-bottom: 0;
    }



    /* PARTNERS GALLERY */
    .partners-gallery {
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .partners-gallery img {
      display: block;
      width: 135%;
      max-width: none;
      margin-left: -17.5%;
      margin-top: 30px;
    }


    /* FOOTER CTA */
    .footer-cta {
      position: absolute;
      z-index: 2;
      width: 90%;
      text-align: center;
      bottom: 20%;
    }

    .footer-cta .logo-small {
      width: 40px;
      height: 40px;
      margin: 0 auto 16px;
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      margin-bottom: 12px;
    }

    .footer-cta .logo-small img {
      width: 40px;
      height: 40px;
      object-fit: contain;
    }

    .footer-cta h3 {
      font-family: 'poppins';
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      max-width: 320px;
      margin: 8px 14px;
      color: #ffffff;
      letter-spacing: 0;
    }

    .footer-cta h3 span {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0%;
      text-align: center;
      background: linear-gradient(180deg, #BE265D 0%, #E2105B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;

    }

    .cta-button {
      font-family: 'poppins';
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      border-radius: 50px;
      background: linear-gradient(90deg, #51B5FF, #075FA1);
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      text-decoration: none;
      transition: opacity 0.2s;
    }

    .cta-button:hover {
      opacity: 0.85;
    }

    .cta-button svg {
      width: 14px;
      height: 14px;
      fill: #fff;
    }

    /* TESTIMONIAL */


    @media(max-width: 768px) {}





    .growthSwiper .swiper-slide {
      transition: transform 0.3s ease;
    }

    /* .growthSwiper .swiper-slide-active .growth-card {
    transform: translateY(-20px);
  } */

    .growthSwiper .swiper-slide-prev .growth-card,
    .growthSwiper .swiper-slide-next .growth-card {
      transform: translateY(20px);
      /* pushes left/right cards down */
    }

    .growthSwiper .growth-card {
      transition: transform 0.3s ease;
    }

    .growthSwiper .swiper-wrapper {
      align-items: flex-end;
      /* so slides align at bottom, raised card pops up */
    }

    .growth-card {
      border-radius: 16px;
      overflow: hidden;
      /* keep this so children respect the radius */
    }

    .card-image--tall img {
      border-radius: 16px 16px 0 0;
      /* top corners rounded to match card */
      width: 100%;
      display: block;
      object-fit: cover;
    }

    .partner-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
    }


    @media(max-width:320px) {
      .section-header p {
        margin-bottom: 10px !important;
      }

      .simplihi-body .footer-content h3 {
        font-size: 14px !important;
      }

      .footer-content h3 {
        font-size: 16px !important;
        line-height: 20px !important;
      }
    }

    @media(min-width: 387px) and (max-width:393px) {}

    @media(min-width: 395px) and (max-width:411px) {
      .card-content {
        padding: 20px !important;
      }

      .card-image--tall {
        height: 274px !important;
      }

      .simplihi-body .hero-two {
        height: 33.5625rem !important;
        overflow: hidden !important;
      }

      .hero-one {
        height: 520px !important;
      }
    }

    @media(min-width: 410px) and (max-width:434px) {
      .card-content {
        padding: 20px !important;
      }

      .card-image--tall {
        height: 274px !important;
      }

    }

    @media(min-width: 440px) and (max-width:480px) {

      .card-content {
        padding: 16px !important;
      }
      .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image {
        height: 200px;
      }

      .card-image--tall {
        height: 300px !important;
      }

      .hero {
        height: 70vh !important;
      }

      .footer-cta h3 {
        max-width: 400px !important;
      }

      .footer-cta {
        top: 38% !important;
      }

      .partners-gallery img {
        margin-top: 50px !important;
      }

      .testi-content-new p {
        font-size: 14px !important;
        line-height: 22px !important;
      }

      .testi-author-new {
        font-size: 18px !important;
      }

      .testi-footer-new {
        padding-left: 6rem !important;
      }

      .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
        height: 420px !important;
      }
    }

    @media(width: 375px) {}

  }

  @media(min-width: 440px) and (max-width:480px) {
    .sitecrm-body .hero-one {
      height: 600px !important;
    }

    .simplihi-body .hero-two {
      min-height: 36.5625rem !important;
    }

    .simplihi-body .features__card1,
    .simplihi-body .features__card2,
    .simplihi-body .features__card3,
    .simplihi-body .features__card4 {
      min-height: 380px !important;
    }

    .sitecrm-body .problem-card__title {
      font-size: 28px !important;
      line-height: 38px !important;
    }

    .sitecrm-body .problem-card__desc {
      font-size: 18px !important;
      line-height: 26px !important;
    }

    .sitecrm-body .problem-card1 {
      padding: 20px !important;
    }

    .sitecrm-body .testimonial__quote {
      font-size: 14px !important;
      line-height: 30px !important;
    }
  }

  .sitecrm-body {

    .desktopviewb {
      display: none;
    }

    .mobileviewb {
      display: block;
    }

    .home-desk {
      padding-top: 5rem;
    }

    /* Base Body Styles */
    font-family: var(--font-family);
    background-color: var(--color-bg);
    color: var(--color-text-primary);
    line-height: 1.6;
    overflow-x: hidden;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    a {
      text-decoration: none;
      color: inherit;
    }

    ul {
      list-style: none;
    }

    button {
      font-family: inherit;
      cursor: pointer;
    }

    blockquote {
      border: none;
      padding: 0;
      margin: 0;
    }

    .hero-one {
      background-image: url(../img/site-back.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      text-align: center;
      width: 100%;
      height: 480px;
      object-fit: cover;
    }

    .hero-content {
      text-align: center;
      padding: 14px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
    }

    .hero-logo {
      width: 260px;
      height: 56.03px;
      position: relative;
    }

    .hero-tagline {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 0px;
      background: linear-gradient(180deg, #0DC6F6 0%, #5294CC 139.58%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 6px;
      margin-top: 8px;
    }

    .hero-description {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0px;
      text-align: center;
      color: #DADADA;
    }

    /* secton header */
    .section {
      margin-top: 50px;
      max-width: var(--max-width);
      margin: 0 auto;
      padding-left: 10px;
      padding-right: 10px;
    }

    .section-header {
      text-align: center;
      margin-bottom: var(--sp-xl);
    }

    .section-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: 0px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 0;
      margin-top: 60px;
    }

    .section-subtitle {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      text-align: center;
      color: #0DC6F6;

    }


    /* ========================================
   PROBLEM CARDS
   ======================================== */
    .problem-card1,
    .problem-card2,
    .problem-card3 {
      border: none;
      border-radius: var(--radius-sm);
      padding: var(--sp-xl) var(--sp-base);
      margin-bottom: var(--sp-xl);
      overflow: hidden;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      /* Will not stretch because aspect-ratio matches */
      display: flex;
      flex-direction: column;
      border-radius: 8px;
    }

    .problem-card1 {
      background-image: url(../img/star1.avif);
      background-size: cover;
      background-position: top center;
      padding: 24px 20px 0 20px;
    }

    .problem-card2 {
      background-image: url(../img/star2.avif);
      aspect-ratio: 600 / 628;
    }

    .problem-card3 {
      background-image: url(../img/star3.avif);
      aspect-ratio: 600 / 628;
    }


    .problem-card__title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0%;
      text-align: center;
    }

    .problem-card__desc {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0%;
      text-align: center;
      color: #C7C7C7;
    }

    .problem-card__illustration {
      position: relative;
      margin-top: 16px;
      display: flex;
      justify-content: flex-end;
      width: calc(100% + 20px);
      margin-right: -20px;
    }

    .problem-card__illustration-img {
      width: 280px;
      max-width: 90%;
      height: auto;
      display: block;
      margin-bottom: 20px;
    }



    /* ========================================
   FEATURES CAROUSEL
   ======================================== */
    .features-carousel {
      display: flex;
      gap: 2.1875rem;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-bottom: var(--sp-base);
      /* Ensure the first and last cards snap perfectly to the center */
      padding-left: calc(50% - 9.375rem);
      padding-right: calc(50% - 9.375rem);
      scroll-padding: 0 calc(50% - 9.375rem);
      scrollbar-width: none;
    }

    .features-carousel::-webkit-scrollbar {
      display: none;
    }

    .feature-card1,
    .feature-card2,
    .feature-card3,
    .feature-card4,
    .feature-card5,
    .feature-card6 {
      flex: 0 0 18.75rem;
      min-width: 18.75rem;
      scroll-snap-align: center;
      background: var(--color-bg-card);
      border-radius: var(--radius-md);
      overflow: hidden;
      outline: none;
      -webkit-tap-highlight-color: transparent;
      user-select: none;
      -webkit-user-select: none;
      display: flex;
      flex-direction: column;
      border-radius: 12px;
      position: relative;
    }

    /* Glass effect border */
    .problem-card1::before,
    .problem-card2::before,
    .problem-card3::before,
    .feature-card1::before,
    .feature-card2::before,
    .feature-card3::before,
    .feature-card4::before,
    .feature-card5::before,
    .feature-card6::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
      z-index: 2;
    }

    .feature-card1,
    .feature-card1:active,
    .feature-card1:focus,
    .feature-card1:focus-visible,
    .feature-card2,
    .feature-card2:active,
    .feature-card2:focus,
    .feature-card2:focus-visible,
    .feature-card3,
    .feature-card3:active,
    .feature-card3:focus,
    .feature-card3:focus-visible,
    .feature-card4,
    .feature-card4:active,
    .feature-card4:focus,
    .feature-card4:focus-visible,
    .feature-card5,
    .feature-card5:active,
    .feature-card5:focus,
    .feature-card5:focus-visible,
    .feature-card6,
    .feature-card6:active,
    .feature-card6:focus,
    .feature-card6:focus-visible,
    .swiper,
    .swiper:active,
    .swiper:focus,
    .swiper:focus-visible,
    .swiper-wrapper,
    .swiper-wrapper:active,
    .swiper-wrapper:focus,
    .swiper-wrapper:focus-visible,
    .swiper-slide,
    .swiper-slide:active,
    .swiper-slide:focus,
    .swiper-slide:focus-visible {
      outline: none;
      border: none;
      box-shadow: none;
    }

    .feature-card1,
    .feature-card2,
    .feature-card3,
    .feature-card4,
    .feature-card5,
    .feature-card6 {
      background-image: url(../img/scroll-bg.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      aspect-ratio: 600 / 856;
      border: 1px solid #FFFFFF36;
    }

    .feature-card__content {
      padding: 1.3125rem 0.6875rem 0.625rem;
      text-align: center;
    }

    .feature-card__title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: 0px;
      text-align: center;
    }

    .feature-card__desc {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 14px;
      line-height: 134%;
      letter-spacing: 0px;
      text-align: center;
      color: #B1B1B1;

    }

    .feature-card__image {
      margin-top: auto;
      padding: 0 0.625rem var(--sp-base);
      position: relative;
      display: flex;
    }

    .feature-card__image img {
      width: 100%;
      height: auto;
      object-fit: contain;
      border-radius: var(--radius-sm);
    }

    .feature-card__image--stacked {
      position: relative;
    }

    .feature-card__image-overlay {
      position: absolute;
      bottom: var(--sp-base);
      right: 0.625rem;
      width: 60%;
      border-radius: var(--radius-sm);
    }

    /* ========================================
   RESULTS / STATS SECTION
   ======================================== */
    .results-image {
      margin-bottom: var(--sp-xl);
      border-radius: var(--radius-sm);
      overflow: hidden;
    }

    .results-image img {
      width: 100%;
    }

    .results-description {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 12px;
      line-height: 16px;
      letter-spacing: 0px;
      text-align: center;
      margin-bottom: var(--sp-3xl);
    }

    .stats {
      display: flex;
      flex-direction: column;
      gap: var(--sp-3xl);
    }

    .stat-card1,
    .stat-card2,
    .stat-card3 {
      position: relative;
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      padding-left: 16px;
      padding-bottom: 10px;
      gap: var(--sp-xs);
      border-radius: 8px;
      aspect-ratio: 560 / 336;
    }

    .stat-card1::before,
    .stat-card2::before,
    .stat-card3::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 8px;
      padding: 2px;
      /* This is the border width */
      background: linear-gradient(118.17deg, #B7F0FF -1.9%, #184485 53.99%, rgba(211, 246, 255, 0.8) 109.88%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }

    .stat-card1 {
      background-image: url(../img/ten.avif);
    }

    .stat-card2 {
      background-image: url(../img/thirty.avif);
    }

    .stat-card3 {
      background-image: url(../img/two.avif);
    }

    .stat__value {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 54px;
      line-height: 38px;
      letter-spacing: 0px;
    }

    .stat__label {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 22px;
      line-height: 38px;
      letter-spacing: 0px;
    }

    /* ========================================
   AUDIENCE SECTION
   ======================================== */
    .audience-card {
      background-image: url(../img/cartoon-bg.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      margin-top: 80px;
      /* Space for the pop-out character */
      margin-bottom: 8rem;
      /* Gap between every card */
    }

    .audience-card:last-child {
      margin-bottom: 0;
      /* Remove massive gap below the very last card */
    }

    .audience-card__image {
      display: flex;
      justify-content: center;
      margin-top: -80px;
      /* Pulls character up and out of the card background */
    }

    .audience-card__image img {
      height: 240px;
      /* Locks all cartoons to the exact height of cartoon 1 */
      width: auto;
      object-fit: contain;
    }

    .audience-card__info {
      padding: var(--sp-base) var(--sp-lg) var(--sp-xl);
    }

    .audience-card__title {
      font-size: 20px;
      font-family: 'Poppins';
      font-weight: 500;
      color: #0DC6F6;
      /* Match the exact cyan color from Figma */
      margin-bottom: var(--sp-sm);
      text-align: center;
    }

    .audience-card__desc {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0px;
      text-align: center;
      color: #FFFFFF;
    }

    .sitecrm-testimonial-swiper .swiper-slide {
      height: auto;
    }

    /* ========================================
   TESTIMONIALS SECTION
   ======================================== */
    .testimonial {
      position: relative;
      height: 100%;
    }

    .testimonial__body {
      background-image: url(../img/testimonial-quote.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .testimonial__body::before {
      content: "";
      position: absolute;
      top: 0;
      left: 5%;
      width: 90%;
      height: 2px;
      background: linear-gradient(90deg, rgba(49, 122, 176, 0) 0%, #0DC6F6 50%, rgba(49, 122, 176, 0) 100%);
      border-radius: 2px 2px 0 0;
    }

    .testimonial__quote {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0px;
      margin-bottom: 10px;
      color: #ffffff;
      padding: 10px 14px 0px 14px;
    }

    .testimonial__footer {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between;
    }

    .author-with-logo {
      width: 80%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10px;
    }

    .testimonial__footer img:first-child {
      padding-left: 10px;
      position: relative;
      top: 3px;
    }

    .testimonial__footer img:last-child {
      width: 25px;
    }

    .testimonial__author {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0px;
      vertical-align: middle;
      background: linear-gradient(180deg, #00CAFF 0%, #007999 100%);
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin: 0;
    }




    /* ========================================
   FOOTER / CTA SECTION
   ======================================== */
    /* PARTNERS GALLERY */
    .partner-container {
      position: relative;
      width: 100%;
      margin-top: 6rem;
      /* Huge gap between testimonials and this section */
      padding-bottom: 24px;
      /* Guarantee enough space for the CTA button to not be covered by the global footer */
    }

    .partners-gallery {
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .partners-gallery img {
      display: block;
      width: 135%;
      max-width: none;
      margin-left: -17.5%;
      margin-bottom: 0;
    }


    /* FOOTER CTA */
    .footer-content {
      position: absolute;
      z-index: 2;
      width: 90%;
      text-align: center;
      top: 35%;
      /* Pushed down to clear the photos */
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .footer-content .logo-small1 {
      width: 34px;
      height: 34px;
      margin: 0 auto 16px;
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      margin-bottom: 12px;
    }

    .footer-content .logo-small1 img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .footer-content h3 {
      font-family: 'poppins';
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      max-width: 320px;
      /* Allows it to comfortably fit on 2 lines like Figma */
      margin: 8px auto 14px;
      color: #ffffff;
      letter-spacing: 0;
    }

    .footer-content h3 span {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0%;
      text-align: center;
      background: linear-gradient(180deg, #317AB0 0%, #0DC6F6 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;

    }

    .cta-button {
      font-family: 'poppins';
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      border-radius: 50px;
      background: linear-gradient(90deg, #51B5FF, #075FA1);
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      text-decoration: none;
      transition: opacity 0.2s;
    }

    .cta-button svg {
      width: 14px;
      height: 14px;
      fill: #fff;
    }
  }

  .simplihi-body {
    background: #0b0b0b;

    .simpli-desk {
      padding: 2rem;
    }

    /* ===========================
   Hero Section
   =========================== */
    .hero-two {
      background-image: url(../img/simpli-hero.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      text-align: center;
      position: relative;
      width: 100%;
      min-height: 32.5625rem;
      overflow: hidden;
    }

    .hero__logo {
      margin-bottom: 0.25rem;
      display: flex;
      justify-content: center;
      margin-top: 2rem;
    }

    .hero__logo img {
      width: 175px;
      height: 55px;
    }

    .hero__title1 {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin-bottom: 0.5rem;
      text-align: center;
    }

    .hero__title1 span {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 20px;
      line-height: 22px;
      letter-spacing: 0px;
      background: linear-gradient(180deg, #47BD6B 0%, #34894E 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero__description1 {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0px;
      text-align: center;
      color: #DADADA;
      padding: 0 10px;
    }

    .hero__cta {
      font-family: 'poppins';
      font-size: 14px;
      font-family: 400;
      color: #F2FFF0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      text-decoration: none;
      padding: 0.5rem 1.5rem;
      margin: 0 auto 1.5rem auto;
      width: 178px;
      height: 30px;
      border: 1px solid #21BF63;
      border-radius: 50px;
      color: #F2FFF0;
      background: linear-gradient(180deg, #055138 0%, #117353 100%);
    }

    .hero__cta span {
      display: inline;
      color: inherit;
    }

    .arrow-mob {
      width: 16px;
      height: 16px;
      object-fit: contain;
    }


    /* ===========================
   Comparison Section
   =========================== */
    .comparison {
      padding: var(--spacing-lg) var(--content-padding);
      background: #0B0B0B !important;
    }

    .simplihi-pattern-bg::before {
      background: #0B0B0B !important;
    }

    .comparison__header {
      margin-bottom: var(--spacing-xl);
    }

    .comparison__title {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 22px;
      line-height: 24px;
      letter-spacing: -1px;
      text-align: center;
      margin-top: 35px;
      color: #ffffff;
    }

    .comparison__title span {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: -1px;
      background: linear-gradient(180deg, #47BD6B 0%, #43B164 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .comparison__subtitle {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0px;
      text-align: center;
      color: #ffffff;
      margin: 10px;
      padding: 0 10px;
    }

    .comparison__card {
      border-radius: 12px;
      padding: 18px 14px;
      margin-bottom: 20px;
    }

    .comparison__card--without {
      background: linear-gradient(#0b0b0b, #0b0b0b) padding-box,
        linear-gradient(180deg, rgba(199, 199, 199, 0.15) 0%, rgba(242, 242, 242, 0.15) 100%) border-box;
      border: 1px solid transparent;
      border-radius: 12px;
      margin: 10px 10px 0 10px;
    }

    .comparison__card--with {
      background: linear-gradient(180deg, #052618 0%, #031c12 100%);
      border: 1px solid #21BF63;
      margin: 0 10px 10px 10px;
    }

    .comparison__card--with .comparison__card-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 22px;
      line-height: 39px;
      letter-spacing: 0px;
      text-align: center;
      background: linear-gradient(180deg, #47BD6B 0%, #34894E 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .comparison__card--with .comparison__list-item {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #092e1e;
      border: 1px solid rgba(33, 191, 99, 0.15);
      border-radius: 8px;
      padding: 10px 12px;
      font-family: 'Poppins';
      font-size: 12px;
      font-weight: 400;
      color: #ffffff;
      line-height: 16px;
    }

    .comparison__card--with .comparison__icon-badge {
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .comparison__icon-badge span {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0px;
      color: #ffffff;
    }

    .comparison__card-header {
      margin-bottom: 1rem;
      text-align: center;
    }

    .comparison__card-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 22px;
      line-height: 32px;
      letter-spacing: 0px;
      text-align: center;
      background: linear-gradient(180deg, #EA5656 0%, #C32F2F 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 2px;
    }

    .comparison__card-tagline {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 10px;
      text-align: center;
      color: #ffffff;
    }

    .comparison__list {
      display: flex;
      flex-direction: column;
      gap: 8px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .comparison__card--without .comparison__list-item {
      display: flex;
      align-items: center;
      gap: 12px;
      background: #181818;
      border: 1px solid rgba(255, 255, 255, 0.05);
      border-radius: 8px;
      padding: 10px 12px;
      font-family: 'Poppins';
      font-size: 12px;
      font-weight: 400;
      color: #ffffff;
      line-height: 16px;
    }

    .comparison__card--without .comparison__icon-badge {
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }


    .comparison__list-item {
      background: var(--color-list-item-bg);
      border-radius: var(--radius-sm);
      padding: 0.75rem 0.625rem;
      font-size: 0.75rem;
      font-weight: var(--font-weight-regular);
      color: var(--color-text-white);
    }

    .comparison__list-item span {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0px;
      color: #ffffff;

    }

    .comparison__center {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
    }

    .comparison__center>img {
      width: 160px;
      height: auto;
      object-fit: contain;
      mix-blend-mode: screen;
    }

    .comparison__center-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .comparison__center-logo img {
      width: 173px;
      height: 55px;
      object-fit: contain;
    }

    /* ===========================
   Features Section
   =========================== */
    .features {
      padding: var(--spacing-lg) var(--content-padding);
    }

    .features__header {
      margin-bottom: var(--spacing-xl);
    }

    .features__title {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 22px;
      line-height: 24px;
      letter-spacing: -1px;
      text-align: center;
      margin-bottom: 0.5rem;
      color: #ffffff;
      margin-top: 50px;
    }

    .features__title span {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 22px;
      line-height: 24px;
      letter-spacing: -1px;
      text-align: center;
      background: linear-gradient(180deg, #47BD6B 0%, #34894E 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .features__subtitle {
      font-family: 'Poppins';
      font-weight: 400;
      font-style: Regular;
      font-size: 10px;
      line-height: 16px;
      letter-spacing: 0px;
      text-align: center;
      color: #ffffff;
    }

    .features__grid {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .features__card1,
    .features__card2,
    .features__card3,
    .features__card4 {
      position: relative;
      min-height: 320px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 10px;
      margin: 10px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: 100% auto;
    }

    .features__card1 {
      background-image: url(../img/color1.avif);
    }

    .features__card2 {
      background-image: url(../img/color2.avif);
    }

    .features__card3 {
      background-image: url(../img/color3.avif);
    }

    .features__card4 {
      background-image: url(../img/color4.avif);
    }

    .features__card-content {
      position: relative;
      z-index: 2;
      margin-top: 150px;
    }

    .features__card-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: 0px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 8px;
    }

    .features__card-description {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0px;
      text-align: center;
      color: #FFFFFFAB;
    }


    /* ===========================
   Connections Section
   =========================== */
    .connections {
      padding: var(--spacing-lg) var(--content-padding);
    }

    .connections__header {
      margin-bottom: var(--spacing-xl);
    }

    .connections__title {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: -1px;
      text-align: center;
      margin-bottom: 0.5rem;
      color: #ffffff;
      margin-top: 20px;
      margin-bottom: 30px;
    }

    .connections__title span {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -1px;
      text-align: center;
      background: linear-gradient(180deg, #47BD6B 0%, #43B164 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;

    }

    .connections__pills {
      display: flex;
      flex-direction: column;
      width: 100%;
    }

    .connections__pill {
      background-image: url(../img/bg-img.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      border-radius: 12px;
      border: 1px solid rgba(33, 191, 99, 0.3);
      width: 82%;
      max-width: 270px;
    }

    .connections__pill:first-child {
      align-self: flex-start;
      margin-left: 10px;
      padding: 10px;
    }

    .connections__pill:last-child {
      align-self: flex-end;
      margin-right: 10px;
      padding: 10px;
    }

    .connections__pill-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 18px;
      line-height: 28px;
      text-align: center;
      background: linear-gradient(180deg, #B7FFD9 0%, #03C15E 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      margin-bottom: 0;
    }

    .connections__pill-title {
      padding-bottom: 0px;
    }

    .connections__pill-description {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 10px;
      line-height: 16px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 0;
    }

    .connections__image {
      display: flex;
      justify-content: center;
      margin: 15px 0;
    }

    .connections__image img {
      width: 210px;
      height: auto;
      object-fit: contain;
      /* filter: contrast(1.35) brightness(0.85);
  mix-blend-mode: screen; */
    }

    .simplihi-pattern-bg {
      padding-bottom: 40px;
    }


    /* ===========================
   Testimonials Section
   =========================== */
    .testimonials {
      padding: var(--spacing-lg) var(--content-padding);
      position: relative;
    }

    .testimonials__title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: -1px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
      color: #ffffff;
    }

    .testimonials__title span {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: -1px;
      text-align: center;
      background: linear-gradient(180deg, #47BD6B 0%, #43B164 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    .testimonial {
      padding: 0 10px;
    }

    .testimonial__body {
      background-image: url(../img/green-quote.png);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 160px;
      padding: 15px 0.25rem 0.5rem 0.25rem;
    }

    .testimonial__quote {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 10px;
      line-height: 18px;
      letter-spacing: 0px;
      color: #ffffff;
      margin-bottom: 0.5rem;
      padding: 0 6px;
    }

    .testimonial__footer {
      display: flex;
      align-items: center;
      padding-left: 20%;
      margin-top: auto;
      padding-bottom: 10px;
    }

    .testimonial__author {

      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .testimonial__author span {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      letter-spacing: 0px;
      text-align: left;
      background: linear-gradient(180deg, #47BD6B 0%, #43B164 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      text-align: flex-start;
      padding-left: 10px;
    }



    /* ===========================
   CTA Section
   =========================== */
    .partner-container {
      position: relative;
      width: 100%;
      margin-top: 4rem;
      /* Huge gap between testimonials and this section */
      padding-bottom: 0;
      /* Guarantee enough space for the CTA button to not be covered by the global footer */
    }

    .partners-gallery {
      width: 100%;
      overflow: hidden;
      position: relative;
    }

    .partners-gallery img {
      display: block;
      width: 100%;
      max-width: none;
      margin-left: 1.5%;
    }


    /* FOOTER CTA */
    .footer-content {
      position: absolute;
      z-index: 2;
      width: 90%;
      text-align: center;
      top: 40%;
      /* Pushed down to clear the photos */
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .footer-content .logo-small1 {
      width: 100.25px;
      height: 31.84px;
      margin: 0 auto 16px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      margin-bottom: 0;
    }

    .footer-content .logo-small1 img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .footer-content h3 {
      font-family: 'poppins';
      font-size: 18px;
      font-weight: 500;
      line-height: 22px;
      max-width: 320px;
      margin: 8px auto 14px;
      color: #ffffff;
      letter-spacing: 0;
    }

    .footer-content h3 span {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0%;
      text-align: center;
      background: linear-gradient(180deg, #B7FFD9 -8.54%, #03C15E 134.15%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .cta-button {
      font-family: 'poppins';
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 12px;
      border-radius: 50px;
      background: linear-gradient(90deg, #47BD6B, #43B164);
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      text-decoration: none;
      transition: opacity 0.2s;
    }

    .cta-button svg {
      width: 14px;
      height: 14px;
      fill: #fff;
    }
  }
}

@media(min-width:901px) {
  .desktopview {
    display: block;
  }

  .mobileview {
    display: none;
  }

  .homes247-body {
    background: #0b0b0b;

    .desktopview {
      display: block;
    }

    .mobileview {
      display: none;
    }

    .home-desk {
      padding: 3rem;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    ul {
      list-style: none;
    }


    /* HERO */
    .hero {
      position: relative;
      overflow: hidden;
      background-image: url(../img/laptop-dk.avif);
      background-repeat: no-repeat;
      background-position: right top;
      background-size: cover;
      min-height: 0;
      border-radius: 16px;
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px;
      margin-bottom: 6rem;
    }

    .hero-content {
      position: relative;
      z-index: 5;
      text-align: left;
      position: absolute;
      left: 8%;
      top: 10%;
    }

    .hero-logo-badge img {
      width: 498.84px;
      height: 104.47px;
    }

    .hero-title {
      font-size: 36px;
      font-weight: 500;
      background: linear-gradient(180deg, #0DC6F6, #5294CC);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-desc {
      font-family: 'poppins';
      font-size: 16px;
      font-weight: 300;
      color: #dadada;
      line-height: 30px;
      max-width: 600px;
    }

    /* SECTION HEADERS */
    .section-header {
      text-align: center;
      margin-bottom: 30px;
    }

    .section-icon {
      display: flex;
      justify-content: center;
      margin-bottom: 16px;
    }

    .section-title {
      font-family: 'poppins';
      font-size: 60px;
      font-weight: 500;
      color: #fff;
      margin-top: 6rem;
      margin-bottom: 0;
    }

    .section-subtitle {
      font-family: 'poppins';
      font-size: 24px;
      font-weight: 400;
      color: #0dc6f6;
      margin-bottom: 0;
    }

    /* FEATURES SECTION */
    .features {
      margin-bottom: 6rem;
      background: #0b0b0b;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
    }

    .feature-card {
      background: linear-gradient(180deg, rgba(10, 9, 9, 0.2) 0%, rgba(184, 184, 184, 0.2) 100%);
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 20px;
      text-align: center;
      display: flex;
      flex-direction: column;
      padding: 25px 20px;
    }

    .desktopview .feature-card:hover h3,
    .mobileview .feature-card.is-scroll-active h3 {
      background: linear-gradient(180deg, #0DC6F6 0%, #317AB0 199.54%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      color: transparent;
    }

    .feature-icon {
      margin-bottom: 24px;
      position: relative;
      width: 66px;
      height: 66px;
    }

    .feature-icon img {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity .3s ease;
    }

    .feature-icon .icon-default {
      opacity: 1;
      transition: opacity .3s ease;
    }

    .feature-icon .icon-hover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #0DC6F6 0%, #0A9DC3 50%, #317AB0 100%);
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
      opacity: 0;
      transition: opacity .3s ease;
    }

    .desktopview .feature-card:hover .icon-default,
    .mobileview .feature-card.is-scroll-active .icon-default,
    .feature-card:hover .icon-default {
      opacity: 0 !important;
    }

    .desktopview .feature-card:hover .icon-hover,
    .mobileview .feature-card.is-scroll-active .icon-hover,
    .feature-card:hover .icon-hover {
      opacity: 1 !important;
    }

    .feature-card h3 {
      font-size: 28px;
      font-weight: 400;
      color: #fff;
      margin-bottom: 14px;
      line-height: 33px;
    }

    .feature-card p {
      font-family: 'poppins';
      font-size: 16px;
      font-weight: 300;
      color: #ffffff;
      line-height: 27px;
    }

    .desktopview .feature-card:hover,
    .mobileview .feature-card.is-scroll-active {
      border-color: rgba(13, 198, 246, .55);
      box-shadow: inset 0px -47px 60px -30px rgba(13, 198, 246, 0.65), inset 0px -30px 30px -8px rgba(102, 148, 255, 0.50), inset 0px -20px 20px -6px rgba(255, 255, 255, 0.40), inset 0px 6px 6px -2px rgba(34, 101, 255, 0.25);
      background: linear-gradient(171.74deg, rgba(23, 18, 29, 0.45) 8.94%, rgba(31, 23, 41, 0.45) 103.02%);
      transition: all 0.35s ease;
    }

    /* STATS SECTION */
    .stats {
      background: #0b0b0b;
    }

    .stat-card1 {
      padding: 24px;
      background-image: url(../img/light1-dk.avif), linear-gradient(180deg, rgba(10, 9, 9, 0.2) 0%, rgba(184, 184, 184, 0.2) 100%);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
    }

    .stat-card2 {
      background-image: url(../img/light2.avif), linear-gradient(180deg, rgba(10, 9, 9, 0.2) 0%, rgba(184, 184, 184, 0.2) 100%);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
      height: 100%;
    }

    .stat-card3 {
      background-image: url(../img/light3.avif), linear-gradient(180deg, rgba(10, 9, 9, 0.2) 0%, rgba(184, 184, 184, 0.2) 100%);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
    }

    .stat-card4 {
      background-image: url(../img/light4.avif), linear-gradient(180deg, rgba(10, 9, 9, 0.2) 0%, rgba(184, 184, 184, 0.2) 100%);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: cover;
    }

    .stat-content h3 {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 25px;
      line-height: 32px;
      color: #ffffff;
      margin-bottom: 8px;
      white-space: nowrap;
      letter-spacing: 0px;
    }

    .stat-number1 {
      font-size: 32px;
      font-weight: 600;
      font-family: 'Poppins';
      background: linear-gradient(180deg, #0DC6F6 0%, #317AB0 100%);
      -webkit-text-fill-color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      display: inline-block;
      margin-right: 6px;
      padding-bottom: 5px;
      /* prevents 'g' from being cut */
    }

    .stat-content p {
      font-size: 20px;
      font-weight: 400;
      color: #bfbcbc;
      line-height: 28px;
      font-family: 'poppins';
      margin: 0;
    }

    .stat-card1,
    .stat-card2,
    .stat-card3,
    .stat-card4 {
      border-radius: 16px;
      overflow: hidden;
      padding: 24px 16px;
    }

    .stat-card1,
    .stat-card2 {
      min-height: 190px;
    }

    .stat-card3,
    .stat-card4 {
      min-height: 170px;
    }

    .stat-card1,
    .stat-card2,
    .stat-card3,
    .stat-card4 {
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      overflow: hidden;
      padding: 24px 16px;
      height: 100%;
    }

    .stat-card1,
    .stat-card2 {
      min-height: 260px;
    }

    .stat-card3,
    .stat-card4 {
      min-height: 260px;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: 3.5fr 6.5fr;
      gap: 16px;
    }

    .bottom-grid {
      grid-column: 1 / 3;
      display: grid;
      grid-template-columns: 5.5fr 4.5fr;
      gap: 16px;
    }


    /* GROWTH ENGINE SECTION */
    .growth {
      background: #0b0b0b;
    }

    .growth .section-title {
      white-space: nowrap;
      font-size: 60px;
      /* restored as per Figma */
      letter-spacing: -2px;
      /* tight tracking to help it fit */
    }

    .growth .container {
      max-width: 1400px;
      /* widen the container to allow the text to fit */
    }


    .growth-desc {
      font-family: 'poppins';
      font-size: 18px;
      font-weight: 300;
      color: #fff;
      text-align: center;
      max-width: 1060px;
      margin: -20px auto 50px;
      line-height: 30px;
    }


    /* TESTIMONIALS SECTION */
    .testimonials {
      background: #0b0b0b;
    }

    .testimonials-slider {
      position: relative;
    }








    .testimonial-swiper-clip {
      overflow: hidden;
      position: relative;
      width: 100%;
    }



    /* CTA SECTION */
    .cta {
      position: relative;
      padding: 40px 0;
      overflow: hidden;
      background: #0b0b0b;
    }

    .cta-bg {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .cta-images {
      width: 100%;
      max-width: 1300px;
      position: relative;
    }

    .cta-img {
      width: 100%;
      height: auto;
      display: block;
    }

    .cta-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 15%;
      background: linear-gradient(to bottom, transparent 0%, #0b0b0b 100%);
      z-index: 2;
      pointer-events: none;
    }

    .desktopview .cta-content {
      position: absolute;
      top: 62%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .desktopview .cta-logo img {
      width: 80px;
      height: 80px;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .desktopview .cta-content h2 {
      font-size: 38px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 28px;
    }

    .desktopview .cta-button {
      background: linear-gradient(180deg, #51b5ff, #075fa1);
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      padding: 14px 40px;
      border-radius: 50px;
      transition: color 0.4s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
      position: relative;
      overflow: hidden;
      z-index: 1;
    }

    .desktopview .cta-button::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 0%;
      background-color: #fff;
      transition: height 0.4s ease;
      z-index: -1;
    }

    .desktopview .cta-button:hover::before {
      height: 100%;
    }

    .desktopview .cta-button:hover {
      color: #075fa1;
    }

    .desktopview .cta-button:hover img.arrow-icon {
      filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(1637%) hue-rotate(185deg) brightness(88%) contrast(98%);
    }

    .gradient-pink {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 38px;
      line-height: 43px;
      text-align: center;
      background: linear-gradient(180deg, #BE265D 0%, #E2105B 100%);
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .growthSwiper2 {
      /* overflow: visible; */
    }

    .growthSwiper2 .swiper-slide {
      width: auto;
      display: flex;
      justify-content: center;
      opacity: 0.55;
      transform: scale(0.92);
      transition: opacity 0.3s ease, transform 0.3s ease;
      margin-right: 0;
    }

    .growthSwiper2 .swiper-slide-active {
      opacity: 1;
      transform: scale(1);
      margin-right: 0;
    }



    /* TESTIMONIALS SECTION */
    .testimonials {
      background: #0b0b0b;
    }

    .testimonials-slider {
      position: relative;
    }









    /* CTA SECTION */
    .cta {
      position: relative;
      padding: 7rem 0px 0;
      overflow: hidden;
      background: #0b0b0b;
    }

    .cta-bg {
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .cta-images {
      width: 100%;
      max-width: 1300px;
      position: relative;
    }

    .cta-img {
      width: 100%;
      height: auto;
      display: block;
    }

    .cta-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 15%;
      background: linear-gradient(to bottom, transparent 0%, #0b0b0b 100%);
      z-index: 2;
      pointer-events: none;
    }

    .cta-content {
      position: absolute;
      top: 52%;
      /* perfectly aligns logo just below the top-center card */
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .cta-logo img {
      width: 82.56px;
      height: 82.71px;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .cta-content h2 {
      font-size: 38px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 28px;
    }

    .cta-button {
      font-family: 'poppins';
      display: inline-block;
      background: linear-gradient(180deg, #51b5ff, #075fa1);
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      padding: 14px 40px;
      border-radius: 50px;
      transition: transform 0.3s, box-shadow 0.3s;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
    }

    .gradient-pink {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 40px;
      line-height: 43px;
      text-align: center;
      background: linear-gradient(180deg, #BE265D 0%, #E2105B 100%);
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .arrow-icon {
      width: 22px;
      height: 16px;
    }

  }

  .sitecrm-body {

    background: #0b0b0b;

    .desktopview {
      display: block;
    }

    .mobileview {
      display: none;
    }

    .site-page {
      padding: 3rem;
    }

    .hero-one {
      background-image: url(../img/hero-section.avif);
      background-repeat: no-repeat;
      background-position: top;
      background-size: contain;
      display: flex;
      align-items: flex-start;
      text-align: left;
      width: 100%;
      min-height: 80vh;
      border-radius: 0px 0px 60px 60px;
      background-color: #000000;
    }

    .hero-content1 {
      flex: 1;
      max-width: 40%;
      position: relative;
      z-index: 2;
      top: 0;
      margin-top: 3vw;
      padding: 0;
      text-align: left;
      left: 8%;
      top: 50px;
    }

    .hero-logo {
      height: 108.13px;
      width: 501.73px;
    }

    .hero-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 36px;
      line-height: 52px;
      letter-spacing: 0px;
      background: linear-gradient(180deg, #0DC6F6 0%, #5294CC 139.58%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-description {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0px;
      color: #DADADA;
      text-align: left;
    }

    /* ============================================
   Section Common Styles
   ============================================ */
    .section-header {
      text-align: center;
      margin-bottom: 3rem;
    }

    .section-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 60px;
      line-height: 79.5px;
      letter-spacing: -2px;
      text-align: center;
      margin-top: 6rem;
      color: #FFFFFF;
    }

    .section-subtitle {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 24px;
      line-height: 29.88px;
      letter-spacing: 0px;
      text-align: center;
      color: #0DC6F6;


    }

    /* ============================================
   Why Section (Problems)
   ============================================ */
    .why-section {
      padding: 1rem 3.125rem var(--spacing-xl) 3.125rem;
      margin: 20px;
    }

    .why-section .section-title {
      margin-top: 70px;
    }

    .problems-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem;
      max-width: 79rem;
      margin: 0 auto;
    }

    .problem-card1 {
      background-image: url(../img/sky1.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      padding: 3rem 0 3rem 3rem;
      /* Removed right padding so image touches the edge */
      position: relative;
      overflow: hidden;
      border-radius: 26px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 14px;
    }

    .problem-card2 {
      background-image: url(../img/sky2.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      padding: 2rem 3rem 250px 2rem;
      /* Increased padding at bottom to prevent overlap */
      position: relative;
      overflow: hidden;
      border-radius: 26px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      min-height: 480px;
      /* Reduced min-height */
      border-radius: 14px;
    }

    .problem-card3 {
      background-image: url(../img/sky3.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      padding: 2rem 3rem 250px 2rem;
      /* Increased padding at bottom to prevent overlap */
      position: relative;
      overflow: hidden;
      border-radius: 26px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      min-height: 480px;
      /* Reduced min-height */
      border-radius: 14px;
    }

    .problem-card-wide {
      grid-column: 1 / -1;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem 2rem;
      align-items: center;
      border-radius: 18px;
    }

    .problem-card-content {
      grid-column: 1;
    }

    .problem-card-content h3 {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 48px;
      line-height: 58px;
      letter-spacing: 0px;
      text-align: left;
      color: #ffffff;
      margin-bottom: 10px;
      white-space: nowrap;
    }

    .problem-card-content p {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 22px;
      line-height: 38px;
      letter-spacing: 0px;
      text-align: left;
      color: #C7C7C7;

    }

    .problem-card-image {
      width: 100%;
      border-radius: var(--radius-sm);
      margin-top: 1.5rem;
    }

    .problem-card-wide .problem-card-image {
      grid-column: 2;
      margin-top: 0;
      align-self: stretch;
      /* Stretch to fill container height */
      height: 100%;
      object-fit: cover;
    }

    .problem-card-half {
      display: flex;
      flex-direction: column;
    }

    .problem-card-half .problem-card-content {
      margin-bottom: 1.5rem;
    }

    /* ============================================
   Platform Section (Features)
   ============================================ */
    .platform-section {
      padding: var(--spacing-xl) 3.125rem;
      margin: 20px;
    }

    .features-grid {
      display: flex;
      gap: 1.5rem;
      max-width: 79rem;
      margin: 0 auto;
    }

    .features-col {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
      flex: 1;
    }

    .feature-card1,
    .feature-card2,
    .feature-card3,
    .feature-card4,
    .feature-card5,
    .feature-card6 {
      padding: 1.5rem 1.5rem 0;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      border-radius: 26px;
      border: 1px solid #FFFFFF36;
      position: relative;
    }

    .feature-card1 {
      background-image: url(../img/white1.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      min-height: 24rem;
      border-radius: 12px;
    }

    .feature-card2 {
      background-image: url(../img/white2.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      min-height: 28rem;
      border-radius: 12px;
    }

    .feature-card3 {
      background-image: url(../img/white3.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      min-height: 40rem;
      border-radius: 12px;
    }

    .feature-card4 {
      background-image: url(../img/white4.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      min-height: 36rem;
      border-radius: 12px;
    }

    .feature-card5 {
      background-image: url(../img/white5.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      min-height: 38rem;
      flex: 1;
      border-radius: 12px;
    }

    .feature-card6 {
      background-image: url(../img/white6.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      min-height: 38rem;
      flex: 1;
      border-radius: 12px;
    }

    .feature-card-text {
      margin-bottom: 1.5rem;
    }

    .feature-card-text h3 {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 34px;
      line-height: 44px;
      letter-spacing: 0px;
      color: #ffffff;
      margin-bottom: 20px;
    }

    .feature-card-text p {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 18px;
      line-height: 27px;
      letter-spacing: 0px;
      color: #B1B1B1;
    }

    .feature-card-image {
      width: 90%;
      margin: auto auto 0;
      border-radius: var(--radius-sm) var(--radius-sm) 0 0;
      box-shadow: var(--shadow-card);
    }

    .feature-card3 .feature-card-image {
      width: 60%;
    }

    /* ============================================
   Results Section
   ============================================ */
    .results-section {
      padding: var(--spacing-xl) 3.125rem;
      margin: 20px;
    }

    .results-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
      max-width: 79rem;
      margin: 0 auto 3rem;
      align-items: start;
    }

    .results-text p {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 22px;
      line-height: 38px;
      letter-spacing: 0px;
      color: #ffffff;
      margin-top: 40px;
    }

    .results-visual img {
      width: 100%;
      border-radius: var(--radius-sm);
    }

    .stats-row {
      display: flex;
      gap: 2rem;
      max-width: 79rem;
      margin: 0 auto;
    }

    .stat-card1,
    .stat-card2,
    .stat-card3 {
      flex: 1;
      padding: 1.5rem;
      text-align: left;
      border-radius: 16px;
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      min-height: 16rem;
      position: relative;
    }

    .stat-card1::before,
    .stat-card2::before,
    .stat-card3::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 16px;
      padding: 2px;
      background: linear-gradient(118.17deg, #B7F0FF -1.9%, #184485 53.99%, rgba(211, 246, 255, 0.8) 109.88%), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }

    .stat-card1 {
      background-image: url(../img/black1.avif);
    }

    .stat-card2 {
      background-image: url(../img/black2.avif);
    }

    .stat-card3 {
      background-image: url(../img/black3.avif);
    }

    .stat-number {
      display: block;
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 74px;
      line-height: 1;
      letter-spacing: 0px;
      color: #ffffff;
      margin-bottom: 4px;
    }

    .stat-label {
      display: block;
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 28px;
      line-height: 38px;
      letter-spacing: 0px;
      color: #ffffff;
    }

    /* ============================================
   Audience Section (Made for Real Estate)
   ============================================ */
    .audience-section {
      padding: var(--spacing-xl) 3.125rem;
      margin: 20px;
    }

    .audience-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 5rem 2rem;
      max-width: 79rem;
      margin: 0 auto;
      padding-top: 4rem;
    }

    .audience-card {
      display: flex;
      background-image: url(../img/glitter.png);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      min-height: 19rem;
      border-radius: 12px;
    }

    .audience-image {
      width: 17rem;
      position: relative;
      flex-shrink: 0;
    }

    /* Reduce gap for Brokers and Sales Teams cards */
    .audience-card:nth-child(2) .audience-image,
    .audience-card:nth-child(3) .audience-image {
      width: 17.5rem;
    }

    .audience-image img {
      position: absolute;
      bottom: 0;
      left: 0rem;
      height: 22rem;
      width: auto;
      max-width: none;
      object-fit: contain;
      object-position: bottom left;
      z-index: 2;
    }

    /* Move the man in the 1st card slightly left to create space */
    .audience-card:nth-child(1) .audience-image img {
      left: -2.5rem;
    }

    .audience-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-top: 44px;
    }

    .audience-info h3 {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 30px;
      line-height: 100%;
      letter-spacing: -2px;
      color: #0DC6F6;
      margin-bottom: 8px;
    }

    .audience-info p {
      font-family: 'Poppins';
      font-weight: 300;
      font-size: 18px;
      line-height: 150%;
      letter-spacing: -1px;
      color: #ffffff;
    }

    /* ============================================
   Testimonials Section
   ============================================ */

    .testimonials-slider {
      position: relative;
    }





    .test-real {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 22px;
      line-height: 29px;
      letter-spacing: 0px;
      background: linear-gradient(180deg, #00CAFF 0%, #007999 100%);
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin: 0;
      padding-left: 20px;

    }



    /* ============================================
   CTA Section
   ============================================ */
    .cta {
      position: relative;
      padding: 40px 0 0 0;
      overflow: hidden;
      background: #0b0b0b;
    }

    .cta-bg {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: -150px;
    }

    .cta-images {
      width: 100%;
      max-width: 1500px;
      position: relative;
    }

    .cta-img {
      width: 100%;
      height: auto;
      display: block;
    }

    .cta-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 15%;
      background: linear-gradient(to bottom, transparent 0%, #0b0b0b 100%);
      z-index: 2;
      pointer-events: none;
    }

    .cta-content {
      position: absolute;
      top: 65%;
      /* perfectly aligns logo just below the top-center card */
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .cta-logo img {
      width: 80px;
      height: 80px;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .cta-content h2 {
      font-family: 'poppins';
      line-height: 42px;
      font-size: 43px;
      font-weight: 500;
      color: #fff;
      margin-bottom: 28px;
    }

    .cta-button {
      font-family: 'poppins';
      display: inline-block;
      background: linear-gradient(180deg, #51b5ff, #075fa1);
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      padding: 14px 40px;
      border-radius: 50px;
      text-decoration: none;
      transition: transform 0.3s, box-shadow 0.3s;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
    }

    .hover\:text-white:hover {
      --tw-text-opacity: 1;
      color: #317AB0;
      text-decoration: none;
    }

    .gradient-blue {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 40px;
      line-height: 43px;
      text-align: center;
      background: linear-gradient(180deg, #317AB0 0%, #0DC6F6 100%);
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .arrow-icon {
      width: 22px;
      height: 16px;
    }
  }

  /* .sections-bg-wrapper {
  background-image: url(../img/simplihi-background.png); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  position: relative;
} */

  .simplihi-body {


    background: #0b0b0b;

    .desktopview {
      display: block;
    }

    .mobileview {
      display: none;
    }

    .simp-desk {
      padding: 3rem;
    }

    .simplihi-body .hero-two {
      background-image: none;
      /* Remove from the main container */
      position: relative;
      overflow: hidden;
      isolation: isolate;
      /* Ensures the pseudo-element stays behind the content */
    }

    .simplihi-body .hero-two::before {
      content: "";
      position: absolute;
      top: -8%;
      /* Pushes the top purple bar out of bounds */
      left: 0;
      /* Pins to the left to protect the laptop from being cropped */
      width: 110%;
      /* Pushes the right purple pattern out of bounds */
      height: 108%;
      background-image: url('../img/simp-dk.avif');
      background-repeat: no-repeat;
      background-position: bottom left;
      background-size: cover;
      z-index: -1;
    }

    /* ===========================
   Hero Section
   =========================== */
    .hero-two {
      background-image: url(../img/simp-dk.avif);
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      text-align: left;
      width: 100%;
      height: 600px;
      display: flex;
      align-items: center;
    }

    .hero__content1 {
      position: relative;
      z-index: 10;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding-left: 53.7%;
      max-width: var(--max-width);
      top: -8%;
    }

    .desktopview .hero__logo1 {
      margin-bottom: 0rem;
    }

    .desktopview .hero__logo1 img {
      width: 320px;
      height: auto;
    }

    .desktopview .hero__title1 {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 44px;
      line-height: 54px;
      letter-spacing: 0px;
      background: linear-gradient(180deg, #47BD6B 0%, #34894E 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
      margin-bottom: 1rem;
    }

    .desktopview .hero__description1 {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 16px;
      line-height: 30px;
      letter-spacing: 0px;
      color: #DADADA;
      max-width: 34.1875rem;
      margin-bottom: 1.5rem;
      padding-right: 1rem;
    }

    .desktopview .hero__cta {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 24px;
      line-height: 33px;
      letter-spacing: 0px;
      text-align: center;
      padding: 1rem 2.9375rem;
      border-radius: var(--radius-pill);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      color: #F2FFF0;
      border: 1px solid #21BF63;
      text-decoration: none;
      background: linear-gradient(180deg, #055138 0%, #117353 100%);
    }

    .arrow {
      width: 24px;
      height: 24px;
      object-fit: contain;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: crisp-edges;
    }

    .desktopview .hero__title1 span {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 36px;
      line-height: 48px;
      letter-spacing: 0px;
      background: linear-gradient(180deg, #47BD6B 0%, #34894E 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;

    }


    /* ===========================
   Comparison Section
   =========================== */
    .comparison {
      padding: 60px 0;
      background-color: #0b0b0b;
      position: relative;
      isolation: isolate;
    }

    .comparison__header {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      max-width: 61.8125rem;
      margin: 0 auto 40px;
      padding: 0 32px;
    }

    .comparison__title {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 60px;
      line-height: 66px;
      letter-spacing: -1px;
      text-align: center;
      margin-bottom: 24px;
      color: #FFFFFF;
    }

    .comparison__title span {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 60px;
      line-height: 66px;
      letter-spacing: -1px;
      text-align: center;
      background: linear-gradient(180deg, #47BD6B 0%, #43B164 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .comparison__subtitle {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 24px;
      line-height: 39px;
      letter-spacing: 0px;
      text-align: center;
      color: #FFFFFF;

    }

    .comparison__cards {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: var(--max-width);
      margin: 0 auto;
      position: relative;
    }


    .comparison__card {
      flex: 1;
      max-width: 30rem;
      height: auto;
      border-radius: var(--radius-lg);
      padding: 24px 16px;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: visible;
    }

    .comparison__card--without {
      border-radius: 20px;
      border: 2px solid transparent;
      background: linear-gradient(#0A0A0A, #0A0A0A) padding-box,
        linear-gradient(180deg, rgba(199, 199, 199, 0.15) 0%, rgba(242, 242, 242, 0.15) 100%) border-box;
    }

    .comparison__card--with {
      border-radius: 20px;
      border: 1px solid transparent;
      background: linear-gradient(#061A0C, #061A0C) padding-box,
        linear-gradient(180deg, #47BD6B 0%, #34894E 100%) border-box;
    }

    .comparison__card-header {
      margin-bottom: 1.5rem;
    }

    .comparison__card-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 38px;
      line-height: 39px;
      letter-spacing: 0px;
      margin-bottom: 0.5rem;
      text-align: center;
    }

    .comparison__card--without .comparison__card-title {
      background: linear-gradient(180deg, #EA5656 0%, #C32F2F 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .comparison__card--with .comparison__card-title {
      background: linear-gradient(180deg, #47BD6B 0%, #34894E 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .comparison__card-tagline {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 22px;
      line-height: 39px;
      letter-spacing: 0px;
      text-align: center;
      color: #FFFFFF;
    }

    .comparison__list {
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .comparison__list-item {
      border-radius: 8px;
      padding: 8px 12px;
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: 0px;
      color: #ffffff;
      display: flex;
      align-items: center;
      gap: 16px;
    }



    .comparison__card--without .comparison__list-item {
      background: #161616;
      border: 1px solid rgba(248, 76, 76, 0.1);
    }

    .comparison__card--with .comparison__list-item {
      background: #193526;
      border: 1px solid rgba(71, 189, 107, 0.1);
    }

    .comparison__center-image {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 15rem;
      margin: 45px 0 0 0;
      align-self: center;
      flex-shrink: 0;
      isolation: auto;
    }

    .comparison__center-image>img:first-child {
      width: 100%;
      height: auto;
      mix-blend-mode: screen;
      display: block;
      mask-image: radial-gradient(ellipse at center, black 45%, transparent 72%);
      -webkit-mask-image: radial-gradient(ellipse at center, black 45%, transparent 72%);
    }

    .comparison__center-logo-overlay {
      position: absolute;
      top: 22%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 231px;
      max-width: 90%;
      height: 73px;
      z-index: 5;
      mix-blend-mode: normal;
      opacity: 1;
      filter: none;
    }

    .comparison__center-logo {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
    }

    .comparison__center-logo img {
      width: 14.4375rem;
      height: auto;
    }

    /* ===========================
   Features Grid Section
   =========================== */
    .features {
      padding: var(--spacing-2xl) 0.0625rem;
    }

    .features__header {
      text-align: center;
      max-width: 61.8125rem;
      margin: 0 auto 3rem auto;
      padding: 0 2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .features__title {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 60px;
      line-height: 66px;
      letter-spacing: -1px;
      text-align: center;
      color: #ffffff;

    }

    .features__title span {
      background: linear-gradient(180deg, #47BD6B 0%, #43B164 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .features__subtitle {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 24px;
      line-height: 39px;
      letter-spacing: 0px;
      color: #ffffff;
      text-align: center;
    }

    .features__grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
      margin: 0 auto;
    }

    .features__green1 {
      background-image: url(../img/green1.avif);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      position: relative;
      padding: 1.5rem 2rem;
      display: flex;
      flex-direction: column;
      min-height: 27.9375rem;
      border-radius: 16px;
      overflow: hidden;
    }

    .features__green2 {
      background-image: url(../img/green2.avif);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      position: relative;
      padding: 1.5rem 2rem;
      display: flex;
      flex-direction: column;
      min-height: 27.9375rem;
      border-radius: 16px;
      overflow: hidden;
    }

    .features__green3 {
      background-image: url(../img/green3.avif);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      position: relative;
      padding: 1.5rem 2rem;
      display: flex;
      flex-direction: column;
      min-height: 27.9375rem;
      border-radius: 16px;
      overflow: hidden;
    }

    .features__green4 {
      background-image: url(../img/green4.avif);
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      position: relative;
      padding: 1.5rem 2rem;
      display: flex;
      flex-direction: column;
      min-height: 27.9375rem;
      border-radius: 16px;
      overflow: hidden;
    }

    .features__card-content {
      position: relative;
      z-index: 2;
      margin-top: auto;
      /* Pushes the text to the bottom of the card */
      zoom: 0.75;
      /* Visually scales the text block down to fit the 447px card without changing your font-size values */
    }

    .features__card-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 38px;
      line-height: 44px;
      letter-spacing: -1px;
      color: #FFFFFF;
    }

    .features__card-description {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 20px;
      line-height: 35px;
      letter-spacing: 0px;
      color: #FFFFFFAB;
      /* Matches the dim gray in the Figma screenshot */
    }


    /* ===========================
   Connections Section
   =========================== */
    .connections {
      padding: var(--spacing-2xl) 0.0625rem;
      position: relative;
    }

    .connections__header {
      text-align: center;
      max-width: 61.8125rem;
      margin: 0 auto 3rem auto;
      padding: 0 2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .connections__title {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 60px;
      line-height: 66px;
      letter-spacing: -1px;
      color: #FFFFFF;
      text-align: center;
      margin-top: 70px;
    }

    .connections__title span {
      background: linear-gradient(180deg, #47BD6B 0%, #43B164 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .connections__image {
      display: flex;
      justify-content: center;
      position: relative;
      z-index: 1;
    }

    .connections__image img {
      width: 34rem;
      /* Slightly larger to match screenshot proportions */
      height: auto;
      mix-blend-mode: lighten;
    }

    .connections__pills {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 0 1rem;
      max-width: 78rem;
      margin: 0 auto;
    }

    .connections__pill {
      background-image: url(../img/green-back.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      width: 39.625rem;
      max-width: 100%;
      border-radius: 24px;
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      position: relative;
      z-index: 2;
    }

    .connections__pill--left {
      align-self: flex-start;
      margin-bottom: -3.5rem;
    }

    .connections__pill--right {
      align-self: flex-end;
      margin-top: -1.5rem;
    }

    .connections__pill-title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 40px;
      line-height: 44px;
      letter-spacing: -1px;
      text-align: center;
      background: linear-gradient(180deg, #B7FFD9 -8.54%, #03C15E 134.15%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      padding-top: 20px;
    }

    .connections__pill-description {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0px;
      text-align: center;
      color: #ffffff;
    }

    /* ===========================
   Testimonials Section
   =========================== */
    .testimonials {
      padding: 4rem 0;
      overflow: hidden;
    }

    .testimonials__header {
      text-align: center;
      margin: 0 auto 1rem auto;
      padding: 0 2rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .testimonials__title {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 60px;
      line-height: 79.5px;
      letter-spacing: -1px;
      color: #FFFFFF;
      text-align: center;
    }

    .testimonials__title span {
      background: linear-gradient(180deg, #47BD6B 0%, #43B164 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .testimonials-slider {
      position: relative;
    }





    .test-real {
      font-family: 'Poppins';
      font-weight: 400;
      font-size: 22px;
      line-height: 29px;
      letter-spacing: 0px;
      margin: 0;
      padding-left: 20px;
    }



    /* ============================================
   CTA Section
   ============================================ */
    .cta {
      position: relative;
      padding: 40px 0 0 0;
      overflow: hidden;
      background: #0b0b0b;
    }

    .cta-bg {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: -150px;
    }

    .cta-images {
      width: 100%;
      max-width: 1500px;
      position: relative;
    }

    .cta-img {
      width: 100%;
      height: auto;
      display: block;
    }

    .cta-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 15%;
      background: linear-gradient(to bottom, transparent 0%, #0b0b0b 100%);
      z-index: 2;
      pointer-events: none;
    }

    .cta-content {
      position: absolute;
      top: 60%;
      /* perfectly aligns logo just below the top-center card */
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
    }

    .cta-logo img {
      width: 194.76px;
      height: 67.88px;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .cta-content h2 {
      font-size: 38px;
      font-weight: 500;
      line-height: 43px;
      color: #fff;
      margin-bottom: 28px;
    }

    .cta-button {
      font-family: 'poppins';
      display: inline-block;
      background: linear-gradient(180deg, #47BD6B, #43B164);
      color: #fff;
      font-size: 24px;
      font-weight: 400;
      padding: 14px 40px;
      border-radius: 50px;
      text-decoration: none;
      transition: transform 0.3s, box-shadow 0.3s;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
    }

    .gradient-green {
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 38px;
      line-height: 43px;
      text-align: center;
      background: linear-gradient(180deg, #B7FFD9 0%, #03C15E 100%);
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .arrow-icon {
      width: 24px;
      height: 24px;
    }
  }
}

/* RESPONSIVE */


@media (min-width:1100px) and (max-width:1164px) {
  .comparison__card-tagline {
    font-size: 18px !important;
  }

  .comparison__list-item {
    font-size: 16px !important;
  }

  .stat-content h3 {
    white-space: nowrap !important;
    font-size: 20px !important;
  }

  .stat-number1 {
    font-size: 28px !important;
  }

  .section-title {
    font-size: 50px !important;
    margin-top: 4rem !important;
  }

  .stat-content p {
    font-size: 14px !important;
  }

  .hero-content {
    width: 40% !important;
  }

  .hero-title {
    font-size: 26px !important;
    margin-bottom: 0 !important;
  }

  .hero-desc {
    font-size: 14px !important;
  }

  .feature-card {
    margin-bottom: 0 !important;
    padding: 15px 5px 0px 5px !important;
  }

  .feature-card h3 {
    font-size: 20px !important;
  }

  .feature-card p {
    font-size: 14px !important;
  }

  .hero-one {
    padding-left: 2% !important;
    background-size: contain !important;
    background-position: right top !important;
    min-height: 504px !important;
    border-radius: 60px !important;
  }

  .hero-description {
    font-size: 14px !important;
  }

  .why-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .problem-card2 {
    padding: 1rem !important;
  }

  .problem-card-content h3 {
    font-size: 40px !important;
  }

  .problem-card-content p {
    font-size: 20px !important;
  }

  .problem-card3 {
    padding: 1rem !important;
  }

  .platform-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .results-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .audience-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .cta-content {
    top: 63% !important;
  }

  .hero-content1 {
    left: 5% !important;
    top: 40px !important;
  }

  .features__green1,
  .features__green2,
  .features__green3,
  .features__green4 {
    min-height: 22.9375rem !important;
    padding: 0.5rem 1rem !important;
  }

  .audience-info p {
    font-size: 14px !important;
  }

  .audience-info h3 {
    font-size: 22px !important;
  }

  .hero-logo {
    height: auto !important;
    width: auto !important;
  }

  .sitecrm-body .testimonial-author img {
    position: relative;
    top: 10px;
  }
}

@media (min-width:1280px) and (max-width:1280px) {
  .hero-one {
    background-size: contain !important;
    background-position: right top !important;
    min-height: 554px !important;
    border-radius: 60px !important;
  }

  .hero-content {
    width: 50% !important;
    left: 5% !important;
  }

  .hero-title {
    font-size: 28px !important;
  }

  .hero-desc {
    font-size: 14px !important;
  }

  .stat-number1 {
    font-size: 28px !important;
  }

  .stat-content h3 {
    font-size: 24px !important;
  }

  .stat-content p {
    font-size: 16px !important;
  }

  .cta-content {
    top: 63% !important;
  }

  .platform-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .results-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .audience-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .why-section {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  .hero-description {
    font-size: 14px !important;
  }

  .problem-card2 {
    padding: 1rem !important;
  }

  .problem-card-content h3 {
    font-size: 40px !important;
  }

  .problem-card-content p {
    font-size: 20px !important;
  }

  .problem-card3 {
    padding: 1rem !important;
  }

  .site-crm-body .audience-info h3 {
    font-size: 28px !important;
  }

  .hero-content1 {
    left: 5% !important;
  }

  .sitecrm-body {
    .problem-card2 {
      min-height: 540px;
    }
  }
}

@media (min-width: 1440px) {
  .hero-content {
    left: 6% !important;
    width: 50% !important;
  }

  .hero-title {
    font-size: 28px !important;
  }

  .hero-desc {
    font-size: 14px !important;
  }

  .hero-content1 {
    top: 120px !important;
  }
}

@media (min-width: 1512px) {
  .hero-content {
    left: 11% !important;
    padding: 46px 10px !important;
  }

  .hero-content1 {
    left: 10% !important;
    top: 100px !important;
  }
}

@media (min-width: 1600px) {
  .hero-content {
    left: 13% !important;
  }

  .hero-content1 {
    left: 14% !important;
  }
}

@media (min-width: 1903px) {
  .hero-content {
    left: 19% !important;
    top: 16% !important;
  }

  .hero-content1 {
    left: 10% !important;
  }

  .hero-two {
    height: 80vh !important;
  }

  .features__green4 {
    min-height: fit-content !important;
  }

  .features__green2 {
    min-height: fit-content !important;
  }

  .hero-title {
    font-size: 34px !important;
  }

  .hero-desc {
    font-size: 18px !important;
  }

  .features__card-title {
    font-size: 40px !important;
    line-height: 50px !important;
    letter-spacing: 0px !important;
  }
}

@media(min-width: 1920px) {
  .hero-content {
    left: 10% !important;
    top: 16% !important;
  }

  .hero-one {
    min-height: 80vh !important;
    background-color: #000000 !important;
  }

  .why-section .section-title {
    margin-top: 3rem !important;
  }

  .hero-title {
    font-size: 40px !important;
    line-height: 68px !important;
  }

  .hero-description {
    font-size: 26px !important;
    line-height: 39px !important;
  }

  .hero-desc {
    font-size: 24px !important;
    line-height: 38px !important;
    max-width: 750px !important;
  }

  .simplihi-body {
    .hero__content1 {
      padding-left: 56%;
      max-width: 90% !important;
    }

    .desktopview .hero__description1 {
      max-width: 100%;
    }

    .desktopview .hero__logo1 img {
      width: 400px;
    }

    .desktopview .hero__title1 span {
      font-size: 48px !important;
      line-height: 60px !important;
    }

    .desktopview .hero__description1 {
      font-size: 26px !important;
      line-height: 36px !important;
    }

    .hero__content1 {
      padding-left: 55% !important;
      max-width: 97% !important;
    }

    .desktopview .hero__cta {
      font-size: 36px !important;
    }

    .manage-conver {
      margin-bottom: 40px !important;
    }

    .features__card-description {
      font-size: 22px !important;
      line-height: 38px !important;
      margin-bottom: auto;
    }
  }
}

@media (min-width: 2560px) {
  .hero {
    background-position: top !important;
    height: 96vh !important;
  }

  .hero-content1 {
    left: 15% !important;
    max-width: 35% !important;
    top: 170px !important;
  }

  .hero-two {
    height: 100vh !important;
  }

  .hero-content {
    left: 20% !important;
    top: 20% !important;
  }

  .hero-one {
    min-height: 100vh !important;
    background-color: #000000 !important;
  }

  .why-section .section-title {
    margin-top: 6rem !important;
  }

  .hero-title {
    font-size: 50px !important;
    line-height: 66px !important;
    margin-top: 20px !important;
  }

  .hero-description {
    font-size: 32px !important;
    line-height: 50px !important;
    margin-top: 20px !important;
  }

  .hero-logo {
    height: auto !important;
    width: 60% !important;
  }

  .simplihi-body {
    .desktopview .hero__title1 span {
      font-size: 50px !important;
      line-height: 70px !important;
    }

    .desktopview .hero__description1 {
      font-size: 30px !important;
      line-height: 50px !important;
    }

    .desktopview .hero__cta {
      font-size: 40px !important;
      gap: 18px !important;
      padding: 25px 50px !important;
    }
  }
}


.arrow-icon {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  flex-shrink: 0;
  transform: translateY(2px);
}

#main-header.header-sticky {
  background-color: #0b0b0b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  /* Optional: adds a subtle shadow to separate it from content */
}



/* Background Pattern for Simplihi Sections */
.simplihi-pattern-bg {
  position: relative;
  background-color: #0b0b0b;
  padding-bottom: 100px;
}

.simplihi-pattern-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/simplihi-pattern.avif');
  background-repeat: repeat;
  opacity: 0.7;
  /* Higher opacity so the doodle is clearly visible, while still pulling in some of the #0b0b0b background */
  z-index: 0;
  pointer-events: none;
}

.simplihi-pattern-bg .comparison,
.simplihi-pattern-bg .features,
.simplihi-pattern-bg .connections {
  position: relative;
  z-index: 1;
  background: transparent;
}

/* Use a smooth fade mask to gracefully fade out the ends of the glowing lines (top/bottom on mobile, left/right on desktop) so they don't hit a hard wall */
.comparison__center>img,
.comparison__center-image>img:first-child {
  mix-blend-mode: lighten;
  filter: none;
  mask-image: radial-gradient(50% 50% at center, black 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(50% 50% at center, black 60%, transparent 100%);
}

/* On mobile, fade the center part of the glow slightly so the 'pli' in the SimpliHi logo is readable */
@media (max-width: 768px) {

  .comparison__center>img,
  .comparison__center-image>img:first-child {
    mask-image: radial-gradient(50% 50% at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 10%, black 45%, transparent 100%);
    -webkit-mask-image: radial-gradient(50% 50% at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 10%, black 45%, transparent 100%);
  }
}



/* Fix the invisible CTA gradient text by supplying the missing webkit prefix. No padding or line-height changes needed! */
.gradient-green {
  -webkit-background-clip: text;
}

/* Remove the solid background from the container itself, which was creating a hard box over the doodles */
.connections__image {
  background: transparent;
}

/* Prevent background-clip: text from cutting off the bottom of letters like 'g' and 'y' */
.connections__pill-title {
  padding-bottom: 10px;
  margin-bottom: -10px;
}

@media(max-width:320px) {
  .simplihi-body .footer-content h3 {
    font-size: 14px !important;
  }

  .comparison__card--without {
    margin-top: 40px !important;
  }

  .testimonial__footer img:first-child {
    padding-left: 0px !important;
  }

  .site-header .menu-block {
    width: 90%;
  }

  .footer-content h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .testi-quote-img {
    left: -10px !important;
    bottom: -16px !important;
    width: 54px !important;
  }

  .features__card1,
  .features__card2,
  .features__card3,
  .features__card4 {
    margin: 0 10px !important;
  }
}

@media(min-width: 395px) and (max-width:434px) {
  .simplihi-body .hero-two {
    height: 33.5625rem !important;
    overflow: hidden !important;
  }

  .features__card1,
  .features__card2,
  .features__card3,
  .features__card4 {
    min-height: 360px !important;
  }

  .features__green4 {
    min-height: 44.9375rem !important;
  }

  .features__green2 {
    min-height: 44.9375rem !important;
  }

  .hero-content {
    left: 27% !important;
  }

}

.arrow-icon {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  flex-shrink: 0;
  transform: translateY(2px);
}

#main-header.header-sticky {
  background-color: #0b0b0b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  /* Optional: adds a subtle shadow to separate it from content */
}

.sitecrm-body .cta-button:hover img.arrow-icon {
  filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(1637%) hue-rotate(185deg) brightness(88%) contrast(98%);
}

.simplihi-body .cta-button:hover img.arrow-icon {
  filter: brightness(0) saturate(100%) invert(48%) sepia(43%) saturate(541%) hue-rotate(93deg) brightness(97%) contrast(85%);
}


.simplihi-body .hero__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #fff;
  transition: height 0.4s ease;
  z-index: -1;
}

.simplihi-body .hero__cta:hover::before {
  height: 100%;
}

/* Background Pattern for Simplihi Sections */
.simplihi-pattern-bg {
  position: relative;
  background-color: #0b0b0b;
  padding-bottom: 100px;
}

.simplihi-pattern-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/simplihi-pattern.avif');
  background-repeat: repeat;
  opacity: 0.7;
  /* Higher opacity so the doodle is clearly visible, while still pulling in some of the #0b0b0b background */
  z-index: 0;
  pointer-events: none;
}

.simplihi-pattern-bg .comparison,
.simplihi-pattern-bg .features,
.simplihi-pattern-bg .connections {
  position: relative;
  z-index: 1;
  background: transparent;
}

/* Use a smooth fade mask to gracefully fade out the ends of the glowing lines (top/bottom on mobile, left/right on desktop) so they don't hit a hard wall */
.comparison__center>img,
.comparison__center-image>img:first-child {
  mix-blend-mode: lighten;
  filter: none;
  mask-image: radial-gradient(50% 50% at center, black 60%, transparent 100%);
  -webkit-mask-image: radial-gradient(50% 50% at center, black 60%, transparent 100%);
}

/* On mobile, fade the center part of the glow slightly so the 'pli' in the SimpliHi logo is readable */
@media (max-width: 768px) {

  .comparison__center>img,
  .comparison__center-image>img:first-child {
    mask-image: radial-gradient(50% 50% at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 10%, black 45%, transparent 100%);
    -webkit-mask-image: radial-gradient(50% 50% at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 10%, black 45%, transparent 100%);
  }
}

/* Fix the invisible CTA gradient text by supplying the missing webkit prefix. No padding or line-height changes needed! */
.gradient-green {
  -webkit-background-clip: text;
}

/* Remove the solid background from the container itself, which was creating a hard box over the doodles */
.connections__image {
  background: transparent;
}

/* Prevent background-clip: text from cutting off the bottom of letters like 'g' and 'y' */
.connections__pill-title {
  padding-bottom: 10px;
  margin-bottom: -10px;
}

@media(max-width:320px) {
  .simplihi-body .footer-content h3 {
    font-size: 18px !important;
  }

  .comparison__card--without {
    margin-top: 40px !important;
  }
}

@media(min-width: 395px) and (max-width:434px) {
  .simplihi-body .hero-two {
    height: 33.5625rem !important;
    overflow: hidden !important;
  }

  .features__card1,
  .features__card2,
  .features__card3,
  .features__card4 {
    min-height: 360px !important;
  }

  .hero {
    min-height: 490px !important;
  }

  /* Reduce gap at the bottom of the text for these two specific problem cards by pushing text down */
  .sitecrm-body .problem-card2,
  .sitecrm-body .problem-card3 {
    padding-top: 40px !important;
  }
}

/* 
.arrow-icon {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  flex-shrink: 0;
  transform: translateY(2px);
} */

#main-header.header-sticky {
  background-color: #0b0b0b;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  /* Optional: adds a subtle shadow to separate it from content */
}





.sitecrm-body .cta-button:hover img.arrow-icon {
  filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(1637%) hue-rotate(185deg) brightness(88%) contrast(98%);
}

.simplihi-body .cta-button:hover img.arrow-icon {
  filter: brightness(0) saturate(100%) invert(48%) sepia(43%) saturate(541%) hue-rotate(93deg) brightness(97%) contrast(85%);
}



.simplihi-body .hero__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #fff;
  transition: height 0.4s ease;
  z-index: -1;
}

.simplihi-body .hero__cta:hover::before {
  height: 100%;
}



/* Background Pattern for Simplihi Sections */
.simplihi-pattern-bg {
  position: relative;
  background-color: #0b0b0b;
  padding-bottom: 100px;
}

.simplihi-pattern-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/simplihi-pattern.avif');
  background-repeat: repeat;
  opacity: 0.7;
  /* Higher opacity so the doodle is clearly visible, while still pulling in some of the #0b0b0b background */
  z-index: 0;
  pointer-events: none;
}

.simplihi-pattern-bg .comparison,
.simplihi-pattern-bg .features,
.simplihi-pattern-bg .connections {
  position: relative;
  z-index: 1;
  background: transparent;
}


/* Prevent background-clip: text from cutting off the bottom of letters like 'g' and 'y' */
.connections__pill-title {
  padding-bottom: 10px;
  margin-bottom: -10px;
}

@media(max-width:320px) {
  .comparison__card--without {
    margin-top: 20px !important;
  }
}

@media(min-width:395px) and (max-width:434px) {
  .simplihi-body .hero-two {
    height: 33.5625rem !important;
    overflow: hidden !important;
  }

  .features__card1,
  .features__card2,
  .features__card3,
  .features__card4 {
    min-height: 360px !important;
  }

  .hero {
    min-height: 490px !important;
  }

  /* Reduce gap at the bottom of the text for these two specific problem cards by pushing text down */
  .sitecrm-body .problem-card2,
  .sitecrm-body .problem-card3 {
    padding-top: 40px !important;
  }
}

/* Back to Top Button */
#backToTop {
  position: fixed;
  bottom: 60px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #51b5ff 0%, #075fa1 100%);
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  box-shadow: 0 4px 14px rgba(7, 95, 161, 0.4);
  overflow: hidden;
  isolation: isolate;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, color 0.4s ease, box-shadow 0.3s ease;
}

#backToTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #ffffff;
  transition: height 0.4s ease;
  z-index: -1;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

body.menu-open #backToTop {
  display: none !important;
}


@media (min-width: 901px) {
  #backToTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    bottom: 60px;
    right: 50px;
  }

  #backToTop:hover::before {
    height: 100%;
  }

  #backToTop:hover {
    color: #075fa1;
    box-shadow: 0 6px 18px rgba(7, 95, 161, 0.5);
  }

  .sitecrm-body .cta-button:hover {
    color: #075fa1;
  }

  /* CTA Button Hover Fix for SiteCRM and Simplihi */
  .sitecrm-body .cta-button,
  .simplihi-body .cta-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, transform 0.3s, box-shadow 0.3s;
  }

  .sitecrm-body .cta-button::before,
  .simplihi-body .cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #fff;
    transition: height 0.4s ease;
    z-index: -1;
  }

  .sitecrm-body .cta-button:hover::before,
  .simplihi-body .cta-button:hover::before {
    height: 100%;
  }

  /* CTA Button Hover Fix for SiteCRM and Simplihi */
  .sitecrm-body .cta-button,
  .simplihi-body .cta-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, transform 0.3s, box-shadow 0.3s;
  }

  .sitecrm-body .cta-button::before,
  .simplihi-body .cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #fff;
    transition: height 0.4s ease;
    z-index: -1;
  }

  .sitecrm-body .cta-button:hover::before,
  .simplihi-body .cta-button:hover::before {
    height: 100%;
  }

  /* CTA Button Hover Fix for SiteCRM and Simplihi */
  .sitecrm-body .cta-button,
  .simplihi-body .cta-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, transform 0.3s, box-shadow 0.3s;
  }

  .sitecrm-body .cta-button::before,
  .simplihi-body .cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #fff;
    transition: height 0.4s ease;
    z-index: -1;
  }

  .sitecrm-body .cta-button:hover::before,
  .simplihi-body .cta-button:hover::before {
    height: 100%;
  }

  .simplihi-body .cta-button:hover {
    color: #43B164;
  }

  .simplihi-body .hero__cta:hover img.arrow,
  .simplihi-body .hero__cta:hover img.arrow-mob {
    filter: brightness(0) saturate(100%) invert(48%) sepia(43%) saturate(541%) hue-rotate(93deg) brightness(97%) contrast(85%);
  }

  .simplihi-body .hero__cta:hover {
    color: #43B164;
  }

  /* Hero CTA Button Hover Fix for Simplihi */
  .simplihi-body .hero__cta {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, transform 0.3s, box-shadow 0.3s;
  }

  .sitecrm-body .cta-button:hover img.arrow-icon {
    filter: brightness(0) saturate(100%) invert(26%) sepia(85%) saturate(1637%) hue-rotate(185deg) brightness(88%) contrast(98%);
  }

  .simplihi-body .cta-button:hover img.arrow-icon {
    filter: brightness(0) saturate(100%) invert(48%) sepia(43%) saturate(541%) hue-rotate(93deg) brightness(97%) contrast(85%);
  }

  /* Hero CTA Button Hover Fix for Simplihi */
  .simplihi-body .hero__cta {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 0.4s ease, transform 0.3s, box-shadow 0.3s;
  }

  .simplihi-body .hero__cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #fff;
    transition: height 0.4s ease;
    z-index: -1;
  }

  .simplihi-body .hero__cta:hover::before {
    height: 100%;
  }

  .simplihi-body .hero__cta:hover {
    color: #43B164;
  }

  .simplihi-body .hero__cta:hover img.arrow,
  .simplihi-body .hero__cta:hover img.arrow-mob {
    filter: brightness(0) saturate(100%) invert(48%) sepia(43%) saturate(541%) hue-rotate(93deg) brightness(97%) contrast(85%);
  }
}

@media (min-width:430px) and (max-width:470px) {
  .hero-one {
    height: 560px !important;
  }

  .problem-card2 {
    aspect-ratio: 700 / 628 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
  }

  .problem-card3 {
    aspect-ratio: 650 / 628 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
  }

  .hero-tagline {
    font-size: 20px !important;
  }

  .hero-description {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .section-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .problem-card__desc {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .section-subtitle {
    font-size: 14px !important;
  }

  .problem-card__title {
    font-size: 22px !important;
    line-height: 28px !important;
  }

  .results-description {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .audience-card__desc {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .footer-content h3 {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .cta-button {
    font-size: 14px !important;
  }

  .hero {
    height: 80vh !important;
  }

  .testi-quote-img {
    left: -6px !important;
    bottom: -36px !important;
    width: 70px !important;
  }

  .simplihi-body {
    .comparison__subtitle {
      font-size: 12px;
      line-height: 18px;
    }

    .comparison__card-tagline {
      font-size: 12px;
    }

    .features__subtitle {
      font-size: 12px;
    }

    .testimonial__quote {
      font-size: 12px;
    }
  }
  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image {
    height: 200px !important;
  }
}

.vsnap-footer {
  padding-left: 0;
}

@media (min-width:380px) and (max-width:480px) {
  .testimonial__footer img:last-child {
    width: 32px !important;
  }
}

@media (min-width:480px) and (max-width:540px) {
  .hero-tagline {
    font-size: 22px !important;
  }

  .hero-description {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .section-title {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  .section-subtitle {
    font-size: 18px !important;
    line-height: 26px !important;
    padding: 0 20px !important;
  }

  .problem-card__illustration-img {
    width: 100% !important;
  }

  .results-description {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .audience-card__title {
    font-size: 28px !important;
  }

  .audience-card__desc {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .sitecrm-body .testimonial__quote {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  .testimonial__author {
    font-size: 22px !important;
    position: relative;
    bottom: 10px;
  }

  .footer-content h3 {
    font-size: 24px !important;
    line-height: 30px !important;
    max-width: 460px !important;
    margin: 8px 0 14px !important;
  }

  .footer-content h3 span {
    font-size: 24px !important;
  }

  .footer-content .logo-small1 {
    width: 54px !important;
    height: 54px !important;
  }

  .cta-button {
    font-size: 20px !important;
  }

  .testi-quote-img {
    left: 0;
    bottom: -40px !important;
    width: 80px !important;
  }

  .simplihi-body {
    .comparison__subtitle {
      font-size: 14px;
      line-height: 20px;
    }

    .comparison__card-tagline {
      font-size: 16px;
    }

    .features__subtitle {
      font-size: 14px;
      padding: 0 20px;
    }

    .testimonial__quote {
      font-size: 16px;
      line-height: 22px;
    }

    .hero__title1 span {
      font-size: 24px;
      line-height: 28px;
    }

    .hero__description1 {
      font-size: 12px;
      line-height: 18px;
      padding: 0 20px;
    }

    .hero__cta {
      font-size: 16px;
      width: 198px;
      height: 40px;
    }

    .comparison__title span {
      font-size: 28px !important;
      line-height: 32px !important;
    }

    .comparison__title {
      font-size: 28px !important;
      line-height: 32px !important;
    }

    .comparison__card-title {
      font-size: 26px !important;
      line-height: 36px !important;
    }

    .comparison__list-item span {
      font-size: 14px !important;
    }

    .features__title {
      font-size: 28px !important;
      line-height: 32px !important;
    }

    .features__title span {
      font-size: 28px !important;
      line-height: 32px !important;
    }

    .features__card-title {
      font-size: 22px !important;
    }

    .features__card-description {
      font-size: 14px !important;
      line-height: 20px !important;
    }

    .connections__title {
      font-size: 28px !important;
      line-height: 32px !important;
    }

    .connections__title span {
      font-size: 28px !important;
      line-height: 32px !important;
    }

    .connections__pill-title {
      font-size: 24px !important;
      line-height: 30px !important;
    }

    .connections__pill-description {
      font-size: 14px !important;
      line-height: 20px !important;
    }

    .testimonials__title {
      font-size: 28px !important;
      line-height: 32px !important;
    }

    .testimonials__title span {
      font-size: 28px !important;
      line-height: 32px !important;
    }

    .testimonial__body {
      min-height: 200px !important;
    }

    .testimonial__author span {
      font-size: 20px !important;
    }
  }
}

/* Mobile position merged into main rule */

/* Fix for testimonial text overlapping quote on mobile */
@media (max-width: 900px) {}

/* NEW TESTIMONIALS SECTION (Redesign) */
.testimonials-new {
  padding: 0;
  overflow: hidden;
  font-family: 'poppins';
}

.testi-card-new {
  background-image: url('../img/partner-testi-card.png');
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 0 25px 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin-top: 0px;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  height: auto;
}

.testi-card-new::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(49, 122, 176, 0) 0%, #0DC6F6 50%, rgba(49, 122, 176, 0) 100%);
  border-radius: 8px 8px 0 0;
  opacity: 0;
  /* Hidden by default */
  transition: opacity 0.4s ease;
}

/* Only show top gradient line on the active (middle) card */
.swiper-slide-active .testi-card-new::before {
  opacity: 1;
}

.testi-content-new {
  width: 100%;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* Vertically centers the text */
}

.testi-content-new p {
  margin: 0 0 50px 0;
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 0 25px;
}

.testi-footer-new {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0;
  padding: 0 20px 0 13rem;
}

.testi-quote-img {
    position: absolute;
    left: 5px;
    bottom: -76px;
    height: auto;
    width: 170px;
}

.testi-author-new {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0px;
  background: linear-gradient(180deg, #00CAFF 0%, #007999 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.testi-logo-img {
  margin-left: auto;
  /* Push to right */
}

/* Swiper height fixes */
.testimonialSwiperNewDesktop .swiper-slide,
.testimonialSwiperNewMobile .swiper-slide {
  height: auto;
  display: flex;
}

.testimonialSwiperNewDesktop .swiper-wrapper,
.testimonialSwiperNewMobile .swiper-wrapper {
  align-items: stretch;
}

.testimonialSwiperNewMobile {
  padding: 0 16px;
}

@media(max-width: 768px) {
  .testi-card-new {
    background-image: url('../img/partner-testi-card-m.png');
    padding: 10px 10px 10px 10px;
    background-size: 100% 100%;
  }

  .testimonialSwiperNewMobile .swiper-wrapper {
    align-items: stretch;
    /* Allows cards to stretch vertically */
  }

  .testi-card-new::before {
    height: 2px;
    width: 100%;
    left: 0;
    transform: none;
    opacity: 1;
    /* Visible on mobile */
  }

  .testi-content-new p {
    font-size: 10px;
    line-height: 18px;
    margin: 0 0 25px 0;
    text-align: left;
    padding: 0 0px;
  }

  .testi-author-new {
    font-size: 14px;
  }

  .testi-footer-new {
    padding-left: 4rem;
    margin-top: auto;
  }

  .testi-quote-img {
    left: -10px;
    bottom: -30px;
    width: 60px;
  }
}

.testimonialSwiperNewDesktop .swiper-slide {
  width: 750px;
  max-width: 90vw;
}

/* Fade out non-active slides */
.testimonialSwiperNewDesktop .swiper-slide .testi-card-new {
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

/* Full opacity for active slide */
.testimonialSwiperNewDesktop .swiper-slide-active .testi-card-new {
  opacity: 1;
}

@media (min-width:400px) and (max-width:420px) {
  .hero-tagline {
    font-size: 18px !important;
  }

  .hero-description {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .hero {
    min-height: 520px !important;
  }

  .hero-description {
    margin: 10px 20px !important;
  }

  .testi-content-new p {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .testi-author-new {
    font-size: 16px !important;
  }

  .testi-footer-new {
    padding-left: 5rem !important;
  }

  .testi-quote-img {
    bottom: -36px !important;
    width: 70px !important;
  }

  .simplihi-body {
    .comparison__subtitle {
      font-size: 12px;
      line-height: 18px;
    }

    .comparison__card-tagline {
      font-size: 12px;
    }

    .features__subtitle {
      font-size: 12px;
    }

    .testimonial__quote {
      font-size: 12px;
    }

    .testimonial__author {
      font-size: 22px !important;
      position: relative;
      bottom: 10px;

      span {
        font-size: 14px !important;
      }
    }
  }
  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    height: 420px !important;
  }
}

@media (min-width:421px) and (max-width:429px) {
  .testi-quote-img {
    width: 70px !important;
  }

  .testi-footer-new {
    padding-left: 5rem !important;
  }

  .testi-content-new p {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .simplihi-body {
    .comparison__subtitle {
      font-size: 12px;
      line-height: 18px;
    }

    .comparison__card-tagline {
      font-size: 12px;
    }

    .features__subtitle {
      font-size: 12px;
    }

    .testimonial__quote {
      font-size: 12px;
    }

    .testimonial__author {
      font-size: 22px !important;
      position: relative;
      bottom: 10px;

      span {
        font-size: 14px !important;
      }
    }
  }
  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    height: 420px !important;
  }
}

@media (min-width:430px) and (max-width:900px) {
  .section-header h2 {
    font-size: 26px !important;
    line-height: 32px !important;
    letter-spacing: 0 !important;
  }

  .testimonial__author {
    font-size: 22px !important;
    position: relative;
    bottom: 10px;

    span {
      font-size: 14px !important;
    }
  }

  .hero {
    height: 80vh !important;
  }

  .section-header p {
    font-size: 14px !important;
    letter-spacing: 0 !important;
  }

  .stat-number {
    font-size: 24px !important;
  }

  .stat-label {
    font-size: 20px !important;
  }

  .stat-description {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .growth-description {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .testi-content-new p {
    font-size: 12px !important;
    line-height: 18px !important;
  }

  .testi-author-new {
    font-size: 16px !important;
  }

  .testi-footer-new {
    padding-left: 5rem !important;
  }

  .footer-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    height: 420px !important;
  }
}

/* --- GROWTH ENGINE REBUILD --- */
.growth-engine-rebuild {
  background-color: transparent;
  padding: 0 0 0;
  text-align: center;
  overflow: hidden;
}

.growth-engine-rebuild .section-header {
  margin-bottom: 20px;
}

.growthSwiperRebuild {
  width: 100%;
  padding: 0px 0 0 0 !important;
}

.growthSwiperRebuild .swiper-wrapper {
  align-items: center;
}

.growthSwiperRebuild .swiper-slide {
  width: 280px;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.growth-card-rebuild {
  width: 100%;
  height: 380px;
  background-color: #171717;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}

.growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
  height: 410px;
}

.growth-card-rebuild .card-image {
  width: 100%;
  height: 150px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  opacity: 0.3;
  transition: opacity 0.6s ease;
}

.growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image {
  opacity: 1;
  height: 170px;
}

.growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image img {
  object-position: top;
}

.growth-card-rebuild .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.growth-card-rebuild .card-image::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0) 0%, #171717 95%);
  pointer-events: none;
}

.growth-card-rebuild .card-content {
  background-color: #171717;
  flex-grow: 1;
  padding: 12px 15px 20px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.growth-card-rebuild .card-content h4 {
  color: #ffffff;
  margin-bottom: 12px;
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
}

.growth-card-rebuild .card-content p {
  margin: 0;
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  color: #D0D0D0;
}

@media (min-width: 901px) and (max-width: 2399px) {
  .growthSwiperRebuild .swiper-slide {
    width: 320px;
    height: 400px;
  }

  .growth-card-rebuild {
    height: 360px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    height: 400px;
  }

  .growth-card-rebuild .card-image {
    height: 200px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image {
    height: 220px;
  }

  .growth-card-rebuild .card-content h4 {
    font-size: 20px;
    line-height: 26px;
  }

  .growth-card-rebuild .card-content p {
    font-size: 12px;
    line-height: 18px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4 {
    font-size: 23px;
    line-height: 32px;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .growth-card-rebuild .card-content h4,
  .growth-card-rebuild .card-content p {
    width: 290px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4,
  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
    width: 100%;
  }
}

@media (min-width: 1850px) and (max-width: 2399px) {
  .growthSwiperRebuild .swiper-slide {
    width: 380px;
    height: 500px;
  }

  .growth-card-rebuild {
    height: 440px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    height: 500px;
  }

  .growth-card-rebuild .card-image {
    height: 250px !important;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image {
    height: 280px !important;
  }

  .growth-card-rebuild .card-content h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .growth-card-rebuild .card-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4 {
    font-size: 27px;
    line-height: 34px;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .growth-card-rebuild .card-content h4,
  .growth-card-rebuild .card-content p {
    width: 350px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4,
  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
    width: 100%;
  }
}

@media (min-width: 2400px) {
  .growthSwiperRebuild .swiper-slide {
    width: 440px;
    height: 800px;
  }

  .growth-card-rebuild {
    height: 680px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    height: 760px;
  }

  .growth-card-rebuild .card-image {
    height: 460px !important;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image {
    height: 500px !important;
  }

  .growth-card-rebuild .card-content h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .growth-card-rebuild .card-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
    font-size: 22px;
    line-height: 30px;
  }

  .growth-card-rebuild .card-content h4,
  .growth-card-rebuild .card-content p {
    width: 410px;
  }
}

@media (min-width: 901px) {
  .growth-card-rebuild {
    flex-shrink: 0;
    transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease, max-width 0.3s ease;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    width: calc(100% + 40px) !important;
    max-width: none !important;
  }
}

/* FAQ Accordion Styles */
.accordion-content {
  display: none;
  margin-top: 15px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.accordion-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.accordion-item .accordion-icon img:last-child {
  opacity: 0;
}

.accordion-item.active .accordion-icon img:first-child {
  opacity: 0;
}

.growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
  height: 400px;
}

.growth-card-rebuild .card-image {
  height: 200px;
}

.growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image {
  height: 220px;
}

.growth-card-rebuild .card-content h4 {
  font-size: 20px;
  line-height: 26px;
}

.growth-card-rebuild .card-content p {
  font-size: 12px;
  line-height: 18px;
}

.growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4 {
  font-size: 23px;
  line-height: 32px;
  letter-spacing: -0.5px;
  white-space: nowrap;
}

.growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
  font-size: 16px;
  line-height: 24px;
}

.growth-card-rebuild .card-content h4,
.growth-card-rebuild .card-content p {
  width: 290px;
}

.growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4,
.growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
  width: 100%;
}


@media (min-width: 1850px) and (max-width: 2399px) {
  .growthSwiperRebuild .swiper-slide {
    width: 380px;
    height: 500px;
  }

  .growth-card-rebuild {
    height: 440px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    height: 500px;
  }

  .growth-card-rebuild .card-image {
    height: 250px !important;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image {
    height: 280px !important;
  }

  .growth-card-rebuild .card-content h4 {
    font-size: 24px;
    line-height: 30px;
  }

  .growth-card-rebuild .card-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4 {
    font-size: 27px;
    line-height: 34px;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .growth-card-rebuild .card-content h4,
  .growth-card-rebuild .card-content p {
    width: 350px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4,
  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
    width: 100%;
  }
}

@media (min-width: 2400px) {
  .growthSwiperRebuild .swiper-slide {
    width: 440px;
    height: 800px;
  }

  .growth-card-rebuild {
    height: 680px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    height: 760px;
  }

  .growth-card-rebuild .card-image {
    height: 460px !important;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-image {
    height: 500px !important;
  }

  .growth-card-rebuild .card-content h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .growth-card-rebuild .card-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content h4 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.5px;
    white-space: nowrap;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild .card-content p {
    font-size: 22px;
    line-height: 30px;
  }

  .growth-card-rebuild .card-content h4,
  .growth-card-rebuild .card-content p {
    width: 410px;
  }
}

@media (min-width: 901px) {
  .growth-card-rebuild {
    flex-shrink: 0;
    transition: width 0.3s ease, height 0.3s ease, transform 0.3s ease, max-width 0.3s ease;
  }

  .growthSwiperRebuild .swiper-slide-active .growth-card-rebuild {
    width: calc(100% + 40px) !important;
    max-width: none !important;
  }
}

/* FAQ Accordion Styles */
.accordion-content {
  display: none;
  margin-top: 15px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.accordion-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.accordion-item .accordion-icon img:last-child {
  opacity: 0;
}

.accordion-item.active .accordion-icon img:first-child {
  opacity: 0;
}

.accordion-item.active .accordion-icon img:last-child {
  opacity: 1;
}