/* HUSSEL Media - Custom Stylesheet */
:root {
    --brand-gold: #c5a059;
    --brand-black: #050505;
    --brand-bg: #fcfcfc;
    --brand-dark-text: #1a1a1a;
    --navbar-bg: rgba(5, 5, 5, 0.95);
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Montserrat', sans-serif;
}

body {
    font-family: var(--font-sans);
    color: var(--brand-dark-text);
    background-color: var(--brand-bg);
    line-height: 1.7;
    overflow-x: hidden;
}

/* Typography Helper */
.font-serif {
    font-family: var(--font-serif);
}

.font-sans {
    font-family: var(--font-sans);
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.tracking-widest {
    letter-spacing: 0.3em;
}

.tracking-wider {
    letter-spacing: 0.1em;
}

.text-gold {
    color: var(--brand-gold) !important;
}

.max-width-700 {
    max-width: 700px;
}

/* Sections */
.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.mb-100 {
    margin-bottom: 100px;
}

/* Navbar */
.navbar {
    transition: all 0.4s ease;
}

.bg-black-gradient {
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0) 100%);
    backdrop-filter: blur(5px);
}

.nav-link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
}

.btn-outline-gold {
    border-color: var(--brand-gold);
    color: var(--brand-gold);
    font-size: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.btn-outline-gold:hover {
    background-color: var(--brand-gold);
    color: #000;
}

/* Hero Section */
.section-hero {
    height: 100vh;
    min-height: 600px;
    background-image: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&q=80');
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.9) 100%);
}

.btn-gold {
    background-color: var(--brand-gold);
    color: #000;
    border: none;
    font-size: 11px;
    padding: 18px 40px;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-2px);
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.3);
    font-size: 11px;
    padding: 18px 40px;
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

/* Content Elements */
.bullet {
    width: 6px;
    height: 6px;
    background-color: var(--brand-gold);
    border-radius: 50%;
    margin-right: 15px;
}

.video-container {
    background-color: #000;
}

.video-overlay {
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.4s ease;
}

.video-container:hover .video-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.play-btn {
    width: 80px;
    height: 80px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
    backdrop-filter: blur(10px);
}

.play-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/* Cards */
.bg-black {
    background-color: var(--brand-black);
}

.audience-card {
    transition: all 0.4s ease;
}
.icon-wrapper {
    background: rgba(197, 160, 89, 0.1);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(197, 160, 89, 0.2);
    transition: all 0.4s ease;
}

.audience-card:hover {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border-color: var(--brand-gold) !important;
}

.service-pkg {
    transition: transform 0.4s ease;
}

.service-pkg:hover {
    transform: translateY(-10px);
}

/* Contact Section */
.bg-gold {
    background-color: var(--brand-gold);
}

.btn-black {
    background-color: #000;
    color: #fff;
    padding: 18px 40px;
}

.btn-black:hover {
    background-color: #fff;
    color: #000;
}

/* Utility */
.z-1 {
    z-index: 1;
}

.bullet-gold {
    width: 8px;
    height: 8px;
    background-color: var(--brand-gold);
    border-radius: 50%;
    margin-top: 8px;
    box-shadow: 0 0 10px rgba(197, 160, 89, 0.5);
}

.hover-opacity-100:hover {
    opacity: 1 !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .display-2 {
        font-size: 3rem;
    }

    .display-4 {
        font-size: 2.2rem;
    }

    .py-100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-150 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .navbar {
        background-color: var(--brand-black) !important;
    }

    .section-hero {
        height: fit-content;
        padding: 10rem 0;
    }
}

.section-hero video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#showcaseModal iframe {
    height: 80vh;
}