﻿/*
    Theme Name: Nghe An Hospital Theme
    Author: Nghe An Hospital
    Version: 1.0
 */

/* Custom responsive layout styles */
@media (min-width: 1024px) {
    .lg\:w-\[70\%\] {
        width: 70%;
    }
    
    .lg\:w-\[30\%\] {
        width: 30%;
    }
}

/* Responsive banner adjustments */
.page-banner {
    height: 300px;
    position: relative;
    overflow: hidden;
}

.page-banner__bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

@media (max-width: 768px) {
    .page-banner {
        height: 200px;
    }
}

/* Search form styling */
#search-form-popup {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

#search-form-popup .bg-white {
    border-radius: 8px;
}

#close-search {
    cursor: pointer;
    font-size: 18px;
    transition: color 0.2s ease;
}

/* Mobile Bottom Navigation Bar căn chỉnh */
.mobile-bottom-navigation {
    padding: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.mobile-bottom-navigation .grid {
    width: 100%;
    margin: 0;
    padding: 0;
}

.mobile-bottom-navigation a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.mobile-bottom-navigation a span {
    width: 100%;
    text-align: center;
}

/* Doctor grid displays */
.doctors-carousel-container .grid {
    transition: opacity 0.3s ease;
}

.doctor-slide {
    transition: opacity 0.3s ease;
}

.doctor-dot {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Mobile background */
@media (max-width: 767px) {
    .bg-green-mobile {
        background-color: #027F3E !important;
        background-image: none !important;
    }
}
