
    :root {
 --primary-blue: #233d89;
    --accent-cyan: #02a4f4;
    --text-white: #ffffff;
    --text-gray: #b0b8c6;
    --gradient-bg: linear-gradient(135deg, #077eb9, #233d89);
}

    *,
    ::after,
    ::before {
      box-sizing: border-box;
      margin: 0px;
      padding: 0px;
      list-style: none;
    }

    body {
      background: #f4f6f8;
      padding: 0;
      margin: 0;
      font-family: "Poppins", sans-serif;
    }

    h1,
    h2,
    h3,
    h4,
    p,
    a,
    span,
    button,
    select,
    input {
      font-family: "Poppins", sans-serif;
    }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    margin-top: 0;
     margin-bottom: unset; 
     font-weight: 600; 
     line-height: unset; 
     font-size:unset;
}
    a {
      text-decoration: none;
    }

    .container {
      padding: 2rem 4rem 0 4rem;
    }

    /* ================= CARDS ================= */
    .voucher-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.5rem;
      margin-bottom: 30px;
    }

    .headingTitle {
      color: #0b3954;
      /* margin-bottom: 1.5rem; */
    }

    .voucher-card {
      position: relative;
      background: #fff;
      border-radius: 14px;
      padding: 1.5rem 1rem 1.5rem;
      text-align: center;
      box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
      transition: transform .3s ease, box-shadow .3s ease;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
      border: 1px solid #e9ecef;
    }

    .voucher-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    }

    .discount {
      width: 174px;
      height: 25px;
      line-height: 23px;
      position: absolute;
      color: white;
      top: 19px;
      top: 20px;
      left: -60px;
      z-index: 2;
      overflow: hidden;
      -webkit-transform: rotate(45deg);
      transform: rotate(310deg);
      /* border: 1px dashed; */
      /* box-shadow: 0 0 0 3px #02a4f4, 0px 21px 5px -18px rgba(0, 0, 0, 0.6); */
      background: linear-gradient(135deg, #02a4f4, #233d89);
      text-align: center;
      font-size: 13px;
    }

    /* .discount::before{
            width: 40px;
    height: 8px;
    right: 100px;
    background: #4d6530;
    border-radius: 8px 8px 0px 0px;
        }
        .discount:after {
    width: 8px;
    height: 40px;
    right: 0px;
    top: 100px;
    background: #4d6530;
    border-radius: 0px 8px 8px 0px;
} */
    .voucher-card .voucher {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
      justify-content: center;
    }

    .voucher-card .voucher img {
      max-width: 140px;
      height: auto;
      object-fit: contain;
    }

    .voucher-card h3 {
      font-size: 14px;
      margin-bottom: 1.2rem;
      color: #222;
      min-height: 2.5rem;
      font-weight: 600;
    }

    .flx {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: auto;
    }

    .btn {
      display: inline-block;
      padding: 7px 10px;
      border-radius: 18px;
      background: #233d89;
      color: #fff;
      text-decoration: none;
      font-size: .65rem;
      transition: background .25s ease;
      border: none;
      cursor: pointer;
      font-weight: 500;
      width: -webkit-fill-available;
    }

    .btn:hover {
      background: #1a2f6b;
    }

    /* ================= COMMON POPUP STYLES ================= */
    .overlay {
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: 0.3s;
      z-index: 2000;
    }

    .overlay.active {
      opacity: 1;
      pointer-events: auto;
    }

    .modal {
      background: #fff;
      width: 95%;
      max-width: 420px;
      border-radius: 14px;
      overflow: hidden;
      position: relative;
    }

    .header {
      background: #233d89;
      color: #fff;
      padding: 0 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .header h3 {
      margin-block: 1rem;
    }

    .close {
      border: none;
      color: #000000;
      font-size: 16px;
      cursor: pointer;
      background: white;
      height: fit-content;
      border-radius: 50px;
      padding: 3px 9px;
    }

    /* ================= DETAILS POPUP SPECIFIC ================= */
    .body_modal {
      height: 470px;
    }

    .country_in {
      margin-inline: 1rem;
      margin-top: 1rem;
    }

    select {
      width: 100%;
      padding: 10px;
      margin-bottom: 1rem;
      border-radius: 8px;
      border: 1px solid #ccc;
    }

    .flx_btwn {
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .btmodalclose {
      margin-top: auto;
      display: flex;
      justify-content: center;
      padding-bottom: 1rem;
    }

    .cards {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
      margin-bottom: 1rem;
      overflow-y: scroll;
      padding: 1rem;
      max-height: 350px;
    }

    .card {
      border: 1px solid #e2e8f0;
      border-radius: 10px;
      padding: 12px;
      background: #f8fafc;
      box-shadow:unset;
    }

    .card strong {
      color: #038ebf;
      font-size: 0.9rem;
      display: block;
      margin-bottom: 8px;
    }

    .price-row {
      display: flex;
      justify-content: space-between;
      margin-top: 8px;
      font-size: 13px;
    }

    .price-row span:nth-child(2) {
      color: #038ebf;
    }

    .price-row span.actual {
      color: #888;
    }

    .card ul {
      margin: 14px 0;
      padding-left: 0;
      font-size: 13px;
      color: #666;
      list-style: none !important;
    }

    .card ul.has-items {
      list-style: disc !important;
      padding-left: 18px;
      visibility: visible !important;
    }

    .btnCloseDiv {
      display: flex;
      justify-content: center;
      gap: 2rem;
    }

    .price-row span {
      white-space: nowrap;
      font-size: 0.8rem;
      font-weight: 600;
    }

    /* ================= NEW ENQUIRY POPUP STYLES ================= */
    .enquiry-form-body {
      padding: 2rem 1.5rem;
    }

    .input-group {
      position: relative;
      margin-bottom: 15px;
    }

    /* Icon positioning inside input */
    .input-group i {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      color: #233d89;
      font-size: 14px;
      pointer-events: none;
      /* Allows click to pass through to input */
    }


    .input-group input,
    .input-group select {
      width: 100%;
      padding: 12px 12px 12px 40px;
      /* Left padding makes room for icon */
      border: 1px solid #ddd;
      border-radius: 8px;
      outline: none;
      font-size: 14px;
      color: #333;
      background: #f9f9f9;
      margin-bottom: 0;
    }

    .input-group input:focus,
    .input-group select:focus {
      border-color: #233d89;
      background: #fff;
    }

    .submit-btn {
      width: 100%;
      padding: 12px;
      background: #233d89;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      margin-top: 10px;
      transition: 0.3s;
    }

    .submit-btn:hover {
      background: #1a2f6b;
    }

    /* ================= FIXED SIDE BUTTONS (Corrected) ================= */
    .side-widgets {
      position: fixed;
      right: 0;
      top: 61%;
      transform: translateY(-50%);
      z-index: 1500;
      display: flex;
      flex-direction: column;
      gap: 10px;
      align-items: flex-end;
      /* FIXES THE HOVER ISSUE */
    }

    .side-btn {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 24px;
      cursor: pointer;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease;
      text-decoration: none;
    }

    .side-btn:hover {
      width: 60px;
      /* Expands only the hovered button to the left */
    }

    .enquire-trigger {
      background-color: #0b3954;
      border: none;
    }

    .whatsapp-trigger {
      background-color: #25D366;
/*      display:inline-block;*/
    }
    @media(max-width:650px){
        .whatsapp-trigger {
            display:none;
        }
    }

    /* ================= HEADER & LAYOUT ================= */
    .headingDiv {
      display: flex;
      gap: 1rem;
      align-items: center;
      margin-bottom: 2rem;
    }

    .headingDiv img {
      width: 48px;
      height: 48px;
    }

    .header_menu {
      position: sticky;
      top: 0;
      z-index: 1000;
      padding: 0.6rem 1.5rem;
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(0, 0, 0, 0.06);
      transition: box-shadow 0.3s ease, background 0.3s ease;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

    .header_menu.scrolled {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    }

    .header_wrapper {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      /* justify-content: space-between; */
      gap: 1rem;
    }

    .h_r_sec {
      display: flex;
      justify-content: end;
      width: 100%;
    }

    .logo img {
      max-height: 42px;
      width: auto;
      display: block;
    }

    .soc_contact {
      display: flex;
      align-items: center;
      gap: 0.8rem;
    }

    .soc_contact i {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      text-decoration: none;
      font-size: 1.15rem;
      line-height: 1;
      background: #f4f6fb;
      color: #233d89;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      transition: all 0.25s ease;
    }

    .soc_contact i:hover {
      transform: translateY(-2px) scale(1.05);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      background: #233d89;
      color: #fff;
    }

    .soc_contact span.txt {
      font-size: 1.25rem;
      color: #333;
      margin-left: 0.25rem;
      display: inline-block;
    }

    .whatsappIcon i {
      color: #25D366 !important;
    }

/*    .whatsappIcon:hover {
      background: #25D366 !important;
      color: #ffffff !important;
    }*/

    /* FLOATING MENUBAR (Mobile) */
    .menubar-strip {
      display: none;
    }

    @media (max-width: 650px) {
      .menubar-strip {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.12);
        z-index: 9999;
      }

      .menubar-strip .flx {
        display: flex;
        height: 70px;
      }

      .menubar-strip a {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.25s ease;
        flex-direction: column;
        height:100%;
      }
        .menubar-strip .home:hover,
        .menubar-strip .phone:hover {
            border: 1px solid #1a2f6b;
/*            border-radius: 50%;*/
            padding: 7px;
            background: #1a2f6b;
        }
        .menubar-strip .whatsappIcon:hover {
            padding: 7px;
            background: #25D366;
        }
       
        .menubar-strip .home:hover i,
        .menubar-strip .phone:hover i{
            color:white;
        }
        .menubar-strip .whatsappIcon:hover i {
            color: white !important;
        }
        .menubar-strip .home:hover span,
        .menubar-strip .phone:hover span,
        .menubar-strip .whatsappIcon:hover span {
            color: white;
        }

      .menubar-strip .phone {
        color: black;
      }

      .menubar-strip .phone i {
        padding: 0.4rem;
      }

      .menubar-strip .whatsappIcon i {
        font-size: 33px;
      }

      .menubar-strip i {
        font-size: 18px;
        line-height: 1;
      }

      .menubar-strip span {
        line-height: 1;
        font-weight: 500;
        color: black;
      }
    }

    /* RESPONSIVE */
    @media(max-width: 750px) {
      .container {
        padding: 1rem 1rem 0 1rem;
      }

      .headingDiv {
        margin-inline: 1rem;
        gap: 0.25rem;
        margin-bottom: 1rem;
      }

      .headingTitle {
        padding: 0 0.25rem;
        font-size: 12px;
      }

      .headingDiv img {
        width: 40px;
        height: 40px;
      }

      /* Hide the side buttons on very small screens if they block view, or adjust size */
      .side-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
      }

      .soc_contact span.txt {
        display: none;
        /* Hide text on very small screens */
      }

      .h_r_sec {
        justify-content: end;
      }
    }

    @media (max-width: 768px) {
      .soc_contact span.txt {
        font-size: 16px;
      }

      .voucher-grid {
        margin-bottom: 5rem;
      }
    }

    @media (min-width: 768px) {
      .headingTitle {
        font-size: 1.5rem;
      }

      .headingDiv {
        padding: 0 2rem;
      }
    }

    @media (min-width: 1040px) {
      .container {
        padding: 2rem 4rem 0 4rem;
      }

      .voucher-grid {
        gap: 20px;
      }
    }

    @media (min-width: 1440px) {
      .container {
        padding: 2rem 8rem 0 8rem;
      }
    }

    .button {
      background: #233d89;
      color: #fff;
      border: none;
      padding: 10px 16px;
      border-radius: 6px;
      cursor: pointer;
      font-size: 12px;
    }
    .wt{
            background: #0fa647;
        }
    /* Section Container */
    .difference-section {
      padding: 80px 20px;
      background-color: var(--bg-light);
      background-image: radial-gradient(rgb(35 61 137 / 24%) 1.5px, transparent 1.5px);
      background-image: radial-gradient(rgb(35 61 137 / 24%) 1.5px, #0b39542b 1.5px);
      background-size: 16px 16px;
      padding: 8px 30px 64px 30px;
    }

    /* Section Heading */
    .section-header {
      text-align: center;
      margin-bottom: 15px;
    }

    .section-header h2 {
      color: var(--primary-blue);
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
    }

    /* Decorative underline */
    .section-header h2::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: var(--accent-cyan);
      margin: 10px auto 0;
      border-radius: 2px;
    }

    /* Grid Layout */
    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .feature-card {
      /* Base white color */
      background-color: #fff;
      /* CSS Dotted Pattern: Subtle blue dots */
      background-image: radial-gradient(rgba(35, 61, 137, 0.08) 1.5px, transparent 1.5px);
      background-size: 16px 16px;

      padding: 40px 30px;
      border-radius: 12px;
      text-align: center;
      box-shadow: 0 10px 30px rgba(35, 61, 137, 0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
      border-bottom: 4px solid transparent;
      position: relative;
      z-index: 1;
    }

    /* -------------------------------- */

    /* Hover Effects */
    .feature-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 40px rgba(2, 164, 244, 0.15);
      border-bottom: 4px solid var(--accent-cyan);
    }

    /* Icon Styling */
    .icon-wrapper {
      width: 80px;
      height: 80px;
      line-height: 80px;
      border-radius: 50%;
      /* Make the icon background slightly solid white so the dots don't show through the circle area */
      background-color: #fff;
      box-shadow: inset 0 0 0 50px rgba(2, 164, 244, 0.1);
      /* Neat trick for transparent fill on solid bg */

      color: var(--accent-cyan);
      font-size: 32px;
      margin: 0 auto 25px;
      transition: all 0.3s ease;
    }

    .feature-card:hover .icon-wrapper {
      /* On hover, fill with solid cyan */
      background-color: var(--accent-cyan);
      box-shadow: none;
      color: #fff;
    }

    /* Text Styling */
    .feature-card h3 {
      color: var(--primary-blue);
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .feature-card p {
      color: var(--text-light);
      font-size: 0.95rem;
      line-height: 1.6;
    }



/* FAQ Section Styling */
    .faq-section {
      padding: 0px 20px 40px 20px;
      background-color: var(--bg-light);
    }
    .faq-section .section-header {
      text-align: center;
      margin-bottom: 16px;
    }
    .faq-section .section-header h2 {
      color: var(--primary-blue);
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 15px;
      position: relative;
      display: inline-block;
    }
    .faq-section .section-header h2::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      background-color: var(--accent-cyan);
      margin: 10px auto 0;
      border-radius: 2px;
    }
    .faq-container {
      max-width: 800px;
      margin: 0 auto;
    }
    .ac_container{
      max-width: 1000px;
      margin: 0 auto;
    }
    .ac_item {
      background: #ffffff;
      border-radius: 8px;
      margin-bottom: 15px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition: box-shadow 0.3s ease;
      cursor: pointer;
    }
    .ac_item.active, .ac_item:hover {
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .question {
      padding: 20px;
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--primary-blue);
      position: relative;
    }
    .question::after {
      content: '\f107'; /* FontAwesome down arrow */
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      transition: transform 0.3s ease;
    }
    .ac_item.active .question::after {
      transform: translateY(-50%) rotate(180deg);
    }
    .answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 20px;
      background: #f9f9f9;
      transition: max-height 0.3s ease, padding 0.3s ease;
    }
    .ac_item.active .answer {
      max-height: 500px; /* Adjust as needed */
      padding: 15px 20px;
    }





    /*  */
    /* CTA Section Styling */
    .cta-section {
      /* Requested Gradient Background */
      background: linear-gradient(135deg, #02a4f4, #233d89);
      padding: 40px 20px;
      color: #ffffff;
      position: relative;
      overflow: hidden;
    }

    /* Flexbox Layout: Vertical Column, Aligned Left */
    .cta-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      /* Aligns everything to the left */
      gap: 30px;
      /* Space between text and button */
      max-width: 800px;
      /* Limits width for better readability */
    }

    /* Typography */
    .cta-content h2 {
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 10px;
    }

    .cta-content p {
      font-size: 1.1rem;
      font-weight: 300;
      line-height: 1.6;
      opacity: 0.95;
      margin: 0;
    }

    /* Button Styling */
    .cta-button {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      background-color: #ffffff;
      color: var(--primary-blue);
      padding: 16px 35px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 600;
      font-size: 1rem;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .cta-button i {
      color: var(--accent-cyan);
      font-size: 1.4rem;
    }

    /* Button Hover */
    .cta-button:hover {
      transform: translateY(-3px);
      box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }

    /* Background Pattern Decoration */
    .cta-section::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -20%;
      /* Positioned to the right to balance the left text */
      width: 800px;
      height: 800px;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
      border-radius: 50%;
      pointer-events: none;
    }


    
    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .section-header {
        margin-bottom: 0.5rem;
      }

      .section-header h2 {
        font-size: 1.5rem;
      }

      .difference-section {
        padding: 0px 0px 24px 0px;
      }

      .faq-section .section-header h2 {
    font-size: 1.5rem;
}
.faq-section
 {
    padding: 0px 0px 24px 0px;
}
.question {
    font-size: 12px;
}
        .answer {
            margin-block-end:0;
        }

    }
    /* Responsive Design */
    @media (max-width: 768px) {
      .cta-section {
        padding: 24px 20px;
      }

      .cta-content h2 {
        font-size: 2rem;
      }

      .cta-content p {
        font-size: 1rem;
      }

      /* On mobile, keep it left aligned, but ensure full width logic applies if needed */
      .cta-content {
        width: 100%;
      }
    }

    p {
      text-align: justify;
    }

    /* feedback */
    .feedback {
      width: 90%;
      margin: 40px auto;
    }

    .zone-title {
      font-size: 28px;
      margin-bottom: 15px;
    }

    .level_boxs-container {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 30px;
      margin-top: 2rem;
      place-items: center;
    }

    @media (min-width: 768px) {
      .level_boxs-container {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (min-width: 1200px) {
      .level_boxs-container {
        grid-template-columns: repeat(4, 1fr);
      }
    }

    in-flex {
      display: inline-flex;
      align-items: center;
    }

    .google_icon svg {
      width: 80px;
      height: auto;
    }

    .rev_goog span {
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      margin-block-end: 0.5rem;
    }

    .rating {
      display: flex;
      gap: 6px;
      align-items: center;
      margin: 15px 0;
    }

    .rev_goog span {
      font-weight: 700;
      font-size: 20px;
      line-height: 26px;
      margin-block-end: 0.5rem;
    }

    .stars {
      color: #f5b800;
      font-size: 18px;
    }

    .count {
      font-size: 13px;
      color: gray;
    }

    .rev_goog_btn {
      align-items: center;
      display: flex !important;
      gap: 5px;
      justify-content: center;
      font-weight: bold;
      font-size: 14px;
      background-color: rgb(9 28 53);
      text-transform: none;
      position: relative;
      border-radius: 32px;
      background: #0694d1;
      color: #fff;
      border: none;
      outline: none;
      padding: 1.1rem 1.25rem;
      cursor: pointer;
    }

    .rev_goog_btn::after {
      margin-top: 2px;
      height: 24px !important;
      width: 24px !important;
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: contain;
      vertical-align: middle;
      content: url(https://cdn.hexahealth.com/static/website/icon/white_right_arrow_circle_icon.svg);
    }

    /* .review-card
 {
    background: #fff;
    padding: 22px;
    border-radius: 12px;
    width: 260px;
    text-align: left;
    transition: 0.3s;
    border: 2px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
} */
    .review-card {
      position: relative;
      width: 260px;
      padding: 22px;
      border-radius: 16px;

      /* Glass background */
      /* background: linear-gradient(
    135deg,
    rgba(2, 164, 244, 0.18),
    rgba(35, 61, 137, 0.25)
  ); */

      /* Glass blur */
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);

      /* Border + depth */
      border: 1px solid rgba(255, 255, 255, 0.25);
      /* box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.2); */
      color: #000000;
      text-align: left;
      transition: transform 0.35s ease, box-shadow 0.35s ease;
      overflow: hidden;
    }

    /* ✨ Shiny light reflection */
    .review-card::before {
      content: "";
      position: absolute;
      top: -60%;
      left: -60%;
      width: 200%;
      height: 200%;
      background: linear-gradient(120deg,
          transparent 40%,
          rgba(255, 255, 255, 0.35) 50%,
          transparent 60%);
      transform: rotate(25deg);
      transition: all 0.6s ease;
      pointer-events: none;
    }

    /* Hover animation */
    .review-card:hover {
      transform: translateY(-6px) scale(1.02);
      box-shadow:
        0 16px 45px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    .review-card:hover::before {
      top: -20%;
      left: -20%;
    }

    .review-card.glow {
      box-shadow:
        0 0 0 1px rgba(2, 164, 244, 0.4),
        0 15px 40px rgba(2, 164, 244, 0.35);
    }

    .user-info {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .avatar {
      width: 40px;
      height: 40px;
      background: #0694D1;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      border-radius: 50%;
      font-weight: bold;
      font-size: 16px;
    }

    .name {
      margin: 0;
      font-size: 16px;
    }

    .review-card p {
      font-size: 15px;
      text-align: left;
    }

    .cta_wrapper {
      display: flex;
      justify-content: center;
      gap: 2rem;
    }

    @media (max-width: 768px) {
      .cta_wrapper {
        flex-direction: column;
      }
    }




    /* bluk */


    /* --- Bulk Discount Banner --- */
.discount-banner {
    background-color: #0b3954;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 4px solid var(--accent-cyan); /* Cyan highlight bar on left */
    border-radius: 8px;
    padding: 1.5rem 2rem;
    margin-bottom: 3rem; /* Space between this and the main columns */
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for the whole banner */
/* .discount-banner:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
} */

.discount-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* The Animated Icon Box */
.discount-icon-box {
    width: 50px;
    height: 50px;
    background: var(--accent-cyan);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(2, 164, 244, 0.5); /* Glow */
}

.discount-icon-box i {
    color: white;
    font-size: 1.2rem;
    /* Note: 'fa-beat-fade' class in HTML handles the animation, 
       but we can tweak it here if needed */
}

/* Text Styling */
.discount-banner p {
    color: var(--text-white);
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.4;
}

.highlight-text {
    color: var(--accent-cyan);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Call to Action Button */
.discount-btn {
    background-color: var(--text-white);
    color: var(--primary-blue);
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.discount-btn:hover {
    background-color: var(--accent-cyan);
    color: white;
}

/* --- Responsive Adjustments --- */
@media(max-width: 768px) {
    .discount-banner {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .discount-content {
        flex-direction: column;
    }
    
    .discount-banner p {
        font-size: 1rem;
    }
}



   /* FOOTER */
 /* --- Base Footer Styling --- */
footer {
    background: #17316a; /* Fallback */
    background: var(--gradient-bg);
    color: var(--text-white);
    font-family: 'Poppins', sans-serif;
    position: relative; /* Needed for the pattern positioning */
    overflow: hidden;   /* Keeps pattern inside footer */
}

/* --- The Corner Pattern (Pure CSS Dots) --- */
.footer-pattern {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 2px);
    background-size: 20px 20px; /* Spacing of dots */
    border-radius: 50%;
    opacity: 0.6;
    pointer-events: none; /* Allows clicking through the pattern */
    z-index: 0;
}

/* --- Layout --- */
.container {
    padding: 3rem 4rem 0 4rem;
    /* max-width: 1200px; */
    margin: 0 auto;
    position: relative;
    z-index: 1; /* Puts content above pattern */
}

.footer_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}

/* Columns */
.footer-col {
    flex: 1;
    min-width: 250px; /* Prevents squishing */
}

.footer-col h3 {
    color: var(--text-white);
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

/* Underline effect for headings */
.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 40px;
    height: 3px;
    background-color: var(--accent-cyan);
    border-radius: 2px;
}

/* --- Logo Section --- */
.footer-logo-section p {
    color: var(--text-gray);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 1.5rem 0;
    max-width: 300px;
}

/* Social Icons */
.social-m {
    display: flex;
    gap: 1rem;
}

.social-m a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-white);
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-m a:hover {
    background: var(--accent-cyan);
    background: #145a7d;
    transform: translateY(-3px); /* Pop up effect */
}

/* --- Links Section --- */
.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: var(--text-gray);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 0.95rem;
}

/* Hover Slide Effect */
.footer-links a:hover {
    color: var(--text-white);
    padding-left: 8px; /* Slides right */
}

/* --- Contact Section --- */
.footer-contact ul {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1rem;
    color: var(--text-gray);
    font-size: 0.95rem;
}

.footer-contact i {
    color: var(--accent-cyan);
    margin-top: 4px;
}

.footer-contact a {
    color: var(--text-gray);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: var(--text-white);
}

/* --- Copyright --- */
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 3rem;
    padding: 1.5rem 0;
    text-align: center;
}

.footer-copyright p {
    color: var(--text-gray);
    font-size: 0.85rem;
    margin: 0;
    text-align: center;
}

/* --- Responsive Design --- */
@media(max-width: 768px) {
    .container {
        padding: 2rem .5rem 0 .5rem;
    }

    .footer_wrapper {
        flex-direction: column;
        gap: 2.5rem;
    }

    .footer-col h3::after {
        /* Optional: Center underline on mobile if you center text */
        /* left: 50%; transform: translateX(-50%); */ 
    }
    
    /* Optional: Center align everything on mobile */
    /* .footer-col { text-align: center; } 
    .social-m { justify-content: center; }
    .footer-links a:hover { padding-left: 0; }
    */
}

    .slider {
      width: 100%;
      max-width: 100%;
      position: relative;
      overflow: hidden;
    }

    .slide {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide img {
      width: 100%;
      flex-shrink: 0;
      object-fit: cover;
    }

    .btn-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      background: #1eb4d0;
      color: white;
      padding: 0.6rem 1rem;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 8px;
      z-index: 7;
      transition: all 0.3s ease-in-out;
    }

    .btn-arrow.right {
      left: 10px;
    }

    .btn-arrow.left {
      right: 10px;
    }

    .btn-arrow:hover {
      background: #213e86;
    }
.slide picture {
  width: 100%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}



    @media (max-width: 768px) {
      .btn-arrow {
        padding: 0.3rem 0.4rem;
        font-size: 0.8rem;
      }
      .btn-arrow.right
 {
    left: 2px;
}
.btn-arrow.left {
    right: 2px;
}
    }

    .iti
 {
    display: block !important;
}

.iti--container {
    z-index: 114200 !important;
    width: 360px !important;
}
.iti__country-list {
      width: -webkit-fill-available !important;
}