:root {
    --black: #050505;
    --dark: #0b0b0b;
    --card: #141414;
    --gold: #d6a84f;
    --gold-light: #ffe2a3;
    --white: #ffffff;
    --muted: #bdbdbd;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: var(--black);
    color: var(--white);
    overflow-x: hidden;
    animation: fadeInPage .5s ease;
}

@keyframes fadeInPage {
    from { opacity: 0; }
    to { opacity: 1; }
}

img {
    max-width: 100%;
}

.container {
    width: min(1180px, 92%);
    margin: auto;
}

/* ================= HEADER ================= */

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
    
}

.main-header .navbar {
    height: 92px;
    padding: 0;
}

.main-header .container {
    width: min(1700px, 98%);
}

.logo-wrapper {
     width: 320px;
    min-width: 320px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo-wrapper img {
    width: 300px;
    max-height: 70px;
    height: auto;
    object-fit: contain;
    transform: none !important;
    margin-left: -20px;
}

.logo-text {
    display: none;
}

.navbar-collapse {
    justify-content: flex-end;
    align-items: center;
}

.nav-link {
    color: #fff !important;
    margin-left: 14px;
    font-size: 14px;
    ;
    font-weight: 600;
    
    white-space: nowrap;
}

.nav-link:hover {
    color: var(--gold) !important;
}

.book-btn,
.navbar .book-btn,
.main-header .book-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--gold-light), var(--gold)) !important;
    color: #000 !important;
    text-decoration: none !important;
    /*padding: 13px 30px !important;
    margin-left: 24px;*/
    border-radius: 50px !important;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: 0 12px 30px rgba(214,168,79,0.35);
    transition: all 0.35s ease;
    padding: 11px 22px !important;
    margin-left: 15px;
    font-size: 14px;
}

.book-btn:hover {
    box-shadow: 0 20px 50px rgba(214,168,79,.45);
    transform: translateY(-3px);
}

/* ================= BUTTONS ================= */

.btn-main,
.btn-outline,
.btn-outline-light,
.btn-outline-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 700;
    transition: 0.3s;
    white-space: nowrap;
}

.btn-main {
    color: #111;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
    box-shadow: 0 18px 45px rgba(214,168,79,0.32);
}

.btn-outline,
.btn-outline-light,
.btn-outline-gold {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
}

.btn-main:hover,
.btn-outline:hover,
.btn-outline-light:hover,
.btn-outline-gold:hover {
    transform: translateY(-4px);
}

.btn-main:hover {
    box-shadow: 0 20px 50px rgba(214,168,79,.45);
}

.btn-outline:hover,
.btn-outline-light:hover,
.btn-outline-gold:hover {
    background: var(--gold);
    color: #111;
    border-color: var(--gold);
}

.hero-buttons,
.slider-buttons,
.cta-buttons,
.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 28px;
}

/* ================= HOME SLIDER ================= */

.sp-slider {
    margin-top: 92px;
    background: #000;
}

.sp-slider,
.carousel-item,
.slider-image {
    height: calc(120vh - 110px);
    min-height: 560px;
}

.slider-image {
    width: 100%;
    object-fit: cover;
    object-position: center 25%;
}

.slider-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.38), rgba(0,0,0,.18)),
        linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.72));
    z-index: 1;
}

.slider-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 5;
}

.slider-content .container {
    max-width: 1180px;
}

.slider-badge,
.sp-badge,
.section-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(214,168,79,.16);
    border: 1px solid rgba(214,168,79,.42);
    color: var(--gold-light);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.slider-content h1 {
    font-size: clamp(40px, 6vw, 68px);
    max-width: 720px;
    line-height: 1.08;
    font-weight: 900;
    color: #fff;
    margin: 20px 0;
}

.slider-content p {
    max-width: 610px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,.88);
}

.carousel-control-prev,
.carousel-control-next {
    width: 6%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

/* ================= COMMON SECTIONS ================= */

.sp-services,
.sp-section,
.about-section,
.founder-section,
.bhavya-section,
.experience-section,
.sp-portfolio-preview,
.testimonial-section,
.client-strip,
.why-section,
.inspiration-section {
    padding: 65px 0;
    background: var(--black);
}

.section-title,
.section-center {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 42px;
}

.section-title span,
.section-center span,
.section-small-title {
    color: var(--gold);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
}

.section-title h2,
.section-center h2,
.about-section h2,
.founder-content h2,
.bhavya-card h2,
.inspiration-box h2,
.sp-cta h2,
.about-cta h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.18;
    margin: 12px 0 16px;
    color: var(--white);
    font-weight: 900;
}

