:root {
    /* --bg-color: #0b0a08; */
    /* --bg-color: rgb(0 33 94); */
    --bg-color: #001742;

    --bg-card: linear-gradient(180deg, #161411 0%, #0b0a08 100%);
    --gold-primary: #cba360;
    --gold-hover: #e3b86e;
    /* --gold-gradient: linear-gradient(135deg, #e3b86e 0%, #cba360 50%, #8b6d3b 100%); */
    --gold-gradient: #cba360;
    --text-main: #9e9a8f;
    --text-light: #e6e3da;
    --border-color: #2b251a;
    --border-light: #3d3525;
}

hr {
    border: 1px solid var(--gold-primary) !important;
    opacity: 1;
}

.footer-heading {
    color: var(--gold-primary);
}

html {
    scroll-behavior: smooth;
}

body {
    /* background-color: rgba(0, 35, 101, 0.8); */
    background-color: #001742;
    color: var(--text-main);
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand-font {
    font-family: 'Playfair Display', serif;
    color: var(--text-light);
    font-weight: 400;
}

.text-gold {
    color: var(--gold-primary) !important;
}

.text-gradient {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.italic-gold {
    font-style: italic;
    color: var(--gold-primary);
    font-family: 'Playfair Display', serif;
}

.img-logo {
    width: 180px;
}

/* Navbar & Dropdown Styling */
.navbar {
    padding: 0.5rem 0;
    background-color: rgba(11, 10, 8, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(203, 163, 96, 0.1);
}

.navbar-brand {
    font-size: 1.4rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-primary) !important;
}

.nav-link {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 10px;
    color: var(--text-main) !important;
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: var(--gold-hover) !important;
    transform: translateY(-2px);
}

.dropdown-menu {
    background-color: #0b0a08;
    border: 1px solid var(--border-color);
    padding: 0.5rem 0;
    border-radius: 0;
}

.dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--text-main);
    padding: 0.75rem 1.5rem;
}

.dropdown-item:hover {
    color: var(--gold-hover);
    background-color: rgba(203, 163, 96, 0.1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* UPDATED - Mobile Offcanvas Menu Styling */
.offcanvas.mobile-menu {
    background: #001742;
    border-right: 1px solid var(--border-color);
    width: 320px;
}

.mobile-menu .offcanvas-header {
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.mobile-menu .offcanvas-title {
    color: var(--gold-primary);
    font-size: 1.4rem;
    letter-spacing: 4px;
    font-family: 'Playfair Display', serif;
}

.mobile-menu .btn-close {
    background: none;
    font-size: 2.5rem;
    color: var(--text-main);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.mobile-menu .btn-close:hover {
    color: #fff;
    transform: rotate(90deg);
}

.mobile-menu .offcanvas-body {
    padding: 1rem 1.5rem;
}

.mobile-menu .nav-link {
    font-size: 1rem;
    letter-spacing: 2px;
    padding: 1rem 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu-subheading {
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin: 2rem 0 1rem;
}

.mobile-submenu-link {
    color: var(--text-main);
    text-decoration: none;
    padding: 0.75rem 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-submenu-link:hover {
    color: var(--gold-hover);
}

#about p {
    text-align: justify;
}

/* Buttons */
.btn-gold {
    background: #cba360;
    color: #000 !important;
    border: none;
    padding: 14px 35px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.4s ease;
    border-radius: 0;
}

.btn-gold:hover {
    /* box-shadow: 0 10px 20px rgba(203, 163, 96, 0.3); */
    /* box-shadow: 0 10px 20px #fff; */
    border: 1px solid var(--gold-primary);
    transform: translateY(-3px);
    filter: brightness(1.1);
}

.btn-outline-gold {
    background: transparent;
    color: var(--gold-primary);
    border: 1px solid var(--gold-primary);
    padding: 14px 35px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border-radius: 0;
}

.btn-outline-gold:hover {
    background: rgba(203, 163, 96, 0.1);
    color: var(--gold-hover);
    transform: translateY(-3px);
}

.btn-link-gold {
    color: var(--gold-primary);
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
    background: none;
    border: none;
    padding: 0;
    position: relative;
}

.btn-link-gold::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: var(--gold-primary);
    transition: width 0.3s ease;
}

.btn-link-gold:hover {
    color: var(--gold-hover);
}

.btn-link-gold:hover::after {
    width: 100%;
}

/* Layouts & Cards */
.section-padding {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 80px 0;
    }
}

/* Smaller padding on mobile */

.section-title {
    font-size: 3.5rem;
    margin-bottom: 30px;
    line-height: 1.1;
    color: var(--text-light);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

.category-card {
    background: var(--bg-card);
    padding: 40px 35px;
    height: 100%;
    border: 1px solid transparent;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    transition: all 0.4s ease;
    position: relative;
}

.category-card::before,
.sponsor-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gold-gradient);
    opacity: 0;
    transition: all 0.4s ease;
}

.category-card:hover {
    border-color: var(--border-light);
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    z-index: 2;
    background: var(--midnight-blue);
}

.category-card:hover::before {
    opacity: 1;
    height: 2px;
}

/* Sponsorship UI */
.sponsor-divider {
    border-bottom: 1px solid var(--border-color);
    margin: 80px 0 40px;
    position: relative;
}

.sponsor-divider span {
    position: absolute;
    top: -10px;
    left: 0;
    background: var(--bg-color);
    padding-right: 25px;
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-primary);
}

.sponsor-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    padding: 50px;
    height: 100%;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (max-width: 768px) {
    .sponsor-card {
        padding: 30px;
    }
}

/* Better mobile padding */
.sponsor-card:hover {
    border-color: rgba(203, 163, 96, 0.4);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}

.sponsor-card:hover::before {
    opacity: 1;
    height: 2px;
}

.sponsor-price {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 30px;
}

.sponsor-features {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    font-size: 0.85rem;
    line-height: 2;
    color: var(--text-main);
    font-weight: 300;
}

.sponsor-features li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}

.sponsor-features li::before {
    content: "➢";
    position: absolute;
    left: 0;
    color: var(--gold-primary);
}

/* Metallic Badges (from previous step) */
.sponsor-badge {
    position: absolute;
    top: -40px;
    right: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8), inset 0 0 0 2px rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 576px) {
    .sponsor-badge {
        right: 15px;
        transform: scale(0.85);
        top: -35px;
    }
}

