/* Custom CSS for Lohit Valley School */

/* Header Improvements */
.main-header {
    
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}

.header-lower {
    padding: 3px 0;
}

.logo-box .logo img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

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

.footer-logo img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}

/* Mobile Header Styling */
@media (max-width: 991px) {
    .logo-box .logo img {
        max-height: 60px;
    }
    
    .header-phone_box {
        display: none;
    }
    
    .main-header_button {
        margin-left: auto;
    }
    
    .main-header_button .theme-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .mobile-nav-toggler {
        color: #ffffff;
        font-size: 24px;
        margin-left: 15px;
    }
}

@media (max-width: 575px) {
    .logo-box .logo img {
        max-height: 50px;
    }
    
    .main-header_button .btn-wrap {
        font-size: 12px;
        padding: 8px 15px;
    }
}

/* Navigation Menu Styling */
.main-menu .navigation > li > a {
    color: #ffffff !important;
    font-weight: 500;
}

.main-menu .navigation > li > a:hover {
    color: #ffd700 !important;
}

/* Video Hero Section */
.video-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.video-hero-section .auto-container {
    position: relative;
    z-index: 2;
}

.video-hero-section .slider-one_content-inner {
    padding: 100px 0;
}

.video-hero-section .slider-one_title,
.video-hero-section .slider-one_heading,
.video-hero-section .slider-one_text {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.video-hero-section .slider-one_seats {
    color: #ffffff;
}

/* Hero Section Image */
.slider-one_image img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

/* About Section Image */
.about-one_image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

/* Program Cards Images */
.program-block_one-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/* Gallery Section Images */
.news-block_one-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Footer Gallery Images */
.instagram-widget .image-box img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .video-hero-section {
        min-height: 70vh;
    }
    
    .video-hero-section .slider-one_content-inner {
        padding: 60px 0;
    }
    
    .slider-one_image img {
        height: 300px;
    }
    
    .about-one_image img {
        height: 350px;
    }
    
    .program-block_one-image img {
        height: 220px;
    }
    
    .news-block_one-image img {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .video-hero-section {
        min-height: 60vh;
    }
    
    .video-hero-section .slider-one_content-inner {
        padding: 40px 0;
    }
    
    .slider-one_image img {
        height: 250px;
    }
    
    .about-one_image img {
        height: 280px;
    }
    
    .program-block_one-image img {
        height: 180px;
    }
    
    .news-block_one-image img {
        height: 180px;
    }
}
