body{font-family: "Zilla Slab", serif;}
.font1{
     font-family: "Platypi", serif;
}
/*--------- 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:14px;font-weight:500;}
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: #B8B8B8 !important;}
.ofh{overflow: hidden;}
.bg-white{background: #000;}
.bg-app {background: #F7B32B;}
.text-main {color: #F7B32B !important;}
.bg-lapp{background: #F7B32B;}
.text-appp {color: #F48C12 !important;}
.text-app2 {color: #F7B32B !important;}
.bg-darkk{background-color: #000000 !important;}
.bg-news{background: #F6F6F6;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-greyy{background: #B8B8B8 !important;}
.text-dark1{color: #2D2D2D;}
.text-white{color:#FFFFFF;}
.text-brown{color: #732424 !important;}
.text-grey{color: #969696;}
.text-lblue{color: #0F4DED !important;}
.text-nblue{color: #0A0CF4 !important;}
.text-app {color: #F48C12;}
.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: 34px;}
.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;}
.btnsecondary {padding: 8px 35px;border-radius:7px !important;}
.btnprimary {padding: 8px 38px !important;}

/*--------- 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;}

/*Navbar Styles*/
.navbar-nav .nav-link.active {
  color: #000 !important;
}
.navbar-nav .nav-link:hover {
  color: #732424 !important;
}
.navbar-nav .dropdown .nav-link:hover {
    color: #F7B32B !important;
}

.navbar-nav .dropdown .nav-link.active {
    color: #F7B32B !important;
}

.top-navbar-head.activescroll {
    background: #fff;
    padding: 12px 15px !important;
    box-shadow: rgba(139, 150, 153, .2) 0 5px 18px;
}
  nav.breadcrumb{
        position: relative;
        justify-content: flex-end;
    } 
    ol.breadcrumb {
        justify-content: flex-end;
        margin: 0px;
        padding: 0px;
    }
    .bred_flex {
        display: flex;
        justify-content: space-between;
    }
    .bred_flex h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    