.sponsor-badge::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 10%;
    width: 80%;
    height: 40%;
    border-radius: 50% 50% 20% 20%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.badge-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #111;
    line-height: 1;
    margin-bottom: 4px;
    letter-spacing: -0.5px;
    z-index: 2;
}

.badge-subtitle {
    font-size: 0.5rem;
    font-weight: 700;
    color: #222;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 2;
}

.badge-platinum {
    background: linear-gradient(135deg, #e2e6e9 0%, #ffffff 20%, #aab0b5 45%, #f0f2f4 65%, #8f959a 100%);
    border: 4px solid #b8bcc0;
}

.badge-silver {
    background: linear-gradient(135deg, #bdc3c7 0%, #e8eaeb 20%, #828a90 45%, #d1d5d8 65%, #6a7177 100%);
    border: 4px solid #9aa0a6;
}

.badge-gold {
    background: linear-gradient(135deg, #d4af37 0%, #fdf0ba 20%, #aa7c11 45%, #fcedb6 65%, #7a5c26 100%);
    border: 4px solid #b58f4a;
}

.badge-headline {
    background: linear-gradient(135deg, #2b251a 0%, #524732 20%, #110f0c 45%, #3d3525 65%, #000000 100%);
    border: 4px solid #cba360;
}

.badge-headline .badge-title {
    color: #e3b86e;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.badge-headline .badge-subtitle {
    color: #cba360;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 80px 0;
    }
}

.section-title {
    font-size: 3.5rem;
    margin-bottom: 30px;
    line-height: 1.1;
    color: var(--text-light);
}

@media (max-width: 768px) {
    .section-title {
        font-size: 2.5rem;
    }
}

.sponsor-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    padding: 50px;
    height: 100%;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sponsor-badge {
    position: absolute;
    top: -40px;
    right: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8), inset 0 0 0 2px rgba(255, 255, 255, 0.4), inset 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 10;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 576px) {
    .sponsor-badge {
        right: 15px;
        transform: scale(0.85);
        top: -35px;
    }

    .nav-link.mb {
        font-size: 1.5rem;
    }
}

footer {
    padding: 60px 0 40px;
    border-top: 1px solid var(--border-color);
    font-size: 0.8rem;
    background-color: #080706;
}

.footer-link:hover {
    color: var(--gold-primary);
    transform: translateX(5px);
}

.footer-link {
    color: var(--text-main);
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    font-weight: 300;
    transition: 0.3s;
}

/* -------------------------------------------
   NEW - Hero Section Animation
---------------------------------------------- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-anim-1,
.hero-anim-2,
.hero-anim-3,
.hero-anim-4 {
    opacity: 0;
    /* Start invisible */
    animation-name: fadeInUp;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    /* Smooth ease out */
}

.hero-anim-1 {
    animation-delay: 0.2s;
}

.hero-anim-2 {
    animation-delay: 0.5s;
}

.hero-anim-3 {
    animation-delay: 0.8s;
}

.hero-anim-4 {
    animation-delay: 1.1s;
}

.organiser-card {
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    padding: 40px;
    height: 100%;
    transition: all 0.4s ease;
}

.organiser-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.organiser-logo {
    max-height: 120px;
    /* margin-bottom: 25px; */
}

.organiser-title {
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-primary);
    margin-bottom: 20px;
}

