/*** Spinner Start ***/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {
    --primary: #006f6c;
    --secondary: #f20909;
    --text: #191920;
    --white: #FFFFFF;
}

.nunito-sans {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}

body {
    font-family: "Nunito Sans", sans-serif;
}

.text-primary {
    color: var(--text);
}

.bg-primary {
    background-color: var(--primary);
}

.btn-primarys {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primarys:hover {
    background-color: var(--primary);
    color: var(--white);
}


.btn-primarys1 {
    background-color: #ff0000;
    color: var(--white) !important;
    border-radius: 0;
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;

}

/*
.btn-primarys1:hover {
    background-color: var(--secondary);
    color: var(--white);
} */
.btn-primarys2 {
    background-color: #2fc755;
    color: var(--white) !important;
    border-radius: 0;
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
}

/* .btn-primarys2:hover {
    background-color: var(--primary);
    color: var(--white);
} */

.btn-primarys3 {
    background-color: #033773;
    color: var(--white) !important;
    border-radius: 0;
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
}

/* .btn-primarys3:hover {
    background-color: #0A66C2;
    color: var(--white);
} */
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    border: 1px solid var(--primary);
    border-radius: 5px;
    background-color: var(--white);
    color: var(--primary);
}

.icon-logo img {
    width: 60px;
}

.heading {
    text-align: center;
    float: left;
    width: 100%;
    margin: 22px 0 10px 0;
}

.heading h2 {
    /* font-family: "IM Fell Double Pica SC", serif; */
    font-size: 35px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: -1px;
    color: #333;
    margin: 5px 0;
    padding: 0;
    position: relative;
}

.heading h2::after {
    /* font-family: "IM Fell Double Pica SC", serif; */
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #65bff4ab, #00ffcb);
    content: "";
    display: block;
    margin: 10px auto 0;
}




.headings {
    text-align: start;
    float: left;
    width: 100%;
    margin: 4px 0 4px 0;
}

.headings h2 {
    /* font-family: "IM Fell Double Pica SC", serif; */

    font-size: 35px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: -1px;
    color: #333;
    margin: 5px 0;
    padding: 0;
    position: relative;
}



/*** Button Start ***/


.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--dark);
}

.btn.btn-primary:hover {
    box-shadow: inset 200px 0 0 0 var(--dark) !important;
    color: var(--primary) !important;
}

.btn.btn-dark {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn.btn-dark:hover {
    box-shadow: inset 200px 0 0 0 var(--primary);
    color: var(--bs-dark) !important;
}


.btn {
    position: relative;
    padding: 8px 14px;
    margin: 10px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    outline: none;
    border: none;
    cursor: pointer;
    /* text-transform: uppercase; */
    box-sizing: border-box;
}

.btn--hoverEffect3 {
    border: 1px solid var(--secondary);
    background: #fff;
    color: #333;
    overflow: hidden;
    z-index: 1;
}

.btn--hoverEffect3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 101%;
    width: 101%;
    clip-path: polygon(0 0, 100% 0, 10% 25%, 0 100%);
    background: linear-gradient(90deg, #65bff4ab, #00ffcb);
    /* border-radius: 5px; */
    transition: 0.3s cubic-bezier(0.38, 1.15, 0.7, 1.12);
    box-sizing: border-box;
    z-index: -1;
}

.btn--hoverEffect3:hover::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.btn--hoverEffect3:hover {
    color: #fff;
}


/*** Topbar Start ***/

.topbar .btn {
    height: 30px;
    width: 30px;
}

.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 0px 10px 0px 20px;
    background: var(--primary) !important;
}



@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}

.topbar .facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1877F2 !important;
    border-radius: 50%;
}

.topbar .twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1DA1F2 !important;
    border-radius: 50%;
}

.topbar .instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: linear-gradient(90deg, #FEDA75, #FA7E1E, #D62976, #962FBF, #4F5BD5);
    border-radius: 50%;
}

.topbar .linkedin {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #0A66C2;
    border-radius: 50%;
}

.topbar .youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #ff0f0f;
    border-radius: 50%;
}

.topbar .whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #2aff31;
    border-radius: 50%;
}

.topbar i {
    font-size: 15px;
}

