/* --- CORE LUXURY SPECIFICATIONS & VARIABLES --- */
:root {
    --bg-main: #f8f6ea;
    --bg-secondary: #c9a531;
    --gold: #D4AF37;
    --gold-hover: #F5C542;
    --text-white: #FFFFFF;
    --text-gray: #000;
    --glass-bg: #fff;
    --glass-border: rgba(212, 175, 55, 1);
    --font-heading:"Cormorant Garamond", Georgia, serif;  /*'Playfair Display', Georgia, serif;*/
    --font-body: 'Exo', Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.head-mm strong::after {
    background: #D4AF37;
}
/*h1,*/
/*h2,*/
/*h3,*/
/*h4,*/
/*h5,*/
/*h6 {*/
/*    font-family: "Cormorant Garamond", Georgia, serif;*/
/*}*/

.para{
    color: #000;
}
body.home {
    background-color: #c9a531;
    color: var(--text-white);
    font-family: var(--font-body);
    overflow-x: hidden;
    scroll-behavior: smooth;
    line-height: 1.6;
}

.process-node:hover{
    border-color: var(--gold);
    background: rgba(214, 175, 55, 0.03);
    /*box-shadow: 0 4px 15px rgba(214, 175, 55, 0.2); cursor: pointer;*/
    border: 1px solid var(--gold);
    

}

.legal-badge-widget:hover {
    background: #f8f6ea;
    /*box-shadow: 0 4px 15px rgba(214, 175, 55, 0.2); cursor: pointer;*/
    box-shadow: 0 4px 15px rgba(214, 175, 55, 0.2); cursor: pointer;
    color:var(--gold);
}

.legal-badge-widget:hover i {
    color:var(--gold);
}

.process-node:hover h3{
    color: #C9A531;
}
     .luxury-input-node select{
    width: 100%;
    padding: 16px 20px;
    background: #fff9s;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    /*color: #fff;*/
    font-family: var(--font-body);
    font-size: 0.95rem;
    outline: none;
    transition: all 0.3s;
}
.process-node h3{
    color: #fff;
        line-height: 1.1;

}
 
 
/*//side icon*/

/*.floating-social-icons{*/
/*    position: fixed;*/
/*    left: 25px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 9999;*/

/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 12px;*/
/*}*/

/*.social-float{*/
/*    width: 52px;*/
/*    height: 52px;*/

/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/

/*    background: rgba(212,175,55,0.12);*/
/*    backdrop-filter: blur(10px);*/

/*    border: 1px solid rgba(212,175,55,.4);*/
/*    border-radius: 14px;*/

/*    color: #cfa63a;*/
/*    text-decoration: none;*/

/*    font-size: 22px;*/

/*    transition: all .35s ease;*/
/*}*/

/*.social-float:hover{*/
/*    background: #d4af37;*/
/*    color: #111;*/
/*    transform: translateX(5px);*/
/*    box-shadow: 0 10px 30px rgba(212,175,55,.25);*/
/*}*/

.floating-social-icons{
    position: fixed;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;

    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-float{
    width: 54px;
    height: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.85);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(0,0,0,.08);

    border-radius: 16px;

    color: #b9921e;
    text-decoration: none;

    font-size: 22px;

    box-shadow: 0 8px 25px rgba(0,0,0,.12);

    transition: all .35s ease;
}

.social-float:hover{
    transform: translateX(6px);
    background: #d4af37;
    color: #111;
    box-shadow: 0 12px 30px rgba(212,175,55,.35);
}

.social-float i{
   
    font-size: 22px;
}

.social-float.facebook{
    color:#1877F2;
}

.social-float.youtube{
    color:#FF0000;
}

.social-float.whatsapp{
    color:#25D366;
}
.social-float:hover{
    color:#111 !important;
}


.theme_col {
    color: var(--gold) !important;
    /*position: static !important;*/
}



.perk-pill:hover {
        box-shadow: rgba(214, 175, 55, 0.2) 0px 4px 15px;
    cursor: pointer;
    color: var(--gold);
    background: rgb(248, 246, 234);
}

/* --- REUSABLE COMPONENTS --- */
.premium-gradient-bg {
    background: radial-gradient(circle at 10% 20%, rgba(214, 175, 55, 0.08) 0%, transparent 40%),
                radial-gradient(circle at 90% 80%, rgba(18, 25, 46, 0.8) 0%, transparent 50%);
}

.glass-card {
    background: #ffffff80
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--glass-border);
    border-radius: 16px;
    padding: 40px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-card:hover {
    border-color: rgba(214, 175, 55, 0.4);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.section-heading-container {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

h2.head-mm, h3.head-mm {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
}
.head-mm strong {
    font-size: 2.8rem;

    
}
@media(max-width: 768px) {
    h2.head-mm, h3.head-mm { font-size: 2.2rem; }
}


.legal-badge-widget:hover {
    
}
/* --- EXQUISITE CUSTOM MOUSE SPOTLIGHT EFFECT --- */
.mouse-spotlight {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: radial-gradient(600px circle at var(--x, 50%) var(--y, 50%), rgba(214, 175, 55, 0.04), transparent 80%);
    z-index: 1; pointer-events: none;
}

/* --- STICKY TRANSPARENT GLASSMORPHIC NAVBAR --- */
.luxury-nav-wrapper {
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 1000;
    transition: all 0.3s ease;
    background: transparent;
    padding: 20px 0;
}

.luxury-nav-wrapper.scrolled {
    background: rgba(11, 16, 32, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-border);
    padding: 12px 0;
}

.nav-container {
    width: 90%; max-width: 1400px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
}

.nav-menu {
    display: flex; list-style: none; gap: 30px; margin: 0; padding: 0;
}

@media(max-width: 1024px) { .nav-menu { display: none; } }

.nav-menu a {
    color: var(--text-gray); text-decoration: none; font-weight: 500; font-size: 0.95rem;
    transition: color 0.3s; position: relative;
}

.nav-menu a:hover { color: var(--gold); }
.nav-menu a::after {
    content: ''; position: absolute; bottom: -6px; left: 0; width: 0; height: 2px;
    background-color: var(--gold); transition: width 0.3s;
}
.nav-menu a:hover::after { width: 100%; }

.nav-ctas { display: flex; align-items: center; gap: 15px; }

.btn-gold {
    background: linear-gradient(135deg, var(--gold) 0%, #B38F24 100%);
    color: #fff !important; font-weight: 600; text-decoration: none;
    padding: 12px 28px; border-radius: 50px; font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border: none; display: inline-flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 15px rgba(214, 175, 55, 0.2); cursor: pointer;
}

.btn-gold:hover {
    background: linear-gradient(135deg, var(--gold-hover) 0%, var(--gold) 100%);
    transform: translateY(-2px); box-shadow: 0 8px 25px rgba(214, 175, 55, 0.4);
}

.btn-outline {
    
     text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    
    /*background: transparent; */
    /*color: #000 !important;*/
    border: 1px solid var(--glass-border); font-weight: 500; text-decoration: none;
    padding: 12px 24px; border-radius: 50px; font-size: 0.9rem;
    transition: all 0.3s; display: inline-flex; align-items: center; gap: 8px; border-color: var(--gold);
    background: rgba(214, 175, 55, 0.05);
    color: var(--gold) !important;
}

.btn-outline:hover {
    border-color: var(--gold); background: rgba(214, 175, 55, 0.05); color: var(--gold) !important;
}

/* --- HERO SECTION --- */
.luxury-hero {
    position: relative; padding: 180px 0 100px;
    background: radial-gradient(circle at 80% 20%, rgba(21, 31, 64, 0.7) 0%, var(--bg-main) 70%);
    overflow: hidden;
    /*background-image: url(https://pioneerpublishingpress.com/assets/images/Banner0301.png);*/
    background-repeat: no-repeat;
        background-size: auto;

}

.hero-grid {
    display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 50px;
    width: 90%; max-width: 1400px; margin: 0 auto; align-items: center;
}

@media(max-width: 991px) {
    .hero-grid { grid-template-columns: 1fr; text-align: center; }
}

.hero-content h1 {
    font-family: #c9a531; font-size: 4rem; font-weight: 700;
    line-height: 1; color: #c7a367; margin-bottom: 10px;
}

.hero-content h1 span { 
    /*display: block; font-size: 1.8rem; color: var(--gold); font-family: var(--font-body); font-weight: 500; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 15px;*/
    
    
}

.hero-content h2 {
    font-family: var(--font-heading); font-size: 2.2rem; font-style: italic;
    color: var(--text-gray); font-weight: 400; margin-bottom: 25px;
}

.hero-content p { max-width: 650px; margin: 0 0 10px;  }
@media(max-width: 991px) { .hero-content p { margin: 0 auto 40px; } }

.hero-action-buttons { 
        margin-top: 45px;

    
    display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 0px;}
@media(max-width: 991px) { .hero-action-buttons { justify-content: center; } }

/* Dynamic Hero Showcase Stage */
.hero-visual-stage {
    position: relative; display: flex; justify-content: center; align-items: center; height: 450px;
}

.book-flock-container {
    position: relative; width: 100%; height: 100%;
}

.book-3d-stack {
    width: 200px; height: 300px; background: var(--bg-secondary);
    border-radius: 4px 12px 12px 4px; border: 1px solid var(--gold);
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotateY(-20deg);
    box-shadow: -15px 15px 30px rgba(0,0,0,0.6);
    background-image: linear-gradient(90deg, rgba(255,255,255,0.15) 0%, transparent 5%, transparent 95%, rgba(0,0,0,0.5) 100%);
    animation: floatingStack 6s ease-in-out infinite;
}

@keyframes floatingStack {
    0%, 100% { transform: translate(-50%, -52%) rotateY(-15deg); }
    50% { transform: translate(-50%, -48%) rotateY(-25deg); }
}

.hero-stats-strip {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
    background:#F8F6EA; border: 1px solid var(--glass-border);
    padding: 30px; border-radius: 16px; backdrop-filter: blur(10px);
}

@media(max-width: 600px) { .hero-stats-strip { grid-template-columns: repeat(2, 1fr); } }

.stat-item { text-align: center; }
.stat-item div:first-child {
    font-family: var(--font-heading); font-size: 2.2rem; font-weight: 700; color: var(--gold); margin-bottom: 5px;
}
.stat-item div:last-child { color: var(--text-gray); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1px; }

/* --- INFINITE LOGO MARQUEE WALL --- */
.marquee-section {
    background: #f8f6ea; padding: 50px 0px 40px 0px; border-y: 1px solid rgba(214, 175, 55, 0.1);
    position: relative; overflow: hidden;
}

.marquee-heading {
    text-align: center; color: var(--text-gray); font-size: 0.85rem; 
    margin-bottom: 25px;
}

.marquee-track-wrapper { display: flex; overflow: hidden; width: 100%; mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent); -webkit-mask-image: linear-gradient(to right, transparent, #000 15%, #000 85%, transparent); }

.marquee-track { display: flex; width: max-content; animation: scrollMarquee 25s linear infinite; gap: 80px; align-items: center; }

.marquee-track img { height: 35px; width: auto; filter: grayscale(1) brightness(0.5); opacity: 0.6; transition: all 0.3s; }
.marquee-track img:hover { filter: grayscale(0) brightness(1); opacity: 1; transform: scale(1.08); }

@keyframes scrollMarquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* --- HIGH END SERVICES SECTION --- */
.services-section { padding: 120px 0; background: #eff3f4; position: relative; }

/*.services-grid {*/
/*    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;*/
/*    width: 90%; max-width: 1400px; margin: 0 auto;*/
/*}*/

.services-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:30px;
    width:90%;
    max-width:1400px;
    margin:0 auto;
}

.services-grid .feature-glass-node{
    width:calc(33.333% - 20px);
}

@media(max-width:991px){
    .services-grid .feature-glass-node{
        width:calc(50% - 15px);
    }
}

@media(max-width:767px){
    .services-grid .feature-glass-node{
        width:100%;
    }
}

/*@media(max-width: 991px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }*/
/*@media(max-width: 768px) { .services-grid { grid-template-columns: 1fr; } }*/

.service-premium-card {
    position: relative; overflow: hidden;
}

.service-icon-frame {
    width: 60px; height: 60px; background: rgba(214, 175, 55, 0.1);
    border-radius: 12px; display: flex; align-items: center; justify-content: center;
    margin-bottom: 25px; border: 1px solid rgba(214, 175, 55, 0.2);
}

.service-icon-frame img, .service-icon-frame i { width: 60px; height: auto; max-height: 60px; font-size: 24px; color: var(--gold); }

.service-premium-card h3 {
    font-family: var(--font-heading); font-size: 1.6rem; color: var(--text-white); margin-bottom: 15px;
}

/* --- ANIMATED FEATURE GRID (WHY CHOOSE US) --- */
.why-us-section { padding: 50px 0; background: #eff3f4;     margin-top: 0px; }

/*.why-us-grid {*/
/*    display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;*/
/*    width: 90%; max-width: 1400px; margin: 0 auto;*/
/*}*/

.why-us-grid{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:30px;

    width:90%;
    max-width:1400px;
    margin:0 auto;
}

.why-us-grid > *{
    width:calc(33.333% - 20px);
}

@media(max-width:991px){

    .why-us-grid > *{
        width:calc(50% - 15px);
    }

}

@media(max-width:767px){

    .why-us-grid > *{
        width:100%;
    }

}

/*@media(max-width: 991px) { .why-us-grid { grid-template-columns: repeat(2, 1fr); } }*/
/*@media(max-width: 650px) { .why-us-grid { grid-template-columns: 1fr; } }*/

.feature-glass-node {
    padding: 35px; border-radius: 16px;
    background: #c9a53199;
    border: 1px solid rgba(255,255,255,0.05); transition: all 0.3s;
}

.feature-glass-node:hover {
    border-color: var(--gold); background: rgba(214, 175, 55, 0.03);
}

.feature-glass-node:hover h3 {
    color: #D4AF37;
}

.feature-glass-node h3 {
    font-family: var(--font-heading); font-size: 1.35rem; color: #fff; margin-bottom: 12px;
    display: flex; align-items: center; gap: 10px;
}

/* Modern Side-By-Side Split Layout */
.why-us-split-row {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px;
    width: 90%; max-width: 1400px; margin: 80px auto 0; align-items: center;
}

@media(max-width: 991px) { .why-us-split-row { grid-template-columns: 1fr; } }

.split-editorial-block h4 {
    font-family: var(--font-heading); font-size: 1.5rem; color: #000;
    margin: 25px 0 10px; display: flex; align-items: center; gap: 12px;
}

.split-editorial-block h4 span {
    color: var(--gold); font-size: 1.4rem; border: 2px solid var(--gold);
    width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%;
}

.why-showcase-image-frame {
    position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--glass-border);
}

.why-showcase-image-frame img { width: 100%; height: auto; display: block; filter: brightness(0.8); }

/* --- NETFLIX LUXURY VIDEO TESTIMONIALS SLIDER --- */
.netflix-reviews-section { padding: 50px 0; background: var(--bg-main); }

.video-slider-container {
    width: 90%; max-width: 1400px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px;
}

@media(max-width: 991px) { .video-slider-container { grid-template-columns: 1fr; } }

.netflix-video-card {
    background: #c9a531; border-radius: 20px; overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05); transition: transform 0.4s;
}

.netflix-video-card:hover { transform: scale(1.02); }

.video-element-wrapper {
    position: relative; width: 100%; height: 340px; background: #000;
}

.review-video { width: 100%; height: 100%; object-fit: cover; display: block; }

.video-overlay-details {
    padding: 25px; 
    /*background: linear-gradient(to top, var(--bg-secondary) 0%, transparent 100%);*/
    display: flex; justify-content: space-between; align-items: flex-end;
}

.video-meta-txt h4 { font-family: var(--font-heading); font-size: 1.4rem; color:#fff; }
.video-meta-txt p {     color: #000;
    font-size: 1.1rem;
    margin-top: 2px;
    font-weight: 600; }

/* --- HORIZONTAL PUBLISHING PROCESS TIMELINE --- */
.process-section { padding: 120px 0; background: #eff3f4; position: relative; }

.process-timeline-flow {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;
    width: 90%; max-width: 1400px; margin: 60px auto 0; position: relative;
}

@media(max-width: 991px) { .process-timeline-flow { grid-template-columns: 1fr; } }

.process-node {
    position: relative; background: #c9a53199; padding: 30px; border-radius: 16px;
    border-top: 3px solid var(--gold);transition: border-color 0.3s ease, background 0.3s ease; /* Smooth animation ke liye */
}

.node-step-badge {
    position: absolute; top: -20px; right: 20px; background: var(--gold); color: #000;
    font-weight: 700; padding: 4px 14px; border-radius: 30px; font-size: 0.8rem;
}

.process-node h3 { font-family: var(--font-heading); font-size: 1.4rem; margin-bottom: 12px; color: var(--text-white); }

/* --- OWNERSHIP RIGHTS & ROYALTY CARD --- */
.legal-guarantee-section {
    padding: 50px 0; background: #c9a531;
}

.guarantee-box {
    width: 90%; max-width: 1100px; margin: 0 auto; text-align: center;
}

.badge-rack-row {
    display: flex; justify-content: center; gap: 40px; margin-top: 40px; flex-wrap: wrap;
}

.legal-badge-widget {
    background: #c9a531; border: 1px solid #F8F6EA; padding: 25px 40px;
    border-radius: 12px; display: flex; align-items: center; gap: 15px; font-weight: 600; color: #F8F6EA;
}

.legal-badge-widget i { font-size: 24px; color: #F8F6EA; }

/* --- PREMIUM 3D BOOKSHELF / BESTSELLERS --- */
.bookshelf-section { padding: 120px 0; background: var(--bg-main); }

.bookshelf-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px 30px;
    width: 90%; max-width: 1400px; margin: 50px auto 0;
}

@media(max-width: 1100px) { .bookshelf-grid { grid-template-columns: repeat(3, 1fr); } }
@media(max-width: 768px) { .bookshelf-grid { grid-template-columns: repeat(2, 1fr); } }
@media(max-width: 480px) { .bookshelf-grid { grid-template-columns: 1fr; } }

.bookshelf-item-pod {
    display: flex; flex-direction: column; align-items: center; text-align: center;
}

.book-3d-anchor {
    perspective: 1000px; position: relative; margin-bottom: 20px; cursor: pointer;
    width: 210px; height: 320px;
}

.book-3d-spine-wrapper {
    width: 100%; height: 100%; position: absolute; transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}

.book-3d-anchor:hover .book-3d-spine-wrapper {
    transform: rotateY(-25deg) translateY(-8px);
    box-shadow: 20px 20px 30px rgba(0,0,0,0.7);
}

.book-3d-front {
    position: absolute; width: 100%; height: 100%; top: 0; left: 0;
    backface-visibility: hidden; -webkit-backface-visibility: hidden; z-index: 2;
    border-radius: 2px 6px 6px 2px; overflow: hidden;
}

.book-3d-front img { width: 100%; height: 100%; object-fit: cover; }

/* --- TRUST & CREDENTIALS SECTION --- */
.credentials-bar {
    background: var(--bg-secondary); padding: 60px 0; border-top: 1px solid var(--glass-border);
}

.credentials-container {
    display: flex; justify-content: space-around; align-items: center;
    width: 90%; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; gap: 30px;
}

.credential-scorecard {
    display: flex; align-items: center; gap: 15px; background: rgba(11, 16, 32, 0.6);
    padding: 15px 30px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.03);
}

.credential-scorecard img { height: 30px; width: auto; }
.scorecard-metric { font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; color: var(--gold); }

/* --- PREMIUM ACCORDION FAQ SECTION --- */
.faq-luxury-section { padding: 120px 0px 10px 0px; background: var(--bg-main); }

.faq-split-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px;
    width: 90%; max-width: 1400px; margin: 0 auto;
}

@media(max-width: 991px) { .faq-split-layout { grid-template-columns: 1fr; } }

.faq-custom-card {
    background: #c9a531; border: 1px solid rgba(255,255,255,0.04);
    border-radius: 12px; margin-bottom: 15px; overflow: hidden;
}

.faq-trigger-btn {
    width: 100%; padding: 22px 30px; text-align: left; background: transparent;
    border: none; color: var(--text-white); font-family: var(--font-body);
    font-size: 1.1rem; font-weight: 600; cursor: pointer; display: flex;
    justify-content: space-between; align-items: center; gap: 15px;
}

.faq-trigger-btn:hover { color: #fff; }

.faq-content-pane {
    max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;
    background: #f8f6ea;
}

.faq-content-inner { padding: 13px 30px 25px; color: var(--text-gray); font-size: 1rem; line-height: 1.7; }

/* --- HIGH CONVERSION CONTACT & FORM SECTION --- */
.contact-premium-section {
    padding: 120px 0;
   background: radial-gradient(circle at 10% 90%, #eff3f4 0%, var(--bg-main) 60%);;
    position: relative;
}

.contact-dual-grid {
    display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px;
    width: 90%; max-width: 1400px; margin: 0 auto; align-items: center;
}

@media(max-width: 991px) { .contact-dual-grid { grid-template-columns: 1fr; gap: 50px; } }

.contact-perks-shelf h2 { font-family: var(--font-heading); font-size: 3.5rem; line-height: 1.15; margin-bottom: 25px; }

.perk-pill-row { display: flex; flex-direction: column; gap: 20px; margin: 40px 0; }

.perk-pill {
    display: flex; align-items: center; gap: 20px; background: var(--bg-secondary);
    padding: 20px 25px; border-radius: 12px; border: 1px solid rgba(255,255,255,0.03);
}

.perk-pill i { font-size: 24px; color:#000; }
.perk-pill h4 { font-size: 1.15rem; margin-bottom: 3px; }
.perk-pill p { font-size: 0.95rem; color: var(--text-gray); margin: 0; }

.glass-form-wrapper {
    /*background: rgba(18, 25, 46, 0.8); backdrop-filter: blur(25px);*/
        background: #c9a53199;
    -webkit-backdrop-filter: blur(25px); border: 1px solid var(--glass-border);
    padding: 50px; border-radius: 24px;
}

@media(max-width: 500px) { .glass-form-wrapper { padding: 30px; } }

.glass-form-wrapper h3 { font-family: var(--font-heading); font-size: 2.2rem; margin-bottom: 10px; }
.glass-form-wrapper p { color: var(--text-gray); margin-bottom: 35px; }

.input-split-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
@media(max-width: 600px) { .input-split-duo { grid-template-columns: 1fr; } }

.luxury-input-node { width: 100%; position: relative; }

.luxury-input-node input, .luxury-input-node textarea {
    width: 100%; padding: 16px 20px; background:#fff9s;
    border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; color: #fff;
    font-family: var(--font-body); font-size: 0.95rem; outline: none; transition: all 0.3s;
}

.luxury-input-node textarea { height: 130px; resize: none; }

.luxury-input-node input:focus, .luxury-input-node textarea:focus {
    border-color: var(--gold); background: rgba(11, 16, 32, 0.9);
    box-shadow: 0 0 15px rgba(214, 175, 55, 0.15);
}

.form-submit-trigger {
    width: 100%; padding: 18px; border-radius: 50px; background: linear-gradient(90deg, var(--gold) 0%, #B38F24 100%);
    color: #000; font-weight: 700; font-size: 1.05rem; border: none; cursor: pointer;
    transition: all 0.3s; margin-top: 10px; text-transform: uppercase; letter-spacing: 1px;
}

.form-submit-trigger:hover {
    background: linear-gradient(90deg, var(--gold-hover) 0%, var(--gold) 100%);
    transform: translateY(-2px); box-shadow: 0 10px 25px rgba(214, 175, 55, 0.3);
}

/* --- CONNECTIVITY BLOCK (MID-FOOTER DATA STRIP) --- */
.connectivity-strip {
   background: var(--bg-secondary);
    padding: 40px 0; border: 1px solid rgb(255 255 255 / 61%);

}

.connectivity-matrix {
    display: flex; justify-content: space-between; width: 90%; max-width: 1400px; margin: 0 auto; flex-wrap: wrap; gap: 30px;
}

.connect-channel-node { display: flex; align-items: center; gap: 15px; }
.connect-channel-node i { font-size: 24px; color: #000; }
.connect-channel-node a { color: var(--text-white); text-decoration: none; font-weight: 600; }
.connect-channel-node a:hover { color: var(--gold); }

/* --- MODERN MEGA FOOTER --- */
.luxury-mega-footer { 
    background: var(--bg-main) 
    
    padding: 100px 0 40px; color: var(--text-gray); }

.mega-footer-grid {
    display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px;
    width: 90%; max-width: 1400px; margin: 0 auto 60px;
}

@media(max-width: 991px) { .mega-footer-grid { grid-template-columns: 1fr; gap: 40px; } }

.footer-brand-summary h4 { font-family: var(--font-heading); font-size: 1.8rem; color: #fff; margin-bottom: 20px; }

.social-luxury-cluster { display: flex; gap: 15px; margin-top: 25px; }
.social-luxury-cluster a {
    width: 42px; height: 42px; background: #F8F6EB; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; color: var(--text-gray);
    border: 1px solid rgba(255,255,255,0.05); transition: all 0.3s; text-decoration: none;
}
.social-luxury-cluster a:hover { color: #000; background: var(--gold); border-color: var(--gold); transform: translateY(-3px); }

.footer-nav-pillar h5 { color: #fff; font-size: 1.1rem; margin-bottom: 25px; position: relative; font-weight: 600; }
.footer-nav-pillar h5::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 40px; height: 2px; background: var(--gold); }

.footer-nav-pillar ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer-nav-pillar ul a { color: var(--text-gray); text-decoration: none; transition: color 0.3s; font-size: 0.95rem; }
.footer-nav-pillar ul a:hover { color: #fff; padding-left: 4px; }

.footer-badge-marquee-row {
    display: flex; flex-wrap: wrap; gap: 15px; margin-top: 30px; width: 100%;
}

.footer-badge-marquee-row img {
    height: 50px; width: auto; filter: brightness(0.9);
}

.footer-sub-stage-panel {
    display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; margin-bottom: 0px; align-items: center;
}
@media(max-width: 768px) { .footer-sub-stage-panel { grid-template-columns: 1fr; text-align: center;} }

.footer-sub-graphic img { max-width: 240px; height: auto; }

.footer-base-legal {
    border-top: 1px solid rgba(255,255,255,0.05); padding-top: 30px;
    display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; font-size: 0.9rem;
}
@media(max-width: 768px) { .footer-base-legal { justify-content: center; flex-direction: column; text-align: center; } }

.footer-base-legal a { color: var(--text-gray); text-decoration: none; margin-left: 20px; }
.footer-base-legal a:hover { color: var(--gold); }

/* --- INTUITIVE CTA BANNER BLOCK --- */
.conversion-cta-block {
     background: #c9a531;
    padding: 50px 40px; border-radius: 24px; border: 1px solid var(--glass-border);
    text-align: center; width: 90%; max-width: 1400px; margin: 40px auto 100px;
    position: relative; overflow: hidden;
}

.conversion-cta-block h2 { font-family: var(--font-heading); font-size: 3rem; margin-bottom: 20px; }
.conversion-cta-block p { max-width: 700px; margin: 0 auto 35px; font-size: 1.1rem; }

    /* ==========================================================================
   ULTRA-CLEAN GLASSMORPHIC HEADER DESIGN
   ========================================================================== */
.luxury-mobile-drawer{
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    transition: all .4s ease;
}

.luxury-mobile-drawer.active{
    right: 0;
}
:root {
    --bg-navbar-solid: #0B1020; /* Deep midnight blue background matching hero */
    --gold-brand: #D4AF37;       /* Luxe gold accent[cite: 2] */
    --gold-bright: #F5C542;      /* Hover gold glow[cite: 2] */
    --text-pure: #000;        /* Crisp primary text[cite: 2] */
    --text-muted: #C9CDD8;       /* Clean structured low-emphasis text[cite: 2] */
    --glass-line: rgb(215 172 39 / 80%); /* Delicate subtle boundary tint[cite: 2] */
}
a:hover {
    color: #C9A531;
}
/* Master Fixed Nav Wrapper */
.luxury-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000; /* Keeps navbar consistently above canvas layers[cite: 2] */
    background: #f8f6ea; /* Clean translucent backdrop[cite: 2] */
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--glass-line);
    padding: 18px 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Scrolled State for active navigation track response */
.luxury-nav-wrapper.scrolled-nav {
    padding: 12px 0;
    background: rgba(7, 11, 22, 0.95);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* Perfect Flexbox Alignment Matrix */
.nav-container {
    width: 92%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo Sizing Node */
.nav-logo-slot .main-logo {
    height: 60px;
    width: auto;
    display: block;
    transition: transform 0.3s ease;
}
.nav-logo-slot .main-logo:hover {
    transform: scale(1.02);
}

/* Horizontal Core Menu Engine */
.nav-menu-core {
    display: block;
}
@media (max-width: 1024px) {
    .nav-menu-core { display: none; } /* Drop desktop center track safely */
}

.nav-menu-list {
    display: flex;
    list-style: none;
    gap: 32px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.nav-menu-list li {
    position: relative;
}

.nav-menu-list li a {
    color:  var(--text-pure);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.nav-menu-list li a:hover,
.nav-menu-list li a.active {
    color: #C9A531;
}

/* Minimalist Underline Animation Indicator */
.nav-menu-list li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--gold-brand);
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-menu-list li a:hover::after,
.nav-menu-list li a.active::after {
    width: 100%;
}

/* --- LUXURY DROP-DOWN DRAWER ARCHITECTURE --- */
.nav-dropdown-trigger {
    position: relative;
}

.nav-dropdown-trigger .drop-icon {
    font-size: 0.75rem;
    transition: transform 0.3s ease;
}
.nav-dropdown-trigger:hover .drop-icon {
    transform: rotate(180deg);
    color: var(--gold-brand);
}

.luxury-dropdown-drawer {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    width: 280px;
        background: var(--bg-secondary);
    border: 1px solid rgba(214, 175, 55, 0.15);
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-dropdown-trigger:hover .luxury-dropdown-drawer {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(5px);
}

.luxury-dropdown-drawer a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: var(--text-pure) !important;
    font-size: 0.9rem;
    font-weight: 400;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.luxury-dropdown-drawer a::after { display: none !important; } /* Clear underline indicator */

.luxury-dropdown-drawer a i {
    font-size: 1rem;
    color: #fff;
    width: 20px;
    text-align: center;
}

.luxury-dropdown-drawer a:hover {
    background: #f8f6ea91;
    color: var(--text-pure) !important;
    padding-left: 18px;
}

/* Action Trigger Matrix Configuration */
.nav-action-matrix {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-phone-link {
    color:  var(--text-pure);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
}
.nav-phone-link i { color: var(--gold-brand); }
.nav-phone-link:hover { color: var(--text-muted); }

/* Buttons Overrides for Slick Flat Presentation */
.btn-outline-minimal {
    
   
    
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text-pure);
    text-decoration: none;
    padding: 10px 20px;
    font-size: 0.88rem;
    font-weight: 500;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
}
.btn-outline-minimal:hover {
    border-color: var(--gold-brand);
    background: rgba(214, 175, 55, 0.04);
}

.btn-gold-premium {
    background: linear-gradient(135deg, var(--gold-brand) 0%, #B38F24 100%);[cite: 2]
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.88rem;
    padding: 11px 24px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(214, 175, 55, 0.15);[cite: 2]
}

.btn-gold-premium:hover {
    background: linear-gradient(135deg, var(--gold-bright) 0%, var(--gold-brand) 100%);[cite: 2]
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(214, 175, 55, 0.35);
}

/* --- MOBILE HAMBURGER ICON TRIGGER --- */
.mobile-hamburger-trigger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.mobile-hamburger-trigger .hamburger-bar {
    width: 100%;
    height: 2px;
    background-color: var(--text-pure);
    border-radius: 2px;
    transition: all 0.3s ease;
}
@media (max-width: 1024px) {
    .mobile-hamburger-trigger { display: flex; }
    .d-none-md { display: none !important; }
}

/* --- MOBILE SYSTEM SLIDE OUT DRAWER --- */
.luxury-mobile-drawer {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #F8F6EA;
    z-index: 3000;
    box-shadow: -10px 0 40px rgba(0,0,0,0.5);
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.luxury-mobile-drawer.active-drawer {
    right: 0;
}
.drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 15px;
}
.drawer-logo { height: 35px; width: auto; }
.drawer-close-btn {
    font-size: 2rem;
    color: var(--text-muted);
    background: transparent;
    border: none;
    cursor: pointer;
}
.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-nav-links li { margin-bottom: 20px; }
.mobile-nav-links li a {
    color: var(--text-pure);
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile-dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
}
.mobile-dropdown-content.open {
    max-height: 500px;
    margin-top: 12px;
}
.mobile-dropdown-content a {
    font-size: 0.95rem !important;
    color: #000 !important;
}
.drawer-footer-cta {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 20px;
}
.drawer-meta-link {
    color: #000;
    text-decoration: none;
    font-size: 0.9rem;
}
.drawer-meta-link i { color: var(--gold-brand); margin-right: 8px; }

  /* Custom Variable Framework */
:root {
    --luxury-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    --smooth-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --gold-accent: #F7A20C;
}

.premium-bestseller-carousel {
    width: 100%;
    padding: 80px 0;
    background: var(--bg-main);
    overflow: hidden;
}

.carousel-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 20px;
}

.carousel-subtitle {
    font-size: 1rem;
    color: #fff;
    margin-top: 8px;
}

/* Outer Container Wrapper covering Full Width */
.fullwidth-carousel-wrapper {
    position: relative;
    width: 100%;
    padding: 0 6%;
    box-sizing: border-box;
   
}

/* Horizontal Flexible Track Configuration */
.bestseller-track {
    display: flex;

gap: 30px;

transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);

will-change: transform;

}.bestseller-item {

min-width: calc((100% - (30px * 4)) / 5);

box-sizing: border-box;
}

/* Carousel Individual Elements */


.modern-book-box {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #f7f7f7;
    box-shadow: var(--luxury-shadow);
    transition: var(--smooth-transition);
}

.modern-book-box:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.book-cover {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: var(--smooth-transition);
}

/* High Fidelity Controllers (Icons Replacement) */
.nav-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #111;
    transition: var(--smooth-transition);
}

.nav-control:hover {
    background: var(--gold-accent);
    color: #ffffff;
    border-color: var(--gold-accent);
}

.prev-ctrl { left: 1.5%; }
.next-ctrl { right: 1.5%; }

/* Adaptive Responsive Layout Structure */
@media (max-width: 1200px) {
    .bestseller-item { min-width: calc((100% - (30px * 3)) / 4); } /* 4 Books visible */
}
@media (max-width: 992px) {
    .bestseller-item { min-width: calc((100% - (30px * 2)) / 3); } /* 3 Books visible */
}
@media (max-width: 768px) {
    .bestseller-item { min-width: calc((100% - 30px) / 2); } /* 2 Books visible */
    .fullwidth-carousel-wrapper { padding: 0 4%; }
    .nav-control { width: 42px; height: 42px; }
}
@media (max-width: 480px) {
    .bestseller-item { min-width: 100%; } /* Single Focus Book view */
}
/* Images ko container ke andar fit rakhne ke liye */

    
.custom-reviews-section{
    padding:50px 0;
    background:#caa52f;
}

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header span{
    /*display:block;*/
    color:#fff;
    /*letter-spacing:3px;*/
    margin-bottom:15px;
}

.section-header h2{
    font-size:46px;
    color:#fff;
    margin-bottom:15px;
    font-family:"Cormorant Garamond", Georgia, serif;
}

.section-header p{
    max-width:700px;
    margin:0 auto;
    color:#fff;
}

.reviews-slider{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.review-card{
    background:#f8f6ea91;
    padding:35px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.stars{
    color:#1baf13;
    font-size:22px;
    margin-bottom:20px;
}

.review-card p{
    line-height:1.8;
    margin-bottom:20px;
}

.review-card h4{
    margin:0;
    font-size:22px;
}

.review-card span{
    color:#777;
}

@media(max-width:991px){
    .reviews-slider{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .reviews-slider{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:42px;
    }
}

      /* Footer Base Setup */
.site-footer {
    background-color: #f8f6ea; /* Kept your exact gold background hue from image_241539.png */
    padding: 40px 0 30px;
    color: #1a1a1a;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.footer-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Badges Section Styling */
.footer-badges-section {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 40px;
    margin-bottom: 40px;
}

.footer-badge-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px 35px; /* Perfect spatial gaps between rows & items */
}

.footer-badge-grid img {
    height: auto;
    max-height: 80px; /* Standardizes image sizes cleanly */
    max-width: 130px;
    object-fit: contain;
    filter: brightness(0) cubic-bezier(0.4, 0, 0.2, 1); 
    /*opacity: 0.75;*/
    transition: all 0.3s ease;
}

/* Elegant blend on hover instead of stark mismatched image assets */
.footer-badge-grid img:hover {
    filter: none;
    opacity: 1;
    transform: translateY(-2px);
}

/* Affiliate Row Layout */
.footer-sub-stage-panel {
    border-top: 1px solid #C9A531;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.affiliate-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #C9A531;
    padding: 8px 20px;
    border-radius: 50px; /* Modern capsule styling */
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.affiliate-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1a1a;
    letter-spacing: 0.3px;
}

.affiliate-logo {
    height: 55px;
    width: auto;
    object-fit: contain;
}

/* Bottom Legal Strip */
.footer-base-legal {
    border-top: 1px solid #C9A531;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.copyright-text {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
}

.legal-links {
    display: flex;
    gap: 25px;
}

.legal-links a {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.88rem;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.legal-links a:hover {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* Responsive Optimization (Mobile Layout Adjustments) */
@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 20px;
    }
    
    .footer-badge-grid {
        gap: 20px;
    }
    
    .footer-badge-grid img {
        max-height: 32px; /* Slightly scaled down images for small viewports */
    }

    .footer-base-legal {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .legal-links {
        justify-content: center;
        gap: 20px;
    }
}















@media (max-width: 767px) {

    a.btn-gold-premium {
        display: none;
    }
    
    
    .hero-content h1 {
        font-size: 2.1rem;
    }
    .hero-content h2 {
        font-size: 27px;
    }
    p.para {
        padding: 10px;
    }
    .conversion-cta-block h2 {
        font-size: 30px;
    }
    .contact-premium-section { padding:50px}
    .contact-perks-shelf h2 { font-size:38px}
strong.theme_col {
    font-size: 35px;
}
}





.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 99999;
}

.popup-overlay.show {
    opacity: 1;
    pointer-events: auto;
}

.popup-content.split-layout {
    background: #ffffff;
    border-radius: 12px;
    width: 90%;
    max-width: 850px;
    display: flex;
    overflow: hidden; 
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transform: scale(0.8);
    transition: transform 0.4s ease;
}

.popup-overlay.show .popup-content.split-layout {
    transform: scale(1);
}

.popup-sidebar {
    background-color: #a88124; /* Premium Dark Golden */
    color: #ffffff;
    width: 35%;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.client-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
    object-fit: cover;
}

.popup-sidebar h3 {
    font-size: 18px;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.client-designation {
    font-size: 12px;
    color: #f0e2b3;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.review-text {
    font-size: 14px;
    line-height: 1.6;
    font-style: italic;
    color: #fdfaf2;
}

.sidebar-footer {
    font-size: 13px;
    color: #f0e2b3;
    font-weight: 600;
    margin-top: 20px;
}

/* دایاں حصہ: فارم ایریا */
.popup-form-area {
    width: 65%;
    padding: 45px 40px;
    background: #ffffff;
    position: relative;
}

/* بند کرنے کا بٹن (X) */
.close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 26px;
    color: #aaa;
    cursor: pointer;
    transition: color 0.2s;
}

.close-btn:hover {
    color: #a88124;
}

.form-title {
    font-family: serif; 
    font-size: 28px;
    color: #222222;
    margin: 0 0 8px 0;
}

.form-subtitle {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    margin-bottom: 25px;
}

.form-group label {
    font-size: 11px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.form-group input, 
.form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 14px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    transition: all 0.3s;
}

.form-group input:focus, 
.form-group select:focus {
    outline: none;
    border-color: #a88124;
    background-color: #ffffff;
}

.submit-btn {
    background-color: #c99e32; 
    color: #ffffff;
    padding: 14px 30px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s;
    box-shadow: 0 4px 10px rgba(201, 158, 50, 0.2);
}

.submit-btn:hover {
    background-color: #a88124;
}

@media (max-width: 768px) {
    .popup-content.split-layout {
        flex-direction: column;
        width: 95%;
    }
    .popup-sidebar {
        width: 100%;
        padding: 30px 20px;
    }
    .popup-form-area {
        width: 100%;
        padding: 30px 20px;
    }
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
}
 