* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'DINNeuzeitGroteskLTW01';
  src: url('fonts/dinneuzeitgroteskltw01.woff2') format('woff2'),
       url('fonts/dinneuzeitgroteskltw01.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}


body {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
}

html, body {
  max-width: 100vw;
}

a {
    text-decoration: none;
}

p {
    font-family: 'Raleway', sans-serif;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 0;
  background-color: rgb(255, 255, 255);
  height: 96px;
  display: flex;
  align-items: center;         /* vertical center */
  justify-content: center;     /* horizontal center */
}

/* Optional: Smooth transition on scroll */
.site-header {
  transition: all 0.3s ease-in-out;
}


.site-header .container {
  width: 100%;
  max-width: 1140px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

/* .container {
  width: 70%;
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.logo-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: -30px;
  margin-bottom: 1px;
}

.logo-section img {
  height: 40px;
  width: 171px;
}

.brand-text h1 {
  font-size: 18px;
  color: #344593;
  margin: 0;
}

.brand-text p {
  font-size: 12px;
  color: #666;
  margin: 0;
}

nav.main-nav {
    margin-left: 18px;
    margin-bottom: -11px;
} 

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 46px;
  margin-left: 200px;
}

.main-nav a {
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  font-size: 14px;
  line-height: 50px;
  color: #212121;
  font-weight: 400;
}

.hero-section {
    display: flex;
    position: relative;
    background: linear-gradient(to right, #c7c7c7 50%, #eac4d5 50%);
    height: 817px;
    padding-bottom: 40px;
    align-items: center;
    justify-content: center;
}

.hero-content {
  display: flex;
  /* gap: 40px; */
  align-items: center;
  justify-content: center;
  margin-left: -100px;
}


.hero-image-wrapper {
  position: relative;
  border: 15px solid #809bce;
  background-color: white;
  margin-top: -13px;
}

.hero-image-wrapper img {
    display: block;
    width: 847px;
    height: auto;
    object-fit: cover;
}

.hero-text-box {
  background: #e8e6e6;
  border: 15px solid #87a6d8;
  padding: 30px 40px;
  max-width: 485px;
  min-height: 400px;
  margin-left: -128px;
  z-index: 1 ;
}

.hero-text-box h2 {
    font-size: 46px;
    line-height: 1.4;
    color: #212121;
    font-weight: 600;
    word-spacing: 2px;
}

.hero-text-box h2 strong {
  font-weight: 700;
  color: #111;
}

.link-text {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  margin-top: 15px;
  color: #212121;
  display: flex;
  align-items: center;
  gap: 7px;
}

.link-text .custom-arrow svg {
  vertical-align: middle;
  transition: transform 0.3s ease;
}


/* SOCIAL ICONS (LEFT CENTER FIXED) */
.social-fixed-icons {
  position: fixed;
  top: 57%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1000;
  
}

.social-fixed-icons a {
  color: #111;
  font-size: 18px;
}


/* CHAT BUTTON (BOTTOM RIGHT FIXED) */
.chat-fixed-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4b5f47;
  padding: 12px 15px;
  border-radius: 12px !important;
  z-index: 1000;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.chat-fixed-button a {
  color: white;
  font-size: 24px;
}


/* OUR MISSION */

    .mission-section {
      display: flex;
      height: 790px;
      margin-top: 28px;
      margin-bottom: 28px;
      background: linear-gradient(to right, #c7c7c7 50%, #ffffff 50%);
    }

    .mission-text, .mission-image {
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.mission-text {
  padding: 2rem 4rem;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: -153px;
  z-index: 3;
}

.mission-text div {
  max-width: 299px;
  
}

.mission-text h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  position: relative;
  font-family: 'Poppins', sans-serif;
  margin-top: 11px;
}

.mission-text h2::after {
  content: "Ensure Seniors’ Independence and Peace of Mind";
  display: block;
  font-size: 16px;
  color: #212121;
  font-weight: 700;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  
}

.mission-text p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #212121;
  line-height: 21px;
  margin-top: 2.4rem;
}

.mission-text p strong {
  display: block;
  /* margin-top: 1rem; */
  font-weight: 700;
}


    .mission-image img {
      position: relative;
      left: 50px;
      margin-top: 115px;
      margin-left: 58px;
      max-width: 685px;
      height: 455px;
      border: 15px solid #809bce;
      object-fit: cover ;
      z-index: 2;
    }

    @media (max-width: 768px) {
      .mission-section {
        flex-direction: column;
      }

      .mission-text, .mission-image {
        width: 100%;
        flex: unset;
        height: auto;
      }

      .mission-text {
        padding: 2rem 1rem;
      }

      .mission-image img {
        max-width: 70%;
      }
    }

    
    
/* Resolve Section */
.resolve-section {
  background-color: #d6eadf;
  padding: 60px 20px;
  font-family: 'Poppins', sans-serif;
}

.resolve-container {
    max-width: 1400px;
    margin: auto;
}

.section-title {
  text-align: center;
  font-size: 36px;
  margin: -28px 0 0 20px;
  line-height: 50.4px;
  font-weight: 700;
  color: #000000;
}

/* Grid */
.resolve-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}