.contact .facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1877F2 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.contact .twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1DA1F2 !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.contact .instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: linear-gradient(90deg, #FEDA75, #FA7E1E, #D62976, #962FBF, #4F5BD5);
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.contact .linkedin {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #0A66C2;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.contact .youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #ff0f0f;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.contact .whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #2aff31;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}





.footer .facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1877F2 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    /* border: none !important; */
}

.footer .twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1DA1F2 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.footer .instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: linear-gradient(90deg, #FEDA75, #FA7E1E, #D62976, #962FBF, #4F5BD5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.footer .linkedin {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #0A66C2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.footer .youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #ff0f0f;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.footer .whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #2aff31;
    border-radius: 50%;
    width: 30px;
    height: 30px;

}







.medication .facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1877F2 !important;
    /* border-radius: 50%; */
    width: 40px;
    height: 40px;
}

.medication .twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1DA1F2 !important;
    /* border-radius: 50%; */
    width: 40px;
    height: 40px;
}

.medication .instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: linear-gradient(90deg, #FEDA75, #FA7E1E, #D62976, #962FBF, #4F5BD5);
    /* border-radius: 50%; */
    width: 40px;
    height: 40px;
}

.medication .linkedin {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #0A66C2;
    /* border-radius: 50%; */
    width: 40px;
    height: 40px;
}

.medication .youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #ff0f0f;
    /* border-radius: 50%; */
    width: 40px;
    height: 40px;
}

.medication .whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #2aff31;
    /* border-radius: 50%; */
    width: 40px;
    height: 40px;
}

.medication .social i {
    font-size: 22px;
}

/*** Topbar End ***/


/* ******************** Navbar Start ************************ */


.navbar {
    background: rgb(255, 255, 255);
    /* background: url(../img/footer_bg_1.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* border-bottom: 1px solid var(--primary); */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.navbar .navbar-brand img {
    width: 100%;
    height: 70px;
}

.navbar .navbar-nav .nav-link {
    /* font-family: "Open Sans", sans-serif; */
    padding: 12px 15px;
    font-size: 18px;
    color: var(--primary);
    outline: none;
    transition: .5s;
    font-weight: 600;
}

.sticky-top.navbar .navbar-nav .nav-link {
    padding: 12px 15px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #fd0000 !important;
    /* background: #026383; */
    /* border: 2px solid #fd141b; */
}

@media(max-width:576px) {

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active {
        color: #ff0000 !important;
    }
}

.navbar .book-btn {
    background: var(--primary);
    color: var(--white);
}

.navbar .book-btn:hover {
    background: var(--primary);
    color: var(--primary);
}


.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar .navbar-toggler:active,
.navbar .navbar-toggler:focus {
    outline: none;
    border: none;
}

.navbar .navbar-toggler {
    color: #ffffff !important;
    border-color: #ffff !important;
}

.navbar .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid var(--secondary);
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after,
.navbar .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: var(--secondary);
    top: 0;
    left: 0;
    content: '';
    /* z-index: 2; */
    transition: all 300ms linear;
}

.navbar .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

@media (max-width: 991.98px) {

    .navbar .navbar-nav .nav-link,
    .sticky-top.navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .navbar-collapse {
        position: absolute;
        /* background: url(../img/footer_bg_1.png); */
        background: #eeeeeede;
        height: 100vh;
        width: 206px;
        left: -282px;
        top: 45px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        padding-top: 0px;
        padding-left: 13px;
        transition: .3s linear;
        z-index: 99;
    }
}

.navbar-collapse.show {
    top: 45px;
    left: 0px;
}


@media screen and (min-width:577px) and (max-width: 840px) {
    .navbar-collapse {
        top: 48px;
    }

    .navbar-collapse.show {
        top: 48px;
    }
}

@media (max-width: 576px) {
    .navbar .navbar-brand img {
        width: 100%;
        height: 51px;
    }
}

/* ******************** Navbar End ************************ */

.header-carousel {
    position: relative;
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}

@media (max-width: 576px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 142px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }

}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 600px;
    /* margin-top: 95px; */
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}



.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;

}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}

@media(max-width:576px) {
    .header-carousel .header-carousel-item .carousel-caption {
        position: absolute;
        width: 80%;
        height: 100%;
        top: 82px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 9;
    }
}

@media(max-width:768px) {
    .header-carousel .header-carousel-item .carousel-caption {
        position: absolute;
        width: 80%;
        height: 100%;
        top: 107px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 9;
    }
}

/*** Carousel Hero Header End ***/



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)), url(../img/breadcrumb-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 39px 0 0 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-secondary) !important;
}

