@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&family=Tiro+Devanagari+Sanskrit:ital@0;1&display=swap');

.bakbak-one-regular {
    font-family: "Bakbak One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.tiro-devanagari-sanskrit-regular {
    font-family: "Tiro Devanagari Sanskrit", serif;
    font-weight: 400;
    font-style: normal;
}

.tiro-devanagari-sanskrit-regular-italic {
    font-family: "Tiro Devanagari Sanskrit", serif;
    font-weight: 400;
    font-style: italic;
}

.hospital-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);

    transition: transform 0.5s ease;
}

.about-image-container:hover .hospital-img {
    transform: scale(1.02);
}

/* Content Side */
.about-content {
    padding-left: 40px;
}

.about-tagline {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-teal);
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 15px;
}

.about-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 800;
    color: var(--maroon);
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-text {
    color: #555;
    line-height: 1.8;
    font-size: 1.05rem;
    margin-bottom: 30px;
}

/* Modern Stats Inside About */
.about-stats {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.stat-item h3 {
    color: var(--primary-teal);
    font-weight: 700;
    margin-bottom: 0;
}

.stat-item p {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #888;
}

/* Know More Button */
.btn-know-more {
    background-color: var(--maroon);
    color: white;
    padding: 14px 35px;
    border-radius: 0;
    /* Classic Sharp Corners */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
    text-decoration: none;
}

.btn-know-more:hover {
    background-color: var(--primary-teal);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(26, 175, 167, 0.2);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .about-section {
        padding: 60px 0;
    }

    .about-content {
        padding-left: 0;
        margin-top: 50px;
        text-align: center;
    }

    .about-stats {
        justify-content: center;
    }

    .about-image-container::before {
        width: 90%;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* =========================
           HEADER
        ========================= */

.topbar {
    background: #1aafa7;
    padding: 10px 0;
}

.topbar-left,
.topbar-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.topbar-right {
    justify-content: end;
}

.topbar a,
.topbar span {
    color: #fff;
    font-size: 14px;
}

.navbar {
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}



.nav-link {
    color: #222 !important;
    font-weight: 500;
    margin-left: 15px;
    transition: 0.3s;
}

.nav-link:hover {
    color: #1aafa7 !important;
}

.book-btn {
    background: #1aafa7;
    color: #fff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 600;
    transition: 0.3s;
}

.book-btn:hover {
    background: #148f88;
    color: #111;
}

/* =========================
           HERO SLIDER
        ========================= */

.hero-slider .single-slider {
    height: 100vh;
    min-height: 650px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slider .single-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    z-index: 2;
    height: 100vh;
    min-height: 650px;
    display: flex;
    align-items: center;
}

.hero-text h1 {
    color: #fff;
    font-size: 58px;
    font-weight: 700;
    line-height: 1.3;
}

.hero-text h1 span {
    color: #1aafa7;
}

.hero-text p {
    color: #ddd;
    margin-top: 20px;
    font-size: 17px;
    line-height: 30px;
    max-width: 650px;
}

.hero-buttons {
    margin-top: 35px;
}

.hero-buttons a {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 6px;
    margin-right: 12px;
    font-weight: 600;
    transition: 0.3s;
}

.btn-primary-custom {
    background: #1aafa7;
    color: #fff;
}

.btn-dark-custom {
    background: #111;
    color: #fff;
}

.hero-buttons a:hover {
    transform: translateY(-3px);
}

/* Slider Nav */

.owl-nav button {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: #1aafa7 !important;
    color: #fff !important;
    font-size: 18px !important;
    transition: 0.3s;
}

.owl-nav button:hover {
    background: #111 !important;
}

.owl-prev {
    left: 20px;
}

.owl-next {
    right: 20px;
}

/* Dots */

.owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}

.owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #fff !important;
    display: block;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #1aafa7 !important;
}

/* =========================
           FEATURES
        ========================= */

.features {
    margin-top: -80px;
    position: relative;
    z-index: 5;

}

.feature-box {
    background: #1aafa7;
    color: #fff;
    padding: 35px;
    border-radius: 15px;
    position: relative;

    transition: 0.3s;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-8px);
}

.feature-box i {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 90px;
    opacity: 0.15;
}

.feature-box h4 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: 600;
}

.feature-box p {
    margin-top: 15px;
    line-height: 28px;
}

.feature-box a {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
}

/* =========================
           MOBILE
        ========================= */

