/* ===================================================
   EXCLUSIVE CONCIERGE – ULTRA EXECUTIVE THEME
   Color Palette:
   Primary:   #0B0F19
   Secondary: #1F2937
   Accent:    #C9A24D
   Text:      #E5E7EB
   Muted:     #9CA3AF
=================================================== */

/* =========================
   GLOBAL
========================= */

body {
    background-color: #0B0F19;
    color: #E5E7EB;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}

.section-padding {
    padding: 100px 0;
}

.gold-text {
    color: #C9A24D;
}

.text-muted {
    color: #9CA3AF !important;
}

/* =========================
   NAVBAR
========================= */

.navbar {
    transition: all 0.4s ease;
    padding: 20px 0;
    background: rgba(11, 15, 25, 0.85);
    backdrop-filter: blur(10px);
}

.navbar.scrolled {
    padding: 10px 0;
    background: #0B0F19;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.navbar-brand img {
    max-height: 48px;
    width: auto;
}

.navbar-nav .nav-link {
    color: #E5E7EB !important;
    margin-left: 25px;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #C9A24D !important;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #C9A24D;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.btn-gold,
.btn-footer-gold,
.btn-gold-nav {
    background-color: #C9A24D;
    color: #0B0F19;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 25px;
    transition: all 0.3s ease;
    border: none;
}

.btn-gold:hover,
.btn-footer-gold:hover,
.btn-gold-nav:hover {
    background-color: #b8913f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(201,162,77,0.4);
}

/* =========================
   HERO
========================= */

.hero-section {
    height: 100vh;
    background: linear-gradient(rgba(11,15,25,0.85), rgba(11,15,25,0.85)),
        url('../img/hero-bg.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
}

.price-card {
    background: rgba(31, 41, 55, 0.85);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
}
/* =========================
   HERO SLIDER
========================= */

.hero-slider-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(11,15,25,0.85) 30%,
        rgba(11,15,25,0.6) 60%,
        rgba(11,15,25,0.4)
    );
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 700;
}


/* =========================
   SERVICE CARDS
========================= */

.service-card {
    background: #1F2937;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.service-card:hover {
    border: 1px solid #C9A24D;
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
}

/* =========================
   FORMS (EXECUTIVE STYLE)
========================= */

.form-control {
    background-color: #111827;
    border: 1px solid #374151;
    color: #E5E7EB;
    height: 48px;
    border-radius: 8px;
}

.form-control:focus {
    border-color: #C9A24D;
    box-shadow: 0 0 0 3px rgba(201,162,77,0.25);
    background-color: #111827;
    color: #fff;
}

textarea.form-control {
    height: auto;
    min-height: 120px;
}

/* =========================
   FOOTER
========================= */

.footer-luxury {
    background-color: #0B0F19;
    padding: 80px 0 0;
    border-top: 1px solid rgba(201,162,77,0.2);
}

.footer-brand {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 700;
    color: #C9A24D;
}

.footer-heading {
    color: #C9A24D;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #9CA3AF;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.footer-links a:hover {
    color: #C9A24D;
    padding-left: 5px;
}

.footer-bottom {
    margin-top: 60px;
    padding: 20px 0;
    background-color: #080C14;
    border-top: 1px solid rgba(255,255,255,0.05);
    color: #6B7280;
    font-size: 13px;
}

.footer-bottom a {
    color: #6B7280;
    margin-left: 20px;
    text-decoration: none;
}

.footer-bottom a:hover {
    color: #C9A24D;
}
[data-aos] {
    transition-property: transform, opacity;
}
.is-invalid {
    border: 1px solid #C9A24D !important;
    box-shadow: 0 0 8px rgba(201,162,77,0.4);
}

/* =========================
   SUCCESS PAGE
========================= */

.success-card {
    max-width: 650px;
    background: rgba(31,41,55,0.95);
    padding: 50px;
    border-radius: 16px;
    box-shadow: 0 0 60px rgba(0,0,0,0.6);
}

.checkmark-wrapper {
    display: flex;
    justify-content: center;
}

.checkmark-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #C9A24D;
    color: #0B0F19;
    font-size: 48px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pop 0.6s ease-out forwards;
}

@keyframes pop {
    0% { transform: scale(0.5); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.reference-box {
    background: #111827;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(201,162,77,0.3);
}

.btn-outline-light {
    border: 1px solid #E5E7EB;
    color: #E5E7EB;
}

.btn-outline-light:hover {
    background: #E5E7EB;
    color: #0B0F19;
}