.bg-breadcrumb h1 {
    font-size: 35px !important;
}

@media(max-width:576px) {
    .bg-breadcrumb h1 {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .bg-breadcrumb h1 {
        font-size: 28px;
    }
}

/*** Footer Start ***/
.footer {
    overflow: hidden;
    /* background: url(../img/footer_bg_1.png); */
    background: var(--primary);
    /* background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; */
}


.footer .first i {
    width: 40px;
    height: 40px;
    border: 1px solid var(--white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .first .one i {
    border-color: rgb(255, 255, 255);
    color: var(--white);
}

/* .gradient-text {
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(90deg, #65bff4ab, #00ffcb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
} */

@media(max-width:1024px) {

    .navbar .navbar-nav .nav-link {
        padding: 26px 14px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
}

.footer .first .two a {
    color: var(--white);
    font-size: 14px;
}

.footer .first .two a:hover {
    color: var(--white);
}

/* .footer .second {
    display: flex;
    justify-content: center;
} */

.footer .second a {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
}

.footer .second a:hover {
    color: var(--white);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--primary) !important;
}

/*** copyright end ***/

/*** About Start ***/
.about .about-item-content-img {
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-primary) var(--bs-primary) var(--bs-secondary);
}

.about .about-item-image {
    position: relative;
    background: var(--bs-light);
    background-image: url(../img/about-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.about .about-item-image .img-1 {
    margin-bottom: 250px;
    margin-right: 0;
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-light) var(--bs-light) var(--bs-secondary);
    z-index: 3;
}

.about .about-item-image .img-2 {
    margin-top: 250px;
    margin-left: 0;
    border: 4px solid;
    border-color: var(--bs-light) var(--bs-secondary) var(--bs-secondary) var(--bs-light);
    z-index: 3;
}

.about .about-item-image::before {
    width: 80%;
    height: 80%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid;
    border-style: dotted;
    border-color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 2;
}

.about .about-item-image .about-item-image-content {
    width: 55%;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-secondary);
    border: 4px solid var(--bs-primary);
    opacity: 0.9;
    z-index: 4;
}

.white-bg {
    background-color: #ffffff !important;
    box-shadow: rgba(142, 141, 141, 0.16) 0px 1px 4px;
}

.about .about-item-image .about-item-image-effect {
    position: absolute;
    top: 0;
    right: 0;
}


.about-img {
    position: relative;
}

.about-img::before {
    border: 5px solid rgba(255, 255, 255, 0.2);
    bottom: 14px;
    content: "";
    left: 14px;
    position: absolute;
    right: 14px;
    top: 14px;
}

/*** About End ***/



/* Base card */
.featured-item.bottom-icon {
    position: relative;
    background: #ffffff;
    border-radius: 25px 5px 25px 5px; /* partial corners */
    height: 330px;
    padding: 2rem 1.5rem;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transition: all 0.5s ease;
}

/* Diagonal overlay */
.featured-item.bottom-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,111,108,0.08), rgba(0,111,108,0.05));
    transform: skewY(-5deg);
    pointer-events: none;
}

/* Icon floating outside top corner */
/* Featured Item Card */
.featured-item {
    background: #fff;
    border-radius: 20px;
    transition: all 0.4s ease;
}
.featured-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 111, 108, 0.15);
}

/* Icon Circle */
.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #e0f7f7;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.icon-circle img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.featured-item:hover .icon-circle img {
    transform: scale(1.1) rotate(5deg);
}

/* Titles & Descriptions */
.featured-title h6 {
    font-size: 1rem;
}
.featured-desc p {
    font-size: 0.875rem;
    color: #555;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .icon-circle { width: 75px; height: 75px; }
    .icon-circle img { width: 55%; height: 55%; }
}
@media (max-width: 768px) {
    .icon-circle { width: 65px; height: 65px; }
    .icon-circle img { width: 50%; height: 50%; }
    .featured-desc p { font-size: 0.8rem; }
}
@media (max-width: 480px) {
    .icon-circle { width: 55px; height: 55px; }
    .icon-circle img { width: 45%; height: 45%; }
    .featured-desc p { font-size: 0.75rem; }
}

/* Title and description */
.featured-title h6 {
    color: #006f6c;
    font-weight: 700;
    margin-top: 3rem;
    transition: all 0.4s ease;
}

