@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --primary-color: #2563eb;
    --primary-dark: #1e40af;
    --secondary-color: #fca5a5;
    --accent-warning: #fbbf24;
    --dark-bg: #0f172a;
    --card-bg: #1e293b;
    --purple: #8b5cf6;
}

body {
    font-family: "Inter", sans-serif;
    /* font-family: 'Poppins', sans-serif; */
    color: #334155;
    overflow-x: hidden;
}
.txt-hero{
    color: #2D2D2D;
}
.btn-badge{
    background: linear-gradient(90deg, #FE9A00 0%, #FF6900 100%);
box-shadow: 0px 4px 6px -4px #0000001A;
padding: 12px 30px !important;

}

/* Custom Gradients */
.bg-purple { 
    background-color: var(--purple);
    /* background: ; */

 }
.text-purple { color: var(--purple); }
.bg-purple-light { background: linear-gradient(135deg, #EEF2FF 0%, #FAF5FF 100%); }

.hero-section {
    /* background: radial-gradient(circle at top right, #fef3c7 0%, #fffbeb 20%, #eff6ff 100%); */
    /* min-height: 90vh; */
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.counter-timer{
    background: linear-gradient(135deg, #FEF2F2 0%, #FFF7ED 50%, #FFFBEB 100%);
    padding: 30px 0px;
}
.txt-offer{
    color: #E7000B; 
    font-weight: 600;
    text-transform: uppercase;
}
.border-line{
    background: linear-gradient(90deg, #2B7FFF 0%, #AD46FF 50%, #00C950 100%);
     width: 50%;
    height: 4px;
    opacity: 20%;
}

/* Background Blob for Hero */
/* .hero-section::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(251, 191, 36, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
    z-index: 0;
} */

/* Countdown Styles */
.timer-box {
    background: #0f172a;
    color: white;
    padding: 15px 20px;
    border-radius: 16px;
    min-width: 80px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    text-align: center;
    transition: transform 0.3s ease;
}
.text-muted{
    color: #888888 !important;
    font-weight: 400;
    font-size: 16px;
}
.para-reader{
    color: #2D2D2D;
    font-weight: 400;
    font-size: 18px;
}

.timer-box:hover {
    transform: translateY(-5px);
}

.timer-colon {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    align-self: center;
    margin: 0 5px;
    margin-top: -35px;
}
.txt-day{
    color: #45556C;
    font-weight: 700;
    text-transform: uppercase;
}


/* Pricing Card - Glassmorphism attempt with solid fallback */
.pricing-card {
    /* background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%); */
        background: radial-gradient(circle at center, #1f3f75 0%, #0f2c5c 40%, #050c2a 100%) !important;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    max-width: 400px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 10;
}
.card{
    border-radius: 14px !important;
}
.offer-txt{
    width: fit-content;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
}
.btn-light{
    color: #1B2A4A !important;
    padding: 14px !important;
    font-weight: 700 !important;
    border-radius: 14px !important;
    font-size: 22px !important;
    text-transform: uppercase !important;
}
.btn-light:hover{
     color: #1B2A4A !important;
     background: #fff !important;
}
.text-topic{
    font-weight: 700;
    color: #1B2A4A;
}

.txt-price{
    font-size: 24px;
    color: #FFFFFF99;
}
.txt-rate{
    color: #FFFFFFE5 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.para-rate{
    color: #FFFFFFCC;
}
.left-price-content{
  
    /* height: 300px; */
}
.txt-reader{
    color: #1B2A4A;
    font-weight: 900;
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.btn-started{
    background: radial-gradient(circle at center, 
    #1f3f75 0%, 
    #0f2c5c 40%, 
    #050c2a 100%
) !important;
border: none !important;
border-radius: 14px;
}
.para-faq{
    color: #2D2D2D !important;
    font-weight: 400;
    text-align: center;
}
.input-field{
    border: 1px solid #FFFFFF !important;
    background: #FFFFFF1A !important;
    height: 55px !important;
    border-radius: 10px !important;
    color: #fff !important;
}
.input-field:focus{
    border: 1px solid #FFFFFF !important;
    background: #FFFFFF1A !important; 
    box-shadow: none !important;

/* box-shadow: 0px 1px 3px 0px #0000001A !important; */

}
.para-minute{
    font-weight: 400;
    color: #2D2D2D;
    font-size: 18px;
}
.text-minute{
    font-weight: 900;
    color: #1B2A4A;
}
.accordion .accordion-item{
    background: #FFFFFF;
/* border: 2px solid #000000; */
box-shadow: 0px 1px 2px 1px #0000001A;
border-radius: 16px;
}
.circle-icon{
        background: #FFFFFF33;
        padding: 6px 7px;
        border-radius: 50px;
}
.input-field::placeholder{
color: #fff !important;
}
.text-label{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;

}

.pricing-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

/* Categories */
.category-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    /* border: 1px solid rgba(0,0,0,0.05); */
    box-shadow: 0px 1px 2px -1px #0000001A;

/* box-shadow: 0px 1px 3px 0px #0000001A; */

    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.category-card .icon-wrapper{
        position: relative;
    width: 65px;
    height: 65px;
    border-radius: 20px;
}
.popup .modal-content{
        background: radial-gradient(circle at center, #1f3f75 0%, #0f2c5c 40%, #050c2a 100%) !important;
        border-radius: 22px;
}
.btn-create{
    background: #FFB900;
    color: #0F172B;
    text-transform: uppercase !important;
    padding: 10px 30px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    font-size: 15px !important;
}
.btn-create{
    background: #FFB900 !important;
    color: #0F172B !important;
    display: flex !important;
    margin: auto !important;
}
.btn-account{
    color: #1B2A4A;
    background: #FFFFFF !important;
    box-shadow: 0px 11.24px 22.47px -5.39px #00000040 !important;
    padding: 12px !important;
    border-radius: 12px !important;
    justify-content: center !important;
    font-family: "Inter", sans-serif !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    font-size: 18px !important;
    text-transform: uppercase;
}
.btn-account:hover{
    color: #1B2A4A !important;
    background: #FFFFFF !important;
}

.category-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.category-card:hover::after {
    opacity: 1;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.15), 0 10px 10px -5px rgba(37, 99, 235, 0.1) !important;
    border-color: rgba(37, 99, 235, 0.2);
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    transition: all 0.4s ease;
}
.bg-img-01{
    background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%);
    box-shadow: 0px 4px 6px -4px #0000001A;
}
.bg-img-02{
    background: linear-gradient(135deg, #AD46FF 0%, #9810FA 100%);
box-shadow: 0px 4px 6px -4px #0000001A;
}
.bg-img-03{
    background: linear-gradient(135deg, #F6339A 0%, #E60076 100%);
box-shadow: 0px 4px 6px -4px #0000001A;

}
.bg-img-04  {
    background: linear-gradient(135deg, #F0B100 0%, #D08700 100%);
box-shadow: 0px 4px 6px -4px #0000001A;

}
.bg-img-05{
    background: linear-gradient(135deg, #00C950 0%, #00A63E 100%);
box-shadow: 0px 4px 6px -4px #0000001A;

}
.bg-img-06{
    background: linear-gradient(135deg, #615FFF 0%, #4F39F6 100%);

box-shadow: 0px 4px 6px -4px #0000001A;
}
.bg-img-07{
    background: linear-gradient(135deg, #00BC7D 0%, #009966 100%);

box-shadow: 0px 4px 6px -4px #0000001A;
}
.bg-img-08{
    background: linear-gradient(135deg, #FF6900 0%, #F54900 100%);

box-shadow: 0px 4px 6px -4px #0000001A;
}

.category-card:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

/* Bestsellers */
.book-card {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.book-card:hover {
    transform: translateY(-10px);
}
.book-cover {
    transition: box-shadow 0.3s ease;
}
.book-card img{
    border-radius: 12px;

}
.book-card .text-left{
    text-align: left;
}
.book-card .text-left.text-muted{
    color: #888888;
    font-weight: 400;
    font-size: 14px;
}
/* .book-card:hover .book-cover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1) !important;
    border-radius: 12px;
} */

/* Steps */
.step-card {
    position: relative;
    height: 100%;
    border-radius: 20px;
    background: #fff;
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); */
    transition: transform 0.3s ease;
}
.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.bg-icon-01{
    background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%) !important;
box-shadow: 0px 8px 10px -6px #0000001A;
}
.bg-icon-02{
 background: linear-gradient(135deg, #AD46FF 0%, #9810FA 100%) !important;
box-shadow: 0px 8px 10px -6px #0000001A;
}
.bg-icon-03{
 background: linear-gradient(135deg, #00C950 0%, #00A63E 100%) !important;
box-shadow: 0px 8px 10px -6px #0000001A;
}
.txt-price-latest{
        font-weight: 700 !important;
}
.txt-sub{
    font-weight: 500;
    font-size: 24px;
}
.bg-icon-02{
   background: linear-gradient(135deg, #AD46FF 0%, #9810FA 100%);

box-shadow: 0px 8px 10px -6px #0000001A;
}
.bg-icon-03{
    background: linear-gradient(135deg, #00C950 0%, #00A63E 100%);

box-shadow: 0px 8px 10px -6px #0000001A;
}
.icon-circle {
    position: relative;
    transition: transform 0.3s ease;
}
.step-card:hover .icon-circle {
    transform: scale(1.1);
}

/* Accordion */
.accordion-item {
    border: none;
    margin-bottom: 10px;
    overflow: hidden;
}
.accordion-button {
    background-color: #fff;
    color: #334155;
    font-weight: 600;
    border-radius: 10px !important;
    padding: 1.5rem;
    transition: background-color 0.3s ease;
}
.accordion-button:not(.collapsed) {
    background-color: #eff6ff; /* Light blue */
    color: var(--primary-color);
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,0.1);
}
.accordion-body {
    padding: 1.5rem;
    background-color: #fff;
}

/* Footer & QR */
.footer-section {
    background: #0f172a;
    position: relative;
}

.footer-bg-glow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 120%, rgba(37, 99, 235, 0.4), transparent 60%);
    pointer-events: none;
}

.backdrop-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Floating CTA Animation */
@keyframes float {
    0% { transform: translateY(0px) scale(1); box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3); }
    50% { transform: translateY(-8px) scale(1.02); box-shadow: 0 20px 25px -5px rgba(37, 99, 235, 0.4); }
    100% { transform: translateY(0px) scale(1); box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.3); }
}

.floating-cta {
    animation: float 4s ease-in-out infinite;
    background: linear-gradient(135deg, #1d4ed8 0%, #3b82f6 100%);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    z-index: 100;
}

.floating-cta:hover {
    animation-play-state: paused;
    transform: scale(1.05) translateY(-5px);
}

.pointer-events-none {
    pointer-events: none;
}
.pointer-events-auto {
    pointer-events: auto;
}

/* Scrollbar Customization */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* .cta-wrapper {
    position: fixed;
    bottom: -120px; 
    left: 0;
    width: 100%;
    transition: 0.4s ease;
    z-index: 999;
}

.cta-wrapper.show-cta {
    bottom: 0; 
} */
.inner-footer{
    background: transparent !important;
}
.icon-wrapper {
    position: relative;
    width: 100px;
    height: 80px;
}

/* Blue Box */
.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    position: relative;
    z-index: 2; /* upar rahe */
}

/* Black Badge (peeche) */
.badge-number {
    position: absolute;
        top: -50px;
    right: -15px;
    width: 40px;
    height: 40px;
    background: #2d2d2d;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    z-index: 1; /* blue box se neeche */
}
.para-step{
    color: #2D2D2D;
    font-weight: 400;
}
.txt-faq-question{
    color: #1B2A4A;
    font-weight: 900 !important;
}
.mt-30{
    margin-top: -30px;
}

@media screen and (max-width:767px) {
    .timer-box {
            padding: 12px 12px;
    border-radius: 12px;
    min-width: 15px;
    }
    .timer-box span.h2{
        font-size: 14px;
    }
    .countdown-container{
        gap: 0px !important;
    }
    .txt-day {
        font-size: 12px;
    }
    .btn-light {
        font-size: 18px !important;
    }
}
@media screen and (max-width:991px) {
    .scrolling-wrapper{
        overflow: scroll;
    }
    .inner-footer{
        padding: 0px !important;
        margin: 0px !important;
    }
}
@media screen and (max-width:360px) {
    .btn-create {
        font-size: 12px;
    }
}

