@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ------------------- */
/* Custom properties   */
/* ------------------- */

:root {
    /* colors */
    --clr-dark: #1F2022;
    --clr-lt-dark: #414141;
    --clr-gray: #6B6B6B;
    /* --clr-dr-blue: #273F87; */
    --clr-dr-blue: #1C397B;
    --clr-blue: #9ED2F0;
    --clr-lt-blue: #E0F6FC;
    /* --clr-red: #ED3C1A; */
    --clr-red: #E3000E;
    --clr-cyan: #42F7FD;

    /* font sizes */

    --fs-800: 3.125rem;
    /* 50px */
    --fs-700: 2.5rem;
    /* 40px */
    --fs-600: 2.1875rem;
    /* 35px */
    --fs-500: 1.875rem;
    /* 30px */
    --fs-400: 1.5rem;
    /* 24px */
    --fs-300: 1.25rem;
    /* 20px */
    --fs-200: 1.125rem;
    /* 18px */
    --fs-100: 1.0625rem;
    /* 17px */
    --fs-50: 0.9375rem;
    /* 15px */

    /* font families */
    --ff-sans-normal: 'Mulish', sans-serif;
    --ff-sans-bold: 'Mulish', sans-serif;
    --ff-serif-normal: 'Anton', sans-serif;
    --ff-serif-bold: 'Anton', sans-serif;
    --ff-poppins: 'Poppins', sans-serif;

}

.clr-dr-blue {
    color: var(--clr-lt-dark) !important;
}

.clr-lt-dark {
    color: var(--clr-lt-dark);
}

.clr-red {
    color: var(--clr-red);
}

.font-35 {
    font-size: var(--fs-600) !important;
}


/* ------------------- */
/* Reset               */
/* ------------------- */


/* Box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Reset margins */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
picture {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
    margin-block: 0.5rem;
}

a {
    text-decoration: none;
    color: inherit;
}

.speciality-content-para ul,
.footer-area ul,
.sub-list,
.sitemap-list {
    list-style: none;
    padding: 0;
}