/* Card */
.resolve-card {
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
}

.icon-box {
  width: 46px;
  height: 61px;
  margin: -6px auto 20px auto; /* Center horizontally and add bottom spacing */
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box svg {
  width: 100%;
  height: 100%;
  display: block;
      
}

#comp-mbk8dlgs__item1 {
  margin-left: -15px;
  width: 46px;
}

#comp-mbk8dlgs__item-ker6vm4a svg {

  margin-left: 10px;
  width: 61px;
}


.resolve-card h3 {
  font-size: 20px;
  margin: 25px 0 40px 0;
  font-weight: 600;
  color: #212121
}

.resolve-card p {
  
  align-items: center;
  justify-content: center;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  width: 228px;
  margin-left: 35px;
  margin-top: -10px;
}


/* PROGRAMME BENEFITS SECTION */

.benefits-section {
  display: flex;
  height: 580px;
  background: linear-gradient(to right, #ffffff 50%, #c7c7c7 50%);
  margin-bottom: 10px;
}

.benefits-text, .benefits-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefits-text {
  padding: 2rem 4rem;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -85px;
  margin-bottom: 0.1rem;
  z-index: 3;
}

.benefits-text div {
  max-width: 488px;
  margin-left: 50px;
}

.benefits-text h2 {
  font-size: 30px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.benefits-text h2::after {
  content: "Introducing Pink Umbrella Subscriptions – Redefining Eldercare";
  display: block;
  font-size: 14px;
  color: #212121;
  font-weight: 700;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

.benefits-text p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #212121;
  line-height: 21px;
  width: 310px;
  margin-top: 30px;
}

.benefits-text p strong {
  display: block;
  margin-top: 1rem;
  font-weight: 700;
}

.learn-more-btn {

  display: inline-block;
  margin-top: 27px;
  padding: 10px 20px;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 5px;
  width: 142px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  position: relative;
  top: 16px;
}

.learn-more-btn:hover {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000000;
}

.benefits-image img {
  position: relative;
  right: 50px;
  margin-top: 65px;
  margin-right: 58px;
  max-width: 685px;
  height: 455px;
  border: 15px solid #809bce;
  object-fit: cover;
  z-index: 2;
}

@media (max-width: 768px) {
  .benefits-section {
    flex-direction: column-reverse;
  }

  .benefits-text, .benefits-image {
    width: 100%;
    flex: unset;
    height: auto;
  }

  .benefits-text {
    padding: 2rem 1rem;
    margin-top: 0;
  }

  .benefits-image img {
    max-width: 70%;
    margin: 2rem auto;
  }
}


/* JOIN PU SECTION */
.join-pu-section {
    background-color: #e8e6e6cc;
    padding: 60px;
    height: 648px;
}

.join-pu-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* changed from center to stretch */
  gap: 40px;
  height: 100%; /* add this */
  background-color: #95b8d1;
    width: 1400px !important;
    margin: 0 auto;
}

.join-pu-text {
  flex: 1;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* Use center if you want text aligned in center */
  height: 100%; /* Important for vertical centering */
  margin-left: 100px;
  padding-left: 97px;
  margin-top: -30px;
}

.join-pu-text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px !important;
}