/*--------- Top Menu Css ---------*/
.top_menu .float-right a i{font-size: 15px;background: #FFFFFF;border-radius: 50%;color: #000000;padding: initial;width: 25px;height: 25px;text-align: center;padding-top: 5px;}



/*vision-mission*/
.vision-mission-card:hover .text-hover-color{
    color:#F7B32B !important
}
/*Doctors*/
.doctor-card:hover .text-hover-color{
    color:#F7B32B !important
}
.doctoricons{
    background: #000;
    margin: 0px 5px;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
/*Banner Section STYLES*/
.icon{
    height:20px;
    width:20px;
}
.hero-pill{
  display:inline-flex;
  align-items:center;
  background:#ffffff;
  padding:8px 34px;
  border-radius:40px;
  font-weight:600;
  margin-bottom:30px;
}

.hero-icon{
  width:16px;
  height:16px;
  background:linear-gradient(90deg,#000 50%,#7b2d2d 50%);
  margin-right:10px;
}
.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.banner_txt {
    position: absolute;
    top: 505;
    top: 50%;
    left: 82%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 42%;
}
.banner_txt h3{
    font-size: 40px;
    font-weight: bold;
}

.banner_txt p{
    font-size: 20px;
}

a._banner_href {
    color: #fff;
    width: 100%;
    display: block;
}
  
.banner_txt h1{font-size:50px;font-size: 27px;width: 75%;font-weight: 600; padding:20px;}
.banner_txt a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 67px;
  width: 6px;
  height: 36%;
  background-color: #732424; 
  border-radius: 4px;}
.banner_txt p{width:78%; line-height:19px;}


/*About Styles*/
.docimgabout{
    width: 350px;
    object-fit: cover;
    position: absolute;
    height: 400px;
    left: 40px;
    top: 35px;
}
.docimgabouthome{
    width: 130px !important;
    height: 145px !important;
    margin-top: -10px;
    margin-left: 1px;
}
.about_homepage div.text-lightt p{
    font-size:14px !important;
    font-weight:500 !important;
}
.whytochoosehome .choosetickbefore  .docimgabout {
    width: 451px;
    object-fit: cover;
    position: absolute;
    height: 454px;
    left: -16px;
    top: 35px;20px;
    font-weight: 600;
}
.whytochoosehome .choosetickbefore p{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
/*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;
}
/*Treatments Styles*/
.treatments .treatments-card:hover h3.treattitle{
    color:#F7B32B ;
}
/*FAQ STyles*/
.faq-hover.active {
    background-color: #B8B8B8 !important; 
}
.faqsection .card-body p{
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
}
/*#accordion .hdng a:after {font-family:Fontawesome;content:'\f078';float:right;font-size:15px;}*/
/*#accordion .hdng a.collapsed:after {font-family:Fontawesome;content:'\f077';}*/

#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;}
.choosetickbefore *{color:#ffffff;}
.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: 75px;height: 75px;border-radius: 50%;}
.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: #3a3a3a;}
.faqsection a:hover, .faqsection .text-link:hover {text-decoration: none;}

/*--------- 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;right: 74px;top: -70px;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;background: #000000!important;width: 50px;}
.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{background: #F8FCFF;}
.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: 125px;overflow-y: auto;}
.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 ---------*/
.bookappointment-text:hover .bookapptxt{
    color:#F48C12 !important;
}
.bookapmt .form-control{border: none !important;border-bottom: 1px solid #808080 !important;border-radius: 0;box-shadow: none;}
.bookapmt .form-control::placeholder{font-size:14px !important;}
.bookapmt .form-control{padding-left:0px !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;}

/*--------- 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: 90px;right: 0;left: 0;color: white;font-size: 18px;font-weight: 600;background: #14131394;text-align: center;}
.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: #F7B32B;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #b30000; }


/*--------- Contact Us Css ---------*/
.c_row {display: flex;align-items: center;}
.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;}
.choosetickbefore ul li{color:#ffffff;position:relative;margin-top:20px;}
.choosetickbefore ul li::before {content: url('/assets/healpresence/img/checkimg.png');margin-right:15px;position:absolute;left: -40px;}/*--------- 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;}

/*--------- 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;
}
.btnprimary {
    padding: 8px 38px !important;
    font-size: 14px;
}
.bred_flex {flex-direction: column;}
.banner_txt h1 {
    font-size: 29px;
    width: 100%;
}
.docimgabouthome{
    position: static;
}
.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;}
}  

/*My Style*/

.navbar {
    margin: 10px 86px;
    box-shadow: 0px 4px 16px 0px #00000026 !important;
    border-radius: 10px !important;
    background-color: #FFFFFF !important;
    padding: 0px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.logo_img {
    width: 29px;
    height: 29px;
}
.logo_img1 {
    width: 29px;
    height: 29px;
   filter: brightness(0) invert(1);
}

}

/*Footer book appointment*/
.bg-img{
    background-image: url("images/banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat

}

.book-apt-bar ::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 6px;
    height: 100%;
    background-color: #C28A8A;
    border-radius: 4px;
}
#subscribe_form {
    padding: 92px 38px 69px 93px;
}
#subscribe_form .form-control{
    background-color:#FFFFFF !important;
}
#subscribe_form .form-control::placeholder{
    color:#2D2D2DB0;
}
#subscribe_form .btn{background-color:#2D2D2D !important;color:#FFFFFF !important;padding: 0px 33px 0px 50px;}

/* Mobile */
@media(max-width:768px){
  .subscribe .input-group{
    flex-direction: column;
    height: auto;
  }

  .subscribe input[type="text"],
  .subscribe .input-group-append{
    width: 100%;
  }

  .subscribe .input-group-append .btn{
    border-radius: 0 0 14px 14px;
    background-color: #000000;
  }
}

.footericonh3{
    display: inline-flex;
}
.footer-menu-list{
  list-style: disc;
  padding-left: 121px;
}

.footer-menu-list li{
  color: #ffffff;       
  margin-bottom: 12px;
  font-size: 18px;
}

.footer-menu-list li a{
  color: #ffffff;
  text-decoration: none;
  font-size:18px;
}
.float-right1{
    position: relative;
    width: max-content;
    margin: 76px 0px 0px 214px;
}

.footer-menu-title{
    margin-bottom: 10px;
    font-size: 22px;
    color: #FFFFFF;
    padding-left:104px;
}

#subscribe_form {
  position: relative;
}

