* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

@font-face {
    font-family: "TimesCustom";
    src: url("/fonts/times.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "TimesCustom", serif !important;
    overflow-x: hidden;
}

p {
    font-size: 1.08rem !important;
}

a {
    text-decoration: none !important;
}

.scrolling-text-wrapper {
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    position: relative;
}

.scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 18s linear infinite;
    font-weight: bold;
    font-size: 1.5rem;
    color: red; /* optional red color */
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

#sop-button {
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 9999;
    background-color: #07294d;
    font-weight: bold;
}

/* Breadcrumb styling */
.breadcrumb-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white !important;
}

.primary-color {
    color: #23376e !important;
}

.heading {
    color: #23376e;
    position: relative;
    padding-bottom: 0.6rem;
}

.heading::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 50px;
    height: 4px;
    background-color: #990000;
    border-radius: 10px;
}

.responsive-btn-group {
    margin-left: auto;
}

.header {
    background-color: #07294d !important;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #b15110;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.nav-link {
    font-weight: bold !important;
    color: #ffffff !important;
}

.dropdown-menu {
    max-height: 300px; /* adjust height as needed */
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #07294d !important;
}

.dropdown-menu li {
    border-bottom: 1px dashed white !important;
}

.dropdown-menu li a {
    color: white !important;
}

.dropdown-item:hover {
    color: #07294d !important;
}

.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

#nav-header {
    background-color: #07294d;
}

.footer {
    width: 100%;
    background-color: #555;
}

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

/* news Tickers */
.news-ticker {
    background: #0c2c53;
    color: white;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}

.ticker-title {
    background: red;
    color: white;
    padding: 0 15px;
    font-weight: bold;
    white-space: nowrap;
}

.ticker-wrap {
    overflow: hidden;
    flex: 1;
    position: relative;
}

.ticker-items {
    display: flex;
    animation: ticker-scroll 18s linear infinite;
    white-space: nowrap;
    padding-left: 30px;
}

.ticker-item {
    margin-right: 50px;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* brand logo */
.brands-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 250px;
    height: 200px;
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Accordion Section */
.accordion-button {
    font-weight: 600;
    color: #fff !important;
    background-color: #23376e !important;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #0c2c53 !important;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.accordion-item {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-bottom: 10px;
}

.accordion-body {
    padding: 1.5rem;
    color: #666;
}

.accordion-body li {
    position: relative;
    padding-left: 20px;
}

.accordion-body li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b15110;
}

#faq {
    background-color: whitesmoke;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* clinical-trials */
#clinical-trials {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

#clinical-trials::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 0;
}

#clinical-trials > .container {
    position: relative;
    z-index: 1;
}

/* Banner Section */
.banner-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 300px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-section h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.banner-section p {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.card-section {
    margin-top: -150px;
}

.vertical-line {
    width: 2px;
    height: 50px;
    background-color: white;
    margin: 10px 0;
}

.card-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.feature-card {
    background-color: #07294d;
    padding: 30px;
    height: 250px;
    /* border-radius: 5px; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
}

.feature-card:hover {
    /* background-color: var(--hover-color); */
    transform: translateY(-5px);
}

.feature-card:hover h3,
.feature-card:hover p,
.feature-card:hover i {
    color: #fff;
}

.feature-card h3 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.feature-card p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.feature-card i {
    color: var(--hover-bg);
    font-size: 28px;
    transition: color 0.3s ease;
}

.card2 {
    background-color: #0099cc;
    color: white;
}

/* Our Approach Section */
.approach-images {
    height: 100%;
}

.approach-images img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.approach-points i {
    transition: transform 0.3s ease;
}

.approach-points div:hover i {
    transform: scale(1.2);
}

@media (max-width: 991px) {
    .approach-small-images {
        display: none;
    }
}

/* about section */
.content-box {
    background: #07294d;
    position: relative;
    z-index: 2;
    margin-left: -60px;
}

/* Cta */
.cta-container {
    background-color: #07294d;
    padding: 0 15px;
}

.cta-container h5 {
    font-size: 40px !important;
    font-weight: bold !important;
}

#cta-img {
    bottom: 0;
    right: 120px;
    height: 320px;
}