.join-pu-text h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 45px;
}

.join-pu-text p {
  font-size: 14px;
  line-height: 19.6px;
  margin-bottom: 20px;
  width: 442px;
}

.join-btn {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 20px;
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 0 5px;
  width: 142px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  position: relative;
  bottom: 20px;
}

.join-btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.join-pu-image {
  flex: 1;
  text-align: right;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.join-pu-image img {
  width: auto;
  height: 100%; /* make image fill full height */
  max-height: 100%;
  object-fit: cover; /* better fit */
}

.pumates {
  width: 450px;
  object-fit: cover;
  position: absolute;
  top: 50px;          /* ✅ adjust this as needed */
  right: 100px;       /* ✅ or adjust based on layout */
  z-index: 3;         /* ✅ bring to front */
}

/* SUCCESS STORIES - HORIZONTAL VERSION */

.success-stories-section {
  background-color: #ffffff;
  padding: 60px 20px;
  overflow: hidden;
}

.success-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.stories-wrapper {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.stories-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.story {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-sizing: border-box;
  padding: 0;
}

/* Keep your colored box classes */
.red-box { background-color: #fce4e4; }
.blue-box { background-color: #e1f0ff; }
.green-box { background-color: #e4f9e3; }

.story-image img {
  width: 100%;
  max-width: 580px;
  max-height: 580px;
  object-fit: cover;
}

.story-content {
  flex: 1;
  max-width: 520px;
  font-family: 'Poppins', sans-serif;
  padding: 50px;
}

.story-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}

.story-content p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 19.6px;
  margin-bottom: 15px;
}

.read-more {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.reverse {
  flex-direction: row-reverse;
  text-align: right;
}

.dots-container {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.dot {
  height: 8px;
  width: 8px;
  background-color: #f8f8f8;
  border-radius: 10%;
  display: inline-block;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.dot.active {
  background-color: #ffffff;
}


/* RECENT BLOGS */

.recent-blog-section {
  background-color: #e8e6e6;
  padding: 40px 20px 20px;
  font-family: 'Poppins', sans-serif;
}

.blog-title {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-left: 117px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.blog-cards-wrapper {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.blog-card {
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  width: 319px;
  height: 378px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.blog-card img.blog-img {
  width: 100%;
  height: 238.5px;
  object-fit: cover;
}

.blog-user {
  display: flex;
  align-items: center;
  padding: 28px 20px 0;
  gap: 12px;
}

.blog-user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-user span {
  font-weight: 400;
  font-size: 12px;
  color: #212121;
  font-family: 'Raleway', sans-serif;
  align-items: center;
  margin-top: 5px;
}

.blog-content {
  padding: 10px 20px 20px;
}

.blog-content h3 {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  font-size: 14px;
}

.pagination button {
  background: transparent;
  border: none;
  padding: 6px 12px;
  margin-top: -20px;
  cursor: pointer;
  font-family: 'Raleway', sans-serif;
}


/* TESTIMONIAL SECTION*/


  .testimonial-section {
    background-color: #e8e6e6;
    position: relative;
    overflow: hidden;
    height: 700px;
  }

  .testimonial-heading {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    top: 110px;
    z-index: 1000;
  }

  .testimonial-wrapper {
    max-width: 100%;
    height: 645px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
  }

  .testimonial-cards {
    position: relative;
    width: 100%;
  }

  .testimonial-card {
    display: none;
    justify-content: center;
    align-items: center;
    color: #212121;
    animation: fadeSlideIn 0.8s ease forwards;
    background-color: #fff;
    gap: 40px;
    height: 645px;
    width: 100%;
    padding: 0 360px;
    box-sizing: border-box;
  }

  .testimonial-card.active {
    display: flex;
  }

  .client-info {
    flex: 0 0 360px;
    text-align: center;
    animation: fadeSlideIn 1s ease forwards;
  }

  .client-info img {
    width: 345px;
    height: 320px;
    object-fit: cover;
    margin-bottom: 10px;
    opacity: 0;
    border: 15px solid #809bce;
    transform: translateX(-90px);
    animation: imageFadeIn 2s ease forwards;
    position: relative;
    top: 95px;
    right: 68px;
  }
.testimonial-card:nth-of-type(4) .testimonial-text p {

  margin-top: 135px;

}

  .client-info h4 {
    margin-top: 120px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-left: -145px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .client-info span {
    margin-left: -145px;
}
  
  .testimonial-text p {
    flex: 1;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.6;
    text-align: left;
    width: 400px;
  }

  /* Background Colors */
  .red-bg { background-color: rgb(240, 248, 255); }
  .blue-bg { background-color: rgb(214, 234, 223); }
  .green-bg { background-color: rgb(214, 234, 223); }
  .yellow-bg { background-color: rgb(214, 234, 223); }

  /* Arrows */
  .testimonial-prev,
  .testimonial-next {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 10px 15px;
    z-index: 10;
  }


  
  .testimonial-prev { left: 90px; }
  .testimonial-next { right: 90px; }

  /* Animations */
  @keyframes fadeSlideIn {
    0% { opacity: 0; transform: translateX(-30px); }
    100% { opacity: 1; transform: translateX(0); }
  }

  @keyframes imageFadeIn {
    0% { opacity: 0; transform: translateX(-20px); }
    100% { opacity: 1; transform: translateX(0); }
  }

  @media (max-width: 768px) {
    .testimonial-wrapper {
      height: auto;
    }

    .testimonial-card {
      flex-direction: column;
      text-align: center;
      height: auto;
      padding: 40px 20px;
    }

    .testimonial-text {
      padding-top: 20px;
      text-align: center;
    }

    .client-info img {
      width: 260px;
      height: 220px;
    }

    .testimonial-prev, .testimonial-next {
      top: unset;
      bottom: 20px;
    }
  }

        /* === FOOTER STYLES === */
        .main-footer {
            background: #212121;
            color: #e2e8f0;
            position: relative;
            overflow: hidden;
            margin-top: 70px;
        }

        .main-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #334155, transparent);
        }

        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 60px 20px 30px;
        }

        .footer-top {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1.2fr;
            gap: 40px;
            margin-bottom: 50px;
        }

        .footer-section h3 {
            color: #ffffff;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            position: relative;
        }

        .footer-section h3::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 0;
            width: 30px;
            height: 2px;
            background: #ffffff;
            border-radius: 1px;
        }

        /* Company Info Section */
        .company-info p {
            color: #ffffff;
            line-height: 1.6;
            margin-bottom: 20px;
            font-size: 14px;
        }

        .company-info .logo {
            color: #ffffff;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
            display: block;
        }

        /* Quick Links */
        .quick-links ul {
            list-style: none;
            padding-left: 0;
        }

        .quick-links li {
            margin-bottom: 12px;
        }

        .quick-links a {
            color: #cbd5e1;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
            position: relative;
            padding-left: 15px;
        }

        .quick-links a::before {
            content: '→';
            position: absolute;
            left: 0;
            opacity: 0;
            transform: translateX(-10px);
            transition: all 0.3s ease;
            color: #f58488;
        }

        .quick-links a:hover {
            color: #f8fafc;
            padding-left: 20px;
        }

        .quick-links a:hover::before {
            opacity: 1;
            transform: translateX(0);
        }

        /* Contact Info */
        .contact-info .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            color: #cbd5e1;
            font-size: 14px;
        }

        .contact-item i {
            width: 20px;
            color: #ffffff;
            margin-right: 12px;
            font-size: 16px;
        }

        /* Newsletter Section */
        .newsletter {
            background: rgba(43, 43, 43, 0.5);
            padding: 25px;
            border-radius: 12px;
            border: 1px solid #f0f0f05e;
        }

        .newsletter p {
            color: #ffffff;
            font-size: 14px;
            margin-bottom: 20px;
            line-height: 1.5;
        }

        .newsletter-form {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .newsletter-input {
            flex: 1;
            padding: 12px 15px;
            border: 1px solid #acacac;
            border-radius: 8px;
            background: rgba(80, 80, 80, 0.5);
            color: #f8fafc;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .newsletter-input:focus {
            outline: none;
            border-color: #f58488;
            box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.1);
        }

        .newsletter-input::placeholder {
            color: #acacac;
        }

        .newsletter-btn {
            padding: 12px 20px;
            background: #f58488;
            border: none;
            border-radius: 0;
            color: white;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 14px;
        }

        .newsletter-btn:hover {
            background-color: white;
            border: 1px solid #000000;
            color: #000000;
        }

        .newsletter-note {
            font-size: 12px;
            color: #94a3b8;
            font-style: italic;
        }

        /* Footer Bottom */
        .footer-bottom {
            border-top: 1px solid #ffffff42;
            padding-top: 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .footer-bottom-left p {
            color: #eeeeee;
            font-size: 14px;
        }

        .social-links {
            display: flex;
            gap: 15px;
        }

        .social-links a {
            width: 40px;
            height: 40px;
            background: #212121;
            border: 1px solid #ffffff54;
            border-radius: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 16px;
        }

        .social-links a:hover {
            background: #f58488;
            border-color: transparent;
            color: white;
        }


/* PACKAGE */
/* ===== INTRO SECTION ===== */

.intro-section {
  padding: 50px 20px;
  background-color: #ffffff;
}

.intro-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px; /* gap between left & right text */
  flex-wrap: wrap;
  height: 190px;
}

.left-text,
.right-text {
  flex: 1;
  font-family: 'Poppins', sans-serif;
}

.left-text h2,
.right-text h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #809BCE;
  text-align: right;
}

.left-text p,
.right-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #212121;
  font-weight: 700;
  text-align: left;
}

/* TABLE */

        .table-wrapper {
            max-width: 980px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
            margin-top: 10px;
        }

        .tab-navigation {
            display: flex;
            background: #f8fafc;
            border-bottom: 1px solid #e2e8f0;
        }

        .tab-btn {
            flex: 1;
            padding: 20px 30px;
            background: none;
            border: none;
            font-size: 16px;
            font-weight: 600;
            color: #64748b;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }

        .tab-btn:hover {
            color: #3b82f6;
            background: rgba(59, 130, 246, 0.05);
        }

        .tab-btn.active {
            color: #3b82f6;
            background: white;
        }

        .tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #3b82f6, #8b5cf6);
            border-radius: 2px 2px 0 0;
        }

        .tab-content {
            display: none;
            animation: fadeIn 0.3s ease;
        }

        .badge {
          margin-top: 10px;
        }
        
        .tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .pricing-table {
            width: 100%;
            border-collapse: collapse;
            background: white;
        }

        .table-header {
            background: #f58488;
            color: white;
        }

        .table-header th {
            padding: 25px 20px;
            font-size: 14px;
            font-weight: 600;
            text-align: center;
            border-right: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
        }

        .table-header th:last-child {
            border-right: none;
        }

        .table-header th:first-child {
            text-align: left;
            background: rgba(0, 0, 0, 0.1);
        }

        /* .pricing-row {
            background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
        } */

        .pricing-row td {
            padding: 20px;
            font-weight: 600;
            border-right: 1px solid #e2e8f0;
            text-align: center;
        }

        .pricing-row td:first-child {
            background: #fff6f1;
            color: #616161;
            text-align: left;
            font-weight: 600;
        }

        .price-highlight {
            color: #059669;
            font-weight: 700;
            font-size: 13px;
        }

        tbody tr {
            transition: all 0.3s ease;
            border-bottom: 1px solid #f1f5f9;
            font-family: 'Raleway', sans-serif;
        }

        tbody tr:hover {
            background: linear-gradient(135deg, #FFF5EF 0%, #ffebdf 100%);
            
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        }

        tbody tr:hover td:first-child {
            background: #ffa5a832;
        }

        tbody td {
            padding: 20px;
            font-size: 13px;
            color: #475569;
            border-right: 1px solid #f1f5f9;
            text-align: center;
            line-height: 1.6;
            vertical-align: middle;
        }

        tbody td:first-child {
            background: #fff6f1;
            color: #616161;
            font-weight: 600;
            text-align: left;
            font-size: 14px;
        }

        tbody td:last-child {
            border-right: none;
        }

        .feature-yes {
            color: #059669;
            font-weight: 600;
          }
          .feature-no i,
          .feature-yes i{

            font-size: 16px;
          }
        .feature-no {
            color: #dc2626;
            font-weight: 600;
        }

        .feature-limited {
            color: #d97706;
            font-weight: 600;
        }

        .highlight-cell {
            background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
            border-left: 4px solid #10b981;
        }

        .premium-cell {
            background: linear-gradient(135deg, #fef3c7 0%, #fef9c3 100%);
            border-left: 4px solid #f59e0b;
        }

        @media (max-width: 1024px) {
            .table-wrapper {
                margin: 0 10px;
                border-radius: 15px;
            }
            
            .pricing-table {
                font-size: 12px;
            }
            
            .table-header th,
            tbody td {
                padding: 15px 10px;
            }
        }

        @media (max-width: 768px) {
            .table-wrapper {
                overflow-x: auto;
            }
            
            .pricing-table {
                min-width: 800px;
            }
            
            .tab-btn {
                padding: 15px 20px;
                font-size: 14px;
            }
        }

        .badge {
            display: inline-block;
            background: white;
            color:#FE8071;
            padding: 4px 8px;
            border-radius: 12px !important;
            font-size: 11px;
            font-weight: 600;
            margin-left: 8px;
        }

        .popular-badge {
            background: white;
        }

        .btn-book-now {
            background-color: #000000;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            font-family: 'Poppins', sans-serif;
            font-weight: normal;
            font-style: normal;
            padding: 5px 30px;
            text-align: center;
            line-height: 42px;
            position: relative;
        }

        .btn-book-now:hover {
            background-color: #fff;
            color: #000000;
            border: 1px solid #000000;
        }
        
        .booking-row {
            background-color: white !important;
            border-top: 2px solid #eee;
            padding: 20px;
        }
        
        .booking-row td:first-child {
            background-color: white !important;
            border-top: 2px solid #eee;
            padding: 25px;
        }
        
        .booking-row td:nth-child(2) {
            background-color: white !important;
            border-top: 2px solid #eee;
            padding: 25px;
        }

        tbody tr.booking-row:hover {
    background: transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
        
        
        /* PLAN BENEFITS SECTION */
.plan-benefit-hero {
      display: flex;
      flex-direction: row;
      width: 100%;
      min-height: 100vh;
    }

    .left-image {
      flex: 0 0 63%;
      background: url('../img/plan-benefit.avif') no-repeat center center;
      background-size: cover;
      min-height: 100vh;
    }

    .right-text h2 {
      font-weight: 700;
      font-size: 27px;
      margin-bottom: 20px;
      line-height: 41px;
      text-align: left;
      color: #000;
      margin-top: 20px;
    }

    .right-text p {
      font-size: 14px;
      line-height: 21px;
      text-align: left;
      color: #212121;
      font-weight: normal;
    }

    .right-text .icons {
      margin: 20px 0;
      width: 100%;
      text-align: left;

    }

    .right-text .icons img {
      max-width: 281px;
      height: auto;
    }

    .right-text .btn-link {
      font-size: 14px;
      margin-top: 20px;
      text-decoration: none;
      color: #212121;
      font-weight: normal;
      display: inline-flex;
      align-items: center;
      font-family: 'Raleway', sans-serif;

    }

    .right-text .btn-link i {
      margin-left: 8px;
    }

.tabs-container {
  max-width: 100vw;
  margin: 0 auto;
  background-color: #FFF5EF;
  padding: 0;
}

.tab-content {
  width: 100%;
  margin: 0 auto;
}

.benefits-tabs .tab-nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 42px;
  padding: 10px 0;
  scroll-behavior: smooth;
  margin-bottom: 2rem;
}

.benefits-tabs .nav-link {
  background-color: #FFF6F1;
  color: #000;
  padding: 20px;
  font-weight: normal;
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 80px;
  margin-top: -15px;
}

.benefits-tabs .nav-link.active {
  background-color: #FE8071;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: none;
  border-radius: 20px 20px 0 0;
}


.tab-nav-wrapper button span {
position: relative;
left: -32px;
}

.tab-nav-wrapper button.active span {
position: relative;
left: 0px;
}

.benefits-tabs .tab-nav-wrapper .nav-link {
  width: 636.26px;
  max-width: 100%;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.benefits-tabs .card {
  background-color: #E8E6E6;
  border: none;
  padding: 40px;
  width: 483px;
  height: 262px;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 15px;
  position: relative;
  top: -10px;
}

.text-heading {
  font-size: 16px;
  line-height: 28px;
  color: #212121;
  font-weight: 600;
  margin-top: -7px;
}

.text {
font-size: 14px;
    line-height: 19.6px;
    color: #212121;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    width: 305px;
}

/* Optional Responsive Fix */
@media (max-width: 991px) {
  .benefits-tabs .card {
    width: 100%;
    height: auto;
  }

  .card-wrapper {
    padding: 0 10px;
  }
}

#benefits .card {
  background-color: #F0F8FF;
}

#advanced .card {
  background-color: #F3D4D5;
}


.results-section {
  background-color: #7D9AD0;
  padding: 80px 0;
  color: #000;
  padding-bottom: 23px;
}

.result-container {
  width: 960px;
  margin: 0 auto;
}

.results-title {
  font-family: 'Poppins',sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

.result-card {
  background-color: #B1C2E3;
  padding: 20px 20px;
  min-height: 310px;
  width: 236px;
  margin-top: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  margin-left: -5px;
}

.percent {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
  margin-top: 24px;
}

.result-heading {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}


.result-text {
  font-size: 14px;
  color: #212121;
  line-height: 19.6px;
  text-align: left;
  margin-left: 5px;
}


.fake-recaptcha {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 20px 25px;
  gap: 10px;
  max-width: 300px;
  background-color: #f9f9f9;
  margin-top: 15px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 50px;
}

.fake-recaptcha input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 10px;
}

.fake-recaptcha label {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  flex-grow: 1;
}

.captcha-logo {
  height: 30px;
}


.info-icon {
    font-size: 16px;
    color: #0d6efd; /* Bootstrap primary color */
    border-radius: 50%;
    padding: 5px 6px;
    margin-left: 6px;
    cursor: pointer;
    transition: 0.3s ease;
    font-style: italic;
  }

  .info-icon:hover {
    color: #084298;
    transform: scale(1.1);
  }

  .privacy-policy {
    font-weight: 700;
  }

  .privacy-policy:hover {
    color: white !important;
    text-decoration: underline !important;
  }
  
  .learn-more {
      color:#ff6b70;
      font-weight: 700;
      text-decoration:underline;
  }
  
  .learn-more:hover {
      color:#ef6c70;
  }