@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

.font {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.phone-navbar {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px !important;
    background-color: white !important;
    display: none !important;
    position: fixed !important;
    top: 0px !important;
    width: 100%;
    z-index: 9999 !important;
}




.main-header,
.second-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


.top-bar-right {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    background: #1F5AA3;
    padding: 10px 24px;
    border-radius: 0px 0px 0px 20px;
}

.top-bar-right a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: white;
    color: #0B1F54;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s ease;
}

.top-bar-right ul {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.top-bar-right ul li {
    color: white;
    font-size: 18px;

}

.top-bar-right a:hover {
    background: #E04E2D;
    color: #fff;
    transform: translateY(-2px);
}

.social-link {
    display: grid;
    grid-template-columns: 50% 50%;

}

.abs-logo {
    position: fixed;
    top: 0px;
    left: 20px;
    width: 136px !important;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.hide-logo {
    width: 60px !important;
    opacity: 0 !important;
}


.phone-navbar .navbar-brand img {
    width: 80px;
}

.logo2 img {
    width: 110px;

}

.main-header {
    transform: translateY(0);
    opacity: 1;
    background-color: white;

}

.second-header {
    transform: translateY(-100%);
    opacity: 0;
}

.main-header.hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.second-header.visible {
    transform: translateY(0);
    opacity: 1;
}

.main-header {
    transform: translateY(0);
    opacity: 1;
}

.main-header.hidden {
    transform: translateY(-100%);
    opacity: 0;
}

.second-header {
    transform: translateY(-100%);
    opacity: 0;
}

.second-header.visible {
    transform: translateY(0);
    opacity: 1;
}


.header2 {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    background: white;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.6px);
    -webkit-backdrop-filter: blur(9.6px);
    padding: 6px 0px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);


}

.navbar-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header2 nav {
    padding: 5px;
}



.nav-links i {
    font-size: 12px;
    color: #62A4D2;
}

.nav-link {
    font-size: 18px !important;
    color: #0B1F54 !important;
    font-weight: 400 !important;

}

.nav-links ul li a {
    text-decoration: none;
    color: var(--text-color);

    transition: color 0.3s ease;
}


.nav-links ul li a:hover {
    color: #007bff;
}


.nav-menu {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}






/* Navbar */
.custom-navbar {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #0d1117;
    display: flex;
}

/* Nav item */
.custom-item {
    position: relative;
}

/* Nav link */
.custom-link {
    color: var(--primary-color);
    text-decoration: none;

    font-size: 15px;
}

/* Arrow */
.custom-link svg {
    transition: transform 0.3s ease;
}

/* Dropdown box */
.custom-dropdown {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 240px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    padding: 12px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.95);
    transition: all 0.35s ease;
}

/* Dropdown links */
.custom-dropdown li a {
    display: block;
    padding: 12px 20px;
    color: #222;
    text-decoration: none;
    font-size: 14px;
}

.custom-link li a svg {
    transition: transform 0.3s ease;
}

.custom-dropdown li a:hover {
    background: #f0f6ff;
    color: #007bff;
}