@media(max-width:992px) {

    .topbar-left,
    .topbar-right {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .hero-text h1 {
        font-size: 42px;
    }

    .hero-text p {
        font-size: 15px;
        line-height: 28px;
    }

    .features {
        margin-top: 40px;
    }
}

@media(max-width:768px) {

    .hero-slider .single-slider,
    .hero-content {
        min-height: 550px;
        height: 550px;
    }

    .hero-text {
        text-align: center;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-text p {
        font-size: 14px;
        line-height: 26px;
    }

    .hero-buttons a {
        padding: 12px 22px;
        margin-bottom: 10px;
    }

    .owl-nav button {
        width: 42px;
        height: 42px;
        font-size: 15px !important;
    }

    .feature-box {
        margin-bottom: 25px;
    }

    .topbar {
        display: none;
    }

    .navbar-collapse {
        padding-bottom: 30px;

    }

}

@media(max-width:480px) {
    .hero-text h1 {
        font-size: 28px;
    }

    .navbar-brand img {
        height: 36px;

    }


}

@media(max-width:330px) {

    .navbar .logo img {
        height: 50px;
    }
}

.navbar .logo img {
    height: 60px;
}

/* Modern Footer */
.footer-modern {
    background: #111;
    color: #eee;
    padding: 60px 0 20px;
    border-top: 5px solid var(--primary-teal);
}

.footer-hospital-name {
    color: var(--primary-teal);
    font-weight: 700;
}

:root {
    --primary-teal: #1aafa7;
    --maroon: #8d1c24;
    --text-dark: #2c3e50;
    --soft-gray: #f8f9fa;
}

.doctors-section {

    background: #e5e5e5;
}

/* Section Header */
.classic-title {
    font-weight: 700;
    color: var(--text-dark);
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
}

.classic-title span {
    color: var(--primary-teal);
}

/* Doctor Card Modern Design */
.dr-classic-card {
    background: #fff;
    border-radius: 0px;
    /* Classic sharp edges or very slight rounding */
    border: none;
    position: relative;
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 20px;
}



/* Image Frame with Layering */
.dr-frame {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.dr-frame::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -10px;
    bottom: -10px;
    background: var(--soft-gray);
    z-index: -1;
    transition: 0.4s;
}

.dr-classic-card:hover .dr-frame::before {
    background: var(--primary-teal);
    right: -15px;
    bottom: -15px;
}

.dr-img-modern {
    width: 100%;
    height: 350px;
    object-fit: cover;
    filter: grayscale(20%);
    transition: 0.5s;
}

.dr-classic-card:hover .dr-img-modern {
    filter: grayscale(0%);
}

/* Text Elements */
.dr-meta {
    text-align: left;
}

.dr-cat {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary-teal);
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.dr-name-classic {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--maroon);
    margin-bottom: 5px;
}

.dr-qual {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
}

/* Minimalist OPD Block */
.opd-minimal {
    border-top: 1px solid #999;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.opd-time-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-dark);
}



@media (max-width: 768px) {
    .dr-img-modern {
        height: 300px;
    }
}

/* --- Services Section Styling --- */
.services-section {

    background-color: #b1eeeb;
    /* Soft background to separate from About section */
}

.service-tagline {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary-teal);
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 10px;
}

/* Service Card Design */
.service-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 0;
    /* Classic Sharp Edges */
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* The "Classic" Layered Effect on Hover */
.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: var(--maroon);
    z-index: -1;
    transition: all 0.4s ease;
}

.service-card:hover::before {
    height: 5px;
    /* Subtle top border expansion */
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Icon/Image Styling */
.service-icon-box {
    width: 80px;
    height: 80px;
    background: var(--soft-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: 0.3s;
}

.service-card:hover .service-icon-box {
    background: var(--primary-teal);
}

.service-card:hover .service-icon-box i {
    color: #fff !important;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 15px;
}

.service-text {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
    }

    .service-card {
        padding: 30px 20px;
        text-align: center;
    }

    .service-icon-box {
        margin: 0 auto 20px;
    }
}

.feedback-section {
    padding: 100px 0;
    background: #ffffff;

}

.testimonial-tag {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-teal);
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 10px;
}

.feedback-card {
    background: #fff;

    border: 1px solid #f0f0f0;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
}

.feedback-card::after {
    content: '\201D';
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 8rem;
    color: rgba(26, 175, 167, 0.2);
    font-family: serif;
    line-height: 1;
}

.feedback-card:hover {
    border-color: var(--primary-teal);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);

}

.star-rating {
    color: #ffc107;

    font-size: 1.9rem;
}

.patient-comment {
    font-style: italic;
    color: #555;
    line-height: 1.7;

    flex-grow: 1;
}

.patient-profile {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid #f8f9fa;

}

.patient-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--soft-bg);
}

.patient-info h6 {
    margin: 0;
    font-weight: 700;
    color: var(--text-dark);
}

.patient-info span {
    font-size: 0.75rem;
    color: var(--primary-teal);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Swiper spacing */
.swiper {
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .feedback-section {
        padding: 60px 0;
    }

    .feedback-card {
        padding: 25px;
    }
}

/* --- Instagram Section Styling --- */
.instagram-section {
    padding: 80px 0;
    background-color: #fff;
}

.insta-header {
    margin-bottom: 40px;
}

.insta-handle {
    color: var(--primary-teal);
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.3s;
}

.insta-handle:hover {
    color: var(--maroon);
}

/* Grid Layout */
.insta-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.insta-post {
    position: relative;
    aspect-ratio: 1 / 1;

    background-color: #f8f9fa;
}

.insta-post img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* Instagram Hover Overlay */
.insta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    color: #fff;
    font-size: 6.5rem;
}

.insta-post:hover .insta-overlay {
    opacity: 1;
}

.insta-post:hover img {
    transform: scale(1.1);
}

