  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            line-height: 28px;
            font-size: 16px;
            font-weight: 400;
              font-family: 'Open Sans', sans-serif;
        }
        .flex-div {
            display: flex;
            justify-content:space-around;
            align-items: center;
            padding: 10px 0;
        }

        .left-div {
            color: white;
            font-size: 14px;
        }

         @media (max-width: 768px) {
            .flex-div {
                flex-direction: column;
                text-align: center;
            }
            .left-div {
                margin-bottom: 10px;
            }
        }
        .container-fluid img {
            width: 23%;
            height: auto;
        }
        /* Logo size */
/* .container-fluid img {
    width: 220px;
    height: auto;
} */

/* Navbar full width alignment */
.navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Push menu to right side */
.navbar-collapse {
    justify-content: flex-end !important;
}

/* Remove extra spacing */
.navbar-nav {
    margin-left: auto;
}

/* Menu styling like image */
.navbar-nav .nav-link {
    font-weight: 600;
    color: #1e3a8a !important;
    padding: 0 18px;
}

.navbar-nav .nav-link.active {
    color: #0ea5e9 !important;
}



.nav-item .nav-link:hover {
    background-color: #1f3c88; 
    color: white !important;
    
}
.dropdown-menu {
    background-color: #1e3a8a; 
    /* color: white !important; */
}
.dropdown-menu .dropdown-item:hover {
    background-color: #1e3a8a; 
    /* color: white !important; */
}
.dropdown-item{
     background-color: #1e3a8a; 
    color: white !important; 
}

@media (max-width: 768px) {
    .container-fluid img {
        width: 150px;
    }
    
    
}

/* .hero-banner{
    background: url('../images/slider-1.png');
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;

} */

.carousel-inner .carousel-item {
    /* height: 500px; */
}
.about-section
{
    padding: 60px 0;
    background-color: #ffffff;
}
.col-md-8 h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #1e3a8a;
}
.col-md-8 p {
    font-size: 16px;
    color: #000;
}
.btn-primary:hover{
    background-color: #000 !important;
    color: #fff;
}
.card-body a{
    text-decoration: none;
    color: #008fe2;

}
.card-body a:hover{
    color: #000;
}
.services-card {
    padding: 60px 0;
    background-color: #f8f9fa;
}


.treatment-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #2c4b8e;
    margin-bottom: 40px;
}

.carousel-inner {
    border-radius: 10px;
    overflow: hidden;
}

.carousel-inner img {
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

/* Tablet */
@media (max-width: 992px) {
    .carousel-inner img {
        height: 400px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .carousel-inner img {
        height: 280px;
    }

    .section-title {
        font-size: 22px;
    }
}


.videos-section {
    padding: 20px 0;
    background: #f8f9fa;
}

.video-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.video-card video {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .video-card video {
        height: 250px;
    }
}

.faq-img{
    width: 100% !important;
    height: auto;   
}

.accordion-button {
    
    background-color: #f4f4f4;
    color: #1e3a8a;
}
.accordion-button:not(.collapsed) {
    background-color: #1e3a8a;
    color: white;
}
.faq-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.footer-middle h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
.footer-middle p {
    color: #fff;
    font-size: 14px;
}

.list-unstyled li {
    margin-bottom: 10px;
    color: #fff;
}


.page-banner {
    background: #168ac6;
    padding: 50px 0;
    color: #fff;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-content h1 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 10px;
}

.left-content p {
    font-size: 22px;
    font-weight: 300;
    opacity: 0.9;
}

.right-content {
    font-size: 16px;
}

.right-content a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.right-content a:hover {
    text-decoration: underline;
}

.divider {
    margin: 0 8px;
    font-size: 12px;
}

/* Responsive */
@media (max-width: 768px) {

    .banner-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .left-content h1 {
        font-size: 32px;
    }

    .left-content p {
        font-size: 16px;
    }

    .right-content {
        font-size: 14px;
    }
}


.service-detail-section {
    padding: 60px 0;
    background: #f8f9fa;
}

/* Sidebar */
.service-sidebar {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-sidebar ul li {
    border-bottom: 1px solid #e5e5e5;
}

.service-sidebar ul li:last-child {
    border-bottom: none;
}

.service-sidebar ul li a {
    display: block;
    padding: 12px 10px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s ease;
}

.service-sidebar ul li a:hover,
.service-sidebar ul li a.active {
    color: #168ac6;
    padding-left: 18px;
}

/* Content */
.service-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

.service-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .service-sidebar {
        margin-bottom: 30px;
    }

    .service-content h2 {
        font-size: 26px;
    }

    .service-content p {
        font-size: 15px;
    }
}
.page-banner{
  
    padding: 60px 0;

}
.photo-gallery{
    padding: 60px 0;
}

#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #168ac6;
    color: #fff;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    cursor: pointer;
    display: none;
    z-index: 999;
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

#scrollTopBtn:hover {
    background-color: #0f6fa5;
    transform: translateY(-5px);
}