:root {
    --charcoal: #0f1116;
    --coal: #151922;
    --onyx: #1f2430;
    --slate: #222836;
    --pearl: #f6f2ec;
    --fog: #d5cec4;
    --gold: #d7a64b;
    --rose-gold: #f4c488;
    --text-muted: rgba(255, 255, 255, 0.65);
    --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-bounce: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    --shadow-soft: 0 18px 45px rgba(5, 5, 5, 0.55);
    --shadow-card: 0 25px 60px rgba(5, 7, 11, 0.7);
    --radius-sm: 12px;
    --radius: 18px;
    --radius-lg: 26px;
    font-family: 'Poppins', sans-serif;
}

body {
    /* background: var(--charcoal); */
    /* color: var(--text-muted); */
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

/* ---------- NAVIGATION ---------- */
.navbar-area.fixed-top {
    background: rgba(11, 13, 18, 0.7) !important;
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    transition: var(--transition-smooth);
}

.navbar-area.fixed-top.scrolled {
    background: rgba(11, 13, 18, 0.92) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.65);
}

.brand-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    border: 1px solid rgba(215, 166, 75, 0.45);
    letter-spacing: 0.24em;
    font-size: 11px;
    color: var(--gold);
    margin-right: 16px;
}

.main-nav nav .navbar-nav .nav-item a {
    color: var(--pearl);
    padding: 12px 0;
    margin: 0 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    transition: var(--transition-smooth);
}

.main-nav nav .navbar-nav .nav-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--rose-gold));
    transition: var(--transition-smooth);
}

.main-nav nav .navbar-nav .nav-item a:hover::after,
.main-nav nav .navbar-nav .nav-item a.active::after {
    width: 100%;
}

.mobile-nav .logo {
    display: inline-flex;
    align-items: center;
    padding: 6px 0;
    max-width: 180px;
}

.mobile-nav .logo img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.mobile-nav .logo img.logo-one {
    background: transparent;
}

.theme-light .navbar-area.fixed-top {
    background: rgba(255, 255, 255, 0.95) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: none;
}

.theme-light .navbar-area.fixed-top.scrolled {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.theme-light .main-nav nav .navbar-nav .nav-item a {
    color: #1f2430;
}

.theme-light .brand-pill {
    border-color: rgba(0, 0, 0, 0.2);
    color: #1f2430;
}

.theme-light .nav-meta-label {
    color: #626676;
}

.theme-light .nav-meta-value {
    color: #a87324;
}

.theme-light .nav-cta-outline {
    border-color: rgba(0, 0, 0, 0.25);
    color: #1f2430;
}

.theme-light .nav-cta-filled {
    color: #1f2430;
}

.theme-light .mobile-nav .logo img.logo-one {
    
    border-radius: 8px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.nav-meta {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-meta-label {
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.nav-meta-value {
    font-size: 18px;
    font-weight: 700;
    color: var(--gold);
}

.nav-meta-divider {
    width: 1px;
    height: 42px;
    background: rgba(255, 255, 255, 0.12);
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: var(--radius-sm);
    border: 1px solid transparent;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 11px;
    transition: var(--transition-smooth);
}

.nav-cta-outline {
    border-color: rgba(255, 255, 255, 0.25);
    color: var(--pearl);
}

.nav-cta-filled {
    background: linear-gradient(135deg, var(--gold), var(--rose-gold));
    color: var(--charcoal);
    box-shadow: 0 12px 26px rgba(215, 166, 75, 0.35);
}

.nav-cta:hover {
    transform: translateY(-2px);
}

/* ---------- HERO ---------- */
.banner-area-three {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner-area-three video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
}

.banner-area-three::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10, 10, 15, 0.92), rgba(10, 12, 18, 0.3));
}

.banner-area-three .d-table {
    position: relative;
    z-index: 2;
}

.banner-text h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    color: var(--pearl);
    letter-spacing: 0.04em;
}

.banner-text p {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    line-height: 1.8;
}

.banner-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}

.banner-btn-left {
    background: linear-gradient(135deg, var(--gold), var(--rose-gold));
    color: var(--charcoal);
    border-radius: var(--radius);
    padding: 18px 36px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: var(--shadow-card);
    transition: var(--transition-smooth);
}

.banner-btn-right {
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: var(--pearl);
    padding: 16px 34px;
    border-radius: var(--radius);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: var(--transition-smooth);
}

.banner-call .banner-btn-left,
.banner-call .banner-btn-left:hover {
    color: #ffffff !important;
}