/* set up the body */
body {
    font-family: var(--ff-sans-normal);
    font-size: var(--fs-200);
    line-height: 1.5;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

/* make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* make form elements easier to work with */
input,
button,
textarea,
select {
    font: inherit;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.for-patient .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #f49f6d;
}

/* remove animations for people who've turned them off */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Utility */

.modal {
    z-index: 9999 !important;
}

.modal .modal-body iframe {
    width: 100%;
}

.table>:not(caption)>*>* {
    padding: 1.5rem .5rem
}


.legal-compliance table>:not(caption)>*>* {
    padding: 1.5rem .5rem
}

.speciality-content-para table>:not(caption)>*>* {
    padding: 0.5rem
}

.speciality-content-para tbody,
.speciality-content-para td,
.speciality-content-para tfoot,
.speciality-content-para th,
.speciality-content-para thead,
.speciality-content-para tr,
.f-p-f-v tbody,
.f-p-f-v td,
.f-p-f-v tfoot,
.f-p-f-v th,
.f-p-f-v thead,
.f-p-f-v tr,
.legal-compliance tbody,
.legal-compliance td,
.legal-compliance tfoot,
.legal-compliance th,
.legal-compliance thead,
.legal-compliance tr {
    border-width: 1px !important;
}

.speciality-content-para table a,
.f-p-f-v table a,
.legal-compliance table a {
    color: #0d6efd !important;
}


.sub-heading {
    font-size: 1rem;
    color: var(--clr-red);
    font-weight: 700;
    /* text-align: center; */
}

.main-heading {
    font-size: var(--fs-700);
    color: var(--clr-dr-blue);
    font-weight: 700;
    letter-spacing: 0.1rem;
    /* text-align: center; */
}

.line {
    width: 110px;
    height: 1px;
    background-color: var(--clr-red);
    margin-top: 0.5rem;
}

.red-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    /* color: var(--clr-red); */
    border: 1px solid var(--clr-red);
    color: white;
    background-color: var(--clr-red);
    border-radius: 20px;
    font-size: var(--fs-100);
    margin-block: 2rem;
    font-weight: 600;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.red-button::after .red-button span {
    transition: all 0.3s ease-in-out;
    color: var(--clr-red);
}

.red-button:hover span {
    color: white !important;
}

.red-button-outline {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    color: var(--clr-red);
    border: 1px solid var(--clr-red);
    /* background-color: var(--clr-red); */
    border-radius: 20px;
    font-size: var(--fs-100);
    margin-block: 2rem;
    font-weight: 600;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.red-button-outline::after .red-button span {
    transition: all 0.3s ease-in-out;
    color: white;
}

.red-button-outline:hover span {
    color: white !important;
}

.read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    /* color: var(--clr-red); */
    border: 1px solid var(--clr-red);
    color: white;
    background-color: var(--clr-red);
    border-radius: 20px;
    font-size: var(--fs-100);
    margin-block: 2rem;
    font-weight: 600;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.white-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    font-size: var(--fs-100);
    margin-block: 2rem;
    font-weight: 600;
    gap: 10px;
    transition: all 0.3s ease-in-out;
}

.red-button:hover {
    /* background-color: var(--clr-red);
    color: white; */
    background-color: white;
    color: var(--clr-red);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.red-button-outline:hover {
    background-color: var(--clr-red);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.read-more:hover {
    /* background-color: var(--clr-red);
    color: white; */

    background-color: white;
    color: var(--clr-red);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.white-button:hover {
    background-color: var(--clr-red);
    color: white;
}

.bg-linear {
    background: linear-gradient(#EBFBFF, #DDEFF3);
}

/* .underline {
    text-decoration: underline;
    text-decoration-color: var(--clr-red);
} */

.nav-link {
    font-weight: 600;
    padding-inline: 0.6rem !important;
    font-size: 16px !important;
    color: #000;
}

.contact {
    gap: 1rem;
}

.contact a {
    font-size: var(--fs-50);
}

.num {
    border: 1px solid var(--clr-blue);
    display: flex;
    align-items: center;
    background-color: var(--clr-lt-blue);
    padding-right: 10px;
}

.vertical-line {
    width: 1px;
    height: 0.9rem;
    background-color: var(--clr-dark);
    margin-inline: 1rem;
}

.portal {
    border: 1px solid var(--clr-blue);
}

.portal a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.portal a span {
    padding-inline: 0.8rem;
}

.boa {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding: 2px 10px;
    border: 2px solid var(--clr-red);
    border-radius: 5px;
    gap: 0.5rem;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    margin-left: 11px;
}

.boa:hover {
    background-color: var(--clr-red);
    color: white;
}

.boa:hover img {
    transition: all 0.4s ease-in-out;
}

.boa:hover img {
    filter: invert(1);
}

.main-para {
    margin-block: 1rem;
    max-width: 51ch;
}

.pb-6 {
    padding-bottom: 6rem;
}

.ch-101 {
    max-width: 101ch;
}

.ch-82 {
    max-width: 82ch;
}

.p-t-b-21 {
    padding-block: 1.3rem;
}

.font-size-1 {
    font-size: 1rem;
}


/* ------------------- */


/* Hero Slider */

/* .hero {
    width: 100%;
}

.hero-slider {
    width: 100%;
    position: relative;
}

.hero-slider img {
    width: 100%;
    height: auto;
} */

/* Hero Slider Navigation */

/* .hero-slider .slick-dots {
    bottom: 20px;
}

.hero-slider .slick-dots li.slick-active button::before {
    opacity: 1;
    color: aqua;
    border: 1px solid aqua;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
}


.hero-slider .slick-dots li button::before {
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: unset;
    width: 16px;
    height: 16px;
} */


/* ---------------------- */
.hero-slider {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-slide {
    position: relative;
    height: 600px;
    overflow: hidden;
}

.hero-slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slide-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    padding: 0 15px;
}

.hospital-name {
    text-transform: uppercase;
    color: var(--clr-red);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-title {
    font-family: var(--ff-serif-normal);
    font-size: var(--fs-800);
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.hero-description {
    font-size: 1.1rem;
    max-width: 800px;
    margin: 0 auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}


.hero-slider-2 {
    position: relative;
    height: 24rem;
    overflow: hidden;
}

.hero-slider-2 .slick-list,
.hero-slider-2 .slick-track {
    height: 100%;
} 

.hero-slide-2 {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.hero-slide-bg-2 {
    width: 100%;
    height: 13rem;
    object-fit: cover;
}

.hero-content-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    gap: 10px;
    background-color: black;
    text-align: center;
    color: white;
    flex: 1;
    padding: 12px;
    width: 100%;
    position: relative;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    /* min-height: 14rem; */
}

.hero-content-2::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 2rem;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background: linear-gradient(to top, black, #0b0b0ba1);
}

.hero-slider-2 .slick-dots {
    bottom: 20px !important;
}
/* Custom Slick Dots */

.slick-dots {
    bottom: 30px;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--clr-cyan);
    padding: 0;
}

.slick-dots li button:before {
    content: '';
    display: none;
}

.slick-dots li.slick-active button {
    background-color: var(--clr-cyan);
    outline: 1px solid var(--clr-cyan);
    outline-offset: 2px;
}

/* Responsive Styles */
@media (max-width: 991.98px) {

    .hero-slider,
    .hero-slide {
        height: 500px;
    }

    .hero-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 767.98px) {

    .hero-slider,
    .hero-slide {
        height: 400px;
    }

    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .hero-description {
        font-size: 0.9rem;
        line-height: 1.1;
    }

    .hospital-name {
        font-size: 1rem;
        margin-bottom: 0;
    }
}

@media (max-width: 575.98px) {

    .hero-slider,
    .hero-slide {
        height: 350px;
    }

    .hero-content {
        bottom: 60px;
    }
}

/* ---------------------- */


/* centre */

.centres {
    width: 100%;
    /* height: 90vh; */
    position: relative;
    background-color: var(--clr-lt-blue);
    padding-bottom: 6.125rem;
}

.acheivments {
    position: relative;
    /* width: 100%; */
    /* padding-inline: 5rem; */
    top: -2.8rem;
    display: flex;
    justify-content: center;
    z-index: 1;
    gap: var(--fs-300);
}

.acheiv-outer {
    cursor: pointer;
    width: 245px;
    height: 90px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 1rem;
    /* padding-inline: var(--fs-500); */
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 6px solid var(--clr-dr-blue);
    transition: all 0.3s ease-in-out;
}

/* .acheiv-outer::before {
    content: "";
    height: 100%;
    position: absolute;
    background-color: var(--clr-dr-blue);
    z-index: -1;
    width: 1rem;
    left: -6px;
    top: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.acheiv-outer:hover::before {
    background-color: var(--clr-red);
    z-index: -1;
} */

.acheiv-outer:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-top: 1px solid var(--clr-red);
    border-right: 1px solid var(--clr-red);
    border-left: 6px solid var(--clr-red);
    border-bottom: 1px solid var(--clr-red);
}

.acheiv-content h3 {
    font-size: var(--fs-500);
    color: var(--clr-dr-blue);
    font-weight: 700;
}

.acheiv-content p {
    font-size: var(--fs-50);
}

/* custom-blog-content start */

/* .service-list-1.owl-carousel {
    display: flex;
    flex-wrap: wrap;
}

.service-list-1.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
}

.service-list-1.owl-carousel .owl-item {
    display: flex;
    height: auto;
} */

.owl-carousel .owl-item {
    padding-inline: 5px;
}

.single-blog-box {
    position: relative;
    /* margin-bottom: 30px; */
    /* padding: 1rem; */
    display: flex;
    flex-direction: column;
    height: 24.0625rem;
    overflow: hidden;
    border-radius: 5px;
}

.c-o-e-card {
    position: relative;
    /* margin-bottom: 30px; */
    /* padding: 1rem; */
    display: flex;
    flex-direction: column;
    height: 25.0625rem;
    overflow: hidden;
    border-radius: 25px;
}

.c-o-e-content {
    text-align: center;
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    padding: 1rem;
}

.c-o-e-title {
    position: relative;
    z-index: 4;
    font-size: 20px;
    line-height: 1.2;
    text-align: start;
    color: white;
    font-weight: 800;
    /* margin-bottom: var(--fs-400); */
}

.c-o-e-button {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #ecf5fb;
    border-radius: 50%;
    font-size: 1.2rem;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
}

.c-o-e-button:hover {
    background-color: var(--clr-red);
    color: white;
}

.c-o-e-button i {
    transform: rotate(-45deg);
    color: #000;
    transition: all 0.3s ease-in-out;
}


.c-o-e-button:hover i {
    color: #fff;
    transform: rotate(0deg);
}

.c-o-e-card:hover .blog-thumb img {
    transform: scale(1.1) rotate(-3deg);
}


.blog-thumb {
    height: 100%;
}

.blog-thumb-decription {
    /* display: none; */
    position: absolute;
    /* z-index: 10; */
    border-radius: 5px;
    inset: 0;
    background-color: var(--clr-dr-blue);
    opacity: 0;
    padding: 0.5rem;
    visibility: hidden;
    transition: all 0.2s ease-in;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.blog-thumb-decription-title {
    position: relative;
    z-index: 4;
    font-size: var(--fs-300);
    color: white;
    font-weight: 600;
    margin-bottom: var(--fs-200);
    text-align: center;
}

.single-blog-box:hover .blog-thumb-decription {
    visibility: visible;
    opacity: 80%;
}


.blog-content {
    padding: 24px 26px;
    border-radius: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-content a {
    display: block;
    font-size: 21px;
    line-height: 32px;
    color: #0a132e;
    font-weight: 600;
    transition: 0.5s;
}

.service-list-1 .owl-nav {
    position: relative;
    width: 100%;
}

.service-list-1 .owl-prev {
    position: absolute;
    top: -166px;
    left: -10px;
}

.service-list-1 .owl-next {
    position: absolute;
    top: -166px;
    right: -10px;
}

.service-list-1 .owl-prev i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-dark);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.service-list-1 .owl-next i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-red);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.owl-carousel .owl-item img {
    width: unset;
}

.blog-thumb img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    transition: all 0.3s ease-in-out;
}

.card-content {
    text-align: center;
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
}

/* custom-blog-content end */

.main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
}

.slide-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    margin-block: 1rem;
}

.custom-card {
    width: 13.875rem;
    height: 19.0625rem;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: end;
}

.custom-card img {
    position: absolute;
    border-radius: 6px;
    z-index: 3;
}

.card-title {
    position: relative;
    z-index: 4;
    font-size: var(--fs-300);
    color: white;
    font-weight: 600;
    margin-bottom: var(--fs-400);
}

.card-title.black-text {
    color: var(--clr-lt-dark);
}

.card-text {
    /* line-height: 1; */
    font-size: 0.85rem;
}

.slide-2 .slick-prev,
.slick-next {
    z-index: 4;
}

.slide-2 .slick-prev {
    left: 0;
}

m.slide-2 .slick-next {
    right: 15px;
}

.slide-2 .slick-prev::before,
.slick-next::before {
    font-size: 40px;
    color: var(--clr-red);
    opacity: 1;
}


/* ------------------- */

/* Section-3 specialities */

.main-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
}

.slide-3 {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    background-color: transparent;
    margin-block: 1rem;
}

.slide-outer-box {
    width: 181px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-inline: auto;
    gap: 1rem;
    padding-block: 1px;
}

.slide-inner-box {
    width: 171px;
    height: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    outline: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.slide-inner-box:hover {
    outline: 1px solid var(--clr-red);
}

/* .slide-hover-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.slide-inner-box:hover .slide-hover-img {
    opacity: 1;
    visibility: visible;
}

.slide-inner-box img:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.slide-inner-box:hover img:nth-child(1) {
    opacity: 0;
    visibility: hidden;
} */

.slide-inner-box img {
    transition: all 0.3s ease-in-out;
}

.slide-inner-box:hover img {
    transform: scale(1.1);
}

.slide-lower-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.slide-lower-box p {
    color: var(--clr-dark);
    font-weight: 600;
    text-align: center;
}

.slide-3 .owl-nav {
    position: relative;
    width: 100%;
}

.slide-3 .owl-prev {
    position: absolute;
    top: -195px;
    left: 0px;
}

.slide-3 .owl-next {
    position: absolute;
    top: -195px;
    right: 0px;
}

.slide-3 .owl-prev i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-dark);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.slide-3 .owl-next i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-red);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.slide-4 .owl-nav {
    position: relative;
    width: 100%;
}

