html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 80px; /* Adjust this value based on your header height */
}

/* Header white background styling */
#header {
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

    /* Ensure header stays white even when scrolled */
    #header.header-scrolled {
        background-color: white !important;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }

.navbar a,
.navbar a:focus {
    color: #0e1b4d !important;
}

.buy-tickets:hover {
    background: #FF6500 !important;
    color: #fff;
}

/* Enhanced Hero Section Responsiveness */
#hero {
    min-height: 100vh !important;
    height: auto !important;
    overflow: visible !important;
}

@media (max-width: 1600px) {
    #hero {
        min-height: 120vh !important;
    }
}

@media (max-width: 1366px) {
    #hero {
        min-height: 130vh !important;
    }
}

@media (max-width: 1200px) {
    #hero {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    #hero {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 80px;
    }
}

@media (max-width: 768px) {
    #hero {
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 100px;
    }
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 90px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    padding: 60px 15px;
    min-height: calc(100vh - 90px);
    overflow: visible;
}

/* Responsive adjustments for hero container */
@media (max-width: 1600px) {
    #hero .hero-container {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 40px;
    }
}

@media (max-width: 1366px) {
    #hero .hero-container {
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 30px;
        gap: 20px;
    }
}

@media (max-width: 1200px) {
    #hero .hero-container {
        position: static !important;
        min-height: auto;
        padding: 60px 15px 40px;
        justify-content: flex-start;
        gap: 40px;
    }
}

@media (max-width: 991px) {
    #hero .hero-container {
        top: 70px;
        padding: 40px 15px;
        position: static !important;
        min-height: auto;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    #hero .hero-container {
        padding: 30px 15px;
        gap: 25px;
    }
}

#hero .hero-content-top {
    flex: 0 0 auto;
    margin-bottom: 60px;
    width: 100%;
}

@media (max-width: 1366px) {
    #hero .hero-content-top {
        margin-bottom: 40px;
    }
}

@media (max-width: 1200px) {
    #hero .hero-content-top {
        margin-bottom: 0;
    }
}

#hero .hero-about-content {
    flex: 1 1 auto;
    max-width: 100%;
    margin-top: 0;
    text-align: left;
    width: 100%;
    min-height: 300px;
}

@media (max-width: 1366px) {
    #hero .hero-about-content {
        min-height: 280px;
    }
}

@media (max-width: 1200px) {
    #hero .hero-about-content {
        margin-top: 0;
        flex: 0 0 auto;
        min-height: auto;
    }
}

@media (max-width: 991px) {
    #hero .hero-about-content {
        margin-top: 0;
    }

        #hero .hero-about-content .row {
            flex-direction: column;
        }

        #hero .hero-about-content .col-lg-3.offset-lg-3 {
            margin-top: 30px;
            margin-left: 0 !important;
        }
}

@media (max-width: 768px) {
    #hero .hero-about-content {
        text-align: left;
    }

        #hero .hero-about-content .col-lg-6,
        #hero .hero-about-content .col-lg-3 {
            padding: 0 15px;
        }

        #hero .hero-about-content h2 {
            font-size: 28px;
            margin-bottom: 15px;
        }

        #hero .hero-about-content p {
            font-size: 14px;
            line-height: 1.6;
        }

        #hero .hero-about-content h4 {
            font-size: 16px;
        }
}

#hero .hero-about-content h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ff7c49;
}

@media (max-width: 1366px) {
    #hero .hero-about-content h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}

#hero .hero-about-content h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#hero .hero-about-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Open Sans';
}

@media (max-width: 1366px) {
    #hero .hero-about-content h4 {
        font-size: 18px;
    }
}

#hero .hero-about-content p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.6;
}

@media (max-width: 1366px) {
    #hero .hero-about-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }
}

#hero .hero-about-content .when {
    color: #fff;
    font-size: 14px;
}

    #hero .hero-about-content .when label {
        display: block;
        margin-bottom: 5px;
        color: #ebebeb;
    }

/* Additional spacing fixes for smaller screens */
@media (max-width: 1366px) {
    #hero .hero-about-content .container {
        padding: 0 30px;
    }
    
    #hero .hero-about-content .row {
        margin: 0 -15px;
    }
    
    #hero .hero-about-content .col-lg-6,
    #hero .hero-about-content .col-lg-3 {
        padding: 0 15px;
        margin-bottom: 20px;
    }
}

/* Ensure proper text wrapping and spacing */
#hero .hero-about-content .col-lg-6 p {
    text-align: justify;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