/* Video Section */
#video-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

#video-section::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #555;
    opacity: 0.6;
    z-index: 0;
}

#video-section > .content {
    position: relative;
    z-index: 1;
}

/* Feacture Section */
#feature-section {
    background: #0c2c53;
}

.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 20px;
}

.div1 {
    grid-row: span 6 / span 6;
    /* border: 2px solid #07294d; */
}

.div1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.feature-nav-link {
    transition: all 0.4s ease-out !important;
}

.feature-nav-link i {
    cursor: pointer !important;
}

.feature-nav-link:hover a {
    color: #07294d !important;
}

.div2 {
    grid-row: span 6 / span 6;
    grid-column-start: 3;
    grid-row-start: 1;
}

.div2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.div3 {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 1;
}

.div4 {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 4;
}

/* Director Message */
#aims-objective {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
}

#aims-objective::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 0;
}

#aims-objective .container {
    position: relative;
    z-index: 1;
}

#director-message {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
}

#director-message::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 0;
}

#director-message .container {
    position: relative;
    z-index: 1;
}

/* Supportive Section */
#supportive-service {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#doctor-section {
    background: #0099cc;
    background: linear-gradient(
        0deg,
        rgba(0, 153, 204, 1) 20%,
        rgba(7, 41, 77, 0.88) 100%
    );
}

/* Video Section */
.video-parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(6, auto); /* or 100px, or auto */
    align-items: center;
    gap: 8px;
}

.video-parent .div2 {
    grid-row: span 2 / span 2;
    grid-column-start: 1;
    grid-row-start: 3;
}

.video-parent .div3 {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 1;
}

.video-parent .div4 {
    grid-row: span 3 / span 3;
    grid-column-start: 2;
    grid-row-start: 4;
}

.video-parent .div5 {
    /* grid-row: span 6 / span 6; */
    grid-column-start: 3;
    grid-row: 1 / 7;
}

.video-parent .div6 {
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 1;
}

.video-parent .div7 {
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 4;
}

.video-parent .div9 {
    grid-row: span 2 / span 2;
    grid-column-start: 5;
    grid-row-start: 3;
}