/* Align text + icon */
.custom-link {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Chevron default state */
.custom-link svg {
    transition: transform 0.3s ease;
}

/* Rotate chevron when dropdown is active */
.custom-item:hover .custom-link svg {
    transform: rotate(180deg);
}

/* Hover effects */
.custom-item:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.custom-item:hover .arrow {
    transform: rotate(-135deg);
}

.hero-section {
    margin: auto;
    margin-top: 150px;
    width: 98%;

}

.hero-section img {
    height: 630px !important;
    border-radius: 20px !important;
    object-fit: cover !important;
}

.main-btn {
    background: linear-gradient(135deg, #0061aa, #007BFF);

    padding: 14px 30px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    border: none;

}

.white-btn {
    background: white;

    padding: 14px 30px;
    border-radius: 5px;
    color: black;
    text-decoration: none;

}



.heading-section {
    text-align: center;
    padding: 40px 0px;
}

/* Heading */
.heading-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0B1C50;
}

.heading-section2 {
    text-align: center;
    padding: 40px 0px;
}

/* Heading */
.heading-section2 h2 {
    font-size: 36px;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}




/* Image */
.about-image {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.about-image img {
    transition: 0.5s;
    height: 500px;
}



.about-section {
    padding: 40px 0;

}

.text-teal {
    color: #219AAF;
}

.bg-teal {
    background-color: #219AAF;
}

.line {
    width: 40px;
    height: 2px;
    background-color: #219AAF;
    display: inline-block;
}

.line2 {
    width: 40px;
    height: 2px;
    background-color: white;
    display: inline-block;
}

.image-wrapper {
    position: relative;
    z-index: 1;
}

.image-wrapper {
    height: 100%;
    width: 100%;
}

.image-wrapper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* Floating Card Positioning */
.floating-info-card {
    position: absolute;
    bottom: -30px;
    right: 0;
    max-width: 400px;
    border-radius: 4px;
    z-index: 2;
}

/* Play Button Styling */
.play-btn-overlay {
    position: absolute;
    top: 15%;
    left: 0;
    transform: translateX(-50%);
    z-index: 3;
}

.play-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #219AAF;
    cursor: pointer;
}

/* Link Styling */
.btn-link {
    font-size: 0.9rem;
    transition: 0.3s;
}

.btn-link:hover {
    letter-spacing: 1px;
}


.services-section {
    padding-bottom: 80px;
    position: relative;
    background: url('/image/p3.jpg') no-repeat center center/cover;
    color: #fff;
}

.services-section-page {
    padding: 40px 0px;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003a45a8;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 0;
}


.info-section {
    padding: 30px 0px;
    ;
    position: relative;
    background: url('/image/p1.jpg') no-repeat center center/cover;
    color: #fff;
    background-attachment: fixed;
}

.info-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #003a45a8;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 0;
}

.gallery-section {
    padding: 30px 0px;
    ;
    position: relative;
    background: url('/image/p2.jpg') no-repeat center center/cover;
    color: #fff;
    background-attachment: fixed;
}

.gallery-section2 {
    padding: 30px 0px;

}

.gallery-overlay {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #002026e6;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 0;
}

.gallery-section .container {
    position: relative;
    z-index: 1;
}



.info-section .container {
    position: relative;
    z-index: 1;
}

.services-section .container {
    position: relative;
    z-index: 1;
}

.medical-service-card {
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    height: 100%;
    border-radius: 10px;
}

.medical-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}



.medical-service-card:hover .corner-reveal::after {
    border-width: 0 140px 140px 0;
}

/* Internal Content */
.card-content {
    padding: 40px 30px;
}

.service-icon {
    margin-bottom: 25px;
}

.service-icon img {
    width: 195px;
    height: 140px;
    border-radius: 5px;
}

.card-content h3 {
    color: #001d4c;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.description {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 25px;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.feature-list li {
    font-size: 0.9rem;
    color: #495057;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
}

.feature-list li i {
    color: #00338d;
    margin-right: 10px;
}

/* Button with Dual Sections */
.btn-read-more {
    display: inline-flex;
    align-items: center;
    background: #001d4c;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-read-more .icon-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-read-more .text-box {
    padding: 12px 25px;
    font-weight: 600;
    font-size: 0.95rem;
}

.btn-read-more:hover {
    background: #00338d;
    color: #ffffff;
}


/* Section Background & Overlay */
.achievement-section {
    position: relative;
    padding-bottom: 40px;
    background: url('/image/p1.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    /* Parallax effect */
}

/* Dark Gradient Overlay */
.achievement-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background: #003a45a8;
    z-index: 1;
}

.achievement-section .container {
    position: relative;
    z-index: 2;
}

/* Glassmorphism Counter Box */
.achievement-box {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.748);
    /* Semi-transparent white */
    backdrop-filter: blur(10px);
    /* Frosted glass effect */
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    transition: all 0.4s ease;
}

.achievement-box:hover {
    transform: translateY(-10px);
    background: rgb(255, 255, 255);
    border-color: #57d1cc;
    /* Using your teal accent color */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Counter Numbers */
.achievement-box h2 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1F5AA3;
    margin-bottom: 10px;
    display: block;
}

/* Counter Suffix (e.g., +) */
.achievement-box h2::after {
    content: "+";
    color: #1F5AA3;
    font-size: 2.5rem;
    margin-left: 5px;
}

