@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');

/**/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;

}

* {
    text-decoration: none;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #1d1d1d;
    overflow-x: hidden;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
}

li {
    font-size: 16px;
}

img {
    max-width: 100%;
}

.container-fluid,
.container {
    max-width: 95%;
    width: 1700px;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

/*  */
.header-1 {
    background: #20409A;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}

.header-1-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.header-1-left {
    display: inline-flex;
    align-items: center;
    gap: 0;
    max-width: 50%;
}

.header-1-left h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: #173485;
    padding: 8px 0;
    position: relative;
    height: 100%;
    padding-right: 10px;
}

.header-1-left h4::before {
    content: '';
    position: absolute;
    width: 100000px;
    height: 100%;
    right: 100%;
    background: #173485;
    top: 0;
}

.header-1-left h4:after {
    content: '';
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #173485;
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
}

.marquee-wrapper {
    overflow: hidden;
    width: 520px;
}

.header-1-right-wrapper {
    display: flex;
    gap: 18px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.website-acess {
    display: inline-flex;
    gap: 15px;
}

.website-acess a {
    text-decoration: none;
}

button.search {
    background: none;
    border: none;
    color: #fff;
}

input#search {
    width: 100%;
    height: 50px;
    border: 1px solid #c1c1c1;
    padding: 0px 10px;
    outline: none;
}

.language-switcher select {
    background: transparent;
    color: #fff;
    border: none;
    padding: o;
}

.language-switcher select option {
    color: #000000;
    /* Dropdown list text color */
    background-color: #ffffff;
}



.language-switcher select:focus-visible {
    outline: none;
}

.text-switcher span a {
    color: #fff;
    font-size: 13px;
    margin: 0 3px;
    text-decoration: none;
    display: inline-flex;
    width: 19px;
    height: 19px;
    background: #0aa89e;
    align-items: center;
    justify-content: center;
    border-radius: 3PX;
    font-size: 12px;
    text-decoration: none;
}

.header-2 {
    background: #ffffff5e;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    padding: 15px 0;
    border-bottom: 1px solid #B3C7FF;
    transition: all 0.3s ease;
}

.booking-btn {
    background-color: #00a79f;
    border: 1px solid #00a79f;
    color: #58595b;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;

}

.booking-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.booking-btn:hover::before {
    transform: translateX(0);
}

.booking-btn img,
.booking-btn span {
    position: relative;
    z-index: 1;
}

.booking-btn span {
    font-size: 14px;
    color: #fff;
    margin-left: 3px;
}

#callbackform h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dotted #139991;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #058a82;
}

/* Default header */

/* Sticky state */
.header-2.sticky {
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    animation: slideDown 0.3s ease;
    width: 100%;
    padding: 8px 0;
}

.header-2.sticky .logo-con img {
    height: 38px;
}

/* Optional smooth slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}



.header-2 .header-2-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo-con img {
    height: 58px;
}

.navbar-nav {
    gap: 20px;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
    color: #1f3f97;
}

/* EMERGENCY CALL BUTTON */

.top-contact {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-contact a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000000;
    padding: 7px 16px;
    border-radius: 40px;
    text-decoration: none;
}

.top-contact-icon {
    width: 35px;
    height: 35px;
    display: inline-flex;
    background: #ff272a;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.top-contact-details h5 {
    text-transform: uppercase;
}

.top-contact-icon img {
    width: 25px;
}

.top-contact-details h5 {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #ff272a;
}

.top-contact-details p {
    margin: 0;
    font-size: 14px;
    color: #ff272a;
}

#callbackModal h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dotted #139991;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #058a82;
}

#callbackModal button.btn {
    background: #058a82;
    border-radius: 50px;
    border: none;
}

/* EMERGENCY CALL BUTTON End*/

.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    outline: none;
}

/* Optional: pause on hover */
.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
    /* only affects CSS animation if used */
}

.marquee-wrapper .marquee-content a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    gap: 7px;
}

/* Nav Menu============= */
/* Remove default dropdown background & spacing */
.dropdown-menu {
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 0;
    box-shadow: none;
}

/* Dropdown items styling */
.dropdown-item {
    background: transparent;
    padding: 8px 0;
}

/* Hover behavior */
.hover-dropdown:hover>.dropdown-menu {
    display: block;
}

/* Animation */
.dropdown-menu.animate {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.25s ease-in-out;
    display: block;
    visibility: hidden;
    pointer-events: none;
}

.hover-dropdown:hover>.dropdown-menu.animate {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
}

/* =============Nav Menu End */
/* Slider =========== */
/* IMAGE ANIMATION */
.home-page-slider {
    position: relative;

}

.slider-img {
    height: 100vh;
    min-height: 400px;
    overflow: hidden;
    display: flex;
}

.home-page-slider .carousel-control-next,
.home-page-slider .carousel-control-prev {
    width: max-content;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slide-image {
    /* height: 100vh; */
    overflow: hidden;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    margin: auto;
    width: 100%;
    height: max-content;
    color: #000;
    padding-top: 72px;
}

.carousel-item {
    overflow: hidden;
}

.slide-image {
    transform: scale(1.1);
    opacity: 0;
    transition: transform 1.5s ease, opacity 1.5s ease;
}

.carousel-item.active .slide-image {
    transform: scale(1);
    opacity: 1;
}

/* Scroll Bar*/

::-webkit-scrollbar {
    width: 7px;
    background: #C8C8C8;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #C8C8C8;
    border-radius: 10px;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #13A89E;
    border-radius: 10px;
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #13A89E;
}

/* Scroll Bar End */
/* CAPTION ANIMATION */

.carousel-caption h2,
.carousel-caption p,
.carousel-caption h4,
.carousel-caption li {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}


/* Animate when slide is active */

.carousel-item.active .carousel-caption p {
    opacity: 1 !important;
    transform: translateY(0);
    transition-delay: 0.5s;
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #00a79f;
    max-width: 700px;
}

.carousel-item.active .carousel-caption h2 {
    opacity: 1 !important;
    transform: translateY(0);
    transition-delay: 0.3s;
    font-weight: 600;
    line-height: 36px;
    font-size: 30px;
    color: #253f96;
    margin-bottom: 6px;
    max-width: 570px;
    /* text-transform: uppercase; */
}
 .carousel-caption .col-md-12{
max-width: 600px;
 }
.carousel-item.active .carousel-caption h4 {
    opacity: 1 !important;
    transform: translateY(0);
    transition-delay: 0.7s;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400;
    
}

.carousel-caption ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 12px;
}
.carousel-item.active .carousel-caption li {
    opacity: 1 !important;
    transform: translateY(0);
    transition-delay: 0.9s;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    /* padding-left: 20px; */
    position: relative;
    border: 1px solid;
    text-align: center;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #13a89e;
    border-radius: 5px;
    background: #13a89e17;
    color: #24439c;
    font-weight: 500;
}