.video-thumb {
    background: #ccc;
    height: 250px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.youtube-overlay {
    position: absolute;
    width: 60px !important;
    height: 42px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.85;
    transition: transform 0.3s ease;
}

.video-thumb:hover .youtube-overlay {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    background: #fff;
    padding: 0;
    border-radius: 10px;
}

.modal-content iframe {
    width: 100%;
    height: 450px;
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}

/* Team Section */
.team-member {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.team-img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.team-img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-member:hover .team-img img {
    transform: scale(1.05);
}

.team-info {
    padding: 20px;
    text-align: center;
    background: white;
    border-radius: 10px;
    margin-top: -50px;
    margin-inline: 20px;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.team-info h4 {
    color: #333;
    margin-bottom: 5px;
}

.team-info p {
    color: #07294d;
    font-weight: 500;
    margin-bottom: 15px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.team-social a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #07294d;
    color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.team-social a:hover {
    transform: translateY(-3px);
    background: #07294d;
}

.section-title {
    width: 100%;
    margin-bottom: 50px;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.section-title h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #07294d;
}

.department-section {
    padding: 40px 0;
    background: #f8f9fa;
}

@media (max-width: 768px) {
    .team-img img {
        height: 300px;
    }
}

/* Cancer Section */
.cancer-right {
    position: relative;
    width: 8px;
    background-color: #07294d;
    height: 500px;
    border-radius: 10px;
}

.cancer-point {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px dotted #0099cc;
    background-color: white;
}

.point1 {
    position: absolute;
    top: 10%;
    left: -5px;
}
.point2 {
    position: absolute;
    top: 35%;
    left: -5px;
}
.point3 {
    position: absolute;
    top: 60%;
    left: -5px;
}
.point4 {
    position: absolute;
    bottom: 10%;
    left: -5px;
}

.cancer-parent {
    position: relative;
    width: 100%;
}

.cancer-point1 {
    position: absolute;
    top: 5%;
    left: 8%;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    background-color: #07294d;
    color: white;
}

.cancer-point1 p,
.cancer-point2 p,
.cancer-point3 p,
.cancer-point4 p {
    margin-top: 5px;
    font-size: small;
}

.cancer-point2 {
    position: absolute;
    top: 30%;
    left: 8%;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    background-color: #07294d;
    color: white;
}
.cancer-point3 {
    position: absolute;
    top: 55%;
    left: 8%;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    background-color: #07294d;
    color: white;
}
.cancer-point4 {
    position: absolute;
    bottom: 5%;
    left: 8%;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    background-color: #07294d;
    color: white;
}

/* quick navigation */
#quicknavigation {
    position: absolute;
    bottom: -12%;
}

/* Footer Styling */
.footer-section {
    background-color: #f8f9fa;
    position: relative;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-links li {
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: #0c2c53;
    padding-left: 5px;
}

.footer-section .contact-icon {
    width: 35px;
    height: 35px;
    background: #b15110;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-section .contact-icon i {
    color: white !important;
    font-size: 16px;
}

.contact-info p,
.contact-info a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact-info a:hover {
    color: #0c2c53;
}

.footer-section .social-links {
    display: flex;
    gap: 15px;
}

.footer-section .social-icon {
    width: 40px;
    height: 40px;
    background: #0c2c53;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-section .social-icon:hover {
    background: #07294d;
    color: white;
    transform: translateY(-3px);
}

.footer-divider {
    border-color: rgba(0, 0, 0, 0.1);
    margin: 40px 0;
}

.footer-bottom {
    color: #666;
}

.footer-bottom a:hover {
    color: #07294d;
}

/* department card */
#depart-section {
    background: #0099cc;
    background: linear-gradient(
        0deg,
        rgba(0, 153, 204, 1) 20%,
        rgba(7, 41, 77, 0.88) 100%
    );
}

.dipart-card {
    padding: 25px;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.4s ease-in-out !important;
}

.dipart-card h5 {
    font-weight: bold;
    color: #07294d;
    font-size: 1.5rem;
}

.dipart-card i {
    align-self: self-start;
}

.dipart-card a {
    font-weight: bold;
    color: #0c2c53;
}

.dipart-card:hover {
    background-color: #48a2c0;
    color: white;
}

.dipart-card:hover i {
    color: white !important;
}
.dipart-card:hover a {
    color: white !important;
}

/* Director's Page Styles */
.director-image-wrapper {
    position: relative;
    padding: 20px;
}

.experience-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    min-width: 120px;
}

.experience-badge span {
    display: block;
}

.message-content {
    position: relative;
    padding: 2rem;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.message-quote {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.signature {
    filter: brightness(0.8);
}

/* Contact Page */
.contact-info-box {
    background: #0c2c53;
    transition: all 0.3s ease;
    border-radius: 5px;
}

.contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.contact-info-box i {
    color: #0c2c53;
    margin-bottom: 1rem;
}

.contact-form {
    background-color: white;
    padding: 20px;
    border: 2px solid #0c2c53;
    border-radius: 10px;
}

.contact-form .form-control {
    padding: 12px 15px;
    border: 1px solid #0c2c53;
    border-radius: 5px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-select {
    padding: 12px 15px;
    border: 1px solid #0c2c53;
    border-radius: 5px;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: #0c2c53;
    box-shadow: 0 0 0 0.2rem rgba(#0c2c53, 0.25);
}

.map-container {
    min-height: 450px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
    min-height: 450px;
}

.contact-form .carousel-btn {
    /* background-color: #0c2c53; */
    border: 1px solid #07294d;
    color: #07294d;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(#0c2c53, 0.3);
}

/* Contact Form Button Hover Effect */
.contact-form .carousel-btn:hover {
    background-color: #0c2c53;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(#0c2c53, 0.3);
}

/* Contact Info Box Icon Animation */
.contact-info-box i {
    transition: transform 0.3s ease;
}

.contact-info-box:hover i {
    transform: scale(1.2);
}

/* Form Input Placeholder Styles */
.contact-form ::placeholder {
    color: #999;
    font-size: 0.9rem;
}

/* Custom Scrollbar for Textarea */
.contact-form textarea::-webkit-scrollbar {
    width: 8px;
}

.contact-form textarea::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.contact-form textarea::-webkit-scrollbar-thumb {
    background: #0c2c53;
    border-radius: 4px;
}

.contact-form textarea::-webkit-scrollbar-thumb:hover {
    background: #0c2c53;
}

/* .tag {
    color: #07294d;
    border-bottom: 5px solid #07294d;
} */

.activity-img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px 2rem 10px 2rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

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

/* why card */
.why-card {
    height: 120px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.4s ease-out;
}

.why-card i {
    color: #23376e !important;
}

.why-card:hover {
    transform: translateY(-5px);
    cursor: pointer;
    background-color: #23376e;
    color: white;
}

.why-card:hover i {
    color: white !important;
}

.sidebar-card {
    border: 1px dashed #990000;
    position: sticky;
    top: 150px;
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.service-list li {
    padding: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem !important;
}

.service-list li a {
    color: #23376e !important;
}

.service-list li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #23376e;
}

.depart-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

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

/* Hospital Card */
.hospital-card {
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: white;
    transition: transform 0.3s ease;
}
.hospital-card:hover {
    transform: translateY(-5px);
}
.hospital-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.hospital-body {
    padding: 20px;
    text-align: center;
}
.hospital-body .location {
    font-size: 0.9rem;
    color: #999;
    margin-bottom: 5px;
}
.hospital-body h5 {
    font-weight: 600;
    margin-bottom: 15px;
}
.hospital-footer {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.hospital-footer a {
    color: #f44336;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}
.hospital-footer a:hover {
    text-decoration: underline;
}
.hospital-footer i {
    font-size: 1rem;
}


.service-process{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.process-steps {
  position: relative;
}

.step {
  padding: 30px;
  background: white;
  border: 2px solid #0c2c53;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.step-number {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 40px;
  height: 40px;
  background: #0c2c53;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Responsive iframe */
@media (max-width: 600px) {
    .modal-content iframe {
        height: 250px;
    }
}

@media (max-width: 767.98px) {
    .team-img img {
        height: 300px;
    }

    .content-box {
        margin-left: 0;
        margin-top: 20px;
    }

    .parent {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .video-parent {
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .video-parent > div {
        grid-column: auto !important;
        grid-row: auto !important;
        width: 100%;
        overflow: hidden;
    }

    .cancer-point4 {
        bottom: -2%;
    }

    .cancer-point1 h4,
    .cancer-point2 h4,
    .cancer-point3 h4,
    .cancer-point4 h4 {
        font-size: large;
    }

    .video-parent .div5 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .div1,
    .div2,
    .div3,
    .div4 {
        grid-column: auto;
        grid-row: auto;
    }

    .div1 img,
    .div2 img {
        height: auto; /* Let image height adjust naturally */
    }

    .cancer-right {
        display: none;
    }
    .cancer-parent {
        height: 500px;
    }

    .cancer-parent > div {
        left: 0;
    }

    .responsive-btn-group {
        margin-left: auto;
        margin-right: auto;
    }
}
