
   body {
      font-family: 'Inter', sans-serif;
   }
    .custom-heading {
      font-weight: 800;
      font-size: 2.25rem; /* 36px */
      line-height: 1.2;
      text-align: left !important;
    }
    @media (min-width: 768px) {
      .custom-heading {
        font-size: 3rem; /* 48px */
      }
    }
    .highlight {
      color: #1e3b8b;
    }
    .subheading {
      font-size: 1.125rem; /* 18px */
      text-align: left !important;
    }
    @media (max-width: 639px) {
      .phone-center {
        text-align: left !important;
      }
    }
    @media (min-width: 1024px) {
      .custom-heading {
        max-width: 100% !important; /* pura width le lega */
      }
    }
    .banner-01 {
      background-repeat: no-repeat;
      background-size: cover;      /* pura section ko cover karega */
      background-position: center; /* image ko center align karega */
      width: 100%;
      min-height: 25vh;
    }  .indicators {
      display: flex;
      justify-content: center;
      margin-top: 10px;
      position: relative;
      z-index: 20;
      gap: 10px;
      flex-wrap: wrap;
    }
    .indicator {
      height: 10px;
      width: 10px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
      cursor: pointer;
    }
    .indicator.active {
      background-color: #1e3b8b;
    }
    /* Toggle switch */
    .switch {
      position: relative;
      display: inline-block;
      width: 48px;
      height: 24px;
    }
    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s;
      border-radius: 9999px;
    }
    .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
    }
    input:checked + .slider {
      background-color: #1e3b8b;
    }
    input:checked + .slider:before {
      transform: translateX(24px);
    }
    .carousel-control {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #1e3b8b;
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 30;
      border-radius: 9999px;
      opacity: 0.8;
      transition: opacity 0.3s ease;
    }
    .carousel-control:hover {
      opacity: 1;
    }
    .carousel-control.left {
      left: 10px;
    }
    .carousel-control.right {
      right: 10px;
    }       .custom-blue {
            color: #1e3b8b;
        }
        /* Prevent color change on clicking icon */
        .faq-icon {
            pointer-events: auto;
        }
        /* Remove text-blue-500 color on faq-title when toggled */
        .faq-title.text-blue-500 {
            color: #4b5563 !important; /* Tailwind's text-gray-600 */
        }
  

    .selected-border {
      border-width: 3px !important;
      border-color: #1e40af !important;
    }
    /* Toggle Switch */
    .switch {
      position: relative;
      display: inline-block;
      width: 48px;
      height: 24px;
    }
    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s;
      border-radius: 9999px;
    }
    .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
    }
    input:checked + .slider {
      background-color: #1e40af;
    }
    input:checked + .slider:before {
      transform: translateX(24px);
    }
    @media (min-width: 768px) {
      .money-back-desktop {
        margin-left: 20%;
      }
    }  .custom-blue {
    color;
   }
  
   @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');
    body {
      font-family: 'Inter', sans-serif;
    }
    .custom-blue {
      background-color: #1e3b8b;
      color: white;
    }
    .custom-blue-icon {
      color: #1e3b8b;
    }
    .border-custom-blue {
      border-color: #1e3b8b;
    }
    /* Ensure icon container background changes with card */
    .icon-container {
      transition: background-color 0.3s, color 0.3s;
    }
    .icon-container.active {
      background-color: white !important;
      color: #1e3b8b !important;
    }        .custom-blue2 {
            color: #1e3b8b;
        }
   .slider-card {
    background: transparent !important;
    box-shadow: none !important;
}.main-container {
    background-color: transparent;
}
        .main-container { 
            width: 100%;
            background-color: ;
            padding: 10px 8px 20px 8px; 
            box-sizing: border-box;
            overflow-x: hidden;
            font-family: 'Segoe UI', Roboto, sans-serif;
        }

        .main-container * { box-sizing: border-box; margin: 0; padding: 0; }

        /* --- SEARCH BOX --- */
        .search-wrapper { width: 100%; max-width: 960px; margin: 0 auto 12px auto; }
        .search-form {
            display: flex;
            align-items: center;
            border: 1px solid #1e3b8b; 
            border-radius: 8px;
            overflow: hidden;
            background: #ffffff; 
            position: relative;
        }
        .search-input { flex: 1; border: none; outline: none; padding: 14px 18px; font-size: 17px; height: 50px; background: transparent; }
        .clear-btn { position: absolute; right: 70px; background: #cbd5e0; border: none; width: 22px; height: 22px; border-radius: 50%; cursor: pointer; display: none; align-items: center; justify-content: center; }
        .search-btn { background-color: #1e3b8b; color: #ffffff; border: none; height: 50px; padding: 0 25px; cursor: pointer; font-size: 18px; }

        /* --- SLIDER CORE --- */
        .slider-card {
            max-width: 960px;
            margin: auto;
            background: #fff;
            border-radius: 18px;
            box-shadow: 0 12px 35px rgba(0,0,0,.15);
            overflow: hidden;
            position: relative;
        }
        .slider-track { display: flex; transition: .5s ease-in-out; }
        .slide { min-width: 100%; height: 520px; position: relative; overflow: hidden; }
        
        /* IMAGE LOCKING */
        .slide img { 
            width: 100%; height: 100%; object-fit: cover; display: block;
            user-select: none; -webkit-user-drag: none; pointer-events: none;
        }
        
        .overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.9)); pointer-events: none; }

        /* --- CONTENT STYLE --- */
        .content {
            position: absolute;
            inset: 0;
            z-index: 2;
            color: #fff;
            padding: 30px 25px; 
            display: flex;
            flex-direction: column;
        }

        .custom-heading { font-size: 26px; font-weight: 800; line-height: 1.1; margin-bottom: 8px; }
        .highlight { border-bottom: 3px solid #ffffff; padding-bottom: 2px; }
        .subheading { font-size: 14px; font-weight: 600; color: #e2e8f0; margin-bottom: 15px; display: flex; align-items: center; gap: 8px; }

        /* Features - Reduced Spacing */
        .features-list { display: flex; flex-direction: column; gap: 8px; margin-bottom: 15px; }
        .feature-item { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; }
        .feature-item i { 
            color: #ffffff !important; 
            font-size: 18px; 
            width: 24px; 
            height: 24px; 
            background: rgba(255,255,255,0.2); 
            border-radius: 50%; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
        }

        /* Pricing Section - Space Fixed */
        .price-section { margin-top: 5px; } 
        .old-price { text-decoration: line-through; color: #a0aec0; font-size: 14px; }
        .new-price { font-size: 42px; font-weight: 800; display: flex; align-items: baseline; line-height: 1; margin: 4px 0; }
        .currency { font-size: 24px; margin-right: 2px; }
        .period { font-size: 18px; font-weight: 400; }
        .offer-tag { font-size: 14px; color:  #fff; font-weight: 600; margin-bottom: 15px; display: block; }

        /* Get Started Button */
        .btn-get-started {
            background: #ffffff;
            color: #1e3b8b;
            padding: 12px 28px;
            border-radius: 8px;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
            font-weight: 700;
            gap: 10px;
            font-size: 15px;
            width: max-content;
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        /* Controls - Positioned like Screenshot */
        .controls { 
            position: absolute; 
            bottom: 20px; 
            left: 25px; 
            right: 25px; 
            display: flex; 
            justify-content: space-between; 
            align-items: center; 
            z-index: 5; 
        }
        .dots { display: flex; gap: 6px; }
        .dots span { width: 10px; height: 10px; background: rgba(255,255,255,0.3); border-radius: 50%; cursor: pointer; }
        .dots span.active { background: #fff; width: 25px; border-radius: 10px; }
        
        .arrows { display: flex; gap: 12px; }
        .arrows button { 
            background: #1e3b8b; 
            border: none; 
            color: #fff; 
            width: 42px; 
            height: 42px; 
            border-radius: 50%; 
            cursor: pointer; 
            display: flex; 
            align-items: center; 
            justify-content: center; 
            font-size: 16px;
            opacity: 0.9;
        }

        @media(min-width: 992px) {
            .slide { min-width: 50%; }
        }
@media (max-width: 640px) {
  .carousel-item .p-6 > div:first-child > div:first-child {
    top: -10px;
    left: -5px;
  }
}
  /* Compact card + old border style */
  .plan-card-compact {
    background: #fff;
    border: 1px solid #e6e7ea;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(14,30,80,0.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s;
    display: flex;
    flex-direction: column;
    padding: 14px;
  }
  .plan-card-compact:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(14,30,80,0.08);
    border-color: rgba(30,59,139,0.12);
  }

  /* header/title sizing (centered) */
  .plan-card-compact .plan-title { font-size: 1rem; margin-top: 0.125rem; margin-bottom: 0.125rem; }
  .plan-card-compact .header i { font-size: 1.125rem; }

  /* feature icon box (old style) */
  .icon-box {
    background: #eef0f2;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    color: #1f2937;
    font-size: 13px;
    flex: 0 0 30px;
  }

  /* compact buy button */
  .buy-btn-compact {
    display: block;
    width: 100%;
    padding: 10px;
    background: #1e3b8b;
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
  }
  .buy-btn-compact:hover { background: #0c2e60; }

  /* toggle switch */
  .switch { display:inline-block;width:44px;height:22px;position:relative; }
  .switch input { display:none; }
  .slider { position:absolute; inset:0; background:#d1d5db; border-radius:99px; cursor:pointer; }
  .slider:before { content:""; position:absolute; height:18px; width:18px; left:2px; top:2px; background:white; border-radius:50%; transition:0.18s; }
  .switch input:checked + .slider { background:#1e3b8b; }
  .switch input:checked + .slider:before { transform: translateX(22px); }

  /* selected plan */
  .plan-card-compact.selected {
  outline: 2px solid #0050d8;
  transform: translateY(-4px);
}


  /* smaller text sizes */
  #pricing-compact .text-2xl { font-size: 1.25rem; }
  #pricing-compact .text-lg { font-size: 1rem; }
  #pricing-compact .text-xs { font-size: 0.72rem; }

  @media (max-width: 767px) {
    .plan-card-compact { padding: 12px; }
  }

  .currency-select {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
  }

  .currency-select:focus,
  .currency-select:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
    