.slide-4 .owl-prev {
    position: absolute;
    top: -190px;
    left: -13px;
}

.slide-4 .owl-next {
    position: absolute;
    top: -190px;
    right: -10px;
}

.slide-4 .owl-prev i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-dark);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.slide-4 .owl-next i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-red);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.slide-7 .owl-nav {
    position: relative;
    width: 100%;
}

.slide-7 .owl-prev {
    position: absolute;
    top: -190px;
    left: -13px;
}

.slide-7 .owl-next {
    position: absolute;
    top: -190px;
    right: -10px;
}

.slide-7 .owl-prev i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-dark);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.slide-7 .owl-next i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-red);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


/* New Section */

.section-title {
    color: #2c3e7b;
    font-weight: 600;
    /* margin-bottom: 1.5rem; */
    position: relative;
    padding-bottom: 0.5rem;
}

/* .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: #2c3e7b;
} */

.date-badge {
    background-color: var(--clr-red);
    color: white;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    font-size: 0.875rem;
    z-index: 10;
    border-radius: 4px;
}

.news-card {
    /* width: 18.9375rem; */
    border-radius: 25px;
    padding: 8px;
    overflow: hidden;
    position: relative;
    height: 100%;
    background-color: #ffffff7d;

}

.news-img-container {
    height: 13.8125rem;
    overflow: hidden;
    position: relative;
    border-radius: 17px;
}

.news-img-container img {
    width: 100%;
    /* height: 100%; */
    object-fit: contain;
}

.news-content {
    padding-block: 1rem;
    padding-inline: 5px;
}