.featured-desc p {
    color: #333333;
    font-size: 0.95rem;
    transition: all 0.4s ease;
}

/* Hover animation */
.featured-item.bottom-icon:hover {
    transform: translateY(-10px) rotate(-1deg) scale(1.02);
    box-shadow: 0 12px 28px rgba(0,111,108,0.3);
}

.featured-item.bottom-icon:hover::before {
    background: linear-gradient(135deg, rgba(0,111,108,0.15), rgba(0,111,108,0.08));
}

.featured-item.bottom-icon:hover .featured-title h6,
.featured-item.bottom-icon:hover .featured-desc p {
    color: #ffffff;
}

.featured-item.bottom-icon:hover .featured-icon {
    transform: translateX(-35%) translateY(-5px) scale(1.1);
}

.featured-item.bottom-icon:hover .featured-icon img {
    transform: rotate(15deg);
}

/* Responsive */
@media (max-width: 992px) {
    .featured-item.bottom-icon {
        height: auto;
        padding: 2rem 1rem;
    }
}

@media (max-width: 768px) {
    .featured-item.bottom-icon {
        height: auto;
        padding: 1.5rem 1rem;
        border-radius: 20px 5px 20px 5px;
    }
    .featured-title h6 {
        font-size: 1rem;
        margin-top: 4rem;
    }
    .featured-desc p {
        font-size: 0.85rem;
    }
    .featured-icon {
        width: 60px;
        height: 60px;
    }
    .featured-icon img {
        width: 35px;
        height: 35px;
    }
}