.cmn-btn a {
    transition: var(--transition-smooth);
}

.banner-btn-left:hover,
.banner-btn-right:hover,
.cmn-btn a:hover,
.nav-cta:hover {
    transform: translateY(-2px);
    opacity: 0.9;
    box-shadow: none;
}

.hero-contact-pill {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border-radius: var(--radius);
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(12px);
}

.hero-contact-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(215, 166, 75, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 22px;
}

.hero-contact-details span {
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 10px;
    color: var(--text-muted);
}

.hero-contact-details a {
    font-size: 22px;
    font-weight: 700;
    color: var(--pearl);
}

/* ---------- SERVICES ---------- */
.service-slider .service-item {
    padding: 18px;
}

.service-slider .service-img {
    height: 420px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    box-shadow: var(--shadow-card);
}

.service-slider .service-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.92));
    opacity: 0;
    transition: var(--transition-smooth);
}

.service-slider .service-item:hover .service-img::after {
    opacity: 1;
}

.service-slider .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.service-slider .service-item:hover .service-img img {
    transform: scale(1.1);
}

.service-slider .service-content {
    position: relative;
    margin: -90px 22px 0;
    padding: 34px 30px;
    background: linear-gradient(135deg, rgba(16, 19, 27, 0.98), rgba(22, 27, 36, 0.98));
    border-radius: var(--radius-lg);
    color: var(--pearl);
    border: 1px solid rgba(215, 166, 75, 0.25);
    z-index: 1;
}

.service-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 18px;
}

.service-index {
    font-size: 28px;
    color: rgba(255, 255, 255, 0.2);
}

.service-slider .service-content i {
    font-size: 56px;
    color: var(--gold);
    margin-bottom: 14px;
}

.service-footer {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-duration {
    font-size: 12px;
    color: var(--text-muted);
    letter-spacing: 0.18em;
}

.service-link {
    color: var(--gold);
    letter-spacing: 0.16em;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: -70px;
    right: -70px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.service-slider .owl-nav button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(215, 166, 75, 0.55) !important;
    background: rgba(5, 6, 8, 0.92) !important;
    color: var(--gold) !important;
    pointer-events: all;
    font-size: 22px !important;
    transition: var(--transition-smooth);
}

.service-slider .owl-nav button:hover {
    background: var(--gold) !important;
    color: var(--charcoal) !important;
    transform: scale(1.06);
}

/* ---------- FEATURE CARDS ---------- */
.feature-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feature-card {
    display: flex;
    gap: 20px;
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
    border-left: 4px solid var(--gold);
    transition: var(--transition-smooth);
}

.feature-card:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(8px);
}

.feature-card-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-sm);
    background: rgba(215, 166, 75, 0.15);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.feature-card-tag {
    font-size: 10px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
}

.feature-card h3 {
    font-size: 20px;
    color: var(--pearl);
    margin-bottom: 10px;
}

.feature-card-arrow {
    color: var(--gold);
    font-size: 24px;
    align-self: center;
}

/* ---------- PRICING LUXE ---------- */
.pricing-luxe {
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.03), transparent 55%);
}

.pricing-luxe__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.pricing-luxe__header h2 {
    color: var(--pearl);
    margin: 12px 0;
}

.pricing-luxe__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin-bottom: 40px;
}

.pricing-accordion {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    padding: 0;
    background: rgba(255, 255, 255, 0.03);
    transition: var(--transition-smooth);
}

.pricing-accordion[open] {
    border-color: rgba(215, 166, 75, 0.5);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.45);
}

.pricing-accordion summary {
    list-style: none;
    cursor: pointer;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.pricing-accordion summary::-webkit-details-marker {
    display: none;
}

.pricing-accordion__label {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 12px;
    color: var(--gold);
    margin-bottom: 6px;
}

.pricing-accordion summary small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

.pricing-accordion summary i {
    font-size: 26px;
    color: var(--gold);
    transition: var(--transition-smooth);
}

.pricing-accordion[open] summary i {
    transform: rotate(180deg);
}

.pricing-accordion__body {
    padding: 0 26px 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pricing-accordion__body ul {
    list-style: none;
    padding: 0;
    margin: 18px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing-accordion__body li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 15px;
    color: var(--pearl);
}

.pricing-accordion__body li span:last-child {
    font-weight: 600;
    color: var(--gold);
}

.pricing-accordion__note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 0;
}

.pricing-addon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.pricing-addon-card,
.pricing-contact-card {
    border-radius: var(--radius-lg);
    padding: 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.4);
}