#subscribe_form .input-group {
  position: relative;
}

#dw_s_emial-error {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 6px;
  width: 100%;
  display: block;
  font-size: 14px;
  color: red;
  line-height: 1.2;
}

/*About Styles*/
.docimgabout{
    width: 556px;
    object-fit: cover;
    position: absolute;
    height: 576px;
    left: -16px;
    top: 0px;
}
/*.docimgabouthome{*/
/*     width: 350px !important;*/
/*     height: 350px !important;*/
}
.about_homepage div.text-lightt p{
    font-size:14px !important;
    font-weight:500 !important;
}
.whytochoosehome .choosetickbefore li{
    font-size: 20px;
    font-weight: 600;
}
.whytochoosehome .choosetickbefore p{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

.about-leftimg{
        align-items: start;
}

.doctor-quote-box {
    background: #ffffff;
    padding: 8px;
    border-radius: 3px;
    border-left: 5px solid #732424;
    display: flex;
}

/* Make the image wrapper the anchor */
.col-md-6.text-center .sticky-top {
    position: relative;
}

/* Image */
.docimgabout {
    /*width: 350px;*/
    /*height: 400px;*/
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

/* Experience text ON IMAGE (like image 1) */
.about-exp-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-57%, 301%);
    background: transparent;
    text-align: center;
    z-index: 20;
    pointer-events: none;
}

/* Number */
.about-exp-circle strong {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    display: block;
}

/* Label */
.about-exp-circle span {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    display: block;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 768px) {
    .docimgabout {
        width: 100%;
        height: auto;
    }

    .about-exp-circle strong {
        font-size: 36px;
    }

    .about-exp-circle span {
        font-size: 16px;
    }
}


/* You control the icon size here */
:root {
    --check-icon-size: 20px; /* change this value anytime */
}

.choosetickbefore ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 19px;
}

.choosetickbefore ul li {
    position: relative;
    padding-left: calc(var(--check-icon-size) + 18px);
    font-size: 18px;
    color: #2b2b2b;
    line-height: 1.4;
}

.choosetickbefore ul li::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 4px;
    width: 36px;
    height: 36px;
    background-image: url('/assets/healpresence/img/checkimg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.features-wrapper {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

.feature-card {
    background: #ffffff;
    padding: 30px 40px;
    min-width: 320px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    border-radius: 6px;
}

.feature-card h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #2b2b2b;
}

/* Number box */
.feature-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

/* Color variations */
.feature-number.dark {
    background: #7b1f1f;
}

.feature-number.medium {
    background: #b5655c;
}

.feature-number.light {
    background: #d09a94;
}

/* Responsive */
@media (max-width: 768px) {
    .features-wrapper {
        flex-direction: column;
    }

    .feature-card {
        width: 100%;
    }
}

/*services*/
.service .testimoimg{ 
    width: 52px;
    height: 54px;
    border-radius: 18%;
    background: #732424;
    padding: 10px;}

.service-card:hover .text-hover-color{
    color:#F7B32B !important
}
.service-card{
    position: relative;
    background: #ffffff;
    transition: 0.4s ease;
    overflow: hidden;
    padding: 40px 20px;
    text-align: center;
}

/* Apply hover ONLY when image exists */
.service-card.has-hover-img::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--hover-bg);
    background-size: cover;
    background-position: center;
    filter: blur(6px);
    transform: scale(1.1);
    opacity: 0;
    transition: 0.4s ease;
    z-index: 0;
}