.timeline-item {
    border-bottom: 1px solid var(--border-color);
    transition: all 0.4s ease;
    border-left: 3px solid transparent;
    cursor: default;
}

.timeline-item:hover {
    background-color: rgba(203, 163, 96, 0.03);
    border-left: 3px solid var(--gold-primary);
    padding-left: 10px;
}

.timeline-date-box {
    min-width: 150px;
    border-right: 1px solid rgba(203, 163, 96, 0.15);
}

@media (max-width: 576px) {
    .timeline-date-box {
        border-right: none;
        border-bottom: 1px solid rgba(203, 163, 96, 0.15);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.footer-social-link {
    color: var(--text-main);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 1.5px;
    transition: color 0.3s ease;
}

.footer-social-link:hover {
    color: var(--gold-primary);
}

.textarea-box::placeholder {
    color: var(--text-main);
}

/* .form-select option {
    background: #000;
} */
#bookTableForm .form-select {
    background: #000;
}

.category-link {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: auto;
    padding-top: 1rem;
    color: var(--text-main);
    text-decoration: none;
    transition: 0.3s;
}

.category-link:hover {
    color: var(--gold-primary);
}


.page-header {
    padding: 80px 0;

    border-bottom: 1px solid var(--border-color);
    text-align: center;
}

.breadcrumb-nav {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcrumb-nav a {
    color: var(--text-main);
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb-nav a:hover {
    color: var(--gold-primary);
}

.breadcrumb-nav span {
    color: var(--gold-primary);
    margin: 0 10px;
}

.contact-info-box {
    padding: 40px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    height: 100%;
}

.info-item {
    margin-bottom: 40px;
}

.info-label {
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-primary);
    display: block;
    margin-bottom: 10px;
}

.info-detail {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: var(--text-light);
    text-decoration: none;
    display: block;
}

a.info-detail:hover {
    color: var(--gold-primary);
}

.contact-form-wrapper {
    padding-left: 30px;
}

@media (max-width: 991px) {
    .contact-form-wrapper {
        padding-left: 0;
        margin-top: 60px;
    }
}

/* Luxury Form Styling */
.form-group {
    margin-bottom: 2.5rem;
}

.form-label {
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-primary);
    font-weight: 500;
}

.form-control,
.form-select {
    background-color: #001742 !important;
    border: none !important;
    border-bottom: 1px solid var(--gold-primary) !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    box-shadow: none !important;
    font-size: 1rem;
}

#bookTableModal .form-control,
#bookTableModal .form-select {
    background-color: #001742 !important;
    border: none !important;
    border-bottom: 1px solid var(--gold-primary) !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    box-shadow: none !important;
    font-size: 1rem;
}


