/********** Template CSS **********/
:root {
    --primary: #13C5DD;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}
.btn {
    font-weight: 700;
    transition: .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    /* font-family: 'Jost'; */
    font-family: "Poppins", Sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.hero-header {
    background:  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../img/homecare1.jpg) top right no-repeat;
    background-size: cover;
}

.service-item {
    position: relative;
    height: 350px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    /* transform: rotate(-14deg); */
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}
/* custom css start */
 .care-process{
    padding:50px 0;
}

.care-process .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.care-process .process-image{
    flex:1;
}

.care-process .process-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.care-process .process-content{
    flex:1;
}

.care-process .sub-title{
    color:#13C5DD;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.care-process .process-content h2{
    font-size:42px;
    margin:12px 0 40px;
    color:#163047;
}

.care-process .step-box{
    display:flex;
    align-items:flex-start;
    gap:20px;
    background:#fff;
    padding:20px;
    margin-bottom:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.care-process .step-box:hover{
    transform:translateY(-5px);
}

.care-process .step-number{
    min-width:60px;
    width:60px;
    height:60px;
    background:#13C5DD;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    font-weight:bold;
}

.care-process .step-text h4{
    font-size:22px;
    color:#163047;
    margin-bottom:8px;
}

.care-process .step-text p{
    color:#666;
    line-height:1.7;
}

@media(max-width:992px){

.care-process .container{
    flex-direction:column;
}

.care-process .process-content h2{
    font-size:34px;
}

}

@media(max-width:576px){

.care-process{
    padding:60px 20px;
}

.care-process .process-content h2{
    font-size:28px;
}

.care-process .step-box{
    padding:18px;
}

.care-process .step-number{
    width:50px;
    height:50px;
    min-width:50px;
    font-size:20px;
}

.care-process .step-text h4{
    font-size:18px;
}

}
.care-promise{
    position:relative;
    background:url("../img/homecare3.jpg") center center/cover no-repeat;
    height:550px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    overflow:hidden;
}

.care-promise .overlay{
    position:absolute;
    inset:0;
    background:rgba(10,40,55,.55);
}

.care-promise .content{
    position:relative;
    z-index:2;
    max-width:850px;
    padding:20px;
    color:#fff;
}

.care-promise .sub-title{
    display:inline-block;
    font-size:18px;
    font-weight:700;
    color:#13C5DD;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.care-promise .content h2{
    font-size:52px;
    line-height:1.2;
    margin-bottom:25px;
    font-weight:700;
    color: #fff;
}

.care-promise .content p{
    font-size:19px;
    line-height:1.8;
    color:#f3f3f3;
    max-width:700px;
    margin:auto;
}

/* Tablet */

@media(max-width:991px){

.care-promise{
    height:450px;
}

.care-promise .content h2{
    font-size:40px;
}

.care-promise .content p{
    font-size:17px;
}

}

/* Mobile */

@media(max-width:576px){

.care-promise{
    height:420px;
    padding:20px;
}

.care-promise .sub-title{
    font-size:15px;
}

.care-promise .content h2{
    font-size:28px;
}

.care-promise .content p{
    font-size:15px;
    line-height:1.7;
}

}
.faq-section{
    padding:90px 0;
}

.faq-section .faq-container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.faq-section .faq-image{
    flex:1;
}

.faq-section .faq-image img{
    width:100%;
    border-radius:25px;
    display:block;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.faq-section .faq-content{
    flex:1;
}

.faq-section .section-subtitle{
    display:inline-block;
    color:#13C5DD;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.faq-section .faq-content h2{
    font-size:42px;
    color:#17354c;
    margin-bottom:15px;
}

.faq-section .section-text{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

.faq-section .faq-item{
    background:#fff;
    margin-bottom:18px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.faq-section .faq-item.active{
    border-left:5px solid #13C5DD;
}

.faq-section .faq-question{
    width:100%;
    background:#fff;
    border:none;
    padding:22px 25px;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:18px;
    font-weight:600;
    color:#17354c;
}

.faq-section .faq-question span{
    width:35px;
    height:35px;
    border-radius:50%;
    background:#13C5DD;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
}

.faq-section .faq-answer{
    padding:0 25px 25px;
    color:#666;
    line-height:1.8;
}

@media(max-width:991px){

.faq-section .faq-container{
    flex-direction:column;
}

.faq-section .faq-content h2{
    font-size:34px;
}

}

@media(max-width:576px){

.faq-section{
    padding:60px 20px;
}

.faq-section .faq-content h2{
    font-size:28px;
}

.faq-section .faq-question{
    font-size:16px;
    padding:18px;
}

.faq-section .faq-answer{
    padding:0 18px 18px;
}

}

/* about page style start */
.why-choose-us{
    padding:90px 0;
    background-color: #eeffff;
}

.why-choose-us .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.why-choose-us .choose-content{
    flex:1;
}

.why-choose-us .subtitle{
    color:#13C5DD;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.why-choose-us .choose-content h2{
    font-size:42px;
    color:#17344d;
    margin:15px 0;
    line-height:1.3;
}

.why-choose-us .choose-content h2 span{
    color:#13C5DD;
}

.why-choose-us .choose-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

.why-choose-us .feature-list{
    display:grid;
    gap:18px;
}

.why-choose-us .feature-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    background:#fff;
    padding:18px 22px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.why-choose-us .feature-box:hover{
    transform:translateX(8px);
}

.why-choose-us .icon{
    width:48px;
    height:48px;
    background:#13C5DD;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:22px;
    font-weight:bold;
    flex-shrink:0;
}

.why-choose-us .feature-box h4{
    color:#17344d;
    margin-bottom:6px;
    font-size:20px;
}

.why-choose-us .feature-box p{
    margin:0;
    color:#666;
    line-height:1.6;
}

.why-choose-us .choose-image{
    flex:1;
}

.why-choose-us .choose-image img{
    width:100%;
    border-radius:30px;
    display:block;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

@media(max-width:991px){

.why-choose-us .container{
    flex-direction:column-reverse;
}

.why-choose-us .choose-content h2{
    font-size:34px;
}

}

@media(max-width:576px){

.why-choose-us .why-choose-us{
    padding:60px 20px;
}

.why-choose-us .choose-content h2{
    font-size:28px;
}

.why-choose-us .feature-box{
    padding:16px;
}

.why-choose-us .feature-box h4{
    font-size:18px;
}

.why-choose-us .icon{
    width:42px;
    height:42px;
    font-size:18px;
}

}
.mission-vision{
    padding:80px 0;
}

.mission-vision .mv-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.mission-vision .mv-card{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.mission-vision .heading{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.mission-vision .heading i{
    width:55px;
    height:55px;
    background:#13C5DD;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.mission-vision .heading h2{
    color:#222;
}

.mission-vision .mv-card h4{
    margin-bottom:18px;
}

.mission-vision .mv-card ul{
    list-style:none;
}

.mission-vision .mv-card li{
    margin:12px 0;
    line-height:1.7;
}

.mission-vision .mv-card li i{
    color:#13C5DD;
    margin-right:10px;
}

.mission-vision .core-values{
    margin-top:70px;
    text-align:center;
}

.mission-vision .core-values h2{
    margin-bottom:35px;
}

.mission-vision .value-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.mission-vision .value-box{
    background:#fff;
    padding:30px 20px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.mission-vision .value-box:hover{
    background:#13C5DD;
    color:#fff;
}

.mission-vision .value-box i{
    font-size:40px;
    color:#13C5DD;
    margin-bottom:15px;
}

.mission-vision .value-box:hover i{
    color:#fff;
}

.mission-vision .value-box h4{
    font-size:18px;
}

@media(max-width:768px){

.mission-vision .mv-grid,
.mission-vision .value-grid{
    grid-template-columns:1fr;
}

}
/* about page style end

/* service page style start */
.service-intro{
    padding:90px 0;
    background:#fff;
}

.service-intro .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.service-intro .left-box{
    flex:1;
    text-align:center;
}

.service-intro .service-icon{
    width:140px;
    height:140px;
    margin:auto;
    border-radius:50%;
    background:#13C5DD;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:60px;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
}

.service-intro .left-box h2{
    margin-top:25px;
    font-size:40px;
    color:#222;
}

.service-intro .right-box{
    flex:1.4;
}

.service-intro .right-box p{
    color:#666;
    line-height:1.9;
    font-size:17px;
    margin-bottom:30px;
}

.service-intro .service-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.service-intro .service-list div{
    background:#f8fcfd;
    padding:18px;
    border-radius:10px;
    font-weight:600;
}

.service-intro .service-list i{
    color:#13C5DD;
    margin-right:8px;
}

@media(max-width:768px){
    .service-intro{
        padding: 20px 0px;
    }

.service-intro .container{
    flex-direction:column;
    text-align:center;
}

.service-intro .left-box h2{
    font-size:30px;
}

.service-intro .service-list{
    grid-template-columns:1fr;
}

}
.elderly-care{
    padding:90px 0;
    background:#f8fcfd;
}

.elderly-care .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.elderly-care .content{
    flex:1;
}

.elderly-care .sub-title{
    color:#13C5DD;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.elderly-care .content h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
}

.elderly-care .content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.elderly-care .service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.elderly-care .service-grid div{
    background:#fff;
    padding:15px;
    border-radius:10px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.elderly-care .service-grid i{
    color:#13C5DD;
    margin-right:8px;
}

.elderly-care .image{
    flex:1;
    position:relative;
}

.elderly-care .image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.elderly-care .experience{
    position:absolute;
    left:-20px;
    bottom:25px;
    background:#13C5DD;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
}

.elderly-care .experience h3{
    font-size:34px;
    margin:0;
}

.elderly-care .experience span{
    font-size:15px;
}

@media(max-width:768px){

.elderly-care .container{
    flex-direction:column-reverse;
}

.elderly-care .content h2{
    font-size:30px;
}

.elderly-care .service-grid{
    grid-template-columns:1fr;
}

.elderly-care .experience{
    position:static;
    margin-top:20px;
    display:inline-block;
}

}
.home-nursing{
    padding:90px 0;
    background:#f8fcfd;
}

.home-nursing .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.home-nursing .content{
    flex:1;
}

.home-nursing .sub-title{
    color:#13C5DD;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.home-nursing .content h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
}

.home-nursing .content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.home-nursing .service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.home-nursing .service-grid div{
    background:#fff;
    padding:15px;
    border-radius:10px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.home-nursing .service-grid i{
    color:#13C5DD;
    margin-right:8px;
}

.home-nursing .image{
    flex:1;
    position:relative;
}

.home-nursing .image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.home-nursing .experience{
    position:absolute;
    left:-20px;
    bottom:25px;
    background:#13C5DD;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
}

.home-nursing .experience h3{
    font-size:34px;
    margin:0;
}

.home-nursing .experience span{
    font-size:15px;
}

@media(max-width:768px){

.home-nursing .container{
    flex-direction:column-reverse;
}

.home-nursing .content h2{
    font-size:30px;
}

.home-nursing .service-grid{
    grid-template-columns:1fr;
}

.home-nursing .experience{
    position:static;
    margin-top:20px;
    display:inline-block;
}

}
.home-nursing .badge{
    position:absolute;
    bottom:30px;
    left:-30px;
    width:170px;
    padding:20px;
    background:#13C5DD;
    color:#fff;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
    animation:float 3s ease-in-out infinite;
}

.home-nursing .badge i{
    width:60px;
    height:60px;
    line-height:60px;
    background:#fff;
    color:#13C5DD;
    border-radius:50%;
    font-size:28px;
    margin-bottom:15px;
}

.home-nursing .badge h3{
    margin:0;
    font-size:34px;
    font-weight:700;
    line-height:1;
}

.home-nursing .badge span{
    display:block;
    margin-top:8px;
    font-size:16px;
    font-weight:500;
    letter-spacing:.5px;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}

@media(max-width:768px){

.home-nursing .badge{
    position:static;
    width:180px;
    margin:20px auto 0;
}

}

.patient-care{
    padding:90px 0;
    background:#f8fcfd;
}

.patient-care .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.patient-care .content{
    flex:1;
}

.patient-care .sub-title{
    color:#13C5DD;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.patient-care .content h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
}

.patient-care .content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.patient-care .service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.patient-care .service-grid div{
    background:#fff;
    padding:15px;
    border-radius:10px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.patient-care .service-grid i{
    color:#13C5DD;
    margin-right:8px;
}

.patient-care .image{
    flex:1;
    position:relative;
}

.patient-care .image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.patient-care .experience{
    position:absolute;
    left:-20px;
    bottom:25px;
    background:#13C5DD;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
}

.patient-care .experience h3{
    font-size:34px;
    margin:0;
}

.patient-care .experience span{
    font-size:15px;
}

@media(max-width:768px){

.patient-care .container{
    flex-direction:column-reverse;
}

.patient-care .content h2{
    font-size:30px;
}

.patient-care .service-grid{
    grid-template-columns:1fr;
}

.patient-care .experience{
    position:static;
    margin-top:20px;
    display:inline-block;
}

}
.patient-care .badge{
    position:absolute;
    bottom:30px;
    left:-30px;
    width:170px;
    padding:20px;
    background:#13C5DD;
    color:#fff;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
    animation:float 3s ease-in-out infinite;
}

.patient-care .badge i{
    width:60px;
    height:60px;
    line-height:60px;
    background:#fff;
    color:#13C5DD;
    border-radius:50%;
    font-size:28px;
    margin-bottom:15px;
}

.patient-care .badge h3{
    margin:0;
    font-size:34px;
    font-weight:700;
    line-height:1;
}

.patient-care .badge span{
    display:block;
    margin-top:8px;
    font-size:16px;
    font-weight:500;
    letter-spacing:.5px;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}

@media(max-width:768px){

.patient-care .badge{
    position:static;
    width:180px;
    margin:20px auto 0;
}

}

.post-hospital-care{
    padding:90px 0;
    background:#f8fcfd;
}

.post-hospital-care .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.post-hospital-care .content{
    flex:1;
}

.post-hospital-care .sub-title{
    color:#13C5DD;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.post-hospital-care .content h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
}

.post-hospital-care .content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.post-hospital-care .service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.post-hospital-care .service-grid div{
    background:#fff;
    padding:15px;
    border-radius:10px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.post-hospital-care .service-grid i{
    color:#13C5DD;
    margin-right:8px;
}

.post-hospital-care .image{
    flex:1;
    position:relative;
}

.post-hospital-care .image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.post-hospital-care .experience{
    position:absolute;
    left:-20px;
    bottom:25px;
    background:#13C5DD;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
}

.post-hospital-care .experience h3{
    font-size:34px;
    margin:0;
}

.post-hospital-care .experience span{
    font-size:15px;
}

@media(max-width:768px){

.post-hospital-care .container{
    flex-direction:column-reverse;
}

.post-hospital-care .content h2{
    font-size:30px;
}

.post-hospital-care .service-grid{
    grid-template-columns:1fr;
}

.post-hospital-care .experience{
    position:static;
    margin-top:20px;
    display:inline-block;
}

}
.post-hospital-care .badge{
    position:absolute;
    bottom:30px;
    left:-30px;
    width:170px;
    padding:20px;
    background:#13C5DD;
    color:#fff;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
    animation:float 3s ease-in-out infinite;
}

.post-hospital-care .badge i{
    width:60px;
    height:60px;
    line-height:60px;
    background:#fff;
    color:#13C5DD;
    border-radius:50%;
    font-size:28px;
    margin-bottom:15px;
}

.post-hospital-care .badge h3{
    margin:0;
    font-size:34px;
    font-weight:700;
    line-height:1;
}

.post-hospital-care .badge span{
    display:block;
    margin-top:8px;
    font-size:16px;
    font-weight:500;
    letter-spacing:.5px;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}

@media(max-width:768px){

.post-hospital-care .badge{
    position:static;
    width:180px;
    margin:20px auto 0;
}

}
 
.palliative-care{
    padding:90px 0;
    background:#f8fcfd;
}

.palliative-care .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.palliative-care .content{
    flex:1;
}

.palliative-care .sub-title{
    color:#13C5DD;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.palliative-care .content h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
}

.palliative-care .content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.palliative-care .service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.palliative-care .service-grid div{
    background:#fff;
    padding:15px;
    border-radius:10px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.palliative-care .service-grid i{
    color:#13C5DD;
    margin-right:8px;
}

.palliative-care .image{
    flex:1;
    position:relative;
}

.palliative-care .image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.palliative-care .experience{
    position:absolute;
    left:-20px;
    bottom:25px;
    background:#13C5DD;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
}

.palliative-care .experience h3{
    font-size:34px;
    margin:0;
}

.palliative-care .experience span{
    font-size:15px;
}

@media(max-width:768px){

.palliative-care .container{
    flex-direction:column-reverse;
}

.palliative-care .content h2{
    font-size:30px;
}

.palliative-care .service-grid{
    grid-template-columns:1fr;
}

.palliative-care .experience{
    position:static;
    margin-top:20px;
    display:inline-block;
}

}
.palliative-care .badge{
    position:absolute;
    bottom:30px;
    left:-30px;
    width:170px;
    padding:20px;
    background:#13C5DD;
    color:#fff;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
    animation:float 3s ease-in-out infinite;
}

.palliative-care .badge i{
    width:60px;
    height:60px;
    line-height:60px;
    background:#fff;
    color:#13C5DD;
    border-radius:50%;
    font-size:28px;
    margin-bottom:15px;
}

.palliative-care .badge h3{
    margin:0;
    font-size:34px;
    font-weight:700;
    line-height:1;
}

.palliative-care .badge span{
    display:block;
    margin-top:8px;
    font-size:16px;
    font-weight:500;
    letter-spacing:.5px;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}

@media(max-width:768px){

.palliative-care .badge{
    position:static;
    width:180px;
    margin:20px auto 0;
}

}

.physiotherapy-home{
    padding:90px 0;
    background:#f8fcfd;
}

.physiotherapy-home .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:60px;
}

.physiotherapy-home .content{
    flex:1;
}

.physiotherapy-home .sub-title{
    color:#13C5DD;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.physiotherapy-home .content h2{
    font-size:42px;
    margin:15px 0;
    color:#222;
}

.physiotherapy-home .content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.physiotherapy-home .service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.physiotherapy-home .service-grid div{
    background:#fff;
    padding:15px;
    border-radius:10px;
    font-weight:600;
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

.physiotherapy-home .service-grid i{
    color:#13C5DD;
    margin-right:8px;
}

.physiotherapy-home .image{
    flex:1;
    position:relative;
}

.physiotherapy-home .image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.physiotherapy-home .experience{
    position:absolute;
    left:-20px;
    bottom:25px;
    background:#13C5DD;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
}

.physiotherapy-home .experience h3{
    font-size:34px;
    margin:0;
}

.physiotherapy-home .experience span{
    font-size:15px;
}

@media(max-width:768px){

.physiotherapy-home .container{
    flex-direction:column-reverse;
}

.physiotherapy-home .content h2{
    font-size:30px;
}

.physiotherapy-home .service-grid{
    grid-template-columns:1fr;
}

.physiotherapy-home .experience{
    position:static;
    margin-top:20px;
    display:inline-block;
}

}
.physiotherapy-home .badge{
    position:absolute;
    bottom:30px;
    left:-30px;
    width:170px;
    padding:20px;
    background:#13C5DD;
    color:#fff;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 35px rgba(19,197,221,.35);
    animation:float 3s ease-in-out infinite;
}

.physiotherapy-home .badge i{
    width:60px;
    height:60px;
    line-height:60px;
    background:#fff;
    color:#13C5DD;
    border-radius:50%;
    font-size:28px;
    margin-bottom:15px;
}

.physiotherapy-home .badge h3{
    margin:0;
    font-size:34px;
    font-weight:700;
    line-height:1;
}

.physiotherapy-home .badge span{
    display:block;
    margin-top:8px;
    font-size:16px;
    font-weight:500;
    letter-spacing:.5px;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}

@media(max-width:768px){

.physiotherapy-home .badge{
    position:static;
    width:180px;
    margin:20px auto 0;
}

}

/* service page style end */
/* gallery page style start */
.gallery-page{
    padding:90px 0;
    background:#f8fcfd;
}

.gallery-page .container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title span{
    display:inline-block;
    color:#13C5DD;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:42px;
    color:#222;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

/* Tabs */

.gallery-tabs{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:50px;
}

.gallery-tabs .tab-btn{
    border:none;
    background:#fff;
    color:#333;
    padding:13px 28px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.35s;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.gallery-tabs .tab-btn:hover,
.gallery-tabs .tab-btn.active{
    background:#13C5DD;
    color:#fff;
}

/* Gallery */

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.gallery-grid .gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:20px;
    cursor:pointer;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.gallery-grid .gallery-item img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

/* Hover */

.gallery-grid .gallery-overlay{
    position:absolute;
    inset:0;
    background:rgba(19,197,221,.85);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    opacity:0;
    transition:.4s;
}

.gallery-grid .gallery-overlay h4{
    font-size:24px;
    margin-bottom:18px;
}

.gallery-grid .popup-btn{
    width:60px;
    height:60px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#13C5DD;
    font-size:22px;
    cursor:pointer;
    transition:.3s;
}

.gallery-grid .popup-btn:hover{
    transform:rotate(180deg) scale(1.1);
}

.gallery-grid .gallery-item:hover img{
    transform:scale(1.12);
}

.gallery-grid .gallery-item:hover .gallery-overlay{
    opacity:1;
}

/* Popup */
.gallery-popup{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.9);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.gallery-popup img{
    max-width:85%;
    max-height:85%;
    border-radius:15px;
    box-shadow:0 20px 50px rgba(0,0,0,.5);
    animation:zoomIn .35s ease;
    position:relative;
    z-index:100000;
}

.close-popup{
    position:absolute;
    top:20px;
    right:30px;
    font-size:35px;
    color:#fff;
    cursor:pointer;
    z-index:100001;
}

.close-popup:hover{
    color:#13C5DD;
}

@keyframes zoomIn{

from{
    transform:scale(.7);
    opacity:0;
}

to{
    transform:scale(1);
    opacity:1;
}

}
.gallery-page{
    position:relative;
    z-index:1;
}

.gallery-popup{
    z-index:999999;
}

/* Responsive */

@media(max-width:991px){

.gallery-grid{
    grid-template-columns:repeat(2,1fr);
}

.gallery-grid .section-title h2{
    font-size:34px;
}

}

@media(max-width:767px){

.gallery-grid{
    grid-template-columns:1fr;
}

.gallery-grid .gallery-item img{
    height:260px;
}

.gallery-grid .gallery-tabs{
    gap:10px;
}

.gallery-grid .gallery-tabs .tab-btn{
    padding:10px 20px;
    font-size:14px;
}

.gallery-grid .section-title h2{
    font-size:28px;
}

.gallery-grid .section-title p{
    font-size:15px;
}

}
/* gallery page style end */
/* privacy policy start */
.privacy-section{
    padding:50px 0;
}

.privacy-section .section-title{
    text-align:center;
    margin-bottom:60px;
}

.privacy-section .section-title span{
    display:inline-block;
    background:#13C5DD;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.privacy-section .section-title h2{
    font-size:42px;
    color:#0A2D4D;
    margin-bottom:15px;
}

.privacy-section .section-title p{
    max-width:750px;
    margin:auto;
    color:#666;
    line-height:30px;
}

.privacy-section .policy-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.privacy-section .policy-card{
    background:#fff;
    border-radius:15px;
    padding:35px;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.privacy-section .policy-card:hover{
    transform:translateY(-8px);
}

.privacy-section .icon{
    width:70px;
    height:70px;
    background:#13C5DD;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:20px;
}

.privacy-section .icon i{
    font-size:28px;
    color:#fff;
}

.privacy-section .policy-card h3{
    color:#0A2D4D;
    font-size:22px;
    margin-bottom:15px;
}

.privacy-section .policy-card p{
    color:#666;
    line-height:30px;
}

@media(max-width:768px){

.privacy-section .section-title h2{
    font-size:30px;
}

.privacy-section .policy-card{
    padding:25px;
}

}
.contact-form{
    margin-top: -200px;
    z-index: 1;
}
.contact-form-inner{
    padding: 3rem;
}
@media(max-width:768px){
    .contact-form{
    margin-top: 40px;
}
.contact-form-inner{
    padding: 0rem;
}
}
/* privacy policy end */
/* contact start */

.contact-us {
  padding-top: 0px;
}

.contact-us .section-heading .line-dec {
  margin: 20px auto;
}

.contact-us .section-heading {
  text-align: center;
  margin-bottom: 80px;
}


form#contact:before {
  background-image: url(../images/contact-top-right-v3.webp);
  position: absolute;
  right: 0;
  top: 0;
  width: 726px;
  height: 78px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

.contact-dec img {
  max-width: 224px;
  position: absolute;
  right: 25px;
  top: -242px;
}

form#contact:after {
  background-image: url(../images/contact-bottom-right-v3.webp);
  position: absolute;
  right: 0;
  bottom: 0;
  width: 532px;
  height: 106px;
  background-repeat: no-repeat;
  content: '';
  z-index: 1;
}

form#contact {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  position: relative;
  background-color: #fff;
  border-radius: 23px;
  text-align: center;
}

form#contact #map iframe {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  margin-bottom: -7px;
  position: relative;
  z-index: 2;
}

.fill-form {
  padding: 10px 60px 10px 30px;
}

.fill-form .info-post {
  margin-bottom: 20px;
}

.fill-form .icon {
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 23px;
  padding: 25px 15px;
}

.fill-form .icon img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
}

.fill-form .icon a {
  margin-top: 15px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #2a2a2a;
  transition: all .3s;
}

.fill-form .icon:hover a {
  color: #4da6e7;
}

form#contact input {
  width: 100%;
  height: 46px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  border-radius: 23px;
  margin-top: 30px;
}

form#contact input::placeholder {
  color: #aaa;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 200px;
  min-height: 200px;
  height: 200px;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-top: 30px;
}

form#contact textarea::placeholder {
  color: #aaa;
}

form#contact button {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #4da6e7;
  margin-top: 30px;
  width: 100%;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: 1px solid #4da6e7;
  transition: all .3s;
  outline: none;
}

form#contact button:hover {
  background-color: #4da6e7!important;
  color: #fff!important;
}

/* contact end */
.hero-form{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.hero-form h3{
    text-align:center;
    margin-bottom:20px;
    color:#13C5DD;
    font-weight:700;
}

.hero-form .form-control{
    height:50px;
    border-radius:8px;
    border:1px solid #ddd;
}

.hero-form textarea.form-control{
    height:100px;
    resize:none;
}

.hero-form .btn{
    background:#13C5DD;
    border:none;
    font-weight:600;
}

.hero-form .btn:hover{
    background:#0ea7bb;
}
.blog-post .rounded-pill{
    background-color: #13C5DD;
    border: none;
}
.why-us{
    padding:100px 0;
    background:#fff;
}

.why-us .container{
    width:100%;
    /* max-width:1300px; */
    margin:auto;
    display:flex;
    align-items:center;
    gap:70px;
}

/* Left */

.why-us .left-image{
    flex:1;
    position:relative;
    min-height:550px;
}

.why-us .left-image .shape{
    width:80%;
    height:420px;
    background:#13C5DD;
    border-radius:0 80px 0 80px;
    position:absolute;
    top:0;
    left:0;
}

.why-us .left-image img{
    width:82%;
    position:absolute;
    left:70px;
    top:80px;
    border-radius:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

/* Right */

.why-us .right-content{
    flex:1;
}

.why-us .sub-title{
    color:#13C5DD;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}

.why-us .right-content h2{
    font-size:38px;
    margin:15px 0 40px;
    color:#222;
}

.why-us .counter-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.why-us .counter-box{
    position:relative;
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:35px 25px;
    overflow:hidden;
    transition:.4s;
    display:flex;
    gap:20px;
    align-items:center;
}

.why-us .counter-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.why-us .icon{
    width:75px;
    height:75px;
    background:#13C5DD;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:30px;
}

.why-us .text h3{
    color:#13C5DD;
    font-size:42px;
    margin-bottom:5px;
}

.why-us .text p{
    color:#555;
    font-size:17px;
}

.why-us .bg-number{
    position:absolute;
    right:10px;
    top:10px;
    font-size:90px;
    font-weight:700;
    color:#f5f5f5;
    z-index:0;
    line-height:1;
}

.why-us .text,
.why-us .icon{
    position:relative;
    z-index:2;
}

/* Responsive */

@media(max-width:991px){

.why-us .container{
    display: flex;
    flex-direction : column;
}

.why-us .left-image{
    min-height:450px;
    
}

.why-us .left-image img{
    width:85%;
    left:40px;
}

.why-us .counter-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:576px){

.why-us .left-image{
    min-height:350px;
    display: none;
}

.why-us .left-image .shape{
    height:260px;
}

.why-us .left-image img{
    width:90%;
    left:20px;
    top:40px;
}

.why-us .right-content h2{
    font-size:28px;
}

.why-us .text h3{
    font-size:34px;
}

.why-us .icon{
    width:60px;
    height:60px;
    font-size:24px;
}

}
.home-care-services{
    padding:30px 0px 40px 0px;
    background:#e7f5f8;
}

.home-care-services .container{
    max-width:1320px;
    width:90%;
    margin:auto;
}

.home-care-services .services-list{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:20px;
    flex-wrap:wrap;
}

.home-care-services .service-items{
    flex:1;
    min-width:150px;
    text-align:center;
    cursor:pointer;
    transition:.35s;
}

.home-care-services .service-icon{
    width:90px;
    height:90px;
    margin:0 auto 18px;
    background:#13C5DD;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:34px;
    transition:.35s;
}

.home-care-services .service-items h4{
    font-size:16px;
    color:#444;
}

.home-care-services .service-items:hover .service-icon,
.home-care-services .service-items.active .service-icon{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(19,197,221,.35);
}

.home-care-services .service-items:hover h4,
.home-care-services .service-items.active h4{
    color:#13C5DD;
}

.home-care-services .service-icon i{
    transition:.35s;
}

.home-care-services .service-items:hover i{
    transform:scale(1.15);
}

/* Tablet */

@media(max-width:991px){

.home-care-services .services-list{
    justify-content:center;
}

.home-care-services .service-items{
    flex:0 0 30%;
}

}

/* Mobile */

@media(max-width:767px){

.home-care-services{
    padding:60px 0;
}

.home-care-services .services-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.home-care-services .service-items{
    min-width:auto;
}

.home-care-services .service-icon{
    width:75px;
    height:75px;
    font-size:28px;
}

.home-care-services .service-items h4{
    font-size:17px;
}

}
.popular-services{
    padding:90px 0;
    background:#fff;
}

.popular-services .container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

.popular-services .section-title{
    text-align:center;
    margin-bottom:60px;
}

.popular-services .section-title h2{
    font-size:55px;
    color:#13C5DD;
    font-weight:700;
}

.popular-services .service-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.popular-services .service-card{
    position:relative;
    overflow:hidden;
    border-radius:25px;
    cursor:pointer;
    height:430px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.popular-services .service-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.popular-services .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgb(5 119 129 / 75%), rgba(0, 0, 0, .15));
}

.popular-services .service-content{
    position:absolute;
    left:35px;
    bottom:35px;
    color:#fff;
    z-index:5;
}

.popular-services .icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#13C5DD;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom:18px;
    transition:.4s;
}

.popular-services .service-content h3{
    font-size:34px;
    font-weight:800;
    margin:0;
    color: #fff;
}

.popular-services .service-card:hover img{
    transform:scale(1.12);
}

.popular-services .service-card:hover .icon{
    transform:rotate(360deg);
    background:#fff;
    color:#13C5DD;
}

.popular-services .service-card:hover{
    transform:translateY(-10px);
}

@media(max-width:991px){

.popular-services .service-row{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.popular-services{
    padding:60px 0;
}

.popular-services .section-title h2{
    font-size:38px;
}

.popular-services .service-row{
    grid-template-columns:1fr;
}

.popular-services .service-card{
    height:350px;
}

.popular-services .service-content h3{
    font-size:28px;
}

}
.bedridden-care{
    padding:90px 0;
    background:#fff;
}

.bedridden-care .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.bedridden-care .content{
    flex:1;
}

.bedridden-care .sub-title{
    color:#13C5DD;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.bedridden-care h2{
    font-size:42px;
    color:#222;
    margin:15px 0 20px;
    font-weight:700;
}

.bedridden-care p{
    color:#666;
    line-height:1.9;
    margin-bottom:35px;
}

.bedridden-care .service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.bedridden-care .service-grid div{
    background:#f8f8f8;
    padding:15px 20px;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    color:#333;
    display:flex;
    align-items:center;
    transition:.3s;
}

.bedridden-care .service-grid div:hover{
    background:#13C5DD;
    color:#fff;
    transform:translateY(-5px);
}

.bedridden-care .service-grid i{
    color:#13C5DD;
    font-size:20px;
    margin-right:12px;
    transition:.3s;
}

.bedridden-care .service-grid div:hover i{
    color:#fff;
}

.bedridden-care .image{
    flex:1;
    position:relative;
}

.bedridden-care .image img{
    width:100%;
    border-radius:20px;
    display:block;
}

.bedridden-care .badge{
    position:absolute;
    bottom:25px;
    left:25px;
    background:#13C5DD;
    color:#fff;
    padding:18px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.bedridden-care .badge i{
    font-size:32px;
    margin-bottom:10px;
}

.bedridden-care .badge h3{
    margin:0;
    font-size:28px;
    font-weight:700;
}

.bedridden-care .badge span{
    font-size:15px;
}

/* Responsive */

@media(max-width:991px){

.bedridden-care .container{
    flex-direction:column-reverse;
}

.bedridden-care .service-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:576px){

.bedridden-care{
    padding:60px 0;
}

.bedridden-care h2{
    font-size:30px;
}

.bedridden-care .badge{
    left:15px;
    bottom:15px;
    padding:15px 20px;
}

.bedridden-care .badge h3{
    font-size:22px;
}

}
.mother-baby-care{
    padding:90px 0;
    background:#fff;
}

.mother-baby-care .container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

.mother-baby-care .image{
    flex:1;
    position:relative;
}

.mother-baby-care .image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.mother-baby-care .badge{
    position:absolute;
    bottom:25px;
    right:25px;
    background:#13C5DD;
    color:#fff;
    padding:18px 25px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
}

.mother-baby-care .badge i{
    font-size:32px;
    margin-bottom:10px;
}

.mother-baby-care .badge h3{
    margin:5px 0;
    font-size:28px;
    font-weight:700;
}

.mother-baby-care .badge span{
    font-size:15px;
}

.mother-baby-care .content{
    flex:1;
}

.mother-baby-care .sub-title{
    color:#13C5DD;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.mother-baby-care h2{
    font-size:42px;
    color:#222;
    margin:15px 0 20px;
    font-weight:700;
}

.mother-baby-care p{
    color:#666;
    line-height:1.9;
    margin-bottom:35px;
}

.mother-baby-care .service-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.mother-baby-care .service-grid div{
    background:#f8f8f8;
    padding:15px 20px;
    border-radius:10px;
    display:flex;
    align-items:center;
    font-size:16px;
    font-weight:600;
    color:#333;
    transition:.3s;
}

.mother-baby-care .service-grid div:hover{
    background:#13C5DD;
    color:#fff;
    transform:translateY(-5px);
}

.mother-baby-care .service-grid i{
    color:#13C5DD;
    font-size:20px;
    margin-right:12px;
    transition:.3s;
}

.mother-baby-care .service-grid div:hover i{
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.mother-baby-care .container{
    flex-direction:column;
}

.mother-baby-care .service-grid{
    grid-template-columns:1fr;
}

}

/* Mobile */

@media(max-width:576px){

.mother-baby-care{
    padding:60px 0;
}

.mother-baby-care h2{
    font-size:30px;
}

.mother-baby-care .badge{
    right:15px;
    bottom:15px;
    padding:15px 20px;
}

.mother-baby-care .badge h3{
    font-size:22px;
}

}
/* custom css end */
