root {
            --brand-orange: #ff7a00;
            --bg-gradient: linear-gradient(135deg, rgba(13, 37, 71, 0.95), rgba(42, 45, 107, 0.92));
            --footer-pink: #e63772;
            --footer-orange: #e65c23;
            --footer-yellow: #f1a83a;
            --footer-teal: #199fa1;
        }

        body {
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            overflow-x: hidden;
        }

        /* Hero Section Background with Mock Overlay */
        .hero-section {
            background: url('../images/hero-bg.png') no-repeat center center;
            background-size: cover;
            flex-grow: 1;
            padding-bottom: 60px;
        }
.hero-section h1 {
    font-family: "Inter Tight", sans-serif;
    letter-spacing: -4%;
    line-height: 68px ;
}
        /* Top Header Navigation */
        .header-phone-btn {
            border: 1px solid rgba(255, 255, 255, 0.3);
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
            border-radius: 50px;
            padding: 8px 20px;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        .header-phone-btn:hover {
            background: rgba(255, 255, 255, 0.2);
            color: white;
        }

        /* Custom Badges & Typography */
        .orange-badge {
            background-color: #FF8901;
            color: white;
            font-size: 17.33px;
            font-weight: 600;
            padding: 6px 16px;
            border-radius: 50px;
            display: inline-block;
            font-family: "Inter Tight", sans-serif;
            line-height: 22.53px;
        }

        .text-orange {
            color: #FF8901;
            font-weight: 500 !important;
        }

        /* Feature List Style */
        .feature-list {
            list-style: none;
            padding-left: 0;
        }
        .feature-list li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
            font-size: 18px;
            font-family: "Urbanist", sans-serif;
            color: #fff;
            align-items: center;
        }
        .feature-list i {
            color: #ffffff;
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            padding: 2px;
            font-size: 1.1rem;
            margin-right: 12px;
            flex-shrink: 0;
        }

        /* Form Card Styling */
        .form-card {
            background-color: #ffffff;
            color: #333333;
            border-radius: 16px;
            padding: 35px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .offer-box {
            background-color: #3F2FEE33;
            border: 1.91px dashed;
            border-radius: 8px;
            color: #3F2FEE;
            font-size: 15px;
            font-weight: 600;
            padding: 6px 15px !important;
            font-family: "Urbanist", sans-serif;
        }

        .form-label {
            font-size: 0.88rem;
            color: #555555;
            margin-bottom: 4px;
            font-weight: 500;
        }

        .form-control {
            border: 1px solid #cccccc;
            padding: 10px 12px;
            border-radius: 6px;
        }
        .form-control:focus {
            border-color: var(--brand-orange);
            box-shadow: 0 0 0 0.25rem rgba(255, 122, 0, 0.25);
        }

        .btn-submit {
            background-color: #FF8901;
            color: white;
            font-weight: 600;
            border: none;
            padding: 14px;
            border-radius: 50px;
            font-size: 16px;
            transition: background 0.3s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
            text-align: left;
        }
        .btn-submit:hover {
            background-color: #e06b00;
            color: white;
        }

        /* Multi-colored Bottom Bar */
        .custom-footer-bar {
            width: 100%;
            background: url('../images/gradient.png') no-repeat center center;
            background-size: cover;

        }
        .footer-segment {
            padding: 15px 10px;
            text-align: center;
            font-size: 0.95rem;
            font-weight: 400;
            color: white;
            font-family: "Urbanist", sans-serif;
        }
        .seg-pink { background-color: var(--footer-pink); }
        .seg-orange { background-color: var(--footer-orange); }
        .seg-yellow { background-color: var(--footer-yellow); }
        .seg-teal { background-color: var(--footer-teal); }

        /* Custom Logo Font / Style Mimic */
        .logo-text {
            font-weight: 800;
            line-height: 1;
            letter-spacing: -0.5px;
        }
        .phone-head img {
    width: 22%;
    margin: 0 0 0 0px;
    position: relative;
    right: 10px;
}
.para-1 {
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    font-family: "Inter Tight", sans-serif;
}
.form-card-border {
    border: 1.33px solid #FFFFFFB2;
    border-radius: 21.33px;
    padding: 10px;
}
.feature-list li img {
    width: 28px;
    margin: 0 8px 0 0;
}
.form-card h3 {
    font-size: 28px;
    letter-spacing: 0%;
    font-family: "Inter Tight", sans-serif;
    font-weight: 600;
    line-height: 30px;
}

.form-card p {
    color: #2D3748;
    font-size: 16px;
    font-family: "Urbanist", sans-serif;
}
.para-1  strong {
    font-weight: bold;
}
/* --- Video Testimonial Main Section Styles --- */
.consolidated-testimonials {
    background-color: #ffffff;
    padding: 60px 0;
}

.light-orange-badge {
    background-color: #FF89011A;
    color: #FF8901;
    font-size: 15px;
    font-weight: 500;
    padding: 6px 25px;
    border-radius: 50px;
    display: inline-block;
}

.text-orange { color: #ff7a00; }
.text-dark-custom { color: #222222; }

/* Desktop View Layout (Wide grid) */
.consolidated-video-wrapper {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 9 / 13;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
    background-color: #111;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.consolidated-video-wrapper:hover {
    transform: translateY(-5px);
}

.consolidated-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Play/Pause Circle Style (Aapki image jesa) */
.play-hint-v2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.25); /* Frosted glass look */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 15;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
}

.play-hint-v2 i {
    color: #ffffff !important;
    font-size: 2.2rem;
    margin-left: 5px; /* Triangle arrow ko mathematically center karne k liye */
    line-height: 1;
    display: block;
}

/* Dark Shadow overlay text k liye */
.consolidated-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: flex-end;
    padding: 15px;
    z-index: 10;
    pointer-events: none; /* Taake click text par na phanse */
}