/* appointment======================================================== */
.appointment {
    background: linear-gradient(rgba(13, 109, 158, 0.9), rgba(4, 47, 176, 0.598)), url(../img/hospital-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
}

.appointment .padding-top {
    padding-top: 80px;
}

.appointment .btn {
    font-size: 16px !important;
}

/* appointment======================================================== */


/* service============================================ */
.service {
    background: url(../img/service_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service .icon {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    /* border: 1px solid red; */
    background-color: #F2F3FC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .icon img {
    width: 50px;
    height: 50px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service:hover .icon img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service .icon1 {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    /* border: 1px solid red; */
    background-color: #F2F3FC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .icon1 img {
    width: 50px;
    height: 50px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service:hover .icon1 img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service .icon2 {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    /* border: 1px solid red; */
    background-color: #F2F3FC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service .icon2 img {
    width: 50px;
    height: 50px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.service:hover .icon2 img {
    -webkit-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service .service-img img {
    height: 140px;
}

.service p {
    font-size: 17px;
    font-weight: 600;
}

/* service============================================ */


/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/

@media(max-width:768px) {
    .featured-services .details h3 {
        font-size: 15px !important;
    }
}

.featured-services .img {
    border-radius: 8px;
    overflow: hidden;
}

.featured-services .img img {
    transition: 0.6s;
}

.featured-services .details {
    /* background: linear-gradient(rgb(255 255 255), rgb(96 190 134 / 39%)), url(../img/bg-4.png) left center no-repeat; */
    background-color: #ffffffbd;
    background-size: cover;
    padding: 50px 30px;
    margin: -100px 30px 0 30px;
    transition: all ease-in-out 0.3s;
    position: relative;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.featured-services .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    /* background: linear-gradient(90deg, #65bff4ab, #00ffcb); */
    background: #FFFFFF;
    color: var(--primary);
    border: 4px solid var(--primary);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
}

.featured-services .details h3 {
    font-weight: 700;
    margin: 10px 0 25px 0;
    font-size: 20px;
    transition: ease-in-out 0.3s;
}

.featured-services .details p {
    color: color-mix(in srgb, var(--text), transparent 10%);
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.featured-services .service-item:hover .details h3 {
    color: var(--primary);
}

.featured-services .service-item:hover .details .icon {
    background: var(--white);
    border: 2px solid var(--primary);
}

.featured-services .service-item:hover .details .icon i {
    color: var(--primary);
}

.featured-services .service-item:hover .img img {
    transform: scale(1.2);
}
/* Testimonial Carousel Cards */
.testimonial-carousel .testimonial-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem 1.5rem;
    margin: 1rem;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    position: relative;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.testimonial-carousel .testimonial-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background: linear-gradient(90deg, #006f6c, #00a49a);
    border-radius: 0 0 5px 5px;
}

/* Profile Image */
.testimonial-carousel .testimonial-item img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #006f6c;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;
}

/* Client name & date */
.testimonial-item h4 {
    font-weight: 700;
    margin-top: 1rem;
    color: #006f6c;
}
.testimonial-item span {
    font-size: 0.85rem;
    color: #888888;
}

/* Testimonial text */
.testimonial-item p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333333;
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Hover effect */
.testimonial-carousel .testimonial-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* Carousel arrows (optional styling) */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #006f6c;
    color: #fff;
    border-radius: 50%;
    padding: 0.5rem 0.6rem;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #00a49a;
}
.owl-carousel .owl-nav button.owl-prev { left: -25px; }
.owl-carousel .owl-nav button.owl-next { right: -25px; }

/* Responsive */
@media (max-width: 768px) {
    .testimonial-carousel .testimonial-item {
        padding: 1.5rem 1rem;
        margin: 0.8rem;
    }
    .testimonial-item img {
        width: 70px;
        height: 70px;
    }
}

/*** Gallery Start ***/
.gallery {
    background: url(../img/bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 290px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
    background-color: var(--primary);
    padding: 10px;
    border-radius: 10px;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
    opacity: 1;
    margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: #98bbff7a;
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}

.gallery .tab-class .nav-item a.active {
    background: linear-gradient(90deg, #026383, #026383);
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/*** Testimonial ***/
.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    animation: pulse-img 5s ease-out infinite;
}

@keyframes pulse-img {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0;
    }

    50% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 0;
    }
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

.testimonial-carousel .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background: var(--bs-primary);
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-dark);
}



.container-service {
    position: relative;
}

/* slider-bottom----------------------------------------------- */

.container-service::before {
    position: absolute;
    content: '';
    /* background: var(--bs-light); */
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.container-service .service-item {
    position: relative;
    text-align: center;
    height: 100%;
    padding: 10px 10px;
    /* border-radius: 0 0 10px 10px !important; */
    /* background: var(--bs-white); */
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-evenly; */
    /* background: linear-gradient(rgb(212 214 219 / 0%), rgb(79 179 119 / 23%)), url(../img/preloader1.png) left center no-repeat; */
    background-size: cover;
}

@media(max-width:576px) {
    .container-service .service-item {
        background: var(--primary);
    }

    .container-service .service-item h6 {
        color: var(--white) !important;
    }

    .container-service .service-item p {
        color: var(--white) !important;
    }
}

.container-service .service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    /* background: linear-gradient(90deg, #65bff4ab, #00ffcb); */
    background-color: var(--primary);
    /* border-radius: 0 0 10px 10px !important; */

}

.container-service .service-item:hover::before {
    height: 100%;
    top: 0;
}

.container-service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.container-service .service-item:hover h6,
.container-service .service-item:hover p {
    color: var(--white);
}

.container-service .service-item:hover h6 {
    font-weight: 600;
}

.container-service .service-item p {
    /* font-family: "Caveat", cursive; */
    color: #000000;
    font-size: 18px;
}

.container-service .service-item:hover .icon-box-primary::before {
    background: var(--primary);
}

.container-service .service-item .icon-box-primary {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-service .service-item .icon-box-primary i {
    color: var(--white) !important;
    /* background: linear-gradient(90deg, #65bff4ab, #00ffcb); */
    background: var(--primary);
    font-size: 25px;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-service .service-item:hover .icon-box-primary i {
    color: var(--primary) !important;
    background-color: var(--white);
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    padding: 50px 0 60px 0;
    background: linear-gradient(rgba(242, 139, 0, 0.2), rgba(242, 139, 0, 0.3)), url(../img/hero_home.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 50px;
    }

}

/*** Single Page Hero Header End ***/
.rts-section-gap {
    padding: 120px 0;
}

.about-bg-four {
    background-image: url(../img/about-bg.webp);
    margin-top: -70px;
}

.title-style-four .pre {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #5D666F;
}

.title-style-four .title {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    text-transform: uppercase;
    color: #1C2539;
    /* -webkit-text-stroke-color: #1C2539; */
    /* -webkit-text-stroke: 1px; */
    margin-top: 20px;
}

.about-content-four-left p.disc {
    padding-left: 65px;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
}

.about-content-four-left p.disc::after {
    content: "";
    position: absolute;
    left: 0;
    width: 51px;
    height: 3px;
    background: var(--color-primary);
    top: 8px;
}

.progress-wrapper-about-4 {
    max-width: 85%;
}

.single-progress {
    position: relative;
    margin-bottom: 25px;
}

.single-progress .title {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.single-progress .progress {
    height: 40px;
    background: linear-gradient(90deg, rgba(32, 40, 45, 0.1607843137) 0%, rgba(242, 242, 242, 0.0196078431) 100%);
    opacity: 1;
    border-radius: 40px;
    background-color: transparent;
}

.single-progress .progress .progress-bar {
    background-color: transparent;
}

.single-progress .progress span {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--color-primary);
    font-weight: 700;
}

.thumbnail-about-right-4 {
    position: relative;
}

.thumbnail-about-right-4 .large-iamge {
    max-width: 459px;
    margin-left: auto;
}

.thumbnail-about-right-4 .large-iamge,
.thumbnail-about-right-4 .small-image {
    clip-path: polygon(48.93% 0.356%, 48.93% 0.356%, 49.136% 0.264%, 49.349% 0.194%, 49.568% 0.143%, 49.791% 0.113%, 50.015% 0.103%, 50.24% 0.113%, 50.463% 0.143%, 50.681% 0.194%, 50.895% 0.264%, 51.101% 0.356%, 98.912% 24.359%, 98.912% 24.359%, 99.106% 24.469%, 99.283% 24.594%, 99.444% 24.734%, 99.586% 24.887%, 99.708% 25.052%, 99.811% 25.227%, 99.892% 25.411%, 99.951% 25.602%, 99.988% 25.798%, 100% 26%, 100% 74%, 100% 74%, 99.988% 74.202%, 99.951% 74.398%, 99.892% 74.589%, 99.811% 74.773%, 99.708% 74.948%, 99.586% 75.113%, 99.444% 75.266%, 99.283% 75.406%, 99.106% 75.531%, 98.912% 75.641%, 51.101% 99.645%, 51.101% 99.645%, 50.895% 99.736%, 50.681% 99.806%, 50.463% 99.857%, 50.24% 99.887%, 50.015% 99.897%, 49.791% 99.887%, 49.568% 99.857%, 49.349% 99.806%, 49.136% 99.736%, 48.93% 99.645%, 1.119% 75.641%, 1.119% 75.641%, 0.925% 75.531%, 0.747% 75.406%, 0.587% 75.266%, 0.445% 75.113%, 0.322% 74.948%, 0.22% 74.773%, 0.138% 74.589%, 0.079% 74.398%, 0.043% 74.202%, 0.031% 74%, 0.031% 26%, 0.031% 26%, 0.043% 25.798%, 0.079% 25.602%, 0.138% 25.411%, 0.22% 25.227%, 0.322% 25.052%, 0.445% 24.887%, 0.587% 24.734%, 0.747% 24.594%, 0.925% 24.469%, 1.119% 24.359%, 48.93% 0.356%);
}

.thumbnail-about-right-4 .small-image {
    position: absolute;
    left: -140px;
    bottom: -36px;
    max-width: 219px;
    z-index: 10;
}

.thumbnail-about-right-4 .poligon-shape {
    position: absolute;
    left: -147px;
    bottom: -47px;
    max-width: 245px;
    z-index: 9;
}

/* about-us==========================================================page ========== */
.about-us .image img {
    border-radius: 10px;
}

.about-us {
    background-image: url(../img/preloader1.png);

}

.about-us .details {
    /* padding: 25px; */
    background: #eeeeee00;
    border-radius: 50px 50px 50px 0;
}

.about-us .btn {
    height: 35px;
    width: 35px;
}

.about-us .facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1877F2 !important;
    border-radius: 50%;
}

.about-us .twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background-color: #1DA1F2 !important;
    border-radius: 50%;
}

.about-us .instagram {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: linear-gradient(90deg, #FEDA75, #FA7E1E, #D62976, #962FBF, #4F5BD5);
    border-radius: 50%;
}

.about-us .linkedin {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #0A66C2;
    border-radius: 50%;
}

.about-us .youtube {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #ff0f0f;
    border-radius: 50%;
}

.about-us .whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white) !important;
    background: #2aff31;
    border-radius: 50%;
}

.about-us i {
    font-size: 15px;
}

/* about-us==========================================================page ========== */

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img {
    border-radius: 8px;
    overflow: hidden;
}

.alt-services .img img {
    transition: 0.6s;
}

.alt-services .details {
    background: color-mix(in srgb, #ffffffd4, transparent 5%);
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 7px;
    transition: all ease-in-out 0.3s;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.alt-services .details h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: ease-in-out 0.3s;
}

.alt-services .details p {
    color: color-mix(in srgb, #000000, transparent 10%);
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.alt-services .service-item:hover .details h3 {
    color: var(--primary);
}

.alt-services .service-item:hover .img img {
    transform: scale(1.2);
}


/*** Skills ***/
#skill {
    background-image: url(../img/preloader1.png);
}

#skill .progress {
    height: 5px;
    border-radius: 5px;
}

#skill .progress .progress-bar {
    width: 0px;
    border-radius: 5px;
    transition: 3s;
}

#skill .nav-pills .nav-link {
    color: var(--primary);
}

#skill .nav-pills .nav-link.active {
    color: #FFFFFF;
}

#skill .tab-content hr {
    width: 30px;
}

#skill .nav-item {
    width: 210px;
}