#booking-form .form-select {
    background-color: #001742 !important;
    border: none !important;
    border-bottom: 1px solid var(--gold-primary) !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    box-shadow: none !important;
    font-size: 1rem;
}

#nominee-form .form-select {
    background-color: #001742 !important;
    border: none !important;
    border-bottom: 1px solid var(--gold-primary) !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 12px 0 !important;
    box-shadow: none !important;
    font-size: 1rem;
}


.form-control:focus {
    border-bottom-color: var(--gold-primary) !important;
}

/* Custom styles for the About Us page */
.page-header {
    padding: 80px 0;

    border-bottom: 1px solid var(--border-color);
    text-align: center;
}

.breadcrumb-nav {
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcrumb-nav a {
    color: var(--text-main);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: var(--gold-primary);
}

.breadcrumb-nav span {
    color: var(--gold-primary);
    /* Current page */
    margin: 0 10px;
}

.border-line {

    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.container.hero-section-content {
    position: relative;
    top: 250px;
}

@media(max-width:1300px) {
    .container.hero-section-content {
        position: relative;
        top: 150px;
    }
}

a {
    text-decoration: none;
}

.special-text {
    color: var(--gold-primary);
}

.page-header {
    padding: 100px 0;
    /* background: linear-gradient(180deg, rgba(11, 10, 8, 0.4) 0%, rgba(11, 10, 8, 1) 100%),
        url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1500&q=80'); */
    /* background: linear-gradient(180deg, rgba(11, 10, 8, 0.4) 0%, rgba(11, 10, 8, 1) 100%),
        url('../../img/bg/bg-1.jpg'); */
    background: linear-gradient(180deg, #0d6efd40 0%, #001742 100%),
        url('../../img/bg/bg-1.jpg');

    background-size: cover;
    background-position: center;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
    margin-bottom: -1px;
}

/* 
#bookTableModal .modal-content,
#bookTableModal .modal-header,
#bookTableModal .modal-body {
    background: #000;
}

#bookSeatModal .modal-content,
#bookSeatModal .modal-header,
#bookSeatModal .modal-body {
    background: #000;
} */

#bookTableModal .modal-body {
    padding: 50px;
    padding-top: 0;
}

#bookSeatModal .modal-body {
    padding: 50px;
    padding-top: 0;
}

/* .modal-close-text {
    filter: brightness(0) invert(1);
} */




.modal-content {

    background-color: #001742;
    background-clip: padding-box;
    border: 1px solid #cba360;
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.modal-header .btn-close {
    filter: brightness(0) invert(1) !important;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-wrapper-box {
    min-height: 85vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.show-on-mobile {
    display: none;
}

.img-card-border {
    height: 550px;
    background: linear-gradient(145deg, #181512 0%, #0c0a08 100%);
    border: 1px solid var(--border-color);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.8);
}

@media(max-width:768px) {
    .custom-width-image {
        width: 100% !important;
        height: 550px;
    }

    .img-card-border {
        height: 550px;
    }

    .img-logo {
        width: 100px;
    }

    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 85%;
        /* height: 75%; */
        object-fit: cover;
        z-index: 0;
    }

    .container.hero-section-content {
        position: relative;
        top: 100px;
    }

    .nominations-close-box {
        margin-top: -50px;
    }

    .video-wrapper-box {
        min-height: 70vh;
        /* padding-bottom: 0; */
    }

    .show-on-desktop {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }

    .navbar {
        padding: 0.5rem 0 !important;
    }
}