/* .carousel-item.active .carousel-caption li:before {
    content: '\f101';
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    font: normal normal normal 14px / 1 FontAwesome;
    font-weight: 900;
    color: #00a79f;
    top: 6px;
} */

.home-page-slider-btm {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 1;
}

.home-page-slider-btm-conternt a {
    display: flex;
    background: #61C1BB;
    padding: 15px;
    border-radius: 5px;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding-right: 50px;
    transition: all ease-in-out 0.5s;
}

.home-page-slider-btm .col:nth-child(even) .home-page-slider-btm-conternt a {
    background: #3B56A1;
}

.home-page-slider-btm-conternt a:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.home-page-slider-btm-conternt a::before {
    content: '';
    position: absolute;
    background-image: url(../images/icons/arow-more.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    right: 0;
    background-position: center;
    transition: all 0.3s ease;
}

.home-page-slider-btm-conternt a:hover::before {
    transform: rotate(49deg);
}

.home-page-slider-btm-icon img {
    height: 50px;
}

.home-page-slider-btm-conternt a h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.16;
}

/* Slider End */

section.section-1-2-wrapper {
    background: #E3ECFB;
    position: relative;
    background-image: url(../images/section-1bg.png);
    background-repeat: no-repeat;
    background-position: right top;
}


.patient-stories-section {
    background: #eaf1ff;
}

section.home-page-section {
    padding: 80px 0;
}

.heading-group {
    position: relative;
    margin-bottom: 20px;
}

.heading-group.with-border-btm {
    padding-bottom: 10px;
}

.heading-group.with-border-btm::before {
    content: '';
    position: absolute;
    width: 230px;
    height: 4px;
    background: #61C2C1;
    bottom: 0;
    left: 0;
}

.heading-group.with-border-btm.text-center::before {
    right: 0;
    margin: auto;
}

.heading-group h2 {
    color: #000;
    /* font-size: 46px; */
    font-weight: 500;
    line-height: 1.2;
}

.heading-group h2 span {
    color: #08948a;
}

.home-sec-1-center-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555555;
}

.heading-group h5 {
    text-transform: uppercase;
}

.home-sec-1-center-content {
    text-align: justify;
}

section.home-page-section.home-sec-1 {
    padding-bottom: 50px;
}

section.home-page-section.home-sec-2 {
    padding-top: 0;
}

.home-sec-2 .heading-group h2 {
    color: #2D2D2D;
}

/* Our Specialties Card */
.home-sec-2-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 6px 18px rgba(19, 168, 158, 0.15);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e6f6f4;
    position: relative;
    padding-right: 51px;
}

.home-sec-2-card a:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(19, 168, 158, 0.25);
}

/* Icon Container */
.home-sec-2-card-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    background: #ecfbfa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-sec-2-card-icon img {
    width: 28px;
    height: auto;
}

/* Title */
.home-sec-2-card h4 {
    flex: 1;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}

/* Arrow */
.home-sec-2-more {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
    right: 10px;
}

.home-sec-2-card a:hover .home-sec-2-more {
    transform: rotate(49deg);
}

/* 
.home-sec-2-card a:hover .home-sec-2-more svg path{
    stroke: #fff;
} */

.row.our-specialties-wrapper {
    row-gap: 20px;
    margin-top: 30px;
}

/* Our Specialties Card End*/

.rmore-btn {
    display: inline-block;
    position: relative;
    background: none;
    border: 2px solid #3B56A1;
    padding: 7px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #3B56A1;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.rmore-btn span {
    position: relative;
}

.home-sec-1-left {
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
    position: relative;
    min-height: 300px;
    height: 100%;
}

.home-sec-1-left figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-bottom: 0;
}

.home-sec-1-left figure img {
    width: 100%;
    height: 100%;
}

.ceos-message {
    text-align: center;
}

.ceos-message h5 a {
    text-decoration: none;
    color: #000;
    font-size: 23px;
    font-weight: 400;
}



.ceomessage-btn {
    display: inline-flex;
    position: relative;
    background: #13A89E;
    border: 1px solid #13A89E;
    padding: 6px 30px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    overflow: hidden;
    color: #FFF !important;
    font-size: 13px;
    transition: color 0.35s ease, border-color 0.35s ease;
}

/* Smooth overlay */
.ceomessage-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0e8f87;
    transform: translateX(-100%);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.ceomessage-btn:hover::before {
    transform: translateX(0);
}

.ceomessage-btn span {
    position: relative;
    z-index: 1;
    transition: transform 0.35s ease;
}

/* Subtle text movement */
.ceomessage-btn:hover span {
    transform: translateX(2px);
}


.ceos-message figure {
    margin: 0 0 1rem;
    background: #C6C6C6;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.ceos-message figure img {
    width: 100%;
}

/* Sliding background */
.rmore-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #3B56A1;
    transition: left 0.35s ease;
}

.rmore-btn:hover::before {
    left: 0;
}

.rmore-btn:hover {
    color: #fff;
    border-color: #3B56A1;
}

/* LEFT */
.patient-left {
    background: linear-gradient(rgba(0, 170, 160, 0.95),
            rgba(0, 170, 160, 0.95)),
        url('https://via.placeholder.com/800x800') center/cover no-repeat;
    padding: 80px 60px;
    color: #fff;
}

.section-tag {
    font-size: 14px;
    letter-spacing: 1px;
}