@media(max-width:768px) {
    #skill .nav-item {
        width: 230px !important;
    }
}

@media(max-width:576px) {
    #skill .nav-item {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card {
        padding: 20px;
    }
}

.rbt-card {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 20px;
    border-radius: 10px;
    background: rgb(255, 255, 255);
    position: relative;
    height: 100%;
}

.rbt-badge-3 {
    position: absolute;
    bottom: 91px;
    right: 32px;
    height: 66px;
    width: 66px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: transparent !important;
}

.rbt-card.event-grid-card .rbt-card-body {
    padding-top: 15px;
}

.rbt-card.event-grid-card .rbt-meta {
    margin: -3px -33px 10px;
}

.rbt-card.event-grid-card .rbt-meta li {
    margin: 3px;
}

.rbt-meta li {
    font-size: 14px;
    line-height: 15px;
    color: var(--text);
    display: inline-block;
    margin: 7px;
}

.rbt-card.event-grid-card .rbt-card-body .rbt-card-title {
    margin-bottom: 5px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-card .rbt-card-body .rbt-card-title {
        font-size: 22px;
    }
}




/*** Blog Start ***/
.blog .blog-item {
    height: 100%;
    background: #f2f2f2 !important;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(58, 134, 248, 0.3);
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    width: 100%;
    height: 100%;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item .blog-heading {
    position: relative;
    background: white;
}

.blog .blog-item .blog-heading a.h4 {
    position: relative;
    width: 100%;
    display: inline-flex;
    transition: 0.5s;
    z-index: 2;
}

.blog .blog-item .blog-heading::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    right: 0;
    bottom: 0;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item:hover .blog-heading::after {
    width: 100%;
    background: var(--primary);
}

.blog .blog-item:hover .blog-heading a.h4 {
    color: white;
}

.blog .blog-item:hover .blog-heading a.h4:hover {
    color: var(--text);
}

/*** Blog End ***/




/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgb(0 83 255 / 46%), rgba(41, 200, 168, 0.46)), url(../img/bg-breadcumb.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    /* padding: 50px -1px 0 0; */
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--secondary) !important;
}