/* Title Text */
.achievement-box p {
    color: #1F5AA3;
    ;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-size: 0.9rem;
}




.video-carousel .item {
    position: relative;
    padding: 20px 0px !important;
}

.video-carousel .owl-item .item {
    transition: all 0.4s ease;
    transform: scale(0.85);
    opacity: 0.7 !important;
    margin-top: 40px;
}

.video-carousel .owl-item.center .item {
    transform: scale(1.2) translateY(0px);
    opacity: 1 !important;
    z-index: 999;
}

.video-carousel .item img {
    width: 100%;
    border-radius: 10px;
}



/* Sidebar Styling */
.green-line {
    width: 35px;
    height: 3px;
    background-color: #3fb5a3;
    margin-bottom: 25px;
}

.small-thumb {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 4px;
    transition: opacity 0.3s;
}

.small-thumb:hover {
    opacity: 0.8;
}

.date-text {
    color: #3fb5a3;
    font-size: 0.85rem;
    font-weight: 600;
}

.view-all {
    color: #3fb5a3;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: lowercase;
}

/* Large Card Overlap Effect */
.blog-card-large {
    background: transparent;
    border: none;
}

.card-img-wrapper {
    height: 320px;
    width: 100%;
    overflow: hidden;
}

.card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body-custom {
    background: #ffffff;
    padding: 25px;
    width: 90%;
    margin: -50px auto 0 auto;
    /* Pulls the text box up over the image */
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.card-body-custom h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}

.card-body-custom p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}


.event-section {
    padding: 40px 0;
    background: #f9fbfc;
}


.heading-section .tag {
    display: inline-block;
    background: #e6f4f1;
    color: #0d9488;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.heading-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.heading-section p {
    color: #6c757d;
    font-size: 15px;
}

/* Event Card */
.event-card {
    display: flex;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: 0.3s;
}

.event-card:hover {
    transform: translateY(-5px);
}

/* Left Image */
.event-left {
    width: 40%;
}

.event-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Content */
.event-right {
    width: 60%;
    padding: 20px;
}

.event-right h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

/* Date Time */
.date-time {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #555;
    margin-bottom: 10px;
}

.date-time i {
    color: #0d9488;
    margin-right: 5px;
}

/* Description */
.event-right p {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

/* Location */
.location {
    font-size: 13px;
    color: #333;
}



/* Celebrate Button */
.celeb {
    background: #f59e0b;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 10px;
    cursor: pointer;
    transition: 0.3s;
}

.celeb:hover {
    background: #d97706;
}

/* Event Status Badge */
.event-status {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #0d9488;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 20px;
}

.event-status.upcoming {
    background: #16a34a;
}


/* FAQ Section Base */
.faq-section {
    padding: 40px 0;
    background-color: #ffffff;
}





/* Accordion Item Styling */
.faq-section .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.faq-section .accordion-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Accordion Button (Question) */
.faq-section .accordion-button {
    font-weight: 700;
    color: #001d4c;
    background-color: #ffffff;
    padding: 20px;
    font-size: 1.05rem;
    border: none;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #29a19c;
    background-color: #f8fdfd;
    /* Very light teal tint */
    box-shadow: none;
}

/* Customizing the Arrow Icon */
.faq-section .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23001d4c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2329a19c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Accordion Body (Answer) */
.faq-section .accordion-body {
    color: #666666;
    line-height: 1.7;
    padding: 0 20px 25px 20px;
    font-size: 0.95rem;
    background-color: #f8fdfd;
}


.info-section {
    padding: 40px 0px;
    ;
}


.item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 3 / 2;
    /* or 1 / 1 depending on your need */
}

.owl-carousel .owl-nav {
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    gap: 20px;

}

.owl-carousel .owl-nav .owl-prev {

    height: 40px;
    width: 40px;
    background-color: #fff !important;
    left: -50px;
    border-radius: 50%;
    color: black !important;

}

.owl-carousel .owl-nav .owl-next {

    height: 40px;
    width: 40px;
    background-color: #fff !important;
    left: -50px;
    border-radius: 50%;
    color: black !important;

}