.section-title p,
.section-center p,
.about-section p,
.founder-content p,
.bhavya-card p,
.inspiration-box p,
.sp-cta p,
.about-cta p {
    color: var(--muted);
    line-height: 1.8;
    font-size: 16px;
}

/* ================= SERVICES ================= */

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.service-card,
.about-card,
.stat-card,
.experience-box,
.testimonial-card,
.why-card {
    padding: 30px;
    min-height: 210px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top left, rgba(214,168,79,.10), transparent 35%),
        linear-gradient(145deg, #171717, #090909);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 24px 60px rgba(0,0,0,0.42);
    transition: all 0.4s ease;
}

.service-card:hover,
.about-card:hover,
.stat-card:hover,
.experience-box:hover,
.testimonial-card:hover,
.why-card:hover {
    transform: perspective(900px) rotateX(2deg) rotateY(-2deg) translateY(-8px);
    border-color: rgba(214,168,79,0.55);
    box-shadow: 0 32px 80px rgba(0,0,0,0.6);
}

.service-card h3 {
    color: var(--gold-light);
    font-size: 22px;
    margin-top: 0;
    font-weight: 800;
}

.service-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 0;
}

/* ================= STATS ================= */

.sp-stats {
    padding: 45px 0 65px;
    background:
        radial-gradient(circle at center, rgba(214,168,79,0.16), transparent 34%),
        #080808;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.stat-card {
    text-align: center;
    min-height: auto;
    padding: 34px 18px;
}

.stat-card h3 {
    margin: 0 0 8px;
    color: var(--gold-light);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 900;
}

.stat-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

/* ================= PORTFOLIO ================= */

.sp-portfolio-preview {
    background: #080808;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.portfolio-item {
    border-radius: 26px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

.portfolio-item img,
.portfolio-grid img {
    width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 24px;
    transition: transform 0.6s ease;
}

.portfolio-item:hover img,
.portfolio-grid img:hover {
    transform: scale(1.08);
}

.text-center.mt-5 {
    margin-top: 36px !important;
}

/* ================= TESTIMONIALS ================= */

.testimonial-section {
    background: #070707;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-card {
    min-height: auto;
}

.testimonial-card p {
    color: #e6e6e6;
    line-height: 1.8;
    font-size: 16px;
}

.testimonial-card h4 {
    color: var(--gold-light);
    margin-top: 18px;
    margin-bottom: 0;
}

/* ================= CLIENT STRIP ================= */

.client-strip {
    padding: 35px 0;
}

.client-strip-box {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.client-strip-box span {
    color: var(--gold-light);
    background: rgba(214,168,79,0.10);
    border: 1px solid rgba(214,168,79,0.25);
    padding: 10px 18px;
    border-radius: 25px;
    font-weight: 700;
}

/* ================= CTA ================= */

.sp-cta,
.about-cta,
.cta-section {
    padding: 75px 0;
    text-align: center;
    background:
        radial-gradient(circle at center, rgba(214,168,79,0.22), transparent 36%),
        linear-gradient(135deg, #080808, #1d1608);
}

.sp-cta h2,
.about-cta h2,
.cta-section h2 {
    font-size: clamp(30px, 4vw, 48px);
    margin: 0 0 16px;
}

.sp-cta p,
.about-cta p,
.cta-section p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 26px;
}

/* ================= ABOUT HERO ================= */

.sp-about-hero {
    min-height: 560px;
    height: 72vh;
    background: url('../images/about/about_hero.png') center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 72px;
}

.about-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.82), rgba(0,0,0,0.38), rgba(0,0,0,0.18)),
        linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.76));
}

.about-hero-content {
    position: relative;
    max-width: 670px;
    z-index: 2;
}

/* ================= FOOTER PREMIUM ================= */

.footer-brand {
    margin-bottom: 20px;
}