/* medication ================================================ */
.medication .container {
    padding: 20px 151px 19px 151px;
}

.medication .row {
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(242, 242, 242, 0.3)), url(../img/preloader1.png);
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.medication h3,
.medication span,
.medication h5,
.medication p {
    /* font-family: "Atkinson Hyperlegible Next", sans-serif; */
}

.medication p {
    color: #191920;
}

@media(max-width:576px) {
    .medication .container {
        padding: 20px 6px 19px 3px;
    }
}




.blog .menu-item {
    background-color: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px color-mix(in srgb, var(--text), transparent 85%);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog .menu-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px color-mix(in srgb, var(--text), transparent 70%);
}

.blog .menu-item .menu-item-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog .menu-item .menu-item-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    transition: transform 0.3s ease;
}

.blog .menu-item .menu-item-image:hover img {
    transform: scale(1.1);
}

.blog .menu-item .menu-item-image .special-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, var(--primary), color-mix(in srgb, var(--primary), #ff6b6b 30%));
    color: var(--white);
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px color-mix(in srgb, var(--primary), transparent 50%);
}

.blog .menu-item .menu-item-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog .menu-item .menu-item-content .menu-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5px;
}

.blog .menu-item .menu-item-content .menu-item-header h4 {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    flex-grow: 1;
    margin-right: 15px;
    line-height: 1.3;
}