.text-teal {
    color: #219AAF;
}

.bg-light-teal {
    background-color: #f0fbfc;
}

.why-choose-us {
    background-color: #ffffff;
    overflow: hidden;
}

/* Feature Item Styling */
.feature-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    transition: 0.3s ease;
    border: 1px solid transparent;
}

.feature-number {
    font-size: 3rem;
    font-weight: 800;
    color: #219AAF;
    line-height: 1;
    margin-right: 15px;
}

.feature-content h5 {
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-content h5 i {
    color: #219AAF;
}

.feature-content p {
    color: #777;
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* The Active/Hover Box Effect */
.feature-item.active,
.feature-item:hover {
    border: 1px solid #219AAF;
    border-radius: 4px;
}

/* Quote Box Styling */
.quote-box {
    background-color: #f0fbfc;
    position: relative;
    border-radius: 8px;
}

.quote-box i {
    color: #219AAF;
    font-size: 1.5rem;
}

/* Image Wrapper Positioning */
.doctor-wrapper img {
    max-height: 600px;
    object-fit: contain;
}

.custom-breadcrumb-section {
    position: relative;
    background: url('/image/p3.jpg') center/cover no-repeat;
    padding: 80px 0;
    color: #fff;
    margin-top: 150px;
}

.custom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.7);
}

.custom-container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.custom-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.custom-breadcrumb-list li {
    font-size: 14px;
}

.custom-breadcrumb-list a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.custom-breadcrumb-list a:hover {
    color: #14b8a6;
}

.custom-breadcrumb-list .current {
    color: #14b8a6;
    font-weight: 500;
}

.separator i {
    font-size: 12px;
    color: #94a3b8;
}

.breadcrumb-title {
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
}

.cmy-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.blog-section {
    padding: 40px 0px;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Default: Desktop visible */
.desktop-img {
    display: block;
}

.mobile-img {
    display: none;
}

.contact-section {
    padding: 40px 0;
    background: #f9fbfd;
}


/* Form */
.contact-form {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
    color: #092152;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #44CFEB;
    outline: none;
    box-shadow: 0 0 5px rgba(68, 207, 235, 0.3);
}

/* Button */
.main-btn2 {
    background: #092152;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
    border: none;
    transition: 0.3s;
}

.main-btn2:hover {
    background: #44CFEB;
    color: #092152;
}

/* Contact Info Boxes */
.contact-box {
    background: #ffffff;
    padding: 20px;
    border-left: 4px solid #44CFEB;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.contact-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.contact-box h5 {
    color: #092152;
    font-weight: 600;
}

.contact-box ul {
    padding-left: 0;
    list-style: none;
    color: #555;
}

/* Map */
.map-container {
    margin-top: 40px;
}

.map-container h3 {
    color: #092152;
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    border: none;
}




/* Blog Card */
.blog-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.blog-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Image */
.blog-image {
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.4s;
}


/* Content */
.blog-content {
    padding: 15px;
}

.blog-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #092152;
    line-height: 1.4;
    transition: 0.3s;
}



/* Date Section */
.dated {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #777;
}

.dated i {
    color: #1D96A8;
    margin-right: 5px;
}

/* Divider */
.blog-content hr {
    margin: 10px 0;
}


.review-section {
    padding: 40px 0;
    background: #f8f9fc;
}

.review-box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    height: 100%;
    position: relative;
}

.review-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.user-image {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #eaeaea;
}

.user-info h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.review-date {
    font-size: 13px;
    color: #888;
}

.review-rating {
    color: #ffb400;
    font-size: 14px;
    margin-top: 3px;
}

.review-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}

/* Owl Carousel Styling */
.owl-nav button {
    background: #fff !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.owl-nav button:hover {
    background: #007bff !important;
    color: #fff !important;
}

.owl-dots .owl-dot span {
    background: #ccc !important;
}

.owl-dots .owl-dot.active span {
    background: #007bff !important;
}


.service-detail-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

/* Main Content */
.service-header {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.service-page-image {
    width: 100%;
    height: 460px;
    object-fit: cover;

    border-radius: 10px;
    object-fit: cover;
}

.service-header h1 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
}