.news-title {
    color: #2c3e7b;
    font-weight: 600;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-title:hover {
    color: var(--clr-red);
}

.news-text {
    color: #555;
    margin-bottom: 1rem;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.n-e-type {
    position: absolute;
    border-radius: 10px;
    background: #031b4e;
    color: #fff;
    bottom: 10px;
    left: 10px;
    padding: 5px 8px;
    font-weight: 600;
}

.review-card {
    background-color: white;
    padding: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.quote-mark {
    color: #f8d7da;
    font-size: 5rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    line-height: 1;
    font-family: Georgia, serif;
}

.review-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.reviewer-img {
    /* width: 80px;
    height: 80px; */
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 1.5rem;
}

.review-text {
    color: #555;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.reviewer-name {
    color: #2c3e7b;
    font-weight: 600;
    font-size: 1rem;
}

.view-all-btn {
    background-color: transparent;
    color: #e74c3c;
    border: 1px solid #e74c3c;
    border-radius: 30px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}

.view-all-btn:hover {
    background-color: #e74c3c;
    color: white;
}

.view-all-btn i {
    margin-left: 0.5rem;
}

@media (max-width: 767.98px) {

    .reviewer-img {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .section-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .section-title {
        text-align: center;
    }
}


/* Blog Section */

.section-description {
    /* text-align: center;
    max-width: 1200px; */
    margin: 0 auto 3rem;
    color: #333;
    /* line-height: 1.6; */
}

.blog-card {
    background-color: white;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 13, 68, 0.1);
    margin-block: 5px;
    margin-inline: 3px;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    padding: 8px;
    transition: all 0.3s ease-in-out;
}

.blog-card:hover {
    box-shadow: 0 10px 35px rgba(0, 13, 68, 0.1);
}

.blog-img-container {
    overflow: hidden;
    position: relative;
    border-radius: 17px;
    height: 17rem;
}

/* .blog-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.blog-category {
    background-color: #e74c3c;
    color: white;
    padding: 0.5rem 1rem;
    position: absolute;
    bottom: 6px;
    left: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 10px;
}

.blog-content-2 {
    padding-top: 1rem;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.blog-content-2-para {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
    line-height: 1.4;
}

.blog-meta {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.blog-carousel .item {
    height: 31.5rem;
    margin-bottom: 1rem;
}

.blog-carousel .owl-nav {
    position: relative;
    width: 100%;
}

.blog-carousel .owl-prev {
    position: absolute;
    top: -245px;
    left: -10px;
}

.blog-carousel .owl-next {
    position: absolute;
    top: -245px;
    right: -10px;
}

.blog-carousel .owl-prev i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-dark);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.blog-carousel .owl-next i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-red);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.news-event-title,
.news-event-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog-event-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media (max-width: 767.98px) {
    .section-title {
        font-size: 2rem;
    }

    .blog-img-container {
        height: 200px;
    }

    .owl-nav button {
        width: 35px;
        height: 35px;
    }
}

/* Our Doctor and Patient Speak*/

.vertical-divider {
    width: 1px;
    background-color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50.8%;
    transform: translateX(-50%);
    padding: 0;
    height: 95%;
}

.video-card {
    padding: 0;
    background-color: white;
    border-radius: 25px;
    overflow: hidden;
    /* margin-bottom: 1.5rem; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.video-img-container {
    overflow: hidden;
    position: relative;
    min-height: 218px;
    background-color: black;
}

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

.play-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr-red);
    font-size: 1.25rem;
    transition: all 0.3s;
}

/* .play-button:hover {
    width: 49px;
    height: 49px;
} */
.video-gallery:hover .play-button {
    transform: translate(-50%, -50%) scale(1.2);
}

.patient-speak:hover .play-button {
    transform: translate(-50%, -50%) scale(1.2);
}

.play-button-2 {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    bottom: 72px;
    right: 113px;
    overflow: hidden;
}

/* .video-img-container:hover .play-button {
    background-color: rgba(231, 76, 60, 1);
} */

.video-content {
    padding: 1.5rem;
    flex-grow: 1;
    min-height: 120px;
}

.video-title {
    font-size: 1rem;
    display: flex;
    align-items: end;
}

.video-link {
    color: #e74c3c;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.video-link i {
    margin-left: 0.5rem;
}

.video-short-para {
    overflow: hidden;
    font-size: 1rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
    .vertical-divider {
        display: none;
    }

    .section-divider {
        height: 1px;
        background-color: #ccc;
        margin: 2rem 0;
    }
}

@media (max-width: 767.98px) {
    .section-title {
        font-size: 1.5rem;
    }

    .video-img-container {
        height: 180px;
    }

    .play-button {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

.slide-5 {
    display: flex;
    /* make the slide-5 container a flex container */
    flex-wrap: wrap;
    /* allow the video cards to wrap to the next line */
}

.slide-5 .owl-prev i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-dark);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.slide-5 .owl-next i {
    width: 36px;
    height: 36px;
    border-radius: 28px;
    background-color: var(--clr-red);
    border: 1px solid rgba(10, 19, 46, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.slide-5 .owl-prev {
    position: absolute;
    top: 152px;
    left: -14px;
}

.slide-5 .owl-next {
    position: absolute;
    top: 152px;
    right: -12px;
}

/* Footer Area */

.footer-area {
    padding-block: 2rem;
    border-top: 7px solid var(--clr-red);
    background-color: var(--clr-dark);
}

.footer-area a {
    color: #fff;
    font-size: var(--fs-50);
    font-weight: 100;
    line-height: initial;
    text-decoration: none;
    transition: all 0.2s;
}

.footer-area a:hover {
    color: var(--clr-red);
    transform: translateX(3px);
}

.footer-area h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-area .footer-list-item ul {
    margin-top: 1.5rem;
}

.footer-area .footer-list-item ul li {
    color: var(--clr-red);
    font-size: 12px;
    margin-block: 0.5rem;
    display: flex;
    align-items: start;
    gap: 0.6rem;
}

.footer-content .view-all a {
    font-size: 1rem;
    font-weight: 700;
}

.footer-content .social-media {
    margin-top: 1.5rem;
}

.footer-content .social-media ul {
    display: flex;
    gap: 1rem;
}

.footer-content .social-media ul li a i {
    font-size: 1.125rem;
}

.footer-area .footer-title-list {
    margin-block: 1.5rem;
}

.footer-title-list h4 {
    margin-block: 0.4rem;
}

.footer-button-area {
    width: fit-content;
}

.call-to-action {
    font-size: var(--fs-100) !important;
    font-weight: 700 !important;
    display: flex;
    padding: 0.5rem 0.5rem;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    gap: 0.5rem;
    align-items: center;
    margin-block: 0.5rem;
}

.white {
    background-color: white;
    color: black !important;
}

.red {
    background-color: var(--clr-red);
    color: white;
}

.copyright p {
    text-align: center;
    font-size: var(--fs-50);
    padding-block: 0.9rem;
}

/* Health banner */

.health-banner {
    position: relative;
    overflow: hidden;
    margin: 30px auto;
    max-width: 1200px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.banner-container {
    display: flex;
    height: 350px;
}

.banner-image {
    flex: 0 0 50%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner-content {
    flex: 0 0 50%;
    background-color: #2c3e7b;
    color: white;
    padding: 40px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Create the diagonal shape */
.banner-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 350px 80px;
    border-color: transparent transparent #2c3e7b transparent;
}

.banner-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.title-underline {
    width: 60px;
    height: 3px;
    background-color: var(--clr-red);
    margin-bottom: 1.5rem;
}

.banner-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.patient-portal-btn {
    display: inline-flex;
    align-items: center;
    background-color: var(--clr-red);
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    width: fit-content;
}

.patient-portal-btn:hover {
    background-color: #cc000e;
    color: white;
}

.patient-portal-btn i {
    margin-left: 10px;
}

.blog-card .blog-img-container img {
    width: 100% !important;
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .banner-container {
        height: auto;
        flex-direction: column;
    }

    .banner-image {
        flex: 0 0 250px;
        height: 250px;
    }

    .banner-content {
        flex: 0 0 auto;
        padding: 30px;
    }

    .banner-content::before {
        display: none;
    }

    .banner-title {
        font-size: 1.8rem;
    }

    .banner-description {
        font-size: 1rem;
    }
}

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

    .banner-content {
        padding: 25px 20px;
    }

    .banner-title {
        font-size: 1.5rem;
    }

    .banner-description {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }
}

/* ------------- */


/*new header*/

.ph_no {
    display: flex;
    padding-top: 1rem;
    justify-content: end;
    align-items: center;
    gap: 0.75rem;
}

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

.all_num {
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--fs-400);
}

.call_img {
    height: 100%;
}

.call_img img {
    height: 100%;
}

.all_num call_img {
    border: 1px solid var(--clr-blue);
    background-color: var(--clr-lt-blue);
}

.all_num_a {
    display: flex;
    align-items: center;
    border: 1px solid var(--clr-blue);
    background-color: var(--clr-lt-blue);
    padding-inline: 1rem;
    font-size: var(--fs-50);
    line-height: 1;
    /* height: 100%; */
}

.patient_portal a {
    display: flex;
    align-items: center;
    border: 1px solid var(--clr-blue);
    font-size: var(--fs-50);
    line-height: 1;
    height: 100%;
    gap: 2px;
}

.patient_portal a span {
    padding-inline: 0.6rem;
}

.navbar-brand img {
    /* width: ; */
}

.navbar_list {
    display: flex;
}

.nav-link {
    font-size: var(--fs-50);
}

.nav-link:focus,
.nav-link:hover {
    color: var(--clr-red) !important;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.testimonials .nav-link:hover {
    color: var(--clr-lt-dark) !important;
}

.testimonials .nav-link:focus {
    color: white !important;
}

.user-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.list-group-item {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: var(--clr-lt-dark);
    transition: all 0.3s ease-in-out;
}

.list-group-item:hover a {
    color: var(--clr-red) !important;
}

.list-group-heading {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: var(--clr-red) !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
}

.dropdown-menu {
    padding: 1rem;
}

.speciality-menu {
    padding: 0rem 1rem 0rem 0 !important;
    top: 92% !important;
    left: 0;
}

#header--sticky .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

#header--sticky .dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: block;
    /* Keeps layout intact without Bootstrap JS toggling display */
    margin-top: 0;
    pointer-events: none;
    /* Prevent accidental hover when hidden */
}

#header--sticky .dropdown:hover .dropdown-menu {
    pointer-events: auto;
}


.dropdown-item {
    border-bottom: 1px solid #ddd;
    padding-block: 0.4rem;
    color: var(--clr-lt-dark);
    transition: all 0.3s ease-in-out;
}

.dropdown-item:hover {
    color: var(--clr-red);
}

.dropdown-item:active {
    background-color: var(--clr-red);
    color: white;
}


#header--sticky {
    position: sticky;
    top: 0;
    width: 100%;
    background: white;
    transition: all 0.3s ease-in-out;
    z-index: 1200;
}

body:has(#header--sticky) #header--sticky {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}




/*--------------------------*/
/* About Page Styling Start */
/*--------------------------*/

/* About Banner */

/* ==========================
    - Breadcrumb CSS
==============================*/
.breadcrumb-section {
    position: relative;
    height: 21.875rem;
}

.breadcrumb-title {
    font-family: var(--ff-poppins);
    font-size: var(--fs-800);
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 3px;
    color: white;
    font-weight: 700;
}

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

.breadcrumb-image img {
    height: 100%;
    transition: all 0.3s ease-in-out;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.breadcrumb-item {
    text-transform: uppercase;
    color: white;
}

.breadcrumb-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-item+.breadcrumb-item:before {
    position: static;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    vertical-align: middle;
}

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

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

.breadcrumb {
    flex-wrap: nowrap;
}

.breadcrumb-item.active {
    color: white;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.breadcrumb-banner-section {
    background-size: cover;
    background-position: center;
    padding: 125px 0 8px;
    position: relative;
    color: white;
}

.breadcrumb-banner-title {
    font-family: var(--ff-poppins);
    font-size: var(--fs-800);
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 3px;
    color: white;
    font-weight: 700;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.breadcrumb-banner-section .d-flex.flex-column.flex-sm-row.align-items-start.align-items-md-center.gap-3 {
    margin-top: 3rem;
}

@media (max-width: 768px) {
    .breadcrumb-banner-title {
        font-size: 32px;
        font-weight: 700;
    }
}

@media (max-width: 576px) {
    .breadcrumb-banner-title {
        font-size: 24px;
    }

    .breadcrumb-banner-section {
        padding: 20px 0 6px;
        min-height: 8.5rem;
        display: flex;
        align-items: center;
    }
}



/* ==========================
    - About us section CSS
==============================*/

.about-us-section {
    padding-block: 6.875rem;
}

.about-us-content p {
    margin-bottom: 0.5rem;
}

/* ==========================
    - Milestone section CSS
==============================*/

.mt-100 {
    margin-top: 1.8rem;
}

.milestone-section {
    /* padding-block: 6.875rem; */
    padding-block: 3rem;
}

/* .milestones {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 1.01rem;
    margin-top: var(--fs-800);
    margin-bottom: 2rem;
}

.milestones-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.milestone-date {
    background: white;
    width: 7.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid black;
    border-radius: 16px;
    color: var(--clr-red);
    font-size: var(--fs-300);
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding-block: 1rem;
}

.milestone-description {
    font-size: 14px;
    text-align: center;
    width: 10.6rem;
}

.line-curve-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.upper-dot-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10.8rem;
    width: 100%;
    top: 5%;
}

.lower-dot-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10.8rem;
    width: 100%;
    bottom: 5%;
}

.dot {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: white;
    position: relative;
}

.dot::before {
    content: "";
    position: absolute;
    width: 0.9px;
    height: 1.8rem;
    background-color: var(--clr-dark);
    left: 43%;
    top: 12px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.curve-milestone-date {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: -70%;
    z-index: 10;
}

.line-curve-vertical-img {
    position: absolute;
    right: 5.5rem;
    top: 28%;
}

.milestone-date.left {
    left: 43px;
}

.milestone-date.right {
    right: 43px;
} */


/* ===========================
    - About us section CSS End
==============================*/



/*-----------------------------------*/
/* Doctor Profile Page Styling Start */
/*-----------------------------------*/

/* .doctor-breadcrumb-content {
    position: absolute;
} */

.doctor-breadcrumb-section {
    background-size: cover;
    background-position: center;
    padding: 40px 0 10px;
    position: relative;
}

/* .doctor-breadcrumb-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.doctor-breadcrumb-image {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.doctor-breadcrumb-image img {
    height: 100%;
    width: 100%;
}

.doctor-breadcrumb-content .card-img-top {
    height: 20rem;
    object-fit: contain;
}

.doctor-profile-details h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-block: 0.45rem;
}

.doctor-profile-details p {
    font-size: var(--fs-100);
    line-height: 1.2;
}

.doctor-breadcrumb-item+.doctor-breadcrumb-item:before {
    position: static;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 600;
    vertical-align: middle;
    font-size: 0.8125rem;
    margin-left: 10px;
}

.doctor-breadcrumb-item {
    color: #000000;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8125rem;
    gap: 0.5rem;
    text-transform: uppercase;
}

.doctor-breadcrumb-item.active {
    font-weight: 700;
}

.doctor-detail-title {
    font-size: var(--fs-300);
    font-weight: 700;
    letter-spacing: 0.6px;
}

.training-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2rem;
    padding-right: 1rem;
    position: relative;
}

.training-box {
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 0.5rem;
    line-height: 1.2;
}

.training-box>span {
    font-weight: 700;
}

.section-divider {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* left: 56%; */
    top: 43%;
    height: 1px;
    padding: 0;
}

.top-70 {
    top: 70%;
}

/*---------------------------------*/
/* Doctor Profile Page Styling End */
/*---------------------------------*/



/*-------------------------------*/
/* Contact Us Page Styling Start */
/*-------------------------------*/
.health-form,
.contact-form {
    border-radius: 10px;
}

.health-form {
    border-radius: 10px;
    max-width: 800px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 0.125rem 0px, rgba(0, 0, 0, 0.14) 0px 0.5rem 1rem 0;
}

.health-form .form-check {
    margin-bottom: 1rem;
    margin-left: 1.5rem;
    font-size: 1rem;
}

.health-form .form-label {
    display: flex;
    gap: 0.5rem;
}

.health-form .number {
    display: block;
}

.health-form .form-check-input {
    border-color: black !important;
}

.health-form .form-check-input:checked {
    background-color: var(--clr-red) !important;
}

.health-form .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25) !important;
}

.form-select,
.form-control {
    border: 1px solid gray !important;
    border-radius: 50px !important;
    padding-block: 0.6rem !important;
    padding-inline: 1.5rem !important;
    background-color: transparent !important;
    font-weight: 600 !important;
}

/*-----------------------------*/
/* Contact Us Page Styling End */
/*-----------------------------*/


/*---------------------------------------*/
/* Quality Commitment Page Styling Start */
/*---------------------------------------*/

.quality-commitment-icon-list {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    right: -20px;
}

.quality-commitment-icon {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--clr-red);
    border: 3.5px solid white;
    border-radius: 50%;
}

.quality-commitment-title {
    font-size: var(--fs-300);
    font-weight: 700;
    letter-spacing: 0.6px;
}

.quality-commitment-description {
    margin-bottom: 5rem;
}


/*--------------------------------*/
/* Our Doctors Page Styling Start */
/*--------------------------------*/

.our-doctors-section .card {
    overflow: hidden;
    height: 24.5rem !important;
}

.our-doctors-section .card .card-img-top {
    height: 14.876rem !important;
    object-fit: contain;
}

.our-doctors-section .card .our-doctor-profile-link {
    position: absolute;
    inset: 0;
    background-color: var(--clr-dr-blue);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our-doctors-section .card:hover .our-doctor-profile-link {
    visibility: visible;
    opacity: 80%;
}

/*------------------------------*/
/* Our Doctors Page Styling End */
/*------------------------------*/

/*--------------------------------*/
/* Our Leaders Page Styling Start */
/*--------------------------------*/

.our-Leaders-section .card {
    transition: all 0.4s ease-in;
    overflow: hidden;
}

.our-Leaders-section .card:hover {
    transform: translateY(-5px);
}

/*------------------------------*/
/* Our Leaders Page Styling End */
/*------------------------------*/



/*--------------------------*/
/* Blogs Page Styling Start */
/*--------------------------*/

.blogs-container {
    background-color: #ecf5fb;
    padding: 8px;
    border-radius: 25px;
}

/* .blogs-container:hover {
    transform: translateY(-5px);
} */

.blogs-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

.blogs-content>a>span,
.blog-content-2>a>span {
    transition: all 0.3s ease-in-out;
}

.blogs-content>a>span:hover,
.blog-content-2>a>span:hover {
    color: var(--clr-red);
}

/*------------------------*/
/* Blogs Page Styling End */
/*------------------------*/


/*------------------------*/
/* For Pateint Page Styling Start */
/*------------------------*/

.for-pateint-container {
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.for-pateint-container:hover {
    transform: translateY(-5px);
}

/*------------------------*/
/* For Pateint Page Styling End */
/*------------------------*/


#readmore-content {
    display: -webkit-box;
    -webkit-line-clamp: 16;
    /* This should match data-max-lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}

#readmore-content.expanded {
    -webkit-line-clamp: unset;
    display: block;
}

/* .content {
    height: 32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}

.content.expanded {
    height: fit-content;
}

.content+.read-more.hidden {
    display: none;
} */

.nav-pills .nav-link.active {
    background-color: var(--clr-red);
    color: white !important;
}

.yt-vid {
    width: auto;
}

.yt-vid iframe {
    width: 100%;
}

.content-para {
    font-size: 18px;
    line-height: 18px;
    display: -webkit-box;

    /* Set your count of lines. Please note:  you should also change the count in the JS file */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}

.content-para.expanded-para {
    -webkit-line-clamp: unset;
    height: fit-content;
}

.content-para+.read-more.hidden {
    display: none;
}

.for-patient .accordion-header .accordion-button:hover img {
    transform: translateY(-6px);
    transition: all 0.3s ease-in-out;
    filter: drop-shadow(0 6px 4px rgba(0, 0, 0, 0.2));
}

.hidden {
    display: none !important;
}


.offcanvas .dropdown-menu {
    position: relative !important;
    transform: unset !important;
    inset: unset !important;
}

.speciality-content-para>img {
    max-width: 494px;
    max-height: 496px;
    width: 100%;
}

.f-p-f-v p,
.speciality-content-para p {
    margin-top: 1rem;
}

.speciality-content-para ul {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    gap: 1rem;
    margin: 1rem 0;
}

.f-p-f-v ol,
.speciality-content-para ol {
    margin: 1rem 0;
}

.speciality-content-para ul li {
    background-color: #ecf5fb;
    border: 1px solid #ecf5fb;
    padding: 1rem;
    width: 170px;
    border-radius: 15px;
    text-align: center;
    min-height: 120px;
    transition: all 0.3s ease-in-out;
}

.speciality-content-para ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--clr-red);
}

.f-p-f-v ul li,
.speciality-content-para ul li p {
    margin-top: 0;
}

.f-p-f-v ol li,
.speciality-content-para ol li {
    list-style: auto;
}

.doctorModal .modal-body iframe,
.patientModal .modal-body iframe,
.videoModal .modal-body iframe {
    height: 500px !important;
}

.rkc-card-item {
    /* width: 30%; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem;
    transition: all 0.3s ease-in-out;

}

.rkc-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border: 1px solid var(--clr-red);
}


.custom-accordion-header {
    border-radius: 10px;
    overflow: hidden;
}

.custom-accordion,
.custom-accordion-item {
    background-color: transparent !important;
}

/* .custom-accordion-item {
    padding-block: 1rem;
  } */

.custom-accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-inline: 1rem;
    background: white;
    border: none;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    font-size: 1.2rem;
}

.custom-accordion-button::after {
    background-image: none !important;
    width: 40px;
    height: 40px;
    content: "\f061";
    font-family: FontAwesome;
    background-color: var(--clr-red);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
}

.custom-accordion-button:not(.collapsed) {
    background-color: var(--clr-red);
    color: white;
}

.custom-accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
    background: #f0efff;
    color: black;
}

.custom-accordion-collapse {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    padding-inline: 1rem;
    transition: all 0.3s ease-in-out;
}

.custom-accordion-body {
    padding-block: 1.5rem;
    background-color: white;
    border-radius: 10px;
    margin-top: 5px;
}

/* new code */
.about-doctor-content {
    margin-top: 1rem;
}

.about-doctor-content h3::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../../photos/certified-icon.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.about-doctor-content h3 {
    font-size: var(--fs-600);
    color: var(--clr-dr-blue);
    font-weight: 700;
    letter-spacing: 0.1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
}

.about-doctor-content p {
    margin-bottom: 1rem;
}

.about-doctor-content ul {
    padding-left: 3rem;
}

.about-doctor-content ul li {
    display: flex;
    gap: 8px;
    padding-block: 0.5rem;
}

.about-doctor-content ul li::before {
    content: "\F270";
    /* Unicode for bi-check2-circle */
    font-family: 'bootstrap-icons';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    font-size: 1.1rem;
    /* optional */
    vertical-align: middle;
    color: var(--clr-red);
}

/* new code */


/* Filter sidebar code */


.filter-sidebar {
    width: 100%;
    height: 100%;
    /* padding: 1rem; */
    /* background-color: #f8f9fa;
    border-right: 1px solid #dee2e6; */
}

.filter-group {
    margin-bottom: 1.5rem;
    background-color: #ebebeb5c !important;
    border-radius: 6px !important;
    padding: 7px 10px !important;
}

.filter-sidebar-title {
    font-weight: 700;
    color: var(--clr-dr-blue);
}

.filter-group-title {
    margin-bottom: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0;
    font-size: 1.1rem;
    background-color: transparent !important;
    font-weight: 700 !important;
    color: var(--clr-dr-blue) !important;
}

.filter-group .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: var(--clr-dr-blue) !important;
    border-radius: 0.5rem;
    box-shadow: none;

}

.filter-group .accordion-button:focus {
    box-shadow: none;
}

.filter-group .accordion-button::after {
    background-size: 1rem;
}

.filter-options {
    margin-left: 0.5rem;
}

.form-check {
    margin-bottom: 0.5rem;
}

.filter-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1030;
    display: none;
}

.filter-sidebar .form-check-label {
    cursor: pointer;
    transition: color 0.2s ease-in-out;
    font-size: 1rem;
    color: var(--clr-dr-blue);
}

.filter-sidebar .form-check-input:checked {
    background-color: var(--clr-red) !important;
    border-color: var(--clr-red) !important;
}

.filter-sidebar .form-check-input:focus {
    border-color: #fb876fed;
    outline: 0;
    box-shadow: 0 0 0 .25rem #ff8c754a;
}

.filter-sidebar .form-check-label:hover {
    color: var(--clr-red);
}

/* Hide sidebar on small screens */
@media (max-width: 992px) {
    .desktop-sidebar {
        display: none;
    }

    .filter-button {
        display: block;
    }
}

/* Filter sidebar code end */


/* New About page code */

.milestone-section ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(60rem, 90%);
    margin-inline: auto;
}

/* line */
.milestone-section ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 46;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
.milestone-section ul li:not(:last-child) {
    margin-bottom: 4rem;
}

/* card */
.milestone-section ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

/* date */
.milestone-section ul li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);

    text-align: center;
    background-color: var(--accent-color);

    color: white;
    font-size: 1.25rem;
    font-weight: 700;

    display: grid;
    place-content: center;
    position: relative;

    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