.patient-left h2 {
    font-size: 48px;
    font-weight: 700;
    margin: 15px 0;
}

.patient-left p {
    max-width: 420px;
    line-height: 1.7;
}

/* RIGHT */
.patient-right {
    background: #1f3f97;
    padding: 60px;
}

.testimonial-card {
    padding: 0;
    border-radius: 6px;
    color: #fff;
}

.home-sec-4-right {
    padding: 60px;
    background: #000;
    position: relative;
}

.home-sec-4-right {
    padding: 50px;
    background: #20409A;
    position: relative;
    color: #fff;
}

.home-sec-4-right::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 99%;
    background: #20409a;
}

.testimonial-content-wrapper {
    position: relative;
    padding-left: 160px;
}

.testimonial-content p {
    color: #fff;
}

.testimonial-left p {
    color: #fff;
}

.testimonial-user {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 150px;
}

.testimonialRatingStar {
    color: #FFC107;
}

.testimonialCarouselIndicator {
    position: absolute;
    bottom: 39px;
    width: 53px;
    right: 30px;
}

.testimonial-user h4 {
    font-size: 16px;
}

.testimonial-user h6 {
    color: #9CB2F0;
}

.testimonial-user figure {
    width: 90px;
    height: 90px;
    display: inline-flex;
}

.testimonial-content {
    text-align: justify;
    background: #143181;
    padding: 30px;
    position: relative;
}

.testimonial-content::before {
    content: '';
    position: absolute;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    width: 14px;
    height: 20px;
    background: #143181;
    left: -14px;
    top: 30px;
}

div#testimonialCarousel .carousel-control-next,
div#testimonialCarousel .carousel-control-prev {
    width: max-content;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* Avatar */
.avatar-box img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    background: #fff;
    padding: 8px;
}



/*  */
section.home-page-section.home-sec-3 {
    background: url(../images/our-drsectionbg.png);
    background-size: cover;
    min-height: 600px;
    position: relative;
}

section.home-page-section.home-sec-3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(182deg, #ffffff, transparent);
}

.home-sec-3 .heading-group h2 {
    color: #173485;
}



.home-sec-3 p {
    text-align: center;
    color: #555555;
}

.doctor-search-wrapper {
    position: relative;
    padding-right: 175px;
}

.doctor-search-wrapper .btn-find {
    display: inline-block;
    position: relative;
    background: none;
    border: 2px solid #13A89E;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    background: #13A89E;
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    transition: color 0.35s ease;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

/* animated background layer */
.doctor-search-wrapper .btn-find::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #20409a;
    transition: all 0.35s ease;
    z-index: -1;
}

/* Hover Effect */
.doctor-search-wrapper .btn-find:hover {
    color: #fff;
    border-color: #20409a;
}

.doctor-search-wrapper .btn-find:hover::before {
    left: 0;
}

.doctor-search-wrapper .form-control {
    border-radius: 3px;
    padding: 10px 10px;
    background-image: url(../images/icons/chevron-down.png);
    background-repeat: no-repeat;
    background-position: right 9px center;
    padding-right: 32px;
    color: #000;
}

.search-by-location {
    position: relative;
}

.search-by-location::before {
    content: '';
    position: absolute;
    background-image: url(../images/icons/location.svg);
    width: 20px;
    height: 20px;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.doctor-search-wrapper .search-by-location .form-control {
    padding-left: 35px;
}

/*  */
section.home-page-section.home-sec-4 {
    padding: 0;
    position: relative;
    background: #E3ECFB;
    overflow-x: hidden;
}

.home-sec-4-left {
    padding: 80px 0;
    color: #fff;
}

.home-sec-4-left .heading-group h2 {
    color: #ffffff;
}

.home-sec-4-left-bg {
    background-image: url(../images/home-sec-4-left-bg.png);
    position: absolute;
    width: 50%;
    height: 100%;
    background-size: cover;
    top: -50px;
}

.home-sec-4-left-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #13a89eba;
}

section.home-page-section .container-fluid {
    position: relative;
}




/* Text */
.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
}

/* Rating */
.rating {
    color: #ffc107;
    font-size: 20px;
}

/* Owl nav */
.testimonial-carousel .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 15px;
}

.testimonial-carousel .owl-nav button {
    background: transparent !important;
    color: #fff !important;
    font-size: 28px !important;
}

.testimonial-carousel .owl-dots {
    display: none;
}


/* =============== */
/* Section background */
.home-sec-5 {
    background: #E3ECFB;
    padding: 80px 0;
}

/* Heading */


/* Blog Card */
.latest-blog-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 250px;
    transition:
        transform 0.4s cubic-bezier(.4, 0, .2, 1),
        box-shadow 0.4s ease;
}

/* Image inside card */
.latest-blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Dark gradient overlay */
.latest-blog-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.05));
    transition: opacity 0.4s ease;
}

/* Hover animation */


/* Image zoom */
.latest-blog-card:hover img {
    transform: scale(1.12);
}

/* Show overlay */
.latest-blog-card:hover::after {
    opacity: 1;
}

/* Image */
.latest-blog-card figure {
    margin: 0;
}

.latest-blog-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

/* Gradient overlay */
.latest-blog-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}

/* Calendar badge */
.blog-content-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 20px;
    left: 0;
    z-index: 10;
}


.latest-blog-calender {
    align-items: center;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 15px;
}

.latest-blog-calender .icon img {
    width: 14px;
    height: auto;
}

/* Content */
.latest-blog-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 15px;
    padding-right: 40px;
}

.latest-blog-content h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

/* Read more button */
.latest-blog-morebtn a {
    width: 25px;
    height: 25px;
    background: none;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #fff;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.latest-blog-morebtn a:hover {
    background: #0d3ddc;
    color: #fff;
}

/* Owl nav arrows (top right like image) */
#Latest_Blogs .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    gap: 0;

}

#Latest_Blogs .owl-nav button {
    width: 40px;
    height: 40px;
    background: #2A50A4 !important;
    border-radius: 50%;
    color: #fff !important;
    opacity: 1 !important;
    background-image: url(../images/icons/previous-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#Latest_Blogs .owl-nav button:nth-child(2) {
    background-image: url(../images/icons/next-arrow.svg) !important;
}

