* {



    margin: 0;



    padding: 0;



    box-sizing: border-box;



}







:root {



    --primary-color: #222e4b;



    --secondary-color: #3998FF;



    --matte-black: #333;



}







body {

    font-family: "Raleway", sans-serif;



    color: var(--matte-black);


}







a {



    text-decoration: none !important;

    font-weight: 600;

    font-size: 16px;



}















h1,



h2,



h3,



h4,



h5,



h6 {



    margin: 0;



    padding: 0;

    /*

    line-height: 1.5; */



}





h3 {

    font-size: 30px;

    line-height: 1.8;

}







ul,



li {



    list-style: none;



    margin: 0;



    padding: 0;



}







p {



    margin: 0;



    padding: 0;



    letter-spacing: 0px;



    font-size: 16px;



    line-height: 1.8;



    color: #343434;



    margin-bottom: 10px;

    font-weight: 400;



}







a,



a:hover {



    text-decoration: none;



    color: var(--matte-black);



    transition: all 0.4s ease;



    font-size: 16px;



}



hr {

    border: none;

    margin: 0;

    background: #aaa;

    width: 100%;

    height: 1px;

}

.content-box {

    margin-bottom: 16px;

}



.content-box h6 {
    color: var(--primary-color);
    font-weight: 600;
    line-height: 30px;
}

.content-box h5 {

    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;

}




.content-box h1 {

    font-weight: 800;

    line-height: 1.4;

    font-size: 32px;

}



.content-box p {
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: #555;
    font-family: 'Poppins';

}



.content-box h3 {

    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #3F3F3F;
    font-family: "Poppins", sans-serif;


}



/* Header */

.uperheader {
    position: relative;
    z-index: 888;
    background: #eae6e5;
}

.uperheader ul {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
}

.uperheader ul li a {
    display: flex;
    column-gap: 4px;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}

.uperheader ul li a i {
    font-size: 20px;
    color: var(--primary-color);
}

.uperheader ul li a img {
    width: 24px;
    border-radius: 50%;
    padding: 2px 0;

}

.uperheader ul li:nth-child(2) {
    border-right: 1px solid #555;
    padding-right: 20px;
}

.uperheader ul .emergency-icon {
    background: #c6201c;
    padding: 2px 14px;
}

.uperheader ul .health-checkups {
    background: var(--primary-color);
    padding: 6px;
    border-radius: 30px;
}

.uperheader ul .emergency-icon a {
    color: #fff;
    font-weight: 600;
    font-family: 'poppins';
    display: flex;
    column-gap: 10px;
}


header {
    font-family: "Poppins", sans-serif;
}


.top-header {

    border-bottom: 1px solid #ddd;

    padding: 4px 0;
    background: #fff;

}



.logo-box img {

    width: 150px;

}



header .logo-box {

    border-right: 1px solid #ddd;

}



.topheader .top-location-contact li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    column-gap: 4px;

}



.topheader .top-location-contact li a {

    font-size: 14px;

    font-weight: 500;

    color: var(--matte-black) !important;



}



.topheader .top-location-contact {

    display: flex;

    align-items: center;

}



.topheader .top-location-contact i {

    color: var(--matte-black);

    font-size: 20px;

    margin-right: 4px;

}



.topheader-social {

    display: flex;

    align-items: center;

}



.topheader-social li {

    margin-left: 10px;


    display: flex;

    justify-content: center;

    align-items: center;



}





.topheader-social li a {

    padding: 4px;
    color: var(--matte-black);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;


}







.main-header .nav-box nav ul {

    display: flex;

    flex-wrap: wrap;

    flex-direction: row;

}



.main-header .nav-box nav ul li {

    text-transform: capitalize;

    position: relative;

}



.main-header .nav-box nav ul li a {

    padding: 20px 10px;

    font-size: 14px;

    color: var(--matte-black);

    font-weight: 500;

    padding-right: 10px;

    display: inline-block;

}



.main-header {

    box-shadow: 0px 6px 11px 0px #0000000D;

    position: relative;

    z-index: 99;



}



.nav.main-menu .navbar-nav.navigation li .sub-menu {

    width: 200px;

    max-width: 200px;

    background: #fff;

    position: absolute;

    transform: translateY(100%);

    transition: 0.3s ease;

    text-align: center;

    visibility: hidden;

    opacity: 0;

    box-shadow: 0px 7px 10px -1px rgb(0 0 0/20%);



    &>li {

        margin: 0;

        margin-right: 0 !important;

        width: 100%;

        position: relative;

        text-align: left;

    }



    & a {

        padding: 16px;

        display: block;

    }

}



.main-header .nav-box .navbar-nav.navigation li:hover .sub-menu {

    transition: 0.5s ease;

    visibility: visible;

    opacity: 1;

    transform: translateY(0);

}



/* .nav.main-menu .navbar-nav.navigation li .sub-menu li::before {

    padding-left: 12px;

    content: "\f061";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    font-size: 16px;

    color: #fff;

    position: absolute;

    left: 0;

    top: 16px;

    bottom: 0;

    margin: auto;

    transition: 0.5s;

    visibility: hidden;

    opacity: 0;

} */



.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover::before {

    visibility: visible;

    opacity: 1;

}







.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover {

    background: var(--secondary-color);
    border-radius: 4px;



    & a {

        color: #fff;

        padding-left: 30px;

    }

}

.nav.main-menu .navbar-nav.navigation li .sub-menu li:hover::marker {
    color: #fff;
}


.book-appoint-btn a {

    width: 100%;

    display: inline-flex;

    gap: 10px;

    align-items: center;

    justify-content: end;

    padding: 20px;

    border-radius: 0px;

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

    text-transform: capitalize;

    background: var(--primary-color);

    border: none;

    padding: 20px 20px 20px 0px;

    font-weight: 600;

}

.main-header-nav {
    & .detail-canvas {
        width: 10%;
    }

    & .book-appoint-btn {
        width: 100%;
    }
}



.book-appoint-btn a:hover {

    background: #c6201c;

}

.sticky {
    display: none;
}

.sticky.sticky-header {

    display: block;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .4);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    background: rgb(255 255 255 / 100%);
    backdrop-filter: blur(21px);
    z-index: 99;



    & .logo-box img {

        width: 130px;
        padding: 8px;

    }

    & .book-appoint-btn a {
        padding: 24px 0;
        display: flex;
        justify-content: center;
        font-size: 16px;
    }



}


.bx.bx-menu-alt-right {

    font-size: 24px;

}



.offcanvas-contect li {

    margin: 6px 0;

}



.offcanvas-contect a {

    color: var(--matte-black);

}



.offcanvas-contect a:hover {

    color: var(--primary-color);

}



.main-menu .navigation>li.menu-item-has-children .sub-menu a:after {

    display: none;

}



.main-menu .navigation>li.menu-item-has-children a {

    margin-right: 8px;

}



.main-menu .navigation>li.menu-item-has-children a:after {

    position: absolute;

    right: 4px;

    top: 30px;

    margin-top: -8px;

    vertical-align: middle;

    font-family: "Font Awesome 5 Free";

    content: "\f0d7";

    font-size: 16px;

    line-height: 1;

    display: inline-block;

    font-weight: 900;

    color: #666;

    z-index: 5;

}



.nav.main-menu .navbar-nav.navigation li .sub-menu {

    width: 240px;

    max-width: 240px;

    background: #fff;

    position: absolute;

    transform: translateY(100%);

    transition: 0.3s ease;

    text-align: center;

    visibility: hidden;

    opacity: 0;

    box-shadow: 0 7px 10px -1px rgb(0 0 0/20%);

    z-index: 999;

}



/* main-slider */



.main-slider {

    position: relative;

}



.main-slider-inner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 60px 0;
    height: 580px;
    display: flex;
    align-items: center;

    & h5.patient-offer {
        color: #F63C25;
        line-height: 40px;
    }
}




.main-slider-inner .treatment-box .treatments {

    background: #fff;

    box-shadow: 0px 8px 24px 0px #959DA533;

    padding: 14px;

    text-align: center;

    height: 100%;

    display: flex;

    align-items: center;

    flex-direction: column;

    justify-content: center;

    border-radius: 10px;

}



.main-slider-inner .treatment-box .treatments img {

    width: 40px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(54%) saturate(6066%) hue-rotate(202deg) brightness(95%) contrast(95%);

}



.main-slider-inner .treatment-box .treatments h6 {

    font-size: 12px;

    font-weight: 700;

    color: #04101D;

}



.slider-btn {

    display: flex;

    column-gap: 10px;
    align-items: center;

}



.slider-btn a {

    padding: 14px 24px;

    gap: 10px;

    border-radius: 100px;

    background: #bc2a22;

    display: inline-flex;

    column-gap: 10px;

    align-items: center;

    color: #04101D;

    font-weight: 700;

    & i {
        font-weight: 600;
        font-size: 18px;
    }

}



.slider-btn .call-btn {
    background: transparent;
    box-shadow: none;
    color: var(--primary-color);
    font-family: 'Poppins';
    letter-spacing: 0px;
    padding: 0;
    display: inline;
    font-weight: 600;

    & i {
        color: #F5A201;
    }

}



.owl-dots {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 20px;

    width: 100%;

}



.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span {

    background: #000000;

    width: 40px;

    height: 4px;

    transition: 0.5s linear;



}



.owl-theme .owl-dots .owl-dot span {

    width: 26px;

    height: 4px;

    transition: 0.5s linear;

}

/* =========================================================
   SHEKHAWATI HOSPITAL
   GLOBAL THEME COMPONENTS
========================================================= */


/* =========================================================
   THEME COMMON SECTION HEADING
========================================================= */

.theme-section-heading {
    position: relative;

    margin: 0 0 30px;
    padding: 0;
}


/* Common Small Subtitle */

.theme-section-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 11px;
    margin-bottom: 8px;
    border-radius: 5px;
    background: #f4f7fc;
    color: #284fa7;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    width: max-content;
}


/* Common Main Heading */

.theme-section-title {
    margin: 0;
    padding: 0;

    color: var(--primary-color);

    font-family: "Raleway", sans-serif;

    font-size: 30px;
    line-height: 46px;

    font-weight: 700;

    letter-spacing: -0.4px;
}


/* Heading Highlight */

.theme-section-title span {
    color: #c6201c;
}


/* Common Heading Description */

.theme-section-desc {
    max-width: 700px;

    margin: 12px 0 0;
    padding: 0;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 16px;
    line-height: 30px;

    font-weight: 400;

    letter-spacing: 0;
}


/* =========================================================
   THEME COMMON BUTTON
========================================================= */

.theme-btn {
    height: 42px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 16px;

    padding: 0 20px;

    border: none;

    border-radius: 7px;

    font-family: "Poppins", sans-serif;

    font-size: 13px;
    line-height: 20px;

    font-weight: 600;
    background: #c92c25;

    text-decoration: none !important;

    color: #ffffff !important;

    cursor: pointer;

    transition: all 0.3s ease;
}


.theme-btn i {
    font-size: 12px;

    line-height: 1;
}


.theme-btn:hover {
    color: #ffffff !important;

    transform: translateY(-1px);
}


/* =========================================================
   PRIMARY BLUE BUTTON
========================================================= */

.theme-btn-primary {
    min-width: 140px;
    background: #c6201c;

}


.theme-btn-primary:hover {
    background: var(--primary-color);

    color: #ffffff !important;

    box-shadow: 0 5px 15px rgba(40, 75, 176, 0.18);
}


/* =========================================================
   ORANGE BUTTON
========================================================= */

.theme-btn-orange {
    min-width: 192px;
    background: var(--primary-color);

}


.theme-btn-orange:hover {
    background: rgb(198, 32, 28);


    color: #ffffff !important;

    box-shadow: 0 5px 15px rgba(242, 107, 38, 0.18);
}


/* =========================================================
   THEME COMMON TEXT
========================================================= */

p {
    font-family: "Poppins", sans-serif;

    font-weight: 400;

    line-height: 30px;

    font-size: 16px;

    color: #555;
}


/* =========================================================
   THEME COMMON RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .theme-section-title {
        font-size: 34px;

        line-height: 44px;
    }

}


@media (max-width: 991px) {

    .theme-section-heading {
        margin-bottom: 25px;
    }


    .theme-section-title {
        font-size: 32px;

        line-height: 42px;
    }


    .theme-section-desc {
        font-size: 16px;

        line-height: 30px;
    }

}


@media (max-width: 767px) {

    .theme-section-heading {
        margin-bottom: 22px;
    }


    .theme-section-subtitle {
        font-size: 14px;

        line-height: 22px;
    }


    .theme-section-title {
        font-size: 29px;

        line-height: 38px;
    }


    .theme-section-desc {
        font-size: 15px;

        line-height: 27px;
    }


    .theme-btn {
        height: 40px;

        padding: 0 16px;

        font-size: 12px;
    }

}


@media (max-width: 480px) {

    .theme-section-subtitle {
        font-size: 13px;

        line-height: 21px;
    }


    .theme-section-title {
        font-size: 26px;

        line-height: 35px;
    }


    .theme-section-desc {
        font-size: 14px;

        line-height: 26px;
    }

}

/* =========================================================
   ABOUT SECTION
========================================================= */

section {
    padding: 80px 0;
}


/* =========================================================
   ABOUT CONTENT
========================================================= */

.sh-about-content {
    position: relative;

    z-index: 2;
}




/* =========================================================
   ABOUT HEADING
========================================================= */

.sh-about-heading {
    max-width: 580px;

    margin-bottom: 10px;
}


/* =========================================================
   HOSPITAL SUB HEADING
========================================================= */

.sh-hospital-heading {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 8px;
}


.sh-hospital-heading-icon {
    width: 28px;

    min-width: 28px;

    color: #f07836;

    font-size: 23px;

    line-height: 25px;
}


.sh-hospital-heading h3 {
    margin: 0;

    padding: 0;

    color: #252525;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 24px;

    font-weight: 700;
}


/* =========================================================
   ABOUT DESCRIPTION
========================================================= */




.sh-about-description p {
    margin-bottom: 5px;
}


.sh-about-description p strong {
    color: #343434;

    font-weight: 700;
}


.sh-about-description p span {
    color: #284fa7;

    font-weight: 600;
}


/* =========================================================
   FACILITIES
========================================================= */

.sh-facilities-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 8px;

    max-width: 590px;

    margin-top: 12px;
}


.sh-facility-card {
    min-height: 73px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 7px 5px;

    border: 1px solid #e0e4ea;

    border-radius: 5px;

    background: #ffffff;

    text-align: center;

    transition: all 0.3s ease;
}


.sh-facility-card:hover {
    border-color: #c2d1ed;

    box-shadow: 0 5px 18px rgba(32, 48, 79, 0.08);

    transform: translateY(-2px);
}


.sh-facility-icon {
    margin-bottom: 4px;

    color: #2856bd;

    font-size: 20px;

    line-height: 22px;
}

.sh-facility-icon img {
    filter: brightness(0) saturate(100%) invert(23%) sepia(90%) saturate(1058%) hue-rotate(199deg) brightness(100%) contrast(93%);
    width: 30px;
}

.sh-facility-card h4 {
    margin: 0;

    padding: 0;

    color: #292929;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 13px;

    font-weight: 600;
}


.sh-facility-card h4 span {
    display: block;
}


/* =========================================================
   ABOUT BUTTON WRAPPER
========================================================= */

.sh-about-buttons {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 12px;
}


/* =========================================================
   IMAGE AREA
========================================================= */

.sh-about-image-area {
    position: relative;

    width: 100%;

    min-height: 540px;

    margin-left: 20px;

    display: flex;

    justify-content: center;
}


/* =========================================================
   DECORATIVE DOTS
========================================================= */

.sh-about-dots {
    position: absolute;

    top: -18px;

    right: 0;

    width: 72px;

    height: 72px;

    background-image: radial-gradient(#dfe8f7 1.5px,
            transparent 1.5px);

    background-size: 10px 10px;

    opacity: 0.8;

    z-index: 0;
}


/* =========================================================
   HOSPITAL IMAGE
========================================================= */

.sh-hospital-image-box {
    position: relative;

    width: 100%;

    max-width: 535px;

    height: 528px;

    overflow: hidden;

    border-radius: 45px;

    background: #eef4ff;

    z-index: 1;
}


.sh-hospital-image-box::before {
    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 14px;

    height: 105px;

    background: #f07836;

    z-index: 2;
}


.sh-hospital-image-box img {
    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    object-fit: cover;

    object-position: center;
}


/* =========================================================
   ACCREDITATION BOX
========================================================= */

.sh-accreditation-box {
    position: absolute;

    left: 50%;

    bottom: 0;

    width: 86%;

    min-height: 125px;

    padding: 12px 17px;

    display: flex;

    align-items: center;

    justify-content: space-around;

    transform: translateX(-50%);

    border-radius: 24px 24px 0 0;

    background: #20304f;

    box-shadow: 0 -5px 25px rgba(32, 48, 79, 0.12);

    z-index: 3;
}


.sh-accreditation-item {
    flex: 1;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;
}


.sh-accreditation-logo {
    width: 69px;

    height: 69px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 4px;

    padding: 5px;

    border-radius: 15px;

    background: #ffffff;
}


.sh-accreditation-logo img {
    display: block;

    max-width: 55px;

    max-height: 55px;

    width: auto;

    height: auto;

    object-fit: contain;
}


.sh-accreditation-item h5 {
    margin: 0;

    padding: 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 14px;

    font-weight: 500;

    text-align: center;
}


.sh-accreditation-divider {
    width: 1px;

    height: 78px;

    margin: 0 10px;

    background: rgba(255, 255, 255, 0.4);
}


/* =========================================================
   ABOUT RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .sh-about-image-area {
        margin-left: 5px;
    }

    .sh-hospital-image-box {
        height: 500px;
    }

}


@media (max-width: 991px) {

    .sh-about-section {
        padding: 60px 0;
    }

    .sh-about-content {
        margin-bottom: 45px;
    }

    .sh-about-image-area {
        min-height: auto;

        margin-left: 0;
    }

    .sh-hospital-image-box {
        max-width: 100%;

        height: 550px;
    }

}


@media (max-width: 767px) {

    .sh-about-section {
        padding: 50px 0;
    }

    .sh-facilities-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 8px;
    }

    .sh-facility-card {
        min-height: 78px;
    }

    .sh-about-buttons {
        flex-wrap: wrap;

        gap: 8px;
    }

    .sh-hospital-image-box {
        height: 450px;

        border-radius: 30px;
    }

    .sh-accreditation-box {
        width: 92%;

        min-height: 105px;

        padding: 10px;

        border-radius: 18px 18px 0 0;
    }

    .sh-accreditation-logo {
        width: 55px;

        height: 55px;

        border-radius: 12px;
    }

    .sh-accreditation-logo img {
        max-width: 43px;

        max-height: 43px;
    }

    .sh-accreditation-item h5 {
        font-size: 8px;

        line-height: 11px;
    }

    .sh-accreditation-divider {
        height: 65px;

        margin: 0 5px;
    }

}


@media (max-width: 480px) {

    .sh-about-section {
        padding: 40px 0;
    }

    .sh-hospital-heading {
        align-items: flex-start;
    }

    .sh-hospital-heading h3 {
        font-size: 14px;

        line-height: 21px;
    }

    .sh-facility-card h4 {
        font-size: 9px;
    }

    .sh-about-buttons {
        gap: 8px;
    }

    .sh-hospital-image-box {
        height: 390px;
    }

    .sh-accreditation-box {
        width: 95%;
    }

}


.sh-about-section .sticky-div.col-lg-6 {
    position: sticky;
    top: 100px;
}

/* =========================================================
   SHEKHAWATI HOSPITAL
   DEPARTMENTS SECTION
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.sh-departments-section {
    position: relative;

    width: 100%;

    padding: 80px 0;

    background-color: #f6fbfc;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.sh-departments-left {
    position: relative;

    height: 100%;

    padding-right: 25px;
}


/* =========================================================
   COMMON THEME HEADING - SECTION OVERRIDE ONLY
========================================================= */

.sh-departments-heading {
    margin-bottom: 16px;
}


.sh-departments-heading .theme-section-subtitle {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 14px;

    color: #2856bd;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 22px;

    font-weight: 600;

    letter-spacing: 0.2px;
}


/* Small line before subtitle */

.sh-subtitle-line {
    display: inline-block;

    width: 17px;

    height: 2px;

    background: #2856bd;
}


/* Main Heading */

.sh-departments-heading .theme-section-title {

    color: var(--primary-color);

    font-size: 30px;

    line-height: 1.18;

    font-weight: 700;

    letter-spacing: -0.7px;
}


/* Highlight */

.sh-departments-heading .theme-section-title span {
    display: inline-block;

    color: rgb(198, 32, 28);
}


/* Heart */

.sh-heading-heart {
    display: inline-block;

    margin-left: 7px;

    color: #e95d63;

    font-size: 34px;

    transform: rotate(-8deg);
}


/* =========================================================
   DESCRIPTION
========================================================= */

.sh-departments-desc {
    max-width: 355px;

    margin-top: 12px;

    font-size: 15px;

    line-height: 25px;
}


/* =========================================================
   HOSPITAL ILLUSTRATION
========================================================= */

.sh-hospital-illustration {
    position: relative;

    width: 100%;


    margin-top: 15px;

    overflow: hidden;
}


/* =========================================================
   CLOUDS
========================================================= */

.sh-cloud {
    position: absolute;

    width: 55px;

    height: 25px;

    border: 1px solid #dce4f1;

    border-radius: 50px;

    background: #ffffff;
}


.sh-cloud::before,
.sh-cloud::after {
    content: "";

    position: absolute;

    border: 1px solid #dce4f1;

    border-bottom: 0;

    border-radius: 50%;
}


.sh-cloud::before {
    width: 28px;

    height: 28px;

    left: 12px;

    bottom: 8px;

    background: #ffffff;
}


.sh-cloud::after {
    width: 19px;

    height: 19px;

    left: 30px;

    bottom: 7px;

    background: #ffffff;
}


.sh-cloud-one {
    top: 28px;

    left: 40px;
}


.sh-cloud-two {
    top: 43px;

    right: 40px;

    transform: scale(0.8);
}


.sh-cloud-three {
    top: 83px;

    right: 0;

    transform: scale(0.6);
}


/* =========================================================
   HOSPITAL BUILDING
========================================================= */

.sh-hospital-building {
    position: absolute;

    left: 50%;

    bottom: 90px;

    width: 185px;

    height: 130px;

    transform: translateX(-50%);

    border: 2px solid #8fa2ba;

    border-bottom: 0;

    background: rgba(255, 255, 255, 0.7);
}


/* Building center */

.sh-hospital-building::before {
    content: "";

    position: absolute;

    left: 50%;

    bottom: 0;

    width: 65px;

    height: 85px;

    transform: translateX(-50%);

    border: 2px solid #8fa2ba;

    border-bottom: 0;

    background: #ffffff;
}


/* Cross */

.sh-hospital-cross {
    position: absolute;

    top: 13px;

    left: 50%;

    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    transform: translateX(-50%);

    border: 2px solid #8fa2ba;

    background: #ffffff;

    color: #8fa2ba;

    font-size: 20px;

    z-index: 2;
}


/* Door */

.sh-hospital-door {
    position: absolute;

    left: 50%;

    bottom: 0;

    width: 28px;

    height: 52px;

    transform: translateX(-50%);

    border: 2px solid #8fa2ba;

    background: #f5f8fc;

    z-index: 3;
}


/* Windows */

.sh-hospital-window {
    position: absolute;

    width: 22px;

    height: 30px;

    border: 2px solid #8fa2ba;

    background: #ffffff;
}


.sh-window-one {
    top: 22px;

    left: 15px;
}


.sh-window-two {
    top: 22px;

    right: 15px;
}


.sh-window-three {
    bottom: 14px;

    left: 15px;
}


.sh-window-four {
    bottom: 14px;

    right: 15px;
}


/* =========================================================
   TREES
========================================================= */

.sh-tree {
    position: absolute;

    bottom: 85px;

    width: 38px;

    height: 65px;
}


.sh-tree-left {
    left: 35px;
}


.sh-tree-right {
    right: 35px;
}


.sh-tree-top {
    position: absolute;

    top: 0;

    left: 50%;

    width: 35px;

    height: 35px;

    transform: translateX(-50%);

    border-radius: 50%;

    background: #b8d89d;
}


.sh-tree-trunk {
    position: absolute;

    bottom: 0;

    left: 50%;

    width: 6px;

    height: 38px;

    transform: translateX(-50%);

    background: #a99070;
}


/* =========================================================
   FEATURE BOX
========================================================= */

.sh-department-features {

    height: 115px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    align-items: center;

    border: 1px solid #e2e7ef;

    border-radius: 8px;

    background: #ffffff;

    box-shadow: 0 5px 25px rgba(32, 48, 79, 0.04);
}


.sh-department-feature {
    position: relative;

    height: 70px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;
}


.sh-department-feature:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 7px;

    right: 0;

    width: 1px;

    height: 55px;

    background: #e5e8ed;
}


.sh-feature-icon {
    margin-bottom: 7px;

    color: #4a7ed1;

    font-size: 22px;

    line-height: 22px;
}


.sh-department-feature:nth-child(2) .sh-feature-icon {
    color: #55aaa3;
}


.sh-department-feature:nth-child(3) .sh-feature-icon {
    color: #ef7651;
}


.sh-department-feature:nth-child(4) .sh-feature-icon {
    color: #8572ae;
}


.sh-department-feature h4 {
    margin: 0;

    color: #28334a;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 15px;

    font-weight: 600;
}


/* =========================================================
   DEPARTMENT BUTTON
========================================================= */

.sh-departments-button {
    margin-top: 25px;

    position: relative;
}


.sh-departments-button::after {
    content: "";

    position: absolute;

    left: 225px;

    top: 22px;

    width: 70px;

    height: 40px;

    border-top: 1px dashed #9aa9c0;

    border-right: 1px dashed #9aa9c0;

    border-radius: 0 25px 0 0;

    transform: skewX(-25deg);

    pointer-events: none;
}


.sh-departments-button .theme-btn {
    min-width: 230px;

    height: 45px;

    gap: 12px;
}


/* =========================================================
   RIGHT DEPARTMENT GRID
========================================================= */

.sh-departments-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    width: 100%;
}


/* =========================================================
   DEPARTMENT CARD
========================================================= */

.sh-department-card {
    position: relative;

    min-height: 205px;

    display: flex;

    flex-direction: column;

    padding: 20px 17px 17px;

    border: 1px solid #e5e8ee;

    border-radius: 5px;

    background: #ffffff;

    text-decoration: none !important;

    overflow: hidden;

    transition: all 0.3s ease;
}


.sh-department-card::after {
    content: "";

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    height: 2px;

    background: var(--card-accent, #3998FF);
}


.sh-department-card:hover {
    z-index: 2;

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(32, 48, 79, 0.09);

    border-color: #d6deeb;
}


/* =========================================================
   DEPARTMENT ICON
========================================================= */

.sh-department-icon {
    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 9px;

    border-radius: 50%;

    background: rgba(57, 152, 255, 0.07);

    color: #3957ba;

    font-size: 25px;
}

.sh-department-icon img {
    width: 35px;
    filter: brightness(0) saturate(100%) invert(23%) sepia(90%) saturate(1058%) hue-rotate(199deg) brightness(100%) contrast(93%);
}

/* =========================================================
   DEPARTMENT CONTENT
========================================================= */

.sh-department-content h3 {
    margin: 0 0 8px;

    padding: 0;

    color: #182a47;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 20px;

    font-weight: 600;
}


.sh-department-content h3 span {
    display: block;
}


.sh-department-content p {
    margin: 0;

    padding: 0;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 20px;

    font-weight: 400;
}


/* =========================================================
   CARD ARROW
========================================================= */

.sh-department-arrow {
    position: absolute;

    right: 14px;

    bottom: 13px;

    color: #28364c;

    font-size: 12px;

    line-height: 1;

    transition: all 0.3s ease;
}


.sh-department-card:hover .sh-department-arrow {
    right: 11px;

    color: var(--card-accent, #3998FF);
}


/* =========================================================
   CARD ACCENT COLORS
========================================================= */

.sh-card-red {
    --card-accent: #e85b67;
}

.sh-card-pink {
    --card-accent: #d95799;
}

.sh-card-blue {
    --card-accent: #4b7dd3;
}

.sh-card-teal {
    --card-accent: #45aaa8;
}

.sh-card-purple {
    --card-accent: #9274b4;
}

.sh-card-cyan {
    --card-accent: #3fa9aa;
}

.sh-card-yellow {
    --card-accent: #e7b83d;
}

.sh-card-green {
    --card-accent: #72a75d;
}

.sh-card-orange {
    --card-accent: #e7b83d;
}

.sh-card-violet {
    --card-accent: #9274b4;
}

.sh-card-ortho {
    --card-accent: #477dd3;
}

.sh-card-dental {
    --card-accent: #40aaa8;
}


/* =========================================================
   STATISTICS
========================================================= */

.sh-department-stats {
    width: 100%;

    min-height: 70px;

    display: flex;

    align-items: center;

    margin-top: 28px;

    padding: 7px 10px;

    border: 1px solid #e3e7ee;

    border-radius: 7px;

    background: #ffffff;
}


.sh-department-stat {
    flex: 1;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 4px 8px;
}


.sh-stat-icon {
    width: 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    border-radius: 50%;

    background: #edf3ff;

    color: #356bc0;

    font-size: 17px;
}


.sh-department-stat:nth-child(3) .sh-stat-icon {
    background: #e9f8f5;

    color: #3ba59c;
}


.sh-department-stat:nth-child(5) .sh-stat-icon {
    background: #fff0eb;

    color: #e96d48;
}


.sh-department-stat:nth-child(7) .sh-stat-icon {
    background: #f2edfa;

    color: #8d72ae;
}


.sh-stat-content {
    display: flex;

    flex-direction: column;
}


.sh-stat-content strong {
    color: #1d2e49;

    font-family: "Poppins", sans-serif;

    font-size: 18px;

    line-height: 21px;

    font-weight: 700;
}


.sh-stat-content span {
    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 14px;

    font-weight: 400;
}


.sh-stat-divider {
    width: 1px;

    height: 40px;

    flex-shrink: 0;

    background: #e4e7ec;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .sh-departments-section {
        padding: 70px 0;
    }


    .sh-departments-heading .theme-section-title {
        font-size: 34px;

        line-height: 1.2;
    }


    .sh-department-card {
        min-height: 195px;

        padding: 17px 14px 15px;
    }


    .sh-department-content h3 {
        font-size: 13px;

        line-height: 18px;
    }


    .sh-department-content p {
        font-size: 10px;

        line-height: 16px;
    }


    .sh-department-icon {
        width: 44px;

        height: 44px;

        font-size: 22px;
    }

}


@media (max-width: 991px) {

    .sh-departments-section {
        padding: 60px 0;
    }


    .sh-departments-left {
        height: auto;

        padding-right: 0;

        margin-bottom: 45px;
    }


    .sh-departments-heading .theme-section-title {
        max-width: 600px;

        font-size: 34px;

        line-height: 42px;
    }


    .sh-departments-desc {
        max-width: 600px;
    }

    .sh-departments-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .sh-department-card {
        min-height: 200px;
    }

}


@media (max-width: 767px) {

    .sh-departments-section {
        padding: 50px 0;
    }




    .sh-heading-heart {
        font-size: 27px;
    }


    .sh-departments-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .sh-department-card {
        min-height: 190px;

        padding: 16px 13px;
    }


    .sh-department-content h3 {
        font-size: 13px;

        line-height: 18px;
    }


    .sh-department-content p {
        font-size: 10px;

        line-height: 16px;
    }


    .sh-department-stats {
        flex-wrap: wrap;

        padding: 10px;
    }


    .sh-department-stat {
        width: 50%;

        flex: 0 0 50%;

        min-height: 55px;
    }


    .sh-stat-divider {
        display: none;
    }

}


@media (max-width: 575px) {

    .sh-departments-heading .theme-section-title {
        font-size: 28px;

        line-height: 36px;
    }


    .sh-departments-grid {
        grid-template-columns: 1fr;
    }


    .sh-department-card {
        min-height: 170px;
    }





    .sh-department-features {
        height: 105px;
    }


    .sh-feature-icon {
        font-size: 19px;
    }


    .sh-department-feature h4 {
        font-size: 9px;

        line-height: 13px;
    }


    .sh-departments-button::after {
        display: none;
    }

}


@media (max-width: 480px) {

    .sh-departments-section {
        padding: 40px 0;
    }


    .sh-departments-heading .theme-section-subtitle {
        font-size: 13px;
    }


    .sh-departments-heading .theme-section-title {
        font-size: 26px;

        line-height: 34px;
    }


    .sh-departments-desc {
        font-size: 14px;

        line-height: 26px;
    }


    .sh-department-stats {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 5px;
    }


    .sh-department-stat {
        width: 100%;

        padding: 5px;
    }


    .sh-stat-icon {
        width: 35px;

        height: 35px;

        font-size: 14px;
    }


    .sh-stat-content strong {
        font-size: 16px;
    }

}

.sh-departments-section .col-lg-4 {
    position: sticky;
    top: 100px;
}


.get-in-touch {
    background-image: url(/wp-content/themes/csk-hospital/library/img/png/2.png);
    background-color: #222e4b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px 0
}

.get-in-touch .get-in-touch-list {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    list-style: none
}

.get-in-touch .get-in-touch-list li {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    border-right: 1px solid #ddd;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center
}

.get-in-touch .get-in-touch-list li:first-child {
    padding-left: 0
}

.get-in-touch .get-in-touch-list li:last-child {
    padding-right: 0;
    border-right: 0
}

.get-in-touch .get-in-touch-list li .listBody {
    display: inline-flex;
    align-items: center;
    column-gap: 15px
}

.get-in-touch .get-in-touch-list li .listBody .img {
    width: 40px;
    height: 40px
}

.get-in-touch .get-in-touch-list li .listBody .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(21%) sepia(87%) saturate(2941%) hue-rotate(350deg) brightness(77%) contrast(88%);
}

.get-in-touch .get-in-touch-list li .listBody .content {
    display: grid;
    align-items: center;
    align-content: center;
    width: calc(100% - 25px)
}

.get-in-touch .get-in-touch-list li .listBody .content>span {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.get-in-touch .get-in-touch-list li .listBody .content a {
    color: #f2f2f2;
    font-size: 16px;
    font-family: sans-serif
}

.get-in-touch .get-in-touch-list li .listBody .content a span {
    display: inline-flex;
    align-items: center;
    column-gap: 3px;
    color: #FFD600
}


/* whychoose-section */
.why-choose-section {

    padding: 60px 0;
}

.why-choose-section .doctor-image {
    position: relative;
}

.why-choose-section .doctor-image img {
    width: 90%;
    border-radius: 300px;
    height: 90%;

}

.why-choose-section .icon img {
    width: 50px;
    filter: contrast(0) brightness(50%);
}

.why-choose-section .content h3 {
    font-size: 18px;
    font-weight: 600;
}

.why-choose-section .doctor-image::before {
    content: "";
    position: absolute;
    left: -50%;
    top: -5%;
    bottom: -5%;
    right: 5%;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    background: var(--primary-color);
    z-index: -1;
}

.why-choose-section .why-choose-card {
    /* align-items: center; */
    /* box-shadow: 0px 8px 14px 0px #959DA533; */
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    /* background-color: #ffffff; */
}

.why-choose-section .section-heading .row {
    row-gap: 20px;
}

/* our Doctor */



.our-doctor {

    background: #bc2b2317;

}



.our-doctor .doctor-info img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    height: 300px;
    object-fit: cover;
    display: block;
    object-position: top;
    margin: 0 auto 10px auto;
}



.our-doctor .doctor-info h6 {

    font-size: 20px;

    font-weight: 600;
    line-height: 24px;

    color: #3F3F3F;

}

.our-doctor .doctor-info h6+span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}

.our-doctor .all-doctor-info {
    transform: scale(0.95);
    transition: all 0.4s ease-in-out;
    height: 100%;

    & .doctor-info {
        padding: 10px;
        border-radius: 6px;
        border: 1px solid #ddd;
        height: 100%;
        background: #fff;

        & .name-box h6:hover {
            color: #F63C25;
            transition: 0.3s ease-in-out;
        }
    }
}

.our-doctor .all-doctor-info:hover {
    box-shadow: 16px 18px 22px rgb(0 0 0 / 15%);
    transform: scale(1);


}



.our-doctor .doctor-info p {

    font-size: 16px;

    margin: 0;

    font-weight: 400;
    line-height: 24px;
    text-align: center;

    color: #415674;


}



.our-doctor .owl-dots {

    bottom: -30px;

}

.treatments {
    /* background: linear-gradient(180deg,var(--navy-50) 0%,var(--navy-100) 100%); */
    position: relative;
    overflow: hidden
}

.treatments::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(38 166 154 / .16), transparent 70%);
    pointer-events: none
}

.treatments::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -100px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(20 40 92 / .14), transparent 70%);
    pointer-events: none
}

.treatments>.container {
    position: relative;
    z-index: 1
}

.trtabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 36px;
    padding: 6px;
    border-radius: var(--r-pill);
    margin-left: auto;
    margin-right: auto
}

.trtab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: var(--r-pill);
    font-family: var(--f-display);
    font-size: 13.5px;
    font-weight: 600;
    color: var(--ink-700);
    background: #fff0;
    cursor: pointer;
    transition: background var(--t-fast), color var(--t-fast), box-shadow var(--t-fast);
    white-space: nowrap
}

.trtab i {
    font-size: 14px;
    color: var(--teal-600);
    transition: color var(--t-fast)
}

.trtab:hover {
    color: var(--navy-900);
    background: var(--white)
}

.trtab.is-active {
    background: var(--teal-500);
    color: var(--white);
    box-shadow: var(--shadow-teal)
}

.trtab.is-active i {
    color: var(--white)
}

.trpanel {
    display: none;
    animation: trpanelFade 0.4s cubic-bezier(.4, 0, .2, 1)
}

.trpanel.is-active {
    display: block
}

@keyframes trpanelFade {
    from {
        opacity: 0;
        transform: translateY(8px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.trpanel__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: 90%;
    margin: auto
}

.trcard {
    background: var(--white);
    border: 1px solid #a4a4a4;
    border-radius: var(--r-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform var(--t-med), box-shadow var(--t-med), border-color var(--t-med);
    text-decoration: none
}

.trcard:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--teal-300)
}

.trcard__media {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: var(--ink-100)
}

.trcard__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--t-med)
}

.trcard:hover .trcard__media img {
    transform: scale(1.06)
}

.trcard__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgb(11 26 66 / .45) 100%);
    pointer-events: none;
    z-index: 1
}

.trcard__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--white);
    display: grid;
    place-items: center;
    z-index: 2;
    box-shadow: 0 4px 12px rgb(0 0 0 / .2);
    transition: transform var(--t-med), background var(--t-med)
}

.trcard__badge i {
    font-size: 14px;
    transition: color var(--t-med)
}

.trcard__media--c1 .trcard__badge i,
.trcard__media--c2 .trcard__badge i,
.trcard__media--c3 .trcard__badge i,
.trcard__media--c4 .trcard__badge i,
.trcard__media--c5 .trcard__badge i,
.trcard__media--c6 .trcard__badge i {
    color: #c42020
}

.trcard__media--o1 .trcard__badge i,
.trcard__media--o2 .trcard__badge i,
.trcard__media--o3 .trcard__badge i,
.trcard__media--o4 .trcard__badge i,
.trcard__media--o5 .trcard__badge i,
.trcard__media--o6 .trcard__badge i {
    color: var(--navy-700)
}

.trcard__media--u1 .trcard__badge i,
.trcard__media--u2 .trcard__badge i,
.trcard__media--u3 .trcard__badge i,
.trcard__media--u4 .trcard__badge i,
.trcard__media--u5 .trcard__badge i,
.trcard__media--u6 .trcard__badge i {
    color: #1e5a8e
}

.trcard__media--s1 .trcard__badge i,
.trcard__media--s2 .trcard__badge i,
.trcard__media--s3 .trcard__badge i,
.trcard__media--s4 .trcard__badge i,
.trcard__media--s5 .trcard__badge i,
.trcard__media--s6 .trcard__badge i {
    color: var(--teal-700)
}

.trcard__media--m1 .trcard__badge i,
.trcard__media--m2 .trcard__badge i,
.trcard__media--m3 .trcard__badge i,
.trcard__media--m4 .trcard__badge i,
.trcard__media--m5 .trcard__badge i,
.trcard__media--m6 .trcard__badge i {
    color: #0d6e54
}

.trcard__media--n1 .trcard__badge i,
.trcard__media--n2 .trcard__badge i,
.trcard__media--n3 .trcard__badge i,
.trcard__media--n4 .trcard__badge i,
.trcard__media--n5 .trcard__badge i,
.trcard__media--n6 .trcard__badge i {
    color: #5a4a8c
}

.trcard:hover .trcard__badge {
    transform: scale(1.1) rotate(-5deg)
}

.trcard__body {
    padding: 18px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.trcard__cat {
    display: inline-block;
    align-self: flex-start;
    font-family: var(--f-display);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #c42020;
    background: rgb(196 32 32 / .08);
    padding: 3px 10px;
    border-radius: var(--r-pill);
    margin-bottom: 8px
}

.trcard__cat--ortho {
    color: var(--navy-700);
    background: rgb(44 74 145 / .08)
}

.trcard__cat--uro {
    color: #1e5a8e;
    background: rgb(43 127 192 / .08)
}

.trcard__cat--surg {
    color: var(--teal-700);
    background: rgb(38 166 154 / .1)
}

.trcard__cat--med {
    color: #0d6e54;
    background: rgb(18 164 125 / .08)
}

.trcard__cat--neuro {
    color: #5a4a8c;
    background: rgb(107 77 158 / .08)
}

.trcard h4 {
    font-family: var(--f-display);
    font-size: 16px;
    font-weight: 600;
    color: var(--navy-900);
    line-height: 1.25;
    margin-bottom: 6px
}

.trcard p {
    font-size: 14px;
    color: #000;
    line-height: 1.7;
    margin: 0 0 12px;
    flex: 1
}

.trcard__cta {
    font-family: var(--f-display);
    font-size: 12px;
    font-weight: 600;
    color: var(--teal-600);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    transition: gap var(--t-fast)
}

.trcard:hover .trcard__cta {
    gap: 10px
}

:root {
    --teal-50: #f0faf8;
    --teal-100: #d8f2ee;
    --teal-200: #b3e6dd;
    --teal-300: #7dd3c4;
    --teal-400: #1849a1;
    --teal-500: #1849a1;
    --teal-600: #1849a1;
    --teal-700: #1849a1;
    --teal-800: #0f5852;
    --teal-900: #0a3d39;
    --teal-bg-light: #ecf7f5;
    --navy-950: #050f30;
    --navy-900: #0b1a42;
    --navy-800: #14285c;
    --navy-700: #1e3a7e;
    --navy-600: #2c4a91;
    --navy-50: #f3f5fb;
    --navy-100: #e6ebf6;
    --navy-150: #dde3f0;
    --navy-bg-tint: #eef2fa;
    --cream-50: #fbf7ee;
    --cream-100: #f5eedb;
    --gold-300: #e8bf5e;
    --gold-400: #d9a441;
    --gold-500: #c89a3f;
    --gold-600: #a37820;
    --ink-900: #0e1729;
    --ink-800: #1f2a47;
    --ink-700: #3d465e;
    --ink-600: #5a6478;
    --ink-500: #7a8094;
    --ink-400: #9aa0b4;
    --ink-300: #c3c8d6;
    --ink-200: #dee2ec;
    --ink-100: #eef0f6;
    --ink-50: #f6f8fc;
    --white: #ffffff;
    --bg: #ffffff;
    --bg-soft: #f6f9fb;
    --f-display: 'Poppins', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    --f-body: 'Poppins', 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;
    --fs-h1: 44px;
    --fs-h2: 34px;
    --fs-h3: 22px;
    --fs-h4: 18px;
    --fs-eyebrow: 12px;
    --fs-body: 15px;
    --fs-small: 13px;
    --fs-tiny: 11px;
    --shadow-xs: 0 1px 2px rgba(11, 26, 66, 0.04);
    --shadow-sm: 0 2px 8px rgba(11, 26, 66, 0.06);
    --shadow-md: 0 6px 18px rgba(11, 26, 66, 0.08);
    --shadow-lg: 0 14px 32px rgba(11, 26, 66, 0.10);
    --shadow-xl: 0 22px 50px rgba(11, 26, 66, 0.14);
    --shadow-teal: 0 8px 22px rgba(38, 166, 154, 0.28);
    --r-sm: 8px;
    --r-md: 12px;
    --r-lg: 18px;
    --r-xl: 24px;
    --r-2xl: 32px;
    --r-pill: 999px;
    --max: 1290px;
    --t-fast: 0.18s ease;
    --t-med: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em / 1 "Font Awesome 6 Free";
}


/* =========================================================
   GPSH HOSPITAL
   WELCOME SECTION
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.sh-welcome-section {
    position: relative;

    width: 100%;


    overflow: hidden;

    background: #f4f8fd;
}


/* =========================================================
   LEFT IMAGE AREA
========================================================= */

.sh-welcome-image-area {
    position: relative;

    width: 100%;

    min-height: 525px;

    padding-right: 25px;
}


/* =========================================================
   MAIN IMAGE
========================================================= */

.sh-welcome-main-image {
    position: relative;

    width: 100%;


    margin-left: 15px;

    overflow: hidden;

    border-radius: 14px;

    background: #eef3fa;

    z-index: 2;
}


.sh-welcome-main-image img {
    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    object-fit: cover;

    object-position: center;
}


/* =========================================================
   TECHNOLOGY BADGE
========================================================= */

.sh-technology-badge {
    position: absolute;

    left: 0;

    bottom: 35px;

    width: 190px;

    min-height: 65px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 9px 12px;

    border-radius: 10px;

    background: #284bb0;

    box-shadow: 0 8px 22px rgba(32, 48, 79, 0.18);

    z-index: 4;
}


.sh-technology-icon {
    width: 38px;

    min-width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.5);

    border-radius: 50%;

    color: #ffffff;

    font-size: 17px;
}


.sh-technology-content {
    display: flex;

    flex-direction: column;
}


.sh-technology-content strong {
    margin-bottom: 2px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 14px;

    font-weight: 600;
}


.sh-technology-content span {
    color: rgba(255, 255, 255, 0.9);

    font-family: "Poppins", sans-serif;

    font-size: 7px;

    line-height: 10px;

    font-weight: 400;
}


/* =========================================================
   DECORATIVE DOTS
========================================================= */

.sh-welcome-dots {
    position: absolute;

    width: 65px;

    height: 65px;

    background-image: radial-gradient(#dce6f5 1.4px,
            transparent 1.4px);

    background-size: 9px 9px;

    opacity: 0.9;
}


.sh-welcome-dots-top {
    top: 0;

    left: -5px;
}


.sh-welcome-dots-bottom {
    left: -5px;

    bottom: 10px;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.sh-welcome-content {
    position: relative;

    padding-left: 10px;
}


/* =========================================================
   WELCOME HEADING
========================================================= */

.sh-welcome-heading {
    margin-bottom: 14px;
}



.sh-welcome-subtitle-line {
    display: inline-block;

    width: 18px;

    height: 2px;

    background: #e87939;
}


/* Main Heading */

.sh-welcome-heading .theme-section-title {
    max-width: 650px;

    color: var(--primary-color);

    font-size: 31px;

    line-height: 1.3;

    font-weight: 700;

    letter-spacing: -0.4px;
}


.sh-welcome-heading .theme-section-title span {
    color: #315fc2;
}


/* =========================================================
   HEADING LINE
========================================================= */

.sh-welcome-heading-line {
    width: 34px;

    height: 2px;

    margin: 13px 0 13px;

    background: #e87939;
}


/* =========================================================
   DESCRIPTION
========================================================= */



/* =========================================================
   HIGHLIGHT CARDS
========================================================= */

.sh-welcome-highlights {
    display: grid;

    grid-template-columns: repeat(2, 1fr);


    margin-top: 8px;

    padding: 5px 8px;

    border: 1px solid #dce4f0;

    border-radius: 13px;

    background: #f8faff;
}


/* =========================================================
   HIGHLIGHT CARD
========================================================= */

.sh-welcome-highlight-card {
    min-height: 65px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 9px 10px;

    border-bottom: 1px solid #dfe5ee;
}


.sh-welcome-highlight-card:nth-child(1),
.sh-welcome-highlight-card:nth-child(2) {
    border-bottom: 1px solid #dfe5ee;
}


.sh-welcome-highlight-card:nth-child(3),
.sh-welcome-highlight-card:nth-child(4) {
    border-bottom: none;
}


/* Vertical divider */

.sh-welcome-highlight-card:nth-child(odd) {
    border-right: 1px solid #dfe5ee;
}


/* =========================================================
   HIGHLIGHT ICON
========================================================= */

.sh-highlight-icon {
    width: 43px;

    min-width: 43px;

    height: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d8e3f4;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 18px;
}


/* =========================================================
   HIGHLIGHT CONTENT
========================================================= */

.sh-highlight-content {
    display: flex;

    flex-direction: column;
}


.sh-highlight-content h3 {
    margin: 0 0 2px;

    color: #20304f;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 16px;

    font-weight: 600;
}


.sh-highlight-content p {
    margin: 0;
    color: #555;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 22px;
    margin-top: 6px;
    font-weight: 400;
}


/* =========================================================
   BUTTON AREA
========================================================= */

.sh-welcome-buttons {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: 18px;
}


.sh-welcome-buttons .theme-btn {
    height: 42px;

    min-width: 122px;

    gap: 9px;

    font-size: 11px;
}


/* =========================================================
   HELPLINE BUTTON
========================================================= */

.sh-help-btn {
    height: 42px;

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 0 15px;

    border: 1px solid #315fc2;

    border-radius: 7px;

    background: #ffffff;

    color: #315fc2 !important;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    line-height: 18px;

    font-weight: 600;

    text-decoration: none !important;

    transition: all 0.3s ease;
}


.sh-help-btn:hover {
    color: #ffffff !important;

    background: #315fc2;
}


.sh-help-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 13px;
}


.sh-help-content strong {
    font-weight: 600;
}


/* =========================================================
   BOTTOM FEATURES
========================================================= */

.sh-welcome-bottom-features {
    position: absolute;
    width: 32%;
    min-height: 82px;
    left: 150px;
    bottom: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 5px;
    border: 1px solid #e2e7ef;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    box-shadow: 0 -2px 18px rgba(32, 48, 79, 0.03);
    z-index: 5;
}


/* =========================================================
   BOTTOM FEATURE ITEM
========================================================= */

.sh-welcome-bottom-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 15px;
    flex-direction: column;
}


.sh-welcome-bottom-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    top: 18px;

    width: 1px;

    height: 45px;

    background: #e1e5eb;
}


/* =========================================================
   BOTTOM ICON
========================================================= */

.sh-bottom-feature-icon {
    width: 38px;

    min-width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d7e3f5;

    border-radius: 50%;

    background: #f7faff;

    color: #315fc2;

    font-size: 15px;
}


.sh-welcome-bottom-item:nth-child(2) .sh-bottom-feature-icon {
    color: #4b8f88;
}


.sh-welcome-bottom-item:nth-child(3) .sh-bottom-feature-icon {
    color: #e86e48;
}


.sh-welcome-bottom-item:nth-child(4) .sh-bottom-feature-icon {
    color: #9675b1;
}


/* =========================================================
   BOTTOM CONTENT
========================================================= */

.sh-bottom-feature-content {
    display: flex;

    flex-direction: column;
}


.sh-bottom-feature-content strong {
    color: #24334c;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 14px;

    font-weight: 700;
    text-align: center;
}


.sh-bottom-feature-content span {
    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 12px;

    font-weight: 400;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {




    .sh-welcome-main-image {
        height: 460px;
    }


    .sh-welcome-heading .theme-section-title {
        font-size: 28px;

        line-height: 1.3;
    }


    .sh-welcome-description .theme-section-desc {
        font-size: 11px;

        line-height: 19px;
    }


    .sh-highlight-content h3 {
        font-size: 10px;
    }

}


@media (max-width: 991px) {




    .sh-welcome-image-area {
        max-width: max-content;
        min-height: auto;
        margin: 0 auto 50px;
        padding-right: 0;
    }



    .sh-technology-badge {
        left: 50%;

        transform: translateX(-50%);
    }


    .sh-welcome-content {
        padding-left: 0;
    }


    .sh-welcome-heading .theme-section-title {
        max-width: 700px;

        font-size: 32px;

        line-height: 42px;
    }


    .sh-welcome-description .theme-section-desc {
        font-size: 14px;

        line-height: 25px;
    }



    .sh-welcome-bottom-features {
        margin-top: 45px;
    }

}

/* =========================================================
   SERVICES SECTION
   MOBILE RESPONSIVE + AUTO TAB SLIDER
========================================================= */

@media (max-width: 767px) {

    /* =====================================================
       MAIN SECTION
    ===================================================== */

    .section.treatments {
        width: 100% !important;
        overflow: hidden !important;
        padding: 40px 0 50px !important;
    }

    .section.treatments>.container {
        width: 100% !important;
        max-width: 100% !important;

        padding: 0 15px !important;
        margin: 0 auto !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       HEADING
    ===================================================== */

    .treatments .content-box {
        width: 100% !important;
        margin-bottom: 22px !important;
    }


    .treatments .theme-section-title {
        width: 100% !important;
        max-width: 360px !important;

        margin: 0 auto !important;

        font-size: 23px !important;
        line-height: 1.25 !important;

        text-align: center !important;
    }


    /* =====================================================
       DEPARTMENT TABS
       HORIZONTAL MANUAL + AUTO SLIDER
    ===================================================== */

    .trtabs {
        width: 100% !important;
        max-width: 100% !important;

        display: flex !important;
        flex-wrap: nowrap !important;

        align-items: center !important;
        justify-content: flex-start !important;

        gap: 9px !important;

        margin: 0 -15px 27px !important;
        padding: 6px 15px !important;

        box-sizing: content-box !important;

        /*
         * MANUAL SWIPE
         */
        overflow-x: auto !important;
        overflow-y: hidden !important;

        -webkit-overflow-scrolling: touch !important;

        scrollbar-width: none !important;

        /*
         * User can drag horizontally
         */
        touch-action: pan-x !important;

        /*
         * Smooth native scrolling
         */
        scroll-behavior: smooth !important;

        /*
         * Keep tabs above cards
         */
        position: relative !important;
        z-index: 5 !important;
    }


    .trtabs::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
    }


    /* =====================================================
       INDIVIDUAL TAB
    ===================================================== */

    .trtabs .trtab {
        flex: 0 0 auto !important;

        width: max-content !important;
        min-width: max-content !important;
        max-width: none !important;

        height: 37px !important;
        min-height: 37px !important;

        margin: 0 !important;
        padding: 8px 17px !important;

        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;

        white-space: nowrap !important;

        border: 1.5px solid #8b8b8b !important;
        border-radius: 50px !important;

        background: #ffffff !important;
        color: #18264a !important;

        font-size: 11px !important;
        font-weight: 600 !important;
        line-height: 1 !important;

        box-sizing: border-box !important;

        cursor: pointer !important;

        transition:
            background 0.25s ease,
            color 0.25s ease,
            border-color 0.25s ease,
            box-shadow 0.25s ease,
            transform 0.25s ease !important;
    }


    /* Hide icons */
    .trtabs .trtab i {
        display: none !important;
    }


    /* =====================================================
       ACTIVE TAB
    ===================================================== */

    .trtabs .trtab.is-active {
        background: #222e4b !important;
        color: #ffffff !important;

        border-color: #222e4b !important;

        box-shadow:
            0 5px 14px rgba(34, 46, 75, 0.20) !important;
    }


    /* =====================================================
       TABS — AUTO MOVEMENT
       
       NOTE:
       Native horizontal scroll remains available for
       manual finger swipe.
    ===================================================== */

    .trtabs {
        animation:
            shTabsAutoScroll 30s ease-in-out infinite alternate !important;

        will-change: transform !important;
    }


    @keyframes shTabsAutoScroll {

        0% {
            transform: translate3d(0, 0, 0);
        }

        8% {
            transform: translate3d(0, 0, 0);
        }

        92% {
            transform: translate3d(calc(-100% + 100vw),
                    0,
                    0);
        }

        100% {
            transform: translate3d(calc(-100% + 100vw),
                    0,
                    0);
        }
    }


    /* =====================================================
       CLICK / TOUCH
       Pause while interacting
    ===================================================== */

    .trtabs:active {
        animation-play-state: paused !important;
    }

    .trtabs:focus-within {
        animation-play-state: paused !important;
    }


    /* =====================================================
       CONTENT
    ===================================================== */

    .trtab-content-wrap {
        width: 100% !important;
        margin: 0 !important;
    }

    .trpanels {
        width: 100% !important;
        margin: 0 !important;
    }

    .trpanel {
        width: 100% !important;
        margin: 0 !important;
    }


    /* =====================================================
       TREATMENT CARDS
       PREVIOUS 2 COLUMN DESIGN
    ===================================================== */

    .trpanel__grid {
        width: 100% !important;

        display: grid !important;

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 14px !important;

        margin: 0 !important;
        padding: 0 !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       CARD
    ===================================================== */

    .trcard {
        width: 100% !important;
        min-width: 0 !important;

        margin: 0 !important;

        overflow: hidden !important;

        border-radius: 14px !important;

        box-sizing: border-box !important;
    }


    /* =====================================================
       CARD IMAGE
    ===================================================== */

    .trcard__media {
        width: 100% !important;

        aspect-ratio: 1 / 0.82 !important;

        overflow: hidden !important;
    }

    .trcard__media img {
        display: block !important;

        width: 100% !important;
        height: 100% !important;

        object-fit: cover !important;

        transition: transform 0.4s ease !important;
    }


    /* =====================================================
       CARD BODY
    ===================================================== */

    .trcard__body {
        padding: 12px !important;
    }


    .trcard__body h4 {
        font-size: 14px !important;
        line-height: 1.3 !important;

        margin: 0 0 7px !important;
    }


    .trcard__body p {
        font-size: 11px !important;
        line-height: 1.5 !important;

        margin: 0 0 9px !important;

        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important;
        -webkit-box-orient: vertical !important;

        overflow: hidden !important;
    }


    .trcard__cta {
        display: inline-flex !important;
        align-items: center !important;

        gap: 5px !important;

        font-size: 10.5px !important;
        line-height: 1.2 !important;
    }


    /* =====================================================
       480px AND BELOW
    ===================================================== */

    @media (max-width: 480px) {

        .section.treatments {
            padding: 38px 0 45px !important;
        }

        .section.treatments>.container {
            padding: 0 12px !important;
        }


        /* Heading */

        .treatments .theme-section-title {
            font-size: 22px !important;
            max-width: 350px !important;
        }


        /* Tabs */

        .trtabs {
            gap: 8px !important;

            margin-left: -12px !important;
            margin-right: -12px !important;

            padding-left: 12px !important;
            padding-right: 12px !important;

            margin-bottom: 25px !important;

            animation-duration: 32s !important;
        }

        .trtabs .trtab {
            height: 35px !important;
            min-height: 35px !important;

            padding: 7px 15px !important;

            font-size: 10.5px !important;
        }


        /* Cards */

        .trpanel__grid {
            gap: 11px !important;
        }

        .trcard {
            border-radius: 12px !important;
        }

        .trcard__body {
            padding: 10px !important;
        }

        .trcard__body h4 {
            font-size: 13px !important;
        }

        .trcard__body p {
            font-size: 10.5px !important;
            line-height: 1.45 !important;
        }

        .trcard__cta {
            font-size: 10px !important;
        }
    }


    /* =====================================================
       380px AND BELOW
    ===================================================== */

    @media (max-width: 380px) {

        .section.treatments>.container {
            padding: 0 10px !important;
        }


        .treatments .theme-section-title {
            font-size: 20px !important;
        }


        /* Tabs */

        .trtabs {
            gap: 7px !important;

            margin-left: -10px !important;
            margin-right: -10px !important;

            padding-left: 10px !important;
            padding-right: 10px !important;

            animation-duration: 34s !important;
        }

        .trtabs .trtab {
            height: 34px !important;
            min-height: 34px !important;

            padding: 7px 13px !important;

            font-size: 10px !important;
        }


        /* Cards */

        .trpanel__grid {
            gap: 9px !important;
        }

        .trcard {
            border-radius: 11px !important;
        }

        .trcard__body {
            padding: 9px !important;
        }

        .trcard__body h4 {
            font-size: 12px !important;
        }

        .trcard__body p {
            font-size: 10px !important;
        }

        .trcard__cta {
            font-size: 9.5px !important;
        }
    }
}


/* =========================================================
   DESKTOP — COMPLETELY SAFE
========================================================= */

@media (min-width: 768px) {

    .trtabs {
        animation: none !important;
        transform: none !important;
    }

}

@media (max-width: 767px) {

    .sh-cardio-overview .sh-cardio-info-icon {
        display: none !important;
    }



    .sh-departments-section .col-lg-4 {
        position: relative;
        top: 0;
    }

    .why-choose-section .col-lg-8 {
        margin-top: 40px;
    }

    .our-doctor-slider .owl-stage {
        padding-bottom: 20px;
    }

    .get-in-touch {
        display: none;
    }

    section {
        padding: 40px 0;
    }

    .sh-departments-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sh-welcome-image-area {
        margin-bottom: 40px;
    }


    .sh-welcome-main-image {
        height: 430px;
    }


    .sh-technology-badge {
        bottom: 20px;
    }


    .sh-welcome-heading .theme-section-title {
        font-size: 29px;

        line-height: 38px;
    }


    .sh-welcome-description .theme-section-desc {
        font-size: 13px;

        line-height: 23px;
    }


    .sh-welcome-highlights {
        grid-template-columns: 1fr;
    }


    .sh-welcome-highlight-card {
        border-right: none !important;

        border-bottom: 1px solid #dfe5ee !important;
    }


    .sh-welcome-highlight-card:last-child {
        border-bottom: none !important;
    }


    .sh-welcome-buttons {
        flex-wrap: wrap;
    }


    .sh-welcome-bottom-features {
        grid-template-columns: repeat(2, 1fr);
        display: none;
    }

    .theme-section-title br {
        display: none;
    }

    .sh-welcome-bottom-item:nth-child(2)::after {
        display: none;
    }


    .sh-welcome-bottom-item:nth-child(1),
    .sh-welcome-bottom-item:nth-child(2) {
        border-bottom: 1px solid #e1e5eb;
    }

}


@media (max-width: 575px) {



    .sh-welcome-main-image {
        height: 380px;

        border-radius: 12px;
    }


    .sh-technology-badge {
        width: 175px;

        left: 50%;
    }


    .sh-welcome-heading .theme-section-subtitle {
        font-size: 12px;
    }


    .sh-welcome-heading .theme-section-title {
        font-size: 26px;

        line-height: 35px;
    }


    .sh-welcome-heading .theme-section-title br {
        display: none;
    }


    .sh-welcome-buttons {
        flex-direction: column;

        align-items: stretch;
    }


    .sh-welcome-buttons .theme-btn,
    .sh-help-btn {
        width: 100%;

        justify-content: center;
    }


    .sh-welcome-bottom-features {
        grid-template-columns: 1fr;

        border-radius: 8px;
    }


    .sh-welcome-bottom-item {
        min-height: 65px;

        justify-content: flex-start;

        padding-left: 20px;
    }


    .sh-welcome-bottom-item:not(:last-child)::after {
        display: none;
    }


    .sh-welcome-bottom-item {
        border-bottom: 1px solid #e1e5eb;
    }


    .sh-welcome-bottom-item:last-child {
        border-bottom: none;
    }

}


@media (max-width: 480px) {

    .sh-welcome-main-image {
        height: 340px;
    }


    .sh-welcome-heading .theme-section-title {
        font-size: 24px;

        line-height: 32px;
    }


    .sh-welcome-description .theme-section-desc {
        font-size: 13px;

        line-height: 23px;
    }


    .sh-technology-badge {
        bottom: 15px;
    }

}




.Gallery-section {

    padding: 80px 0;

}



.Gallery-section .section-title {

    margin-bottom: 30px;

    text-align: center;

}



.Gallery-section .filter-group {

    text-align: center;

    margin-bottom: 25px;

}



.Gallery-section .filter-group .filter-button {

    border: 1px solid #ddd;

    border-radius: 5px;

    padding: 10px 30px;

    background: #fff;

    font-weight: 800;

    font-size: 16px;

    line-height: 26px;

    text-align: center;

    color: #4F4F4F;

    margin-right: 10px;

    width: max-content;

}



.Gallery-section .filter-group .filter-button.active {

    background-color: var(--primary-color);

    color: #fff;

    border: 1px solid var(--primary-color);

}



.Gallery-section .gallery_product .card {

    border: 0;

    text-align: center;

    height: 100%;

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    word-wrap: break-word;

    background-color: #fff;

    background-clip: border-box;

    border-radius: 0.25rem;

}



.Gallery-section .gallery_product .card img {

    border-radius: 10px;

    overflow: hidden;

    width: 100%;

    height: 200px;

    object-fit: cover;

    object-position: center;

}

.Gallery-section .card .overlayer i {



    font-size: 50px;



    color: #fff;



    rotate: 45deg;



    margin-bottom: 10px
}



.Gallery-section .card:hover .overlayer {



    opacity: 1;



    transform: scale(1)
}

.Gallery-section .card .overlayer {

    width: 100%;

    height: 100%;

    background-color: #23242442;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

    opacity: 0;

    padding: 15px;

    transform: scale(.5);

    transition: all .4s ease-in-out;

}

/* =========================================================
   SHEKHAWATI HOSPITAL
   FACILITIES SECTION
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.sh-facilities-section {
    position: relative;

    width: 100%;

    padding: 75px 0 80px;

    overflow: hidden;

    background: #f5f8fd;
}


/* =========================================================
   COMMON THEME HEADING
========================================================= */

.sh-facilities-heading {
    max-width: 750px;

    margin: 0 auto 30px;
}


.sh-facilities-line {
    display: inline-block;

    width: 22px;

    height: 2px;

    background: #e97837;
}


.sh-facilities-heading .theme-section-title {
    max-width: 700px;

    margin: 0 auto;

    color: var(--primary-color);

    font-size: 36px;

    line-height: 44px;

    font-weight: 700;
}


.sh-facilities-heading .theme-section-title span {
    display: block;

    color: #2856bd;
}



/* doctor-salah */
.socialmedia {
    position: relative;
    padding: 60px 0
}

.socialmedia .card-social {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 15px;
    overflow: hidden;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 6px 50px rgb(37 37 37/5%)
}

.socialmedia .card-social .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    height: auto;
    border-radius: 10px
}

.socialmedia .card-social img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top
}

.socialmedia .card-social .date {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    transition: .5s;
    color: #1f1f1f;
    display: inline-block;
    vertical-align: middle
}

.socialmedia .card-social .date i {
    margin-right: 10px;
    color: #1e6699
}

.socialmedia .card-social h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #222;
    margin-bottom: 10px;
    text-transform: capitalize
}

.socialmedia .card-social p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .02em;
    text-transform: capitalize;
    color: #666
}

.socialmedia .card-social .read-more {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-weight: 600;
    position: relative
}

.socialmedia .card-social .read-more i {
    margin-left: 7px
}

.socialmedia .card-social a {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1
}

.smo-post .owl-stage-outer {
    padding: 15px
}

.smo-post .card-post {
    border-radius: 10px
}

.social-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.social-btn .btn-smo {
    background: #fafafb;
    border: 2px solid #ddd;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .2);
    border-radius: 100px;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #666;
    padding: 15px 30px;
    margin-right: 15px;
    display: flex;
    align-items: center
}

.social-btn .btn-smo img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    object-fit: contain
}

.whoabout {
    padding-bottom: 50px;

    & .who-box {
        background: #fff;
        box-shadow: inset 0px 0 10px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid #ddd;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        padding: 20px;
        border-radius: 10px;
    }

    & h3 {
        color: #0752a5;
    }

    & p {
        color: #333;
    }
}


/* blog-details */

.blogs-banner {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

    padding: 80px 0;



    & h1 {

        color: var(--primary-color);

    }

}



.blogs-banner .breadcrumb {

    background: #fff;

    border-radius: 30px;

    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);

    padding: 8px 14px;

    width: fit-content;

    margin: auto;



    & li {

        font-weight: 600;

    }



    & li a {

        color: var(--primary-color);

    }

}



.blogs-banner .breadcrumb-item+.breadcrumb-item::before {

    color: var(--primary-color);

}



.blog-card {

    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;

}

.blog-card:hover .blog-details .blog-title h6 a {
    color: #F63C25;
}

/*
.blog-card:hover .blog-thumbnail img {
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
} */

.blog-slider .post-meta li {
    font-size: 16px;
    font-family: 'poppins';
}


.blog-slider .owl-stage-outer {

    padding: 30px 0;

}



.blog-thumbnail img {

    width: 100%;

    border-radius: 8px;

}



.blog-details {


    border-radius: 8px;

    width: 100%;

    height: 100%;

    margin: auto;

    display: flex;

    align-items: end;

    padding: 10px;



}



.blog-details span {

    font-size: 16px;

    text-transform: capitalize;


}



.blog-details i {

    color: var(--primary-color);

    margin-right: 6px;

}



.blog-title h6 {

    line-height: 1;

}



.blog-title a {

    font-size: 16px;
    justify-content: space-between;
    padding: 0 4px;
    margin-top: 6px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;


    & i {

        color: var(--matte-black);

    }

}



.blog-date {

    background: var(--secondary-color);

    color: #F5A201;

    width: fit-content;

    padding: 4px 10px;

    border-radius: 6px;

    position: absolute;

    top: -26px;

    right: 10px;

}



.blog-details .blog-date h6 {

    font-size: 16px;

    text-transform: uppercase;

    text-align: center;

}



.blog-details .blog-date h6 span {

    display: block;

    font-size: 16px;

}



.health-tips-sec {

    padding: 80px 0;

}



.health-tips-sec .sec-head-box h6 {

    color: var(--secondary-color);

}



.blog-details-1 {

    padding: 100px 0 60px;

}



.blog-single-post {

    position: relative;

    margin-bottom: 40px
}



.blog-single-post.blog-salah .image img {

    width: auto;

    height: 500px
}



.blog-single-post .image {

    position: relative;

    overflow: hidden;

    margin-bottom: 30px
}



.blog-single-post .image img {

    width: 100%;

}



.blog-single-post .lower-content {

    position: relative;

    padding: 30px;

    border: 1px solid #ebf2f3;

    border-top: 0;

    border-radius: 5px
}



.blog-single-post ul.post-meta {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    font-size: 16px;

    margin-bottom: 13px
}



.blog-single-post .post-meta li {

    margin-right: 15px;

    padding-right: 15px;

    font-weight: 600;

    border-right: 1px solid #ddd
}



.blog-single-post .post-meta li i {

    margin-right: 8px;

    color: var(--primary-color);

}



.blog-single-post .post-meta li:last-child {

    border-right: 0
}



.blog-single-post h1 {

    position: relative;

    font-size: 30px;

    line-height: 44px;

    font-weight: 700;

    margin-bottom: 15px;

    color: #3F3F3F;

}



.blog-single-post h3 {

    position: relative;

    font-size: 28px;

    line-height: 42px;

    font-weight: 700;

    margin-bottom: 15px;

    color: #3F3F3F;

}



.blog-single-post .text {

    margin-bottom: 40px
}



.blog-single-post .text ul {

    padding-left: 0;

}



.blog-single-post .text ul li {

    list-style: none;

    margin-bottom: 10px;

    color: #3F3F3F;

    position: relative;

    padding-left: 30px;

}



.blog-single-post .text ul li::before {

    color: var(--primary-color);

    content: "\f061";

    font-family: "Font Awesome 6 Free";

    font-weight: 900;

    font-size: 16px;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

}



.blog-single-post .text ol li {

    list-style: inherit;

    margin-bottom: 10px;

    color: #3F3F3F;

}



.blog-single-post .text h2 {

    position: relative;

    font-size: 28px;

    line-height: 44px;

    font-weight: 700;

    font-family: inherit;

    margin-bottom: 15px
}



.blog-single-post .text h3 {

    position: relative;

    font-size: 24px;

    line-height: 40px;

    font-weight: 700;

    font-family: inherit;

    margin-bottom: 15px
}



.stats {
    background: linear-gradient(135deg, #2c3c58, #1e2327);
    color: var(--white);
    padding: 70px 0;
    position: relative;
    overflow: hidden
}

.stats::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background-image: radial-gradient(circle at 90% 10%,rgb(38 166 154 / .3),transparent 45%),radial-gradient(circle at 10% 90%,rgb(38 166 154 / .18),transparent 45%); */
    pointer-events: none
}

.stats__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 56px;
    align-items: center
}


.stats__head h3 {
    font-family: var(--f-display);
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.2
}



.stats__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.stats__item {
    background: rgb(255 255 255 / .06);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: var(--r-md);
    padding: 16px 18px;
    position: relative;
    overflow: hidden;
    transition: border-color var(--t-med), background var(--t-med)
}

.stats__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: var(--teal-400);
    transition: width var(--t-med)
}

.stats__item:hover {
    border-color: rgb(38 166 154 / .35);
    background: rgb(255 255 255 / .08)
}

.stats__item:hover::before {
    width: 100%
}

.stats__item strong {
    display: block;
    font-family: var(--f-display);
    font-size: 30px;
    font-weight: 700;
    color: var(--white);
    line-height: 1;
    margin-bottom: 5px
}

.stats__item strong span {
    font-size: 22px;
    opacity: .85
}

.stats__item strong i {
    color: var(--gold-300);
    font-size: 18px
}

.stats__item>span {
    font-size: 11.5px;
    font-weight: 600;
    color: #cfcfcf;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-family: var(--f-display)
}



/* =========================================================
   MAIN ROW
========================================================= */

.sh-facilities-main-row {
    position: relative;

    margin: 0 -7px;
}


.sh-facilities-main-row>[class*="col-"] {
    padding-left: 7px;

    padding-right: 7px;
}


/* =========================================================
   FACILITY COLUMNS
========================================================= */

.sh-facilities-column {
    display: flex;

    flex-direction: column;

    gap: 10px;
}


/* =========================================================
   FACILITY CARD
========================================================= */

.sh-facility-item {
    position: relative;

    width: 100%;

    min-height: 82px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 8px;

    overflow: hidden;

    border: 1px solid #e0e5ee;

    border-radius: 8px;

    background: #ffffff;

    box-shadow: 0 3px 10px rgba(32, 48, 79, 0.035);

    transition: all 0.3s ease;
}


.sh-facility-item:hover {
    transform: translateY(-2px);

    border-color: #cdd8e9;

    box-shadow: 0 8px 20px rgba(32, 48, 79, 0.08);
}


/* =========================================================
   NUMBER
========================================================= */

.sh-facility-number {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 20px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3px;
    border-radius: 8px 0 10px 0;
    background: #c6201c;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    line-height: 15px;
    font-weight: 600;
}


/* =========================================================
   ICON
========================================================= */

.sh-facility-item-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    border-radius: 14px;
    background: #9d262417;
    color: #285bc2;
    font-size: 27px;
}


/* =========================================================
   CONTENT
========================================================= */

.sh-facility-item-content {
    flex: 1;

    min-width: 0;
}


.sh-facility-item-content h3 {
    margin: 0 0 5px;

    padding: 0;

    color: #20304f;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 17px;

    font-weight: 700;
}


.sh-facility-item-content h3 span {
    display: block;
}


/* =========================================================
   SMALL COLOR LINE
========================================================= */

.sh-facility-small-line {
    display: block;

    width: 20px;

    height: 2px;

    background: var(--facility-color);
}


/* =========================================================
   FACILITY COLORS
========================================================= */

.sh-facility-blue {
    --facility-color: #285bc2;
    --facility-bg: #edf3ff;
}


.sh-facility-orange {
    --facility-color: #ef8a2e;
    --facility-bg: #fff4e8;
}


.sh-facility-green {
    --facility-color: #3c9a6d;
    --facility-bg: #eaf8ef;
}


.sh-facility-red {
    --facility-color: #dc4c68;
    --facility-bg: #fff0f3;
}


.sh-facility-purple {
    --facility-color: #7b55bd;
    --facility-bg: #f2edfc;
}


.sh-facility-cyan {
    --facility-color: #3ba5ae;
    --facility-bg: #eaf8f9;
}


.sh-facility-yellow {
    --facility-color: #e3a71d;
    --facility-bg: #fff7df;
}


/* =========================================================
   CENTER IMAGE
========================================================= */

.sh-facilities-center-image {
    position: relative;

    width: 100%;

    height: 352px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================================
   IMAGE BOX
========================================================= */

.sh-facilities-image-box {
    position: relative;

    width: 100%;

    max-width: 530px;

    height: 360px;

    overflow: hidden;

    border: 4px solid #ffffff;

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 8px 25px rgba(32, 48, 79, 0.12),
        0 0 0 1px #dce4ef;

    z-index: 2;
}


.sh-facilities-image-box img {
    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    object-fit: cover;

    object-position: center;
}


/* =========================================================
   IMAGE DECORATIVE DOTS
========================================================= */

.sh-facilities-image-dots {
    position: absolute;

    width: 75px;

    height: 75px;

    background-image: radial-gradient(#d5e0f3 1.4px,
            transparent 1.4px);

    background-size: 9px 9px;

    opacity: 0.9;

    z-index: 0;
}


.sh-facilities-image-dots-left {
    left: -5px;

    bottom: 15px;
}


.sh-facilities-image-dots-right {
    right: -5px;

    top: 10px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .sh-facilities-section {
        padding: 70px 0;
    }


    .sh-facilities-heading .theme-section-title {
        font-size: 34px;

        line-height: 42px;
    }


    .sh-facility-item {
        min-height: 78px;

        padding-right: 8px;
    }


    .sh-facility-item-icon {
        width: 55px;

        min-width: 55px;

        height: 55px;

        font-size: 24px;
    }



    .sh-facilities-image-box {
        height: 320px;
    }

}


@media (max-width: 991px) {

    .sh-facilities-section {
        padding: 60px 0;
    }


    .sh-facilities-heading {
        margin-bottom: 35px;
    }


    .sh-facilities-heading .theme-section-title {
        font-size: 32px;

        line-height: 40px;
    }


    .sh-facilities-column {
        gap: 12px;
    }


    .sh-facility-item {
        min-height: 90px;
    }


    .sh-facility-item-icon {
        width: 62px;

        min-width: 62px;

        height: 62px;
    }



    .sh-facilities-center-image {
        height: 390px;

        margin: 25px 0;
    }


    .sh-facilities-image-box {
        max-width: 500px;

        height: 380px;
    }

}


@media (max-width: 767px) {

    .sh-facilities-section {
        padding: 50px 0;
    }


    .sh-facilities-heading .theme-section-subtitle {
        font-size: 13px;
    }


    .sh-facilities-heading .theme-section-title {
        font-size: 29px;

        line-height: 37px;
    }


    .sh-facilities-heading .theme-section-desc {
        font-size: 13px;

        line-height: 23px;
    }


    .sh-facilities-center-image {
        height: 350px;

        margin: 25px 0;
    }


    .sh-facilities-image-box {
        height: 340px;

        border-radius: 15px;
    }

}


@media (max-width: 575px) {

    .sh-facilities-section {
        padding: 45px 0;
    }


    .sh-facilities-heading {
        margin-bottom: 25px;
    }


    .sh-facilities-heading .theme-section-title {
        font-size: 27px;

        line-height: 35px;
    }


    .sh-facilities-heading .theme-section-title span {
        display: inline;
    }


    .sh-facilities-heading .theme-section-desc {
        font-size: 12px;

        line-height: 21px;
    }


    .sh-facility-item {
        min-height: 85px;

        padding-right: 10px;
    }


    .sh-facility-item-icon {
        width: 58px;

        min-width: 58px;

        height: 58px;

        font-size: 24px;
    }




    .sh-facilities-center-image {
        height: 300px;

        margin: 20px 0;
    }


    .sh-facilities-image-box {
        height: 290px;
    }


    .sh-facilities-image-dots {
        width: 55px;

        height: 55px;

        background-size: 8px 8px;
    }

}


@media (max-width: 400px) {

    .sh-facilities-heading .theme-section-title {
        font-size: 24px;

        line-height: 32px;
    }


    .sh-facility-item {
        min-height: 78px;

        gap: 7px;

        padding: 7px 8px 7px 5px;
    }


    .sh-facility-item-icon {
        width: 50px;

        min-width: 50px;

        height: 50px;

        font-size: 21px;
    }


    .sh-facility-item-content h3 {
        font-size: 10px;

        line-height: 15px;
    }


    .sh-facility-number {
        width: 31px;

        height: 27px;

        font-size: 9px;
    }

}



.funFact-list {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    row-gap: 50px;
    column-gap: 50px;
    padding: 0 80px 0 0
}

.funFact-list .list {
    flex: 0 0 auto;
    width: calc(50% - 25px);
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center
}

.funFact-list .list .icon {
    border: 1px solid #DDD;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 20px
}

.funFact-list .list .icon img {
    width: 50px;
    height: 50px
}

.funFact-list .list .content {
    text-align: center
}

.funFact-list .list .content h4 {
    font-family: sans-serif;
    font-weight: 800;
    color: var(--black03);
    margin-bottom: 0;
    font-size: 1.8571rem
}

.funFact-list .list .content span {
    font-size: .8571rem;
    font-weight: 600
}

.fun-fact .mid-section {
    position: relative
}

.fun-fact .mid-section>img {
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 2;
    width: 50%
}

.fun-fact .mid-section .profile-bg-img {
    padding: 35px
}

.fun-fact .mid-section .profile-bg-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #F2F4F5;
    position: absolute;
    margin: auto;
    left: 0;
    right: -50px;
    top: 0px;
    bottom: 0;
    border-radius: 100%;
}

.fun-fact .mid-section .profile-bg-img img {
    background: linear-gradient(180deg, #B9CAE4 0%, #C9D8EF 100%);
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
    height: 360px;
}

.fun-fact .last-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.fun-fact .last-section::before {
    content: "";
    background-image: url(https://www.drprakashchandwani.com/wp-content/themes/csk-hospital/library/img/bg-img/3.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
    z-index: -1;
    position: absolute;
    right: -30%;
    top: 0;
    bottom: 0;
    left: -50%
}

.fun-fact .last-section .content {
    text-align: center
}

.fun-fact .last-section .content img {
    width: 100px;
    margin-bottom: 20px
}

.fun-fact .last-section .content h3 {
    max-width: 700px;
    margin: 0 auto;
    color: var(--primary-color);
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

.fun-fact .last-section .content h4 {
    font-size: 16px;
    color: #5E6271;
    margin-bottom: 15px
}

.fun-fact .last-section .content h5 {
    color: var(--red);
    margin-bottom: 20px;
    font-weight: 800
}


/* =========================================================
   SHEKHAWATI HOSPITAL
   APPOINTMENT SECTION
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.sh-appointment-section {
    position: relative;

    width: 100%;

    padding: 0 0 80px;

    overflow: hidden;

    background: #f7f9fc;
}


/* =========================================================
   BLUE HEADER
========================================================= */

.sh-appointment-header {
    position: relative;

    width: 100%;

    min-height: 185px;

    padding: 24px 0 45px;

    overflow: hidden;

    background: #283db0;
}


/* Decorative background */

.sh-appointment-header::before {
    content: "";

    position: absolute;

    top: 20px;

    left: 45px;

    width: 120px;

    height: 120px;

    border: 2px solid rgba(255, 255, 255, 0.07);

    border-radius: 50%;
}


.sh-appointment-header::after {
    content: "";

    position: absolute;

    right: -80px;

    top: -55px;

    width: 250px;

    height: 180px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.03);
}


/* =========================================================
   HEADER CONTENT
========================================================= */

.sh-appointment-header-content {
    position: relative;

    z-index: 2;

    text-align: center;
}


/* =========================================================
   TOP LINE
========================================================= */

.sh-appointment-top-line {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin-bottom: 5px;
}


.sh-appointment-top-line span {
    width: 20px;

    height: 1px;

    background: rgba(255, 255, 255, 0.65);
}


.sh-appointment-top-line i {
    color: #ffffff;

    font-size: 15px;
}


/* =========================================================
   HEADER COMMON HEADING
========================================================= */

.sh-appointment-heading {
    margin: 0;
}


.sh-appointment-heading .theme-section-subtitle {
    margin: 0 0 1px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 19px;

    line-height: 28px;

    font-weight: 700;
}


.sh-appointment-heading .theme-section-title {
    margin: 0;

    color: #ffffff;

    font-family: "Raleway", sans-serif;

    font-size: 37px;

    line-height: 45px;

    font-weight: 700;
}


.sh-appointment-heading .theme-section-title span {
    color: #f6b631;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.sh-appointment-contact-info {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 17px;

    margin-top: 8px;
}


.sh-contact-item {
    display: flex;

    align-items: center;

    gap: 7px;

    color: rgba(255, 255, 255, 0.92);

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    line-height: 18px;

    font-weight: 400;
}


.sh-contact-icon {
    width: 25px;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 11px;
}


.sh-contact-divider {
    width: 1px;

    height: 25px;

    background: rgba(255, 255, 255, 0.35);
}


/* =========================================================
   MAIN APPOINTMENT AREA
========================================================= */

.sh-appointment-main {
    position: relative;

    margin-top: -15px;

    padding: 0 10px;

    z-index: 5;
}


.sh-appointment-main>.row {
    align-items: stretch;

    margin: 0 -8px;
}


.sh-appointment-main>.row>[class*="col-"] {
    padding-left: 8px;

    padding-right: 8px;
}


/* =========================================================
   LEFT SIDE
========================================================= */

.sh-appointment-left {
    width: 100%;

    overflow: hidden;

    border: 1px solid #e0e5ee;

    border-radius: 14px;

    background: #ffffff;

    box-shadow: 0 6px 20px rgba(32, 48, 79, 0.06);
}


/* =========================================================
   MAP
========================================================= */

.sh-appointment-map {
    position: relative;

    width: 100%;

    height: 220px;

    overflow: hidden;

    background: #edf3ee;
}


.sh-appointment-map iframe {
    display: block;

    width: 100%;

    height: 100%;

    border: 0;
}


/* =========================================================
   WORK SCHEDULE
========================================================= */

.sh-work-schedule {
    display: grid;

    grid-template-columns: 43% 57%;

    min-height: 160px;

    padding: 15px 15px 13px;

    background: #ffffff;
}


/* =========================================================
   SCHEDULE INTRO
========================================================= */

.sh-schedule-intro {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    padding: 7px 12px 5px 5px;
}


.sh-schedule-icon {
    width: 38px;

    min-width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #edf3ff;

    color: #315fc2;

    font-size: 16px;
}


.sh-schedule-intro h3 {
    margin: 0;

    padding: 0;

    color: #20304f;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 19px;

    font-weight: 700;
}


.sh-schedule-intro h3 span {
    display: block;

    margin-bottom: 3px;

    color: #315fc2;

    font-size: 9px;

    line-height: 13px;

    font-weight: 600;
}


.sh-schedule-line {
    display: block;

    width: 25px;

    height: 2px;

    margin: 7px 0;

    background: #315fc2;
}


.sh-schedule-intro p {
    margin: 0;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    line-height: 13px;

    font-weight: 400;
}


/* =========================================================
   SCHEDULE LIST
========================================================= */

.sh-schedule-list {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding-left: 8px;

    border-left: 1px solid #e2e7ee;
}


.sh-schedule-item {
    min-height: 31px;

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 3px 4px;

    border-bottom: 1px solid #edf0f4;

    font-family: "Poppins", sans-serif;
}


.sh-schedule-item:last-child {
    border-bottom: none;
}


.sh-schedule-item-icon {
    width: 19px;

    min-width: 19px;

    height: 19px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 4px;

    background: #edf3ff;

    color: #315fc2;

    font-size: 9px;
}


.sh-schedule-item strong {
    flex: 1;

    color: #303b51;

    font-size: 8px;

    line-height: 13px;

    font-weight: 600;
}


.sh-schedule-item>span {
    color: #555;

    font-size: 7px;

    line-height: 12px;

    font-weight: 400;

    white-space: nowrap;
}


/* Emergency */

.sh-emergency-schedule strong,
.sh-emergency-schedule>span {
    color: #df4e4e;
}


.sh-emergency-schedule .sh-schedule-item-icon {
    background: #fff0f0;

    color: #df4e4e;
}


/* =========================================================
   APPOINTMENT FORM WRAPPER
========================================================= */

.sh-appointment-form-wrapper {
    width: 100%;

    height: 100%;

    overflow: hidden;

    border: 1px solid #dce4f0;

    border-radius: 14px;

    background: #ffffff;

    box-shadow: 0 6px 20px rgba(32, 48, 79, 0.06);
}


/* =========================================================
   FORM HEADER
========================================================= */

.sh-form-header {
    min-height: 72px;

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 11px 17px;

    background: #315fc9;
}


.sh-form-header-icon {
    width: 43px;

    min-width: 43px;

    height: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 20px;
}


.sh-form-header h3 {
    margin: 0 0 1px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 18px;

    line-height: 24px;

    font-weight: 700;
}


.sh-form-header p {
    margin: 0;

    color: rgba(255, 255, 255, 0.85);

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    line-height: 13px;

    font-weight: 400;
}


/* =========================================================
   FORM
========================================================= */

.sh-appointment-form {
    padding: 11px 17px 15px;
}


.sh-appointment-form .row {
    margin-left: -5px;

    margin-right: -5px;
}


.sh-appointment-form .row>[class*="col-"] {
    padding-left: 5px;

    padding-right: 5px;
}


/* =========================================================
   FORM GROUP
========================================================= */

.sh-form-group {
    margin-bottom: 8px;
}


.sh-form-group label {
    display: block;

    margin: 0 0 4px;

    color: #303b51;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    line-height: 12px;

    font-weight: 500;
}


/* =========================================================
   INPUT WRAPPER
========================================================= */

.sh-input-wrapper {
    position: relative;

    width: 100%;

    height: 32px;

    display: flex;

    align-items: center;

    border: 1px solid #dfe4eb;

    border-radius: 5px;

    background: #ffffff;

    transition: all 0.25s ease;
}


.sh-input-wrapper:focus-within {
    border-color: #315fc2;

    box-shadow: 0 0 0 2px rgba(49, 95, 194, 0.07);
}


.sh-input-wrapper>i:first-child {
    width: 30px;

    min-width: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #67758b;

    font-size: 11px;
}


/* =========================================================
   INPUT
========================================================= */

.sh-input-wrapper input,
.sh-input-wrapper select,
.sh-input-wrapper textarea {
    width: 100%;

    border: 0;

    outline: 0;

    background: transparent;

    color: #303b51;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    line-height: 16px;

    font-weight: 400;
}


.sh-input-wrapper input {
    height: 30px;

    padding: 0 7px 0 0;
}


.sh-input-wrapper input::placeholder,
.sh-input-wrapper textarea::placeholder {
    color: #9ba4b1;

    opacity: 1;
}


/* =========================================================
   SELECT
========================================================= */

.sh-input-wrapper select {
    height: 30px;

    padding: 0 25px 0 0;

    appearance: none;

    cursor: pointer;
}


.sh-select-arrow {
    position: absolute;

    right: 10px;

    width: auto !important;

    color: #697589 !important;

    font-size: 8px !important;

    pointer-events: none;
}


/* =========================================================
   PHONE
========================================================= */

.sh-phone-wrapper {
    padding-left: 0;
}


.sh-phone-code {
    height: 20px;

    display: flex;

    align-items: center;

    padding: 0 7px;

    border-right: 1px solid #e1e5eb;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    line-height: 14px;

    font-weight: 500;
}


.sh-phone-wrapper input {
    padding-left: 7px;
}


/* =========================================================
   TEXTAREA
========================================================= */

.sh-textarea-wrapper {
    height: 43px;

    align-items: flex-start;

    padding-top: 5px;
}


.sh-textarea-wrapper>i:first-child {
    padding-top: 3px;
}


.sh-input-wrapper textarea {
    height: 34px;

    resize: none;

    padding: 3px 7px 3px 0;
}


/* =========================================================
   CONFIRM BUTTON
========================================================= */

.sh-confirm-btn {
    width: 100%;

    height: 34px;

    margin-top: 2px;

    border: none;

    border-radius: 5px;

    justify-content: center;

    gap: 12px;

    font-size: 10px;
}


.sh-confirm-btn i {
    width: 21px;

    height: 21px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 9px;
}


/* =========================================================
   BOTTOM TRUST AREA
========================================================= */

.sh-appointment-trust {
    width: 100%;

    min-height: 78px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin-top: 16px;

    padding: 8px 12px;

    border: 1px solid #e1e6ed;

    border-radius: 10px;

    background: #ffffff;

    box-shadow: 0 5px 18px rgba(32, 48, 79, 0.035);
}


/* =========================================================
   TRUST ITEM
========================================================= */

.sh-trust-item {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    padding: 5px 15px;
}


.sh-trust-item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 10px;

    right: 0;

    width: 1px;

    height: 42px;

    background: #e2e6ed;
}


/* =========================================================
   TRUST ICON
========================================================= */

.sh-trust-icon {
    width: 38px;

    min-width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d7e3f5;

    border-radius: 50%;

    background: #f5f8ff;

    color: #315fc2;

    font-size: 16px;
}


.sh-trust-item:nth-child(2) .sh-trust-icon {
    color: #4777c7;
}


.sh-trust-item:nth-child(3) .sh-trust-icon {
    color: #3b8e8a;
}


.sh-trust-item:nth-child(4) .sh-trust-icon {
    color: #e16e50;
}


/* =========================================================
   TRUST CONTENT
========================================================= */

.sh-trust-content {
    display: flex;

    flex-direction: column;
}


.sh-trust-content strong {
    color: #20304f;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 15px;

    font-weight: 700;
}


.sh-trust-content span {
    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    line-height: 13px;

    font-weight: 400;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .sh-appointment-heading .theme-section-title {
        font-size: 34px;

        line-height: 42px;
    }


    .sh-work-schedule {
        grid-template-columns: 40% 60%;
    }


    .sh-schedule-intro h3 {
        font-size: 13px;
    }


    .sh-form-header h3 {
        font-size: 16px;
    }

}


@media (max-width: 991px) {

    .sh-appointment-header {
        min-height: 205px;

        padding-bottom: 55px;
    }


    .sh-appointment-heading .theme-section-title {
        font-size: 34px;

        line-height: 42px;
    }


    .sh-appointment-contact-info {
        gap: 12px;
    }


    .sh-appointment-main {
        margin-top: -20px;
    }


    .sh-appointment-left {
        margin-bottom: 20px;
    }


    .sh-appointment-map {
        height: 280px;
    }


    .sh-work-schedule {
        min-height: 180px;
    }


    .sh-appointment-trust {
        margin-top: 20px;
    }

}


@media (max-width: 767px) {

    .sh-appointment-header {
        min-height: auto;

        padding: 22px 0 35px;
    }


    .sh-appointment-heading .theme-section-subtitle {
        font-size: 16px;

        line-height: 24px;
    }


    .sh-appointment-heading .theme-section-title {
        font-size: 29px;

        line-height: 38px;
    }


    .sh-appointment-contact-info {
        flex-direction: column;

        gap: 7px;

        margin-top: 12px;
    }


    .sh-contact-divider {
        display: none;
    }


    .sh-appointment-main {
        margin-top: -10px;

        padding: 0;
    }


    .sh-work-schedule {
        grid-template-columns: 1fr;

        gap: 12px;
    }


    .sh-schedule-list {
        padding-left: 0;

        border-left: 0;

        border-top: 1px solid #e2e7ee;

        padding-top: 8px;
    }


    .sh-appointment-form-wrapper {
        margin-top: 20px;
    }


    .sh-appointment-trust {
        grid-template-columns: repeat(2, 1fr);

        gap: 5px;

        padding: 8px;
    }


    .sh-trust-item {
        min-height: 62px;

        padding: 5px 8px;
    }


    .sh-trust-item:nth-child(2)::after {
        display: none;
    }


    .sh-trust-item:nth-child(1),
    .sh-trust-item:nth-child(2) {
        border-bottom: 1px solid #e2e6ed;
    }

}


@media (max-width: 575px) {

    .sh-appointment-header {
        padding: 20px 0 30px;
    }


    .sh-appointment-heading .theme-section-title {
        font-size: 26px;

        line-height: 35px;
    }


    .sh-appointment-heading .theme-section-title span {
        color: #f6b631;
    }


    .sh-contact-item {
        font-size: 10px;
    }


    .sh-contact-icon {
        width: 23px;

        height: 23px;
    }


    .sh-appointment-map {
        height: 240px;
    }


    .sh-form-header {
        padding: 11px 13px;
    }


    .sh-appointment-form {
        padding: 12px;
    }


    .sh-appointment-form .col-md-6 {
        width: 100%;
    }


    .sh-appointment-trust {
        grid-template-columns: 1fr;
    }


    .sh-trust-item {
        justify-content: flex-start;

        padding-left: 15px;
    }


    .sh-trust-item:not(:last-child)::after {
        display: none;
    }


    .sh-trust-item {
        border-bottom: 1px solid #e2e6ed;
    }


    .sh-trust-item:last-child {
        border-bottom: none;
    }

}


@media (max-width: 400px) {

    .sh-appointment-heading .theme-section-title {
        font-size: 23px;

        line-height: 31px;
    }


    .sh-work-schedule {
        padding: 12px;
    }


    .sh-schedule-item strong {
        font-size: 7px;
    }


    .sh-schedule-item>span {
        font-size: 6px;
    }

}






















































































































.footer-tab-section {
    position: fixed;
    right: 0;
    left: 0;
    bottom: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 998;
    border-top: 2px solid var(--secondary-color)
}

.footer-tab-section .footer-tab-icon {
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100%;
    color: #fff;
    margin-bottom: 0;
    list-style: none;
    padding: 0 10px
}

.footer-tab-section .footer-tab-icon li:first-child {
    align-items: center;
    display: flex;
    justify-content: center
}

.footer-tab-section .footer-tab-icon li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0
}

.footer-tab-section .footer-tab-icon li:last-child {
    border-right: 0
}

.footer-tab-section .footer-tab-icon li a {
    display: grid;
    padding: .5rem 0;
    text-align: center;
    font-size: 12px;
    align-items: center;
    justify-items: center;
    align-content: center;
    color: #222222;
    font-weight: 600;
    line-height: 1.8
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important
}

.footer-tab-section .footer-tab-icon li a i {
    font-size: 20px
}

@media (max-width: 1600px) {

    header .sealed-logo {
        position: relative !important;
        height: 50px !important;
        bottom: 4px !important;
    }

    header .sealed-logo img {
        width: 54px !important;
        height: 54px !important;
        position: relative !important;
        top: 2px !important;
        border: 1px solid rgb(221, 221, 221) !important;
        border-radius: 100% !important;
        background: rgb(255, 255, 255) !important;
    }

    header .sealed-logo span.small {
        font-size: 10px !important;
        position: relative !important;
        bottom: 32px !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 767px) {
    header .sealed-logo span.small {
        font-size: 10px !important;
        position: static !important;
        font-weight: 500 !important;
    }

    header .sealed-logo img {
        width: 44px !important;
        height: 44px !important;
        position: static !important;
        top: -38px !important;
        border: 1px solid #dddddd !important;
        border-radius: 100% !important;
        background: #fff !important;
    }
}

.ticker {
    background: var(--navy-900);
    color: var(--white);
    padding: 16px 0;
    border-top: 3px solid var(--teal-500);
    overflow: hidden
}

.ticker__inner {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 24px
}

.ticker__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: var(--teal-300);
    text-transform: uppercase;
    letter-spacing: 1.8px;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: var(--f-display)
}

.ticker__label i {
    font-size: 13px
}

.ticker__track {
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent)
}

.ticker__track img {
    width: 100px
}

.ticker {
    background: #0c2a5b;
    padding: 15px 0;
    overflow: hidden
}

.ticker__inner {
    display: flex;
    align-items: center;
    gap: 20px
}

.ticker__label {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px
}

.ticker__wrapper {
    overflow: hidden;
    flex: 1
}

.ticker__track {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    animation: scrollTicker 60s linear infinite
}

.ticker__wrapper:hover .ticker__track {
    animation-play-state: paused
}

.ticker__track img {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: brightness(1);
    border-radius: 4px
}

@keyframes scrollTicker {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.ticker__group {
    display: flex;
    gap: 36px;
    white-space: nowrap;
    animation: tickerScroll 38s linear infinite;
    padding-right: 36px
}

.ticker__group span {
    font-size: 13.5px;
    font-weight: 500;
    color: rgb(255 255 255 / .78);
    font-family: var(--f-display)
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

/* =========================================================
   SHEKHAWATI HOSPITAL
   APPOINTMENT SECTION
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.sh-appointment-section {
    position: relative;

    width: 100%;

    padding: 20px 0 80px;

    overflow: hidden;

    background: #f5f8fc;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   TOP BLUE HEADER
========================================================= */

.sh-appointment-section .sh-appointment-header {
    position: relative;
    width: 100%;
    min-height: 310px;
    padding: 30px 0 62px;
    background-size: contain !important;
    overflow: hidden;
    background-position: left;
    background: url(https://shekhawatihospital.com/wp-content/uploads/2026/08/background-2-e1786986517945.png);
}


/* Decorative circle */

.sh-appointment-section .sh-appointment-header::before {
    content: "";

    position: absolute;

    left: -35px;

    top: 30px;

    width: 150px;

    height: 150px;

    border: 2px solid rgba(255, 255, 255, 0.08);

    border-radius: 50%;
}


/* Decorative right circle */

.sh-appointment-section .sh-appointment-header::after {
    content: "";

    position: absolute;

    right: -80px;

    top: -80px;

    width: 280px;

    height: 220px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.025);
}


/* =========================================================
   HEADER INNER
========================================================= */

.sh-appointment-section .sh-appointment-header-inner {
    position: relative;

    z-index: 2;

    text-align: center;
}


/* =========================================================
   TOP DECORATION
========================================================= */

.sh-appointment-section .sh-appointment-top-decoration {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    margin-bottom: 7px;
}


.sh-appointment-section .sh-appointment-top-decoration span {
    width: 22px;

    height: 1px;

    background: rgba(255, 255, 255, 0.8);
}


.sh-appointment-section .sh-appointment-top-decoration i {
    color: #ffffff;

    font-size: 15px;
}


/* =========================================================
   COMMON THEME HEADING
========================================================= */

.sh-appointment-section .sh-appointment-heading {
    margin: 0;
}


.sh-appointment-section .sh-appointment-heading .theme-section-subtitle {
    margin: 0 0 2px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 20px;

    line-height: 29px;

    font-weight: 600;
}


.sh-appointment-section .sh-appointment-heading .theme-section-title {
    margin: 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 42px;

    line-height: 51px;

    font-weight: 700;

    letter-spacing: -0.7px;
}


.sh-appointment-section .sh-appointment-heading .theme-section-title span {
    color: #f7b82e;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.sh-appointment-section .sh-appointment-contact {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 17px;

    margin-top: 10px;
}


.sh-appointment-section .sh-appointment-contact-item {
    display: flex;

    align-items: center;

    gap: 8px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 20px;

    font-weight: 400;
}


.sh-appointment-section .sh-appointment-contact-icon {
    width: 28px;

    height: 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 12px;
}


.sh-appointment-section .sh-appointment-contact-divider {
    width: 1px;

    height: 26px;

    background: rgba(255, 255, 255, 0.4);
}


/* =========================================================
   MAIN CONTAINER
========================================================= */

.sh-appointment-section .sh-appointment-container {
    position: relative;

    z-index: 10;

    margin-top: -17px;
}


/* =========================================================
   MAIN ROW
========================================================= */

.sh-appointment-section .sh-appointment-row {
    width: 90%;
    margin: auto;
    margin-top: -120px;
}


.sh-appointment-section .sh-appointment-row>[class*="col-"] {
    padding-left: 8px;

    padding-right: 8px;
}


/* =========================================================
   LEFT CARD
========================================================= */

.sh-appointment-section .sh-appointment-left-card {
    width: 100%;

    overflow: hidden;

    border: 1px solid #dfe5ed;

    border-radius: 14px;

    background: #ffffff;

    box-shadow: 0 7px 25px rgba(32, 48, 79, 0.07);
}


/* =========================================================
   MAP
========================================================= */

.sh-appointment-section .sh-appointment-map {
    position: relative;

    width: 100%;

    height: 252px;

    overflow: hidden;

    background: #e8edf2;
}


.sh-appointment-section .sh-appointment-map iframe {
    display: block;

    width: 100%;

    height: 100%;

    border: 0;
}


/* =========================================================
   OPEN MAP BUTTON
========================================================= */

.sh-appointment-section .sh-open-map-btn {
    position: absolute;

    top: 10px;

    left: 10px;

    display: inline-flex;

    align-items: center;

    gap: 7px;

    min-height: 38px;

    padding: 0 13px;

    border: 1px solid #dce2e9;

    border-radius: 5px;

    background: #ffffff;

    color: #3974d9 !important;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    line-height: 20px;

    font-weight: 600;

    text-decoration: none !important;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}


.sh-appointment-section .sh-open-map-btn i {
    font-size: 11px;
}


/* =========================================================
   WORK SCHEDULE
========================================================= */

.sh-appointment-section .sh-work-schedule {
    min-height: 175px;

    display: grid;

    grid-template-columns: 43% 57%;

    padding: 17px 17px 16px;

    background: #ffffff;
}


/* =========================================================
   SCHEDULE INTRO
========================================================= */

.sh-appointment-section .sh-schedule-intro {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 7px 15px 5px 5px;
}


.sh-appointment-section .sh-schedule-clock {
    width: 43px;

    min-width: 43px;

    height: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #edf3ff;

    color: #315fc2;

    font-size: 18px;
}


.sh-appointment-section .sh-schedule-intro-content {
    padding-top: 1px;
}


.sh-appointment-section .sh-schedule-label {
    display: block;

    margin-bottom: 2px;

    color: #315fc2;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 15px;

    font-weight: 600;
}


.sh-appointment-section .sh-schedule-intro h3 {
    margin: 0;

    color: #20304f;

    font-family: "Poppins", sans-serif;

    font-size: 20px;

    line-height: 22px;

    font-weight: 600;
}


.sh-appointment-section .sh-schedule-blue-line {
    display: block;

    width: 29px;

    height: 2px;

    margin: 9px 0 9px;

    background: #315fc2;
}


.sh-appointment-section .sh-schedule-intro p {
    max-width: 170px;

    margin: 0;

    color: #555555;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 15px;

    font-weight: 400;
}


/* =========================================================
   SCHEDULE LIST
========================================================= */

.sh-appointment-section .sh-schedule-list {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding-left: 13px;

    border-left: 1px solid #dfe5ed;
}


.sh-appointment-section .sh-schedule-row {
    min-height: 35px;

    display: flex;

    align-items: center;

    gap: 8px;

    border-bottom: 1px solid #edf0f4;
}


.sh-appointment-section .sh-schedule-row:last-child {
    border-bottom: none;
}


.sh-appointment-section .sh-schedule-row-icon {
    width: 22px;

    min-width: 22px;

    height: 22px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 4px;

    background: #edf3ff;

    color: #315fc2;

    font-size: 10px;
}


.sh-appointment-section .sh-schedule-row strong {
    flex: 1;

    color: #27354c;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 14px;

    font-weight: 600;
}


.sh-appointment-section .sh-schedule-row>span {
    color: #555555;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 14px;

    font-weight: 400;

    white-space: nowrap;
}


/* Emergency */

.sh-appointment-section .sh-emergency-row strong,
.sh-appointment-section .sh-emergency-row>span {
    color: #df3c3c;
}


.sh-appointment-section .sh-emergency-row .sh-schedule-row-icon {
    background: #fff0f0;

    color: #df3c3c;
}


/* =========================================================
   RIGHT FORM CARD
========================================================= */

.sh-appointment-section .sh-appointment-form-card {
    width: 100%;

    height: 100%;

    overflow: hidden;

    border: 1px solid #d8e1ed;

    border-radius: 14px;

    background: #ffffff;

    box-shadow: 0 7px 25px rgba(32, 48, 79, 0.07);
}


/* =========================================================
   FORM HEADER
========================================================= */

.sh-appointment-section .sh-appointment-form-header {
    min-height: 82px;

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 13px 19px;

    background: #3b5fca;
}


.sh-appointment-section .sh-form-calendar-icon {
    width: 49px;

    min-width: 49px;

    height: 49px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 22px;
}


.sh-appointment-section .sh-form-header-content h3 {
    margin: 0 0 1px;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 20px;

    line-height: 28px;

    font-weight: 700;
}


.sh-appointment-section .sh-form-header-content p {
    margin: 0;

    color: rgba(255, 255, 255, 0.9);

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    line-height: 14px;

    font-weight: 400;
}


/* =========================================================
   FORM
========================================================= */

.sh-appointment-section .sh-appointment-form {
    padding: 14px 19px 18px;
}


.sh-appointment-section .sh-appointment-form .row {
    margin-left: -6px;

    margin-right: -6px;
}


.sh-appointment-section .sh-appointment-form .row>[class*="col-"] {
    padding-left: 6px;

    padding-right: 6px;
}


/* =========================================================
   FORM FIELD
========================================================= */

.sh-appointment-section .sh-form-field {
    margin-bottom: 9px;
}


.sh-appointment-section .sh-form-field label {
    display: block;

    margin: 0 0 5px;

    color: #27354c;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 15px;

    font-weight: 500;
}


/* =========================================================
   INPUT
========================================================= */

.sh-appointment-section .sh-form-input {
    position: relative;

    width: 100%;

    height: 38px;

    display: flex;

    align-items: center;

    overflow: hidden;

    border: 1px solid #dce2ea;

    border-radius: 5px;

    background: #ffffff;

    transition: all 0.25s ease;
}


.sh-appointment-section .sh-form-input:focus-within {
    border-color: #315fc2;

    box-shadow: 0 0 0 2px rgba(49, 95, 194, 0.07);
}


.sh-appointment-section .sh-form-input>i:first-child {
    width: 34px;

    min-width: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #66758b;

    font-size: 12px;
}


.sh-appointment-section .sh-form-input input,
.sh-appointment-section .sh-form-input select {
    width: 100%;

    height: 36px;

    padding: 0 9px 0 0;

    border: 0;

    outline: 0;

    background: transparent;

    color: #27354c;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 18px;

    font-weight: 400;
}


.sh-appointment-section .sh-form-input input::placeholder {
    color: #9aa4b2;

    opacity: 1;
}


/* =========================================================
   PHONE
========================================================= */

.sh-appointment-section .sh-phone-input {
    display: flex;
}


.sh-appointment-section .sh-country-code {
    height: 23px;

    display: flex;

    align-items: center;

    padding: 0 9px;

    border-right: 1px solid #e0e5ec;

    color: #555555;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 15px;

    font-weight: 500;
}


.sh-appointment-section .sh-phone-input input {
    padding-left: 9px;
}


/* =========================================================
   SELECT
========================================================= */

.sh-appointment-section .sh-select-input select {
    appearance: none;

    cursor: pointer;

    padding-right: 30px;
}


.sh-appointment-section .sh-select-chevron {
    position: absolute;

    right: 11px;

    width: auto !important;

    color: #687589 !important;

    font-size: 9px !important;

    pointer-events: none;
}


/* =========================================================
   TEXTAREA
========================================================= */

.sh-appointment-section .sh-message-field {
    margin-top: 1px;

    margin-bottom: 10px;
}


.sh-appointment-section .sh-textarea-input {
    height: 49px;

    align-items: flex-start;

    padding-top: 5px;
}


.sh-appointment-section .sh-textarea-input>i:first-child {
    padding-top: 5px;
}


.sh-appointment-section .sh-textarea-input textarea {
    width: 100%;

    height: 40px;

    padding: 3px 9px 3px 0;

    resize: none;

    border: 0;

    outline: 0;

    background: transparent;

    color: #27354c;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 17px;

    font-weight: 400;
}


.sh-appointment-section .sh-textarea-input textarea::placeholder {
    color: #9aa4b2;

    opacity: 1;
}


/* =========================================================
   CONFIRM APPOINTMENT
========================================================= */

.sh-appointment-section .sh-confirm-appointment-btn {
    width: 100%;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 15px;

    padding: 0 15px;

    border: 0;

    border-radius: 5px;

    background: #c92c25;

    color: #ffffff !important;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    line-height: 18px;

    font-weight: 600;

    text-decoration: none !important;

    cursor: pointer;

    transition: all 0.3s ease;
}


.sh-appointment-section .sh-confirm-appointment-btn:hover {
    background: #ae211b;

    color: #ffffff !important;
}


.sh-appointment-section .sh-confirm-appointment-btn i {
    width: 23px;

    height: 23px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #c92c25;

    font-size: 10px;
}


/* =========================================================
   TRUST BAR
========================================================= */

.sh-appointment-section .sh-appointment-trust-bar {
    width: 90%;
    margin: auto;

    min-height: 82px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin-top: 18px;

    padding: 8px 12px;

    border: 1px solid #dfe5ed;

    border-radius: 11px;

    background: #ffffff;

    box-shadow: 0 5px 18px rgba(32, 48, 79, 0.04);
}


/* =========================================================
   TRUST BOX
========================================================= */

.sh-appointment-section .sh-trust-box {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    padding: 7px 20px;
}


.sh-appointment-section .sh-trust-box:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 10px;

    right: 0;

    width: 1px;

    height: 45px;

    background: #dce2e9;
}


/* =========================================================
   TRUST ICON
========================================================= */

.sh-appointment-section .sh-trust-box-icon {
    width: 43px;

    min-width: 43px;

    height: 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d6e2f5;

    border-radius: 50%;

    background: #f7faff;

    color: #315fc2;

    font-size: 17px;
}





/* =========================================================
   TRUST CONTENT
========================================================= */

.sh-appointment-section .sh-trust-box-content {
    display: flex;

    flex-direction: column;
}


.sh-appointment-section .sh-trust-box-content strong {
    color: #20304f;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 16px;

    font-weight: 700;
}


.sh-appointment-section .sh-trust-box-content span {
    color: #555555;

    font-family: "Poppins", sans-serif;

    font-size: 12px;
    margin-top: 4px;

    line-height: 14px;

    font-weight: 400;
}


/* =========================================================
   1200px - 1399px
========================================================= */

@media (max-width: 1399px) {

    .sh-appointment-section .sh-appointment-heading .theme-section-title {
        font-size: 40px;

        line-height: 49px;
    }


    .sh-appointment-section .sh-appointment-header {
        min-height: 225px;
    }

}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-appointment-section .sh-appointment-heading .theme-section-title {
        font-size: 36px;

        line-height: 45px;
    }


    .sh-appointment-section .sh-appointment-contact-item {
        font-size: 11px;
    }


    .sh-appointment-section .sh-appointment-map {
        height: 235px;
    }


    .sh-appointment-section .sh-work-schedule {
        grid-template-columns: 42% 58%;

        padding: 15px 12px;
    }


    .sh-appointment-section .sh-schedule-intro {
        padding-right: 8px;
    }


    .sh-appointment-section .sh-schedule-intro h3 {
        font-size: 16px;

        line-height: 21px;
    }


    .sh-appointment-section .sh-schedule-row strong {
        font-size: 8px;
    }


    .sh-appointment-section .sh-schedule-row>span {
        font-size: 7px;
    }


    .sh-appointment-section .sh-form-header-content h3 {
        font-size: 18px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .sh-appointment-section .sh-appointment-header {
        min-height: auto;

        padding-bottom: 50px;
    }


    .sh-appointment-section .sh-appointment-container {
        margin-top: -12px;
    }


    .sh-appointment-section .sh-appointment-left-card {
        margin-bottom: 20px;
    }


    .sh-appointment-section .sh-appointment-map {
        height: 300px;
    }


    .sh-appointment-section .sh-work-schedule {
        min-height: 180px;
    }


    .sh-appointment-section .sh-appointment-form-card {
        height: auto;
    }


    .sh-appointment-section .sh-appointment-trust-bar {
        margin-top: 20px;
    }

}


/* =========================================================
   MOBILE TABLET
========================================================= */

@media (max-width: 767px) {

    .sh-appointment-section .sh-appointment-header {
        padding: 25px 0 35px;
        display: none;
    }



    .sh-appointment-section .sh-appointment-trust-bar {
        width: 98%;
    }

    .sh-appointment-section .sh-appointment-row {
        width: 100%;
    }

    .sh-appointment-section .sh-appointment-row {
        margin-top: 0;
    }

    .sh-appointment-section {
        padding: 40px 0;
    }

    .sh-appointment-section .sh-appointment-heading .theme-section-subtitle {
        font-size: 17px;

        line-height: 25px;
    }


    .sh-appointment-section .sh-appointment-heading .theme-section-title {
        font-size: 31px;

        line-height: 40px;
    }


    .sh-appointment-section .sh-appointment-contact {
        flex-direction: column;

        gap: 8px;
    }


    .sh-appointment-section .sh-appointment-contact-divider {
        display: none;
    }


    .sh-appointment-section .sh-appointment-container {
        margin-top: -8px;
    }


    .sh-appointment-section .sh-work-schedule {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .sh-appointment-section .sh-schedule-list {
        padding-top: 10px;

        padding-left: 0;

        border-top: 1px solid #dfe5ed;

        border-left: 0;
    }


    .sh-appointment-section .sh-appointment-form-header {
        min-height: 78px;
    }


    .sh-appointment-section .sh-appointment-form {
        padding: 16px;
    }


    .sh-appointment-section .sh-appointment-form .col-md-6 {
        width: 100%;
    }


    .sh-appointment-section .sh-appointment-trust-bar {
        grid-template-columns: repeat(2, 1fr);

        gap: 0;
    }


    .sh-appointment-section .sh-trust-box {
        min-height: 70px;
    }


    .sh-appointment-section .sh-trust-box:nth-child(2)::after {
        display: none;
    }


    .sh-appointment-section .sh-trust-box:nth-child(1),
    .sh-appointment-section .sh-trust-box:nth-child(2) {
        border-bottom: 1px solid #dce2e9;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .sh-appointment-section .sh-appointment-header {
        padding: 22px 0 30px;
    }


    .sh-appointment-section .sh-appointment-heading .theme-section-subtitle {
        font-size: 15px;

        line-height: 23px;
    }


    .sh-appointment-section .sh-appointment-heading .theme-section-title {
        font-size: 27px;

        line-height: 35px;
    }


    .sh-appointment-section .sh-appointment-contact-item {
        font-size: 10px;
    }


    .sh-appointment-section .sh-appointment-map {
        height: 240px;
    }


    .sh-appointment-section .sh-work-schedule {
        padding: 15px;
    }


    .sh-appointment-section .sh-schedule-intro {
        padding-right: 0;
    }


    .sh-appointment-section .sh-schedule-intro h3 {
        font-size: 17px;

        line-height: 22px;
    }


    .sh-appointment-section .sh-schedule-row strong {
        font-size: 9px;
    }


    .sh-appointment-section .sh-schedule-row>span {
        font-size: 7px;
    }


    .sh-appointment-section .sh-appointment-form-header {
        padding: 12px 15px;
    }


    .sh-appointment-section .sh-form-calendar-icon {
        width: 45px;

        min-width: 45px;

        height: 45px;
    }


    .sh-appointment-section .sh-form-header-content h3 {
        font-size: 17px;

        line-height: 23px;
    }


    .sh-appointment-section .sh-appointment-form {
        padding: 15px;
    }


    .sh-appointment-section .sh-appointment-trust-bar {
        grid-template-columns: 1fr;
    }


    .sh-appointment-section .sh-trust-box {
        justify-content: flex-start;

        padding-left: 18px;

        border-bottom: 1px solid #dce2e9;
    }


    .sh-appointment-section .sh-trust-box:last-child {
        border-bottom: 0;
    }


    .sh-appointment-section .sh-trust-box::after {
        display: none !important;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .sh-appointment-section .sh-appointment-heading .theme-section-title {
        font-size: 24px;

        line-height: 32px;
    }


    .sh-appointment-section .sh-appointment-map {
        height: 220px;
    }


    .sh-appointment-section .sh-schedule-row {
        gap: 5px;
    }


    .sh-appointment-section .sh-schedule-row strong {
        font-size: 8px;
    }


    .sh-appointment-section .sh-schedule-row>span {
        font-size: 6px;
    }

}

.sh-appointment-section .theme-section-title {
    color: #fff;
}

/* =========================================================
   SHEKHAWATI HOSPITAL
   PATIENT REVIEWS SECTION
========================================================= */


/* =========================================================
   MAIN SECTION
========================================================= */

.sh-reviews-section {
    position: relative;

    width: 100%;

    padding: 75px 0 78px;


    background: #ffffff;

    font-family: "Poppins", sans-serif;
}

.sh-reviews-section .col-lg-4 {
    position: sticky;
    top: 130px;
}


/* =========================================================
   LEFT INTRO
========================================================= */

.sh-reviews-intro {
    max-width: 390px;

    padding-right: 20px;
}


/* =========================================================
   REVIEW TITLE
========================================================= */

.sh-reviews-title {
    margin: 0;
    padding: 0;
    color: var(--primary-color);
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: -0.4px;
}


.sh-reviews-title span {
    display: block;
}


/* =========================================================
   DESCRIPTION
========================================================= */



/* =========================================================
   GOOGLE REVIEW BADGE
========================================================= */

.sh-google-review-badge {
    display: inline-flex;

    align-items: center;

    min-height: 42px;

    margin-top: 17px;

    overflow: hidden;

    border-radius: 4px;

    background: #ffffff;

    box-shadow: 0 6px 20px rgba(32, 48, 79, 0.12);
}


.sh-google-review-badge img {
    display: block;

    width: 125px;

    height: 42px;

    padding: 4px 8px;

    object-fit: contain;
}


.sh-google-review-count {
    min-height: 42px;

    display: flex;

    align-items: center;

    padding: 0 13px;

    border-left: 1px solid #e6e6e6;

    color: #111111;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 20px;

    font-weight: 700;

    white-space: nowrap;
}


/* =========================================================
   RIGHT SLIDER
========================================================= */

.sh-reviews-slider-wrapper {
    position: relative;

    width: 100%;

    overflow: hidden;
}


.sh-reviews-slider {
    display: grid;

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 18px;

    width: 100%;
}


/* =========================================================
   REVIEW CARD
========================================================= */

.sh-review-card {
    position: relative;

    min-height: 195px;

    padding: 19px 20px 18px;

    overflow: hidden;

    border-radius: 9px;

    background: #f5f5f5;

    box-shadow: 0 5px 18px rgba(32, 48, 79, 0.025);
}


/* =========================================================
   REVIEW CARD TOP
========================================================= */

.sh-review-card-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 14px;
}


/* =========================================================
   USER
========================================================= */

.sh-review-user {
    display: flex;

    align-items: center;

    gap: 13px;
}


.sh-review-avatar {
    width: 58px;

    min-width: 58px;

    height: 58px;

    overflow: hidden;

    border-radius: 50%;

    background: #e4e7eb;
}


.sh-review-avatar img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;
}


/* =========================================================
   USER INFO
========================================================= */

.sh-review-user-info h3 {
    margin: 0 0 2px;

    padding: 0;

    color: #101010;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 22px;

    font-weight: 700;
}


.sh-review-user-info span {
    display: block;

    color: #777777;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 18px;

    font-weight: 400;
}


/* =========================================================
   QUOTE ICON
========================================================= */

.sh-review-quote {
    align-self: flex-start;

    padding-top: 1px;

    color: #ece7e0;

    font-size: 38px;

    line-height: 38px;
}


.sh-review-quote i {
    display: block;
}


/* =========================================================
   REVIEW TEXT
========================================================= */

/* =========================================================
   DOTS
========================================================= */

.sh-review-dots {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    margin-top: 21px;
}


.sh-review-dot {
    width: 7px;

    height: 7px;

    padding: 0;

    border: 0;

    border-radius: 50%;

    background: #d6d6d6;

    cursor: pointer;

    transition: all 0.25s ease;
}


.sh-review-dot-active {
    width: 29px;

    border-radius: 20px;

    background: #0b3b22;
}


/* =========================================================
   HOVER
========================================================= */

.sh-review-card {
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.sh-review-card:hover {
    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(32, 48, 79, 0.08);
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (max-width: 1199px) {

    .sh-reviews-section {
        padding: 65px 0 70px;
    }


    .sh-reviews-title {
        font-size: 32px;

        line-height: 36px;
    }


    .sh-reviews-description {
        font-size: 13px;

        line-height: 23px;
    }


    .sh-review-card {
        min-height: 190px;

        padding: 17px;
    }


    .sh-review-text {
        font-size: 12px;

        line-height: 21px;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .sh-reviews-section {
        padding: 60px 0;
    }


    .sh-reviews-intro {
        max-width: 100%;

        padding-right: 0;

        margin-bottom: 35px;
    }


    .sh-reviews-title {
        font-size: 32px;

        line-height: 38px;
    }


    .sh-reviews-description {
        max-width: 600px;

        font-size: 14px;

        line-height: 25px;
    }


    .sh-reviews-slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBILE TABLET
========================================================= */

@media (max-width: 767px) {

    .sh-reviews-section {
        padding: 50px 0;
    }


    .sh-reviews-intro {
        margin-bottom: 28px;
    }


    .sh-reviews-title {
        font-size: 30px;

        line-height: 36px;
    }


    .sh-reviews-description {
        font-size: 14px;

        line-height: 24px;
    }


    .sh-reviews-slider {
        grid-template-columns: 1fr;

        gap: 15px;
    }


    .sh-review-card {
        min-height: auto;
    }


    .sh-review-dots {
        margin-top: 18px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .sh-reviews-section {
        padding: 45px 0;
    }


    .sh-reviews-title {
        font-size: 28px;

        line-height: 35px;
    }


    .sh-reviews-description {
        font-size: 13px;

        line-height: 23px;
    }


    .sh-google-review-badge {
        margin-top: 15px;
    }


    .sh-google-review-badge img {
        width: 115px;

        height: 40px;
    }


    .sh-google-review-count {
        font-size: 13px;

        padding: 0 10px;
    }


    .sh-review-card {
        padding: 17px;

        border-radius: 8px;
    }


    .sh-review-avatar {
        width: 54px;

        min-width: 54px;

        height: 54px;
    }


    .sh-review-user-info h3 {
        font-size: 15px;

        line-height: 21px;
    }


    .sh-review-user-info span {
        font-size: 11px;

        line-height: 17px;
    }




    .sh-review-quote {
        font-size: 32px;

        line-height: 32px;
    }

}

.hospital-mobile-section {
    display: none;
}

.whychoose-section {
    background: #ebf6ff;
}

.whychoose-section .whychoose-card {
    padding: 20px;
    border: 1.5px solid #ddd;
    border-radius: 5px;
    height: 100%;
    padding: 15px;
    background: #fff;
}

.whychoose-card .content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: #555;
}

.whychoose-section .whychoose-card h4 {
    font-size: 18px;
    color: #333;
    font-weight: 700
}

.whychoose-section .heading h2 {
    padding-bottom: 0
}

.whychoose-section .whychoose-card .icon {
    width: 100%;
    text-align: center;
    margin-bottom: 10px
}

.whychoose-section .whychoose-card .icon img {
    height: 60px;
    text-align: center
}

.whychoose-section .whychoose-card .content {
    text-align: center
}


.faqSection {

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}



.faqSection .faq-items {

    padding: 20px;

    border-radius: 20px;

    background: #fff;

    box-shadow: 0px 8px 24px 0px #959DA533;

    & .accordion .accordion-item .accordion-body {
        border-radius: 10px;
        margin-bottom: 10px;

        & ul {
            list-style: disc;
            padding-left: 20px;
            margin-bottom: 10px;

            & li {
                list-style: disc;
                font-weight: 500;
                font-size: 16px;
            }
        }

    }



}



.faqSection .faq-items .accordion-button:not(.collapsed) {

    background: #fff;

    color: var(--matte-black);

    box-shadow: none;

}



.faqSection .faq-items .accordion-body {

    background: #f4f4f4;

}



.faqSection .faq-items .accordion-button {

    font-size: 16px;

    font-weight: 500;

    font-family: "Poppins", sans-serif;

    color: var(--matte-black);
    z-index: 0;



}



.faqSection .faq-items .accordion-button:focus {

    box-shadow: none;

}

footer .logo-box img {
    background: #fff;
    border-radius: 10px;
    padding: 8px;
}

footer {
    background: #252e4a;
    padding: 50px 0 0 0;
    border-top: 1px solid #ddd;

    font-family: "Poppins", sans-serif;

    & ul li {
        margin: 10px 0;

    }

    & ul li a {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
    }

    & ul li a:hover {
        padding-left: 10px;
    }

    & p {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
    }

}

footer h4 {

    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 39px;



}

footer .Contact-info a {

    font-size: 16px;

    font-weight: 400;

    display: inline-flex;

    column-gap: 10px;

}

footer .Contact-info a:hover {
    color: #c92c25;
    ;
}

footer .Contact-info a i {

    font-size: 20px;

    color: #fff;

}


.footer-bottom {

    background: #04101D;

    font-weight: 400;

    padding: 10px 0;

}



.footer-bottom a {

    font-weight: 700;

    color: #fff;

}



.tabs-inner-slider.owl-theme .owl-dots .owl-dot.active span,

.tabs-inner-slider.owl-theme .owl-dots .owl-dot:hover span {

    background: var(--primary-color);

}









/* about Page */





.about-banner {



    position: relative;

    background-position: center !important;

    background-repeat: no-repeat !important;

    background-size: cover !important;

}


.hero {
    position: relative;
    background: linear-gradient(180deg, var(--teal-bg-light) 0%, #f5fbfa 100%);
    padding: 70px 0 80px;
    overflow: hidden
}

.hero__decor {
    position: absolute;
    pointer-events: none
}

.hero__decor--ring {
    top: -160px;
    right: -160px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 2px solid rgb(38 166 154 / .15)
}

.hero__decor--dots {
    bottom: 50px;
    left: 4%;
    width: 120px;
    height: 120px;
    background-image: radial-gradient(rgb(38 166 154 / .25) 1.5px, transparent 1.5px);
    background-size: 13px 13px;
    opacity: .7
}

.hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
    z-index: 1
}

.hero__lead {
    max-width: 580px
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 16px 7px 8px;
    background: var(--white);
    border: 1px solid var(--teal-200);
    border-radius: var(--r-pill);
    margin-bottom: 22px;
    box-shadow: var(--shadow-xs)
}

.hero__eyebrow i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--teal-500);
    color: var(--white);
    display: grid;
    place-items: center;
    font-size: 11px;
    flex-shrink: 0
}

.hero__eyebrow span {
    font-size: 11.5px;
    font-weight: 600;
    color: var(--navy-900);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-family: var(--f-display)
}

.hero__title {
    font-family: var(--f-display);
    font-weight: 700;
    font-size: var(--fs-h1);
    line-height: 1.15;
    color: var(--navy-900);
    letter-spacing: -.8px;
    margin-bottom: 18px
}

.hero__title span {
    display: block;
    color: #c6201c;
    font-weight: 700;
    margin-top: 2px
}

.hero__lede {
    font-size: 15.5px;
    color: var(--ink-700);
    line-height: 1.7;
    margin-bottom: 28px;
    max-width: 520px
}

.hero__lede em {
    color: var(--teal-700);
    font-weight: 600;
    font-style: italic
}

.hero__cta-row {
    display: flex;
    gap: 10px;
    margin-bottom: 32px;
    flex-wrap: wrap
}

.hero__trust {
    display: inline-flex;
    align-items: center;
    background: var(--white);
    border: 1px solid silver;
    border-radius: 10px;
    padding: 4px;
    box-shadow: var(--shadow-sm)
}

.hero__trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 11px 22px
}

.hero__trust-item strong {
    font-family: var(--f-display);
    font-size: 22px;
    font-weight: 700;
    color: var(--navy-900);
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    line-height: 1
}

.hero__trust-item strong i {
    color: var(--gold-400);
    font-size: 14px
}

.hero__trust-item span {
    font-size: 11px;
    font-weight: 500;
    color: var(--ink-600);
    margin-top: 5px;
    letter-spacing: .2px
}

.hero__trust-divider {
    width: 1px;
    height: 32px;
    background: var(--teal-200)
}

.hero__media {
    position: relative;
    height: 460px
}

.hero__photo-frame {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: var(--r-2xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    background: var(--navy-900)
}

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

.hero__photo-tag {
    position: absolute;
    bottom: 1px;
    background: rgb(255 255 255 / .96);
    backdrop-filter: blur(10px);
    padding: 9px 14px;
    border-radius: var(--r-pill);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--navy-900);
    font-family: var(--f-display);
    left: 0;
    right: 0;
    width: max-content;
    margin: auto
}

.hero__photo-tag i {
    color: var(--teal-600);
    font-size: 12px
}

.hero__photo-tag a {
    gap: 10px;
    display: flex;
    align-items: center
}

.hero__chip {
    position: absolute;
    background: var(--white);
    border-radius: var(--r-md);
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-lg);
    z-index: 3;
    border: 1px solid rgb(38 166 154 / .12)
}

.hero__chip i {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--teal-50);
    color: var(--teal-600);
    display: grid;
    place-items: center;
    font-size: 14px;
    flex-shrink: 0
}

.hero__chip strong {
    display: block;
    font-family: var(--f-display);
    font-size: 14px;
    font-weight: 700;
    color: var(--navy-900);
    line-height: 1
}

.hero__chip em {
    display: block;
    font-style: normal;
    font-size: 10.5px;
    font-weight: 600;
    color: var(--ink-600);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px
}

.hero__chip--nabh {
    top: 24px;
    left: -18px
}

.hero__chip--nabh i {
    background: var(--navy-900);
    color: var(--gold-300)
}

.hero__chip--er {
    bottom: 70px;
    right: -18px
}

.hero__media {
    position: relative;
    height: 500px;
    background: rgb(255 255 255 / .5);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / .1);
    display: flex;
    gap: 15px;
    padding: 15px;
    z-index: 1
}

.hero__media::before,
.hero__media::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 5;
    pointer-events: none
}

.hero__media::before {
    top: 0;
    background: linear-gradient(to bottom, #f5fbfa 0%, #fff0 100%)
}

.hero__media::after {
    bottom: 0;
    background: linear-gradient(to top, #f5fbfa 0%, #fff0 100%)
}

.scroll-col {
    flex: 1;
    display: flex;
    flex-direction: column
}

.scroll-track {
    display: flex;
    flex-direction: column;
    gap: 15px;
    animation: scrollLoop 20s linear infinite
}

.col-2 .scroll-track {
    animation: scrollLoop 25s linear infinite
}

.scroll-track img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 15px;
    background: #eee;
    flex-shrink: 0;
    object-position: top
}

@keyframes scrollLoop {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(calc(-50% - 7.5px))
    }
}

.hero__media:hover .scroll-track {
    animation-play-state: paused
}

.hero__photo-tag {
    z-index: 10;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .1)
}

/* =========================================================
   SHEKHAWATI HOSPITAL
   HOSPITAL INTRO SECTION
========================================================= */

.sh-hospital-intro-section {
    position: relative;

    width: 100%;

    overflow: hidden;

    background: #ffffff;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   MAIN ROW
========================================================= */

.sh-hospital-intro-section .sh-hospital-intro-row {
    min-height: 575px;

    margin: 0;
}


.sh-hospital-intro-section .sh-hospital-intro-row>[class*="col-"] {
    padding: 0;
}


/* =========================================================
   LEFT IMAGE
   ONLY IMAGE
========================================================= */

.sh-hospital-intro-section .sh-hospital-intro-image-wrap {
    position: relative;

    width: 100%;

    height: 575px;

    padding: 0 25px 0 0;

    overflow: hidden;
}


.sh-hospital-intro-section .sh-hospital-intro-image {
    position: relative;

    width: 100%;

    height: 100%;

    overflow: hidden;

    border-radius: 0 180px 180px 0;
}


.sh-hospital-intro-section .sh-hospital-intro-image img {
    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    object-fit: cover;

    object-position: center;

    border: 0;
}


/* =========================================================
   RIGHT CONTENT
========================================================= */

.sh-hospital-intro-section .sh-hospital-intro-content {
    max-width: 720px;

    padding: 40px 50px 70px 35px;
}


/* =========================================================
   COMMON THEME HEADING
========================================================= */

.sh-hospital-intro-section .sh-hospital-intro-heading {
    margin-bottom: 3px;
}


.sh-hospital-intro-section .sh-hospital-intro-heading .theme-section-subtitle {
    display: flex;

    align-items: center;

    gap: 6px;

    margin-bottom: 3px;
}


.sh-hospital-intro-section .sh-hospital-intro-heading .theme-section-title {
    margin: 0;

    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    font-size: 40px;

    line-height: 46px;

    font-weight: 700;

    letter-spacing: -0.5px;
}


.sh-hospital-intro-section .sh-hospital-intro-heading .theme-section-title span {
    display: block;

    color: #c6201c;
}


/* =========================================================
   DECORATIVE LINE
========================================================= */

.sh-hospital-intro-section .sh-hospital-intro-line {
    display: flex;

    align-items: center;

    gap: 5px;

    margin: 2px 0 8px;
}


.sh-hospital-intro-section .sh-hospital-intro-line span {
    width: 30px;

    height: 2px;

    background: #c6201c;
}


.sh-hospital-intro-section .sh-hospital-intro-line i {
    color: #c6201c;

    font-size: 11px;
}


.sh-hospital-intro-section .sh-hospital-intro-line span:last-child {
    width: 105px;

    background: linear-gradient(90deg,
            #f36c2c,
            rgba(243, 108, 44, 0));
}


/* =========================================================
   HIGHLIGHT
========================================================= */

.sh-hospital-intro-section .sh-hospital-intro-highlight {
    display: flex;

    align-items: center;

    gap: 9px;

    width: 100%;

    min-height: 36px;

    margin-bottom: 8px;

    padding: 3px 10px;

    border-radius: 20px;

    background: linear-gradient(90deg,
            #fff0e8,
            #fff9f5);
}


.sh-hospital-intro-section .sh-hospital-highlight-icon {
    width: 29px;

    min-width: 29px;

    height: 29px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #c6201c;

    color: #ffffff;

    font-size: 12px;
}


.sh-hospital-intro-section .sh-hospital-intro-highlight strong {
    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 18px;

    font-weight: 600;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.sh-hospital-intro-section .sh-hospital-intro-description {
    margin-bottom: 8px;
}


.sh-hospital-intro-section .sh-hospital-intro-description p {
    margin: 0 0 3px;

    padding: 0;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 30px;

    font-weight: 400;
}


.sh-hospital-intro-section .sh-hospital-intro-description p strong {
    color: var(--primary-color);

    font-weight: 600;
}


/* =========================================================
   FACILITIES GRID
========================================================= */

.sh-hospital-intro-section .sh-hospital-facilities-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    width: 100%;

    overflow: hidden;

    border: 1px solid #e3e7ed;

    border-radius: 7px;

    background: #ffffff;
}


/* =========================================================
   FACILITY BOX
========================================================= */

.sh-hospital-intro-section .sh-hospital-facility-box {
    min-height: 52px;

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 5px 8px;

    border-right: 1px solid #e4e8ed;

    border-bottom: 1px solid #e4e8ed;

    background: #ffffff;

    transition: all 0.3s ease;
}


.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(4),
.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(8) {
    border-right: 0;
}


.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(n+5) {
    border-bottom: 0;
}


.sh-hospital-intro-section .sh-hospital-facility-box:hover {
    background: #f8faff;
}


/* =========================================================
   FACILITY ICON
========================================================= */

.sh-hospital-intro-section .sh-hospital-facility-icon {
    width: 30px;

    min-width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #edf3ff;

    color: var(--secondary-color);

    font-size: 13px;
}


.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(2) .sh-hospital-facility-icon {
    background: #fff3e8;

    color: #e98732;
}


.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(3) .sh-hospital-facility-icon {
    background: #eef9f0;

    color: #59935a;
}


.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(4) .sh-hospital-facility-icon {
    background: #fff0f4;

    color: #d85073;
}


.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(5) .sh-hospital-facility-icon {
    background: #edf3ff;

    color: #315fc2;
}


.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(6) .sh-hospital-facility-icon {
    background: #fff3e8;

    color: #e98732;
}


.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(7) .sh-hospital-facility-icon {
    background: #fff9e8;

    color: #d7a22b;
}


.sh-hospital-intro-section .sh-hospital-facility-box:nth-child(8) .sh-hospital-facility-icon {
    background: #edf3ff;

    color: #315fc2;
}


/* =========================================================
   FACILITY TEXT
========================================================= */

.sh-hospital-intro-section .sh-hospital-facility-content {
    min-width: 0;
}


.sh-hospital-intro-section .sh-hospital-facility-content strong {
    display: block;

    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 13px;

    font-weight: 600;
    margin-bottom: 4px;
}


.sh-hospital-intro-section .sh-hospital-facility-content span {
    display: block;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 11px;

    font-weight: 400;
}


/* =========================================================
   BUTTONS
   EXISTING COMMON THEME BUTTONS
========================================================= */

.sh-hospital-intro-section .sh-hospital-intro-buttons {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-top: 9px;
}


.sh-hospital-intro-section .sh-hospital-intro-buttons .theme-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;
}


/* =========================================================
   BOTTOM FEATURE STRIP
========================================================= */

.sh-hospital-intro-section .sh-hospital-feature-strip {
    position: relative;

    width: 100%;

    background: var(--primary-color);
}

.sh-hospital-feature-strip .container {
    width: 80%;
    margin: auto;
}

.sh-hospital-intro-section .sh-hospital-feature-strip .row {
    margin: 0;
}


.sh-hospital-intro-section .sh-hospital-feature-strip [class*="col-"] {
    padding: 0;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.sh-hospital-intro-section .sh-hospital-feature-item {
    min-height: 68px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 8px 15px;

    border-right: 1px solid rgba(255, 255, 255, 0.3);
}


.sh-hospital-intro-section .sh-hospital-feature-icon {
    width: 35px;

    min-width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.35);

    border-radius: 50%;

    color: #ffffff;

    font-size: 13px;
}


.sh-hospital-intro-section .sh-hospital-feature-content strong {
    display: block;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 13px;

    font-weight: 600;
    margin-bottom: 6px;
}


.sh-hospital-intro-section .sh-hospital-feature-content span {
    display: block;

    color: rgba(255, 255, 255, 0.75);

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 11px;

    font-weight: 400;
}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-hospital-intro-section .sh-hospital-intro-image-wrap {
        height: 540px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-image {
        border-radius: 0 145px 145px 0;
    }


    .sh-hospital-intro-section .sh-hospital-intro-content {
        padding: 25px 30px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-heading .theme-section-title {
        font-size: 35px;

        line-height: 42px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-description p {
        font-size: 14px;

        line-height: 26px;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-hospital-intro-section .sh-hospital-intro-row {
        min-height: auto;
    }


    .sh-hospital-intro-section .sh-hospital-intro-image-wrap {
        height: 470px;

        padding-right: 20px;

        margin-bottom: 35px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-image {
        border-radius: 0 130px 130px 0;
    }


    .sh-hospital-intro-section .sh-hospital-intro-content {
        max-width: 850px;

        padding: 0 30px 45px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-heading .theme-section-title {
        font-size: 38px;

        line-height: 46px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-description p {
        font-size: 16px;

        line-height: 30px;
    }


    .sh-hospital-intro-section .sh-hospital-feature-item {
        justify-content: flex-start;

        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-hospital-intro-section .sh-hospital-intro-image-wrap {
        height: 400px;

        padding-right: 15px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-image {
        border-radius: 0 90px 90px 0;
    }


    .sh-hospital-intro-section .sh-hospital-intro-content {
        padding: 0 20px 40px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-heading .theme-section-title {
        font-size: 32px;

        line-height: 40px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-highlight strong {
        font-size: 13px;

        line-height: 19px;
    }


    .sh-hospital-intro-section .sh-hospital-facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .sh-hospital-intro-section .sh-hospital-facility-box:nth-child(4),
    .sh-hospital-intro-section .sh-hospital-facility-box:nth-child(8) {
        border-right: 1px solid #e4e8ed;
    }


    .sh-hospital-intro-section .sh-hospital-facility-box:nth-child(2),
    .sh-hospital-intro-section .sh-hospital-facility-box:nth-child(4),
    .sh-hospital-intro-section .sh-hospital-facility-box:nth-child(6),
    .sh-hospital-intro-section .sh-hospital-facility-box:nth-child(8) {
        border-right: 0;
    }


    .sh-hospital-intro-section .sh-hospital-facility-box:nth-child(n+7) {
        border-bottom: 0;
    }


    .sh-hospital-intro-section .sh-hospital-intro-buttons {
        flex-wrap: wrap;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-hospital-intro-section .sh-hospital-intro-image-wrap {
        height: 330px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-image {
        border-radius: 0 70px 70px 0;
    }


    .sh-hospital-intro-section .sh-hospital-intro-content {
        padding: 0 15px 35px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-heading .theme-section-title {
        font-size: 28px;

        line-height: 36px;
    }


    .sh-hospital-intro-section .sh-hospital-intro-description p {
        font-size: 16px;

        line-height: 30px;
    }


    .sh-hospital-intro-section .sh-hospital-facility-box {
        min-height: 58px;

        padding: 6px;
    }


    .sh-hospital-intro-section .sh-hospital-facility-content strong {
        font-size: 8px;
    }


    .sh-hospital-intro-section .sh-hospital-facility-content span {
        font-size: 7px;
    }

}

/* =========================================================
   SHEKHAWATI HOSPITAL
   WHO WE ARE SECTION
========================================================= */

.sh-who-we-are-section {
    position: relative;

    width: 100%;

    padding: 60px 0;

    overflow: hidden;

    background: #edf4fb;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   MAIN WHITE CARD
========================================================= */

.sh-who-we-are-section .sh-who-we-are-card {
    position: relative;

    z-index: 2;

    width: 100%;

    padding: 30px;

    overflow: hidden;

    border: 1px solid #e1e7ee;

    border-radius: 12px 12px 12px 12px;

    background: #ffffff;

    box-shadow: 0 3px 18px rgba(32, 48, 79, 0.04);
}


/* =========================================================
   COMMON THEME HEADING
========================================================= */

.sh-who-we-are-section .sh-who-heading {
    text-align: center;

    margin: 0;
}


/* Subtitle */

.sh-who-we-are-section .sh-who-heading .theme-section-subtitle {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    margin: 0 0 3px;

    color: #284fa7;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 24px;

    font-weight: 700;

    letter-spacing: 1px;
}


.sh-who-we-are-section .sh-who-heading .theme-section-subtitle::before,
.sh-who-we-are-section .sh-who-heading .theme-section-subtitle::after {
    content: "";

    width: 34px;

    height: 1px;

    background: #284fa7;
}


/* =========================================================
   MAIN TITLE
========================================================= */




.sh-who-we-are-section .sh-who-heading .theme-section-title span {
    color: #284fa7;
}


.sh-who-we-are-section .sh-who-heading .theme-section-title strong {
    display: block;

    color: #c6201c;

    font-family: "Poppins", sans-serif;

    font-size: 30px;

    line-height: 37px;

    font-weight: 500;

    font-style: italic;
}


/* =========================================================
   HEADING DECORATIVE LINE
========================================================= */

.sh-who-we-are-section .sh-who-heading-line {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 5px;

    margin: 3px auto 10px;
}


.sh-who-we-are-section .sh-who-heading-line span {
    width: 38px;

    height: 2px;

    background: #c6201c;
}


.sh-who-we-are-section .sh-who-heading-line i {
    color: #c6201c;

    font-size: 12px;
}


.sh-who-we-are-section .sh-who-heading-line span:last-child {
    width: 55px;

    background: linear-gradient(90deg,
            #f36c2c,
            rgba(243, 108, 44, 0));
}


/* =========================================================
   CONTENT
========================================================= */

.sh-who-we-are-section .sh-who-content {
    max-width: 90%;

    margin: 0 auto;

    text-align: center;
}


.sh-who-we-are-section .sh-who-content p,
.sh-who-we-are-section .sh-who-insurance-content p {
    margin: 0 0 5px;

    padding: 0;

    color: #555;

    font-weight: 400;
}


.sh-who-we-are-section .sh-who-content p strong,
.sh-who-we-are-section .sh-who-insurance-content p strong {
    color: #303b50;

    font-weight: 700;
}


/* =========================================================
   FIRST CONTENT
========================================================= */

.sh-who-we-are-section .sh-who-content-first {
    margin-bottom: 3px;
}


/* =========================================================
   INFO DIVIDER
========================================================= */

.sh-who-we-are-section .sh-who-info-divider {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    width: 100%;

    margin: 5px auto 4px;
}


.sh-who-we-are-section .sh-who-info-divider>span {
    flex: 1;

    max-width: 350px;

    height: 1px;

    background: #758fb5;
}


.sh-who-we-are-section .sh-who-info-icon {
    width: 48px;

    min-width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d3e0f6;

    border-radius: 50%;

    background: #f3f7ff;

    color: #315fc2;

    font-size: 20px;
}


/* =========================================================
   INSURANCE CONTENT
========================================================= */

.sh-who-we-are-section .sh-who-insurance-content {
    max-width: 920px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================================
   SECOND DIVIDER
========================================================= */

.sh-who-we-are-section .sh-who-second-divider {
    margin-top: 4px;

    margin-bottom: 5px;
}


/* =========================================================
   SECOND CONTENT
========================================================= */

.sh-who-we-are-section .sh-who-content-second {
    max-width: 950px;

    margin-bottom: 13px;
}


/* =========================================================
   FEATURES CONTAINER
========================================================= */

.sh-who-we-are-section .sh-who-features {
    position: relative;

    z-index: 5;

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    width: 100%;

    min-height: 100px;

    overflow: hidden;

    border: 1px solid #dbe4ef;

    border-radius: 15px 15px 0 0;

    background: #ffffff;
}


/* =========================================================
   FEATURE ITEM
========================================================= */

.sh-who-we-are-section .sh-who-feature {
    position: relative;

    min-height: 100px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 10px 7px;

    text-align: center;
}


.sh-who-we-are-section .sh-who-feature:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 15px;

    right: 0;

    width: 1px;

    height: 70px;

    background: #dfe5ed;
}


/* =========================================================
   FEATURE ICON
========================================================= */

.sh-who-we-are-section .sh-who-feature-icon {
    width: 47px;

    height: 47px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 5px;

    border: 1px solid #d5e1f3;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 20px;

    transition: all 0.3s ease;
}


.sh-who-we-are-section .sh-who-feature:nth-child(2) .sh-who-feature-icon {
    color: #3998ff;
}


.sh-who-we-are-section .sh-who-feature:nth-child(3) .sh-who-feature-icon {
    color: #315fc2;
}


.sh-who-we-are-section .sh-who-feature:nth-child(4) .sh-who-feature-icon {
    color: #315fc2;
}


.sh-who-we-are-section .sh-who-feature:nth-child(5) .sh-who-feature-icon {
    color: #315fc2;
}


.sh-who-we-are-section .sh-who-feature:nth-child(6) .sh-who-feature-icon {
    color: #315fc2;
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.sh-who-we-are-section .sh-who-feature-content {
    display: flex;

    flex-direction: column;

    align-items: center;
}


.sh-who-we-are-section .sh-who-feature-content strong {
    display: block;

    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 16px;

    font-weight: 700;
}


.sh-who-we-are-section .sh-who-feature-content span {
    display: block;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 15px;

    font-weight: 400;
}


/* =========================================================
   FEATURE HOVER
========================================================= */

.sh-who-we-are-section .sh-who-feature:hover .sh-who-feature-icon {
    background: #f2f7ff;

    border-color: #b9cdec;

    transform: translateY(-2px);
}


/* =========================================================
   BLUE BOTTOM CURVE
========================================================= */

.sh-who-we-are-section::after {
    content: "";
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -10px;
    height: 145px;
    z-index: 1;
    border-radius: 30% 50% 40px 40px;
    background: #2947b5;
}


/* =========================================================
   BACKGROUND PLUS
========================================================= */

.sh-who-we-are-section .sh-who-bg-plus {
    position: absolute;

    z-index: 1;

    color: #dce9fb;

    font-family: Arial, sans-serif;

    font-size: 45px;

    line-height: 45px;

    font-weight: 300;
}


.sh-who-we-are-section .sh-who-bg-plus-left {
    left: 42px;

    top: 55px;
}


.sh-who-we-are-section .sh-who-bg-plus-right {
    right: 35px;

    bottom: 55px;

    opacity: 0.65;
}


/* =========================================================
   BACKGROUND DOTS
========================================================= */

.sh-who-we-are-section .sh-who-bg-dots {
    position: absolute;

    z-index: 1;

    width: 65px;

    height: 65px;

    opacity: 0.65;

    background-image: radial-gradient(#c8d8f3 1.3px,
            transparent 1.3px);

    background-size: 8px 8px;
}


.sh-who-we-are-section .sh-who-dots-top {
    top: 24px;

    right: 35px;
}


.sh-who-we-are-section .sh-who-dots-bottom {
    left: 45px;

    bottom: 80px;
}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-who-we-are-section .sh-who-we-are-card {
        padding-left: 40px;

        padding-right: 40px;
    }


    .sh-who-we-are-section .sh-who-heading .theme-section-title {
        font-size: 30px;

        line-height: 37px;
    }


    .sh-who-we-are-section .sh-who-heading .theme-section-title strong {
        font-size: 28px;

        line-height: 35px;
    }


    .sh-who-we-are-section .sh-who-content p,
    .sh-who-we-are-section .sh-who-insurance-content p {
        font-size: 12px;

        line-height: 19px;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-who-we-are-section {
        padding-top: 25px;
    }


    .sh-who-we-are-section .sh-who-we-are-card {
        padding-left: 30px;

        padding-right: 30px;
    }


    .sh-who-we-are-section .sh-who-features {
        grid-template-columns: repeat(3, 1fr);
    }


    .sh-who-we-are-section .sh-who-feature:nth-child(3)::after {
        display: none;
    }


    .sh-who-we-are-section .sh-who-feature:nth-child(-n+3) {
        border-bottom: 1px solid #dfe5ed;
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-who-we-are-section {
        padding: 20px 0 0;
    }


    .sh-who-we-are-section .sh-who-we-are-card {
        padding: 28px 20px 0;
    }


    .sh-who-we-are-section .sh-who-heading .theme-section-subtitle {
        font-size: 14px;

        line-height: 21px;
    }


    .sh-who-we-are-section .sh-who-heading .theme-section-title {
        font-size: 27px;

        line-height: 35px;
    }


    .sh-who-we-are-section .sh-who-heading .theme-section-title strong {
        font-size: 25px;

        line-height: 32px;
    }


    .sh-who-we-are-section .sh-who-content p,
    .sh-who-we-are-section .sh-who-insurance-content p {
        font-size: 13px;

        line-height: 22px;
    }


    .sh-who-we-are-section .sh-who-features {
        grid-template-columns: repeat(2, 1fr);
    }


    .sh-who-we-are-section .sh-who-feature:nth-child(3)::after {
        display: block;
    }


    .sh-who-we-are-section .sh-who-feature:nth-child(even)::after {
        display: none;
    }


    .sh-who-we-are-section .sh-who-feature:nth-child(n+5) {
        border-top: 1px solid #dfe5ed;
    }


    .sh-who-we-are-section::after {
        bottom: -110px;

        height: 140px;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-who-we-are-section .sh-who-we-are-card {
        padding-left: 15px;

        padding-right: 15px;
    }


    .sh-who-we-are-section .sh-who-heading .theme-section-title {
        font-size: 24px;

        line-height: 31px;
    }


    .sh-who-we-are-section .sh-who-heading .theme-section-title strong {
        font-size: 22px;

        line-height: 29px;
    }


    .sh-who-we-are-section .sh-who-content p,
    .sh-who-we-are-section .sh-who-insurance-content p {
        font-size: 12px;

        line-height: 20px;
    }


    .sh-who-we-are-section .sh-who-features {
        grid-template-columns: repeat(2, 1fr);
    }


    .sh-who-we-are-section .sh-who-feature {
        min-height: 95px;
    }


    .sh-who-we-are-section .sh-who-feature-icon {
        width: 42px;

        height: 42px;

        font-size: 17px;
    }


    .sh-who-we-are-section .sh-who-feature-content strong {
        font-size: 10px;

        line-height: 15px;
    }


    .sh-who-we-are-section .sh-who-feature-content span {
        font-size: 9px;

        line-height: 14px;
    }

}

/* =========================================================
   SHEKHAWATI HOSPITAL
   DEPARTMENTS SECTION
========================================================= */



/* =========================================================
   LEFT CONTENT
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-left {
    width: 100%;

    padding-right: 25px;
}




/* =========================================================
   DESCRIPTION
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-description {
    max-width: 650px;

    margin-bottom: 16px;
}





/* =========================================================
   DEPARTMENT GRID
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 8px;

    width: 100%;
}


/* =========================================================
   DEPARTMENT CARD
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-card {
    position: relative;

    min-height: 58px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 7px 10px;

    border: 1px solid #e2e8f0;

    border-radius: 8px;

    background: #ffffff;

    text-decoration: none !important;

    box-shadow: 0 2px 7px rgba(32, 48, 79, 0.035);

    transition: all 0.3s ease;
}


.sh-hospital-dept-section .sh-hospital-dept-card:hover {
    transform: translateY(-2px);

    border-color: #c8d8ee;

    box-shadow: 0 7px 18px rgba(32, 48, 79, 0.08);
}


/* =========================================================
   ICON
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-icon {
    width: 39px;

    min-width: 39px;

    height: 39px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d5e1f3;

    border-radius: 50%;

    background: #f7faff;

    color: var(--secondary-color);

    font-size: 16px;

    transition: all 0.3s ease;
}


.sh-hospital-dept-section .sh-hospital-dept-card:nth-child(3n+1) .sh-hospital-dept-icon {
    color: #315fc2;
}

.sh-hospital-dept-section .sh-hospital-dept-grid .sh-hospital-dept-icon img {
    width: 30px;
}


.sh-hospital-dept-section .sh-hospital-dept-card:nth-child(3n+2) .sh-hospital-dept-icon {
    color: #3998ff;
}


.sh-hospital-dept-section .sh-hospital-dept-card:nth-child(3n) .sh-hospital-dept-icon {
    color: #5274c5;
}


.sh-hospital-dept-section .sh-hospital-dept-card:hover .sh-hospital-dept-icon {
    background: #edf4ff;

    border-color: #b9cdec;
}


/* =========================================================
   DEPARTMENT NAME
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-name {
    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 20px;

    font-weight: 600;
}


.sh-hospital-dept-section .sh-hospital-dept-name span {
    display: block;

    color: var(--primary-color);

    font-size: 9px;

    line-height: 12px;

    font-weight: 500;
}


/* =========================================================
   ARROW
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-arrow {
    position: absolute;

    right: 8px;

    bottom: 7px;

    color: var(--secondary-color);

    font-size: 8px;

    opacity: 0;

    transition: all 0.3s ease;
}


.sh-hospital-dept-section .sh-hospital-dept-card:hover .sh-hospital-dept-arrow {
    opacity: 1;
}


/* =========================================================
   BUTTON
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-button {
    margin-top: 15px;
}


.sh-hospital-dept-section .sh-hospital-dept-button .theme-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;
}


/* =========================================================
   RIGHT SIDE
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-right {
    position: relative;

    width: 100%;

    max-width: 470px;

    height: 535px;

    margin-left: auto;

    overflow: hidden;

    border-radius: 18px;

    background: #ffffff;

    box-shadow: 0 7px 25px rgba(32, 48, 79, 0.08);
}


/* =========================================================
   RIGHT IMAGE
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-image {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;


    overflow: hidden;

    background: #edf4fb;
}


.sh-hospital-dept-section .sh-hospital-dept-image img {
    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    object-fit: cover;

    object-position: center;
}


/* =========================================================
   BLUE INFORMATION CARD
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-info {
    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 285px;

    padding: 68px 35px 25px;

    text-align: center;

    background: #203d92;

    clip-path: ellipse(105% 82% at 50% 100%);
}


/* =========================================================
   ORANGE CURVE
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-info::before {
    content: "";

    position: absolute;

    top: -35px;

    left: -20px;

    width: 320px;

    height: 85px;

    border-top: 4px solid #c6201c;

    border-radius: 50%;

    transform: rotate(4deg);

    opacity: 0.95;
}


/* =========================================================
   ROUND ICON
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-round-icon {
    position: absolute;

    top: -26px;

    left: 50%;

    transform: translateX(-50%);

    width: 66px;

    height: 66px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 6px solid #ffffff;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 23px;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}


.sh-hospital-dept-section .sh-hospital-dept-round-icon::after {
    content: "";

    position: absolute;

    inset: 5px;

    border: 1px solid #d6e2f4;

    border-radius: 50%;
}


/* =========================================================
   HOSPITAL TITLE
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-info h3 {
    position: relative;

    margin: 0 0 18px;

    padding: 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 21px;

    line-height: 29px;

    font-weight: 600;
}


/* =========================================================
   HOSPITAL POINTS
========================================================= */

.sh-hospital-dept-section .sh-hospital-dept-points {
    max-width: 280px;

    margin: 0 auto;

    text-align: left;
}


.sh-hospital-dept-section .sh-hospital-dept-point {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-bottom: 12px;
}


.sh-hospital-dept-section .sh-hospital-dept-point span {
    width: 20px;

    min-width: 20px;

    height: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 2px;

    border-radius: 50%;

    background: #f39a35;

    color: #ffffff;

    font-size: 9px;
}


.sh-hospital-dept-section .sh-hospital-dept-point p {
    margin: 0;

    padding: 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    line-height: 17px;

    font-weight: 400;
}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-hospital-dept-section {
        padding: 60px 0;
    }


    .sh-hospital-dept-section .theme-section-title {
        font-size: 35px;

        line-height: 43px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-right {
        height: 510px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-image {
        height: 300px;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-hospital-dept-section {
        padding: 55px 0;
    }


    .sh-hospital-dept-section .sh-hospital-dept-left {
        padding-right: 0;

        margin-bottom: 40px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-right {
        max-width: 600px;

        height: 550px;

        margin: 0 auto;
    }


    .sh-hospital-dept-section .sh-hospital-dept-image {
        height: 335px;
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-hospital-dept-section {
        padding: 45px 0;
    }


    .sh-hospital-dept-section .theme-section-title {
        font-size: 31px;

        line-height: 40px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-description p {
        font-size: 16px;

        line-height: 30px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 8px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-right {
        height: 510px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-image {
        height: 300px;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-hospital-dept-section {
        padding: 40px 0;
    }


    .sh-hospital-dept-section .theme-section-subtitle {
        font-size: 13px;
    }


    .sh-hospital-dept-section .theme-section-title {
        font-size: 27px;

        line-height: 36px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-grid {
        grid-template-columns: 1fr;
    }


    .sh-hospital-dept-section .sh-hospital-dept-right {
        height: 480px;

        border-radius: 14px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-image {
        height: 275px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-info {
        height: 255px;

        padding-top: 42px;

        padding-left: 25px;

        padding-right: 25px;
    }


    .sh-hospital-dept-section .sh-hospital-dept-info h3 {
        font-size: 19px;

        line-height: 27px;
    }

}

/* =========================================================
   MISSION & VISION
   UNIQUE SECTION
========================================================= */

.sh-mission-vision-area {
    position: relative;

    width: 100%;



    background: rgb(250 238 238);

    font-family: "Poppins", sans-serif;
}



/* =========================================================
   INTRO
========================================================= */

.sh-mission-vision-area .sh-mv-intro {
    margin: 0 auto 13px;

    text-align: center;

    color: #555;

    font-size: 16px;

    line-height: 25px;

    font-weight: 400;
}


/* =========================================================
   MAIN ROW
========================================================= */

.sh-mission-vision-area .sh-mv-main-row {
    margin-left: -10px;

    margin-right: -10px;
}


.sh-mission-vision-area .sh-mv-main-row>[class*="col-"] {
    padding-left: 10px;

    padding-right: 10px;
}


/* =========================================================
   LEFT IMAGE BOX
========================================================= */

.sh-mission-vision-area .sh-mv-image-box {
    position: sticky;
    top: 100px;

    width: 100%;


    overflow: hidden;

    border-radius: 14px;

    background: #eef4fb;

    box-shadow: 0 4px 18px rgba(32, 48, 79, 0.06);
}


.sh-mission-vision-area .sh-mv-image-box>img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    margin: 0;

    padding: 0;
}


/* =========================================================
   IMAGE BLUE OVERLAY
========================================================= */

.sh-mission-vision-area .sh-mv-image-overlay {
    position: absolute;

    z-index: 3;

    left: -1px;

    bottom: -1px;

    width: 78%;

    height: 205px;

    padding: 47px 28px 20px;

    overflow: hidden;

    background: #20304f;

    clip-path: ellipse(86% 88% at 28% 100%);
}


/* =========================================================
   ORANGE CURVE
========================================================= */

.sh-mission-vision-area .sh-mv-image-overlay::before {
    content: "";

    position: absolute;

    top: -28px;

    left: 0;

    width: 315px;

    height: 70px;

    border-top: 4px solid #c6201c;

    border-radius: 50%;

    transform: rotate(7deg);
}


/* =========================================================
   OVERLAY CONTENT
========================================================= */

.sh-mission-vision-area .sh-mv-overlay-content {
    position: relative;

    z-index: 2;

    max-width: 270px;
}


.sh-mission-vision-area .sh-mv-overlay-content h3 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 24px;

    line-height: 27px;

    font-weight: 700;

    letter-spacing: 0.2px;
}


.sh-mission-vision-area .sh-mv-overlay-content h3 span {
    display: block;

    font-size: 20px;

    line-height: 24px;

    font-weight: 500;
}


.sh-mission-vision-area .sh-mv-overlay-text {
    color: #ffffff;

    font-size: 11px;

    line-height: 17px;

    font-weight: 400;
}


/* =========================================================
   OVERLAY FEATURES
========================================================= */

.sh-mission-vision-area .sh-mv-overlay-features {
    position: absolute;

    z-index: 5;

    left: 28px;

    bottom: 15px;

    display: flex;

    align-items: center;

    gap: 25px;
}


.sh-mission-vision-area .sh-mv-overlay-feature {
    display: flex;

    align-items: center;

    gap: 7px;
}


.sh-mission-vision-area .sh-mv-feature-icon {
    width: 36px;

    min-width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 2px solid #ffffff;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 14px;
}


.sh-mission-vision-area .sh-mv-feature-label {
    color: #ffffff;

    font-size: 9px;

    line-height: 12px;

    font-weight: 400;
}


/* =========================================================
   RIGHT CARDS
========================================================= */

.sh-mission-vision-area .sh-mv-cards {
    display: flex;

    flex-direction: column;

    justify-content: space-between;


    gap: 10px;
}


/* =========================================================
   CARD
========================================================= */

.sh-mission-vision-area .sh-mv-card {
    position: relative;

    flex: 1;

    min-height: 0;

    display: flex;

    align-items: center;

    gap: 18px;

    padding: 18px 38px 18px 18px;

    overflow: hidden;

    border: 1px solid #e4e9f1;

    border-radius: 14px;

    background: #ffffff;

    box-shadow: 0 4px 16px rgba(32, 48, 79, 0.055);

    transition: transform 0.3s ease,
        box-shadow 0.3s ease;
}


.sh-mission-vision-area .sh-mv-card:hover {
    transform: translateY(-2px);

    box-shadow: 0 8px 22px rgba(32, 48, 79, 0.09);
}


/* =========================================================
   RIGHT SIDE COLORED BORDER
========================================================= */

.sh-mission-vision-area .sh-mv-card-border {
    position: absolute;

    top: 0;

    right: 0;

    width: 8px;

    height: 100%;

    border-radius: 0 14px 14px 0;

    background: rgb(40, 79, 167);
}


.sh-mission-vision-area .sh-mv-card-orange .sh-mv-card-border {
    background: #c6201c;
}


/* =========================================================
   CARD ICON
========================================================= */

.sh-mission-vision-area .sh-mv-card-icon {
    position: relative;

    flex: 0 0 58px;

    width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #e0e7f2;

    border-radius: 50%;

    background: #ffffff;

    color: #c6201c;

    font-size: 25px;

    box-shadow: 0 5px 15px rgba(32, 48, 79, 0.09);
}


.sh-mission-vision-area .sh-mv-card-orange .sh-mv-card-icon {
    color: #c6201c;
}


/* =========================================================
   CARD CONTENT
========================================================= */

.sh-mission-vision-area .sh-mv-card-content {
    position: relative;

    flex: 1;

    min-width: 0;

    padding-left: 18px;

    border-left: 1px solid #e2e7ef;
}


.sh-mission-vision-area .sh-mv-card-content h3 {
    margin: 0 0 7px;

    color: rgb(40, 79, 167);

    font-size: 15px;

    line-height: 20px;

    font-weight: 700;

    letter-spacing: 0.2px;
}


.sh-mission-vision-area .sh-mv-card-orange .sh-mv-card-content h3 {
    color: #c6201c;
}


/*
    Intentionally no <p> styling here.
    Existing global p styling will continue to apply.
*/


.sh-mission-vision-area .sh-mv-card-text {
    color: #555;

    font-size: 12px;

    line-height: 18px;

    font-weight: 400;
}


/* =========================================================
   BOTTOM FEATURES
========================================================= */

.sh-mission-vision-area .sh-mv-bottom-features {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    width: 92%;

    min-height: 68px;

    margin: 12px auto 0;

    overflow: hidden;

    border-radius: 18px;

    background: #f5f8fd;
}


/* =========================================================
   BOTTOM ITEM
========================================================= */

.sh-mission-vision-area .sh-mv-bottom-item {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 8px 15px;
}


.sh-mission-vision-area .sh-mv-bottom-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    top: 14px;

    width: 1px;

    height: 40px;

    background: #d9e2ef;
}


/* =========================================================
   BOTTOM ICON
========================================================= */

.sh-mission-vision-area .sh-mv-bottom-icon {
    width: 42px;

    min-width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d5e1f3;

    border-radius: 50%;

    background: #ffffff;

    color: #315fc2;

    font-size: 18px;
}


/* =========================================================
   BOTTOM TEXT
========================================================= */

.sh-mission-vision-area .sh-mv-bottom-content {
    display: flex;

    flex-direction: column;

    gap: 0;
}


.sh-mission-vision-area .sh-mv-bottom-content strong {
    color: var(--secondary-color);

    font-size: 14px;

    line-height: 19px;

    font-weight: 700;
}


.sh-mission-vision-area .sh-mv-bottom-content span {
    color: #555;

    font-size: 10px;

    line-height: 15px;

    font-weight: 400;
}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-mission-vision-area {
        padding: 60px 0 40px;
    }





    .sh-mission-vision-area .sh-mv-card {
        gap: 14px;

        padding-right: 32px;
    }


    .sh-mission-vision-area .sh-mv-card-icon {
        flex-basis: 52px;

        width: 52px;

        height: 52px;

        font-size: 22px;
    }


    .sh-mission-vision-area .sh-mv-card-content {
        padding-left: 14px;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-mission-vision-area .sh-mv-image-box {
        margin-bottom: 20px;
    }


    .sh-mission-vision-area .sh-mv-cards {
        height: auto;

        gap: 12px;
    }


    .sh-mission-vision-area .sh-mv-card {
        min-height: 115px;

        flex: none;
    }


    .sh-mission-vision-area .sh-mv-bottom-features {
        width: 100%;
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-mission-vision-area {
        padding: 50px 0 35px;
    }


    .sh-mission-vision-area .sh-mv-intro {
        font-size: 14px;

        line-height: 23px;
    }


    .sh-mission-vision-area .sh-mv-image-box {
        height: 360px;
    }


    .sh-mission-vision-area .sh-mv-image-overlay {
        width: 82%;
    }


    .sh-mission-vision-area .sh-mv-bottom-features {
        grid-template-columns: repeat(2, 1fr);

        border-radius: 14px;
    }


    .sh-mission-vision-area .sh-mv-bottom-item {
        min-height: 72px;
    }


    .sh-mission-vision-area .sh-mv-bottom-item:nth-child(2)::after {
        display: none;
    }


    .sh-mission-vision-area .sh-mv-bottom-item:nth-child(-n+2) {
        border-bottom: 1px solid #d9e2ef;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-mission-vision-area {
        padding: 40px 0 30px;
    }


    .sh-mission-vision-area .sh-mv-image-box {
        height: 330px;
    }


    .sh-mission-vision-area .sh-mv-image-overlay {
        width: 90%;

        height: 190px;

        padding: 45px 18px 15px;
    }


    .sh-mission-vision-area .sh-mv-overlay-features {
        left: 18px;

        gap: 12px;
    }


    .sh-mission-vision-area .sh-mv-feature-icon {
        width: 32px;

        min-width: 32px;

        height: 32px;

        font-size: 12px;
    }


    .sh-mission-vision-area .sh-mv-feature-label {
        font-size: 8px;

        line-height: 11px;
    }


    .sh-mission-vision-area .sh-mv-card {
        padding: 17px 25px 17px 14px;

        gap: 12px;
    }


    .sh-mission-vision-area .sh-mv-card-icon {
        flex-basis: 48px;

        width: 48px;

        height: 48px;

        font-size: 20px;
    }


    .sh-mission-vision-area .sh-mv-card-content {
        padding-left: 12px;
    }


    .sh-mission-vision-area .sh-mv-card-content h3 {
        font-size: 14px;

        line-height: 19px;
    }


    .sh-mission-vision-area .sh-mv-card-text {
        font-size: 11px;

        line-height: 17px;
    }


    .sh-mission-vision-area .sh-mv-bottom-features {
        grid-template-columns: 1fr;
    }


    .sh-mission-vision-area .sh-mv-bottom-item:not(:last-child)::after {
        display: none;
    }


    .sh-mission-vision-area .sh-mv-bottom-item:not(:last-child) {
        border-bottom: 1px solid #d9e2ef;
    }

}

/* =========================================================
   CONTACT US PAGE
   UNIQUE SECTION
========================================================= */

.sh-contact-page {
    position: relative;

    width: 100%;

    background: #ffffff;

    overflow: hidden;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   TOP HERO
========================================================= */

.sh-contact-page .sh-contact-hero {
    position: relative;

    padding: 40px 0;

    background: #f7f9ff;

    overflow: hidden;
}


.sh-contact-page .sh-contact-hero::before {
    content: "";

    position: absolute;

    top: -85px;

    right: -55px;

    width: 190px;

    height: 155px;

    border-radius: 50%;

    background: #edf0fc;
}


.sh-contact-page .sh-contact-hero::after {
    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: radial-gradient(rgba(57, 152, 255, 0.10) 1px,
            transparent 1px);

    background-size: 9px 9px;

    opacity: 0.35;

    pointer-events: none;
}


/* =========================================================
   HERO HEADING
========================================================= */

.sh-contact-page .sh-contact-heading {
    position: relative;

    z-index: 2;

    text-align: center;

    margin-bottom: 2px;
}


.sh-contact-page .sh-contact-heading .theme-section-subtitle {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin-bottom: 2px;

    color: #c6201c;
    margin: auto;
}


.sh-contact-page .sh-contact-title-line {
    width: 28px;

    height: 1.5px;

    display: inline-block;

    background: #c6201c;
}


.sh-contact-page .sh-contact-title-heart {
    color: #c6201c;

    font-size: 11px;
}


.sh-contact-page .sh-contact-heading .theme-section-title {
    color: var(--primary-color);

    font-weight: 700;
}


.sh-contact-page .sh-contact-heading .theme-section-title span {
    color: #c6201c;
}


/* =========================================================
   HERO DESCRIPTION
========================================================= */

.sh-contact-page .sh-contact-hero-text {
    position: relative;

    z-index: 2;

    max-width: 560px;

    margin: 0 auto 8px;

    text-align: center;

    color: #555;

    font-weight: 400;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.sh-contact-page .sh-contact-breadcrumb {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    color: #555;

    font-size: 11px;

    line-height: 18px;
}


.sh-contact-page .sh-contact-breadcrumb a {
    display: inline-flex;

    align-items: center;

    gap: 5px;

    color: var(--primary-color);

    font-size: 14px;

    font-weight: 500;
}


.sh-contact-page .sh-contact-breadcrumb a i {
    color: #c72b4e;

    font-size: 10px;
}


.sh-contact-page .sh-contact-breadcrumb>span:first-of-type {
    color: #aaa;
}


.sh-contact-page .sh-contact-breadcrumb>span:last-child {
    color: #555;

    font-size: 14px;
}


/* =========================================================
   TOP CONTACT AREA
========================================================= */

.sh-contact-page .sh-contact-top-row {
    align-items: stretch;

    margin-top: -6px;

    position: relative;

    z-index: 5;
}


/* =========================================================
   CONTACT INFO CARD
========================================================= */

.sh-contact-page .sh-contact-info-card {
    position: relative;


    padding: 18px 18px 15px;

    overflow: hidden;

    border: 1px solid #e5e8ef;

    border-radius: 10px;

    background: #ffffff;

    box-shadow: 0 4px 15px rgba(32, 48, 79, 0.08);
}


/* =========================================================
   INFO HEADING
========================================================= */

.sh-contact-page .sh-contact-info-heading {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 9px;
}


.sh-contact-page .sh-contact-info-icon {
    width: 48px;

    min-width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #fff0f2;

    color: #bd2849;

    font-size: 20px;
}


.sh-contact-page .sh-contact-info-heading h3 {
    margin: 0;

    padding: 0;

    color: var(--primary-color);

    font-size: 17px;

    line-height: 24px;

    font-weight: 700;
}


/* =========================================================
   INFO CONTENT
========================================================= */

.sh-contact-page .sh-contact-info-content h4 {
    margin: 0 0 5px;

    padding: 0;

    max-width: 315px;

    color: #bd2849;

    font-size: 18px;

    line-height: 28px;

    font-weight: 700;
}


.sh-contact-page .sh-contact-info-description {

    color: #555;

    font-size: 16px;

    line-height: 24px;

    font-weight: 400;
}


/* =========================================================
   DIVIDER
========================================================= */

.sh-contact-page .sh-contact-info-divider {
    width: 100%;

    height: 1px;

    margin: 9px 0;

    background: #ececec;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.sh-contact-page .sh-contact-detail {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 10px;

    color: #333;


    line-height: 15px;

    font-weight: 500;
}


.sh-contact-page .sh-contact-detail:last-of-type {
    margin-bottom: 0;
}


.sh-contact-page .sh-contact-detail-icon {
    width: 25px;

    min-width: 25px;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #bd2849;

    color: #ffffff;

    font-size: 9px;
}





.sh-contact-page .sh-contact-detail-separator {
    padding: 0 4px;

    color: #aaa;
}


/* =========================================================
   DECORATIVE DOTS
========================================================= */

.sh-contact-page .sh-contact-info-dots {
    position: absolute;

    right: -2px;

    bottom: -2px;

    width: 75px;

    height: 45px;

    background-image: radial-gradient(#f3b6c1 1px,
            transparent 1px);

    background-size: 7px 7px;

    opacity: 0.45;
}


/* =========================================================
   MAP CARD
========================================================= */

.sh-contact-page .sh-contact-map-card {
    height: 350px;

    padding: 7px;

    border: 1px solid #e5e8ef;

    border-radius: 10px;

    background: #ffffff;

    box-shadow: 0 4px 15px rgba(32, 48, 79, 0.08);
}


.sh-contact-page .sh-contact-map {
    width: 100%;

    height: 100%;

    overflow: hidden;

    border-radius: 5px;
}


.sh-contact-page .sh-contact-map iframe {
    display: block;

    width: 100%;

    height: 100%;

    border: 0;
}


/* =========================================================
   LOWER AREA
========================================================= */

.sh-contact-page .sh-contact-lower-area {
    position: relative;

    margin-top: 62px;

    padding: 50px 0;

    background: #f7f9ff;

    overflow: hidden;
}

.sh-contact-page .sh-contact-lower-area .container {
    width: 70%;
}

.sh-contact-page .sh-contact-lower-area::before {
    content: "";

    position: absolute;

    left: -100px;

    top: -130px;

    width: 330px;

    height: 280px;

    border-radius: 50%;

    background: #f1f5ff;

    opacity: 0.85;
}


.sh-contact-page .sh-contact-lower-area::after {
    content: "";

    position: absolute;

    right: -100px;

    top: 80px;

    width: 230px;

    height: 190px;

    border-radius: 50%;

    background: #f1f5ff;

    opacity: 0.8;
}


/* =========================================================
   STATS
========================================================= */

.sh-contact-page .sh-contact-stats {
    position: relative;

    z-index: 3;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    width: 100%;

    min-height: 74px;

    margin-bottom: 20px;

    border-radius: 12px;

    background: rgba(255, 255, 255, 0.55);
}


.sh-contact-page .sh-contact-stat {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    padding: 10px 15px;
}


.sh-contact-page .sh-contact-stat:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    top: 15px;

    width: 1px;

    height: 43px;

    background: #dce3ef;
}


/* =========================================================
   STAT ICON
========================================================= */

.sh-contact-page .sh-contact-stat-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #dce6f5;
    background: #f1f6ff;
    color: #252e4a;
    font-size: 22px;
}


/* =========================================================
   STAT CONTENT
========================================================= */

.sh-contact-page .sh-contact-stat-content {
    display: flex;

    flex-direction: column;
}


.sh-contact-page .sh-contact-stat-content strong {
    color: var(--primary-color);

    font-size: 22px;

    line-height: 24px;

    font-weight: 700;
    margin-bottom: 4px;
}


.sh-contact-page .sh-contact-stat-content span {
    color: #555;

    font-size: 12px;

    line-height: 13px;

    font-weight: 400;
}


/* =========================================================
   APPOINTMENT ROW
========================================================= */

.sh-contact-page .sh-contact-appointment-row {
    position: relative;

    z-index: 4;

    align-items: stretch;
}


/* =========================================================
   EMERGENCY CARD
========================================================= */

.sh-contact-page .sh-contact-emergency-card {
    position: relative;


    padding: 28px 18px 15px;

    overflow: hidden;

    text-align: center;

    border-radius: 12px;

    background: #252e4a;

    box-shadow: 0 7px 20px rgba(32, 48, 79, 0.12);
}


/* =========================================================
   ECG
========================================================= */

.sh-contact-page .sh-contact-ecg {
    position: absolute;

    left: 5px;

    top: 38px;

    color: rgba(255, 255, 255, 0.07);

    font-size: 75px;

    transform: rotate(-5deg);
}


/* =========================================================
   CLOCK
========================================================= */

.sh-contact-page .sh-contact-emergency-clock {
    position: relative;

    z-index: 2;

    width: 62px;

    height: 62px;

    margin: 0 auto 7px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 5px solid #ffffff;

    border-radius: 50%;

    background: #ffffff;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.sh-contact-page .sh-contact-clock-inner {
    width: 48px;

    height: 48px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    border: 1px solid #d8e2f0;
}

.sh-contact-page .sh-contact-clock-inner img {
    width: 90%;
    filter: brightness(0) saturate(100%) invert(21%) sepia(49%) saturate(3550%) hue-rotate(350deg) brightness(100%) contrast(94%);
}



.sh-contact-page .sh-contact-clock-inner span {
    position: relative;

    z-index: 2;

    margin-top: -1px;

    color: #d62a3c;

    font-size: 20px;

    line-height: 20px;

    font-weight: 700;
}


.sh-contact-page .sh-contact-clock-inner small {
    position: relative;

    z-index: 2;

    color: #203d92;

    font-size: 6px;

    line-height: 8px;

    font-weight: 700;
}


/* =========================================================
   EMERGENCY TITLE
========================================================= */

.sh-contact-page .sh-contact-emergency-card h3 {
    position: relative;

    z-index: 2;

    margin: 0;

    padding: 0;

    color: #ffffff;

    font-size: 17px;

    line-height: 21px;

    font-weight: 700;
}


.sh-contact-page .sh-contact-emergency-card h3 span {
    display: block;

    color: #ffffff;
}


.sh-contact-page .sh-contact-emergency-number {
    position: relative;

    z-index: 2;

    margin-top: 2px;

    color: #d62a3c;

    font-size: 15px;

    line-height: 20px;

    font-weight: 700;
}


.sh-contact-page .sh-contact-emergency-text {
    position: relative;

    z-index: 2;

    max-width: 270px;

    margin: 5px auto 9px;

    color: rgba(255, 255, 255, 0.9);

    font-size: 12px;

    line-height: 20px;

    font-weight: 400;
}


/* =========================================================
   EMERGENCY BUTTON
========================================================= */

.sh-contact-page .sh-contact-emergency-btn {
    position: relative;

    z-index: 5;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    min-width: 170px;

    padding: 8px 13px;

    border: 1px solid #ffffff;

    border-radius: 30px;

    color: #ffffff;

    background: transparent;

    text-decoration: none !important;

    font-size: 16px;

    line-height: 20px;

    font-weight: 500;
}


.sh-contact-page .sh-contact-emergency-btn i {
    color: #fff;

    font-size: 13px;
}


.sh-contact-page .sh-contact-emergency-btn span {
    display: flex;

    flex-direction: column;

    text-align: left;
}


.sh-contact-page .sh-contact-emergency-btn strong {
    color: #ffffff;

    font-size: 9px;

    line-height: 11px;

    font-weight: 600;
}


/* =========================================================
   APPOINTMENT CARD
========================================================= */

.sh-contact-page .sh-contact-appointment-card {
    display: flex;


    padding: 18px 18px;

    overflow: hidden;

    border: 1px solid #e3e8f0;

    border-radius: 12px;

    background: #ffffff;

    box-shadow: 0 7px 20px rgba(32, 48, 79, 0.07);
}


/* =========================================================
   FORM INTRO
========================================================= */

.sh-contact-page .sh-contact-form-intro {
    width: 32%;


    border-right: 1px solid #e0e5ed;
}


.sh-contact-page .sh-contact-form-icon {
    margin-bottom: 6px;

    color: #d62a3c;

    font-size: 20px;
}


.sh-contact-page .sh-contact-form-intro h3 {
    margin: 0;

    padding: 0;

    color: var(--primary-color);

    font-size: 18px;

    line-height: 23px;

    font-weight: 700;
}


.sh-contact-page .sh-contact-form-intro h3 span {
    display: block;

    color: #d62a3c;
}


.sh-contact-page .sh-contact-form-line {
    width: 25px;

    height: 2px;

    margin: 7px 0;

    background: #d62a3c;
}


.sh-contact-page .sh-contact-form-description {
    max-width: 130px;

    color: #555;

    font-size: 12px;

    line-height: 24px;

    font-weight: 400;
}


/* =========================================================
   FORM WRAPPER
========================================================= */

.sh-contact-page .sh-contact-form-wrapper {
    flex: 1;

    padding-left: 20px;

    display: flex;

    align-items: center;
}


.sh-contact-page .sh-contact-form {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 13px;

    row-gap: 6px;

    width: 100%;
}


/* =========================================================
   FORM FIELD
========================================================= */

.sh-contact-page .sh-contact-field {
    min-width: 0;
    margin-bottom: 20px;
}


.sh-contact-page .sh-contact-field-full {
    grid-column: 1 / -1;
}


.sh-contact-page .sh-contact-field label {
    display: block;

    margin: 0 0 3px;

    color: #333;

    font-size: 12px;

    line-height: 10px;

    font-weight: 500;
}


/* =========================================================
   INPUT
========================================================= */

.sh-contact-page .sh-contact-input {
    position: relative;

    width: 100%;

    height: 25px;
}


.sh-contact-page .sh-contact-input i {
    position: absolute;
    left: 9px;
    top: 17px;
    transform: translateY(-50%);
    color: #69788d;
    font-size: 10px;
    z-index: 2;
}


.sh-contact-page .sh-contact-input input {
    width: 100%;

    height: 100%;

    padding: 0 8px 0 27px;

    border: 1px solid #dce2ea;

    border-radius: 3px;

    outline: none;

    background: #ffffff;

    color: #333;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 25px;

    font-weight: 400;

    margin-top: 4px;
    box-shadow: none;
}


.sh-contact-page .sh-contact-input input::placeholder {
    color: #9aa4b2;

    opacity: 1;
}


/* =========================================================
   TEXTAREA
========================================================= */

.sh-contact-page .sh-contact-textarea {
    position: relative;

    width: 100%;

    height: 52px;
}


.sh-contact-page .sh-contact-textarea i {
    position: absolute;

    left: 9px;

    top: 9px;

    color: #69788d;

    font-size: 9px;

    z-index: 2;
}


.sh-contact-page .sh-contact-textarea textarea {
    width: 100%;

    height: 100%;

    padding: 7px 8px 7px 27px;

    resize: none;

    border: 1px solid #dce2ea;

    border-radius: 3px;

    outline: none;

    background: #ffffff;

    color: #333;

    font-family: "Poppins", sans-serif;

    font-size: 8px;

    line-height: 13px;

    font-weight: 400;

    box-shadow: none;
}


.sh-contact-page .sh-contact-textarea textarea::placeholder {
    color: #9aa4b2;

    opacity: 1;
}


/* =========================================================
   SUBMIT
========================================================= */

.sh-contact-page .sh-contact-submit-wrap {
    grid-column: 1 / -1;

    margin-top: 1px;
}


.sh-contact-page .sh-contact-submit {
    width: 100%;

    min-height: 29px;

    padding: 5px 12px;

    border: 0;

    border-radius: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    line-height: 15px;

    font-weight: 600;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;
}


.sh-contact-page .sh-contact-submit i {
    font-size: 10px;
}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-contact-page .sh-contact-info-card,
    .sh-contact-page .sh-contact-map-card {
        height: 235px;
    }




    .sh-contact-page .sh-contact-form-intro {
        width: 30%;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-contact-page .sh-contact-top-row {
        margin-top: 15px;
    }


    .sh-contact-page .sh-contact-info-card {
        margin-bottom: 18px;
    }


    .sh-contact-page .sh-contact-map-card {
        height: 280px;
    }


    .sh-contact-page .sh-contact-lower-area {
        margin-top: 45px;
    }


    .sh-contact-page .sh-contact-stats {
        grid-template-columns: repeat(2, 1fr);

        row-gap: 0;
    }


    .sh-contact-page .sh-contact-stat:nth-child(2)::after {
        display: none;
    }


    .sh-contact-page .sh-contact-stat:nth-child(-n+2) {
        border-bottom: 1px solid #dce3ef;
    }


    .sh-contact-page .sh-contact-appointment-row {
        row-gap: 18px;
    }





    .sh-contact-page .sh-contact-appointment-card {
        height: auto;

    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-contact-page .sh-contact-hero {
        padding: 35px 0 25px;
    }


    .sh-contact-page .sh-contact-hero-text {
        font-size: 12px;

        line-height: 20px;
    }


    .sh-contact-page .sh-contact-info-card {
        height: auto;

        min-height: 245px;
    }


    .sh-contact-page .sh-contact-map-card {
        height: 300px;
    }


    .sh-contact-page .sh-contact-lower-area {
        margin-top: 35px;

        padding-top: 25px;
    }


    .sh-contact-page .sh-contact-stats {
        grid-template-columns: 1fr 1fr;
    }


    .sh-contact-page .sh-contact-stat {
        min-height: 72px;
    }


    .sh-contact-page .sh-contact-appointment-card {
        display: block;

        padding: 20px;
    }


    .sh-contact-page .sh-contact-form-intro {
        width: 100%;

        padding: 0 0 18px;

        border-right: 0;

        border-bottom: 1px solid #e0e5ed;
    }


    .sh-contact-page .sh-contact-form-description {
        max-width: 100%;
    }


    .sh-contact-page .sh-contact-form-wrapper {
        padding: 18px 0 0;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-contact-page .sh-contact-hero {
        padding: 30px 0 22px;
    }


    .sh-contact-page .sh-contact-breadcrumb {
        font-size: 10px;
    }


    .sh-contact-page .sh-contact-info-card {
        padding: 18px 15px;
    }


    .sh-contact-page .sh-contact-map-card {
        height: 260px;
    }


    .sh-contact-page .sh-contact-stats {
        grid-template-columns: 1fr;
    }


    .sh-contact-page .sh-contact-stat {
        min-height: 68px;
    }


    .sh-contact-page .sh-contact-stat:not(:last-child)::after {
        display: none;
    }


    .sh-contact-page .sh-contact-stat:not(:last-child) {
        border-bottom: 1px solid #dce3ef;
    }


    .sh-contact-page .sh-contact-form {
        grid-template-columns: 1fr;
    }


    .sh-contact-page .sh-contact-field-full {
        grid-column: auto;
    }


    .sh-contact-page .sh-contact-submit-wrap {
        grid-column: auto;
    }
}




.facilities-inner {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 80px 0;

    & .main-banner-head.content-box {
        color: var(--primary-color);
    }
}

.facilities-items {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

    & .overlay {
        /* background: rgba(0, 0, 0, 0.072); */
        height: 100%;
        width: 100%;
    }

    & .facility-box {
        border: 1px solid #eee;
        background: #fff;
        padding: 10px;
        border-radius: 6px;
    }
}


.news-item-section .news-item-box {
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);

    & img {
        width: 100%;
        border-radius: 6px;

    }
}

.facility-box-card {
    box-shadow: 0px 8px 24px 0px #959DA533;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    border: 0;
}

.facility-box-card .card-img-top {
    border-radius: 10px;
}

.facility-box-card .card-body h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
}

.facility-box-card .card-body p {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 2;
}

.facility-box-card .card-body .card-text .morecontent {}

.facility-box-card .card-body .card-text .morecontent .morelink {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-size: 16px;
    margin: 10px 0;
    border-radius: 4px;
    color: #0752a5;
    font-family: 'Poppins';
    font-weight: 600;
}

.facilities-items .departments-tabs .departments-tabs-items .nav .nav-item {
    width: 150px;
    height: 150px;
}

.facilities-items .departments-tabs .departments-tabs-items .nav .nav-item .nav-link h6 {}

.facilities-items .departments-tabs .inner-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0px 8px 24px rgba(149, 157, 165, .4);
    object-fit: cover;
}

.facilities-items .departments-tabs .departments-tabs-items .nav .nav-item .nav-link {
    padding: 20px 15px;
    border: 1px solid #ececec;
    box-shadow: 0 6px 50px rgb(0 0 0 / 5%);
}

.facilities-items .departments-tabs .departments-tabs-items .tab-content .tab-pane h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: rgb(198, 32, 28);
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    padding-right: 50px;
}

.facilities-items .departments-tabs .departments-tabs-items .tab-content .tab-pane p {
    padding-right: 50px;
}

.facilities-items .departments-tabs .departments-tabs-items .tab-content .tab-pane .inner-image {
    height: 100%;
}

.doctor-salah-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.our-doctor-slider .owl-stage {
    display: flex;
    align-items: stretch;
    padding-bottom: 40px;
}


.contact-form p {
    display: inline-flex;
    width: 100%;
    margin: 0;
}

.departments-tabs .departments-tabs-items .tab-content .inner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}



/* departments */



.departments {

    padding: 50px 0;

}





.departments .department-items-box {

    box-shadow: 0px 0px 20px 0px #959DA533;
    border-radius: 10px;
    padding: 20px;
    min-height: 200px;
    display: none;
    max-height: 300px;
    height: 100%;
}


.department-btn a {
    display: inline-block;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 16px;
    color: #0054a5;
    font-family: 'Poppins';
    font-weight: 400;
}


.departments .department-items-box-about {

    box-shadow: 0px 8px 24px 0px #959DA533;

    border-radius: 10px;

    padding: 10px;

    background: #fff;
    font-family: 'poppins';


    & h6 {
        font-size: 16px;
    }


    & .icon img {
        filter: brightness(0) saturate(100%) invert(22%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(102%) contrast(85%);
        width: 46px;
    }


}



.departments .department-items-box .items-content {

    & h6 {

        font-size: 16px;

        font-weight: 600;

        font-family: "Poppins", sans-serif;

        line-height: 30px;



    }



    & p {

        font-size: 16px;

        font-weight: 400;

        color: #666666;

    }

}



.departments .department-items-box .icon img {

    width: 40px;

    filter: brightness(0) saturate(100%) invert(8%) sepia(3%) saturate(53%) hue-rotate(314deg) brightness(84%) contrast(85%);

}





/* departments-tabs */

.departments-tabs {

    padding: 50px 0;

}



.departments-tabs-items .departments-items-uper-row.nav-pills .nav-link.active {

    background: var(--primary-color);



    & img {

        filter: contrast(0) brightness(10);

    }



    & h6 {

        color: #fff;

    }

}



.departments-tabs-items .departments-items-uper-row.nav-pills .nav-link,

.nav-pills>.nav-link {

    position: relative;


}



.departments-tabs-items .departments-items-uper-row.nav-pills .nav-link.active::after,

.nav-pills .show>.nav-link::after {

    content: "";

    display: inline-block;

    width: 30px;

    height: 30px;

    border-radius: 4px;

    position: absolute;

    bottom: -10px;

    left: 0;

    right: 0;

    z-index: -1;

    margin: auto;

    background: var(--primary-color);

    transform: rotate(45deg);

}



.departments-tabs-items .nav-pills .nav-link img {

    width: 30px;
    height: 30px;

    margin-bottom: 12px;

    filter: contrast(0) brightness(100%);

}



.departments-tabs-items .departments-items-uper-row.nav-pills li {


    height: 120px;
    transform: rotateX(180deg);
    margin-bottom: 20px;



    & button {

        width: 200px;

        height: 100%;

        background: #F9F9F9;

        padding: 20px;

    }



    & h6 {

        font-size: 16px;

        font-weight: 500;

        color: #4f4f4f;

        font-family: "Poppins", sans-serif;



    }

}



.departments-tabs-items .departments-items-uper-row.nav-pills {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
    gap: 70px;
    transform: rotateX(180deg);
    padding-top: 20px;
    transition: 0.2s ease-in-out;
}




.deparments-services .nav-pills button {

    display: flex;

    align-items: center;

    column-gap: 20px;
    margin-bottom: 10px;

    width: 100%;

    border: 1px solid #ddd;

    & h6 {
        color: var(--matte-black);
    }

    & img {

        margin-bottom: 0 !important;

    }



}



.deparments-services .nav-pills .nav-link.active,

.deparments-services .nav-pills .show>.nav-link {

    background: #4F4F4F;

    border-radius: 6px;

    border: 1px solid #4F4F4F;


    position: relative;

    & h6 {
        color: #fff;
    }

}


.deparments-services .nav-pills .nav-link.active::after,
.deparments-services .nav-pills .show>.nav-link::after {
    content: "\ea50";
    position: absolute;
    display: inline-block;
    font-size: 30px;
    right: 0px;
    top: 0;
    bottom: 0;
    font-family: boxicons !important;
    font-weight: 500;
    vertical-align: revert-layer;
    margin: auto;
    line-height: 2.2;
}



.deparments-services .item-icons {

    background: #fff;

    border-radius: 50%;

    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.departments-tabs .departments-tabs-items .tab-content {
    font-family: "Poppins", sans-serif;

    & h5 {
        font-size: 32px;

        font-weight: 700;

        margin-bottom: 14px;

        line-height: 1.5;


        color: #3F3F3F;
    }

    & p {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #555555;

    }

    & .nav-pills ul {
        width: 100%;
    }


}



.departments-tabs .departments-tabs-items .tab-content .tabs-inner-slider img {

    border-radius: 10px;
    border: 1px solid #ddd;

}


.departments-tabs {
    & .slider-btn a {
        font-size: 16px;
        font-weight: 700;
        font-family: "Raleway", sans-serif;

    }
}

.gallery-exact-banner {
    position: relative;
    padding: 90px 20px;
    background-image: url('https://shekhawatihospital.com/wp-content/uploads/2026/08/background-3.png');
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #ffffff;
    z-index: 1;
}

/* Smooth cyan to deep blue horizontal linear-gradient */
.gallery-exact-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #0053afa3 0%, rgb(24 73 161 / 92%) 50%, #0053afc2 100%);
    z-index: -1;
}

.banner-content {
    position: relative;
    z-index: 1;
}

.gallery-badge-box {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.gallery-main-heading {
    font-size: 46px;
    font-weight: 700;
    margin: 10px 0px;
    color: #fff;
}

.gallery-banner-subtext {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0px auto;
    line-height: 1.6;
}

/* =========================================================
   DOCTORS HERO SECTION
   UNIQUE PARENT
========================================================= */

.sh-doctors-hero {
    position: relative;

    width: 100%;

    height: 375px;

    overflow: hidden;

    font-family: "Poppins", sans-serif;

    background: #20304f;
}


/* =========================================================
   BACKGROUND IMAGE
========================================================= */

.sh-doctors-hero .sh-doctors-hero-bg {
    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    background-image: url("https://shekhawatihospital.com/wp-content/uploads/2026/08/image.jpg");

    background-repeat: no-repeat;

    background-position: center right;

    background-size: cover;

    transform: scale(1.02);
}


/* =========================================================
   BLUE OVERLAY
========================================================= */

.sh-doctors-hero .sh-doctors-hero-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

    width: 100%;

    height: 100%;

    background: linear-gradient(90deg, rgb(48 62 88) 0%, rgb(33 49 80) 32%, rgb(32 48 77 / 72%) 58%, rgb(33 49 79 / 37%) 78%, rgb(33 50 79 / 43%) 100%);
}


/* =========================================================
   CONTENT
========================================================= */

.sh-doctors-hero .container {
    position: relative;

    z-index: 2;

    height: 100%;
}


.sh-doctors-hero .sh-doctors-hero-content {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: center;

    width: 55%;

    height: 100%;

    padding-top: 3px;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.sh-doctors-hero .sh-doctors-breadcrumb {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 25px;

    color: #ffffff;

    font-size: 14px;

    line-height: 20px;

    font-weight: 500;
}


.sh-doctors-hero .sh-doctors-breadcrumb a {
    color: #ffffff;

    font-size: 14px;

    line-height: 20px;

    font-weight: 500;

    text-decoration: none !important;
}


.sh-doctors-hero .sh-doctors-breadcrumb span {
    color: rgba(255, 255, 255, 0.82);

    font-size: 13px;
}


.sh-doctors-hero .sh-doctors-breadcrumb i {
    font-size: 10px;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.sh-doctors-hero .sh-doctors-hero-title {
    margin: 0 0 12px;

    padding: 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 40px;

    line-height: 50px;

    font-weight: 700;

    letter-spacing: -0.5px;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.sh-doctors-hero .sh-doctors-hero-description {
    max-width: 570px;

    margin-bottom: 27px;

    color: rgba(255, 255, 255, 0.94);

    font-size: 17px;

    line-height: 29px;

    font-weight: 400;
}


/* =========================================================
   BUTTON
========================================================= */

.sh-doctors-hero .sh-doctors-hero-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-width: 225px;

    min-height: 51px;

    padding: 12px 24px;

    border: 0;

    border-radius: 30px;

    background: #ffffff;

    color: var(--primary-color) !important;

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 24px;

    font-weight: 600;

    text-decoration: none !important;

    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.10);

    transition: all 0.3s ease;
}


.sh-doctors-hero .sh-doctors-hero-btn i {
    font-size: 16px;
}


.sh-doctors-hero .sh-doctors-hero-btn:hover {
    background: var(--secondary-color);

    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-doctors-hero {
        height: 350px;
    }


    .sh-doctors-hero .sh-doctors-hero-content {
        width: 60%;
    }


    .sh-doctors-hero .sh-doctors-hero-title {
        font-size: 37px;

        line-height: 47px;
    }


    .sh-doctors-hero .sh-doctors-hero-description {
        font-size: 16px;

        line-height: 27px;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-doctors-hero {
        height: 330px;
    }


    .sh-doctors-hero .sh-doctors-hero-overlay {
        background:
            linear-gradient(90deg,
                rgba(24, 78, 122, 0.98) 0%,
                rgba(24, 82, 128, 0.94) 45%,
                rgba(25, 91, 139, 0.68) 72%,
                rgba(31, 104, 151, 0.38) 100%);
    }


    .sh-doctors-hero .sh-doctors-hero-content {
        width: 70%;
    }


    .sh-doctors-hero .sh-doctors-breadcrumb {
        margin-bottom: 18px;
    }


    .sh-doctors-hero .sh-doctors-hero-title {
        font-size: 34px;

        line-height: 43px;
    }


    .sh-doctors-hero .sh-doctors-hero-description {
        max-width: 500px;

        margin-bottom: 22px;

        font-size: 15px;

        line-height: 25px;
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-doctors-hero {
        height: 330px;
    }


    .sh-doctors-hero .sh-doctors-hero-bg {
        background-position: center;
    }


    .sh-doctors-hero .sh-doctors-hero-overlay {
        background:
            linear-gradient(90deg,
                rgba(24, 78, 122, 0.98) 0%,
                rgba(24, 82, 128, 0.92) 65%,
                rgba(25, 91, 139, 0.72) 100%);
    }


    .sh-doctors-hero .sh-doctors-hero-content {
        width: 100%;
    }


    .sh-doctors-hero .sh-doctors-breadcrumb {
        margin-bottom: 15px;

        font-size: 13px;
    }


    .sh-doctors-hero .sh-doctors-breadcrumb a {
        font-size: 13px;
    }


    .sh-doctors-hero .sh-doctors-hero-title {
        font-size: 30px;

        line-height: 39px;
    }


    .sh-doctors-hero .sh-doctors-hero-description {
        max-width: 470px;

        font-size: 14px;

        line-height: 23px;
    }


    .sh-doctors-hero .sh-doctors-hero-btn {
        min-width: 200px;

        min-height: 47px;

        font-size: 14px;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-doctors-hero {
        height: 360px;
    }


    .sh-doctors-hero .sh-doctors-hero-bg {
        background-position: 65% center;
    }


    .sh-doctors-hero .sh-doctors-hero-overlay {
        background:
            linear-gradient(90deg,
                rgba(24, 78, 122, 0.99) 0%,
                rgba(24, 82, 128, 0.95) 70%,
                rgba(25, 91, 139, 0.78) 100%);
    }


    .sh-doctors-hero .sh-doctors-breadcrumb {
        margin-bottom: 14px;
    }


    .sh-doctors-hero .sh-doctors-hero-title {
        font-size: 28px;

        line-height: 36px;
    }


    .sh-doctors-hero .sh-doctors-hero-description {
        font-size: 14px;

        line-height: 23px;

        margin-bottom: 22px;
    }

}


.Alldoctors {

    padding: 80px 0;

}



.Alldoctors .doctor-profile:hover {

    -webkit-box-shadow: 0 9px 20px 0 rgba(165, 165, 165, 0.50);

    box-shadow: 0 9px 20px 0 rgba(165, 165, 165, 0.50);

    transition: 0.3s linear;

}



.Alldoctors .doctor-profile {

    border: 1px solid #eee;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
    border-radius: 4px;


    & h6 {

        font-size: 16px;

        font-weight: 600;

        margin-bottom: 6px;

    }



    & h3 {

        font-size: 16px;

        font-weight: 700;

        color: #c6201c;

        margin-bottom: 2px;

    }



    & p {

        font-size: 16px;

        margin: 0;

        font-weight: 500;

    }

}



.Alldoctors .doctor-profile .doctor-img img {

    width: 100px;

    height: 100px;

    object-fit: cover;

    object-position: top;

    border-radius: 8px;

}



.Alldoctors .doctor-profile .department ul {

    display: flex;

    gap: 10px;

}



.Alldoctors .doctor-profile .department ul li a {

    color: #767676;

    font-size: 12px;

    font-weight: 600;

    padding: 0 14px;

    line-height: 24px;

    border-radius: 4px;

    background: #f7f7f7;

    display: inline-block;

    margin-left: 6px;

    position: relative;

    z-index: 9;

    display: inline-block;

}





.Alldoctors .doctor-profile .doctor-contact-info a.call-btn {

    padding: 10px 20px;

    position: relative;

    text-align: center;

    border: 1px solid #ddd;

    border-radius: 4px;

    display: inline-flex;

    width: fit-content;

    align-items: center;

    column-gap: 4px;

    color: var(--matte-black);

    font-family: "Poppins", sans-serif;

    z-index: 9;

    margin-top: 10px;



    & i {

        font-size: 20px;

        margin-right: 8px;

        color: var(--matte-black);

    }

}



.Alldoctors .doctor-profile .doctor-contact-info .call-btn:hover {

    background: #bc2a22;
    color: #fff;
    border-color: #bc2a22;

}



.Alldoctors .doctor-profile .doctor-contact-info ul li {

    font-size: 16px;

    font-weight: 500;

    margin-bottom: 10px;

    position: relative;

    padding-left: 20px;

}



.Alldoctors .doctor-profile .doctor-contact-info li::before {

    content: "\ea55";

    font-family: boxicons !important;

    font-weight: 400;

    font-size: 16px;

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    color: var(--primary-color);

}



.Alldoctors .doctor-profile>.row:first-child .col-7 {

    border-right: 1px solid #ddd;

}



.Alldoctors .doctor-profile a {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    width: 100%;

    height: 100%;

}




/* doctor - page */

.doctor-page .doctor-single-post .image img {

    width: 240px;

    padding: 6px;

    border: 1px solid #ddd;

    height: 240px;

    object-fit: cover;

    object-position: top;

}



.doctor-page .doctor-single-post .doctor-content p {

    font-size: 16px;

}







.about-doctor-overview-box .tab-box .nav-pills {

    --bs-nav-pills-border-radius: 4px 4px 0 0;

    --bs-nav-pills-link-active-color: #fff;

    --bs-nav-pills-link-active-bg: var(--primary-color);

}



.about-doctor-overview-box .tab-box .nav-pills .nav-link {

    color: #767676;

    display: block;

    font-size: 16px;

    padding: 0 30px;

    font-weight: 500;

    line-height: 38px;

    border: 1px solid #eee;

    border-left: 0;

    border-bottom: 0;

    border-radius: 4px 4px 0 0;

}



.about-doctor-overview-box .tab-box ul li {

    margin-right: 2px;

}



.about-doctor-overview-box .tab-box .dayTiming span {

    font-size: 16px;

}





.about-doctor-overview-box .tab-box .nav-pills .nav-link.active,

.nav-pills .show>.nav-link {

    color: #fff;

    background: var(--primary-color);

}





.about-doctor-overview-box .tab-box .tab-content {

    padding: 30px;

    border: 1px solid #eee;

    border-radius: 0 0 10px 10px;



    & i {

        color: var(--primary-color);

        padding-right: 4px;

    }

}



.about-doctor-overview-box .doctor-designation ul li {

    margin-bottom: 10px;



    & a span {

        color: var(--primary-color);

        font-weight: 500;



    }



    & i {

        color: var(--primary-color);

    }

}



.about-doctor-overview-box .doctor-contact-info .top-location-contact li {



    & i {

        color: var(--primary-color);

    }

}



.about-doctor-overview-box .tabs-content ul {

    list-style: disc;

    display: flex;

    flex-wrap: wrap;

    padding: 0 0 0 30px;

}



.about-doctor-overview-box .tabs-content li {

    list-style: disc;

    width: 50%;

}



.about-doctor-overview-box .about-content-left {

    background: #f4f6f8;

}

.main-slider .main-slider-inner .slider-treatment-box ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.main-slider .main-slider-inner .slider-treatment-box .treatment-box.yojna .treatments {
    margin: auto;
}

.doctors-filter {
    margin-bottom: 20px;
    font-family: 'poppins';
    background: #bc2a22;
    padding: 10px;
    border-radius: 4px;
}

.doctors-filter select {
    padding: 10px;
    border: 1px solid #eee;
    width: 49%;
    -webkit-appearance: none;
}


.doctors-filter select:focus-visible {
    outline: none;
}


.doctors-filter select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - .5em) .5em;
    background-size: 5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;
    border-radius: 4px;
    width: 100%;
}

.doctors-filter select.round option:hover {
    background-color: yellow;
}

/* =========================================================
   HOSPITAL PROFILE CARD
   UNIQUE SECTION / COMPONENT
========================================================= */

.sh-hospital-profile-card {
    position: relative;

    width: 100%;

    max-width: 320px;

    padding: 10px;

    border: 1px solid #dbe4ee;

    border-radius: 10px;

    background: #252e4a;

    box-shadow: 0 5px 18px rgba(32, 48, 79, 0.10);

    overflow: hidden;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   IMAGE
========================================================= */

.sh-hospital-profile-card .sh-hospital-profile-image {
    position: relative;

    width: 100%;

    height: 270px;

    overflow: hidden;

    border-radius: 7px;

    background: #dbeafa;
}


.sh-hospital-profile-card .sh-hospital-profile-image img {
    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    padding: 0;

    object-fit: cover;

    object-position: center;

    border: 0;
}


/* =========================================================
   CONTENT
========================================================= */

.sh-hospital-profile-card .sh-hospital-profile-content {
    padding: 12px 9px 5px;
}


/* =========================================================
   TITLE
========================================================= */

.sh-hospital-profile-card .sh-hospital-profile-title {
    margin: 0 0 5px;

    padding: 0;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 18px;

    line-height: 25px;

    font-weight: 700;

    letter-spacing: 0;
}


/* =========================================================
   DESCRIPTION

   No p styling intentionally.
========================================================= */

.sh-hospital-profile-card .sh-hospital-profile-description {
    margin: 0 0 14px;

    color: rgba(255, 255, 255, 0.95);

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 19px;

    font-weight: 400;
}


/* =========================================================
   FEATURES
========================================================= */

.sh-hospital-profile-card .sh-hospital-profile-features {
    display: flex;

    flex-direction: column;

    gap: 10px;

    margin-bottom: 18px;
}


/* =========================================================
   SINGLE FEATURE
========================================================= */

.sh-hospital-profile-card .sh-hospital-profile-feature {
    display: flex;

    align-items: center;

    gap: 10px;

    min-height: 20px;
    margin-bottom: 8px;
}


/* =========================================================
   FEATURE ICON
========================================================= */

.sh-hospital-profile-card .sh-hospital-feature-icon {
    width: 19px;

    min-width: 19px;

    height: 19px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    font-size: 13px;

    line-height: 19px;
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.sh-hospital-profile-card .sh-hospital-feature-text {
    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 17px;

    font-weight: 400;
}


/* =========================================================
   APPOINTMENT BUTTON
========================================================= */

.sh-hospital-profile-card .sh-hospital-profile-btn {
    width: 100%;

    min-height: 37px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 8px 15px;

    border: 0;

    border-radius: 7px;

    background: #bc2a22;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 18px;

    font-weight: 600;

    text-decoration: none !important;

    box-shadow: none;

    transition: all 0.3s ease;
}


.sh-hospital-profile-card .sh-hospital-profile-btn:hover {
    background: var(--primary-color);

    color: #ffffff;

    transform: translateY(-1px);
}


/* =========================================================
   HOVER
========================================================= */

.sh-hospital-profile-card .sh-hospital-profile-image img {
    transition: transform 0.4s ease;
}


.sh-hospital-profile-card:hover .sh-hospital-profile-image img {
    transform: scale(1.03);
}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-hospital-profile-card {
        max-width: 300px;
    }


    .sh-hospital-profile-card .sh-hospital-profile-image {
        height: 175px;
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-hospital-profile-card {
        max-width: 360px;

        margin: 0 auto;
    }


    .sh-hospital-profile-card .sh-hospital-profile-image {
        height: 200px;
    }


    .sh-hospital-profile-card .sh-hospital-profile-title {
        font-size: 19px;

        line-height: 26px;
    }


    .sh-hospital-profile-card .sh-hospital-profile-description {
        font-size: 13px;

        line-height: 20px;
    }


    .sh-hospital-profile-card .sh-hospital-feature-text {
        font-size: 12px;

        line-height: 18px;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-hospital-profile-card {
        max-width: 330px;
    }


    .sh-hospital-profile-card .sh-hospital-profile-image {
        height: 190px;
    }

}

/* =========================================================
   DOCTOR DETAIL PAGE
   UNIQUE PARENT
========================================================= */

.sh-doctor-profile-page {
    position: relative;

    width: 100%;

    padding: 10px 0 45px;

    background: #ffffff;

    overflow: hidden;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.sh-doctor-profile-page .sh-doctor-detail-breadcrumb {
    display: flex;

    align-items: center;

    gap: 9px;

    min-height: 32px;

    margin-bottom: 7px;

    color: #555;

    font-size: 13px;

    line-height: 20px;

    font-weight: 500;
}


.sh-doctor-profile-page .sh-doctor-detail-breadcrumb a {
    color: #183d6b;

    font-size: 13px;

    line-height: 20px;

    font-weight: 500;

    text-decoration: none !important;
}


.sh-doctor-profile-page .sh-doctor-detail-breadcrumb>span {
    color: #555;

    font-size: 13px;
}


.sh-doctor-profile-page .sh-doctor-detail-breadcrumb i {
    color: #60748b;

    font-size: 9px;
}


/* =========================================================
   MAIN ROW
========================================================= */

.sh-doctor-profile-page .sh-doctor-detail-row {
    align-items: flex-start;

    margin-left: -10px;

    margin-right: -10px;
}


.sh-doctor-profile-page .sh-doctor-detail-row>[class*="col-"] {
    padding-left: 10px;

    padding-right: 10px;
}


/* =========================================================
   LEFT AREA
========================================================= */

.sh-doctor-profile-page .sh-doctor-detail-left {
    width: 100%;
}


/* =========================================================
   DOCTOR PROFILE CARD
========================================================= */

.sh-doctor-profile-page .sh-doctor-profile-card {
    position: relative;

    min-height: 235px;

    display: flex;

    align-items: start;

    padding: 18px;

    border: 1px solid #e0e6ee;

    border-radius: 8px;

    background: #ffffff;

    box-shadow: 0 3px 14px rgba(32, 48, 79, 0.06);
}


/* =========================================================
   DOCTOR IMAGE
========================================================= */

.sh-doctor-profile-page .sh-doctor-profile-image {
    flex: 0 0 160px;

    width: 160px;

    height: 198px;

    overflow: hidden;

    border-radius: 7px;

    background: #f1f3f6;
    margin-top: 10px;
}


.sh-doctor-profile-page .sh-doctor-profile-image img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    margin: 0;

    padding: 0;

    border: 0;
}


/* =========================================================
   DOCTOR INFORMATION
========================================================= */

.sh-doctor-profile-page .sh-doctor-profile-info {
    align-self: stretch;

    flex: 1;

    min-width: 0;

    padding: 3px 25px 3px 22px;
}

.sh-doctor-profile-page .sh-doctor-profile-info h5 {
    font-size: 16px;
    margin: 10px 0;
}

.sh-doctor-profile-page .sh-doctor-profile-info h1 {
    margin: 0 0 3px;

    padding: 0;

    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    font-size: 26px;

    line-height: 35px;

    font-weight: 700;
}


.sh-doctor-profile-page .sh-doctor-profile-info h2 {
    margin: 0 0 10px;

    padding: 0;

    color: #b73535;

    font-size: 14px;

    line-height: 21px;

    font-weight: 600;
}


/* =========================================================
   DETAILS
========================================================= */

.sh-doctor-profile-page .sh-doctor-profile-details {
    display: flex;

    flex-direction: column;

    gap: 9px;
}


.sh-doctor-profile-page .sh-doctor-detail-line {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    color: #555;
}


.sh-doctor-profile-page .sh-doctor-detail-line strong {
    color: #202020;

    font-weight: 700;

    white-space: nowrap;
}


.sh-doctor-profile-page .sh-doctor-detail-line span {
    color: #333;

    font-weight: 400;
}


.sh-doctor-profile-page .sh-doctor-timing-line {
    align-items: flex-start;
}


/* =========================================================
   CALL FOR APPOINTMENT
========================================================= */

.sh-doctor-profile-page .sh-doctor-profile-call {
    flex: 0 0 190px;

    min-height: 100px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 11px;

    padding-left: 20px;

    border-left: 1px solid #e1e5eb;
}


.sh-doctor-profile-page .sh-doctor-call-icon {
    width: 44px;

    min-width: 44px;

    height: 44px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--primary-color);

    color: #ffffff;

    font-size: 17px;
}


.sh-doctor-profile-page .sh-doctor-call-text {
    display: flex;

    flex-direction: column;

    align-items: flex-start;
}


.sh-doctor-profile-page .sh-doctor-call-text strong {
    color: #333;

    font-size: 12px;

    line-height: 18px;

    font-weight: 600;
}


.sh-doctor-profile-page .sh-doctor-call-text a {
    color: #bd3535;

    font-size: 14px;

    line-height: 20px;

    font-weight: 600;

    text-decoration: none !important;
}


/* =========================================================
   ABOUT CARD
========================================================= */

.sh-doctor-profile-page .sh-doctor-about-card {
    margin-top: 15px;

    padding: 17px 18px 13px;

    border: 1px solid #e0e6ee;

    border-radius: 8px;

    background: #ffffff;

    box-shadow: 0 3px 14px rgba(32, 48, 79, 0.05);
}


.sh-doctor-profile-page .sh-doctor-about-card h2 {
    margin: 0;

    padding: 0;

    color: var(--primary-color);

    font-size: 20px;

    line-height: 28px;

    font-weight: 700;
}


.sh-doctor-profile-page .sh-doctor-about-line {
    display: block;

    width: 27px;

    height: 3px;

    margin: 6px 0 10px;

    background: #bd3535;
}


/* =========================================================
   ABOUT CONTENT
========================================================= */

.sh-doctor-profile-page .sh-doctor-about-content {
    margin-bottom: 14px;
}


.sh-doctor-profile-page .sh-doctor-about-content p {
    margin-bottom: 10px;
}


/* =========================================================
   ACCORDION
========================================================= */

.sh-doctor-profile-page .sh-doctor-accordion {
    display: flex;

    flex-direction: column;

    gap: 6px;
}


.sh-doctor-profile-page .sh-doctor-accordion-item {
    overflow: hidden;

    border: 1px solid #e1e6ed;

    border-radius: 5px;

    background: #ffffff;
}


.sh-doctor-profile-page .sh-doctor-accordion-btn {
    width: 100%;

    min-height: 42px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 8px 15px;

    border: 0;

    outline: none;

    background: #ffffff;

    color: #183d6b;

    cursor: pointer;

    font-family: "Poppins", sans-serif;
}


.sh-doctor-profile-page .sh-doctor-accordion-left {
    display: flex;

    align-items: center;

    gap: 11px;
}


.sh-doctor-profile-page .sh-doctor-accordion-left i {
    width: 19px;

    color: #315fc2;

    font-size: 15px;

    text-align: center;
}


.sh-doctor-profile-page .sh-doctor-accordion-left strong {
    color: #183d6b;

    font-size: 16px;

    line-height: 19px;

    font-weight: 600;
}


.sh-doctor-profile-page .sh-doctor-accordion-btn>i {
    color: #315a8e;

    font-size: 11px;
}


/* =========================================================
   ACCORDION CONTENT
========================================================= */

.sh-doctor-profile-page .sh-doctor-accordion-content {
    display: none;

    padding: 0 18px 12px 45px;

    color: #555;

    font-size: 12px;

    line-height: 20px;
}


.sh-doctor-profile-page .sh-doctor-accordion-item:first-child .sh-doctor-accordion-content {
    display: none;
}


/* =========================================================
   RIGHT SIDEBAR
========================================================= */

.sh-doctor-profile-page .sh-doctor-detail-sidebar {
    display: flex;

    flex-direction: column;

    gap: 13px;
}


/* =========================================================
   APPOINTMENT CARD
========================================================= */

.sh-doctor-profile-page .sh-doctor-book-card {
    padding: 17px 14px 16px;

    border-radius: 7px;

    background: #18396c;

    box-shadow: 0 4px 14px rgba(32, 48, 79, 0.10);
}


.sh-doctor-profile-page .sh-doctor-book-card h3 {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 0 0 15px;

    color: #ffffff;

    font-size: 16px;

    line-height: 22px;

    font-weight: 600;
}


.sh-doctor-profile-page .sh-doctor-book-card h3 i {
    font-size: 15px;
}


/* =========================================================
   BOOK FORM
========================================================= */

.sh-doctor-profile-page .sh-doctor-book-form {
    display: flex;

    flex-direction: column;

    gap: 8px;
}


.sh-doctor-profile-page .sh-doctor-book-field {
    position: relative;

    width: 100%;

    height: 36px;
}


.sh-doctor-profile-page .sh-doctor-book-field input,
.sh-doctor-profile-page .sh-doctor-book-field select {
    width: 100%;

    height: 100%;

    padding: 0 11px;

    border: 1px solid #dce2e9;

    border-radius: 4px;

    outline: none;

    background: #ffffff;

    color: #333;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 36px;

    font-weight: 400;

    appearance: none;
}


.sh-doctor-profile-page .sh-doctor-book-field input::placeholder {
    color: #7c8794;

    opacity: 1;
}


.sh-doctor-profile-page .sh-doctor-book-field>i {
    position: absolute;

    top: 50%;

    right: 12px;

    transform: translateY(-50%);

    color: #293b50;

    font-size: 10px;

    pointer-events: none;
}


/* =========================================================
   DATE
========================================================= */

.sh-doctor-profile-page .sh-doctor-book-field input[type="date"] {
    color: #7c8794;

    line-height: normal;
}


/* =========================================================
   BOOK NOW BUTTON
========================================================= */

.sh-doctor-profile-page .sh-doctor-book-btn {
    width: 100%;

    min-height: 36px;

    margin-top: 1px;

    border: 0;

    border-radius: 3px;

    background: #d9362e;

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    line-height: 18px;

    font-weight: 600;
}


.sh-doctor-profile-page .sh-doctor-book-btn:hover {
    background: #bd2d27;

    color: #ffffff;
}


/* =========================================================
   NEED HELP
========================================================= */

.sh-doctor-profile-page .sh-doctor-help-card {
    padding: 17px 14px 16px;

    border-radius: 7px;

    background: #18396c;

    box-shadow: 0 4px 14px rgba(32, 48, 79, 0.10);
}


.sh-doctor-profile-page .sh-doctor-help-card h3 {
    margin: 0 0 2px;

    color: #ffffff;

    font-size: 18px;

    line-height: 22px;

    font-weight: 600;
}


.sh-doctor-profile-page .sh-doctor-help-subtitle {
    margin-bottom: 13px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.9);

    font-size: 14px;

    line-height: 16px;

    font-weight: 400;
}


.sh-doctor-profile-page .sh-doctor-help-line {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-bottom: 16px;

    color: #ffffff;
}


.sh-doctor-profile-page .sh-doctor-help-line i {
    width: 17px;

    color: #ffffff;

    font-size: 12px;

    text-align: center;
}


.sh-doctor-profile-page .sh-doctor-help-line a {
    color: #ffffff;

    font-size: 14px;

    line-height: 15px;

    font-weight: 400;

    text-decoration: none !important;
}


/* =========================================================
   EMERGENCY BUTTON
========================================================= */

.sh-doctor-profile-page .sh-doctor-emergency-btn {
    width: 100%;

    min-height: 35px;

    margin-top: 3px;

    border: 0;

    border-radius: 3px;

    background: #d9362e;

    color: #ffffff;

    font-size: 14px;

    line-height: 17px;

    font-weight: 600;

    text-align: center;
}


.sh-doctor-profile-page .sh-doctor-emergency-btn:hover {
    background: #bd2d27;

    color: #ffffff;
}


/* =========================================================
   EXPERIENCE CARD
========================================================= */

.sh-doctor-profile-page .sh-doctor-experience-card {
    min-height: 90px;

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 15px;

    border-radius: 7px;

    background: #bc2a22;

    box-shadow: 0 4px 14px rgba(32, 48, 79, 0.10);
}


/* =========================================================
   EXPERIENCE ICON
========================================================= */

.sh-doctor-profile-page .sh-doctor-experience-icon {
    width: 54px;

    min-width: 54px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.35);

    border-radius: 50%;

    color: #ffffff;

    font-size: 24px;
}


/* =========================================================
   EXPERIENCE CONTENT
========================================================= */

.sh-doctor-profile-page .sh-doctor-experience-content {
    display: flex;

    flex-direction: column;
}


.sh-doctor-profile-page .sh-doctor-experience-content strong {
    color: #ffffff;

    font-size: 21px;

    line-height: 24px;

    font-weight: 700;
}


.sh-doctor-profile-page .sh-doctor-experience-content span {
    color: #ffffff;

    font-size: 11px;

    line-height: 16px;

    font-weight: 500;
}


.sh-doctor-profile-page .sh-doctor-experience-content small {
    color: rgba(255, 255, 255, 0.9);

    font-size: 10px;

    line-height: 15px;

    font-weight: 400;
}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-doctor-profile-page .sh-doctor-profile-image {
        flex-basis: 145px;

        width: 145px;

        height: 190px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-info {
        padding-left: 18px;

        padding-right: 15px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-call {
        flex-basis: 165px;

        padding-left: 14px;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-doctor-profile-page {
        padding-top: 15px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-card {
        min-height: auto;
    }


    .sh-doctor-profile-page .sh-doctor-profile-image {
        flex-basis: 165px;

        width: 165px;

        height: 205px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-call {
        flex-basis: 190px;
    }


    .sh-doctor-profile-page .sh-doctor-detail-sidebar {
        margin-top: 20px;

        display: grid;

        grid-template-columns: 1fr 1fr;

        align-items: start;
    }


    .sh-doctor-profile-page .sh-doctor-experience-card {
        grid-column: 1 / -1;
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-doctor-profile-page {
        padding: 15px 0 35px;
    }


    .sh-doctor-profile-page .sh-doctor-detail-breadcrumb {
        font-size: 12px;
    }


    .sh-doctor-profile-page .sh-doctor-detail-breadcrumb a,
    .sh-doctor-profile-page .sh-doctor-detail-breadcrumb>span {
        font-size: 12px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-card {
        flex-wrap: wrap;

        padding: 15px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-image {
        flex-basis: 145px;

        width: 145px;

        height: 185px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-info {
        flex: 1;

        padding: 0 0 0 17px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-info h1 {
        font-size: 23px;

        line-height: 31px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-info h2 {
        font-size: 13px;

        line-height: 19px;

        margin-bottom: 13px;
    }


    .sh-doctor-profile-page .sh-doctor-detail-line {
        font-size: 11px;

        line-height: 18px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-call {
        flex-basis: 100%;

        min-height: 65px;

        justify-content: flex-start;

        margin-top: 15px;

        padding: 12px 0 0;

        border-left: 0;

        border-top: 1px solid #e1e5eb;
    }


    .sh-doctor-profile-page .sh-doctor-about-card {
        padding: 15px;
    }


    .sh-doctor-profile-page .sh-doctor-about-card h2 {
        font-size: 19px;

        line-height: 27px;
    }


    .sh-doctor-profile-page .sh-doctor-detail-sidebar {
        display: flex;

        margin-top: 18px;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-doctor-profile-page .sh-doctor-profile-card {
        display: block;
    }


    .sh-doctor-profile-page .sh-doctor-profile-image {
        width: 100%;

        height: 280px;

        margin-bottom: 15px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-info {
        padding: 0;
    }


    .sh-doctor-profile-page .sh-doctor-profile-info h1 {
        font-size: 24px;

        line-height: 32px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-info h2 {
        font-size: 13px;

        line-height: 20px;
    }


    .sh-doctor-profile-page .sh-doctor-detail-line {
        display: block;

        margin-bottom: 6px;
    }


    .sh-doctor-profile-page .sh-doctor-detail-line strong {
        margin-right: 4px;
    }


    .sh-doctor-profile-page .sh-doctor-profile-call {
        margin-top: 14px;

        padding-top: 14px;
    }


    .sh-doctor-profile-page .sh-doctor-accordion-left strong {
        font-size: 12px;
    }


    .sh-doctor-profile-page .sh-doctor-accordion-btn {
        padding: 8px 12px;
    }

}

/* =========================================================
   DOCTOR VIDEOS SECTION
   UNIQUE PARENT
========================================================= */

.sh-doctor-videos-section {
    position: relative;

    width: 100%;

    padding: 80px 0;

    background: #ffffff;

    overflow: hidden;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.sh-doctor-videos-section .sh-doctor-videos-heading {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    margin-bottom: 12px;

    text-align: center;
}


.sh-doctor-videos-section .sh-doctor-videos-heading .theme-section-title {
    margin: 0;

    padding: 0;

    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    font-size: 25px;

    line-height: 34px;

    font-weight: 700;
}


.sh-doctor-videos-section .sh-doctor-videos-heading-line {
    display: block;

    width: 36px;

    height: 3px;

    margin-top: 4px;

    border-radius: 3px;

    background: #bd3535;
}


/* =========================================================
   MAIN ROW
========================================================= */

.sh-doctor-videos-section .sh-doctor-videos-row {
    align-items: center;

    margin-left: -9px;

    margin-right: -9px;
    justify-content: center;
}


.sh-doctor-videos-section .sh-doctor-videos-row>[class*="col-"] {
    padding-left: 9px;

    padding-right: 9px;
}


/* =========================================================
   VIDEO THUMBNAIL
========================================================= */

.sh-doctor-videos-section .sh-doctor-video-thumbnail {
    position: relative;

    width: 100%;

    height: 174px;

    overflow: hidden;

    border: 1px solid #e0e6ed;

    border-radius: 6px;

    background: #edf2f7;

    box-shadow: 0 3px 12px rgba(32, 48, 79, 0.06);
}


.sh-doctor-videos-section .sh-doctor-video-thumbnail img {
    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    padding: 0;

    border: 0;

    object-fit: cover;

    object-position: center;

    transition: transform 0.4s ease;
}


.sh-doctor-videos-section .sh-doctor-video-thumbnail:hover img {
    transform: scale(1.03);
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.sh-doctor-videos-section .sh-doctor-video-overlay {
    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    background: rgba(15, 38, 70, 0.12);

    pointer-events: none;
}


/* =========================================================
   PLAY BUTTON
========================================================= */

.sh-doctor-videos-section .sh-doctor-video-play {
    position: absolute;

    top: 50%;

    left: 50%;

    width: 51px;

    height: 51px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    transform: translate(-50%, -50%);

    border: 0;

    border-radius: 50%;

    background: rgba(32, 48, 79, 0.88);

    color: #ffffff;

    font-size: 17px;

    line-height: 51px;

    cursor: pointer;

    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);

    transition: all 0.3s ease;
}


.sh-doctor-videos-section .sh-doctor-video-play i {
    margin-left: 3px;
}


.sh-doctor-videos-section .sh-doctor-video-play:hover {
    background: var(--secondary-color);

    transform: translate(-50%, -50%) scale(1.06);
}


/* =========================================================
   VIDEO CONTENT
========================================================= */

.sh-doctor-videos-section .sh-doctor-video-content {
    padding: 3px 0 3px 8px;
}


.sh-doctor-videos-section .sh-doctor-video-content h3 {
    margin: 0 0 6px;

    padding: 0;

    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    font-size: 20px;

    line-height: 25px;

    font-weight: 700;
}


.sh-doctor-videos-section .sh-doctor-video-description {
    margin-bottom: 20px;
}


/* =========================================================
   WATCH BUTTON
========================================================= */

.sh-doctor-videos-section .sh-doctor-video-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-width: 121px;

    min-height: 36px;

    padding: 7px 13px;

    border: 0;

    border-radius: 4px;

    background: var(--primary-color);

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 18px;

    font-weight: 600;

    text-decoration: none !important;

    transition: all 0.3s ease;
}


.sh-doctor-videos-section .sh-doctor-video-btn i {
    font-size: 13px;
}


.sh-doctor-videos-section .sh-doctor-video-btn:hover {
    background: var(--secondary-color);

    color: #ffffff;

    transform: translateY(-1px);
}


/* =========================================================
   SLIDER DOTS
========================================================= */

.sh-doctor-videos-section .sh-doctor-video-dots {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 6px;

    margin-top: 14px;
}


.sh-doctor-videos-section .sh-doctor-video-dot {
    display: block;

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #d4d4d4;
}


.sh-doctor-videos-section .sh-doctor-video-dot.active {
    width: 26px;

    border-radius: 10px;

    background: #bd3535;
}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-doctor-videos-section .sh-doctor-video-thumbnail {
        height: 165px;
    }


    .sh-doctor-videos-section .sh-doctor-video-content h3 {
        font-size: 16px;

        line-height: 24px;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-doctor-videos-section {
        padding: 30px 0 25px;
    }


    .sh-doctor-videos-section .sh-doctor-video-thumbnail {
        height: 210px;

        margin-bottom: 16px;
    }


    .sh-doctor-videos-section .sh-doctor-video-content {
        padding: 0;
    }


    .sh-doctor-videos-section .sh-doctor-video-description {
        max-width: 100%;
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-doctor-videos-section .sh-doctor-videos-heading .theme-section-title {
        font-size: 23px;

        line-height: 31px;
    }


    .sh-doctor-videos-section .sh-doctor-video-thumbnail {
        height: 220px;
    }


    .sh-doctor-videos-section .sh-doctor-video-content h3 {
        font-size: 18px;

        line-height: 26px;
    }


    .sh-doctor-videos-section .sh-doctor-video-description {
        font-size: 12px;

        line-height: 20px;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-doctor-videos-section {
        padding: 25px 0 20px;
    }


    .sh-doctor-videos-section .sh-doctor-video-thumbnail {
        height: 200px;
    }


    .sh-doctor-videos-section .sh-doctor-video-play {
        width: 47px;

        height: 47px;

        font-size: 16px;
    }


    .sh-doctor-videos-section .sh-doctor-video-content h3 {
        font-size: 17px;

        line-height: 25px;
    }

}

.single-doctors .health-tips-sec {
    background: #ffeded;
}

.single-doctors .blog-card {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    padding: 10px;
}

/* =========================================================
   CARDIOLOGY DEPARTMENT HERO
   UNIQUE PARENT
========================================================= */

.sh-cardiology-hero {
    position: relative;
    width: 100%;
    min-height: 430px;
    overflow: hidden;
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    padding: 20px 0;
}


/* =========================================================
   BACKGROUND IMAGE
========================================================= */

.sh-cardiology-hero .sh-cardiology-bg {
    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    background-image: url("https://shekhawatihospital.com/wp-content/uploads/2026/09/department-bg.png");

    background-repeat: no-repeat;

    background-position: center center;

    background-size: cover;

    z-index: 0;
}


/* =========================================================
   IMAGE OVERLAY
========================================================= */

.sh-cardiology-hero .sh-cardiology-overlay {
    position: absolute;

    inset: 0;

    z-index: 1;

}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.sh-cardiology-hero .sh-cardiology-wrapper {
    position: relative;

    z-index: 3;

    min-height: 430px;

    display: flex;

    align-items: center;


    gap: 35px;
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.sh-cardiology-hero .sh-cardiology-content {
    width: 48%;

    padding: 32px 0 25px;

    position: relative;

    z-index: 5;
}


/* =========================================================
   DEPARTMENT LABEL
========================================================= */

.sh-cardiology-hero .sh-cardiology-department {
    display: flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 19px;

    color: #c6201c;
}


.sh-cardiology-hero .sh-cardiology-department-icon {
    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #f6a27f;

    border-radius: 7px;

    color: #c6201c;

    font-size: 17px;

    background: rgba(255, 255, 255, 0.65);
}


.sh-cardiology-hero .sh-cardiology-department-name {
    color: #c6201c;

    font-size: 13px;

    line-height: 19px;

    font-weight: 700;

    letter-spacing: 1.2px;
}


.sh-cardiology-hero .sh-cardiology-department-word {
    color: var(--primary-color);

    font-size: 13px;

    line-height: 19px;

    font-weight: 600;

    letter-spacing: 1.1px;
}


/* =========================================================
   ECG
========================================================= */

.sh-cardiology-hero .sh-cardiology-ecg {
    width: 88px;

    height: 25px;

    display: flex;

    align-items: center;

    margin-left: 4px;

    color: #c6201c;
}


.sh-cardiology-hero .sh-cardiology-ecg svg {
    display: block;

    width: 100%;

    height: 100%;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.sh-cardiology-hero .sh-cardiology-title {
    margin: 0 0 15px;

    padding: 0;

    color: var(--primary-color);

    font-family: "Poppins", sans-serif;

    font-size: 45px;

    line-height: 1.18;

    font-weight: 700;

    letter-spacing: -1px;
}


.sh-cardiology-hero .sh-cardiology-title span {
    display: block;

    color: #c6201c;
    display: contents;
}


/* =========================================================
   DESCRIPTION
========================================================= */

.sh-cardiology-hero .sh-cardiology-description {
    max-width: 500px;

    margin-bottom: 22px;

    color: #555;

    font-family: "Poppins", sans-serif;


    font-weight: 400;
}


/* =========================================================
   APPOINTMENT BUTTON
========================================================= */

.sh-cardiology-hero .sh-cardiology-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-width: 160px;

    min-height: 42px;

    padding: 8px 19px;

    border: 0;

    border-radius: 24px;

    background: var(--primary-color);

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 19px;

    font-weight: 600;

    text-decoration: none !important;

    box-shadow: 0 4px 13px rgba(32, 48, 79, 0.16);

    transition: all 0.3s ease;
}


.sh-cardiology-hero .sh-cardiology-btn:hover {
    background: var(--secondary-color);

    color: #ffffff;

    transform: translateY(-2px);
}


.sh-cardiology-hero .sh-cardiology-btn-icon {
    width: 27px;

    height: 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: var(--primary-color);

    font-size: 12px;
}


/* =========================================================
   BRAND
========================================================= */

.sh-cardiology-hero .sh-cardiology-brand {
    display: flex;

    align-items: center;

    gap: 9px;

    margin-top: 19px;
}


.sh-cardiology-hero .sh-cardiology-brand-mark {
    width: 53px;

    height: 53px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 3px solid #d39b39;

    border-radius: 50%;

    color: #ffffff;

    background: #9f2e49;

    font-size: 17px;

    line-height: 20px;

    font-weight: 700;

    box-shadow:
        0 0 0 3px #ffffff,
        0 0 0 5px #d39b39;
}


.sh-cardiology-hero .sh-cardiology-brand-text {
    display: flex;

    flex-direction: column;

    line-height: 1;
}


.sh-cardiology-hero .sh-cardiology-brand-text strong {
    color: #a52d4d;

    font-size: 18px;

    line-height: 22px;

    font-weight: 700;
}


.sh-cardiology-hero .sh-cardiology-brand-text span {
    margin-top: 1px;

    color: #555;

    font-size: 15px;

    line-height: 19px;

    letter-spacing: 2px;

    font-weight: 500;
}


.sh-cardiology-hero .sh-cardiology-brand-text small {
    margin-top: 2px;

    color: var(--primary-color);

    font-size: 9px;

    line-height: 12px;

    letter-spacing: 2px;

    font-weight: 700;

    text-align: center;
}


/* =========================================================
   STATS CARD
========================================================= */

.sh-cardiology-hero .sh-cardiology-stats-card {
    position: relative;

    z-index: 7;

    width: 215px;

    flex: 0 0 215px;

    padding: 8px 12px;

    margin-right: 28px;

    border-radius: 18px;

    background: rgba(255, 255, 255, 0.96);

    box-shadow:
        0 10px 30px rgba(32, 48, 79, 0.14),
        0 2px 8px rgba(32, 48, 79, 0.06);

    backdrop-filter: blur(5px);
}


/* =========================================================
   SINGLE STAT
========================================================= */

.sh-cardiology-hero .sh-cardiology-stat {
    display: flex;

    align-items: center;

    gap: 9px;

    min-height: 63px;

    padding: 7px 0;

    border-bottom: 1px solid #ece5df;
}


.sh-cardiology-hero .sh-cardiology-stat:last-child {
    border-bottom: 0;
}


/* =========================================================
   STAT ICON
========================================================= */

.sh-cardiology-hero .sh-cardiology-stat-icon {
    width: 38px;

    min-width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #bc2a223b;

    border-radius: 50%;

    background: #fffaf7;

    color: #c6201c;

    font-size: 16px;
}


/* =========================================================
   STAT TEXT
========================================================= */

.sh-cardiology-hero .sh-cardiology-stat-text {
    display: flex;

    flex-direction: column;

    min-width: 0;
}


.sh-cardiology-hero .sh-cardiology-stat-text strong {
    color: #c6201c;

    font-size: 12px;

    line-height: 17px;

    font-weight: 700;
}


.sh-cardiology-hero .sh-cardiology-stat-text span {
    color: #222;

    font-size: 9px;

    line-height: 13px;

    font-weight: 500;
}


.sh-cardiology-hero .sh-cardiology-stat-text small {
    color: #555;

    font-size: 8px;

    line-height: 12px;

    font-weight: 400;
}


/* =========================================================
   1399px
========================================================= */

@media (max-width: 1399px) {

    .sh-cardiology-hero {
        min-height: 410px;
    }


    .sh-cardiology-hero .sh-cardiology-wrapper {
        min-height: 410px;
    }





    .sh-cardiology-hero .sh-cardiology-title {
        font-size: 41px;
    }


    .sh-cardiology-hero .sh-cardiology-stats-card {
        margin-right: 10px;
    }

}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-cardiology-hero {
        min-height: 390px;
    }


    .sh-cardiology-hero .sh-cardiology-wrapper {
        min-height: 390px;

        gap: 20px;
    }


    .sh-cardiology-hero .sh-cardiology-title {
        font-size: 36px;

        line-height: 1.2;
    }


    .sh-cardiology-hero .sh-cardiology-description {
        max-width: 440px;

        font-size: 12px;

        line-height: 20px;
    }


    .sh-cardiology-hero .sh-cardiology-stats-card {
        width: 200px;

        flex-basis: 200px;

        margin-right: 0;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-cardiology-hero {
        min-height: 450px;
    }


    .sh-cardiology-hero .sh-cardiology-wrapper {
        min-height: 450px;
    }




    .sh-cardiology-hero .sh-cardiology-title {
        font-size: 32px;
    }


    .sh-cardiology-hero .sh-cardiology-department-name,
    .sh-cardiology-hero .sh-cardiology-department-word {
        font-size: 11px;
    }


    .sh-cardiology-hero .sh-cardiology-stats-card {
        width: 190px;

        flex-basis: 190px;

        padding: 7px 10px;
    }


    .sh-cardiology-hero .sh-cardiology-stat {
        min-height: 60px;
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-cardiology-hero {
        min-height: auto;
    }


    .sh-cardiology-hero .sh-cardiology-bg {
        background-position: 68% center;
    }


    .sh-cardiology-hero .sh-cardiology-overlay {
        background:
            linear-gradient(90deg,
                rgba(255, 255, 255, 0.98) 0%,
                rgba(255, 255, 255, 0.94) 60%,
                rgba(255, 255, 255, 0.68) 100%);
    }


    .sh-cardiology-hero .sh-cardiology-wrapper {
        min-height: auto;

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        padding: 40px 0;
    }


    .sh-cardiology-hero .sh-cardiology-content {
        width: 100%;

        padding: 0;
    }


    .sh-cardiology-hero .sh-cardiology-title {
        font-size: 34px;

        line-height: 43px;
    }


    .sh-cardiology-hero .sh-cardiology-description {
        max-width: 550px;

        font-size: 13px;

        line-height: 22px;
    }


    .sh-cardiology-hero .sh-cardiology-stats-card {
        width: 100%;

        max-width: 400px;

        flex-basis: auto;

        margin: 10px auto 0;

        align-self: center;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-cardiology-hero .sh-cardiology-wrapper {
        padding: 30px 0 35px;
    }


    .sh-cardiology-hero .sh-cardiology-department {
        flex-wrap: wrap;

        gap: 6px;

        margin-bottom: 16px;
    }


    .sh-cardiology-hero .sh-cardiology-department-icon {
        width: 34px;

        height: 34px;
    }


    .sh-cardiology-hero .sh-cardiology-department-name,
    .sh-cardiology-hero .sh-cardiology-department-word {
        font-size: 10px;

        letter-spacing: 0.8px;
    }


    .sh-cardiology-hero .sh-cardiology-ecg {
        width: 60px;
    }


    .sh-cardiology-hero .sh-cardiology-title {
        font-size: 30px;

        line-height: 39px;

        letter-spacing: -0.5px;
    }


    .sh-cardiology-hero .sh-cardiology-description {
        font-size: 12px;

        line-height: 20px;

        margin-bottom: 19px;
    }


    .sh-cardiology-hero .sh-cardiology-btn {
        min-height: 44px;

        font-size: 12px;
    }


    .sh-cardiology-hero .sh-cardiology-brand {
        margin-top: 18px;
    }


    .sh-cardiology-hero .sh-cardiology-stats-card {
        max-width: 100%;

        border-radius: 14px;
    }

}

/* =========================================================
   CARDIOLOGY OVERVIEW
   UNIQUE PARENT
========================================================= */

.sh-cardio-overview {
    position: relative;

    width: 100%;

    min-height: 500px;

    padding: 80px 0;


    background: #ffffff;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   SOFT BACKGROUND
========================================================= */

.sh-cardio-overview::before {
    content: "";

    position: absolute;

    top: -160px;

    right: -100px;

    width: 390px;

    height: 390px;

    border-radius: 50%;

    background: #fff7f8;

    opacity: 0.85;

    pointer-events: none;
}


.sh-cardio-overview::after {
    content: "";

    position: absolute;

    right: 20px;

    top: 15px;

    width: 95px;

    height: 75px;

    background-image: radial-gradient(#f1cbd4 1.2px,
            transparent 1.2px);

    background-size: 8px 8px;

    opacity: 0.55;

    pointer-events: none;
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.sh-cardio-overview .sh-cardio-overview-wrapper {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: start;

    justify-content: space-between;

    gap: 35px;

    min-height: 450px;
}


/* =========================================================
   LEFT
========================================================= */

.sh-cardio-overview .sh-cardio-overview-left {
    width: 60%;

    padding: 10px 0 5px;
}


/* =========================================================
   OVERVIEW LABEL
========================================================= */

.sh-cardio-overview .sh-cardio-overview-label {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    min-width: 285px;

    height: 31px;

    padding: 3px 12px 3px 4px;

    border: 1px solid #e8a8b8;

    border-radius: 20px;

    background: #ffffff;
}


.sh-cardio-overview .sh-cardio-overview-label-icon {
    width: 25px;

    min-width: 25px;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #c6201c;

    color: #ffffff;

    font-size: 12px;
}


.sh-cardio-overview .sh-cardio-overview-label-text {
    color: #c6201c;

    font-size: 11px;

    line-height: 16px;

    font-weight: 700;

    letter-spacing: 0.25px;
}


/* =========================================================
   MAIN TITLE
========================================================= */

.sh-cardio-overview .sh-cardio-overview-title {
    margin: 16px 0 6px;

    padding: 0;

    color: #263b51;

    font-family: "Poppins", sans-serif;

    font-size: 38px;

    line-height: 46px;

    font-weight: 700;

    letter-spacing: -0.7px;
}


.sh-cardio-overview .sh-cardio-overview-title span {
    display: contents;

    color: #c6201c;
}


/* =========================================================
   RED LINE
========================================================= */

.sh-cardio-overview .sh-cardio-overview-line {
    display: block;

    width: 62px;

    height: 3px;

    margin: 7px 0 10px;

    border-radius: 3px;

    background: #c6201c;
}


/* =========================================================
   DESCRIPTION
========================================================= */




.sh-cardio-overview .sh-cardio-overview-description strong {
    color: #c6201c;

    font-weight: 700;
}


/* =========================================================
   INFORMATION BOX
========================================================= */

.sh-cardio-overview .sh-cardio-info-box {
    display: flex;

    align-items: flex-start;

    gap: 11px;

    width: 100%;

    margin-top: 10px;

    padding: 12px 14px;

    border-radius: 12px;

    background: #fff0f2;

    border: 1px solid #f5e1e5;
}


/* =========================================================
   INFO ICON
========================================================= */

.sh-cardio-overview .sh-cardio-info-icon {
    width: 37px;

    min-width: 37px;

    height: 37px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #c6201c;

    font-size: 17px;

    box-shadow: 0 2px 7px rgba(169, 45, 78, 0.10);
}


/* =========================================================
   INFO CONTENT
========================================================= */

.sh-cardio-overview .sh-cardio-info-content {
    flex: 1;

    min-width: 0;
}


.sh-cardio-overview .sh-cardio-info-content h3 {
    margin: 0 0 6px;

    padding: 0;

    color: #c6201c;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 24px;

    font-weight: 700;
}


.sh-cardio-overview .sh-cardio-info-text {
    margin-bottom: 4px;
    color: #555;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 22px;
    font-weight: 400;
}


.sh-cardio-overview .sh-cardio-info-text:last-child {
    margin-bottom: 0;
}


.sh-cardio-overview .sh-cardio-info-text strong {
    color: #c6201c;

    font-weight: 700;
}


/* =========================================================
   FEATURES
========================================================= */

.sh-cardio-overview .sh-cardio-feature-list {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin-top: 14px;

    width: 100%;
}


.sh-cardio-overview .sh-cardio-feature-item {
    min-height: 57px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    padding: 5px 8px;

    border-right: 1px solid #dfe3e8;
}


.sh-cardio-overview .sh-cardio-feature-item:first-child {
    justify-content: flex-start;

    padding-left: 0;
}


.sh-cardio-overview .sh-cardio-feature-item:last-child {
    border-right: 0;
}


/* =========================================================
   FEATURE ICON
========================================================= */

.sh-cardio-overview .sh-cardio-feature-icon {
    width: 37px;

    min-width: 37px;

    height: 37px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #edc8d0;

    border-radius: 50%;

    background: #fff8f9;

    color: #c6201c;

    font-size: 16px;
}


/* =========================================================
   FEATURE TEXT
========================================================= */

.sh-cardio-overview .sh-cardio-feature-item>span {
    color: #333;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 13px;

    font-weight: 600;
}


/* =========================================================
   RIGHT AREA
========================================================= */

.sh-cardio-overview .sh-cardio-overview-right {
    position: relative;

    width: 40%;
    position: sticky;
    top: 100px;
    min-height: 450px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================================
   HEART IMAGE FRAME
========================================================= */

.sh-cardio-overview .sh-cardio-heart-frame {}


.sh-cardio-overview .sh-cardio-heart-image {
    width: 100%;

    height: 100%;

    overflow: hidden;

    border-radius: 50%;

}


.sh-cardio-overview .sh-cardio-heart-image img {
    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    padding: 0;

    border: 0;

    object-fit: cover;

    object-position: center;
}


/* =========================================================
   ORBIT LINES
========================================================= */

.sh-cardio-overview .sh-cardio-orbit {
    position: absolute;

    z-index: 2;

    width: 420px;

    height: 420px;

    border: 2px solid #c6201c;

    border-left-color: transparent;

    border-bottom-color: transparent;

    border-radius: 50%;

    transform: rotate(-28deg);
}


.sh-cardio-overview .sh-cardio-orbit-one {
    right: 15px;

    top: 14px;
}


.sh-cardio-overview .sh-cardio-orbit-two {
    right: 35px;

    top: 33px;

    width: 380px;

    height: 380px;

    border-color: rgba(169, 45, 78, 0.22);

    border-left-color: transparent;

    border-bottom-color: transparent;

    transform: rotate(15deg);
}


/* =========================================================
   ORBIT DOTS
========================================================= */

.sh-cardio-overview .sh-cardio-orbit-dot {
    position: absolute;

    z-index: 5;

    display: block;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: #c6201c;
}


.sh-cardio-overview .sh-cardio-dot-top {
    top: 12px;

    right: 92px;
}


.sh-cardio-overview .sh-cardio-dot-left {
    top: 208px;

    left: 15px;
}


.sh-cardio-overview .sh-cardio-dot-right {
    top: 205px;

    right: 5px;
}


/* =========================================================
   ECG
========================================================= */

.sh-cardio-overview .sh-cardio-ecg {
    position: absolute;

    z-index: 3;

    left: 0;

    top: 195px;

    width: 100%;

    color: rgba(169, 45, 78, 0.20);

    pointer-events: none;
}


.sh-cardio-overview .sh-cardio-ecg svg {
    display: block;

    width: 100%;

    height: 80px;
}


/* =========================================================
   APPOINTMENT BUTTON
========================================================= */

.sh-cardio-overview .sh-cardio-appointment-btn {
    position: absolute;
    z-index: 8;
    right: 0;
    bottom: -45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 335px;
    min-height: 40px;
    padding: 6px 12px;
    border: 0;
    border-radius: 23px;
    background: #c6201c;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 9px;
    line-height: 17px;
    font-weight: 600;
    text-decoration: none !important;
    box-shadow: 0 5px 15px rgba(169, 45, 78, 0.20);
    transition: all 0.3s ease;
    min-width: 140px;
    background: #c6201c;
    left: 0;
    width: max-content;
    margin: auto;
}


.sh-cardio-overview .sh-cardio-appointment-btn:hover {
    background: var(--primary-color);

    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================================
   BUTTON ICON
========================================================= */

.sh-cardio-overview .sh-cardio-appointment-icon {
    width: 27px;

    min-width: 27px;

    height: 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #ffffff;

    color: #c6201c;

    font-size: 11px;
}


.sh-cardio-overview .sh-cardio-phone-icon {
    font-size: 12px;
}


.sh-cardio-overview .sh-cardio-appointment-divider {
    width: 1px;

    height: 22px;

    margin: 0 2px;

    background: rgba(255, 255, 255, 0.45);
}


/* =========================================================
   1399px
========================================================= */

@media (max-width: 1399px) {

    .sh-cardio-overview .sh-cardio-heart-frame {
        width: 325px;

        height: 325px;
    }


    .sh-cardio-overview .sh-cardio-orbit {
        width: 390px;

        height: 390px;
    }


    .sh-cardio-overview .sh-cardio-orbit-two {
        width: 350px;

        height: 350px;
    }

}


/* =========================================================
   1199px
========================================================= */

@media (max-width: 1199px) {

    .sh-cardio-overview .sh-cardio-overview-wrapper {
        gap: 20px;
    }


    .sh-cardio-overview .sh-cardio-overview-left {
        width: 52%;
    }


    .sh-cardio-overview .sh-cardio-overview-right {
        width: 48%;
    }


    .sh-cardio-overview .sh-cardio-overview-title {
        font-size: 35px;

        line-height: 42px;
    }


    .sh-cardio-overview .sh-cardio-heart-frame {
        width: 290px;

        height: 290px;

        border-width: 7px;
    }


    .sh-cardio-overview .sh-cardio-orbit {
        width: 350px;

        height: 350px;
    }


    .sh-cardio-overview .sh-cardio-orbit-two {
        width: 315px;

        height: 315px;
    }


    .sh-cardio-overview .sh-cardio-appointment-btn {
        min-width: 300px;
    }

}


/* =========================================================
   991px
========================================================= */

@media (max-width: 991px) {

    .sh-cardio-overview {
        padding: 35px 0;
    }


    .sh-cardio-overview .sh-cardio-overview-wrapper {
        flex-direction: column;

        min-height: auto;

        align-items: stretch;
    }


    .sh-cardio-overview .sh-cardio-overview-left,
    .sh-cardio-overview .sh-cardio-overview-right {
        width: 100%;
    }

    .sh-cardio-overview::before {
        display: none;
    }

    .sh-cardio-overview .sh-cardio-overview-left {
        max-width: 720px;

        margin: 0 auto;
    }




    .sh-cardio-overview .sh-cardio-appointment-btn {
        right: 50%;

        transform: translateX(50%);

        bottom: 5px;
    }


    .sh-cardio-overview .sh-cardio-appointment-btn:hover {
        transform: translateX(50%) translateY(-2px);
    }

}


/* =========================================================
   767px
========================================================= */

@media (max-width: 767px) {

    .sh-cardio-overview .sh-cardio-overview-title {
        font-size: 32px;

        line-height: 40px;
    }


    .sh-cardio-overview .sh-cardio-overview-description {
        font-size: 11px;

        line-height: 19px;
    }


    .sh-cardio-overview .sh-cardio-info-text {
        font-size: 9px;

        line-height: 14px;
    }


    .sh-cardio-overview .sh-cardio-feature-list {
        grid-template-columns: repeat(2, 1fr);

        row-gap: 10px;
    }


    .sh-cardio-overview .sh-cardio-feature-item {
        justify-content: flex-start;

        border-right: 0;
    }


    .sh-cardio-overview .sh-cardio-feature-item:nth-child(odd) {
        border-right: 1px solid #dfe3e8;
    }


    .sh-cardio-overview .sh-cardio-heart-frame {
        width: 300px;

        height: 300px;
    }


    .sh-cardio-overview .sh-cardio-orbit {
        width: 355px;

        height: 355px;
    }


    .sh-cardio-overview .sh-cardio-orbit-two {
        width: 320px;

        height: 320px;
    }


    .sh-cardio-overview .sh-cardio-appointment-btn {
        min-width: 320px;
    }

}


/* =========================================================
   575px
========================================================= */

@media (max-width: 575px) {

    .sh-cardio-overview {
        padding: 28px 0 25px;
    }


    .sh-cardio-overview .sh-cardio-overview-label {
        min-width: 0;

        width: auto;

        max-width: 100%;

        padding-right: 10px;
    }


    .sh-cardio-overview .sh-cardio-overview-label-text {
        font-size: 9px;

        letter-spacing: 0.15px;
    }


    .sh-cardio-overview .sh-cardio-overview-title {
        margin-top: 14px;

        font-size: 28px;

        line-height: 36px;
    }


    .sh-cardio-overview .sh-cardio-overview-description {
        font-size: 10px;

        line-height: 18px;
    }


    .sh-cardio-overview .sh-cardio-info-box {
        padding: 11px;

        gap: 8px;
    }


    .sh-cardio-overview .sh-cardio-info-icon {
        width: 33px;

        min-width: 33px;

        height: 33px;

        font-size: 14px;
    }


    .sh-cardio-overview .sh-cardio-info-content h3 {
        font-size: 16px;

        line-height: 30px;
    }



    .sh-cardio-overview .sh-cardio-info-text {
        font-size: 8px;

        line-height: 13px;
    }


    .sh-cardio-overview .sh-cardio-feature-list {
        grid-template-columns: 1fr 1fr;
    }


    .sh-cardio-overview .sh-cardio-feature-item {
        min-height: 65px;

        gap: 6px;

        padding: 4px 5px;
    }


    .sh-cardio-overview .sh-cardio-feature-item:nth-child(odd) {
        border-right: 1px solid #dfe3e8;
    }


    .sh-cardio-overview .sh-cardio-feature-icon {
        width: 34px;

        min-width: 34px;

        height: 34px;

        font-size: 14px;
    }


    .sh-cardio-overview .sh-cardio-feature-item>span {
        font-size: 7px;

        line-height: 12px;
    }




    .sh-cardio-overview .sh-cardio-heart-frame {
        width: 260px;

        height: 260px;

        padding: 9px;

        border-width: 6px;
    }


    .sh-cardio-overview .sh-cardio-orbit {
        width: 305px;

        height: 305px;
    }


    .sh-cardio-overview .sh-cardio-orbit-two {
        width: 275px;

        height: 275px;
    }


    .sh-cardio-overview .sh-cardio-appointment-btn {
        min-width: 100%;

        max-width: 100%;

        bottom: 0;

        font-size: 8px;
    }

}

/* =========================================================
   CARDIAC SERVICES V2
   ALL CSS IS SCOPED
========================================================= */

.sh-cardiac-services-v2 {

    --cardio-primary: #20304f;
    --cardio-secondary: #3998ff;
    --cardio-red: #c6201c;
    --cardio-light-red: #f9e9ed;
    --cardio-border: #e7e9ed;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
    background: #fff2f2;
    font-family: "Poppins", sans-serif;
}


/* =========================================================
   BACKGROUND HEART AREA
========================================================= */

.sh-cardiac-services-v2__heart-bg {

    position: absolute;

    top: 0;
    display: none;

    right: 0;

    width: 48%;

    height: 355px;

    background-image:
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.98) 0%,
            rgba(255, 255, 255, 0.78) 28%,
            rgba(255, 255, 255, 0.18) 100%),
        url("https://shekhawatihospital.com/wp-content/uploads/2026/09/department-bg.png");

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    opacity: 0.42;

    pointer-events: none;
}


/* =========================================================
   DECORATIVE DOTS
========================================================= */

.sh-cardiac-services-v2__dots {

    position: absolute;

    width: 55px;

    height: 65px;

    background-image: radial-gradient(var(--cardio-red) 1.2px,
            transparent 1.2px);

    background-size: 8px 8px;

    opacity: 0.65;

    pointer-events: none;
}


.sh-cardiac-services-v2__dots--left {

    top: 38px;

    left: 38px;
}


.sh-cardiac-services-v2__dots--right {

    top: 255px;

    right: 38px;
}


/* =========================================================
   HEADING
========================================================= */

.sh-cardiac-services-v2__heading {

    position: relative;

    z-index: 3;


    margin: 0 auto 17px;

    text-align: center;
}


/* =========================================================
   SUBTITLE
========================================================= */

.sh-cardiac-services-v2__heading .theme-section-subtitle {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;
    margin: auto;
    margin-bottom: 10px;

    color: var(--cardio-red);

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 19px;

    font-weight: 700;

    letter-spacing: 0.7px;

}


.sh-cardiac-services-v2__heading .theme-section-subtitle .sh-subtitle-line {

    display: inline-block;

    width: 28px;

    height: 2px;

    background: var(--cardio-red);

    position: relative;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.sh-cardiac-services-v2__heading .theme-section-title {

    margin: 0;

    padding: 0;

    color: var(--cardio-primary);

    font-family: "Poppins", sans-serif;

    font-size: 31px;

    line-height: 39px;

    font-weight: 700;

    letter-spacing: -0.5px;
}


.sh-cardiac-services-v2__heading .theme-section-title span {

    display: block;

    color: var(--cardio-red);
}


/* =========================================================
   HEADING UNDERLINE
========================================================= */

.sh-cardiac-services-v2__heading-line {

    display: block;

    width: 48px;

    height: 3px;

    margin: 7px auto 8px;

    border-radius: 4px;

    background: var(--cardio-red);
}


/* =========================================================
   INTRO
========================================================= */

.sh-cardiac-services-v2__intro {

    max-width: 910px;

    margin: 0 auto;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 17px;

    font-weight: 400;
}


.sh-cardiac-services-v2__intro strong {

    color: var(--cardio-red);

    font-weight: 700;
}


/* =========================================================
   SERVICES PANEL
========================================================= */

.sh-cardiac-services-v2__panel {

    position: relative;
    z-index: 4;
    width: calc(100% - 70px);
    max-width: 1090px;
    margin: 18px auto 0px;
    padding: 40px;
    border-radius: 14px 14px 0px 0px;
    background: linear-gradient(135deg, rgb(44, 60, 88), rgb(30, 35, 39));
    box-shadow: rgba(255, 255, 255, 0.35) 0px -2px 0px inset, rgba(32, 48, 79, 0.13) 0px 8px 25px;
}


/* =========================================================
   PANEL HEADING
========================================================= */

.sh-cardiac-services-v2__panel-title {

    position: absolute;

    top: -8px;

    left: 50%;

    transform: translateX(-50%);

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    width: 100%;

    pointer-events: none;
}


.sh-cardiac-services-v2__panel-heading {

    min-width: 205px;

    padding: 7px 25px;

    border-radius: 18px;

    background: var(--cardio-red);

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    line-height: 18px;

    font-weight: 700;

    text-align: center;

    box-shadow: 0 4px 12px rgba(173, 41, 75, 0.18);
}


.sh-cardiac-services-v2__panel-line {

    width: 25px;

    height: 1px;

    background: #ffffff;

    opacity: 0.8;

    position: relative;
}


.sh-cardiac-services-v2__panel-line::after {

    content: "";

    position: absolute;

    top: -3px;

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background: #ffffff;
}


.sh-cardiac-services-v2__panel-line:first-child::after {

    right: -1px;
}


.sh-cardiac-services-v2__panel-line:last-child::after {

    left: -1px;
}


/* =========================================================
   SERVICES GRID
========================================================= */

.sh-cardiac-services-v2__grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 9px;

    width: 100%;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.sh-cardiac-services-v2__card {

    position: relative;

    min-height: 112px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    padding: 9px 6px 8px;

    border: 1px solid #e2e5e9;

    border-radius: 8px;

    background: #ffffff;

    box-shadow:
        0 3px 8px rgba(0, 0, 0, 0.08);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


.sh-cardiac-services-v2__card:hover {

    transform: translateY(-4px);

    box-shadow:
        0 8px 17px rgba(32, 48, 79, 0.17);
}


/* =========================================================
   SERVICE ICON
========================================================= */

.sh-cardiac-services-v2__icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 7px;

    border-radius: 50%;

    background: var(--cardio-light-red);

    color: var(--cardio-red);

    font-size: 23px;

    line-height: 1;

    transition: all 0.3s ease;
}


.sh-cardiac-services-v2__card:hover .sh-cardiac-services-v2__icon {

    background: var(--cardio-red);

    color: #ffffff;

    transform: scale(1.04);
}

.sh-cardiac-services-v2__icon img {
    width: 30px;
    filter: brightness(0) saturate(100%) invert(19%) sepia(72%) saturate(3252%) hue-rotate(351deg) brightness(90%) contrast(93%);
}

/* =========================================================
   CARD TITLE
========================================================= */

.sh-cardiac-services-v2__card h3 {

    margin: 0;
    padding: 0;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222d3b;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
}


/* =========================================================
   CARD RED LINE
========================================================= */

.sh-cardiac-services-v2__card-line {

    display: block;

    width: 25px;

    height: 3px;

    margin-top: 7px;

    border-radius: 3px;

    background: var(--cardio-red);
}


/* =========================================================
   BOTTOM BADGE
========================================================= */

.sh-cardiac-services-v2__bottom-badge {

    width: fit-content;

    min-width: 285px;

    height: 31px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin: 30px auto 0;

    padding: 3px 13px 3px 4px;

    border-radius: 18px;

    background: #ffffff;

    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.13);

    color: var(--cardio-primary);

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 13px;

    font-weight: 600;
}

.sh-cardiac-services-v2__card:hover .sh-cardiac-services-v2__icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.sh-cardiac-services-v2__bottom-badge strong {

    color: var(--cardio-red);

    font-weight: 700;
}


.sh-cardiac-services-v2__bottom-icon {

    width: 25px;

    min-width: 25px;

    height: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: var(--cardio-red);

    color: #ffffff;

    font-size: 12px;
}


/* =========================================================
   1399 PX
========================================================= */

@media (max-width: 1399px) {

    .sh-cardiac-services-v2__panel {

        max-width: 1050px;

    }

}


/* =========================================================
   1199 PX
========================================================= */

@media (max-width: 1199px) {

    .sh-cardiac-services-v2__panel {

        width: calc(100% - 40px);

        padding-left: 16px;

        padding-right: 16px;

    }


    .sh-cardiac-services-v2__grid {

        gap: 8px;

    }


    .sh-cardiac-services-v2__card {

        min-height: 105px;

    }


    .sh-cardiac-services-v2__icon {

        width: 47px;

        height: 47px;

        font-size: 21px;

    }

}


/* =========================================================
   991 PX
========================================================= */

@media (max-width: 991px) {

    .sh-cardiac-services-v2 {

        padding-top: 35px;

    }


    .sh-cardiac-services-v2__heading .theme-section-title {

        font-size: 28px;

        line-height: 36px;

    }


    .sh-cardiac-services-v2__grid {

        grid-template-columns: repeat(4, 1fr);

    }


    .sh-cardiac-services-v2__card {

        min-height: 118px;

    }


    .sh-cardiac-services-v2__panel {

        margin-top: 25px;

    }

}


/* =========================================================
   767 PX
========================================================= */

@media (max-width: 767px) {

    .sh-cardiac-services-v2__heart-bg {

        width: 100%;

        opacity: 0.16;

    }


    .sh-cardiac-services-v2__dots--left {

        left: 15px;

    }


    .sh-cardiac-services-v2__dots--right {

        right: 15px;

    }


    .sh-cardiac-services-v2__heading {

        padding: 0 15px;

    }


    .sh-cardiac-services-v2__heading .theme-section-title {

        font-size: 25px;

        line-height: 33px;

    }


    .sh-cardiac-services-v2__intro {

        font-size: 10px;

        line-height: 17px;

    }


    .sh-cardiac-services-v2__panel {

        width: calc(100% - 25px);

        padding: 30px 12px 14px;

    }


    .sh-cardiac-services-v2__grid {

        grid-template-columns: repeat(3, 1fr);

        gap: 9px;

    }


    .sh-cardiac-services-v2__card {

        min-height: 120px;

    }


    .sh-cardiac-services-v2__panel-heading {

        min-width: 185px;

        font-size: 10px;

    }

}


/* =========================================================
   575 PX
========================================================= */

@media (max-width: 575px) {

    .sh-cardiac-services-v2 {

        padding-top: 28px;

    }


    .sh-cardiac-services-v2__heading .theme-section-subtitle {

        font-size: 10px;

    }


    .sh-cardiac-services-v2__heading .theme-section-title {

        font-size: 22px;

        line-height: 30px;

    }


    .sh-cardiac-services-v2__heading-line {

        margin-top: 5px;

    }


    .sh-cardiac-services-v2__intro {

        font-size: 9px;

        line-height: 16px;

    }


    .sh-cardiac-services-v2__panel {

        width: calc(100% - 18px);

        padding: 29px 8px 12px;

        border-radius: 10px 10px 0 0;

    }


    .sh-cardiac-services-v2__panel-title {

        gap: 5px;

    }


    .sh-cardiac-services-v2__panel-heading {

        min-width: 170px;

        padding: 6px 15px;

        font-size: 9px;

        line-height: 16px;

    }


    .sh-cardiac-services-v2__panel-line {

        width: 17px;

    }


    .sh-cardiac-services-v2__grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 8px;

    }


    .sh-cardiac-services-v2__card {

        min-height: 115px;

        padding: 8px 5px;

    }


    .sh-cardiac-services-v2__icon {

        width: 45px;

        height: 45px;

        margin-bottom: 6px;

        font-size: 20px;

    }


    .sh-cardiac-services-v2__card h3 {

        font-size: 9px;

        line-height: 13px;

    }


    .sh-cardiac-services-v2__card-line {

        width: 22px;

        height: 2px;

        margin-top: 6px;

    }


    .sh-cardiac-services-v2__bottom-badge {

        min-width: 250px;

        max-width: 90%;

        font-size: 7px;

    }

}

/* =========================================================
   CARDIOLOGY CTA SECTION
   ALL STYLES SCOPED TO UNIQUE PARENT
========================================================= */

.sh-cardiac-cta {

    position: relative;

    width: 100%;

    padding: 50px 0;

    overflow: hidden;

    background: #ffffff;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   MAIN BOX
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-box {

    position: relative;

    width: 80%;

    min-height: 255px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

    padding: 35px 50px;

    border: 1px solid #dfe4ea;

    border-radius: 11px;

    background:
        linear-gradient(135deg,
            #17283e 0%,
            #152438 50%,
            #101d2e 100%);

    box-shadow:
        0 5px 18px rgba(32, 48, 79, 0.10);
    margin: auto;
}


/* =========================================================
   BRUSH / TEXTURE EFFECT
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-box::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.25;

    background:
        linear-gradient(125deg,
            transparent 0%,
            rgba(255, 255, 255, 0.07) 13%,
            transparent 25%,
            transparent 70%,
            rgba(255, 255, 255, 0.07) 84%,
            transparent 100%);
}


/* Left brush */

.sh-cardiac-cta .sh-cardiac-cta-box::after {

    content: "";

    position: absolute;

    left: -45px;

    top: -40px;

    width: 270px;

    height: 340px;

    opacity: 0.17;

    transform: rotate(-16deg);

    background:
        repeating-linear-gradient(115deg,
            rgba(255, 255, 255, 0.12) 0px,
            rgba(255, 255, 255, 0.12) 2px,
            transparent 2px,
            transparent 8px);

    filter: blur(1px);

    pointer-events: none;
}


/* =========================================================
   CONTENT
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-content {

    position: relative;

    z-index: 3;

    width: 100%;

    max-width: 900px;

    text-align: center;
}


/* =========================================================
   MAIN TEXT
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-text h5 {

    max-width: 770px;
    margin: 0 auto;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.sh-cardiac-cta .sh-cardiac-cta-text p {
    color: #fff;
    margin-top: 10px;
}

.sh-cardiac-cta .sh-cardiac-cta-text strong {

    color: #c6201c;

    font-weight: 700;
}


/* =========================================================
   HEART DIVIDER
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-divider {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin: 13px auto 13px;
}


.sh-cardiac-cta .sh-cardiac-cta-divider span {

    display: block;

    width: 43px;

    height: 1px;

    background: #c6201c;

    opacity: 0.8;
}


.sh-cardiac-cta .sh-cardiac-cta-divider i {

    color: #c6201c;

    font-size: 11px;

    line-height: 12px;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-contact {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 16px;

    margin-bottom: 17px;
}


/* =========================================================
   CONTACT ITEM
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-contact-item {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    min-height: 35px;
}


/* =========================================================
   CONTACT ICON
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-contact-icon {

    width: 30px;

    min-width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #c6201c;

    border-radius: 50%;

    color: #c6201c;

    font-size: 12px;

    background: rgba(178, 45, 76, 0.05);
}


/* =========================================================
   CONTACT TEXT
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-contact-text {

    color: #ffffff;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 15px;

    font-weight: 400;

    white-space: nowrap;
}


/* =========================================================
   CONTACT DIVIDER
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-contact-divider {

    display: block;

    width: 1px;

    height: 32px;

    background: rgba(255, 255, 255, 0.32);
}


/* =========================================================
   BUTTON WRAPPER
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-buttons {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 13px;
}


/* =========================================================
   COMMON CTA BUTTON
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-btn {

    min-width: 160px;

    height: 39px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    padding: 7px 20px;

    border-radius: 6px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    line-height: 17px;

    font-weight: 600;

    text-decoration: none !important;

    transition:
        all 0.3s ease;
}


/* =========================================================
   APPOINTMENT BUTTON
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-btn--appointment {

    border: 1px solid #b72d4c;

    background: #b52c4b;

    color: #ffffff;

    box-shadow:
        0 4px 10px rgba(181, 44, 75, 0.18);
}


.sh-cardiac-cta .sh-cardiac-cta-btn--appointment:hover {

    background: #d13b58;

    border-color: #d13b58;

    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================================
   CONTACT BUTTON
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-btn--contact {

    border: 1px solid #d9a9b3;

    background: #ffffff;

    color: #c6201c;
}


.sh-cardiac-cta .sh-cardiac-cta-btn--contact:hover {

    background: #c6201c;

    border-color: #c6201c;

    color: #ffffff;

    transform: translateY(-2px);
}


/* =========================================================
   BUTTON ICON
========================================================= */

.sh-cardiac-cta .sh-cardiac-cta-btn i {

    font-size: 13px;

    line-height: 14px;
}


/* =========================================================
   1199 PX
========================================================= */

@media (max-width: 1199px) {

    .sh-cardiac-cta .sh-cardiac-cta-box {

        min-height: 240px;

        padding: 32px 35px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-text {

        font-size: 12px;

        line-height: 20px;
    }

}


/* =========================================================
   991 PX
========================================================= */

@media (max-width: 991px) {

    .sh-cardiac-cta .sh-cardiac-cta-box {

        min-height: 250px;

        padding: 30px 25px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-contact {

        gap: 11px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-contact-text {

        font-size: 9px;
    }

}


/* =========================================================
   767 PX
========================================================= */

@media (max-width: 767px) {

    .sh-cardiac-cta {

        padding: 15px 0;
    }


    .sh-cardiac-cta .sh-cardiac-cta-box {

        min-height: auto;

        padding: 30px 20px;

        border-radius: 9px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-text {

        max-width: 550px;

        font-size: 11px;

        line-height: 19px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-contact {

        flex-wrap: wrap;

        row-gap: 8px;

        margin-bottom: 17px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-contact-divider {

        display: none;
    }


    .sh-cardiac-cta .sh-cardiac-cta-buttons {

        gap: 10px;
    }

}


/* =========================================================
   575 PX
========================================================= */

@media (max-width: 575px) {

    .sh-cardiac-cta .sh-cardiac-cta-box {

        padding: 27px 15px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-text {

        font-size: 10px;

        line-height: 18px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-divider {

        margin: 11px auto;
    }


    .sh-cardiac-cta .sh-cardiac-cta-contact {

        flex-direction: column;

        gap: 8px;

        margin-bottom: 18px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-contact-item {

        width: 100%;
    }


    .sh-cardiac-cta .sh-cardiac-cta-contact-text {

        font-size: 9px;
    }


    .sh-cardiac-cta .sh-cardiac-cta-buttons {

        flex-direction: column;

        width: 100%;
    }


    .sh-cardiac-cta .sh-cardiac-cta-btn {

        width: 100%;

        max-width: 230px;

        height: 41px;
    }

}

.page-id-84 .sh-about-buttons .theme-btn-orange {
    background: #fff;
    color: #000000 !important;
}

/* =========================================================
   CARDIOLOGY SYMPTOMS V2
   ALL CSS SCOPED TO UNIQUE PARENT
========================================================= */

.sh-cardio-symptoms-v2 {

    --sym-primary: #20304f;
    --sym-blue: #3998ff;
    --sym-red: #c6201c;
    --sym-light-red: #f9edef;
    --sym-border: #e8e8eb;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
    background: #f2f5ff;
    font-family: "Poppins", sans-serif;
}


/* =========================================================
   MAIN WRAPPER
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__wrapper {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    width: 100%;
}


/* =========================================================
   LEFT AREA
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__left {

    width: 52%;

    position: relative;

    min-height: 370px;

    padding-left: 5px;
}


/* =========================================================
   IMAGE WRAPPER
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__image-wrap {

    position: absolute;

    left: 0;

    top: 5px;

    width: 155px;

    height: 180px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================================
   IMAGE ORBIT
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__image-orbit {

    position: absolute;

    width: 151px;

    height: 151px;

    border-radius: 50%;

    border: 2px solid rgba(169, 45, 78, 0.50);

    border-right-color: transparent;

    border-bottom-color: transparent;

    transform: rotate(-25deg);
}


/* =========================================================
   IMAGE CIRCLE
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__image-circle {

    position: relative;

    z-index: 2;

    width: 142px;

    height: 142px;

    overflow: hidden;

    border-radius: 50%;

    border: 6px solid #f9e6ea;

    background: #ffffff;

    box-shadow:
        0 4px 13px rgba(32, 48, 79, 0.10);
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__image-circle img {

    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    padding: 0;

    object-fit: cover;

    object-position: center;

    border: 0;
}


/* =========================================================
   FLOATING ICON
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__floating-icon {

    position: absolute;

    z-index: 5;

    right: -4px;

    bottom: 15px;

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 5px solid #ffffff;

    border-radius: 50%;

    background: #ffffff;

    color: var(--sym-red);

    font-size: 22px;

    box-shadow:
        0 4px 14px rgba(32, 48, 79, 0.15);
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content {

    width: calc(100% - 165px);

    margin-left: 165px;

    padding-top: 7px;
}


/* =========================================================
   SUBTITLE
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-subtitle {

    display: flex;

    align-items: center;

    gap: 7px;

    margin: 0 0 8px;

    color: var(--sym-red);

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 16px;

    font-weight: 700;

    letter-spacing: 0.35px;

    white-space: nowrap;
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-subtitle .sh-subtitle-line {

    width: 21px;

    height: 1px;

    display: inline-block;

    background: var(--sym-red);

    flex-shrink: 0;
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-subtitle i {

    font-size: 11px;

    color: var(--sym-red);

    margin-left: 2px;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-title {

    margin: 0;

    padding: 0;

    color: var(--sym-primary);

    font-family: "Poppins", sans-serif;

    font-size: 29px;

    line-height: 36px;

    font-weight: 700;

    letter-spacing: -0.4px;
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-title span {

    display: contents;

    color: var(--sym-red);
}


/* =========================================================
   TITLE LINE
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__title-line {

    display: block;

    width: 43px;

    height: 3px;

    margin: 7px 0 9px;

    border-radius: 3px;

    background: var(--sym-red);
}


/* =========================================================
   LEFT DESCRIPTION
   USING P AS REQUESTED
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content p {}


/* =========================================================
   INFORMATION BOX
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-box {


    left: 0;

    bottom: 0;

    width: calc(100% - 5px);

    min-height: 82px;

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 11px 17px;

    border: 1px solid #f2e2e5;

    border-radius: 15px;

    background: #fff4f5;
    margin-top: 20px;
}


/* =========================================================
   INFO ICON
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-icon {

    width: 58px;

    min-width: 58px;

    height: 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 3px solid #ffffff;

    border-radius: 50%;

    background: #252e4a;

    color: #ffffff;

    font-size: 24px;

    box-shadow:
        0 2px 7px rgba(169, 45, 78, 0.18);
}


/* =========================================================
   INFO CONTENT
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-content {

    position: relative;

    padding-left: 14px;

    border-left: 1px solid #e6c9cf;

    flex: 1;
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-content p {

    margin: 0;

    padding: 0;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 26px;

    font-weight: 400;
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-content strong {

    color: var(--sym-red);

    font-weight: 700;
}


/* =========================================================
   RIGHT AREA
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__right {

    width: 48%;

    position: relative;
}


/* =========================================================
   SYMPTOMS CARD
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__symptoms-card {

    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0;

    padding: 12px 14px;

    border: 1px solid #eeeeef;

    border-radius: 15px;

    background: #ffffff;

    box-shadow:
        0 5px 18px rgba(32, 48, 79, 0.08);
}


/* =========================================================
   SYMPTOMS COLUMN
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__column {

    width: 100%;
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__column:first-child {

    padding-right: 10px;

    border-right: 1px solid #eeeeef;
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__column:last-child {

    padding-left: 10px;
}


/* =========================================================
   SYMPTOM ITEM
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item {

    min-height: 43px;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 5px 2px;

    border-bottom: 1px solid #eeeeef;
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item:last-child {

    border-bottom: 0;
}


/* =========================================================
   ITEM ICON
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item-icon {

    width: 32px;

    min-width: 32px;

    height: 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #fbeff1;

    color: var(--sym-red);

    font-size: 13px;
}

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item-icon img {
    width: 20px;
}

/* =========================================================
   ITEM TEXT
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item>span {

    color: #444;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 19px;
    font-weight: 400;
}


/* =========================================================
   HOVER
========================================================= */

.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item {

    transition: all 0.25s ease;
}


.sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item:hover .sh-cardio-symptoms-v2__item-icon {

    background: var(--sym-red);

    color: #ffffff;
}


/* =========================================================
   1199 PX
========================================================= */

@media (max-width: 1199px) {

    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__wrapper {

        gap: 20px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__left {

        width: 51%;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__right {

        width: 49%;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content {

        width: calc(100% - 150px);

        margin-left: 150px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-title {

        font-size: 26px;

        line-height: 33px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item>span {

        font-size: 7.5px;
    }

}


/* =========================================================
   991 PX
========================================================= */

@media (max-width: 991px) {

    .sh-cardio-symptoms-v2 {

        padding: 35px 0;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__wrapper {

        flex-direction: column;

        align-items: stretch;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__left,
    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__right {

        width: 100%;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__left {

        min-height: 350px;

        max-width: 760px;

        margin: 0 auto;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__right {

        max-width: 760px;

        margin: 0 auto;
    }

}


/* =========================================================
   767 PX
========================================================= */

@media (max-width: 767px) {

    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__left {

        min-height: auto;

        padding-left: 0;

        padding-bottom: 0;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__image-wrap {

        position: relative;

        top: auto;

        left: auto;

        margin: 0 auto 15px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content {

        width: 100%;

        margin-left: 0;

        text-align: center;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-subtitle {

        justify-content: center;

        white-space: normal;

        flex-wrap: wrap;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-title {

        font-size: 27px;

        line-height: 35px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__title-line {

        margin-left: auto;

        margin-right: auto;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content p {

        max-width: 600px;

        margin: 0 auto;

        font-size: 10px;

        line-height: 18px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-box {

        position: relative;

        left: auto;

        bottom: auto;

        width: 100%;

        margin-top: 20px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__symptoms-card {

        grid-template-columns: 1fr 1fr;
    }

}


/* =========================================================
   575 PX
========================================================= */

@media (max-width: 575px) {

    .sh-cardio-symptoms-v2 {

        padding: 28px 0;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-subtitle {

        font-size: 9px;

        line-height: 15px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content .theme-section-title {

        font-size: 23px;

        line-height: 31px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__content p {

        font-size: 9px;

        line-height: 16px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-box {

        gap: 9px;

        padding: 10px;

        border-radius: 12px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-icon {

        width: 45px;

        min-width: 45px;

        height: 45px;

        font-size: 19px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-content {

        padding-left: 9px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__info-content p {

        font-size: 7.5px;

        line-height: 12px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__symptoms-card {

        grid-template-columns: 1fr;

        padding: 10px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__column:first-child {

        padding-right: 0;

        border-right: 0;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__column:last-child {

        padding-left: 0;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item {

        min-height: 45px;
    }


    .sh-cardio-symptoms-v2 .sh-cardio-symptoms-v2__item>span {

        font-size: 8px;

        line-height: 12px;
    }

}

/* =========================================================
   CARDIOLOGY INFORMATION SECTION
   UNIQUE PARENT - NO GLOBAL IMPACT
========================================================= */

.sh-cardio-info-section {

    position: relative;

    width: 100%;

    padding: 80px 0;


    background: #ffffff;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   SOFT BACKGROUND
========================================================= */

.sh-cardio-info-section::before {

    content: "";

    position: absolute;

    left: -180px;

    bottom: -160px;

    width: 450px;

    height: 350px;

    border-radius: 50%;

    background: #f3f7fc;

    opacity: 0.7;

    pointer-events: none;
}


.sh-cardio-info-section::after {

    content: "";

    position: absolute;

    right: -130px;

    top: 150px;

    width: 350px;

    height: 350px;

    border-radius: 50%;

    background: #faf1f4;

    opacity: 0.45;

    pointer-events: none;
}


/* =========================================================
   COMMON BLOCK
========================================================= */

.sh-cardio-info-section .sh-cardio-info-block {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 45px;

    width: 100%;

    margin-bottom: 65px;
}


.sh-cardio-info-section .sh-cardio-info-block:last-child {

    margin-bottom: 0;
}


/* =========================================================
   CONTENT AREA
========================================================= */

.sh-cardio-info-section .sh-cardio-info-content {

    flex: 1;

    min-width: 0;
}


/* =========================================================
   IMAGE AREA
========================================================= */

.sh-cardio-info-section .sh-cardio-info-image-wrap {

    width: 400px;

    min-width: 265px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================================
   IMAGE
========================================================= */

.sh-cardio-info-section .sh-cardio-info-image {

    position: relative;


    overflow: hidden;

    border: 1px solid #e2e6eb;

    border-radius: 6px;

    background: #ffffff;
    height: 400px;
    box-shadow:
        0 3px 12px rgba(32, 48, 79, 0.07);
}




.sh-cardio-info-section .sh-cardio-info-image img {

    display: block;

    width: 100%;

    height: 100%;

    margin: 0;

    padding: 0;

    border: 0;

    object-fit: cover;

    object-position: center;

    transition: transform 0.4s ease;
}


.sh-cardio-info-section .sh-cardio-info-image:hover img {

    transform: scale(1.03);
}


/* =========================================================
   SECTION TITLE
========================================================= */

.sh-cardio-info-section .sh-cardio-info-title {

    position: relative;

    margin: 0 0 9px;

    padding: 0 0 0 0;

    color: #252e4a;

    font-family: "Poppins", sans-serif;

    font-size: 20px;

    line-height: 30px;

    font-weight: 700;
}


/* =========================================================
   TITLE ACCENT
========================================================= */

.sh-cardio-info-section .sh-cardio-info-title::after {

    content: "";

    display: block;

    width: 34px;

    height: 2px;

    margin-top: 6px;

    border-radius: 2px;

    background: #3998ff;
}


/* =========================================================
   PARAGRAPH
   USING GLOBAL P FONT - ONLY SPACING HERE
========================================================= */

.sh-cardio-info-section .sh-cardio-info-content p {

    margin-bottom: 8px;
    padding: 0;
}


/* =========================================================
   TEST GRID
========================================================= */

.sh-cardio-info-section .sh-cardio-test-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 25px;

    margin-top: 3px;
}


/* =========================================================
   TEST LIST
========================================================= */

.sh-cardio-info-section ul {
    column-count: 2;
    margin: 0;

    padding: 0;

    list-style: none;
}


.sh-cardio-info-section li {

    position: relative;

    margin: 0 0 8px;

    padding-left: 12px;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 30px;

    font-weight: 400;
}


.sh-cardio-info-section li::before {

    content: "+";

    position: absolute;

    left: 0;

    top: 8px;

    color: #252e4a;

    font-size: 10px;

    line-height: 14px;

    font-weight: 700;
}


/* =========================================================
   TOP BLOCK
========================================================= */

.sh-cardio-info-section .sh-cardio-info-block--top {

    align-items: flex-start;

    min-height: 155px;
}


.sh-cardio-info-section .sh-cardio-info-block--top .sh-cardio-info-image-wrap {

    padding-top: 0;
    position: sticky;
    top: 100px;
}


/* =========================================================
   MIDDLE BLOCK
========================================================= */

.sh-cardio-info-section .sh-cardio-info-block--middle {

    align-items: flex-start;

    gap: 45px;

    margin-bottom: 62px;
}


.sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-image-wrap {


    justify-content: flex-start;
}


.sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-image {}


.sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-content {

    padding-top: 2px;
}


/* =========================================================
   BOTTOM BLOCK
========================================================= */

.sh-cardio-info-section .sh-cardio-info-block--bottom {

    align-items: flex-start;

    gap: 45px;

    margin-bottom: 0;
}


.sh-cardio-info-section .sh-cardio-info-block--bottom .sh-cardio-info-content {

    padding-top: 3px;
}





/* =========================================================
   1199 PX
========================================================= */

@media (max-width: 1199px) {

    .sh-cardio-info-section .sh-cardio-info-block {

        gap: 30px;

        margin-bottom: 55px;
    }


    .sh-cardio-info-section .sh-cardio-info-image-wrap {

        width: 235px;

        min-width: 235px;
    }


    .sh-cardio-info-section .sh-cardio-info-image {

        width: 190px;

        height: 140px;
    }


    .sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-image-wrap {

        width: 160px;

        min-width: 160px;
    }


    .sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-image {

        width: 160px;

        height: 165px;
    }

}


/* =========================================================
   991 PX
========================================================= */

@media (max-width: 991px) {

    .sh-cardio-info-section {

        padding: 35px 0;
    }


    .sh-cardio-info-section .sh-cardio-info-block {

        gap: 25px;

        margin-bottom: 50px;
    }


    .sh-cardio-info-section .sh-cardio-info-title {

        font-size: 13px;

        line-height: 20px;
    }


    .sh-cardio-info-section .sh-cardio-test-grid {

        gap: 15px;
    }


    .sh-cardio-info-section .sh-cardio-info-image-wrap {

        width: 215px;

        min-width: 215px;
    }


    .sh-cardio-info-section .sh-cardio-info-image {

        width: 180px;

        height: 135px;
    }


    .sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-image-wrap {

        width: 150px;

        min-width: 150px;
    }


    .sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-image {

        width: 150px;

        height: 155px;
    }

}


/* =========================================================
   767 PX
========================================================= */

@media (max-width: 767px) {

    .sh-cardio-info-section {

        padding: 30px 0;
    }


    .sh-cardio-info-section .sh-cardio-info-block {

        flex-direction: column;

        gap: 20px;

        margin-bottom: 45px;

        align-items: stretch;
    }


    /* Image first visually */

    .sh-cardio-info-section .sh-cardio-info-block--top {

        flex-direction: column-reverse;
    }


    .sh-cardio-info-section .sh-cardio-info-block--bottom {

        flex-direction: column-reverse;
    }


    .sh-cardio-info-section .sh-cardio-info-image-wrap,

    .sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-image-wrap,

    .sh-cardio-info-section .sh-cardio-info-block--bottom .sh-cardio-info-image-wrap {

        width: 100%;

        min-width: 100%;

        justify-content: center;

        padding: 0;
    }


    .sh-cardio-info-section .sh-cardio-info-image,

    .sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-image {

        width: 220px;

        height: 165px;
    }


    .sh-cardio-info-section .sh-cardio-info-content {

        width: 100%;
    }


    .sh-cardio-info-section .sh-cardio-info-title {

        font-size: 15px;

        line-height: 22px;
    }


    .sh-cardio-info-section .sh-cardio-test-grid {

        grid-template-columns: 1fr;

        gap: 0;
    }


    .sh-cardio-info-section .sh-cardio-info-content p {

        margin-bottom: 10px;
    }

}


/* =========================================================
   575 PX
========================================================= */

@media (max-width: 575px) {

    .sh-cardio-info-section {

        padding: 25px 0;
    }


    .sh-cardio-info-section .sh-cardio-info-block {

        gap: 17px;

        margin-bottom: 38px;
    }


    .sh-cardio-info-section .sh-cardio-info-title {

        font-size: 13px;

        line-height: 20px;
    }


    .sh-cardio-info-section .sh-cardio-info-image,

    .sh-cardio-info-section .sh-cardio-info-block--middle .sh-cardio-info-image {

        width: 190px;

        height: 150px;
    }


    .sh-cardio-info-section .sh-cardio-test-grid li {

        font-size: 8px;

        line-height: 13px;

        margin-bottom: 7px;
    }

}

/* =========================================================
   WHY CHOOSE GP SHEKHAWATI HOSPITAL
   UNIQUE SECTION CSS
========================================================= */

.sh-cardiac-why-section {

    position: relative;

    width: 100%;

    padding: 32px 0 35px;

    overflow: hidden;

    background: #ffffff;

    font-family: "Poppins", sans-serif;
}


/* =========================================================
   SOFT BACKGROUND EFFECTS
========================================================= */

.sh-cardiac-why-section::before {

    content: "";

    position: absolute;

    left: -125px;

    top: -100px;

    width: 250px;

    height: 250px;

    border-radius: 50%;

    background: #fbf1f3;

    opacity: 0.75;

    pointer-events: none;
}


.sh-cardiac-why-section::after {

    content: "";

    position: absolute;

    right: -120px;

    top: 15px;

    width: 300px;

    height: 150px;

    border-top: 1px solid rgba(169, 45, 78, 0.08);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   HEADING AREA
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-heading {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 760px;

    margin: 0 auto 20px;

    text-align: center;
}


/* =========================================================
   SUBTITLE
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-heading .theme-section-subtitle {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;


    color: #a92d4e;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    line-height: 16px;

    font-weight: 700;

    letter-spacing: 0.4px;

    text-transform: uppercase;
    margin: auto;
    margin-bottom: 10px;
}


.sh-cardiac-why-section .sh-cardiac-why-heading .sh-subtitle-line {

    width: 25px;

    height: 1px;

    display: inline-block;

    background: #a92d4e;
}


/* =========================================================
   MAIN HEADING
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-heading .theme-section-title {

    margin: 0;

    padding: 0;

    color: #20304f;

    font-family: "Poppins", sans-serif;

    font-size: 25px;

    line-height: 32px;

    font-weight: 700;

    letter-spacing: -0.3px;
}


.sh-cardiac-why-section .sh-cardiac-why-heading .theme-section-title span {

    display: inline;

    color: #a92d4e;
}


/* =========================================================
   HEADING HEART LINE
========================================================= */


/* =========================================================
   INTRO
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-intro {

    max-width: 610px;

    margin: 0 auto;

    padding: 0;

    color: #555;

    font-family: "Poppins", sans-serif;


    font-weight: 400;
}


/* =========================================================
   CARDS GRID
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 17px;

    width: 100%;
}


/* =========================================================
   CARD
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-card {

    position: relative;

    min-height: 198px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;

    padding: 17px 16px 15px;

    border: 1px solid #e7e7e9;

    border-radius: 9px;

    background: #ffffff;

    box-shadow:
        0 4px 12px rgba(32, 48, 79, 0.07);

    text-align: center;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


/* =========================================================
   CARD HOVER
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-card:hover {

    transform: translateY(-4px);

    border-color: rgba(169, 45, 78, 0.18);

    box-shadow:
        0 8px 20px rgba(32, 48, 79, 0.11);
}


/* =========================================================
   ICON
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-icon {

    width: 51px;

    height: 51px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 7px;

    border-radius: 50%;

    background: #fbecef;

    color: #a92d4e;

    font-size: 21px;

    box-shadow:
        inset 0 0 0 1px rgba(169, 45, 78, 0.04);
}

.sh-cardiac-why-section .sh-cardiac-why-icon img {
    width: 30px;
}

/* =========================================================
   CARD LINE
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-line {

    display: block;

    width: 28px;

    height: 2px;

    margin-bottom: 7px;

    border-radius: 2px;

    background: #a92d4e;
}


/* =========================================================
   CARD TITLE
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-card h3 {

    width: 100%;

    margin: 0 0 7px;

    padding: 0;

    color: #20304f;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    line-height: 16px;

    font-weight: 700;
    margin-top: 10px;
}


/* =========================================================
   CARD DESCRIPTION
========================================================= */

.sh-cardiac-why-section .sh-cardiac-why-card p {

    margin: 0;

    padding: 0;

    color: #555;

    font-family: "Poppins", sans-serif;

    font-size: 14px;


    letter-spacing: 0;
}


/* =========================================================
   1199 PX
========================================================= */

@media (max-width: 1199px) {

    .sh-cardiac-why-section .sh-cardiac-why-grid {

        gap: 13px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-card {

        padding: 16px 13px 14px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-heading .theme-section-title {

        font-size: 23px;

        line-height: 30px;
    }

}


/* =========================================================
   991 PX
========================================================= */

@media (max-width: 991px) {

    .sh-cardiac-why-section {

        padding: 30px 0;
    }


    .sh-cardiac-why-section .sh-cardiac-why-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 15px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-card {

        min-height: 205px;

        padding: 18px 20px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-card p {

        max-width: 260px;

        font-size: 9px;

        line-height: 14px;
    }

}


/* =========================================================
   767 PX
========================================================= */

@media (max-width: 767px) {

    .sh-cardiac-why-section .sh-cardiac-why-heading {

        margin-bottom: 18px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-heading .theme-section-title {

        font-size: 22px;

        line-height: 29px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-intro {

        font-size: 9px;

        line-height: 16px;

        padding: 0 15px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-card {

        min-height: 200px;
    }

}


/* =========================================================
   575 PX
========================================================= */

@media (max-width: 575px) {

    .sh-cardiac-why-section {

        padding: 27px 0;
    }


    .sh-cardiac-why-section .sh-cardiac-why-heading .theme-section-subtitle {

        font-size: 9px;

        line-height: 15px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-heading .theme-section-title {

        font-size: 20px;

        line-height: 27px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-grid {

        grid-template-columns: 1fr;

        gap: 12px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-card {

        min-height: 180px;

        padding: 17px 20px;
    }


    .sh-cardiac-why-section .sh-cardiac-why-card p {

        font-size: 9px;

        line-height: 14px;
    }

}

.sh-doctor-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.sh-doctor-accordion-item.active .sh-doctor-accordion-content {
    max-height: 500px;
}

.sh-doctor-accordion-btn .fa-angle-down {
    transition: transform .3s ease;
}



/* subtle decorative dots */
.hospital-card::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 100px;
    height: 150px;
    opacity: 0.35;
    background-image: radial-gradient(#d8e2e9 1.2px, transparent 1.2px);
    background-size: 15px 15px;
    mask-image: linear-gradient(to right, black, transparent);
    pointer-events: none;
}

/* top small heading */
.top-title {
    font-size: 42px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1.2px;
    color: #10254a;
    margin-bottom: 10px;
    white-space: nowrap;
}

/* Main heading */
.main-title {
    font-size: 61px;
    line-height: 0.96;
    font-weight: 800;
    letter-spacing: -1.8px;
    color: #112a59;
    white-space: nowrap;
    margin-bottom: 14px;
}

.speciality {
    font-size: 43px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -1px;
    color: #1454a1;
    white-space: nowrap;
}



/* Bottom text */
.description {
    font-size: 28px;
    line-height: 1.48;
    color: #263b5d;
    letter-spacing: -0.3px;
    font-weight: 400;
}

.description strong {
    font-weight: 800;
    color: #112c5d;
}

.description .blue {
    color: #1855a0;
    font-weight: 800;
}

/* Responsive */
@media (max-width: 700px) {
    .hospital-card {
        width: 100%;
        min-height: auto;
        padding: 30px 25px 35px 35px;
    }

    .top-title {
        font-size: clamp(25px, 6vw, 42px);
    }

    .main-title {
        font-size: clamp(36px, 9vw, 61px);
    }

    .speciality {
        font-size: clamp(27px, 6.5vw, 43px);
    }

    .description {
        font-size: clamp(18px, 4.2vw, 28px);
    }
}

/* ==========================================
   GPSH APPOINTMENT POPUP
========================================== */

.gpsh-appointment-modal {
    padding: 20px !important;
}

.gpsh-appointment-modal .modal-dialog {
    max-width: 1450px;
    width: 96%;
}

.gpsh-modal-content {
    border: 0 !important;
    border-radius: 22px !important;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 25px 80px rgba(20, 54, 95, 0.25);
}


/* ==========================================
   MAIN BODY
========================================== */

.gpsh-modal-body {
    display: flex;
    width: 100%;
}


/* ==========================================
   LEFT IMAGE
========================================== */

.gpsh-left-section {
    width: 55%;
    min-width: 0;
    position: relative;
    overflow: hidden;
    background: #f5faff;
}

.gpsh-textarea-icon i {
    margin-top: 20px;
    padding-left: 20px;
}

.gpsh-left-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* ==========================================
   RIGHT FORM
========================================== */

.gpsh-right-section {
    width: 46%;
    padding: 25px;
    position: relative;
    background: #ffffff;
}


/* ==========================================
   CLOSE BUTTON
========================================== */

.gpsh-close-btn {
    position: absolute;
    top: 18px;
    right: 20px;

    width: 38px;
    height: 38px;

    border: 0;
    border-radius: 50%;

    background: #f2f6fa;
    color: #17365d;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;

    transition: all .25s ease;
    z-index: 5;
}

.gpsh-close-btn:hover {
    background: #173f70;
    color: #fff;
    transform: rotate(90deg);
}


/* ==========================================
   FORM HEADING
========================================== */

.gpsh-form-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
    padding-right: 35px;
}

.gpsh-heading-icon {
    width: 66px;
    height: 66px;
    flex: 0 0 66px;

    border-radius: 50%;

    background: #edf5fc;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #153e70;
    font-size: 31px;
}

.gpsh-form-heading h2 {
    margin: 0 0 5px;

    color: #103764;

    font-size: 26px;
    line-height: 1.15;
    font-weight: 700;

    font-family: Arial, sans-serif;
}

.gpsh-form-heading p {
    margin: 0;

    color: #64748b;

    font-size: 16px;
    line-height: 1.5;

    font-family: Arial, sans-serif;
}


/* ==========================================
   FORM FIELD
========================================== */

.gpsh-field {
    margin-bottom: 20px;
}

.gpsh-field label {
    display: block;

    margin: 0 0 8px;

    color: #173b67;

    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;

    font-family: Arial, sans-serif;
}

.gpsh-field label span {
    color: #e32635;
}


/* ==========================================
   INPUT
========================================== */

.gpsh-input-wrap {
    height: 45px;

    border: 1px solid #cfdae5;
    border-radius: 10px;

    display: flex;
    align-items: center;

    background: #fff;

    transition: all .2s ease;
    padding-left: 15px;
}

.gpsh-input-wrap:focus-within {
    border-color: #2774b9;
    box-shadow: 0 0 0 3px rgba(39, 116, 185, .08);
}

.gpsh-input-wrap>i:first-child {
    width: 54px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #214b78;
    font-size: 22px;
}

.gpsh-input-wrap i {
    margin-right: 10px;
}

.gpsh-input-wrap input {
    width: 100%;
    height: 100%;

    border: 0;
    outline: 0;

    background: transparent;

    color: #183b63;

    padding: 0 15px 0 0;

    font-size: 15px;

    font-family: Arial, sans-serif;
}

.gpsh-input-wrap input::placeholder {
    color: #9aa9b9;
}

.gpsh-input-wrap input[type="date"] {
    color: #8494a6;
    padding-right: 40px;
}


/* Hide native calendar icon */
.gpsh-input-wrap input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 18px;
    width: 20px;
    cursor: pointer;
}

.gpsh-date-arrow {
    width: 40px !important;
    font-size: 16px !important;
    color: #173e68 !important;
}


/* ==========================================
   TEXTAREA
========================================== */

.gpsh-textarea-wrap {
    min-height: 94px;

    border: 1px solid #cfdae5;
    border-radius: 10px;

    display: flex;
    align-items: flex-start;

    background: #fff;

    transition: all .2s ease;
}

.gpsh-textarea-wrap:focus-within {
    border-color: #2774b9;
    box-shadow: 0 0 0 3px rgba(39, 116, 185, .08);
}

.gpsh-textarea-wrap>i {
    width: 54px;
    padding-top: 18px;

    display: flex;
    justify-content: center;

    color: #214b78;
    font-size: 21px;
}

.gpsh-textarea-wrap textarea {
    width: 100%;

    min-height: 92px;

    resize: vertical;

    border: 0;
    outline: 0;

    padding: 15px 15px 12px 0;
    padding-left: 20px;

    color: #183b63;

    font-size: 15px;

    font-family: Arial, sans-serif;
}

.gpsh-textarea-wrap textarea::placeholder {
    color: #9aa9b9;
}


/* ==========================================
   CAPTCHA
========================================== */

.gpsh-captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gpsh-captcha-code {
    width: 175px;
    height: 48px;

    flex-shrink: 0;

    border: 1px solid #d3dce6;
    border-radius: 8px;

    background:
        repeating-linear-gradient(12deg,
            rgba(25, 76, 119, .05) 0px,
            rgba(25, 76, 119, .05) 2px,
            transparent 2px,
            transparent 7px),
        #f8fafc;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;

    color: #152e4c;

    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;

    font-family: monospace;

    user-select: none;
}

.gpsh-captcha-code span:nth-child(1) {
    transform: rotate(-4deg);
}

.gpsh-captcha-code span:nth-child(2) {
    transform: rotate(5deg);
}

.gpsh-captcha-code span:nth-child(3) {
    transform: rotate(-6deg);
}

.gpsh-captcha-code span:nth-child(4) {
    transform: rotate(4deg);
}


.gpsh-refresh-captcha {
    width: 40px;
    height: 40px;

    border: 0;
    background: transparent;

    color: #2471ad;

    font-size: 23px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: transform .3s ease;
}

.gpsh-refresh-captcha:hover {
    transform: rotate(180deg);
}


.gpsh-captcha-input {
    flex: 1;
}

.gpsh-captcha-input input {
    width: 100%;
    height: 48px;

    border: 1px solid #cfdae5;
    border-radius: 8px;

    outline: none;

    padding: 0 15px;

    font-size: 15px;

    color: #173b67;

    font-family: Arial, sans-serif;
}

.gpsh-captcha-input input:focus {
    border-color: #2774b9;
    box-shadow: 0 0 0 3px rgba(39, 116, 185, .08);
}

.gpsh-captcha-input input::placeholder {
    color: #9aa9b9;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.gpsh-submit-btn {
    width: 100%;
    height: 50px;

    border: 0;
    border-radius: 9px;

    background: linear-gradient(90deg,
            #266ca8 0%,
            #286da7 100%);

    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    font-size: 16px;
    font-weight: 600;

    font-family: Arial, sans-serif;

    cursor: pointer;

    transition: all .25s ease;

    margin-top: 4px;
}

.gpsh-submit-btn:hover {
    background: #173f70;
    transform: translateY(-1px);
    box-shadow: 0 7px 18px rgba(30, 91, 145, .20);
}

.gpsh-submit-btn i {
    font-size: 18px;
}


/* ==========================================
   SECURITY
========================================== */

.gpsh-security {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    margin-top: 15px;

    color: #99a7b5;

    font-size: 12px;

    font-family: Arial, sans-serif;
}

.gpsh-security i {
    color: #4d6680;
    font-size: 13px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .gpsh-modal-body {
        min-height: auto;
    }

    .gpsh-left-section {
        width: 48%;
    }

    .gpsh-right-section {
        width: 52%;
        padding: 35px 30px 30px;
    }

    .gpsh-left-image {
        min-height: 650px;
    }

    .gpsh-form-heading h2 {
        font-size: 28px;
    }

    .gpsh-form-heading p {
        font-size: 14px;
    }

    .gpsh-captcha-row {
        flex-wrap: wrap;
    }

    .gpsh-captcha-input {
        min-width: 150px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .gpsh-appointment-modal {
        padding: 10px !important;
    }

    .gpsh-appointment-modal .modal-dialog {
        width: 100%;
        margin: 10px auto;
    }

    .gpsh-modal-content {
        border-radius: 16px !important;
    }

    .gpsh-modal-body {
        display: block;
    }

    .gpsh-left-section {
        width: 100%;
        height: auto;
    }

    .gpsh-left-image {
        width: 100%;
        height: auto;
        min-height: 0;
        max-height: 330px;
        object-fit: cover;
        object-position: center;
    }

    .gpsh-right-section {
        width: 100%;
        padding: 30px 20px 25px;
    }

    .gpsh-close-btn {
        top: 12px;
        right: 12px;

        width: 34px;
        height: 34px;
    }

    .gpsh-form-heading {
        margin-bottom: 25px;
        gap: 12px;
    }

    .gpsh-heading-icon {
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
        font-size: 24px;
    }

    .gpsh-form-heading h2 {
        font-size: 25px;
    }

    .gpsh-form-heading p {
        font-size: 13px;
    }

    .gpsh-field {
        margin-bottom: 17px;
    }

    .gpsh-input-wrap {
        height: 52px;
    }

    .gpsh-captcha-row {
        display: grid;
        grid-template-columns: 1fr 40px;
        gap: 8px;
    }

    .gpsh-captcha-code {
        width: 100%;
    }

    .gpsh-captcha-input {
        grid-column: 1 / -1;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 480px) {

    .gpsh-left-image {
        max-height: 250px;
    }

    .gpsh-right-section {
        padding: 25px 16px 20px;
    }

    .gpsh-form-heading h2 {
        font-size: 22px;
    }

    .gpsh-form-heading p {
        font-size: 12px;
    }

    .gpsh-field label {
        font-size: 14px;
    }

    .gpsh-submit-btn {
        height: 48px;
        font-size: 15px;
    }

}

.modal-dialog {
    width: 80% !important;
}

.testimonials-main-wrapper {
    background-color: #fff
}

.testimonials-main-wrapper .custom-tabs {
    background: rgba(30, 35, 39, .13);
    padding: 8px;
    border-radius: 12px;
    display: inline-flex;
    display: flex;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
    justify-content: center
}

.testimonials-main-wrapper .custom-tabs .nav-item {
    flex: 1
}

.testimonials-main-wrapper .custom-tabs .nav-link {
    width: 100%;
    border-radius: 10px;
    padding: 12px;
    color: #333;
    font-weight: 600;
    transition: .3s;
    border: none;
    background: 0 0
}

.testimonials-main-wrapper .custom-tabs .nav-link.active {
    background-color: var(--primary-color);
    color: #fff !important
}

.testimonials-main-wrapper .card-video {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
}

.testimonials-main-wrapper .btn-page.sec-btn {
    margin-top: 40px
}

.testimonials-main-wrapper .videoThumb {
    position: relative;
    height: 240px;
    overflow: hidden
}

.testimonials-main-wrapper .videoThumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s
}

.testimonials-main-wrapper .videoThumb .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(228, 106, 37, .9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px
}

.testimonials-main-wrapper .content-card {
    padding: 20px
}

.testimonials-main-wrapper .content-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333
}

.testimonials-main-wrapper .video-desc {
    font-size: .9rem;
    color: #666;
    line-height: 1.5
}

.about-clinic {
    padding: 60px 0;
    background: #fff4f8
}

.faq-section .accordion-item p,
.faq-section .accordion-item ul {
    font-size: 16px;
    font-size: 16px;
    background: #da3f7b;
    padding: 10px;
    color: #fff;
    border-radius: 10px
}

.testimonials-main-wrapper .btn-page {
    justify-content: center;
    display: flex;
    width: max-content;
    margin: auto
}