.footer-logo {
    width: 320px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.footer-tagline {
    color: #bdbdbd;
    line-height: 1.8;
    max-width: 340px;
}

.footer-links {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
    color: #bdbdbd;
}

.footer-links a {
    color: #bdbdbd;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: var(--gold);
    padding-left: 5px;
}

.footer-divider {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
    background: rgba(255,255,255,.08);
}

.footer-bottom {
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 5px;
    color: #999;
}

.social-links a:hover{
    background:linear-gradient(135deg,#ffd700,#ffb400);
    color:#000;
    transform:translateY(-6px);
    box-shadow:
        0 0 15px rgba(255,215,0,.6),
        0 0 30px rgba(255,215,0,.35);
}

@media(max-width:768px){

    .footer-logo{
        width:240px;
        margin:auto auto 20px;
    }

    .footer-brand{
        text-align:center;
    }

    .footer-tagline{
        max-width:100%;
    }

}

.footer-tagline-bottom {
    color: #999;
    margin-bottom: 8px;
}

.footer-credit-wrap {
    margin-top: 8px;
}

.footer-credit-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: #caa24d;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition: all .3s ease;
}

.footer-credit-link i {
    font-size: 12px;
    animation: sparkle 2s infinite ease-in-out;
}

.footer-credit-link span {
    color: #f3d27a;
}

.footer-credit-link:hover {
    transform: translateY(-2px);
    color: #ffe2a3;
}

.footer-credit-link:hover span {
    color: #fff;
}

@keyframes sparkle {

    0% {
        transform: scale(1);
        opacity: .7;
    }

    50% {
        transform: scale(1.35);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .7;
    }

}

.about-hero-content h1 {
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.08;
    font-weight: 900;
    margin: 20px 0;
}

.about-hero-content p {
    font-size: 18px;
    line-height: 1.75;
    color: #e8e8e8;
}

/* ================= ABOUT STORY ================= */

.about-section {
    background: #080808;
    color: #fff;
}

.about-grid,
.founder-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 55px;
    align-items: center;
}

.about-section strong {
    color: var(--gold);
}

.about-card h3,
.bhavya-card h3 {
    font-size: 26px;
    margin-bottom: 22px;
    color: #fff;
}

.about-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.about-card li {
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: 16px;
    color: #e7e7e7;
}

.about-card li:last-child {
    border-bottom: 0;
}

/* ================= ABOUT MARQUEE ================= */

.service-marquee-card {
    min-height: 350px;
    overflow: hidden;
    transform-style: preserve-3d;
    background:
        radial-gradient(circle at top left, rgba(214,168,79,.22), transparent 35%),
        linear-gradient(145deg, #171717, #080808);
}

.service-marquee {
    height: 245px;
    overflow: hidden;
    position: relative;
    margin-top: 22px;
}

.service-marquee::before,
.service-marquee::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 2;
    pointer-events: none;
}