#Latest_Blogs .owl-nav button span {
    display: none;
}

#Latest_Blogs .owl-nav button:hover {
    background-color: #1636a5 !important;
}

#Latest_Blogs img.owl-nav-img {
    background: none !important;
    display: none;
}

/* Remove dots */
#Latest_Blogs .owl-dots {
    display: none;
}

/* ======================== */

/* News events section*/

.news-events-section {
    background-color: #D8E0E3;
    background-image: url(../images/doctots-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.news-card {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.08);
}

.news-card .p-3 h5 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
    height: 40px;
}

.news-card>img,
.blog-date {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.news-card:hover>img,
.news-card:hover .blog-date {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.news-card .p-3 {
    padding-top: 0 !important;
}

.blog-date {
    display: inline-flex;
    background: #13A89E;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    font-size: 12px;
    top: -15px;
    align-items: center;
}

.blog-date img {
    width: 14px !important;
    margin-right: 5px;
}

.read-more {
    color: #000000;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: all 0.3s ease;
}

.read-more img {
    width: 17px !important;
    transition: transform 0.3s ease;
}

.read-more:hover {
    color: #13A89E;
    /* change to brand color */
    text-decoration: none;
    padding-left: 10px;
}

.read-more:hover img {
    transform: translateX(5px);
}

.owl-nav {
    display: none;
}

/* Upcoming Events */
.upcoming-events {
    height: 350px;
    overflow-y: auto;
    padding-right: 20px;
}

.event-item {
    display: flex;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
    position: relative;
    align-items: center;
    justify-content: flex-start;
}

.event-date {
    text-align: center;
    min-width: 55px;
}

.event-date h4 {
    margin: 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #1E6888;
}

.event-date span {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.event-content p {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: left;
}

.event-content span {
    font-size: 13px;
    color: #0aa89e;
}


/* News events section End*/

/* Footer */

.footer-section {
    background: #0C2260 url('../images/footer-bg.png') center/cover no-repeat;
    position: relative;
}

.footer-overlay {
    background: #0c226000;
    padding-top: 70px;
}

.footer-overlay .col-lg-3.col-md-6 {
    padding-top: 30px;
}

.footer-title {
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    border-radius: 10px;
    background: #13a89e;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-address,
.footer-list li a,
.footer-overlay a {
    color: #BFBFBF;
}

.footer-list li {
    margin-bottom: 10px;
    transition: all ease-in-out 0.5s;
}

.footer-list li:hover {
    padding-left: 10px;

}

.footer-list li a {
    text-decoration: none;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.footer-list li a::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #5fa8ff;
}

.footer-list li a:hover {
    color: #ffffff;
}

.footer-address {
    font-size: 14px;
    line-height: 1.6;
    align-items: self-start;
    gap: 7px;
}

.footer-address img {
    margin-top: 5px;
}

.footer-section i {
    color: #5fa8ff;
    margin-right: 8px;
}

.footer-section a {
    text-decoration: none;
}

.footer-section a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    margin-top: 50px !important;
    color: #BFBFBF;
}

.footer-bottom p {
    color: #BFBFBF;
    margin: 0;
}

.footer-bottom p a {
    color: #fff;
}

/* Whatsapp Button */
.whatsapp-button {
    position: fixed;
    bottom: 50px;
    right: 3px;
    width: 40px;
    height: 40px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    animation: pulse 2s infinite;
    animation-play-state: running;
}

.whatsapp-button img {
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

/* Hover animation */
.whatsapp-button:hover {
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    background: #1ebe57;

    /* Pause pulse on hover */
    animation-play-state: paused;
}

.whatsapp-button:hover img {
    transform: scale(1.15);
}

/* Pulse keyframes */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }
}

/* Optional mobile adjustment */


/* Whatsapp Button End */

#backToTop {
    position: fixed;
    bottom: 10px;
    right: 5px;
    width: 49px;
    height: 49px;
    border: none;
    border-radius: 50%;
    background: #3B56A1;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) scale(0.9);
    transition: opacity 0.35s ease,
        transform 0.35s ease,
        visibility 0.35s;
}

/* Visible state */
#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Hover animation */
#backToTop:hover {
    transform: translateY(-4px) scale(1.05);
    background: #2f4690;
}




/****************************** Our Specialties ***************************************/
.service-cont {
    width: 100%;
    padding: 80px 0px;
    background: linear-gradient(#F7F7F7, #EFEFEF);
}

#Services .owl-nav button {
    width: 40px;
    height: 40px;
    background: #2A50A4 !important;
    border-radius: 50%;
    color: #fff !important;
    opacity: 1 !important;
    background-image: url(../images/icons/previous-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#Services .owl-nav button:nth-child(2) {
    background-image: url(../images/icons/next-arrow.svg) !important;
}

#Services .owl-nav button span {
    display: none;
}

#Services .owl-nav button:hover {
    background-color: #1636a5 !important;
}

#Services .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    gap: 0;
    margin: 0;
}

.service-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.cardiac-care-section {
    width: 100%;
    padding: 80px 0;
    position: relative;
}

.cardiac-care-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    opacity: 70%;
    width: 100%;
    height: 100%;
    background-image: url(../images/cardiac-back.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cardiac-care-section .heading-group h2 {
    color: #173485;
}

.cardiac-care-section h4 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #173485;
}

.cardiac-care-section p {
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
}

.banner-button {
    margin-top: 5px;
}

.banner-button .btn-find {
    display: inline-block;
    position: relative;
    background: none;
    border: 2px solid #13A89E;
    padding: 8px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #13A89E;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease;
}

/* animated background layer */
.banner-button .btn-find::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #13A89E;
    transition: all 0.35s ease;
    z-index: -1;
}

/* Hover Effect */
.banner-button .btn-find:hover {
    color: #fff;
}

.banner-button .btn-find:hover::before {
    left: 0;
}

.banner-button .rmore-btn {
    font-weight: 400;
    text-align: center;
    display: inline-block;
    position: relative;
    background: none;
    border: 2px solid #3b56a1;
    padding: 8px 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #3b56a1;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease;
}