.milestone-section ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;

    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}

/* circle */
.milestone-section ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: rgb(245, 245, 245);
    border: 0.3rem solid #41516C;
    border-radius: 50%;
    top: 50%;

    transform: translate(50%, -50%);
    right: calc(100% + 2rem + 0.25rem / 2);
}

/* title descr */
.milestone-section ul li .descr {
    background: rgb(245, 245, 245);
    position: relative;
    padding-inline: 1.5rem;
}

.milestone-section ul li .descr {
    padding: 1.5rem;
}

/* shadows */
.milestone-section ul li .title::before,
.milestone-section ul li .descr::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    border-radius: 50%;
    filter: blur(4px);
    transform: translate(-50%, 50%);
}

.milestone-section ul li .title::before {
    bottom: calc(100% + 0.125rem);
}

.milestone-section ul li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
    .milestone-section ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .milestone-section ul::before {
        grid-column: 2;
    }

    .milestone-section ul li:nth-child(odd) {
        grid-column: 1;
    }

    .milestone-section ul li:nth-child(even) {
        grid-column: 3;
    }

    /* start second card */
    .milestone-section ul li:nth-child(2) {
        grid-row: 2/4;
    }

    .milestone-section ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .milestone-section ul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

    .milestone-section ul li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}

/* New About page code end */