.author-avatar-v2 {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.7);
    object-fit: cover;
}

.author-name-v2 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
}

.author-subtext-v2 {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.8);
}

/* --- Mobile Slider Layout --- */
@media (max-width: 576px) {
    .consolidated-testimonials .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important; /* Touch swipe active */
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        margin-left: 0 !important;
        margin-right: 0 !important;
        scrollbar-width: none;
    }
    
    .consolidated-testimonials .row::-webkit-scrollbar {
        display: none; /* Scrollbar line chhupane k liye */
    }
    
    .consolidated-testimonials .col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        scroll-snap-align: start !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .consolidated-video-wrapper {
        aspect-ratio: 9 / 14; /* Mobile height */
    }
}

/* --- Pagination Dots Styling --- */
.slider-dots-container {
    display: none;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 25px;
    padding: 10px 0;
    width: 100%;
}

@media (max-width: 576px) {
    .slider-dots-container {
        display: flex !important; /* Sirf mobile par dots dikhenge */
    }
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b5b5b5; /* Highly visible gray */
    transition: all 0.3s ease;
    cursor: pointer;
}

.slider-dot.active {
    background-color: #ff7a00; /* Active orange dot */
    width: 24px; /* Professional dynamic width */
    border-radius: 10px;
}
.sec-text h2 {
    font-family: "Inter Tight", sans-serif;
    font-size: 47px;
    letter-spacing: -1.33px;
}
/* --- Published Books Showcase Styles --- */
.published-books-section {
    background-color: #ffffff;
    overflow-hidden: hidden;
}

/* Purple Dotted Banner Style */
.books-notice-badge {
    background-color: #eff1fe;
    border: 1px dashed #6366f1;
    border-radius: 8px;
    color: #4f46e5;
    font-size: 0.92rem;
    font-weight: 500;
    letter-spacing: -0.2px;
}

/* Slick Slider Wrapper Item */
.books-slick-slider {
    padding: 20px 0;
}

.book-item {
    padding: 20px 15px; /* Spacing taake shadow saaf dikhe */
    text-align: center;
    outline: none;
}

/* Same to Same Book Shadow Effect */
.book-item img {
    border-radius: 4px;
    /*box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.28), 
                0px 5px 15px rgba(0, 0, 0, 0.15);*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    max-height: 380px; /* Book height adjustment */
    width: auto;
}

/* Hover par premium lift effect */
.book-item img:hover {
    transform: translateY(-8px);
    /*box-shadow: 0px 22px 45px rgba(0, 0, 0, 0.35), */
    /*            0px 8px 20px rgba(0, 0, 0, 0.2);*/
}

/* Slick standard track settings overrides */
.slick-track {
    display: flex !important;
    align-items: center !important;
}
.books-notice-badge.d-inline-block.px-4.py-2 {
    border: 1.91px dashed #3F2FEE;
    background: #3F2FEE0D;
    border-radius: 8.77px;
    font-size: 19px;
    font-family: "Inter Tight", sans-serif;
    color: #3F2FEE;
    font-weight: 600;
}