.service-header p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* Sidebar */
.sidebar {
    background: #f9fafc;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.sidebar h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #111;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}

/* Lists */
.sidebar ul {
    list-style: none;
}

.recent-service,
.recent-blog {
    margin-bottom: 10px;
}

.recent-service a,
.recent-blog a {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    display: block;
    padding: 8px 10px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.recent-service a:hover,
.recent-blog a:hover {

    color: #007bff;

}
/* Modal Box */
.modal-content {
    border-radius: 14px;
    border: none;
    padding: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

/* Header */
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-title {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

/* Form Styling */
.modal-body form {
    margin-top: 10px;
}

.modal-body input,
.modal-body textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 12px;
    font-size: 14px;
    transition: 0.3s;
}

/* Focus Effect */
.modal-body input:focus,
.modal-body textarea:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,123,255,0.1);
}

/* Textarea */
.modal-body textarea {
    min-height: 110px;
    resize: none;
}

/* Button */
.main-btn2 {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 15px;
    transition: 0.3s;
}

.main-btn2:hover {
    background: #0056b3;
}

/* Error Text */
.modal-body p {
    font-size: 12px;
    margin-top: -8px;
    margin-bottom: 8px;
}

/* Close Button */
.btn-close {
    box-shadow: none;
}


/* Responsive */
@media (max-width: 992px) {
    .service-detail-container {
        grid-template-columns: 1fr;
    }

    .sidebar {
        margin-top: 20px;
    }
}


/* Responsive */
@media (max-width: 768px) {
    .blog-image img {
        height: 180px;
    }
}



/* Mobile View */
@media (max-width: 767px) {
    .desktop-img {
        display: none;
    }

    .mobile-img {
        display: block;
    }
}




@media (max-width: 991px) {
    .floating-info-card {
        position: relative;
        bottom: 0;
        margin-top: 20px;
        max-width: 100%;
    }

    .play-btn-overlay {
        left: 50px;
    }

    .faq-section .col-lg-6:first-child {
        margin-bottom: 0;
    }

    .faq-section .col-lg-6:last-child {
        margin-top: 0;
    }

    .feature-item {
        margin-bottom: 20px;
    }

    .doctor-wrapper {
        margin: 40px 0;
    }
}


/* Mobile Adjustments */
@media (max-width: 768px) {
    .achievement-box h2 {
        font-size: 2.5rem;
    }

    .event-card {
        flex-direction: column;
    }

    .event-left,
    .event-right {
        width: 100%;
    }

    .event-left img {
        height: 200px;
    }
}


@media (max-width: 576px) {

    .main-header,
    .second-header {
        display: none !important;
    }

    .phone-navbar {
        display: block !important;
    }

    .hero-section {
        margin: auto;
        margin-top: 100px;
        width: 100%;
    }

    .hero-section img {
        height: 400px !important;
        border-radius: 0px !important;
        object-fit: cover !important;
    }

    .image-wrapper {
        height: auto;
    }

    .feature-item.active,
    .feature-item:hover {
        border: none;
    }

    .cmy-5 {
        margin-top: 0rem !important;
        margin-bottom: 0rem !important;
    }

    .event-section {
        padding: 0px 0px;
        padding-bottom: 40px;
    }

    .info-section {
        padding: 0px 0px;
        padding-bottom: 40px;
    }

    .video-carousel .owl-item .item {
        margin-top: 0px !important;
    }

    .video-carousel .owl-item.center .item {
        transform: scale(1);
        opacity: 1 !important;
    }

    .faq-section {
        padding: 0px 0px;
        padding-bottom: 40px;
    }

    .video-carousel .item {
        padding: 0px 0px !important;
    }

    .blog-section {
        padding: 0px 0px;
        padding-bottom: 40px;
    }

    .main-btn {
        padding: 10px 20px;
    }

    .custom-breadcrumb-section {
        padding: 40px 0px;
        margin-top: 110px;
    }

    .contact-section {
        padding: 0px 0 !important;
        margin-bottom: 40px;
    }

    .contact-form {
        padding: 10px !important;
    }

    .contact-box {
        margin-top: 20px;
    }

    .service-header {
        padding: 10px;
    }
    .service-page-image
{
    height: auto;
}
}