/* .custom-modal-body {
    height: 600px;
}

.carousel {
    height: 100%;
    overflow: hidden;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.carousel-item {
    height: 100%;
    padding: 10px;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  } */

/* .carousel-control-next-icon, .carousel-control-prev-icon {
    filter: invert(1);
  } */


.gallery-container {
    position: relative;
}

.gallery-item {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);

}

.gallery-item:hover .card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.gallery-container .card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.gallery-container .card-img-top {
    height: 14rem;
    object-fit: cover;
}

.category-filters {
    margin-bottom: 30px;
}

/* .btn-filter {
    margin: 0 5px 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #495057;
    border-radius: 20px;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.btn-filter:hover {
    background-color: #e9ecef;
}

.btn-filter.active {
    background-color: var(--clr-red);
    color: white;
    border-color: var(--clr-red);
} */

/* Modal Styles */
.modal-content {
    border-radius: 15px;
}

.required {
    color: var(--clr-red);
}

#playModal .modal-header,
.videoModal .modal-header,
.doctorModal .modal-header,
.patientModal .modal-header {
    border-bottom: none !important;
    padding: 0;
    width: 40px !important;
    position: absolute;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    z-index: 1;
    top: -10px;
    right: -10px;
    background-color: #f6fcff !important;
    border-radius: 50%;
}

