.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;
  }