.service-card.has-hover-img:hover::before{
    opacity: 1;
}

/* Keep content above */
.service-card *{
    position: relative;
    z-index: 2;
}

/*statitics */
.stats-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;  
    background: url('/assets/healpresence/img/statistics-bg.jpg') center center / cover no-repeat;
}


.stats-overlay {
    background: rgba(45, 45, 45, 0.94);
    padding: 64px 0;
}

.stats-subtitle {
    color: #c23b3b;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.stats-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

.stats-row {
    margin-top: 35px;
}

.stats-item {
    position: relative;
    text-align: center;
}

.stats-box {
    padding: 20px;
}

.stats-icon {
    font-size: 38px;
    color: #ffffff;
    margin-bottom: 20px;
}

.stats-value {
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.stats-label {
    font-size: 20px;
    color: #dddddd;
    font-weight: 500;
}

/* Vertical divider */
.stats-divider {
    position: absolute;
    top: 15%;
    right: 0;
    height: 70%;
    width: 1px;
    background: #FFFFFF;
}

/* Mobile fix */
@media (max-width: 767px) {
    .stats-divider {
        display: none;
    }
    .stats-title {
        font-size: 28px;
    }
}

.stats-heading {
    margin-bottom: 12px;
}

.stats-top-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 6px;
}

.stats-icon-img {
    width: 24px;
    height: auto;
}

.stats-subtitle {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #c23b3b; /* red text like image */
    letter-spacing: 0.5px;
}

/* SECTION */
.blog_homepage_design {
  background: #fff;
}

.section-subtitle {
  color: #777;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
}

.section-title span {
  color: #8b1d1d;
}
/* =========================
   SECTION
========================= */
.blog_homepage_design {
  background: #fff;
}

/* Sticky stop boundary */
.blog-sticky-boundary {
  position: relative;
}

/* =========================
   HEADING
========================= */
.section-subtitle {
  font-size: 14px;
  color: #777;
  margin-bottom: 6px;
}

.section-title {
  font-size: 34px;
  font-weight: 600;
}

.section-title span {
  color: #8b1d1d;
}

/* =========================
   BIG BLOG CARDS
========================= */
.blog-card {
  position: relative;
  display: block;
  height: 420px;
  border-radius: 22px;
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.blog-card h4 {
  font-size: 20px;
  font-weight: 600;
}

/* =========================
   META
========================= */
.meta {
  display: flex;
  gap: 10px;
  align-items: center;
}

.badge {
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
}

.readtime {
  font-size: 13px;
  color: #ddd;
}

/* =========================
   RIGHT SIDE
========================= */
.blog-right-inner {
  border-left: 1px solid #eee;
  padding-left: 16px;
}

/* Multiple items → internal scroll */
.blog-scroll-wrapper.is-scroll {
  max-height: 420px;
  overflow-y: auto;
}

/* Single item → page scroll */
.blog-scroll-wrapper.no-scroll {
  max-height: none;
  overflow: visible;
}

/* =========================
   LIST ITEM
========================= */
.blog-list-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  text-decoration: none;
  color: #000;
}

.blog-list-item img {
  width: 90px;
  height: 90px;
  border-radius: 14px;
  object-fit: cover;
}

.blog-list-item h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 6px;
}

/* =========================
   SCROLLBAR
========================= */
.blog-scroll-wrapper.is-scroll::-webkit-scrollbar {
  width: 5px;
}

.blog-scroll-wrapper.is-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* =========================
   MOBILE
========================= */
@media (max-width: 991px) {
  .sticky-top {
    position: static !important;
  }

  .blog-right-inner {
    border-left: none;
    padding-left: 0;
  }

  .blog-scroll-wrapper.is-scroll {
    max-height: none;
    overflow: visible;
  }

  .blog-card {
    height: 360px;
  }
}