#playModal .modal-header>button,
.videoModal .modal-header>button,
.doctorModal .modal-header>button,
.patientModal .modal-header>button {
    margin: 0 !important;
    padding: 0 !important;
}

/* .modal-body {
    padding: 0 30px 30px;
} */

.carousel-item img {
    width: 100%;
    height: 82vh;
    object-fit: contain;
    border-radius: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .carousel-item img {
        height: 50vh;
    }

    .btn-filter {
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        height: 40vh;
    }

    .modal-dialog {
        margin: 10px;
    }
}


.imageModal.modal.show .modal-dialog {
    max-width: 832px !important;
}

.imageModal .modal-content {
    background-color: transparent !important;
    border: none !important;
}

.imageModal .modal-body {
    padding: 0 !important;
}


.bdhnru .col-3:nth-child(1) {
    padding-left: 1rem !important;
}

.bdhnru .col-3:nth-child(1) .list-group {
    --bs-list-group-bg: none;
}

.hfghdh {
    position: absolute;
    top: 0;
    height: 100%;
    background-color: #f5f5f5;
    width: 25%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    overflow: hidden;
}

.gallery-item .folder-icon {
    position: absolute;
    top: 10px;
    left: 26px;
    z-index: 1;
    pointer-events: none;
}


.custom-d-card {
    display: flex;
    flex-direction: column;
    padding: 8px;
    background-color: #ecf5fb;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
    height: 27rem;
}

.c-d-c-img {
    height: 15rem;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
    background-color: white;
}

.c-d-c-img img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}

.c-d-c-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 5px;
    padding-block: 0.8rem;
    position: relative;
    overflow: hidden;
    flex-grow: 1;
}