.btn-insta-follow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s;
    box-shadow: 0 10px 20px rgba(220, 39, 67, 0.2);
}

.btn-insta-follow:hover {
    transform: translateY(-3px);
    color: #fff;
    box-shadow: 0 15px 25px rgba(220, 39, 67, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
    .insta-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .insta-grid {
        gap: 10px;
    }
}

/* --- Gallery Section Styling --- */
.gallery-section {
    padding: 100px 0;
    background-color: #fff;
}

.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-auto-rows: 250px;
    grid-gap: 5px;
    grid-auto-flow: dense;
}

.gallery-item {
    position: relative;

    cursor: pointer;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Modern Masonry Effect via grid-span */
.gallery-item.wide {
    grid-column: span 2;
}

.gallery-item.tall {
    grid-row: span 2;
}

.gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}



/* Mobile Adjustments */
@media (max-width: 991px) {
    .gallery-item.wide {
        grid-column: span 1;
    }

    .gallery-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .gallery-container {
        grid-template-columns: 1fr;
    }

    .gallery-item.tall {
        grid-row: span 1;
    }
}


/* --- Contact Section Styling --- */
.contact-section {
    padding: 100px 0;
    background-color: var(--soft-bg);
}

.contact-container {
    background: #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05);

}

/* Contact Info Side */
.contact-info-side {
    padding: 60px;
    background: #fff;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 35px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--soft-bg);
    color: var(--primary-teal);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    /* Classic Sharp */
    font-size: 1.2rem;
    transition: 0.3s;
    flex-shrink: 0;
}

.contact-item:hover .contact-icon {
    background: var(--primary-teal);
    color: #fff;
}

.contact-detail h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: var(--text-dark);
    font-size: 1.1rem;
}

.contact-detail p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Map Side */
.map-side {

    filter: grayscale(0.2) contrast(1.1);
    /* Subtle classic styling */
}

.map-side iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .contact-info-side {
        padding: 40px 25px;
    }

    .map-side {
        height: 350px;
    }
}

/* --- Lightbox Modal Styles --- */
.gallery-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-content {
    max-width: 90%;
    max-height: 80vh;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

#modalCaption {
    color: #fff;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.close-modal {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
}

.close-modal:hover {
    color: var(--primary-teal);
    transform: rotate(90deg);
}



/* --- Facilities Section Styling --- */
.facility-section {

    background-color: #f0f0f0;
}

.facility-card {
    background: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 0;
    /* Classic Sharp Edges */
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
}

.facility-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-top: 4px solid var(--primary-teal);
}

.facility-category {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-teal);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.facility-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--maroon);
    margin-bottom: 15px;
}

.facility-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.facility-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
}

.facility-list li::before {
    content: '\f058';
    /* FontAwesome Circle Check */
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--primary-teal);
    font-size: 0.9rem;
}

/* Floating Icon Accent */
.facility-icon-bg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.03);
    pointer-events: none;
}

@media (max-width: 768px) {}

/* --- Hero Section Styling --- */
.hero {
    padding: 80px 0;
    background-color: #ffffff;

}

.badge-specialty {
    background: var(--soft-bg);
    color: var(--primary-teal);
    padding: 6px 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    display: inline-block;
    margin-bottom: 20px;
}

.doctor-title {
    color: var(--maroon);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
}

/* Expertise Grid */
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.expertise-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #444;
}

.expertise-item i {
    color: var(--primary-teal);
    font-size: 0.8rem;
}



/* Image Styling */
.image-stack {
    position: relative;
    padding: 20px;
}

.main-img {
    width: 100%;
    height: auto;
    filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.1));
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .hero {
        text-align: center;
    }

    .expertise-grid {
        grid-template-columns: 1fr;
    }

    .expertise-item {
        justify-content: center;
    }

    .schedule-row {
        flex-direction: column;
        gap: 5px;
    }
}

/* Minimal & Modern Schedule Card */
.opd-schedule-card {
    background: #f0f0f0;
    padding: 20px;
    border: 1px solid #e4e4e4;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
}

/* Subtle accent instead of a thick bar */
.opd-schedule-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    height: 30px;
    width: 4px;
    background: var(--primary-teal);
    border-radius: 0 4px 4px 0;
}

.location-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--maroon);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.location-header:first-of-type {
    margin-top: 0;
}

.location-header i {
    font-size: 0.7rem;
    opacity: 0.6;
}

.schedule-row {
    display: flex;
    align-items: center;
    padding: 6px 0;
    gap: 12px;
}

.day-label {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-teal);
    background: var(--soft-bg);
    padding: 2px 10px;
    border-radius: 4px;
    min-width: 85px;
    text-align: center;
}

.time-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
}

/* Mobile Tweak: Ensure text doesn't wrap awkwardly */
@media (max-width: 480px) {
    .opd-schedule-card {
        padding: 15px;
    }

    .schedule-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .day-label {
        min-width: auto;
    }
}

.about-hero {
    position: relative;
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    overflow: hidden;
    background: #000;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    /* Darken for text readability */
    filter: grayscale(30%);
}




/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 991px) {
    .about-hero {
        height: 40vh;
    }


}
[data-aos]{
    pointer-events:auto;
}