/* animated background layer */
.banner-button .rmore-btn::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3b56a1;
    transition: all 0.35s ease;
    z-index: -1;
}

/* Hover Effect */
.banner-button .rmore-btn:hover {
    color: #fff;
}

.banner-button .rmore-btn:hover::before {
    left: 0;
}

/* .intro-img {
    width: 100%; 
    height: 100%;
    border-radius: 6px;
} */

.intro-img {
    position: sticky;
    width: 100%;
    border-radius: 6px;
    top: 120px;
    min-height: 70vh;
    display: flex;
}

.intro-img img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

#Enquire .modal-content {
    padding: 40px;
}

#Enquire .modal-form .field {
    margin-bottom: 20px;
}

#Enquire h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dotted #139991;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #058a82;
}

#Enquire button.btn {
    background: #058a82;
    border-radius: 50px;
    border: none;
}

#Enquire .btn-close {
    position: absolute;
    top: 15px;
    border-radius: 5px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 99999;
    background-color: #ececec;
}

#Enquire .modal-form label {
    font-size: 16px;
    font-weight: 600;
}

#Enquire .modal-form .inputbox {
    border: 0;
    border-bottom: 1px solid #5e5e5e;
    padding: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
    height: 38px;
    background-color: transparent;
    color: #58595b;
    width: 100%;
    outline: 0;
}

#Enquire .modal-form .inputfile {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    height: auto;
    width: 100%;
}

#Enquire .error-message {
    color: red;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

#Enquire .input-error {
    border-bottom: 2px solid red !important;
}

#Enquire .btn-loader {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/* Doctor Section */
.doctor-section {
    background: linear-gradient(#ffffff, #f3f3f3);
    padding: 80px 0;
    width: 100%;
}

.doctor-section figure {
    width: 420px;
    border: 5px solid #F8FBFF;
    box-shadow: 0px 4px 17px 0px #00000014;
    border-radius: 30px;
    max-width: 100%;
}

.doctor-section img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.doctor-section h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 16px;
}

.doctor-details p {
    text-align: justify;
}

.doctor-heading {
    margin-bottom: 30px;
}

.service-content h4 {
    max-width: 80%;
}

/* Team Section */
.team-section {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: linear-gradient(#ffffff, #f3f3f3);
    overflow: hidden;
}

.team-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/pattern.png");
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.4;
    z-index: 0;
}

.team-section>* {
    position: relative;
    z-index: 1;
}

#Specialties_team .owl-nav button {
    width: 40px;
    height: 40px;
    background: #2A50A4 !important;
    border-radius: 50%;
    color: #fff !important;
    opacity: 1 !important;
    background-image: url(../images/icons/previous-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#Specialties_team .owl-nav button:nth-child(2) {
    background-image: url(../images/icons/next-arrow.svg) !important;
}

#Specialties_team .owl-nav button span {
    display: none;
}

#Specialties_team .owl-nav button:hover {
    background-color: #1636a5 !important;
}

#Specialties_team .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    gap: 0;
    margin: 0;
}

.doctor-slider .head-team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-shadow {
    background: linear-gradient(#ffffff, #FFFFFF9C, #F7FDFF3D);
    box-shadow: 0px 0px 4px 0px #0000000D;
    border-radius: 15px;
    padding: 20px 20px;
    margin: 20px 0px;
}

.head-team h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    color: #000;
}

.head-team h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #13A89E;
}

.team-card figure {
    width: 172px;
    height: 172px;
    border: 5px solid #F8FBFF;
    box-shadow: 0px 4px 17px 0px #00000014;
    border-radius: 30px;
    margin: 20px 0px;
}

.team-card img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}

.team-card .specification p {
    margin: 0px;
}

.specification .doct-meet {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
}

.specification .doct-icon {
    font-size: 16px;
    width: 20px;
    font-weight: 400;
}

.specification .doct-meet span {
    font-size: 16px;
    font-weight: 400;
}

.btn-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0px 10px 0px;
}

.btn-container .btn-find {
    display: inline-block;
    font-size: 11px;
    border-radius: 20px;
    position: relative;
    background: none;
    border: 2px solid #13A89E;
    padding: 9px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #13A89E;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease;
}

/* animated background layer */
.btn-container .btn-find::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #13A89E;
    transition: all 0.35s ease;
    z-index: -1;
}

/* Hover Effect */
.btn-container .btn-find:hover {
    color: #fff;
}

.btn-container .btn-find:hover::before {
    left: 0;
}

/* Hover Effect */
.btn-container .rmore-btn {
    display: inline-block;
    font-size: 11px;
    border-radius: 20px;
    position: relative;
    background: none;
    border: 2px solid #3b56a1;
    padding: 9px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #3b56a1;
    overflow: hidden;
    z-index: 1;
    transition: color 0.35s ease;
}

/* animated background layer */
.btn-container .rmore-btn::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3b56a1;
    transition: all 0.35s ease;
    z-index: -1;
}

/* Hover Effect */
.btn-container .rmore-btn:hover {
    color: #fff;
}

.btn-container .rmore-btn:hover::before {
    left: 0;
}

/* Technology */

.tech-cont {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #fff;
}

.tech-cont::after,
.tech-cont::before {
    content: '';
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    opacity: 80%;
}

/* Top Right Decoration */
.tech-cont::after {
    background-image: url(../images/technology_left.png);
    background-position: top right;
}

/* Bottom Left Decoration */
.tech-cont::before {
    background-image: url(../images/technology_left.png);
    background-position: bottom left;
}

.tech-cont .container-fluid {
    position: relative;
    z-index: 1;
}

#Technology .owl-nav button {
    width: 40px;
    height: 40px;
    background: #2A50A4 !important;
    border-radius: 50%;
    color: #fff !important;
    opacity: 1 !important;
    background-image: url(../images/icons/previous-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#Technology .owl-nav button:nth-child(2) {
    background-image: url(../images/icons/next-arrow.svg) !important;
}

#Technology .owl-nav button span {
    display: none;
}

#Technology .owl-nav button:hover {
    background-color: #1636a5 !important;
}

#Technology .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    gap: 0;
    margin: 0;
}