.blog .menu-item .menu-item-content .menu-item-header .dietary-tags {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.blog .menu-item .menu-item-content .menu-item-header .dietary-tags .tag {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.blog .menu-item .menu-item-content .menu-item-header .dietary-tags .tag.spicy {
    background: linear-gradient(90deg, #65bff4ab, #00ffcb);
    color: white;
}


.blog .menu-item .menu-item-content p {
    color: color-mix(in srgb, var(--text), transparent 30%);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
    flex-grow: 1;
}

.blog .menu-item .menu-item-content .menu-item-footer {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .blog .menu-item .menu-item-content .menu-item-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .blog .menu-item .menu-item-content .menu-item-header h4 {
        margin-right: 0;
    }

    .blog .menu-item .menu-item-content .menu-item-header .dietary-tags {
        align-self: flex-end;
    }
}


.contact {
    background: url(../img/service_bg.jpg);
}

.contact .first .one i {
    color: var(--primary);
    border-color: var(--primary);
}

.contact .first i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--primary);
    border-radius: 50%;
}

/* mission====================================== */
.mission {
    background: url(../img/service_bg.jpg);
}

/* .main-timeline {
    font-family: 'Nunito', sans-serif;
    position: relative;
} */

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: 50%;
    padding: 5px 0 0 10px;
    margin: 0 0 20px;
    float: right;
    position: relative;
}

.main-timeline .timeline-content {
    color: #000;
    background: repeating-linear-gradient(#F8EFDE, #F8EFDE 20px, #ede6d7 20px, #ede6d7 22px);
    text-align: center;
    min-height: 150px;
    padding: 30px 20px 20px;
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
    border: 10px double rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-year {
    color: #fff;
    background-color: #d13847;
    font-size: 25px;
    line-height: 70px;
    height: 55px;
    width: 100px;
    transform: rotate(7deg);
    position: absolute;
    left: -15px;
    top: -10px;
}

.main-timeline .timeline-year:before {
    content: '';
    background-color: #fcfcfc;
    height: 12px;
    width: 12px;
    border: 3px solid #aaa;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 8px;
}

.main-timeline .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

.main-timeline .description {
    color: #222;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    float: left;
    padding: 5px 10px 0 0;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
    transform: rotate(-7deg);
    left: auto;
    right: -15px;
}

.main-timeline .timeline:nth-child(even) .timeline-year:before {
    left: auto;
    right: 8px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-year {
    background-color: #e87a14;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-year {
    background-color: #e8b019;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-year {
    background-color: #20b583;
}

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .main-timeline .title {
        font-size: 20px;
    }
}

/*** Quote ***/
.quote-text {
    background: url(../img/call-to-action.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote-form {
    background: url(../img/call-to-action.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote input,
.quote select,
.quote textarea {
    border-radius: 0;
}

@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .container.quote .quote-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.quote .quote-form {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.quote .quote-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.quote .quote-form {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.quote .quote-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.quote .quote-form {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

@media (min-width: 1366px) {
    .featured-item {
		height: 380px;
	}
	.featured-item p{
		height: 205px;
	}
	.featured-services .details h3 {
        margin: -2px 0px;
        height: 75px;
    }
}

.container.quote .quote-text,
.container.quote .quote-form {
    position: relative;
}

.container.quote .quote-text *,
.container.quote .quote-form * {
    position: relative;
    z-index: 1;
}

.container.quote .quote-text::after,
.container.quote .quote-form::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.container.quote .quote-text::after {
    background: rgb(4 121 96 / 80%);
}

.container.quote .quote-form::after {
    background: rgba(255, 255, 255, .8);
}

.container.quote .quote-text .h-100,
.container.quote .quote-form .h-100 {
    /* padding: 6rem 0; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.featured-icon img {
    width: 77px;
}

.line_clamp {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.scrollbox {
    width: 100%;
    height: 330px;
    overflow-y: scroll;
    /* background-color: #f6f6f6; */
}

.scrollbox::-webkit-scrollbar {
    background-color: transparent;
    width: 0px;
}

.scrollbox:hover::-webkit-scrollbar {
    width: 8px;
}

.scrollbox:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
}

@media (hover: none) {
    .scrollbox::-webkit-scrollbar {
        width: 8px;
    }

    .scrollbox::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
    }
}


.mission-vission .image img{
    height: auto;
    border-radius: 30px;
}