.c-d-c-button-container {
    display: flex;
    gap: 6px;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 125%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    width: 94%;
}

.c-d-c-button-container .d-p {
    flex: 1;
    font-size: 14px;
    background-color: var(--clr-red);
    padding: 12px;
    color: white;
    border-radius: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;

    text-align: center;
    font-weight: 600;
    width: max-content;

}

.custom-d-card:hover {
    /* background-color: #031b4e; */
    background-color: var(--clr-dr-blue);
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
}

.custom-d-card:hover .c-d-c-button-container {
    transform: translate(-50%, 0);
    opacity: 1;
}

.custom-d-card:hover .card-text {
    opacity: 0;
}

.c-d-c-title {
    font-size: 1.4rem;
    color: #031b4e;
    font-weight: 700;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in-out;
}

.c-d-c-text {
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.c-d-c-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    color: #000;
    background-color: #ecf5fb;
    border-radius: 12px;
    font-size: 1.2rem;
    /* font-weight: 600; */
    transition: all 0.3s ease-in-out;
}

.c-d-c-button i {
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
}


.c-d-c-button:hover i {
    transform: rotate(0deg);
}

.custom-d-card:hover .c-d-c-title,
.custom-d-card:hover .c-d-c-text {
    color: white;
}

.home-care {
    background-color: #ecf5fb;
    min-height: 9rem;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.home-care p {
    color: #000;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
}

.home-care:hover {
    background-color: #031b4e;
    box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
    color: white;
}

.home-care:hover p {
    color: white;
}

.prevent {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.emergency_num .siren {
    animation: blinkZoomJiggle 1s infinite ease-in-out;
    color: var(--clr-red);
}

@keyframes blinkZoomJiggle {
    0% {
        opacity: 1;
        transform: scale(1) translateX(0);
    }

    20% {
        opacity: 0.7;
        transform: scale(1.1) rotate(-5deg);
    }

    40% {
        opacity: 0.4;
        transform: scale(1.2) rotate(5deg);
    }

    60% {
        opacity: 0.7;
        transform: scale(1.1) rotate(-5deg);
    }

    80% {
        opacity: 1;
        transform: scale(1.05) rotate(5deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0);
    }
}






@media (max-width: 768px) {
    .prevent {
        width: 85%;
        gap: 1rem;
    }

    .prevent h5 {
        font-size: 1rem;
    }
}


.health-check-table {
    width: 100%;
    min-width: 600px;
    /* Ensure table doesn't collapse too narrowly */
    border-collapse: collapse;
}

.f-p-f-v th,
.health-check-table th,
.health-check-table td {
    padding: 8px;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    /* Prevent cell content from breaking */
}

.f-p-f-v td,
.health-check-table td {
    font-size: 14px;
}

@media (max-width: 768px) {

    .health-check-table th,
    .health-check-table td {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .health-check-table th,
    .health-check-table td {
        font-size: 12px;
    }
}


/* Add to your CSS file or in a style tag */
.fancybox__container {
    z-index: 2000 !important;
}


span.marker {
    color: var(--clr-red);
    text-decoration: underline;
    text-underline-offset: 5px;
}

.preventive-table-responsive {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    overflow-x: scroll;
    margin: 20px auto;
    width: 80%;
    border: 1px solid #e1e5e9;
    scrollbar-width: none;
}

.preventive-table-responsive table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    table-layout: fixed;
}

.preventive-table-responsive thead {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    background-color: var(--clr-dr-blue);
    color: white;
}

.preventive-table-responsive th {
    padding: 4px !important;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
    border: none;
    white-space: break-spaces;
}

.preventive-table-responsive td {
    padding: 4px !important;
    border-bottom: 1px solid #f1f3f4;
    color: #2c3e50;
    vertical-align: middle;
    white-space: break-spaces;
    text-align: start;
}

.preventive-table-responsive td img {
    margin: 0 auto;
}

.preventive-table-responsive tbody tr {
    transition: background-color 0.2s ease;
}

.preventive-table-responsive tbody tr:last-child td,
.preventive-table-responsive tbody tr:nth-last-child(2) td
 {
    text-align: center;
}

.preventive-table-responsive tbody tr:hover {
    background-color: #fff0f0;
}

.preventive-table-responsive tbody tr:nth-last-child(2) td {
    border-bottom: none;
}

.preventive-table-responsive tbody tr:nth-child(even) {
    background-color: #fafbfc;
}

.preventive-table-responsive tbody tr:nth-child(even):hover {
    background-color: #fff0f0;
}

.preventive-table-responsive tbody tr:nth-last-child(2) {
    background-color: rgb(181, 255, 222);
}

.preventive-table-responsive tbody tr:last-child {
    color: white;
    background-color: var(--clr-dr-blue);
}

.preventive-table-responsive tbody tr:last-child:hover {
    background-color: var(--clr-dr-blue);
}

.preventive-table-responsive tbody tr:last-child td {
    color: white !important;
    padding-block: 8px !important;
}

/* Responsive behavior */
@media (max-width: 768px) {
    .preventive-table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .preventive-table-responsive table {
        min-width: 600px;
    }

    .preventive-table-responsive th,
    .preventive-table-responsive td {
        padding: 12px 16px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {

    .preventive-table-responsive th,
    .preventive-table-responsive td {
        padding: 10px 12px;
        font-size: 12px;
    }
}


/* career page  */
.job-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    padding: 25px;
    margin: 20px auto;
    transition: all 0.3s ease;
}

.job-card:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.12);
}

.job-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.4;
}

.job-details {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
    margin-bottom: 25px;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    /* min-width: 200px; */
    height: 100%;
}

.detail-icon {
    width: 40px;
    height: 40px;
    background: #f8f9fa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid #e9ecef;
}

.detail-icon i {
    color: #6c757d;
    font-size: 16px;
}

.detail-content h6 {
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 4px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-content p {
    color: #2c3e50;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
    line-height: 1.4;
}

.button-group {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 12px;
    width: 100%;
    height: 100%;
    justify-content: center;
}


.job-description h5 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.job-description p {
    color: #555;
    margin-bottom: 15px;
}

.job-description ul {
    color: #555;
    padding-left: 20px;
}

.job-description li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .job-details {
        flex-direction: column;
        gap: 20px;
    }

    .detail-item {
        min-width: auto;
    }

    .button-group {
        justify-content: center;
        flex-direction: column;
    }

    .job-card {
        padding: 20px;
        margin: 10px;
    }
}

@media (max-width: 576px) {
    .detail-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .detail-content {
        margin-top: 8px;
    }
}


/* .sitemap-list li:nth-child(1)>a {
    color: var(--clr-red);
    font-weight: 600;
    font-size: 1.6rem;
} */

/* AOS custom animation */

[data-aos="fade-up"] {
    transform: translate3d(0, 30px, 0) !important;
    opacity: 0 !important;
}

[data-aos="fade-up"].aos-animate {
    transform: translate3d(0, 0, 0) !important;
    opacity: 1 !important;
}