.service-marquee::before {
    top: 0;
    background: linear-gradient(to bottom, #111, transparent);
}

.service-marquee::after {
    bottom: 0;
    background: linear-gradient(to top, #080808, transparent);
}

.service-track {
    display: flex;
    flex-direction: column;
    gap: 13px;
    animation: serviceScroll 17s linear infinite;
}

.service-track:hover {
    animation-play-state: paused;
}

.service-track span {
    display: block;
    padding: 14px 18px;
    border-radius: 15px;
    color: #fff;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: inset 0 0 18px rgba(255,255,255,.03);
}

.service-track span:hover {
    color: #111;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

@keyframes serviceScroll {
    from { transform: translateY(0); }
    to { transform: translateY(-50%); }
}

/* ================= FOUNDER ================= */

.founder-section {
    background: #070707;
}

.founder-image-box {
    background:
        radial-gradient(circle at top left, rgba(214,168,79,.12), transparent 35%),
        linear-gradient(145deg,#171717,#0b0b0b);
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    min-height: 500px;
    padding: 22px;
    box-shadow: 0 28px 75px rgba(0,0,0,.55);
    transition: .4s ease;
}

.founder-image-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.founder-image-box:hover {
    transform: translateY(-8px);
    border-color: rgba(214,168,79,.5);
}

.founder-content h2 {
    font-size: clamp(36px, 4vw, 52px);
    margin-bottom: 4px;
}

.founder-content h4 {
    color: var(--gold);
    font-size: 20px;
    margin-bottom: 18px;
}

.founder-content p {
    line-height: 1.9;
}

blockquote {
    margin-top: 28px;
    padding: 26px;
    background: rgba(255,255,255,0.04);
    border-left: 5px solid var(--gold);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 16px;
}

blockquote span {
    color: var(--gold);
}

/* ================= BHAVYA / INSPIRATION ================= */

.bhavya-section,
.inspiration-section {
    background: #080808;
}

.bhavya-card,
.inspiration-box {
    background:
        radial-gradient(circle at right, rgba(214,168,79,.18), transparent 36%),
        linear-gradient(135deg, #111, #241b0f);
    max-width: 1000px;
    margin: auto;
    padding: 45px;
    border-radius: 28px;
    border: 1px solid rgba(214,168,79,0.15);
    position: relative;
    overflow: hidden;
    transition: .4s ease;
}

.bhavya-card::before,
.inspiration-box::before {
    content: "";
    position: absolute;
    top: -150px;
    right: -150px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(214,168,79,.16), transparent 70%);
}

.bhavya-card:hover,
.inspiration-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(0,0,0,.6);
}

.bhavya-card h2,
.bhavya-card p {
    color: #fff;
}

/* ================= EXPERIENCE / WHY CHOOSE ================= */

.experience-grid,
.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.experience-box,
.why-card {
    text-align: center;
    min-height: 245px;
}

.experience-box h3,
.why-card h3 {
    color: var(--gold-light);
    font-size: 26px;
    font-weight: 900;
}

.experience-box p,
.why-card p {
    color: var(--muted);
    line-height: 1.7;
}

.why-card span {
    color: var(--gold);
    font-weight: 900;
}

/* ================= WHATSAPP ================= */

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 58px;
    height: 58px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.35);
}

/* ================= FOOTER ================= */

.main-footer {
    background: #050505;
    padding: 65px 0 25px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.main-footer h3 {
    color: #fff;
    margin-bottom: 18px;
}

.main-footer h5 {
    color: var(--gold);
    margin-bottom: 18px;
}

.main-footer p,
.main-footer li,
.main-footer a {
    color: var(--muted);
    text-decoration: none;
    list-style: none;
    line-height: 2;
}

.main-footer ul {
    padding: 0;
}

.main-footer a:hover {
    color: var(--gold);
}

.social-links {
    display: flex;
    gap: 13px;
    margin-top: 15px;
}

.social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom {
    text-align: center;
    color: #999;
    padding-top: 22px;
    margin-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
    .main-header {
        background: rgba(0,0,0,0.94);
    }

    .navbar-collapse {
        margin-top: 16px;
        padding: 18px;
        border-radius: 18px;
        background: rgba(0,0,0,0.95);
        border: 1px solid rgba(255,255,255,0.1);
    }

    .nav-link {
        margin-left: 0;
        padding: 10px 0 !important;
    }

    .book-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .sp-slider,
    .carousel-item,
    .slider-image {
        height: 72vh;
        min-height: 520px;
    }

    .service-grid,
    .service-grid-3,
    .stats-grid,
    .portfolio-grid,
    .testimonial-grid,
    .experience-grid,
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-grid,
    .founder-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .sp-about-hero {
        height: auto;
        min-height: 520px;
    }
}

@media (max-width: 575px) {
    .container {
        width: min(100% - 32px, 1180px);
    }

    .logo-wrapper {
        width: 220px;
        min-width: 220px;
    }

    .logo-wrapper img {
        width: 200px;
        max-height: 55px;
        height: auto;
    }

    .sp-slider {
        margin-top: 68px;
    }

    .sp-slider,
    .carousel-item,
    .slider-image {
        height: 76vh;
        min-height: 540px;
    }

    .slider-content h1 {
        font-size: 36px;
    }

    .slider-content p {
        font-size: 15px;
    }

    .hero-buttons,
    .slider-buttons,
    .hero-actions,
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        max-width: 280px;
    }

    .btn-main,
    .btn-outline,
    .btn-outline-light,
    .btn-outline-gold {
        width: 100%;
    }

    .sp-services,
    .sp-section,
    .about-section,
    .founder-section,
    .bhavya-section,
    .experience-section,
    .sp-portfolio-preview,
    .testimonial-section,
    .why-section,
    .sp-cta,
    .about-cta,
    .cta-section {
        padding: 50px 0;
    }

    .service-grid,
    .service-grid-3,
    .stats-grid,
    .portfolio-grid,
    .testimonial-grid,
    .experience-grid,
    .why-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-item img,
    .portfolio-grid img {
        height: 260px;
    }

    .sp-about-hero {
        margin-top: 68px;
        min-height: 500px;
        background-position: center;
    }

    .about-hero-content h1 {
        font-size: 34px;
    }

    .about-hero-content p {
        font-size: 15px;
    }

    .founder-image-box {
        min-height: auto;
        padding: 14px;
    }

    .founder-image-box img {
        height: auto;
        min-height: 360px;
    }

    .bhavya-card,
    .inspiration-box {
        padding: 30px 24px;
    }

    .floating-whatsapp {
        width: 54px;
        height: 54px;
        right: 16px;
        bottom: 16px;
        font-size: 27px;
    }
}

/* =====================================================
   ABOUT PAGE PREMIUM OVERRIDE
   Paste this at the END of style.css
===================================================== */

/* ABOUT HERO FIX - header overlap */
.premium-about-hero,
.sp-about-hero {
    margin-top: 92px !important;
    min-height: calc(100vh - 92px);
    height: auto;
    padding: 140px 0 100px;
    background: url('../images/about/about_hero.png') center top / cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

/* move content little down */
.about-hero-content {
    padding-top: 20px;
}

/* mobile fix */
@media (max-width: 575px) {
    .premium-about-hero,
    .sp-about-hero {
        margin-top: 68px !important;
        min-height: calc(100vh - 68px);
        padding: 110px 0 70px;
        background-position: center top;
    }
}

.premium-about-hero .about-hero-content,
.sp-about-hero .about-hero-content {
    max-width: 760px;
}

.premium-about-hero h1,
.sp-about-hero h1 {
    font-size: clamp(46px, 6vw, 78px);
    line-height: 1.05;
}

.premium-story-section {
    padding-top: 80px;
}

.about-story-content {
    max-width: 720px;
}

.about-story-content h2 {
    font-size: clamp(34px, 4vw, 52px);
}

/* Services marquee premium card */
.service-marquee-card {
    min-height: 430px;
    padding: 38px;
}

.service-marquee-card h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 24px;
}

.service-marquee {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.service-marquee::before,
.service-marquee::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 55px;
    z-index: 2;
    pointer-events: none;
}

.service-marquee::before {
    top: 0;
    background: linear-gradient(to bottom, #111, transparent);
}

.service-marquee::after {
    bottom: 0;
    background: linear-gradient(to top, #080808, transparent);
}

.service-track {
    display: flex;
    flex-direction: column;
    gap: 14px;
    animation: serviceScroll 18s linear infinite;
}

.service-track span {
    display: block;
    padding: 15px 20px;
    border-radius: 16px;
    color: #fff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.09);
    font-weight: 600;
}

.service-track span:hover {
    color: #111;
    background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

@keyframes serviceScroll {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-50%);
    }
}

/* Why choose cards */
.experience-box h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    margin: 12px 0;
}

/* About mobile fix */
@media (max-width: 991px) {
    .premium-about-hero,
    .sp-about-hero {
        padding: 90px 0 70px;
    }

    .about-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .premium-about-hero,
    .sp-about-hero {
        margin-top: 68px;
        min-height: auto;
        padding: 80px 0 60px;
    }

    .premium-about-hero h1,
    .sp-about-hero h1 {
        font-size: 38px;
    }

    .service-marquee-card {
        min-height: 360px;
        padding: 28px;
    }
}

.admin-login-section{
    min-height:calc(100vh - 250px);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:140px 0 80px;
    background:
        radial-gradient(circle at top right,
        rgba(212,175,55,.12),
        transparent 30%),
        #111;
}

.login-card{
    max-width:420px;
    margin:auto;
    background:#fff;
    padding:35px;
    border-radius:24px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
}

.login-card h3{
    font-weight:800;
    color:#111;
}

.btn-login{
    background:#d4af37;
    border:none;
    color:#111;
    font-weight:700;
    padding:12px;
    border-radius:12px;
    transition:.3s;
}

.btn-login:hover{
    background:#c79d16;
    color:#111;
}

.btn-login:disabled{
    background:#d4af37 !important;
    color:#111 !important;
    opacity:1;
}
.pc-modal-content{
    background:#0f0f0f;
    border:2px solid #d4af37;
    border-radius:24px;
    overflow:hidden;
    box-shadow:
        0 0 0 1px rgba(212,175,55,.2),
        0 20px 60px rgba(0,0,0,.5);
}

.pc-modal-header{
    background:linear-gradient(
        135deg,
        #111 0%,
        #1a1a1a 100%
    );
    color:#d4af37;
    border-bottom:1px solid rgba(212,175,55,.3);
    padding:18px 24px;
}

.pc-modal-header .modal-title{
    font-size:1.2rem;
    font-weight:700;
    letter-spacing:.5px;
}

.pc-modal-header .btn-close{
    filter:invert(1);
}

.pc-modal-content iframe{
    background:#fff;
    display:block;
}

#bookServiceModal .modal-dialog{
    max-width:700px;
}

#bookServiceModal .modal-body{
    padding:0;
}
.modal-backdrop.show{
    opacity:.8;
}