/* --- Bento Structural Grid Layout Section --- */
.format-bento-section {
    background-color: #F8FAF0; /* Clean light layout base color */
}

.light-orange-badge {
    background-color: #FF89011A;
    color: #FF8901;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 25px;
    border-radius: 50px;
    display: inline-block;
    font-family: "Inter Tight", sans-serif;
}

.text-dark-custom {
    color: #111111;
}

/* Base Bento Card Config */
.bento-card {
    position: relative;
    border-radius: 16px; /* High radius rounded corners */
    padding: 30px;
    height: 340px; /* Precise uniform height on desktop */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: "Inter Tight", sans-serif;
}

.bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* Background image helper */
.bento-card.has-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlays for dark background cards readability */
.dark-gradient-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

.light-mask-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.7);*/
    z-index: 1;
}

/* Unique color panels */
.bg-beige-custom {
    background-color: #ede5da !important; /* Soft sand background */
}



/* Card Internal Typography */
.bento-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.bento-text {
    font-size: 0.95rem;
    line-height: 1.5;
}

/* --- Card 5 Internal Vector Mockups --- */
.isbn-mockup-row {
    margin-top: auto;
}

.mock-inner-card {
    border-radius: 8px;
    padding: 10px;
    height: 100px;
    font-size: 0.65rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bg-teal-card { background-color: #0c6454; }
.bg-purple-card { background-color: #5548ea; }
.bg-green-card { background-color: #10a37f; }

.mock-line {
    height: 3px;
    background: rgba(255,255,255,0.4);
    width: 80%;
    border-radius: 2px;
}

.mock-line-short {
    height: 3px;
    background: rgba(255,255,255,0.4);
    width: 50%;
    border-radius: 2px;
}

.mock-number {
    font-size: 0.9rem;
    font-weight: bold;
}

.mock-percent {
    font-size: 0.8rem;
    font-weight: bold;
}

/* Responsive adjustments for tablet & phones */
@media (max-width: 991px) {
    .bento-card {
        height: 280px; /* Tablet view heights decrease */
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .bento-card {
        height: auto; /* Mobile view stack content scales dynamically */
        min-height: 285px;
    }
    .bento-title {
        font-size: 1.25rem;
    }
}
.para-2 h2 {
    font-family: "Inter Tight", sans-serif;
    font-weight: 500;
    font-size: 50px;
    letter-spacing: -1.33px;
    line-height: 60px;
}

/* --- How It Works Section Styles --- */
.how-it-works-section {
    background-color: #ffffff;
    padding: 60px 0;
}

/* Orange Process Pill Badge */
.process-orange-badge {
    background-color: #FF89011A;
    color: #FF8901;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 30px;
    border-radius: 50px;
    display: inline-block;
    font-family: "Inter Tight", sans-serif;
}

.text-dark-custom {
    color: #111111;
}

/* Same to Same Exact Card Look */
.process-card {
    position: relative;
    background-color: #F8FAF0; /* Exact light tint warm color */
    border-radius: 14px;
    padding: 35px 25px 25px 25px;
    height: 100%;
    min-height: 240px; /* Aligns all cards height perfectly */
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Text bottom pe push karne k liye */
    transition: transform 0.2s ease;
    border: 1px solid #0000001A;
}

/* Hover par subtle feedback (Optional, safe transition) */
.process-card:hover {
    transform: translateY(-3px);
}

/* Big Shadow Numbers at Top-Right */
.process-number {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 5rem; /* Huge impact numbers */
    font-weight: 800;
    color: #00000033; /* Light fade grey-tint */
    line-height: 1;
    user-select: none;
     /* Thick font for number mockup */
    font-family: "Inter Tight", sans-serif;
}

/* Card Content Area */
.process-card-body {
    position: relative;
    z-index: 5; /* Text numbers k upar overlay ho sake */
}

.process-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    font-family: "Inter Tight", sans-serif;
}

.process-card-text {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: "Inter Tight", sans-serif;
    font-weight: 300;
}

/* Responsive fixes for mobile screen widths */
@media (max-width: 768px) {
    .process-card {
        min-height: 200px;
        padding: 25px 20px 20px 20px;
    }
    .process-number {
        font-size: 4.2rem;
    }
}
.para-3 h2 {
    font-family: "Inter Tight", sans-serif;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1.33px;
    line-height: 60px;
}

.para-3 p.text-secondary.fs-6.mx-auto {
    color: #2D3748 !important;
    font-family: "Inter Tight", sans-serif;
}

/* --- Our Three Promises Section Styles --- */
.promises-section {
    background-color: #ffffff;
    padding: 60px 0;
}



.text-dark-custom {
    color: #111111;
}

/* Precise Dashed Divider for Promise Blocks */
.promise-item {
    border-top: 1px dashed #d4d3cb; /* Image jesi soft dashed border line */
}

.promise-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
    font-family: "Inter Tight", sans-serif;
}

.promise-text {
    font-size: 14px !important;
    color: #444444;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Right Side Image Rounded Corners Frame */
.promises-image-wrapper img {
    border-radius: 16px; /* Smooth curved look jesa website layout me hai */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03); /* Subtle soft premium shadow hint */
    object-fit: cover;
}
.promises-section h2 {
    font-family: "Inter Tight", sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1.33px;
    line-height: 60px;
}

.para-2 p {
    color: #2D3748;
    font-family: "Inter Tight", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.promises-section p {
    font-family: "Inter Tight", sans-serif;
    font-size: 18px;
    color: #2D3748;
    font-weight: 400;
}
/* Tablet and Smaller Screen Fixes */
@media (max-width: 991px) {
    .promises-section {
        padding: 40px 0;
    }
    .promise-title {
        font-size: 1.18rem;
    }
}


/* --- Smart FAQ Accordion Styles --- */
.faq-accordion-section {
    background-color: #ffffff;
    padding: 60px 0;
}

/* Top Light Orange Pill Badge */
.faq-pill-badge {
    background-color: #FF89011A;
    color: #FF8901;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 25px;
    border-radius: 50px;
    display: inline-block;
    font-family: "Inter Tight", sans-serif;
}

.text-dark-custom {
    color: #111111;
}

/* Base Accordion Items Reset */
.custom-faq-accordion .accordion-item {
    border: 1px solid transparent;
    background-color: transparent;
    margin-bottom: 15px;
    border-radius: 24px !important; /* Premium curved corner look */
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- DYNAMIC OPEN STATE (Aapki image jesa box design) --- */
/* Jab koi accordion item open hoga, toh uspar yeh styles khud apply ho jayenge */
.custom-faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    background-color: #FF89010A; /* Delicate custom cream-orange background tint */
    border: 1px solid #FF890133; /* Fine soft orange border line */
}

/* FAQ Header Trigger Button Layout */
.custom-faq-accordion .accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 22px;
    font-weight: 700;
    color: #37312F;
    padding: 25px 30px;
    letter-spacing: -0.5px;
    transition: color 0.2s ease;
    font-family: "Inter Tight", sans-serif;
}

/* Open item title text color changes to orange */
.custom-faq-accordion .accordion-button:not(.collapsed) {
    color: #FF8901;
}

/* --- CUSTOM CHEVRON (ARROW) ICONS LOGIC --- */
/* Bootstrap ke default icon arrow ko remove karke clean custom orange arrow lagaya */
.custom-faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff7a00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.3s ease;
}

/* Image behavior mapping: Open item ka arrow DOWN (0deg) point karega */
.custom-faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

/* Closed items ka arrow UP (180deg inverted) point karega jesa screenshot me hai */
.custom-faq-accordion .accordion-button.collapsed::after {
    transform: rotate(180deg);
}

/* Accordion Inner Content Body Styling */
.custom-faq-accordion .accordion-body {
    padding: 0 30px 30px 30px;
    color: #616161;
    font-size: 1rem;
    line-height: 1.6;
    font-family: "Inter Tight", sans-serif;
}

/* Responsive Scaling for smaller phone grids */
@media (max-width: 576px) {
    .custom-faq-accordion .accordion-button {
        font-size: 1.12rem;
        padding: 20px;
    }
    .custom-faq-accordion .accordion-body {
        padding: 0 20px 20px 20px;
        font-size: 0.92rem;
    }
}


/* --- Main Footer Complete Styling --- */
.site-footer {
    width: 100%;
}

/* 1. Upper CTA Section Block */
.footer-cta-section {
    background: url('../images/footer-bg.png') no-repeat center center;
            background-size: cover;
    color: #ffffff;
    overflow: hidden;
    padding: 80px 0;
        font-family: "Inter Tight", sans-serif;
}

.cta-subtext {
    color: #b5b5be;
    font-size: 1.05rem;
    max-width: 620px;
    line-height: 1.5;
        font-family: "Inter Tight", sans-serif;
}

/* Orange Pill Button Style */
.btn-orange-pill {
    background-color: #FF8901;
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(255, 122, 0, 0.2);
    white-space: nowrap;
    font-family: "Inter Tight", sans-serif;
        font-family: "Inter Tight", sans-serif;
}

.btn-orange-pill:hover {
    background-color: #e06c00;
    transform: translateY(-2px);
}

/* Bordered Phone Button Style */
.btn-phone-outline {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.02);
    border-radius: 50px;
    padding: 8px 24px 8px 10px; /* Precise internal frame spacing */
    display: inline-flex;
    align-items: center;
    gap: 12px;
    max-width: max-content;
        font-family: "Inter Tight", sans-serif;
}

.phone-icon-circle {
    background-color: rgba(255, 255, 255, 0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
        font-family: "Inter Tight", sans-serif;
}

.phone-icon-circle i {
    color: #ffffff;
    font-size: 1.1rem;
}

.phone-text-block {
    display: flex;
    flex-direction: column;
}

.phone-label {
    font-size: 0.72rem;
    color: #b5b5be;
    line-height: 1.2;
    
}

.phone-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration: none;
    line-height: 1.3;
}

/* Right side Image parameters */
.continuous-mockup-img {
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    max-height: 320px;
    object-fit: cover;
}

/* 2. Footer Bottom Bar Area */
.footer-bottom-bar {
    background-color: #181930; /* Darker navy slate tone */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copyright-text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.6;
}

.footer-legal-links a {
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-legal-links a:hover {
    color: #ffffff !important;
}

.links-divider {
    color: rgba(255, 255, 255, 0.15);
    margin: 0 10px;
    font-size: 0.85rem;
}
.fott-con h2 {
    font-family: "Inter Tight", sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1.33px;
    line-height: 60px;
}

.fott-con p {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    color: #2D3748;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .footer-cta-section {
        padding: 50px 0;
        text-align: center !important;
    }
    .footer-cta-section .text-start {
        text-align: center !important;
    }
    .cta-subtext {
        margin-left: auto;
        margin-right: auto;
    }
    .cta-buttons-flex {
        align-items: center !important;
    }
    .footer-book-mockup {
        text-align: center !important;
        margin-top: 20px;
    }
}

.footer-cta-section h2 {
    font-size: 50px;
    font-family: "Inter Tight", sans-serif;
    text-align: left;
}

.footer-cta-section p {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    width: 50%;
    text-align: left;
}

/* --- Onload Modal Custom Styles --- */
.form-card-border {
    background: linear-gradient(135deg, #ff7a00 0%, #ffbe85 100%);
    padding: 3px; /* Thin gradient border frame line */
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.form-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 35px 30px;
}

.form-card h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #111111;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.form-card p {
    font-size: 0.9rem;
    color: #555555;
    line-height: 1.5;
}

/* Light Amber Offer Box */
.offer-box {
    background-color: #fff6f0;
    border-left: 4px solid #ff7a00;
    color: #c95f00;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 4px;
}

/* Form inputs styling */
.form-card .form-control {
    border: 1px solid #e1e1e6;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.92rem;
}

.form-card .form-control:focus {
    border-color: #ff7a00;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.15);
}

/* Orange Premium Submit Button */
.btn-submit {
    background-color: #ff7a00;
    color: #ffffff !important;
    font-weight: 600;
    padding: 14px;
    border-radius: 8px;
    border: none;
    transition: all 0.2s ease;
}

.btn-submit:hover {
    background-color: #e06c00;
    transform: translateY(-1px);
}

/* Floating custom modal close button style */
.btn-close-custom {
    position: absolute;
    top: -45px;
    right: 0;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
    z-index: 1100;
}

.btn-close-custom:hover {
    opacity: 1;
}

@media (max-width: 576px) {
    .form-card {
        padding: 25px 20px;
    }
    .btn-close-custom {
        top: -40px;
        right: 10px;
    }
}
div#publishingPlanModal {
    background: #000000cf;
}