.card-tech-item {
    border: 1px solid 0000001A;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px #0000001A;
    margin: 20px 0px;
}

.technology-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    padding-bottom: 10px;
    gap: 10px;
}

.technology-content h4 {
    font-size: 20px;
}

/* Media */

.media-cont {
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: #F1F1F1;
}

#Media .owl-nav button {
    width: 40px;
    height: 40px;
    background: #2A50A4 !important;
    border-radius: 50%;
    color: #fff !important;
    opacity: 1 !important;
    background-image: url(../images/icons/previous-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#Media .owl-nav button:nth-child(2) {
    background-image: url(../images/icons/next-arrow.svg) !important;
}

#Media .owl-nav button span {
    display: none;
}

#Media .owl-nav button:hover {
    background-color: #1636a5 !important;
}

#Media .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    gap: 0;
    margin: 0;
}

.media-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 250px;
    transition: transform 0.4s cubic-bezier(.4, 0, .2, 1),
        box-shadow 0.4s ease;
}

.media-card:hover img {
    transform: scale(1.12);
}

.media-card:hover::after {
    opacity: 1;
}

.media-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 40%,
            rgba(0, 0, 0, 0.85) 100%);
    z-index: 1;
}

.media-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.media-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 20px;
    left: 0;
    z-index: 10;
}

.media-calender {
    align-items: center;
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 15px;
}

.media-calender .icon img {
    width: 14px;
    height: auto;
}

.media-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    gap: 10px;
}

.media-content h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.media-morebtn a {
    width: 25px;
    height: 25px;
    background: none;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #fff;
}

.media-morebtn a:hover {
    background: #001457;
    color: #fff;
}

/* Doctors Page section */

.doctors-section {
    width: 100%;
    padding: 80px 0px;
    padding-bottom: 60px;
}

.doctors-section .heading-group h2 {
    color: #173485;
}

.find-doctor-container {
    background: #ffffff;
    box-shadow: 0 0 3px #0000001f !important;
}

section.doctor-searchh {
    padding: 40px 0px;
}

.custom-input {
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 5px;
}

.search-by-location select#location {
    padding-left: 30px;
}

.custom-input:focus,
select#location:focus-visible {
    box-shadow: none;
    border: 1px solid #20b2aa;
    border-color: #20b2aa;
    outline: none;
}

.btn.custom-input:hover {
    border: 1px solid #20b2aa;
    color: #20b2aa;
}

.find-btn {
    border: 2px solid #20b2aa;
    color: #20b2aa;
    padding: 8px 16px;
    font-weight: 600;
    background-color: #fff;
    transition: all 0.3s ease;
}

.find-btn:hover {
    background-color: #20b2aa;
    border: 2px solid #20b2aa;
    color: #fff;
}

.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
}



.doctors-container .card {
    border: none;
    border-radius: 15px;
    background-color: #F5F5F5;
    box-shadow: 0px 4px 4px 0px #0000000D;
    padding: 20px;
}

.doctors-container .card figure {
    width: 100%;
    height: 212px;
    box-shadow: 0px 4px 9px 0px #00000014;
    border-radius: 15px;
    border: 1px solid #EAEAEA;
}

.doctors-container .card img {
    width: 100%;
    height: 100%;
    border-radius: 15px !important;
    object-fit: cover;
}


.doctors-container .head-team h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 1);

}

.doctors-container .head-team h5 {
    color: rgba(19, 168, 158, 1);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.doct-right .head-team {
    padding-bottom: 10px;
    text-align: left;
}

.doct-right {
    padding-left: 25px;
}

.doct-right .btn-container {
    display: flex;
    align-items: center;
    margin: 10px 0px 0px 0px;
    gap: 10px;
    justify-content: left;
}

.doct-right .btn-container .btn-find {
    padding: 6px 20px;
}

.doct-right .btn-container .rmore-btn {
    padding: 6px 20px;
}

.doct-right .specification {
    padding-bottom: 5px;
}

.intro-doctor {
    padding: 60px 0;
    width: 100%;
}

.doctor-profile {
    padding: 40px;
    border-radius: 20px;
    position: relative;
    background: linear-gradient(180deg,
            #F1F1F1 0%,
            #F1F1F1 50%,
            #ffffff 100%);
    overflow: hidden;
}

.doctor-profile::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/intro-doctor.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 0;
}

.doctor-profile>* {
    position: relative;
    z-index: 1;
}

.intro-doctor .btn-find {
    display: inline-block;
    position: relative;
    background: none;
    border: 2px solid #13A89E;
    padding: 13px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #13A89E;
    border-radius: 3px;
    overflow: hidden;
    transition: color 0.35s ease;
}

/* animated background layer */
.intro-doctor .btn-find::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #13A89E;
    transition: all 0.35s ease;
    z-index: -1;
}

/* Hover Effect */
.intro-doctor .btn-find:hover {
    color: #fff;
}

.intro-doctor .btn-find:hover::before {
    left: 0;
}

.doctor-profile .doctor-heading {
    margin: 0;
}

.intro-doctor figure {
    width: 180px;
    height: 180px;
    border-radius: 20px;
    border: 2px solid #F8FBFF;
    background: #fff;
    box-shadow: 0px 4px 16px 0px #00000014;
    overflow: hidden;
    padding: 10px;
}

.intro-doctor figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.head-title h3 {
    font-size: 32px;
    font-weight: 500;
    color: #13A89E;
    line-height: 120%;
    margin-bottom: 20px;
}

.intro-doctor p {
    font-weight: 500;
    color: #555555;
    line-height: 150%;
    text-align: justify;
    padding-right: 40px;
}

.intro-doctor span.green-color {
    color: #13A89E;
    font-style: italic;
}

.awards-doctor {
    padding: 60px 0;
    width: 100%;
    background: #EEEEEE;
}

.awards-list ul {
    margin: 0;
    padding: 0;
}

.awards-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    color: #555;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 20px;
    padding-right: 30px;
}

.awards-list li::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0px;
    color: #000000;
    font-size: 25px;
}

.rounded-bg {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.awards-list li span {
    font-weight: bold;
}

.rounded-bg img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.rounded-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(70, 70, 70, 0.6);
    transition: all 0.35s ease;
    z-index: 1;
}

