root {
            --brand-orange: #FF8901;
            --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: url('../images/hero-bg.webp') 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 ;
}
        .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;
        }
        .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 {
            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 {
            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;
        }
        .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); }
        .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;
}
.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: #FF8901; }
.text-dark-custom { color: #222222; }
.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-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;
}
.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);
}
@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 */
    }
}
.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: #FF8901; /* 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-section {
    background-color: #ffffff;
    overflow-hidden: hidden;
}
.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;
}
.books-slick-slider {
    padding: 20px 0;
}
.book-item {
    padding: 20px 15px; /* Spacing taake shadow saaf dikhe */
    text-align: center;
    outline: none;
}
.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;
}
.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-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;
}
.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;
}
.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);
}
.bento-card.has-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.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;
}
.bg-beige-custom {
    background-color: #ede5da !important; /* Soft sand background */
}
.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;
}
.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;
}
@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 {
    background-color: #ffffff;
    padding: 60px 0;
}
.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;
}
.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;
}
.process-card:hover {
    transform: translateY(-3px);
}
.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;
}
.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;
}
@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;
}
.promises-section {
    background-color: #ffffff;
    padding: 60px 0;
}
.text-dark-custom {
    color: #111111;
}
.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;
}
.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;
}
@media (max-width: 991px) {
    .promises-section {
        padding: 40px 0;
    }
    .promise-title {
        font-size: 1.18rem;
    }
}
.faq-accordion-section {
    background-color: #ffffff;
    padding: 60px 0;
}
.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;
}
.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);
}
.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 */
}
.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;
}
.custom-faq-accordion .accordion-button:not(.collapsed) {
    color: #FF8901;
}
.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;
}
.custom-faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}
.custom-faq-accordion .accordion-button.collapsed::after {
    transform: rotate(180deg);
}
.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;
}
@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;
    }
}
.site-footer {
    width: 100%;
}
.footer-cta-section {
    background: url('../images/footer-bg.png') no-repeat center center;
            background-size: cover;
    color: #ffffff;
    overflow: hidden;
    padding: 50px 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;
}
.btn-orange-pill {
    background-color: #FF8901;
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 20px 35px;
    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);
}
.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;
}
.continuous-mockup-img {
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    max-height: 320px;
    object-fit: cover;
}
.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;
}
@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;
        font-weight: 500 !important;
}
.footer-cta-section p {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    /*width: 50%;*/
    text-align: left;
}
.form-card-border {
    background: linear-gradient(135deg, #FF8901 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;
}
.offer-box {
    background-color: #fff6f0;
    border-left: 4px solid #FF8901;
    color: #c95f00;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 4px;
}
.form-card .form-control {
    border: 1px solid #e1e1e6;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.92rem;
}
.form-card .form-control:focus {
    border-color: #FF8901;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.15);
}
.btn-submit {
    background-color: #FF8901;
    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);
}
.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;
}
.published-books-section .btn-phone-outline {
    border-color: #00000040;
}

.published-books-section .phone-icon-circle {border: 1px solid #00000040;}

.published-books-section .phone-icon-circle i {
    color: #000;
}

.published-books-section .phone-number {
    color: #000000 !important;
}

.published-books-section .phone-label {
    color: #000000;
}
.published-books-section .cta-buttons-flex.d-flex.flex-column.flex-sm-row.align-items-sm-center.gap-3 {
    justify-content: center;
}
/* --- New Header Chat Now Button Style --- */
.btn-chat-now {
    background-color: #FF8901; /* Exact orange accent color */
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 50px; /* Perfect pill shape shape */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.15);
    white-space: nowrap; /* Button ka text break na ho */
    font-family: "Inter Tight", sans-serif;
}

.btn-chat-now:hover {
    background-color: #e06c00;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 122, 0, 0.25);
}

/* Mobile responsive fine tuning */
@media (max-width: 768px) {
    .btn-chat-now {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}
@media (max-width: 576px) {
    .form-card {
        padding: 25px 20px;
    }
    .btn-close-custom {
        top: -40px;
        right: 10px;
    }
}
div#publishingPlanModal {
    background: #000000cf;
}




/* --- New Footer Inline Form & Buttons Styling --- */

/* Chat Now Button for Footer Layout */
.btn-chat-now-cta {
    background-color: #FF8901;
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 16px 35px;
    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;
    white-space: nowrap;
    height: 62px; /* Fixed height to match perfectly with phone outline box */
}

.btn-chat-now-cta:hover {
    background-color: #e06c00;
    transform: translateY(-2px);
}

/* Right Side White Form Card Base */
.inline-form-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px 35px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
    color: #111111;
}

.form-card-title {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* Inner Purple Dashed Offer Banner */
.purple-form-notice {
    background-color: #eff1fe;
    border: 1px dashed #6366f1;
    border-radius: 6px;
    color: #4f46e5;
    font-size: 0.84rem;
    font-weight: 500;
    padding: 10px 15px;
    text-align: center;
    line-height: 1.4;
}

/* Custom inputs layout inside inline card */
.custom-form-input {
    border: 1px solid #e1e1e6 !important;
    padding: 14px 16px !important;
    border-radius: 8px !important;
    font-size: 0.95rem !important;
    background-color: #ffffff !important;
}

.custom-form-input:focus {
    border-color: #FF8901 !important;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.12) !important;
}

/* Form Action Orange Button */
.btn-submit-inline {
    background-color: #FF8901;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 600;
    padding: 16px;
    border-radius: 50px; /* Perfectly round edges button */
    border: none;
    transition: background-color 0.2s ease;
}

.btn-submit-inline:hover {
    background-color: #e06c00;
}

/* Responsive fixes for mobile screen scaling */
@media (max-width: 576px) {
    .inline-form-card {
        padding: 25px 20px;
    }
    .form-card-title {
        font-size: 1.35rem;
    }
    .btn-chat-now-cta {
        width: 100%;
        height: auto;
        padding: 14px;
    }
}