.pricing-contact-card {
    background: linear-gradient(145deg, var(--charcoal), var(--onyx));
}

.addon-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border-radius: 999px;
    background: var(--gold);
    color: var(--charcoal);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.addon-pill.dark {
    background: rgba(255, 255, 255, 0.08);
    color: var(--pearl);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-addon-card h3,
.pricing-contact-card h3 {
    color: var(--pearl);
    margin: 18px 0;
}

.pricing-addon-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pricing-addon-card li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 15px;
}

.pricing-addon-card strong {
    color: var(--gold);
}

.addon-note {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.qr-wrap {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.qr-box {
    width: 140px;
    height: 140px;
    border-radius: var(--radius);
    border: 2px dashed rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 0.3em;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.contact-list a,
.contact-list span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.contact-list i {
    color: var(--gold);
    margin-right: 8px;
}

.pricing-footnote {
    text-align: center;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 576px) {
    .pricing-accordion summary {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-accordion summary i {
        align-self: flex-end;
    }

    .pricing-addon-card,
    .pricing-contact-card {
        padding: 26px;
    }
}

/* ---------- WORK GRID ---------- */
.work-item {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-card);
}

.work-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.work-item:hover img {
    transform: scale(1.08);
}

.work-overlay {
    position: absolute;
    inset: 18px;
    border-radius: var(--radius);
    padding: 26px;
    background: linear-gradient(180deg, rgba(0,0,0,0.15), rgba(0,0,0,0.92));
    color: var(--pearl);
    opacity: 0;
    transform: translateY(20px);
    transition: var(--transition-smooth);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}

.work-item:hover .work-overlay {
    opacity: 1;
    transform: translateY(0);
}

.work-tag {
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.work-overlay h4 {
    font-size: 20px;
    margin: 0;
}

.work-overlay p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.work-link {
    color: var(--gold);
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* ---------- PRICING ---------- */
.pricing-area .pricing-item {
    background: linear-gradient(135deg, rgba(18, 20, 27, 0.95), rgba(28, 32, 43, 0.95));
    border-radius: var(--radius-lg);
    border: 1px solid rgba(215, 166, 75, 0.25);
    color: var(--pearl);
    box-shadow: var(--shadow-soft);
}

.pricing-area .pricing-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-area .pricing-top h3,
.pricing-area .pricing-top p {
    color: var(--pearl);
}

.pricing-area .pricing-top p .dollar,
.pricing-area .pricing-top p .month {
    color: var(--gold);
}

.pricing-area .pricing-bottom ul li {
    color: var(--text-muted);
}

.pricing-area .pricing-bottom ul li i.bx-check-circle {
    color: var(--gold);
}

.pricing-area .pricing-bottom ul li i.bx-x {
    color: rgba(255, 255, 255, 0.35);
}

body:not(.theme-dark) .pricing-area .pricing-item {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    color: #1f2430;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

body:not(.theme-dark) .pricing-area .pricing-top {
    border-color: rgba(0, 0, 0, 0.08);
}

body:not(.theme-dark) .pricing-area .pricing-top h3 {
    color: #1f2430;
}

body:not(.theme-dark) .pricing-area .pricing-top p,
body:not(.theme-dark) .pricing-area .pricing-bottom ul li i.bx-check-circle {
    color: #c1862d;
}

body:not(.theme-dark) .pricing-area .pricing-bottom ul li {
    color: #4c4f5c;
}

body:not(.theme-dark) .pricing-area .pricing-bottom ul li i.bx-x {
    color: rgba(0, 0, 0, 0.25);
}

/* ---------- FOOTER ---------- */
footer {
    position: relative;
    padding-top: 50px;
    background: #12141b;
    color: rgba(255, 255, 255, 0.8);
}

footer .footer-img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 35px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

footer .footer-img img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    display: block;
}

footer .row {
    align-items: flex-start;
}

footer .footer-item,
footer .footer-service {
    text-align: left;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1200px) {
    .service-slider .owl-nav {
        left: -30px;
        right: -30px;
    }
}

@media (max-width: 991px) {
    .nav-meta {
        display: none !important;
    }

    .banner-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-contact-pill,
    .banner-btn-left,
    .banner-btn-right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .service-slider .service-img {
        height: 280px;
    }

    .service-slider .owl-nav {
        left: -10px;
        right: -10px;
    }

    .service-slider .service-content {
        margin: -80px 10px 0;
        padding: 28px 22px;
    }

    .feature-card {
        flex-direction: column;
    }

    .work-overlay {
        inset: 12px;
        padding: 18px;
    }
}