.rounded-circle-link {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #13a89e;
}

.rounded-circle-link i {
    font-size: 30px;
    color: #ffffffb8;
}

#videoPatients .owl-nav button {
    width: 40px;
    height: 40px;
    background: #2A50A4 !important;
    border-radius: 50%;
    color: #fff !important;
    opacity: 1 !important;
    background-image: url(../images/icons/previous-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#videoPatients .owl-nav button:nth-child(2) {
    background-image: url(../images/icons/next-arrow.svg) !important;
}

#videoPatients .owl-nav button span {
    display: none;
}

#videoPatients .owl-nav button:hover {
    background-color: #1636a5 !important;
}

#videoPatients .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    display: flex;
    gap: 10px;
    margin: 0;
}

.articles-card.card {
    border: none;
    box-shadow: 4px -4px 4px 0px #00000008;
    border-radius: 10px;
    margin: 10px;
}

#Articles .owl-nav button {
    width: 40px;
    height: 40px;
    background: #2A50A4 !important;
    border-radius: 50%;
    margin: 5px;
    color: #fff !important;
    opacity: 1 !important;
    background-image: url(../images/icons/previous-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#Articles .owl-nav button:nth-child(2) {
    background-image: url(../images/icons/next-arrow.svg) !important;
}

#Articles .owl-nav button span {
    display: none;
}

#Articles .owl-nav button:hover {
    background-color: #1636a5 !important;
}

#Articles .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    gap: 0;
    margin: 0;
}

p.articles-date {
    color: #13A89E;
    font-weight: 500;
    line-height: 1.2;
}

h4.articles-heading {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    max-width: 345px;
    min-height: 120px;
    overflow: hidden;
}

h4.articles-heading a {
    color: #000;
}

.articles-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0px 4px 4px 0px #89898933;
    overflow: hidden;
}

.articles-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.articles-dot-name a {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    color: #434343;
}

.right-articles {
    width: 220px;
    height: 255px;
    overflow: hidden;
}

.right-articles img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.section-videomedia {
    width: 100%;
    background: #fff;
    padding: 80px 0px;
    position: relative;
}

#videoMedia .owl-nav button {
    width: 40px;
    height: 40px;
    background: #2A50A4 !important;
    border-radius: 50%;
    color: #fff !important;
    opacity: 1 !important;
    background-image: url(../images/icons/previous-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#videoMedia .owl-nav button:nth-child(2) {
    background-image: url(../images/icons/next-arrow.svg) !important;
}

#videoMedia .owl-nav button span {
    display: none;
}

#videoMedia .owl-nav button:hover {
    background-color: #1636a5 !important;
}

#videoMedia .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: flex;
    gap: 0;
    margin: 0;
}

/* Careers Section */

.careers-section {
    width: 100%;
    padding: 60px 0px;
    position: relative;
}

.careers-section .heading-group h2 {
    color: #173485;
}

.careers-section p {
    text-align: center;
}

.careers-section p a {
    color: #20b2aa;
    text-decoration: none;
}

.carrrs-shaow {
    padding: 10px 20px;
    box-shadow: 0px 3px 10px 2px #0000000D;
    border-radius: 10px;
    background: #fff;
}

.carrrs-shaow i {
    color: #0aa89ea3;
}

.carrrs-shaow h4 {
    color: #2f4da0;
    padding-top: 10px;
    font-size: 22px;
}

.carrrs-shaow p {
    margin: 0;
}

.carrrs-shaow .btn-find {
    padding: 5px 20px;
    border-radius: 3px;
    min-width: 120px;
    font-size: 13px;
    text-align: center;
}

.carrrs-shaow .rmore-btn {
    padding: 5px 20px;
    border-radius: 3px;
    min-width: 120px;
    font-size: 13px;
    text-align: center;
}

section.careers-exter {
    position: relative;
    margin-top: 120px;
}

section.careers-exter::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.09);
}

.img-wrap {
    max-height: 400px;
    overflow: hidden;
}

.img-wrap img {
    object-fit: cover;
    filter: blur(2px);
}

.careers-caption {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: max-content;
    margin: auto;
}

.careers-title {
    color: #383838;
    font-size: 44px;
    padding-bottom: 20px;
    display: inline-block;
}

a.theme-button {
    display: inline-block;
    background: linear-gradient(45deg, #3b56a1, #5f7bd9);
    padding: 12px 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.4s ease;
}

a.theme-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(59, 86, 161, 0.4);
}

.career-button {
    display: inline-block;
    background: linear-gradient(45deg, #3b56a1, #5f7bd9);
    padding: 8px 30px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.4s ease;
    outline: none;
    border: none;
}

.career-button:hover {
    transform: translateY(-5px);
}

.mt-20 {
    margin-top: 20px !important;
}

#sendResum .modal-content {
    padding: 40px;
}

.modal-form .field {
    margin-bottom: 20px;
}

#sendResum .btn-close {
    position: absolute;
    top: 15px;
    border-radius: 5px;
    right: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 99999;
    background-color: #ececec;
}

.modal-form label {
    font-size: 16px;
    font-weight: 600;
}

.modal-form .inputbox {
    border: 0;
    border-bottom: 1px solid #5e5e5e;
    padding: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 12px;
    height: 38px;
    background-color: transparent;
    color: #58595b;
    width: 100%;
    outline: 0;
}

.modal-form .inputfile {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    height: auto;
    width: 100%;
}

