body{font-family: "Teachers", sans-serif;}
.font1{font-family: "Zilla Slab", serif !important;}
/*--------- Common Css ----------- */
.blog-img img,.medevents .medevents-img , .casestudies .casestudies-img, .gallery .presscard,.doccard .doccard-img img, .vm .vmimg img{
    transition: transform 0.4s ease-in-out;
}
.limit-text{
  display: inline-block;
  width: 14ch;             /* ch = character units */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; 
}
.blog-img:hover img ,.medevents:hover .medevents-img, .casestudies:hover .casestudies-img, .gallery:hover .presscard,.doccard:hover .doccard-img img, .vm .vmimg:hover img {
    transform: scale(1.03); /* Adjust scale as needed */
}
.list-none li{    list-style: none;}
.points ul{
    padding-left: 0px;
}

.text-96{color:#969696 !important;}
.obj-cover{object-fit: cover !important;}
.obj-fill{object-fit: fill !important;}
.navbar-light .navbar-nav .nav-link {color: black;font-size:16px;font-weight:400;}
a.text-hover:hover{text-decoration:underline !important;}
a.text-hover-color:hover{color:#F7B32B !important;}
.text-ul{text-decoration:underline !important;}
.faq-hover:hover{background: #FFF4EF !important;}
.ofh{overflow: hidden;}
.bg-white{background: #000;}
.bg-app {background: #F7B32B;}
.text-main {color: #F7B32B !important;}
.bg-lapp{background: #997C70;}
.text-app {color: #FF7333 !important;}
.text-app1 {color: #8EB486 !important;}
.bg-darkk{background-color: #000000 !important;}
.bg-news{background: #FFF4EF !important;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-greyy{background: #B8B8B8 !important;}
.text-darkk{color: #000000;}
.text-darkkk{color: #000000 !important;}
.text-brow{color: #67544F;}
.text-lblue{color: #0F4DED !important;}
.text-nblue{color: #0A0CF4 !important;}
.text-lightt , .text-lightt p{color:#555555 !important;}
.brs-10 {border-radius: 10px;}
.brs-15{border-radius: 15px;}
.brs-top-15{border-top-left-radius: 15px;border-top-right-radius: 15px;}
.brs-bot-15{border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;box-shadow: rgba(139, 150, 153, .2) 0 5px 18px;}
.brs-bot-30{border-bottom-left-radius: 30px;border-bottom-right-radius: 30px;}
.brs-20 {border-radius: 20px;}
.brs-30 {border-radius: 30px;}
.brs-40 {border-radius: 40px;}
.brs-50{border-radius:50%;}
.pad5-7{padding: 3px 5px;}  
.lh-60{line-height: 75px;}
.fs-65{font-size: 65px;}
.sideimg {position: absolute;top: 0px;left: 0;width: 350px;}
.bg-under{background: #545454;}
.mtn-48{margin-top: -48px;}
.wid-20{width: 20px;}
.fw-100{font-weight:100;}
.fw-200{font-weight:200;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}
.fw-700{font-weight:700;}
.fw-800{font-weight:800;}
.fw-900{font-weight:900;}



.section-title {
  position: relative;
}

.section-title::before {
  content: "";
  position: absolute;
    left: -7px;
    top: 11px;
    width: 20px;
    height: 23px;
  background:
    linear-gradient(#000, #A5C39E) left/5px 100% no-repeat,
    linear-gradient(#A5C39E, #A5C39E) bottom/100% 5px no-repeat;
  border-radius: 0 0 0 8px;
}


/*--------- Text overflow Control Css --------- */
.overelipsis1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis {display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}

/*--------- Top Menu Css ---------*/
.top_menu .float-right a i{font-size: 15px;background: #997C70;border-radius: 50%;color: #FFFFFF;padding: initial;width: 25px;height: 25px;text-align: center;padding-top: 5px;}


/*Navbar Styles*/
.navbar{
    margin: 20px 80px;
    border-radius: 50px !important;
    background-color: #FFF4EF !important;
    padding:10px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight:400;

}
.navbar-nav .nav-link.active {
    font-weight:700;
}
.top-navbar-head.activescroll {
    box-shadow: 0px 4px 16px 0px #00000026;
    border-radius: 50px;
    margin: 0px;
    border-radius: 0px !important;
    z-index: 9999;
}
  nav.breadcrumb{
        position: relative;
        justify-content: flex-end;
        background-color: unset;
    } 
    ol.breadcrumb {
        justify-content: flex-end;
        margin: 0px;
        padding: 0px;
        background-color: unset;
    }
    .bred_flex {
        display: flex;
    }
    .bred_flex h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #8EB486;
        content: "\f178";
        font-family: FontAwesome;
    }

/*Banner Section*/
.banner_slider {
    margin-left: 62px;
}
.banner_txt h1 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.banner_txt p {
    position: relative;
    top: 10px;
    right: 230px;
    font-size: 24px !important;
    font-weight: 300;
    width: 78%;
    margin-bottom: 50px;
}

a._banner_href {
    color: #fff;
    width: 100%;
    display: block;
}
.buttons {
    text-align: center;
    margin-bottom:10px;
}

/*Statistics*/
.statistics-home {
    background: url(/assets/healthplus/img/static_home.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 10px;
    padding-top: 55px;
}

/*About Styles*/
.home_about ul{padding-left:16px;}




/* SECTION */
.services-section {
  background: #f6f2ef;
  border-radius: 40px;
      padding: 40px;
}

/* LAYOUT */
.services-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
}


.section-desc {
  color: #555;
  margin: 15px 0 25px;
}

.services-image {
  border-radius: 16px;
  overflow: hidden;
}

/* RIGHT GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD DEFAULT */
.service-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  position: relative;
  transition: all 0.35s ease;
}

.service-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 8px;
}


/* HOVER EFFECT */
.service-card:hover {
  background: #a5c39e;
  color: #ffffff;
  transform: translateY(-5px);
}

.service-card:hover p {
  color: #ffffff;
}

/* ICON */
.service-card .icon img {
  width: 36px;
}

/* ARROW */
.arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #000;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.service-card:hover .arrow {
  background: #ffffff;
  color: #000;
}



/*Why to choose */
.choosetickbefore p{
    color:#FFFFFF;
}
.why_choose {
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.custom-list{
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.custom-list ul{
    list-style: none !important;
    padding-left: 0px;
}

.custom-list li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

/* Default icon (Image 1) */
.custom-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
    background: url(/assets/healthplus/img/Polygon.png) no-repeat center center;
  background-size: contain;
}

.whytochoosehome {
    background-color: #8EB486;
    padding: 70px;
}

/* Alternate icon (Image 2) */
.custom-list li:nth-child(even)::before{
    background: url(/assets/healthplus/img/Polygon1.png) no-repeat center center;

}




.recent-title{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.recent-title span{
  width: 5px;
  height: 24px;
  background: #ff6b2c;
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
}

.feature-card{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.feature-card img{
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.feature-card .overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,.2));
  display: flex;
  align-items: center;
  justify-content: center;
}


.feature-card .overlay a:hover{
  background: #ff6b2c;
  color: #fff;
}

/* DOCTORS */
.doctor-card{
  background:#fff4ed;
  border-radius:10px;
}

.doctor-inner{
  display:flex;
  align-items:center;
  gap:30px;
}

/* IMAGE WRAP */
.doctor-img-wrap{
    position: relative; 
    width: 180px;
    height: 259px;
    background: #8fbf8f;
    border-radius: 10px 120px 0px 10px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
}


/* IMAGE */
.doctor-img{
  width:100%;
  height:260px;
  object-fit:cover;
}
.doctor-info {
    padding-right: 20px;
}

/* CONTENT */
.doctor-info h4{
  font-weight:700;
  font-size:20px;
  margin-bottom:5px;
}

.doctor-info .designation{
  font-size:18px;
  font-weight:400;
  margin-bottom:10px;
}

.doctor-info ul{
  padding-left:0px;
  list-style: none;
}

.doctor-info ul li{
    display:flex;
    gap:5px;
    display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;

}

.doctor-info ul li::before {
            content: "\2022";
            color: #997C70;
            display: inline-block;
            width: 1em;
            font-weight: bold;
            font-size: 1.1rem;
        }
        
        .doctor-title {
  position: relative;
}

.doctor-title::before {
  content: "";
  position: absolute;
    left: 31%;
    top: 11px;
    width: 20px;
    height: 23px;
  background:
    linear-gradient(#000, #A5C39E) left/5px 100% no-repeat,
    linear-gradient(#A5C39E, #A5C39E) bottom/100% 5px no-repeat;
  border-radius: 0 0 0 8px;
}


/* MOBILE */
@media(max-width:768px){
  .doctor-inner{
    flex-direction:column;
    text-align:center;
  }

  .doctor-info ul{
    padding-left:0;
    list-style-position:inside;
  }
}


/* CASE STUDIES – SAME DESIGN LANGUAGE AS DOCTORS */

.casestudy-card{
  background:#fff4ed;
  border-radius:10px;
}

.casestudy-inner{
  display:flex;
  gap:25px;
  align-items:center;
}

/* IMAGE WRAP */
.casestudy-img-wrap{
  width:180px;
  height:259px;
  background:#8fbf8f;
  border-radius:10px 120px 0px 10px;
  overflow:hidden;
  flex-shrink:0;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.casestudy-img{
  width:100%;
  height:260px;
  object-fit:cover;
}

/* CONTENT */
.casestudy-info{
  padding-right:20px;
}

/* MOBILE */
@media(max-width:768px){
  .casestudy-inner{
    flex-direction:column;
    text-align:center;
  }

  .casestudy-img-wrap{
    width:100%;
    height:220px;
    border-radius:10px 10px 0 0;
  }

  .casestudy-img{
    height:220px;
  }

  .casestudy-info{
    padding-right:0;
  }
}


/* ================= MEDIA SHOWCASE DESIGN ================= */

/* Section background like Blog / Press */
.media-showcase{
    background:#fff4ed;
}

/* ---------- INTRO ---------- */
.media-intro .media-title{
    font-weight:700;
    font-size:28px;
    margin-bottom:10px;
}

.media-intro .media-desc{
    color:#555;
    line-height:1.7;
    max-width:520px;
}

/* ---------- IMAGE BLOCK ---------- */
.media-img-wrap{
    position:relative;
    border-radius:16px;
    overflow:hidden;
}

.media-img-wrap img{
    height:280px;
    object-fit:cover;
    transition:transform .4s ease;
}

/* Blog-like overlay */
.media-img-wrap::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        to bottom,
        rgba(0,0,0,0.05),
        rgba(0,0,0,0.30)
    );
}

.media-img-wrap:hover img{
    transform:scale(1.04);
}

/* ---------- CARD (Vision / Press / Awards feel) ---------- */
.media-card{
    background:#ffffff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
}

.media-card-title{
    font-weight:700;
    font-size:20px;
    margin-bottom:6px;
}

.media-card-desc{
    color:#555;
    font-size:15px;
    line-height:1.6;
}

/* Thumb image inside card */
.media-thumb{
    border-radius:12px;
    overflow:hidden;
}

.media-thumb img{
    height:140px;
    object-fit:cover;
}

/* ---------- BUTTON (Blog / News style) ---------- */
.media-btn{
    margin-top:10px;
    border:1px solid #997C70;
    background:transparent;
    color:#997C70;
    font-weight:600;
    transition:.3s;
}

.media-btn:hover{
    background:#997C70;
    color:#fff;
}

/* ---------- BOTTOM ROW SPACING ---------- */
.media-bottom{
    margin-top:20px;
}

/* ---------- MOBILE ---------- */
@media(max-width:768px){
    .media-intro .media-title{
        font-size:22px;
    }

    .media-img-wrap img{
        height:220px;
    }

    .media-card{
        margin-bottom:20px;
    }

    .media-thumb img{
        height:120px;
    }
}



/*Awards Styles*/
.awards-card .card-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
}
.awards_homepage .post:hover p.awardtitle{
    color:#F7B32B !important;
}
/*Press Styles*/
/*.presscard{*/
/*    border: 3px solid #A1A0A0 !important;*/
/*    padding: 1px;*/
/*}*/
.presscontent{
    overflow-y: auto;
    height: 65px;
    }
/*News Styles*/
.news .post:hover .newstitle{
    color:#F7B32B ;
}
.news-information h1.font-weight-bold.mb-0 {
    font-size: 30px;
}

/*FAQ STyles*/
.faq-hover.active {
    background-color: #67544F !important; 
    color:#FFFFFF;
}
.faq-hover.active .hdng a{color:#FFFFFF;}

#accordion .hdng a:after {
    font-family: FontAwesome;
    content: '\f077'; /* up arrow — shown when expanded */
    float: right;
    font-size: 15px;
}

#accordion .hdng a.collapsed:after {
    content: '\f078'; /* down arrow — shown when collapsed */
}

#democ .carousel-indicators .active {background: #F7B32B;border: 1px solid #F7B32B;margin-top: 9px;}

.whychoosevideo{position:absolute;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}




/*--------- Blog Area input Css ---------*/
.blogcategory ul li.yearnum:hover p{
    color:#F7B32B !important;
}
.blogcategory ul li{border:1px solid #e9e9e9;padding:4px;}
.blogcategory ul li a:hover{color: #F7B32B;}
.blogarea h2, .blogarea h3, .blogarea h4, .blogarea h5, .blogarea h6{font-weight:bold;margin:20px 0px;}
.blogarea p{font-size:18px;}
.blogarea span{color: #000000;font-size:16px !important;}
.blogarea ul li, .blogarea ol li{font-size:18px;
/*padding: 8px 0px;line-height: 30px;*/
    
}
.blogarea img{width:100%;margin:20px 0px;border: 1px solid #dee2e6;}

/*---------Events Css --------- */
.medeventsdiv a:hover{text-decoration: none;}
.medevents{background: rgba(0, 0, 0, 0.04);cursor:pointer;height: 320px;}
.medevents:hover{background: #000000;}
.medevents p{color:#000000;}
.medevents:hover p{color:#ffffff;}
.medevents p.text-app{color:#000000;}
.medevents:hover p.text-app{color:#F7B32B;}
.venuedetails{height:45px;overflow-y:scroll;}
.medevents:hover span , .medevents:hover .title{color: #F7B32B !important;}

/*--------- Tesimonial Css --------- */
.testimoimg {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}
.paginationcss .page-link {position: relative;display: block;padding: 15px 20px;line-height: 1.25;color: #121212;background-color: #fff;border: 1px solid #dee2e6;border-radius: 50%;margin-right: 16px;}
.page-item:first-child .page-link {border-radius: 50%;}
.paginationcss  .page-item:last-child .page-link {border-radius: 50%;}
.paginationcss .page-item.active .page-link {color: #000000;background-color: #F7B32B;border-color: #dee2e6;}


/*--------- Faq's Css --------- */
/*.faqsection a, .faqsection .text-link {color: #FFFFFF;}*/
.faqsection a:hover, .faqsection .text-link:hover {text-decoration: none;}
.active

/*--------- video Gallery Css --------- */
.video_gallery_homepage .videogallery:hover span.vidtitle{
    color:#F7B32B !important;
}
.vedioimg{position:relative;}
.videogallery{position: absolute;top: 0;bottom: 0;left: 0;right: 0;padding:15px;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);}
.vgallery .btnandtitle{position:absolute;bottom: 20px;}
.playbtnimg{position:absolute;left: 40%;top: 36%;width:130px;}
.playbtnimgvideo1{left: 75px;}


/*--------- Owl-Carousel Css --------- */
.owl-item a:hover{text-decoration: none;}
.owl-theme .owl-controls .owl-page span {background: #F7B32B;}
.owl-buttons {
    position: absolute;
    left: 38%;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    color:#000000 !important;
    cursor: pointer;
    background: #FFFFFF !important;
    width: 35px;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
}
.owl-controls .owl-page{background: transparent !important;width: 20px !important;}

/*--------- Contact Us and Write a Review Css ---------*/
.contactusform ::placeholder {color: #000000;font-size:18px;}
.contactusform .form-control{background: rgba(0, 0, 254, 0.04) !important;padding:25px 15px;border:1px solid #0A0CF4 !important;    border-radius: 7px;}
.writereview .form-control{background: transparent;padding: 25px 15px;}
.writereviewtestimonial .form-control{border: 1px solid #000000;}
.writereview .form-control::placeholder {color: #000000;}
.wreviewp{padding: 10px 10px !important;height: 52px;}
.wreviewpeople{background: rgba(0, 0, 0, 0.04);height: 240px;}
.wrpeopleimg{width: 50px;height: 50px;}
.peoplereview{height: 63px;overflow-y: auto;line-height: 20px;}
.mobilecon{width: 60px;position: absolute;left: 0px;top: -12px;}


/*--------- Social media icons Css ---------*/
.bg-fb{background: #3b5998;}
.bg-twit{background: #00acee;}
.bg-link{background: #0072b1;}
.bg-whats{background: #25D366;}

/*--------- Book Appointgment Css ---------*/

.bookapmt .form-control {
    border: none !important;
    background-color: #FFF !important;
    border-radius: 30px;
    height: 50px;
}
.bookapmt .form-group label{font-weight:500;}
.bookapmt .form-control::placeholder{font-size:16px !important;}
.appointmentimg{position: absolute;right: -100px;}
.appointmentslotscontainer label{background: #eee;border-radius: 4px;padding: 2px 8px;float: left;color: #000000;border: 1px solid #727272;}
.appointmentslotscontainer label:hover{background:#0A0CF4;color:#FFFFFF;}
.appointmentslotscontainer div{width:178px;text-align:center;position:relative;font-size: 16px;}
form#appointment_form {
    background-color: #B3DDAA;
    padding: 30px;
}

/*--------- Speciality's Css ---------*/
.specialtick ul{padding-left: 0px;}
.specialtick{    display: flex;
    align-items: center;}
.artdate{right: 0px;position: absolute;bottom: 22px;background: #F7B32B;padding: 10px 15px;}

/*--------- Gallery Css ---------*/
.albumcss{height: 100%;overflow: hidden;}
.allimgnums {position: absolute;bottom: 32px;right: 0;left: 0;color: white;font-size: 18px;font-weight: 600;background: #14131394;text-align: center;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
.albumcss:hover .allimgnums{
    display:block !important;
}
/*--------- iframe Css ---------*/
.mapvenue iframe{width:100%;}

/*--------- Submit btn Searchbar Css ---------*/
/*.subbtnsearch{position: absolute;right: 8px;top: 8px;border:none !important;background:transparent;z-index:1;padding:0px 12px;color:transparent;}*/


/*--------- Custotm style ScrollBar Css ---------*/
.cusscroll ::-webkit-scrollbar {width: 2px;}
.cusscroll ::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; }
.cusscroll ::-webkit-scrollbar-thumb {background: #FFFFFF;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #FFFFFF; }


/*--------- Contact Us Css ---------*/
.c_row {
    display: flex;
    align-items: normal;
    gap: 30px;
}
.workhrs.c_row{display: flex;align-items: normal;}
/*.c_row .c_icon {min-width:50px;height: 50px;vertical-align: middle;text-align: center;background: #F7B32B;border-radius: 50%;display: flex;justify-content: center; margin-right: 0.7em;}*/
.c_row .c_icon i {color: #000000;font-size: 24px;}
.contdetails .c_row .c_icon{align-items: center;}

.bookappfooter .c_row{align-items: start !important;}
.bookappfooter .c_row .c_icon {min-width:0px !important;height: 0px !important;}



.choosetickbefore ul , .specialtick ul{list-style:none !important;padding-left: 0px;}
/*.choosetickbefore ul li::before {content: url('https://wellvgo.com/assets/img/tickmark.png');margin-right:15px;position:absolute;left: 15px;}*/
/*--------- Footer Css ---------*/
footer p.footba::before{content: "";position: absolute;width: 420px;left: 0;height: 1px;background: #575757;top: 31px;}
footer p.footba::after{content: "";position: absolute;width: 420px;right: 0;height: 1px;background: #575757;top: 31px;}
.breadcrumb {border-radius: 0px;}
.main-footer{
  background:linear-gradient(90deg,#7b5e57,#3f3f3f);
  color:#fff;
  padding:60px 0 20px;
}

.footer-top h4{
  font-size:24px;
  font-weight:600;
}

.footer-desc{
  opacity:.8;
  margin:15px 0;
}

/* NEWSLETTER */
.newsletter-box{
  display:flex;
  gap:15px;
}
.newsletter-box input {
    flex: 1;
    border-radius: 30px;
    background-color: #FFFFFF !important;
    height: 42px;
        padding-left: 20px;
}
.newsletter-box button{
  border:none;
  border-radius:30px;
  padding:0 25px;
  background:#fff;
  font-weight:500;
}

/* LINKS */
.footer-links a{
  display:block;
  color:#fff;
  margin-bottom:10px;
  opacity:.85;
}
.footer-links a:hover{opacity:1;}

/* CONTACT */
.footer-contact p{
  display:flex;
  gap:10px;
  align-items:center;
}

/* STRIP */
.footer-strip{
  background:rgba(0,0,0,.15);
  margin-top:40px;
  padding:20px;
}

.footer-strip-flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}

.footerlogo{
  font-size:34px;
  font-weight:700;
}
.footer-brand {
    display: flex;
    align-items: baseline;
    gap: 40px;
}
.img_titlefot {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo_img {
    width: 35px !important;
    height: 35px;
}
/* SOCIAL */
.footer-social a{
  width:42px;
  height:42px;
  background:#fff;
  color:#000;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  margin-left:10px;
}

/* COPYRIGHT */
.copyright{
  text-align:center;
  margin-top:15px;
  opacity:.85;
}

/* MOBILE */
@media(max-width:991px){
.footer-strip-flex{flex-direction:column;gap:15px;text-align:center;}
.newsletter-box{flex-direction:column;}
}



/*--------- Video Popup Css ---------*/
.video-block button.close {position: absolute;z-index: 999;background: #023047;color: #fff;padding: 10px;opacity: 1;right: 0;top: 0px;}

.text-red {color: red;}
.h-280{height:310px;object-fit:cover;}
.h-250{height:250px;object-fit:cover;}

/*--------- Responsive Css ---------*/
@media (max-width: 1200px) {
footer p.footba::before{display:none;}
footer p.footba::after{display:none;}
}  

@media (max-width: 1024px) {
.top_menu{display:none;}
.appointmentimg {display: none;}
.navbar{padding:20px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
}  

@media (max-width: 768px) {
.appointmentslotscontainer div {width: 250px;} 
.bookappempire{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}

@media (max-width: 767px) {
/*COMMON CODE*/
.mob-d-flex{display:flex !important;}
.mob-flex-col{flex-direction:column !important;}
.mob-border-none{border:none !important;}
.mob-text-center{text-align:center !important;}
.height-auto{height:auto !important;}
.mobpx-0{padding-left: 0px !important;padding-right: 0px !important;}
.mobd-none{display:none !important;}
.mobp-static{position: static !important;}
.mobpl-15{padding-left: 15px !important;}
.mobpl-0{padding-left: 0px !important;}
.mobpr-15{padding-right: 15px !important;}
.mobpx-15{padding-left: 15px !important;padding-right: 15px !important;}
.mobpx-0{padding-left: 0px !important;padding-right: 0px !important;}
.mobmx-0{margin-left: 0px !important;margin-right: 0px !important;}
.mobmr-15{margin-right: 15px !important;}
.mobtext-center{text-align: center !important;}
.mobw-100{width: 100% !important;}
.mobmy-5px{margin: 5px 0px !important;}   
.mobfs-24{font-size: 24px !important;}
.moblh-3{line-height: 3;}
.mobtext-right{text-align:right !important;}
.mobjustify-right{justify-content:end !important;}
.file-upload-input {
    width: 200px !important;
}
.bred_flex {flex-direction: column;}
.banner_txt h1 {
    font-size: 24px;
    width: 100%;
}
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
/*casestudies*/
.casestudies_homepage  .owl-buttons{
    display:none;
}


} 


@media (max-width: 450px) {
.fs-65{font-size:40px !important;}
.fs-40{font-size:35px !important;}
.w-75{width:100% !important;}
.playbtnimg {width: 80px;}
.sideimg {display:none;}
.centext{text-align:center;}
.py-5{padding-top:10px !important; padding-bottom:10px !important;}
.pt-5{padding-top:10px !important;}
.owl-buttons {right: -4px;top: -38px;}
#testimonials_slider .owl-buttons {top: 0px;position: relative;}
.pt-3{padding-top: 0.5rem!important;}
.lh-60 {line-height: 52px;}
.mr-20{margin-right:0px !important;}
.w-250{width:200px;}
.navbar-brand.fs-30{font-size:26px !important;}
}  

@media (max-width: 375px) {
.navbar-brand.fs-30{font-size:20px !important;}
.fs-50 {font-size: 35px !important;}
.fs-40 {font-size: 28px !important;}
}  

@media (max-width: 325px) {
.docimgabout {width: 285px;height: 285px;}
.navbar-brand.fs-30{font-size:16px !important;}
}  


/*About Us page*/
.statistics-about {
    background: url(/assets/healthplus/img/static_about.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 25px;
}
.docimgabouthome{
    height: 310px;
}

.journey_section {
    background-color: #8FAA83; /* green background */
}

.journey_title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.journey_card {
    background: #e7ded7;  /* light beige */
    padding: 35px 25px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease;
    height: 100%;
}

.journey_card:hover {
    transform: translateY(-5px);
}

.journey_year {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
}

.journey_text {
    font-size: 16px;
    color: #222;
    line-height: 1.7;
}

/*Services page*/
.service-box{
    position:relative;
    display:block;
    border-radius:30px;
    overflow:hidden;
    height:420px;
}

/* IMAGE */
.service-img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

/* DARK OVERLAY */
.service-box::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.2));
    z-index:1;
}

/* TEXT AREA */
.service-overlay{
    position:absolute;
    bottom:30px;
    left:25px;
    right:25px;
    color:#fff;
    z-index:2;
}

.service-overlay h3{
    font-size:22px;
    font-weight:700;
}

.service-overlay p{
    font-size:14px;
    opacity:.9;
    margin-top:10px;
}

/* ARROW BUTTON */
.service-arrow{
    position:absolute;
    bottom:20px;
    left:20px;
    width:42px;
    height:42px;
    background:#000;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transform:rotate(45deg);
    z-index:3;
}

/* HOVER EFFECT */
.service-box:hover .service-img{
    transform:scale(1.08);
}



/* CARD */
.vision-mission-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.vision-mission-card:hover {
    transform: translateY(-6px);
}

/* IMAGE */
.vm-image {
    top: 120px;
}

.vm-image img {
    border-radius: 16px;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

/* TITLE */
.vm-title {
    font-size: 32px;
    font-weight: 700;
    color: #8EB486;
    margin-bottom: 15px;
    position: relative;
}

.vm-title::after {
    content: "";
    width: 60px;
    height: 3px;
    border: 4px solid;
    background-color: linear-gradient(180deg, #000000 0%, #A5C39E 100%);
    display: block;
    margin-top: 10px;
}

/* SHORT TEXT */
.vm-short {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 15px;
}


/* MOBILE */
@media(max-width: 991px) {
    .vision-mission-card {
        padding: 25px;
    }

    .vm-title {
        font-size: 24px;
    }

    .vm-image img {
        height: 240px;
    }
}

.event-card {
    background: #f5f2ef;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    height: 100%;
}

/* IMAGE COLUMN */
.event-img {
    height: 100%;
    min-height: 230px;
    overflow: hidden;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* RIGHT CONTENT */
.event-header {
    background: #8EB486;
    color: #fff;
    padding: 14px 18px;
    padding-right: 28px;
}

/* BODY */
.event-body {
    padding: 16px 18px;
    padding-right: 28px;
}

.evenst_desc {
    margin-bottom: 14px;
}


/*events inner page */

.event-banner img{
    height:420px;
    object-fit:cover;
    border-radius:14px;
}


.event-link-btn{
    display:inline-block;
    background:#0d6efd;
    color:#fff;
    padding:10px 18px;
    border-radius:30px;
    margin-top:15px;
}

.event-info-card{
    background:#f8f9fa;
    padding:25px;
    border-radius:14px;
    box-shadow:0 4px 12px rgba(0,0,0,0.05);
    top:120px;
}

.map-box iframe{
    width:100%;
    height:200px;
    border:0;
    border-radius:10px;
}

/* MORE EVENTS */
.more-event-card{
    background:#fff;
    padding:20px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 3px 10px rgba(0,0,0,0.05);
    transition:.3s;
}

.more-event-card:hover{
    transform:translateY(-6px);
}



/*blog page*/
.blog-card{
height:400px;
}

.blog-img{
position:relative;
display:block;
height:100%;
border-radius:22px;
overflow:hidden;
}

.blog-img img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

/* IMAGE ZOOM */
.blog-card:hover img{
transform:scale(1.05);
}

/* FLOATING PANEL */
.blog-content{
position:absolute;
left:18px;
right:18px;
bottom:18px;
background:#6f8f6b;
border-radius:18px;
padding:18px;
color:#fff;
height:155px;
transition:.45s ease;
display:flex;
flex-direction:column;
justify-content:flex-start;
}

/* EXPAND PANEL */
.blog-card:hover .blog-content{
top:18px;
bottom:18px;
height:auto;
}

/* FIRST CARD ACTIVE */
.blog-card:first-child .blog-content{
top:18px;
bottom:18px;
height:auto;
}

/* META */
.blog-meta{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:10px;
}

.blog-category{
background:#89a987;
padding:4px 14px;
border-radius:20px;
font-size:12px;
}

.blog-readtime{
font-size:12px;
}

/* TITLE */
.blog-title{
font-size:16px;
font-weight:600;
margin-bottom:8px;
}

/* HIDDEN CONTENT */
.blog-desc{
opacity:0;
font-size:13px;
transition:.3s;
}

.blog-btn{
opacity:0;
margin-top:14px;
background:#5b5147;
padding:7px 18px;
border-radius:25px;
font-size:13px;
display:inline-block;
}

/* SHOW ON HOVER */
.blog-card:hover .blog-desc,
.blog-card:hover .blog-btn{
opacity:1;
}

.blog-card:first-child .blog-desc,
.blog-card:first-child .blog-btn{
opacity:1;
}



/*Services page */
.service-card{
display:block;
background:#e9e6e6;
padding:18px;
border-radius:20px;
position:relative;
transition:.4s;
height:290px;
text-decoration:none;
}

.service-icon{
width:60px;
height:60px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:20px;
 
}

.service-icon img{
    width: 40px;
    height: 40px;
}


/* ARROW */
.service-arrow {
    position: absolute;
    left: 190px;
    bottom: 25px;
    width: 35px;
    height: 35px;
    background: #000;
    color: #fff;
    border-radius: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .3s;
    transform: rotate(0deg);
}
.service-arrow i{
       transform: rotate(45deg);
}

/* HOVER STATE */
.service-card:hover{
background:#7fa37c;
transform:translateY(-5px);
    text-decoration: unset;
}

.service-card:hover h3,
.service-card:hover p{
color:#fff;
}

.service-card:hover .service-arrow{
opacity:1;
}

.department-card{
display:block;
background:#e9e6e6;
padding:18px;
border-radius:20px;
position:relative;
transition:.4s;
height:290px;

}

/* ICON CIRCLE */
.department-icon{
width:65px;
height:65px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:20px;
}

.department-icon img{
width:30px;
}

/* TITLE */
.department-card h3{
font-size:20px;
font-weight:700;
color:#222;
margin-bottom:12px;
}

/* DESC */
.department-card p{
font-size:15px;
color:#444;
margin:0;
}

/* ARROW */
.department-arrow{
position:absolute;
right:25px;
bottom:25px;
width:42px;
height:42px;
background:#000;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
opacity:0;
transition:.3s;
}

/* HOVER */
.department-card:hover{
background:#7fa37c;
transform:translateY(-6px);
text-decoration:none;
}

.department-card:hover h3,
.department-card:hover p{
color:#fff;
}

.department-card:hover .department-arrow{
opacity:1;
}


/*News page */
.news-card{
  border-radius:14px;
  overflow:hidden;
}

.news-img{
  height:420px;
  object-fit:cover;
  border-radius:14px;
}

/* DATE BADGE */
.news-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
}
.news-date p{
        padding:5px;
}

.news-date h4 {
    margin: 0;
    font-size: 20px;
    background: #8bbf9f;
    padding-top: 5px !important;
    padding: 0px 10px;
}

.news-date h6 {
    background: #8bbf9f;
    display: block;
    padding-bottom: 10px;
    color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin:0px;
    font-size:14px;
}

/* OVERLAY */
.news-content{
  position:absolute;
  bottom:0;
  width:100%;
  padding:20px;
  background:rgba(255,255,255,0.85);
  transition:0.4s;
}

/* TITLE */
.news-title{
  font-size:20px;
  font-weight:700;
  color:#333;
}

/* HOVER EFFECT */
.news-card:hover .news-content{
  background:rgba(0,0,0,0.65);
}

.news-card:hover .news-title{
  color:#fff;
}


/* DOCTOR IMAGE */
.docimg{
  border-radius:14px;
  box-shadow:0 4px 20px rgba(0,0,0,0.08);
      height: 400px;
}


/* DETAILS SECTION */
.points{
  background:#fff;
  padding:30px;
  border-radius:14px;
  box-shadow:0 4px 25px rgba(0,0,0,0.05);
  margin-top: 29px;
}

.points h2{
  margin-bottom:20px;
  font-weight:700;
}

/* LABELS */
.points h5{
  color:#222;
}

/* INFO ROW SPACING */
.points .row{
  margin-bottom:12px;
}

/* SOCIAL ICONS */
.doctoricons{
  font-size:18px;
  margin-right:12px;
  color:#555;
  transition:0.3s;
}

.doctoricons:hover{
  color:#f7b32b;
  transform:scale(1.15);
}


/* MOBILE */
@media(max-width:768px){

  .sticky-top{
    position:relative !important;
    top:0 !important;
  }

  .points{
    padding:20px;
  }
}

.c_row .c_icon i{
    color:#FF7333;
}


/* FORM CARD */
.contact-form-card{
  background:#fff;
  padding:30px;
box-shadow: 0px 0px 14px 7px #99999940;
    width: 72%;
}

/* INPUT STYLE */
.contact-form-card .form-control{
  border:none !important;
  background:#f1ecec !important;
  height:48px;
  border-radius:25px;
  padding:0 20px;
}
.contact_email  a{
    color:#FF7333;
    font-size:18px;
    font-weight:500;
}
.contact_phone a{
    color:#FF7333;
        font-size:18px;
    font-weight:500;
}

/* RIGHT IMAGE */
.contactdocimg {
    position: absolute;
    right: 0px;
    top: 140px;
    width: 383px !important;
}

/* MOBILE */
@media(max-width:768px){


  .contactdocimg{
    position:static;
    margin-top:20px;
  }
}

.bookapmt{
  position: relative;
  background: #f4f4f4;
  overflow: hidden;
}

/* TOP BROWN SHAPE */
.bookapmt::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: #9b7b6d;
  z-index: 1;

  /* THE V SHAPE */
  clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

/* CONTENT ABOVE SHAPE */
.bookapmt .row{
  position: relative;
  z-index: 2;
}

.form_img {
    display: flex;
}

/*Mobile resonasiveness*/

@media(max-width:768px){


    .navbar {
        margin: 0px;
        border-radius: 0px !important;
        position: sticky !important;
    }
    .book_navv{display:none;}
    .banner_slider {
     margin-left: 0px; 
}
.banner_txt p {
    right: 0px;
}
.buttons {
    margin-bottom: 25px;
}
}
/* =========================
   LARGE TABLET (≤ 992px)
========================= */
@media (max-width: 992px) {

  .services-wrapper {
    grid-template-columns: 1fr;   /* stack */
    gap: 30px;
  }

  .services-image {
    order: -1;  /* image top */
  }

  .services-section {
    padding: 30px;
    border-radius: 30px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}


/* =========================
   MOBILE (≤ 768px)
========================= */
@media (max-width: 768px) {

  .services-section {
    padding: 25px 18px;
    border-radius: 28px;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr; /* 2 small cards */
    gap: 15px;
  }

  .service-card {
    padding: 18px;
    border-radius: 16px;
  }

  .service-card h4 {
    font-size: 15px;
  }

  .section-desc {
    font-size: 14px;
  }

  .arrow {
    width: 24px;
    height: 24px;
    font-size: 12px;
    bottom: 14px;
    right: 14px;
  }

}


/* =========================
   SMALL MOBILE (≤ 480px)
========================= */
@media (max-width: 480px) {

  .services-grid {
    grid-template-columns: 1fr;  /* single column */
  }

  .services-section {
    border-radius: 24px;
  }

}