.error-message {
    color: red;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

.input-error {
    border-bottom: 2px solid red !important;
}

.btn-loader {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/* Contact Section */
section.contact-section-wrapper {
    background: url(../images/contact-bg.jpeg);
    background-size: cover;
    padding-bottom: 60px;
    background-attachment: fixed;
    position: relative;
}

section.contact-section-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000087;
}

.contact-section {
    width: 100%;
    padding: 60px 0px 10px;
    position: relative;
}

.right-card {
    min-height: 470px;
    box-shadow: 0px 0px 9px 0px #606060;
    border: none;
    border-radius: 10px;
}

.right-card a {
    color: #555;
}

.contact-section .heading-group h2 {
    color: #ffffff;
}

.contact-section p {
    text-align: center;
    color: #ffffff;
}

.right-contrnt {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.right-content-icon i {
    color: #ffffff;
    background: #25459C;
    padding: 15px;
    border-radius: 50%;
}

.contact-social a i {
    color: #000;
}

.right-paragraph p {
    margin: 0;
}

.left-card {
    min-height: 470px;
    box-shadow: 0px 0px 9px 0px #606060;
    border: none;
    border-radius: 10px;
}

.contact-social h4 {
    color: #25459C;
    font-size: 24px;
    font-weight: 400;
}

.contact-social i {
    font-size: 24px;
    margin-top: 10px;
}

.left-card .custom-input {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
}

.left-card .custom-input:focus {
    border-bottom-color: #11A89C;
    box-shadow: none;
}

.left-card textarea.custom-input {
    resize: none;
}

.left-card .submit-btn {
    background-color: #11A89C;
    color: #fff;
    border-radius: 4px;
}

.left-card .submit-btn:hover {
    background-color: #0e9086;
}


.left-card .nav-pills .nav-link {
    border-radius: 30px;
    padding: 8px 20px;
    margin: 0 5px;
    color: #294598;
    border: 3px solid #294598;
    background: #ffffff;
}

.left-card .nav-pills .nav-link.active {
    background-color: #00a79d;
    color: #fff;
    border: 3px solid #00a79d;
}

.left-card label {
    padding: 0px 10px;
    color: #222222;
    font-weight: 600;
}

/* Map Contant */

.location-tabs {
    border-bottom: none;
    gap: 40px;
}

.location-tabs .nav-link {
    border: none;
    color: #1b1b1b;
    font-weight: 500;
    font-size: 20px;
    position: relative;
    padding: 10px 0;
}

/* Default (inactive) */
.location-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    bottom: -15px;
    width: 0;
    height: 0;
    opacity: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #20409A;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

/* Active state */
.location-tabs .nav-link.active {
    color: #1e40af;
    background: transparent;
}

.location-tabs .nav-link.active::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}


/* Location Card */
.location-card {
    background: linear-gradient(180deg, #20409A, #FDFDFD, #FFFFFF);
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.location-header {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.location-header i {
    font-size: 18px;
}

.location-header p {
    color: #fff;
    margin: 0;
}

.map-wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.map-frame {
    width: 100%;
    border: none;
    border-radius: 10px;
}

.map-wrapper iframe {
    height: 200px;
}

/********************** All Specialities  *****************************/

.speciality-section {
    width: 100%;
    padding: 60px 0px;
    background: #fff;
    position: relative;
}

.section-title {
    color: rgba(23, 52, 133, 1);
}

div#speciality-container {
    margin-top: 0;
}

.speciality-card {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
    background-color: white;
    overflow: hidden;
}

.card-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.5s;
}

.speciality-card:hover .card-bg {
    transform: scale(1.3);
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: flex-end;
    height: auto;
    padding-right: 51px;
}

.card-content a {
    position: absolute;
    right: 20px;
    top: 24px;
}

.content-left {
    display: flex;
    align-items: center;
    gap: 12px;

}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 60%, transparent 100%);
    z-index: 1;
}

.speciality-name {
    color: white;
    margin: 0;
    font-size: 20px;
}

.hidden-card {
    display: none;
}

button#loadMoreBtn {
    background: #1f3067;
    border: 2px solid #1f3067;
    color: #fff;
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Hover effect */
button#loadMoreBtn:hover {
    background: #fff;
    color: #1f3067;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Click effect */
button#loadMoreBtn:active {
    transform: scale(0.95);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Optional glow animation */
button#loadMoreBtn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-20deg);
    transition: 0.5s;
}

button#loadMoreBtn:hover::after {
    left: 125%;
}

.up-arrow {
    width: 22px;
}

.icon-img {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}


/********************** All Specialities End *****************************/

/* Base Pagination Style */
.pagination {
    font-size: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.pagination h2.screen-reader-text {
    margin-bottom: 0px !important;
}

.page-numbers {
    padding: 10px 18px;
    background: #0aa89e;
    color: #fff;
    border-radius: 60px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* Hover Effect */
.page-numbers:hover {
    background: #173485;
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    color: #fff;
}

/* Active / Current Page */
span.page-numbers.current {
    background: #173485;
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(23, 52, 133, 0.3);
    cursor: default;
}

/* Remove hover effect from active page */
span.page-numbers.current:hover {
    transform: scale(1.05);
}

/* Pagination Wrapper Center Alignment */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-wrap {
    padding: 0 10px;
    margin-bottom: 20px;
}

/* BLOG CARD */
.blog-card {
    box-shadow: 0px 4px 50px 0px #00000026;
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 60px 0px #00000033;
}

/* BLOG IMAGE */
.blog-thumb {
    height: 300px;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-thumb img {
    transform: scale(1.08);
}

/* BLOG DESCRIPTION */
.blog-card .blog-desc {
    padding: 30px;
    position: relative;
}

/* BLOG TITLE */
.blog-card .blog-title a {
    font-size: 22px;
    font-weight: 600;
    color: #58595b;
    line-height: 28px;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.3s ease;
}

.blog-card .blog-title a:hover {
    color: #13a89e;
}

/* POST DATE */
span.postdate {
    color: #13a89e;
    transition: 0.3s ease;
    font-size: 14px;
}

.blog-card:hover span.postdate {
    color: #0e8d85;
}

/* RECENT BLOG WIDGET */
.recent-blogs.widget-box {
    padding: 20px;
    box-shadow: 0px 0px 45px 0px #ddd;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.recent-blogs.widget-box:hover {
    box-shadow: 0px 10px 50px 0px #cccccc;
    transform: translateY(-5px);
}

/* RECENT BLOG TITLE */
.recent-blog-title a {
    color: #58595b;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    transition: color 0.3s ease;
}

.recent-blog-title a:hover {
    color: #13a89e;
}

/* RECENT BLOG DATE */
.para-wrap.recent-blog-postdate {
    margin-bottom: 30px;
    color: #3b56a1;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.para-wrap.recent-blog-postdate:hover {
    color: #13a89e;
}