body{font-family: "K2D", sans-serif;}
/*--------- Common Css ----------- */
.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:300;font-family:'K2D';padding-top:16px;}
a.text-hover:hover{text-decoration:underline !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;}
.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-darkk{color: #000000;}
.text-darkkk{color: #000000 !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: 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;}
.btnsecondary {background:transparent;padding: 7px 20px;border-radius:30px !important;border:1px solid #FE8830;text-decoration:none;font-weight:400 !important;font-size:14px !important;}
.btnsecondary:hover{background:#FE8830;color:white !important;text-decoration:none;}
.btnprimary {padding: 7px 20px !important;border-radius:30px !important;color:#FFFFFF;font-size:14px;text-decoration:none !important;font-weight:400 !important;}
.btnprimary:hover{background:transparent;border:1px solid #FE8830;}

/*--------- 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;}
.overelipsis4 {display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis {display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}
p{
    font-family: "K2D";
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    color:#121212;
}
/*Navbar Styles*/
.navbar-nav .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;
        bottom:167px;
    } 
    ol.breadcrumb {
        justify-content: flex-end;
        margin: 0px;
        padding: 0px;
        align-content: center;
    }
    .bred_flex {
        display: flex;
        /*justify-content: space-between;*/
    }
    .bred_flex h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    
    .logoheading{
        font-family: "Jomolhari";
        font-weight: 400;
        font-size: 26px;
        color:#121212;
    }
   /* Add this to your stylesheet or in a <style> block */
.navbar-nav .nav-link {
  position: relative;
  color: #545454;
  text-decoration: none;
  transition: color 0.2s;
  font-family: 'K2D', Arial, sans-serif; /* optional, for style consistency */
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0; bottom: 2px;
  width: 100%;
  height: 2.5px;
  background: #01BDB2; /* Use your theme color */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.47, 0, 0.745, 0.715);
  border-radius: 100px;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

    
/*--------- Top Menu Css ---------*/
.top_menu .float-right a i{font-size: 15px;background: #000000;border-radius: 50%;color: #F7B32B;padding: initial;width: 25px;height: 25px;text-align: center;padding-top: 5px;}

/*Banner Section STYLES*/
.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.banner_txt {
    position: absolute;
    top: 505;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 52%;
}
/*.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-family: 'K2D';
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    color:#000000;
    line-height:64px;
}
.banner_txt p{width:75%;}

@media (max-width: 450px){
    .w-100{
        height:341px;
    }
    .banner_txt h1{
        line-height:1;
    }
    .news-card.small .news-img{
        width:100%;
    }
}
/*About Styles*/
.docimgabout{
    width: 350px;
    object-fit: cover;
    position: absolute;
    height: 400px;
    left: 40px;
    top: 35px;
}
.docimgabouthome{
     width: 450px !important;
     height: 450px !important;
     border-radius:15px;
}
.about_homepage div.text-lightt p{
    font-size:14px !important;
    font-weight:500 !important;
}
.whytochoosehome .choosetickbefore li{
    font-size: 16px;
    font-weight: 300;
}
.whytochoosehome .choosetickbefore p{
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}
/*Awards Styles*/
.awards-card .card-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
}
/*Press Styles*/
.presscard{
    border: 3px solid #A1A0A0 !important;
    padding: 1px;
}
.presscontent{
    overflow-y: auto;
    height: 65px;
    }
/*News Styles*/
.news-information h1.font-weight-bold.mb-0 {
    font-size: 30px;
}
/*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:#000000;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}




/*--------- Blog Area input Css ---------*/
.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 --------- */
.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: 15px;}
.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);padding:25px 15px;border:1px solid #0A0CF4;    border-radius: 7px;}
.writereview .form-control{background: transparent;padding: 25px 15px;}
.writereviewtestimonial .form-control{border: 1px solid rgba(0,0,0,.3);}
.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 ---------*/
.bookapmt .form-control{border: none;border-bottom: 1px solid #808080;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;display:flex;}

/*--------- Speciality's Css ---------*/
.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;}

/*--------- iframe Css ---------*/
.mapvenue iframe{width:100%;}

/*--------- Submit btn Searchbar Css ---------*/
.subbtnsearch{position: absolute;right: 8px;top: 8px;border:none;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;}
.c_row .c_icon {width:30px;height: 35px;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: 20px;}
.contdetails .c_row .c_icon{align-items: center;}
/*.fa{*/
/*    background: orange;*/
/*    color: black;*/
/*    border-radius: 50%;*/
/*    height: 30px;*/
/*    width: 30px;*/
/*    align-items: center;*/
/*    align-content: center;*/
/*    text-align: 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:#000000;position:relative;margin-top:20px;}
.choosetickbefore ul li::before {content: url('https://hhcldoctorsites.com/assets/img/tickmark.png');margin-right:15px;position:absolute;left: -40px;}
.news-detail-desc ul , .specialtick ul{list-style:none !important;}
.news-detail-desc ul li{color:#000000;position:relative;margin-top:20px;}
.news-detail-desc ul li::before {content: url('https://hhcldoctorsites.com/assets/img/tickmark.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;background-color:transparent !important;    display: flex;
    align-items: center;  }
.breadcrumb-item,
.breadcrumb-item a,
.bc-text {
    vertical-align: middle;
}

/*--------- 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:280px;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*/
.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;}
.file-upload-input {
    width: 200px !important;
}

.bred_flex {flex-direction: column;}
.banner_txt h1 {
    font-size: 30px;
    width: 100%;
}
.docimgabouthome{
    position: static;
}
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
} 
@media (max-width: 475px) {
.banner_txt h1{font-size:30px;}
.banner_txt p{width:100%;}
} 

@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 own styling*/
                                
                                
                                
                                

/* General News Grid */
.news-grid {
  display: flex;
 
}

/* Left side (stacked cards) */
.news-grid .col-md-6.d-flex {
  gap: 25px; /* spacing between the 2 small cards vertically */
}

/* Small cards */
.news-card.small {
  display: flex;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
  flex: 1; /* make both cards equal height inside column */
  height:330px;
}
.news-card.small .news-img {
  width: 40%;
}
.news-card.small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card.small .news-content {
  padding: 15px;
  flex: 1;
  border: 1px solid #E6E6E6;
}

/* Big card */
.news-card.big {
  position: relative;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}
.news-card.big img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures image fits the full container properly */
}
.news-card.big .news-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  color: #fff;
}
.news-card.big h4 {
  font-size: 20px;
  font-weight: bold;
  color: #ff7b29;
}
.newsthirddiv p{
    font-family: "K2D";
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    letter-spacing: 0%;
    color:#FFFFFF;
}
.newsthirddiv h4{
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    leading-trim: NONE;
    letter-spacing: 0%;
    color:#FE8830;
}
.newsthirddiv .news-date ,a{
    font-family: "K2D";
    font-weight: 300;
    font-size: 14px;
    color:#black;
}
.news-card.big .news-overlay hr {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3); /* light white line */
  margin: 15px 0; /* spacing above and below */
}
.news-date {
  align-items: center;
  gap: 6px; /* spacing between icon and text */
  font-size: 14px;
  opacity: 0.9;
}

.news-date i {
  color: #ff7b29; /* orange calendar icon (matches heading color) */
  font-size: 14px;
}

/*blog*/
.blogheading{
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 100%;
    color:#121212;
}
.blogpara{
    font-family: "K2D";
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    letter-spacing: 0%;
    color:#121212;
    height:50px;
}

.blog-custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card-small,
.blog-card-large {
  background: #f7f8fb;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(44,62,80,.03);
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-card-corner-0 { grid-column: 1; grid-row: 1; }
.blog-card-large   { grid-column: 2; grid-row: 1 / span 2; }
.blog-card-corner-2 { grid-column: 3; grid-row: 1; }
.blog-card-corner-3 { grid-column: 1; grid-row: 2; }
.blog-card-corner-4 { grid-column: 3; grid-row: 2; }

.separator-line {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 16px 0;
    min-height: 3px;
}
.separator-line span {
    flex: 1;
    height: 0.2px;
    background: #121212;
    margin-right: 10px;
}
.readtime-right {
    flex-shrink: 0;
    padding-left: 10px;
    color: #9296a1;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.readtime-right p {
    margin: 0;
    color: #121212;
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
}
.published-date-label {
    font-size: 13px;
    color: #ff7f00; /* use the orange color as in your image */
    font-weight: 600;
    margin-top: 4px;
    text-transform: capitalize; /* Optional: capitalize first letters */
}
.image-stat-wrapper {
    position: relative;
    display: inline-block;
}

.stat-overlay-box {
    position: absolute;
    left: 97%;
    top: 63%;
    transform: translate(-50%, -50%);
    background: #FE8830; /* Orange color based on image */
    color: #fff;
    border-radius: 24px;
    text-align: center;
    padding:30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
    min-width: 220px;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:9px solid #fff;
}

.stat-overlay-box h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 14px;
    color:#fff;
}

.stat-overlay-box p {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    color:#fff;
}

/* Responsive for large tablets and small desktops: max 1200px */
@media (max-width: 1200px) {
  .blog-custom-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

/* General tablet support (portrait and small landscape): max 1024px */
@media (max-width: 1024px) {
  .blog-custom-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
  }
  .blog-card-large {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  .blog-card-corner-0 { grid-column: 1; grid-row: 1; }
  .blog-card-corner-2 { grid-column: 2; grid-row: 1; }
  .blog-card-corner-3 { grid-column: 1; grid-row: 3; }
  .blog-card-corner-4 { grid-column: 2; grid-row: 3; }
}

/* Mobile tablets and large phones: max 768px */
@media (max-width: 768px) {
  .blog-custom-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, minmax(180px, 1fr));
    gap: 18px;
  }
  .blog-card-large,
  .blog-card-small {
    min-height: 180px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .blog-card-corner-0,
  .blog-card-corner-2,
  .blog-card-corner-3,
  .blog-card-corner-4,
  .blog-card-large {
    grid-column: 1;
    grid-row: auto;
  }
}




/* Responsive for large tablets + small desktops (max 1200px) */
@media (max-width: 1200px) {
    .image-stat-wrapper img {
        width: 260px;
        height: 260px;
    }
    .stat-overlay-box {
        min-width: 160px;
        min-height: 90px;
        padding: 25px 15px 15px 15px;
    }
    .stat-overlay-box h3 {
        font-size: 32px;
    }
    .stat-overlay-box p {
        font-size: 18px;
    }
}

/* Responsive for tablets (max 992px) */
@media (max-width: 992px) {
    .image-stat-wrapper img {
        width: 200px;
        height: 200px;
    }
    .stat-overlay-box {
        min-width: 120px;
        min-height: 60px;
        padding: 11px 8px 10px 8px;
    }
    .stat-overlay-box h3 {
        font-size: 23px;
    }
    .stat-overlay-box p {
        font-size: 13px;
    }
    .primary_section .row {
        flex-direction: column;
        align-items: center;
    }
    .col-md-5,
    .col-md-7 {
        width: 100%;
        max-width: 100%;
    }
    .col-md-4 {
        max-width: 48%;
        flex: 0 0 48%;
        margin-bottom: 12px;
    }
}

/* Responsive for mobile (max 768px) */
@media (max-width: 768px) {
    .image-stat-wrapper img {
        width: 140px !important;
        height: 140px !important;
        margin-bottom: 16px;
    }
    .stat-overlay-box {
        min-width: 80px;
        min-height: 38px;
        padding: 7px 4px 6px 4px;
        font-size: 14px;
    }
    .stat-overlay-box h3 {
        font-size: 15px;
        margin-bottom: 7px;
    }
    .stat-overlay-box p {
        font-size: 9px;
    }
    .primary_section .row {
        flex-direction: column;
        align-items: center;
    }
    .col-md-5,
    .col-md-7 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 12px;
    }
    .col-md-4,
    .col-md-6,
    .col-lg-4 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
}


/*stactitics*/
.stats-bar-float-container {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
    margin-top: -56px;
    margin-bottom: 0;
}

.stats-bar {
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: #C1CBFD;
    border-radius: 15px;
    box-shadow: 0 4px 20px 0 rgba(80,90,200,0.08);
    padding: 12px 16px;
    gap: 24px;
    max-width: 1257px;
    min-width: 280px;
    width: 100%;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: unset !important;
    height: auto !important;
}

.stats-block {
    flex: 1 1 180px;
    min-width: 150px;
    text-align: center;
    position: relative;
    padding: 0 8px;
    box-sizing: border-box;
}

.stats-value {
    font-size: 30px;
    font-weight: bold;
    font-family:"K2D";
    color: #121212;
    margin-bottom: 6px;
    display: block;
}

.stats-label {
    font-size: 16px;
    font-weight: 300;
    color: #121212;
    line-height: 1.3;
    display: block;
}

/* Separator */
.stats-block:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 1%;
    height: 100%;
    width: 3px;
    background: #fff;
    opacity: 0.5;
    border-radius: 0px;
    transform: translateX(50%);
}

/* Tablet: 2 columns, gap shrinks */
@media screen and (max-width: 991px) {
    .stats-bar {
        padding: 16px 4px;
        gap: 12px;
        max-width: 99vw;
        border-radius: 24px;
    }
    .stats-block {
        flex: 1 1 48%;
        min-width: 120px;
        padding: 0 5px;
    }
    .stats-block:not(:last-child)::after {
        display: none;
    }
    .stats-block:nth-child(odd)::after {
        display: none;
    }
}

/* Mobile: stacked, minimal */
@media screen and (max-width: 600px) {
    .stats-bar-float-container {
        margin-top: 0;
    }
    .stats-bar {
        flex-direction: column;
        align-items: stretch;
        border-radius: 16px;
        padding: 12px 2px;
        gap: 8px;
        max-width: 97vw;
        min-width: unset;
    }
    .stats-block {
        flex: 1 1 100%;
        min-width: unset;
        padding: 6px 0;
    }
    .stats-value {
        font-size: 1.25rem;
    }
    .stats-label {
        font-size: 0.95rem;
    }
}

/* Tiny tabs: 425px */
@media screen and (max-width: 425px) {
    .stats-bar {
        padding: 10px 1px;
        gap: 6px;
        border-radius: 12px;
        max-width: 95vw;
    }
    .stats-value { font-size: 1.08rem; }
    .stats-label { font-size: 0.86rem; }
}

/* Smallest tabs: 375px and below */
@media screen and (max-width: 375px) {
    .stats-bar {
        padding: 8px 1px;
        gap: 4px;
        border-radius: 8px;
        max-width: 99vw;
    }
    .stats-value { font-size: 0.93rem; }
    .stats-label { font-size: 0.79rem; }
}
@media screen and (max-width: 320px) {
    .stats-bar {
        padding: 6px 0;
        gap: 2px;
        border-radius: 5px;
    }
    .stats-value { font-size: 0.73rem; }
    .stats-label { font-size: 0.65rem; }
}
/* Remove default heights and ensure tight fit */


/* Remove min-width on tiny screens */
@media (max-width: 425px) {
    .stats-bar {
        min-width: 100%;
        height: 100px !important;
        margin-bottom: 0 !important;
    }
    .stats-bar-float-container {
        margin-bottom: 0 !important;
    }
}

/* Tightest screens: 375 and below */
@media (max-width: 375px) {
    .stats-bar {
        min-width: 100%;
        height: 100px !important;
        margin-bottom: 0 !important;
        padding-bottom: 4px !important;
    }
}

/* 320px hack: remove ALL extra padding/margin/height */
@media (max-width: 320px) {
    .stats-bar {
        min-width: 100%;
        height: 100px !important;
        margin-bottom: 0 !important;
        padding-bottom: 2px !important;
    }
}




/*services*/


.service-grid-section {
    background: #fff;
}
.grid-title {
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:#121212;
}
.service-viewall {
    color: #fe9646;
    font-weight: 700;
    text-decoration: none;
}
.service-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 28px;
}
.service-card {
    background: #fff;
    border-radius: 22px;

    border: 1px solid #f5f5f5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 430px;

}

.service-card-img {
    width: 100%;
    background: #f6f7fc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.service-card-img img {
    object-fit: cover;
    height:200px;
}
.service-card-body {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-card-title {
    font-size: 17px;
    font-weight: 700;
    color: #fe9646;
    margin-bottom: 9px;
}
.service-card-text {
    font-size: 16px;
    color: #23243a;
    margin-bottom: 12px;
}
.service-card-btns {
    display: flex;
    gap: 14px;
    justify-content: right;
}
.service-btn {
    padding: 9px 24px;
    border-radius: 18px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    /*transition: background 0.15s, color 0.15s, border 0.12s;*/
    /*box-shadow: 0 2px 10px #f9cab1, 0 0 0 transparent;*/
}
.service-btn.book {
    background: #fe9646;
    color: #fff;
}
.service-btn.more {
    background: #fff;
    color: #fe9646;
    border: 2px solid #fe9646;
}
.service-btn.book:hover, .service-btn.more:hover {
    background: #e88d41;
    color: #fff;
    border: 2px solid #e88d41;
}

/* Responsive Grid */
@media (max-width: 990px) {
    .service-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
    .service-card { min-height: 340px; }
    .service-card-img { height: 140px; }
}
@media (max-width: 600px) {
    .service-card-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .service-card { min-height: 270px; border-radius: 12px; }
    .service-card-title { font-size: 1.07rem; }
    .service-card-text { font-size: 0.98rem; }
    .service-btn { font-size: 0.94rem; padding: 8px 15px; }
    .service-card-img { height: 100px; }
}


.doctor-section {
    background: #fcf7f1;
    width: 100%;
}

.custom-overflow {
    overflow: hidden;
}

.doctor-image-block {
    background: #cfd3f6;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 520px;
}

.doctor-img {
    max-width: 410px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 32px 0 rgba(60,83,168,0.14);
}

.doctor-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
    min-height: 520px;
}

.doctor-title {
    font-family: 'K2D', sans-serif;
    font-size: 32px;
    color: #212121;
    font-weight: 700;
}

.doctor-desc {
    font-family: 'K2D', sans-serif;
    font-size: 18px;
    color: #212121;
    font-weight: 400;
    line-height: 1.8;
}

.doctor-highlight {
    color: #ff8138;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 16px;
    font-family: 'K2D', sans-serif;
}

.doctor-content {
    font-family: 'K2D', sans-serif;
    font-size: 18px;
    color: #212121;
    line-height: 1.8;
}

@media (max-width: 991px) {
    .doctor-img, .doctor-image-block, .doctor-info {
        min-height: unset;
        max-width: 100%;
    }
    .doctor-section .row {
        flex-direction: column-reverse;
    }
}



/*about us page*/


.listeddot ul,
.listeddot li {
    list-style-type: disc;
}

.listeddot li::marker {
    color: #FE8830 !important;  /* bullet color */
}



.profile-background {
  /*background: #F6F7FF;*/
  padding: 50px 0 60px 0;
}

.profile-row {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.profile-col {
  flex: 1 1 300px;
  display: flex;
  justify-content: center;
}

.profile-card {
  background: #E8EBFC;
  box-shadow: 0 3px 16px rgba(185, 118, 1, 0.06);
  padding: 24px 20px;
  min-width: 260px;
  max-width: 370px;
  position: relative;
  margin-bottom: 30px;
  margin-right: 10px;
}

/* Accent border: right and bottom, floating, half length */
.profile-card::after {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 60%;
  height: 100%;
  border-right: 3px solid #FF8A2E;
  border-bottom: 3px solid #FF8A2E;
  border-radius: 0 0 14px 0;
  z-index: 2;
  pointer-events: none;
}

.profile-heading {
  color: #23284B;
  font-family: 'K2D', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.profile-content p {
  color: #23284B;
  font-family: 'K2D', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

/* Responsive adjustments */
@media screen and (max-width: 992px) {
  .profile-row {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .profile-card {
    min-width: unset;
    max-width: unset;
    width: 95vw;
    margin-bottom: 24px;
  }
  .profile-card::after {
    width: 55%;
    height: 55%;
    right: -10px;
    bottom: -10px;
  }
}





/*footer*/
.footerparai{
    font-family: "K2D";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;


}
/* Social Icons Wrapper */
.footer-social-icons {
    align-items: center;
}

/* Circle Style */
.social-circle-icon {
    width: 36px;
    height: 36px;
    /*min-width: 48px;*/
    border-radius: 50%;
    background: #ff8b34;        /* orange circle */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: 0.3s ease;
}
.social-circle-icons{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #C3CCFC; 
    color:black;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: 0.3s ease;
}

/* Icon Inside */
.social-circle-icon i {
    font-size: 18px;            /* perfect size like screenshot */
    color: black;             /* dark icon color */
}

/* Hover Effect (optional but clean) */
.social-circle-icon:hover {
    background: #ff9c50;
    transform: translateY(-3px);
}
.social-circle-iconq{
       width: 36px;
    height: 36px;
    /*min-width: 48px;*/
    border-radius: 50%;
    background: #C3CCFC;        /* orange circle */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: 0.3s ease; 
    color:black;
}

/* Icon Inside */
.social-circle-iconq i {
    font-size: 18px;            /* perfect size like screenshot */
    color: black;             /* dark icon color */
}

/* Hover Effect (optional but clean) */
.social-circle-iconq:hover {
    background: #ff9c50;
    transform: translateY(-3px);
}

.medico-footer {
    background: #181818;
    color: #fff;
}
.medico-footer-row {
    align-items: flex-start;
}
.footer-status {
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:#C6CDF0;
}
.footer-social-icon {
    color: #ff9944;
    font-size: 20px;
    transition: color 0.2s;
    padding: 0 3px;
}
.footer-social-icon:hover {
    color: #fff;
}
.footer-menu-title {
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    color:#FFFFFF;
}
.footer-menu-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.footer-menu-list li {
  display: block;
  margin-bottom: 10px;
}

.footer-menu-list a {
  display: block;
  font-family: "K2D", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-menu-list a:hover {
  color: #ff9944;
}

.footer-contact-list {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-contact-row {
    text-align: left;
}
.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF9944;
    color: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 15px;
    margin-right: 10px;
}
.footer-contact-info {
    color: #fff;
    font-size: 15px;
    word-break: break-word;
}
/* Parent row alignment */
.c_row {
    display: flex;
    align-items: center;  /* center icon + text vertically */
    gap: 12px;            /* space between icon and text */
}

/* Icon circle */
.c_icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    background: #ff7a21;   /* orange circle as image */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Icon inside */
.c_icon i {
    font-size: 18px;       /* perfect icon size */
    color: #fff;           /* white icon */
}

/* Text block */
.c_info {
    line-height: 1.4;
}

/* Phone / email / address text */
.c_info p,
.c_info a,
.c_info div {
    color: #fff;           /* white text like screenshot */
    font-size: 16px;
    margin: 0;
    font-family: "K2D";
    font-weight: 400;
    width: 190px;
}

/* Work hours and timing alignment */
.workhrs .c_info p {
    font-size: 16px;
}

/* Remove ugly left padding in repeats */
.c_info.pl-5, 
.fw-600.pl-2 {
    padding-left: 0 !important;
}

@media (max-width: 767px) {
    .medico-footer-row {
        flex-direction: column;
    }
    .footer-menu-list,
    .footer-contact-list,
    .footer-menu-title {
        text-align: center !important;
    }
    .col-md-4 {
        text-align: center !important;
    }
    .footer-contact-row {
        justify-content: center !important;
    }
}

.footericonh3{
    font-family: "Jomolhari";
    font-weight: 400;
    font-style: Regular;
    font-size: 37px;
    color:#FFFFFF;
}
.copyright{
    font-family: "K2D";
    font-weight: 400;
    font-size: 16px;
    color:#FFFFFF;
}
.bookappointmentp{
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:#121212;
}

.bookapp-section {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /*padding: 56px 0 36px 0;*/
    /*min-height: 320px;*/
    height:200px;
}

.bookapp-content{
    background: rgba(255,255,255,0.9);
    border-radius: 22px;
    box-shadow: 0 10px 32px rgba(1,189,178,0.10);
    max-width: 480px;
    margin: 0 auto;
    transition: box-shadow 0.2s;
}

.bookapp-content:hover {
    box-shadow: 0 15px 44px rgba(1,189,178,0.17);
}

.bookappointmentp {
    font-size: 28px;
    font-weight: 800;
    color: #008893;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.btnprimary.btn-lg {
    background: linear-gradient(90deg,#01bdb2 60%,#00e3c2 100%);
    color: #fff;
    padding: 14px 42px;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 32px;
    box-shadow: 0 2px 8px rgba(1,189,178,0.18);
    transition: background 0.18s, box-shadow 0.18s;
}

.btnprimary.btn-lg:hover, .boxshadow-hover:hover {
    background: linear-gradient(90deg,#00e3c2 60%,#01bdb2 100%);
    color: #fff;
    box-shadow: 0 6px 24px rgba(1,189,178,0.25);
}

.bg-opacity {
    background: rgba(255,255,255,0.96) !important;
}

.text-nblue {
    color: #008893 !important;
}

.letter-spacing {
    letter-spacing: 1px;
}



/*news inner page*/

.news-card {
  display: flex;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.04);
  border-radius: 18px;
  overflow: hidden;
  min-height: 196px;
  /*border-top-left-radius: 15px !important;*/
  /*border-bottom-left-radius: 15px !important;*/
  border-radius:15px !important;
}
.news-card-img {
  width: 36%;
  min-width: 130px;
  max-width: 180px;
  min-height: 180px;
  background: #eaf0fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.news-card-img img {
  aspect-ratio: 1.25/1;
  object-fit: cover;
  width: 100%;
  height: 213px !important;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.news-card-content {
  width: 64%;
  padding: 24px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
.news-date {
  color: #8e9aaf;
}
.news-title {
  font-weight: 600;
  margin-bottom: 8px;
  color: #2d3748;
  line-height: 1.25;
}
.news-desc {
  color: #5b5b5b;
  line-height: 1.5em;
  margin-bottom: 12px;
}
.news-readmore {
  align-self: flex-end;
  background: #fff;
  border-color: #01BDB2;
  color: #01BDB2;
  border-radius: 8px;
  transition: background 0.18s;
}
.news-readmore:hover, 
.news-readmore:focus {
  background: #01BDB2;
  color: #fff;
}
@media (max-width: 768px) {
  .news-card { flex-direction: column; min-height: auto;}
  .news-card-img, .news-card-content { width: 100%; max-width: 100%; }
  .news-card-img img { border-radius: 18px 18px 0 0; }
  .news-card-content { padding: 16px; }
}



/*news info page*/

.news-detail-page {
  background: #fff;
}
.news-detail-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.news-detail-date {
  color: #121212;
  margin-bottom: 4px;
  font-weight: 500;
}
.news-detail-title {
  font-weight: 600;
  margin-bottom: 0;
  color: #1a2743;
  line-height: 1.2;
}
.news-detail-featureimg img {
  border-radius: 20px;
  width: 100%;
  height: 310px;
  object-fit: cover;
  box-shadow: 0 2px 15px rgba(50,50,50,0.08);
  background: #eaf0fa;
  display: block;
}
.news-detail-desc p {
  color: #121212;
  margin-bottom: 14px;
  font-family: "K2D";
    font-weight: 300;
    font-size: 16px;


}
.news-detail-gallery .news-gallery-img {
  border-radius: 15px;
  box-shadow: 0 2px 7px rgba(0,0,0,0.06);
  background: #eaf0fa;
}
.news-detail-share-section {
  margin-top: 38px;
  display: flex;
  align-items: center;
}
.news-detail-share-label {
    font-family: "K2D";
    font-weight: 600;
    font-size: 16px;
    margin-right: 16px;
    color:#121212;   
}
.news-share-icon {
  display: inline-block;
  margin-right: 8px;
  padding: 6px 13px;
  border-radius: 8px;
  transition: background 0.18s;
  color: #fff;
  font-size: 18px;
}
.news-share-fb { background: #3b5998; }
.news-share-twit { background: #1da1f2; }
.news-share-link { background: #2867b2; }
.news-share-whats { background: #25d366; }
.news-share-icon:hover { filter: brightness(0.93); }
.news-detail-more-news {
  margin-top: 58px;
}
.news-more-news-label {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 24px;
  color: #1a2743;
}
.news-card-simple {
  background: #fff;
  box-shadow: 0 2px 13px rgba(60,80,130,0.06);
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow 0.18s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-card-simple-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
  background: #eaf0fa;
}
.news-card-simple-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
}
.news-card-simple-date {
  color: #869cbc;
  font-weight: 500;
}
.news-card-simple-title {
  font-weight: 600;
  color: #232e40;
  line-height: 1.26;
}
.news-card-simple-readmore {
  align-self: flex-start;
  color: #01BDB2;
  font-weight: 500;
  border-radius: 7px;
  padding: 5px 20px;
  border: 1px solid #01BDB2;
  background: #fff;
  transition: background .15s, color .15s;
}
.news-card-simple-readmore:hover {
  background: #01BDB2;
  color: #fff;
}
@media(max-width:991px){
  .news-detail-featureimg img { height: 220px; }
  .news-card-simple-img { height: 110px; }
}
@media(max-width:768px){
  .news-detail-featureimg img { height: 150px; }
  .news-card-simple-img { height: 80px; }
  .news-card-simple-content { padding: 10px;}
}
.news-thumb-card {
  background: #fff;
  box-shadow: 0 2px 13px rgba(60,80,130,0.06);
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  overflow: hidden;
  min-height: 155px;
}
.news-thumb-img {
  width: 125px;
  min-width: 40%;
  max-width: 125px;
  display: flex;
  align-items: stretch;
  background: #eaf0fa;
  border-radius: 22px 0 0 22px;
  overflow: hidden;
}
.news-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #eaf0fa;
  border-radius: 22px 0 0 22px;
  min-height: 155px;
  display: block;
}
.news-thumb-content {
  background: #fff;
  flex: 1;
  padding: 20px 24px 18px 24px;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #E6E6E6;
  border-radius: 0 22px 22px 0;
}
.news-thumb-title {
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    color:#121212;
  margin-bottom: 8px;
  line-height: 1.3;
}
.news-thumb-desc {
    font-family: "K2D";
    font-weight: 300;
    font-size: 16px;
    color:#111111;
    height:70px;
}
.news-thumb-date {
  color: #121212;
  font-family:"K2D";
  font-size: 13px;
  display: flex;
  align-items: center;
}
.news-thumb-date i {
  margin-right: 5px;
}
.news-thumb-readmore.btn-thumb {
  border-radius: 13px;
  border: 2px solid #f88b39;
  color: #f88b39;
  background: #fff;
  font-weight: 600;
  padding: 7px 28px;
  transition: background 0.15s, color 0.15s;
}
.news-thumb-readmore.btn-thumb:hover {
  background: #f88b39;
  color: #fff;
}
@media (max-width: 991px) {
  .news-thumb-img, .news-thumb-img img { width: 95px; min-width: 95px; max-width: 95px; min-height: 105px; }
  .news-thumb-content { padding: 18px; min-height: 105px;}
}
@media (max-width: 768px) {
  .news-thumb-card { min-height: 90px; }
  .news-thumb-img, .news-thumb-img img { width: 65px; min-width: 65px; max-width: 65px; min-height: 65px; }
  .news-thumb-content { padding: 8px; min-height: 65px;}
}


/*services inner page*/


.service-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
}
#services_slider .service-card {
  margin-right: 20px;  /* Adjust the value as needed for horizontal gap */
  height:366px;
}

/* Optional: Remove extra margin on the last visible item to avoid overflow */
#services_slider .owl-item:last-child .service-card {
  margin-right: 0;
}
.service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 items per row, equal width */
  gap: 20px; /* gap between all items */
}



/*gallery*/
/* ================================
   PHOTO GALLERY INDEX STYLING
   ================================ */
/* Card wrapper */
.photo-gallery-index-card {
    display: block;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

/* Thumbnail – SAME as video gallery */
.photo-gallery-index-thumb {
    width: 100%;
    height: 260px;                 /* match video height */
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #000;
}

/* Image */
.photo-gallery-index-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay – centered like video gallery */
.photo-gallery-index-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Overlay text */
.photo-gallery-index-more-text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

/* Album title */
.photo-gallery-index-name {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #014d4a;
    margin-top: 10px;
}

/* Reduce grid gaps */
.photo-gallery-index-grid .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}

/* Reduce carousel gap */
.photo-gallery-index-carousel .owl-item {
    padding: 0 10px;
}

/* Hover effect (same feel as video gallery) */
.photo-gallery-index-card:hover .photo-gallery-index-overlay {
    background: rgba(0,0,0,0.6);
}

.photo-gallery-index-card:hover .photo-gallery-index-name {
    color: #01BDB2;
}

/* Responsive */
@media (max-width: 768px) {
    .photo-gallery-index-thumb {
        height: 220px;
    }
}


/*gallery info page*/
/* Initial state for gallery images */
.gallery .item img {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

/* When image becomes visible */
.gallery .item img.show {
    opacity: 1;
    transform: scale(1);
}

/* Container styles */
.photo-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
.photo-container-fluid {
    width: 100%;
    padding: 0 25px;
}

/* Gallery grid */
.photo-gallery {
    width: 100%;
}
.photo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
}

/* Columns */
.photo-col {
    flex: 0 0 calc(33.333% - 25px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.photo-col:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 30px rgb(0 0 0 / 0.2);
}

/* Image styling */
.photo-item {
    display: block;
    overflow: hidden;
    border-radius: 15px;
    text-decoration: none;
}

.photo-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-radius: 15px;
}

.photo-item:hover .photo-image {
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .photo-col {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .photo-col {
        flex: 0 0 100%;
    }
}

/*photo main*/

/* Container & Layout */
.photo-gallery-homepage {
    background: #f9fafb;
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

/* Header */
.photo-gallery-header {
    border-bottom: 2px solid #01BDB2;
    padding-bottom: 10px;
}

.gallery-title {
    color: #014d4a;
    font-size: 1.8rem;
}

.gallery-view-all {
    color: #01BDB2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gallery-view-all:hover {
    color: #027f7a;
    text-decoration: underline;
}

.gallery-description {
    color: #555;
    font-size: 1.05rem;
}

/* Carousel & Grid */
.owl-carousel .gallery-album-card {
    outline: none;
    padding: 0px;
    opacity: 0;
    transform: translateX(100px);
    animation: slideInRight 0.7s forwards;
}

.owl-carousel .gallery-album-card:nth-child(1) { animation-delay: 0s; }
.owl-carousel .gallery-album-card:nth-child(2) { animation-delay: 0.15s; }
.owl-carousel .gallery-album-card:nth-child(3) { animation-delay: 0.3s; }
.owl-carousel .gallery-album-card:nth-child(4) { animation-delay: 0.45s; }
.owl-carousel .gallery-album-card:nth-child(5) { animation-delay: 0.6s; }
.owl-carousel .gallery-album-card:nth-child(n+6) { animation-delay: 0.75s; }

.gallery-album-col {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateX(100px);
    animation: slideInRight 0.7s forwards;
}

.gallery-album-col:nth-child(odd) {
    animation-delay: 0.2s;
}
.gallery-album-col:nth-child(even) {
    animation-delay: 0.4s;
}

/* Album Card */




.album-image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}




/* More Photos Overlay */
.album-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(1, 189, 178, 0.85);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 0;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    pointer-events: none;
    line-height: 1.3;
}

/* Album Title */
.album-title {
    margin-top: 15px;
    font-size: 1.25rem;
    color: #013d3a;
}

/* Animations */
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .gallery-album-col, .owl-carousel .gallery-album-card {
        padding: 0 10px !important;
        width: 100% !important;
        flex: none !important;
    }
}


/*services info page*/

.usedfor-card-title-link {
    text-decoration: none !important;
}

.usedfor-card-title-link:hover {
    text-decoration: none !important;
}

.service-main-image, .service-detail-image {
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,.07);
    object-fit: cover;
}


.uses-card {
    background: #f9fafc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    border: 0;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}
.service-feature-list .list-dot { color: #ff8c2b; margin-right: 6px; }
.service-cards {
    background: #f9fafc;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    transition: box-shadow .2s;
}
.service-cards:hover {
    box-shadow: 0 4px 18px rgba(255,140,43,.22);
}
@media (max-width: 991px) {
    .service-main-image, .service-detail-image { height: auto !important; }
    .fs-24 { font-size: 19px; }
}
@media (max-width: 575px) {
    .pt-50 { padding-top: 24px; }
    .pb-50 { padding-bottom: 24px; }
    .service-details-section { padding-left: 7px; padding-right: 7px; }
    .fs-20, .fs-18 { font-size: 15px; }
    .fs-24 { font-size: 17px; }
}
.usedfor-flexgrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 18px;
}

.usedfor-card {
    background: #eef0fd;
    border-radius: 12px;
    box-shadow: 0 6px 24px 0 rgba(137,131,216,0.08);
    /*min-height: 190px;*/
    flex: 0 1 calc(20% - 32px); /* 5 per row (100% / 5) minus horizontal gap */
    max-width: 300px;
    min-width:255px;
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: box-shadow .17s;
    height:200px;
}

/* Responsive: 3 per row at <=1200px, 2 per row at <=768px, 1 per row mobile */
@media (max-width: 1200px) {
    .usedfor-card {
        flex: 0 1 calc(33.33% - 24px);
        max-width: 300px;
    }
}
@media (max-width: 768px) {
    .usedfor-card {
        flex: 0 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
        min-height: 120px;
        padding: 12px 4px;
    }
}
@media (max-width: 540px) {
    .usedfor-card {
        flex: 0 1 100%;
        max-width: 100%;
        min-height: 90px;
        padding: 10px 1.5vw;
    }
}
.usedfor-title {
    font-size: 22px;
    font-family: 'K2D';
    font-weight: 600;
    color: #191919;
    margin-bottom: 50px;
    text-align: center;
}

.usedfor-desc {
    color: #191919;
    font-size: 16px;
    font-family: 'Poppins', Arial, sans-serif;
    letter-spacing: 0.1px;
    font-weight: 400;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    text-align: center;
}
.usedfor-card-title{
    font-family: "K2D";
    font-weight: 500;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color:#FE8830;
}


/*blog inner page*/

.blog-inner-section { background: #fff; }
.main-blog-card,
.sidebar-more-blogs {
  border: none;
  box-shadow: none;
  background: #fff;
}
.blog {
    background:#F8F9FF;
    height:205px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}
.main-img-block {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.main-blog-img {
  width: 100%;
  min-height: 200px;
  max-height: 340px;
  object-fit: cover;
  border-radius: 12px;
}
.main-img-overlay {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(16,27,43,0.11) 1%, rgba(16,27,43,0.87) 97%);
  color: #fff;
  padding: 32px 28px 24px 24px;
  border-radius: 12px;
  min-height: 90px;
}
.main-blog-title {
  color: #fff;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.3px;
  text-shadow: 0 2px 8px rgba(8,12,16,0.14);
}
.blog-meta-slim {
  font-size: 13px;
  color: #fff;
}

.main-blog-content {
font-family: "K2D";
font-weight: 300;
font-style: Light;
font-size: 16px;
color:#111111;
}

.main-icons-bar {
  border-top: 1px solid #ededed;
  background: #fff;
  font-size: 14px;
  padding-right: 0;
}
.icon-link {
  color: #47486b;
  font-size: 18px;
  transition: color .15s;
}
.icon-link:hover { color: #FFA451; }

.like-buttons .btn-like, .like-buttons .btn-dislike {
  color: #6E6E6E;
  font-size: 18px;
  transition: color .18s;
}
.like-buttons .btn-like:hover { color: #1ab354; }
.like-buttons .btn-dislike:hover { color: #f55c42; }

.sidebar-title {
  font-size: 18px;
  color:#222;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 12px;
  border-bottom: none;
}

.sidebar-more-blogs {
  background: #fff;
  border: none;
}

.more-blog-list {
  background: #F8F9FF;
  border-radius:0;
  padding-bottom: 20px;
}

.more-blog-list:last-child {
  border-bottom: 0;
}

.blog-title {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-bottom:2px;
}
.blog-desc {
  display: block;
  color: #636363;
  font-size: 13px;
  max-height: 36px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.published-date-label {
  color: #FFA451;
  font-size: 13px;
}
.read-more-btn {
  background: #FFA451 !important;
  color: #fff !important;
  font-size: 13px;
  border-radius: 20px;
  font-weight:600;
  padding:2px 20px;
  border:none;
}

.readtime-box {
  color: #FFA451;
  font-size: 12px;
}
.view-all-btn {
  background: #FFF9EF;
  color: #FFA451 !important;
  font-weight:600;
  font-size: 13px;
  border: none;
  border-radius: 20px;
  padding: 2.5px 24px 3px 24px;
  margin:0 auto;
  margin-top:2px;
  transition: background .1s, color .1s;
}
.view-all-btn:hover {
  background:#FFD39A;
  color:#F4992B;
}
.separator-line {
  width: 100%;
}
.separator-line .border-top {
  width: 70px;
  border-top: 1.4px solid black !important;
  margin-top: 2px;
}
.readtime-right {
  color: #FFA451;
  font-size: 12px;
  font-weight: 500;
}
.sidebar-separator {
  border: none;
  border-top: 1px solid #f2f2f2;
  margin: 0 20px 0 20px;
}
@media (max-width: 991.98px) {
  .main-img-overlay {
    padding: 14px 8px 14px 8px;
    min-height:60px;
  }
  .main-blog-title {
    font-size: 1.05rem;
  }
  .main-blog-img {
    min-height:105px;
    max-height:150px;
  }
}



/*events*/
/* Section */
.events-section {
  background: #f8f9ff;
  padding: 60px 0;
}

/* Section Header */
.section-header {
  border-bottom: 2px solid #e0e3f0;
  padding-bottom: 10px;
}

.section-title {
  font-size: 26px;
  font-weight: 700;
  color: #222;
}

.view-all-link {
  color: #FE8830;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.view-all-link:hover {
  color: #d96f1e;
}

/* Event Card */
.event-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  /*min-height: 230px;*/
  width:257px !important;
  height:240px !important;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/* Date */
.event-date-box {
  text-align: left;
  margin-bottom: 10px;
  text-align:center;
}
.event-day {
  font-size: 34px;
  color: #FE8830;
  font-weight: 700;
  display: inline-block;
}
.event-month {
  font-size: 15px;
  font-weight: 500;
  color: #444;
}

/* Event Title */
.event-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 10px 0 5px;
  line-height: 1.4;
}

/* Event Time */
.event-time {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

/* Venue */
.event-venue-label {
  font-size: 12px;
  font-weight: 700;
  color: #555;
  margin-bottom: 2px;
}
.event-venue {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Carousel Cards */
.owl-carousel .event-card {
  margin: 10px;
  width:270px !imporant;
  
}

/* Responsive */
@media (max-width: 767px) {
  .event-card {
    padding: 15px;
  }
  .event-title {
    font-size: 16px;
  }
  .event-day {
    font-size: 28px;
  }
}


/* Section Base */
.events-page-section {
  background: #f8f9ff;
  padding: 60px 0;
}

/* Section Heading */
.section-heading {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.section-heading::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #FE8830;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Event Card */
.event-card {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* Event Date */
.event-date-inner {
  color: #fff;
  border-radius: 10px;
  padding: 15px;
  display: inline-block;
  min-width: 90px;
}
.event-day {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}
.event-day-sep {
  font-size: 18px;
  margin-left: 5px;
}
.event-month {
  font-size: 14px;
  font-weight: 500;
}

/* Event Title */
.event-title {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}

/* Event Time */
.event-time {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

/* Venue */
.event-venue-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 2px;
}
.event-venue {
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Load More Button */
.btn-load-more {
  background: linear-gradient(135deg, #FE8830, #ffb36a);
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  transition: 0.3s ease;
  cursor: pointer;
}
.btn-load-more:hover {
  background: linear-gradient(135deg, #d96f1e, #fca85d);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 767px) {
  .event-card {
    padding: 15px;
  }
  .event-title {
    font-size: 16px;
  }
  .event-day {
    font-size: 26px;
  }
}

/* Base Section */
.event-detail-section {
  background: #f8f9ff;
  padding: 40px 0 60px;
  color: #222;
}

/* Event Banner */
.event-banner img {
  border-radius: 16px;
  object-fit: cover;
  max-height: 500px;
}

/* Headings */
.event-heading {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.event-subheading {
  font-size: 20px;
  font-weight: 600;
  color: #FE8830;
  margin-bottom: 10px;
}

/* Description Text */
.event-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

/* Meta Info */
.event-meta-text {
  font-size: 15px;
  color: #555;
}

.event-link a {
  color: #FE8830;
  text-decoration: none;
  word-break: break-all;
}
.event-link a:hover {
  text-decoration: underline;
}

/* Sidebar Info Card */
.event-info-card {
  border-left: 4px solid #FE8830;
  background: #fff;
}

.event-date-time {
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

/* Venue Map */
.venue-map iframe {
  width: 100%;
  border: none;
  border-radius: 10px;
}

/*.event-sidebar {*/
/*  position: sticky;*/
  top: 120px; /* distance from top */
  max-height: calc(100vh - 140px); /* optional: prevent overflow */
  overflow-y: auto; /* optional scroll if content is long */
/*}*/

/* Responsive */
@media (max-width: 991px) {
  .event-sidebar {
    position: relative !important;
    top: 0 !important;
    margin-top: 30px;
  }
  .event-heading {
    font-size: 22px;
  }
  .event-subheading {
    font-size: 18px;
  }
}

.hover-shadow {
  transition: all 0.3s ease-in-out;
}
.hover-shadow:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.transition-all {
  transition: all 0.3s ease-in-out;
}



/*press-release*/

/* ==============================
   Press Release Section
   ============================== */

.pressrelease-section {
  background: #ffffff;
}

.section-header {
  border-bottom: 2px solid #e1e7f0;
  padding-bottom: 10px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #0e204d;
}

.view-all-link {
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}
.view-all-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
img{
    object-fit:cover;
}
/* --- Press Card Layout --- */
.press-card-horizontal {
  display: flex;
  align-items: stretch;
  background: #f7f8fb;              /* Card background */
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e8ee;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  height:200px;
}
.press-card-horizontals {
  display: flex;
  align-items: stretch;
  background: #f7f8fb;              /* Card background */
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e8ee;
  margin-bottom: 25px;
  transition: all 0.3s ease;
  height:230px !important;
}

.press-card-horizontal:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Image Left */
.press-img-col {
  flex: 0 0 38%;
  overflow: hidden;
}
.press-img-left {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* Fit inside div */
  display: block;
  border-radius: 8px;
  transition: transform 0.3s;
}
.press-img-lefts {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* Fit inside div */
  display: block;
  border-radius: 8px;
  transition: transform 0.3s;
}
.press-img-left:hover {
  transform: scale(1.05);
}

/* Content Right */
.press-content-col {
  flex: 0 0 62%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.press-source {
  color: #009688;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.press-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
  line-height: 1.3;
}

.press-desc {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.press-date {
  color: #777;
  font-size: 13px;
  font-weight: 500;
  margin-top: auto;
}

.press-readmore {
  margin-top: 6px;
  display: inline-block;
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
.press-readmore:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .press-card-horizontal {
    flex-direction: column;
  }
  .press-img-col {
    flex: 0 0 100%;
    height: 220px;
    margin-bottom: 15px;
  }
  .press-content-col {
    flex: 0 0 100%;
    padding: 20px;
  }
}
/* Section spacing */
.gallery-section {
    background: #fff;
}

/* Container widths */
.gallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gallery-container-fluid {
    width: 100%;
    padding: 0 30px;
}

/* Row layout */
.gallery-row {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;                 /* tight spacing like video gallery */
    justify-content: center;
}

/* Card */
.gallery-card {
    flex: 0 0 calc(33.333% - 25px);
    max-width: calc(33.333% - 25px);
}

/* Link */
.gallery-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Image wrapper – SAME SIZE AS VIDEO */
.gallery-image-wrapper {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    background: #000;
}

/* Image */
.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    transition: background 0.3s ease;
}

/* Hover overlay */
.gallery-link:hover .gallery-overlay {
    background: rgba(0, 0, 0, 0.65);
}

/* Album title */
.gallery-album-title {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #014d4a;
    text-align: center;
    transition: color 0.3s ease;
}

/* Hover title color */
.gallery-link:hover .gallery-album-title {
    color: #01BDB2;
}

/* Responsive */
@media (max-width: 992px) {
    .gallery-card {
        flex: 0 0 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {
    .gallery-card {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .gallery-image-wrapper {
        height: 220px;
    }
}



/*video gallery*/
/* ================================
   VIDEO GALLERY INDEX STYLING
   ================================ */

.video-gallery-index-title {
    font-size: 2rem;
    font-weight: 700;
    color: #014d4a;
    letter-spacing: 0.5px;
}

/* Carousel General */
.video-gallery-index-carousel .owl-item {
    padding: 10px;
}

/* Card Container */
.video-gallery-index-card {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.video-gallery-index-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}

/* Thumbnail Wrapper */
.video-gallery-index-thumb {
    position: relative;
    width: 100%;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
}

/* Thumbnail Image */
.video-gallery-index-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.45s ease, filter 0.3s ease;
}

.video-gallery-index-card:hover .video-gallery-index-image {
    transform: scale(1.08);
    filter: brightness(1.15);
}

/* Overlay */
.video-gallery-index-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.65));
    border-radius: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    opacity: 1;
    transition: background .3s ease;
}

.video-gallery-index-card:hover .video-gallery-index-overlay {
    background: linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.8));
}

/* Play Button */
.video-gallery-index-playbtn {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.5));
    transition: transform .3s ease;
}

.video-gallery-index-card:hover .video-gallery-index-playbtn {
    transform: scale(1.18);
}

/* Title on Overlay */
.video-gallery-index-title-text {
    margin-top: 12px;
    color: #fff !important;
    font-size: 1.05rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    max-width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .3s ease, transform .3s ease;
}

.video-gallery-index-card:hover .video-gallery-index-title-text {
    color: #01BDB2;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .video-gallery-index-thumb {
        height: 210px;
    }

    .video-gallery-index-title {
        font-size: 1.6rem;
    }
}

/* Equal Heights & Widths for Photo Gallery */
.owl-carousel .gallery-album-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.gallery-album-card .album-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}



.album-image-wrapper {
    height: 220px;
    width: 330px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}


.album-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(1, 189, 178, 0.85);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 12px 0;
    text-align: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    pointer-events: none;
    line-height: 1.3;
    transition: background 0.3s ease, padding 0.3s ease;
}

.album-link:hover .album-overlay {
    background: rgba(1, 189, 178, 0.95);
    padding: 15px 0;
}

.album-title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    width: 100%;
    transition: color 0.3s ease, transform 0.3s ease;
    margin-top: 15px;
    font-size: 1.25rem;
}

.album-link:hover .album-title {
    color: #01BDB2;
    transform: scale(1.05);
}

/* Equal Heights & Widths for Video Gallery */
.owl-carousel .video-album-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.video-album-card .video-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}



.video-wrapper {
    height: 220px;
    width: 100%;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: none;
    border-radius: 30px;
    transition: transform 0.5s ease, filter 0.3s ease;
    display: block;
}

.video-link:hover .video-thumbnail {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: background 0.3s ease;
}

.video-link:hover .video-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.video-play-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.video-play-btn {
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.video-link:hover .video-play-btn {
    transform: scale(1.2);
    filter: drop-shadow(0 6px 12px rgba(1, 189, 178, 0.6));
}

.video-title {
    margin-top: 10px;
    font-weight: 500;
    font-size: 1rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.4;
    transition: transform 0.3s ease, color 0.3s ease;
}

.video-link:hover .video-title {
    transform: scale(1.05);
    color: #01BDB2;
    text-shadow: 0 2px 8px rgba(1, 189, 178, 0.8);
}

/* Owl Carousel Equal Dimensions */
.owl-carousel .owl-item {
    display: flex;
    height: auto;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-item > div {
    width: 100%;
    height: 100%;
}

/* Slide-in Animation */
.owl-carousel .gallery-album-card,
.owl-carousel .video-album-card {
    opacity: 0;
    transform: translateX(100px);
    animation: slideInRight 0.7s forwards;
}

.owl-carousel .gallery-album-card:nth-child(1),
.owl-carousel .video-album-card:nth-child(1) { animation-delay: 0s; }
.owl-carousel .gallery-album-card:nth-child(2),
.owl-carousel .video-album-card:nth-child(2) { animation-delay: 0.15s; }
.owl-carousel .gallery-album-card:nth-child(3),
.owl-carousel .video-album-card:nth-child(3) { animation-delay: 0.3s; }
.owl-carousel .gallery-album-card:nth-child(4),
.owl-carousel .video-album-card:nth-child(4) { animation-delay: 0.45s; }
.owl-carousel .gallery-album-card:nth-child(5),
.owl-carousel .video-album-card:nth-child(5) { animation-delay: 0.6s; }
.owl-carousel .gallery-album-card:nth-child(n+6),
.owl-carousel .video-album-card:nth-child(n+6) { animation-delay: 0.75s; }

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Pulse Animation */
@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

.album-link:hover .album-overlay,
.video-link:hover .video-play-btn {
    animation: pulse 1.5s ease-in-out infinite;
}

/* Cursor */
.album-link,
.video-link {
    cursor: pointer;
}
/* Video Detail Page Styles */
.video-detail-page {
    background: #f9fafb;
    min-height: 100vh;
}

/* Video Player */
.video-player-wrapper {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 25px;
    background: #000;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.7s forwards;
}

.main-video-player,
.youtube-player {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.main-video-player {
    height: auto;
    min-height: 400px;
}

/* Video Info Section */
.video-info-section {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-bottom: 3px solid #C1CBFD;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.7s 0.2s forwards;
}

.video-detail-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #014d4a;
    margin-bottom: 12px;
    line-height: 1.3;
}

.video-meta-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #686868;
}

.meta-separator {
    color: #ccc;
}

.video-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-top: 15px;
}

/* Comments Header */
.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 20px;
    padding: 20px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.7s 0.3s forwards;
}

.comments-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #014d4a;
    margin: 0;
}

.btn-write-comment {
    background: #01BDB2;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(1, 189, 178, 0.3);
}

.btn-write-comment:hover {
    background: #027f7a;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(1, 189, 178, 0.4);
    color: #fff;
}

/* Comments Section */
.comments-section {
    background: transparent;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comment-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(50px);
    animation: slideInRight 0.6s forwards;
}

.comment-card:nth-child(1) { animation-delay: 0.1s; }
.comment-card:nth-child(2) { animation-delay: 0.2s; }
.comment-card:nth-child(3) { animation-delay: 0.3s; }
.comment-card:nth-child(4) { animation-delay: 0.4s; }
.comment-card:nth-child(n+5) { animation-delay: 0.5s; }

.comment-card:hover {
    transform: translateX(0) translateY(-5px);
    box-shadow: 0 8px 25px rgba(1, 189, 178, 0.2);
}

.comment-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.comment-author-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.author-name {
    font-weight: 700;
    color: #014d4a;
    font-size: 1rem;
}

.comment-date {
    font-size: 0.85rem;
    color: #888;
}

/* Load More Button */
.load-more-wrapper {
    text-align: center;
    margin-top: 30px;
}

.btn-load-more {
    background: #01BDB2;
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(1, 189, 178, 0.3);
}

.btn-load-more:hover {
    background: #027f7a;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(1, 189, 178, 0.4);
}

/* Comment Form */
.comment-form-anchor {
    height: 80px;
    margin-top: -80px;
}

.comment-form-wrapper {
    margin-top: 40px;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.7s 0.5s forwards;
}

.comment-form-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #C1CBFD;
}

.form-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #014d4a;
    margin-bottom: 8px;
}

.form-subtitle {
    font-size: 1rem;
    color: #686868;
    margin-bottom: 25px;
}

.form-input,
.form-textarea {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 12px 18px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-input:focus,
.form-textarea:focus {
    border-color: #01BDB2;
    box-shadow: 0 0 0 3px rgba(1, 189, 178, 0.1);
    outline: none;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.btn-submit-comment {
    background: #01BDB2;
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(1, 189, 178, 0.3);
}

.btn-submit-comment:hover {
    background: #027f7a;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(1, 189, 178, 0.4);
}

/* Sidebar Section */
.sidebar-section {
    position: sticky;
    top: 20px;
    opacity: 0;
    transform: translateX(30px);
    animation: slideInRight 0.7s 0.4s forwards;
}

.sidebar-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #014d4a;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #01BDB2;
}

.recent-videos-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.recent-video-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.recent-video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(1, 189, 178, 0.2);
}

.recent-video-link {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    padding: 12px;
}

.recent-video-thumbnail {
    position: relative;
    flex-shrink: 0;
    width: 140px;
    height: 100px;
    border-radius: 12px;
    overflow: hidden;
}

.thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recent-video-item:hover .thumbnail-img {
    transform: scale(1.1);
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: background 0.3s ease;
}

.recent-video-item:hover .play-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.play-icon {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
    transition: transform 0.3s ease;
}

.recent-video-item:hover .play-icon {
    transform: scale(1.2);
}

.recent-video-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;
}

.recent-video-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.watch-now-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #01BDB2;
    font-weight: 600;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.recent-video-item:hover .watch-now-link {
    color: #027f7a;
}

.watch-icon {
    transition: transform 0.3s ease;
}

.recent-video-item:hover .watch-icon {
    transform: translateX(3px);
}

/* Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .video-detail-title {
        font-size: 1.4rem;
    }
    
    .comments-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .recent-video-link {
        flex-direction: column;
    }
    
    .recent-video-thumbnail {
        width: 100%;
        height: 160px;
    }
    
    .sidebar-section {
        position: static;
        margin-top: 40px;
    }
}


/*testimonials*/


.testimonialsheading{
    font-family: "K2D";
    font-weight: 600;
    font-size: 22px;
    color:#121212;
}
.testimonialstatasticsheading{
    font-family: "K2D";
    font-weight: 400;
    font-size: 18px;
    color:#121212;
}
/* SECTION BASE */
.testimonials_homepage {
  background-color: #ffefe6;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0;
}

/* REMOVE PADDING AND GAP BETWEEN ROWS */
.testimonial-row {
  margin: 0;
  align-items: stretch;
}

.testimonial-left {
  padding: 60px 0px;
  background-color: #ffefe6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Avatars and Title */
.avatars {
  display: flex;
  align-items: center;
}

.avatars img.author-img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-left: -10px;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Testimonial Card */
.testimonial-card {
  background: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card:hover {
  transform: translateY(-4px);
}

.testimonial-text {
font-family: "K2D";
font-weight: 300;
font-style: Light;
font-size: 16px;
letter-spacing: 0%;
color:#111111;
}

/* Author Section */
.testimonial-author {
  display: flex;
  align-items: center;
  background: #eef1ff;
  border-radius: 50px;
  padding: 4px 7px;
  width:100%;
}

.testimonial-author .author-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  flex-shrink: 0;
}

.testimonial-author .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-name {
font-family: "K2D";
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
color:#121212;
}

/* Carousel adjustments */
.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}

.owl-carousel .testimonial-card {
  margin: 10px;
}

/* RIGHT SIDE FULL HEIGHT IMAGE */
.testimonial-image-side {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.testimonial-side-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  display: block;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .testimonials_homepage {
    text-align: center;
  }

  .testimonial-left {
    padding: 40px 25px;
  }

  .avatars {
    justify-content: center;
    margin-bottom: 15px;
  }

  .testimonial-image-side {
    height: 300px;
  }

  .testimonial-side-img {
    height: 100%;
  }
}



/*awards*/
.awards-news-section {
  background: #f7fafc;
  border-radius: 16px;
  box-shadow: 0 6px 28px rgba(1,189,178,.07);
}

.awards-news-header {
  border-bottom: 1.5px solid #e4f6f7;
  min-height: 48px;
}

.awards-news-title {
  color: #01BDB2;
  letter-spacing: 1px;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
  display: inline-block;
}

.view-all-link {
  font-weight: 600;
  color: #01BDB2;
  transition: color .21s;
}

.view-all-link:hover {
  color: #199e90;
  text-decoration: underline;
}

.awards-news-desc {
  font-size: 1.08rem;
  margin-bottom: 18px;
  color: #556869;
}

.awards-news-carousel,
.awards-news-row {
  margin-top: 20px;
}

/* Card Styling */
.awards-news-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 23px rgba(1,189,178,0.11);
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  transition: transform .32s cubic-bezier(.4,1.5,.2,.92), box-shadow .32s;
  opacity: 0;
  transform: translateY(42px) scale(.97);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.awards-news-card[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity .56s .1s, transform .46s .14s;
}

.awards-news-card:hover {
  transform: translateY(-7px) scale(1.025);
  box-shadow: 0 16px 42px rgba(1,189,178,0.14);
}

.awards-news-img-wrapper {
  position: relative;
  overflow: hidden;
  height: 230px;
  border-radius: 16px 16px 0 0;
  background: #f0fbfa;
}

.awards-news-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 0 0;
  transition: filter .31s;
  width: 361px !important;
}

.awards-news-card:hover .awards-news-img {
  filter: brightness(.92) saturate(1.15);
}

.awards-news-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(1,189,178,.14) 0%,rgba(0,0,0,.02) 100%);
  pointer-events: none;
}

.awards-news-card-body {
  background: #fff;
  padding: 21px 15px 18px 15px;
  min-height: 181px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.awards-news-card-title {
  font-size: 1.11rem;
  font-weight: 700;
  color: #214d4c;
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.awards-news-card-desc {
  font-size: .97rem;
  line-height: 1.43;
  color: #468a82;
  min-height: 40px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.awards-news-readmore {
  background: #eafcfa;
  color: #01BDB2;
  border-radius: 8px;
  font-size: 1rem;
  border: 1.5px solid #e6f9f7;
  transition: background .22s, color .22s;
  margin-top: 10px;
}

.awards-news-readmore:hover,
.awards-news-readmore:focus {
  background: #01BDB2;
  color: #fff;
}

/* Responsive */
@media (max-width: 900px) {
  .awards-news-title { font-size: 1.7rem; }
  .awards-news-card-body { padding: 14px 5px 12px 7px; }
  .awards-news-card { margin-bottom: 18px;}
  .awards-news-img-wrapper { height: 190px;}
}

@media (max-width: 600px) {
  .awards-news-section,
  .container,
  .container-fluid { padding: 8px !important;}
  .awards-news-title { font-size: 1.12rem; }
  .awards-news-card { border-radius: 13px;}
  .awards-news-card-body { padding: 9px 2px 7px 2px;}
}

/*faq*/

/* =======================
   MODERN FAQ DESIGN - RIGHT ICON
======================= */

.faqsection-animated {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.fancy-title {
  font-weight: 800;
  letter-spacing: 0.5px;
  position: relative;
}
.fancy-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #007bff, #00c4ff);
  margin: 12px auto 0;
  border-radius: 10px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  background: #F8F9FF;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.20);
  overflow: hidden;
  transition: all 0.4s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.faq-item.active {
  border-left: 4px solid #007bff;
  background: linear-gradient(135deg, #ffffff, #f7faff);
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  cursor: pointer;
}

.faq-title {
  font-weight: 600;
  font-size: 18px;
  color: #0d2e57;
  flex: 1;
  padding-right: 45px; /* leave space for icon */
  transition: color 0.3s ease;
}

.faq-item.active .faq-title {
  color: #007bff;
}

.faq-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.faq-icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #007bff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.faq-icon .plus-line {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-icon .plus-line {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.faq-item.active .faq-icon .minus-line {
  opacity: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.faq-answer.open {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.faq-content {
  padding: 0 25px 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Hover underline link */
.hover-underline {
  position: relative;
  color: #007bff;
  text-decoration: none;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.hover-underline:hover::after {
  transform: scaleX(1);
}


/*faq info*/

.faqsection-animated {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.fancy-title {
  font-weight: 800;
  letter-spacing: 0.5px;
  position: relative;
}
.fancy-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #007bff, #00c4ff);
  margin: 12px auto 0;
  border-radius: 10px;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.20);
  overflow: hidden;
  transition: all 0.4s ease;
}

.faq-item:hover {
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

.faq-item.active {
  border-left: 4px solid #007bff;
  background: linear-gradient(135deg, #ffffff, #f7faff);
}

.faq-question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  cursor: pointer;
}

.faq-title {
  font-weight: 600;
  font-size: 18px;
  color: #0d2e57;
  flex: 1;
  padding-right: 45px; /* leave space for icon */
  transition: color 0.3s ease;
}

.faq-item.active .faq-title {
  color: #007bff;
}

.faq-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 22px;
  height: 22px;
  transform: translateY(-50%);
}

.faq-icon .line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #007bff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.faq-icon .plus-line {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-icon .plus-line {
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.faq-item.active .faq-icon .minus-line {
  opacity: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.faq-answer.open {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.faq-content {
  padding: 0 25px 22px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Hover underline link */
.hover-underline {
  position: relative;
  color: #007bff;
  text-decoration: none;
}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.hover-underline:hover::after {
  transform: scaleX(1);
}



/*testimonial info*/

.testimonials-section {
  background: #fff;
}
.testimonial-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.05);
  padding: 25px;
  transition: all 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 35px rgba(0,0,0,0.1);
}

.user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #0072bb;
}
.user-name {
  color: #222;
  font-weight: 600;
}
.testimonial-date {
  font-size: 12px;
  color: #888;
}
.testimonial-video-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}
.testimonial-video-card:hover {
  transform: translateY(-6px);
}
.video-thumb {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.video-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 20px;
}
.testimonial-video-card:hover .video-overlay {
  opacity: 1;
}
.play-btn {
  width: 60px;
  cursor: pointer;
  filter: drop-shadow(0 0 5px white);
}
.video-user-name {
  font-weight: 500;
  color: #fff;
  margin-top: 10px;
}
.btn-load-more {
  background: #0072bb;
  color: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: none;
}
.btn-load-more:hover {
  background: #005c94;
  transform: scale(1.05);
}
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.8s ease forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}






.writereviewtestimonial {
  background: #f9fbff;
  position: relative;
  overflow: hidden;
}

.form-group {
  position: relative;
  margin-bottom: 25px;
}

.form-control {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 14px 12px;
  font-size: 15px;
  width: 100%;
  transition: all 0.3s ease;
  background-color: #fff;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
  outline: none;
}

.floating-label label {
  position: absolute;
  top: 14px;
  left: 14px;
  color: #777;
  font-size: 15px;
  pointer-events: none;
  transition: all 0.3s ease;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label,
.floating-label textarea:focus + label,
.floating-label textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 10px;
  background: #f9fbff;
  padding: 0 6px;
  color: #007bff;
  font-size: 13px;
}

.file-input {
  padding: 10px;
  cursor: pointer;
}




/*treatments*/

/* Treatments Section Animation */
.animate-on-scroll-bottom {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1.5s ease;
}

.animate-slide-in-bottom {
  opacity: 1;
  transform: translateY(0);
}

/* Flex layout for cards */
.treatments-cards-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px; /* 10px gap between cards */
  padding-bottom: 24px;
}

/* Card Style */
.service-card {
  width: 270px;
  min-height: 320px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  border:1px solid #D9D9D9;
  /*transition: transform 1.6s ease, box-shadow 1.6s ease;*/
}

.service-card:hover {
  /*transform: translateY(-5px);*/
  /*box-shadow: 0 5px 15px rgba(0,0,0,0.15);*/
}

.card-img img {
  width: 100%;
  height: 170px;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}

.card-text {
  flex: 1 1 auto;
  padding: 16px;
  border-radius: 0 0 12px 12px;
  background: #fafafa;
}
/* Owl fix - remove flex so carousel works */
.treatments-cards-row.owl-carousel {
  display: block !important;
}

/* Owl items behave normally */
.treatments-cards-row.owl-carousel .service-card {
  width: 270px;
  display: inline-block;
  vertical-align: top;
  height: 344px !important;
  background: #fafafa;
}


/*treatments info page*/


/* Animate on scroll */
.animate-on-scroll-bottom {
  opacity: 0;
  transform: translateY(60px);
  transition: all 3.5s ease;
}
.animate-slide-in-bottom {
  opacity: 1;
  transform: translateY(0);
}

/* Flex row cards layout */
.treatments-cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}



.card-img img {
  width: 100%;
  height: 170px;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
}

.card-text {
  flex: 1 1 auto;
  padding: 16px;
  border-radius: 0 0 12px 12px;
  background: #fafafa;
  min-height: 100px;
}



:root{
  --brand: #FF8A34;
  --brand-shadow: rgba(255,138,52,.28);
  --text: #0E1217;
  --muted: #6B7280;
  --field: #EEF2F8;
  --focus: #01BDB2;
  --divider: #E6E7EC;
}

/* ===== Layout (equal height columns) ===== */
.contact-main{ padding:5px 10px; background:#fff; }
.contact-shell{
  max-width:1060px; margin:0 auto;
  display:flex; gap:40px; align-items:stretch;   /* stretch = equal heights */
}

/* Columns behave like Bootstrap col-md */
.col-md{
  flex:1 1 0; display:flex; flex-direction:column; transition: transform .18s, box-shadow .22s, filter .18s;
  will-change: transform, box-shadow;
}
/*.col-md:hover{*/
/*  transform: translateY(-4px);*/
/*  box-shadow: 0 18px 38px rgba(0,0,0,.12);*/
/*  filter: saturate(1.02);*/
/*}*/

/* Left visual card (no border) */
.left-card{
  background:#fff; border-radius:14px;
 box-shadow: 0 0 30px rgba(0,0,0,0.07);
  padding:18px 18px 24px;
  display:flex; flex-direction:column; height:100%;
}

/* Right wrap (plain white, same height due to flex stretch) */
.right-wrap{ padding:8px 4px 6px 6px; display:flex; flex-direction:column; }

/* Form */
.contact-group{ margin-bottom:18px; position:relative; }
.contact-label{ font-weight:700; font-size:15px; color:var(--text); display:block; margin-bottom:8px; }
.contact-input{
  width:100%; background:var(--field); border:none; border-radius:10px;
  padding:14px; font-size:14px; color:#111; outline:none;
  transition: box-shadow .18s, color .19s, background .28s, transform .12s;
  box-shadow: 0 1px 6px rgba(0,0,0,.04);
}
.contact-group:hover .contact-input{ transform: translateY(-1px); }
.contact-input:focus,
.contact-input:hover{ box-shadow: 0 0 0 1.5px var(--focus) inset; background:#fff; }

/* Label focus micro-animation */
.contact-group.focused .contact-label{
  animation: slideLabel .45s cubic-bezier(.66,-0.2,.32,1.39);
  color: var(--focus);
}
@keyframes slideLabel{ from{opacity:0; transform:translateX(-14px);} to{opacity:1; transform:translateX(0);} }

textarea.contact-input{ min-height:110px; resize:vertical; }

/* Select caret */
.select-wrap{ position:relative; }
.contact-select{ appearance:none; -webkit-appearance:none; -moz-appearance:none; padding-right:34px; }
.select-caret{ position:absolute; right:12px; top:50%; transform:translateY(-50%); pointer-events:none; }
.select-caret:before{
  content:""; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #333; display:block;
}

/* Submit button */
.contact-btn-row{ margin-top:10px; }
.contact-btn{
  background:var(--brand); color:#fff; border:none; border-radius:999px;
  font-weight:700; font-size:14px; padding:12px 22px; cursor:pointer;
  box-shadow:0 12px 28px var(--brand-shadow);
  transition: transform .12s, box-shadow .18s, filter .18s;
}
.contact-btn:hover{ transform: translateY(-1px); box-shadow:0 18px 36px rgba(255,138,52,.36); }

/* Right text/content */
.contact-title{ font-weight:800; font-size:28px; color:var(--text); margin:6px 0 8px; }
.contact-desc{ color:#4B5563; font-size:15px; line-height:1.7; margin: 0 0 14px; }

.contact-info-row{ display:flex; align-items:center; gap:12px; margin:12px 0; }
.contact-icon-box{
  width:36px; height:36px; border-radius:50%;
  background:var(--brand); display:flex; align-items:center; justify-content:center;
  box-shadow:0 10px 24px var(--brand-shadow);
}
.contact-icon{ display:block; }

.info-title{font-family: "K2D";
font-weight: 700;
font-style: Bold;
font-size: 16px;
color:#121212;
}
.info-value{ font-size:14px; color:#121212; }
.info-value a{ color:#121212; text-decoration:none; }
.info-value a:hover{ text-decoration:underline; }

.contact-hr{ border:0; height:1px; background:rgba(0, 0, 0, .3); margin:16px 0; }

/* Socials */
.contact-follow-row{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.follow-label{ font-weight:700; font-size:16px; color:var(--text); margin-right:6px; }
.contact-follow-icon{
  width:36px; height:36px; border-radius:50%;
  background:#F2F3F7; border:1px solid #D7D9E0; color:#111;
  display:flex; align-items:center; justify-content:center;
  transition: transform .12s, background .18s, border-color .18s, opacity .18s;
}
.contact-follow-icon:hover{ transform:translateY(-1px); background:#C3CCFC; border-color:#BBD1FF; }

/* ===== Entrance animations (staggered) ===== */
.anim-section, .anim-item{ opacity:0; will-change: transform, opacity; }
@keyframes inLeft  { from{opacity:0; transform:translateX(-26px);} to{opacity:1; transform:translateX(0);} }
@keyframes inRight { from{opacity:0; transform:translateX( 26px);} to{opacity:1; transform:translateX(0);} }
@keyframes inFade  { from{opacity:0;} to{opacity:1;} }

.in-view .anim-from-left  { animation: inLeft .55s cubic-bezier(.22,.7,.3,1) forwards; }
.in-view .anim-from-right { animation: inRight .55s cubic-bezier(.22,.7,.3,1) forwards; }
.in-view .anim-fade       { animation: inFade .55s ease forwards; }

/* Stagger (per element) */
.in-view .anim-item{
  animation-duration:.5s; animation-fill-mode:forwards;
  animation-timing-function:cubic-bezier(.22,.7,.3,1);
  animation-delay: calc(0.07s * var(--d, 1));
}
.in-view .anim-item.anim-from-left{ animation-name: inLeft; }
.in-view .anim-item.anim-from-right{ animation-name: inRight; }

/* Responsive */
@media (max-width: 980px){
  .contact-shell{ flex-direction:column; gap:18px; }
  .right-wrap{ padding:0; }
}



.contactinnerformpara{
    font-family: "K2D";
    font-weight: 400;
    font-style: Light;
    font-size: 19px;
    color:#111111;
}
/*bookappointment*/






/*Animations newly added*/

                              /*banner*/

/* Initially, no opacity and transform for animation */
.banner_txt h1,
.banner_txt p,
.banner_txt .buttons {
  opacity: 0;
  transform: translateX(-100%);
  transition: none;
}

/* When the container has 'animate' class, play the animations */

.banner_txt.animate h1 {
  animation: slideInLeft 1s ease forwards;
  animation-delay: 0.5s;
}

.banner_txt.animate p {
  animation: slideInLeft 1s ease forwards;
  animation-delay: 1s;
}

.banner_txt.animate .buttons {
  opacity: 0;
  transform: translateY(50px);
  animation: slideUp 1s ease forwards;
  animation-delay: 1.5s;
}
.bannerpara{
    font-family: "K2D";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color:#000000;
}

/* Your existing keyframes remain unchanged */

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
} 

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

              /*about us*/
.docimgabouthome {
  opacity: 0;
  transform: translateX(-100%);
  animation: none; /* No animation by default */
}

/* Animate only when parent or element has 'animate' class */
.docimgabouthome.animate {
  animation: slideInLeftImg 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}

@keyframes slideInLeftImg {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}


.whytochooseimg {
  opacity: 0;
  transform: translateX(-100%);
  animation: none; /* No animation by default */
}

.whytochooseimg.animate {
  animation: slideInLeftImg 2.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}

/*BookAppointment*/

.bookapp-content {
    opacity: 0;
    transform: translateY(100px) scale(0.8);
    /*filter: drop-shadow(0 0 24px #01BDB2);*/
    transition:
        opacity 0.8s cubic-bezier(.68,-0.55,.27,1.55),
        transform 0.8s cubic-bezier(.68,-0.55,.27,1.55);
    font-family: 'K2D', sans-serif;
    animation: none; /* no animation initially */
}

.bookapp-content.animate-in {
    opacity: 1;
    transform: translateY(0) scale(1.1);
    animation: crazyPop 1.1s cubic-bezier(.68,-0.55,.27,1.55);
    /*filter: drop-shadow(0 0 44px #FE8830);*/
}
.bookapptextnew{
    
}
.bookappointmentptextmain{
    
}



/* ============ TOP BAR (Elegant + Matching with Navbar) ============ */

.top_menu {
  background: #C1CBFD; /* subtle light teal gradient */
  /*border-bottom: 1px solid rgba(1, 189, 178, 0.1);*/
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  z-index: 1031;
}

/* Contact links (left side) */
.top_menu .top_left {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 8px 0;
}
.top_menu .top_left li {
  position: relative;
}
.top_menu .top_left li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: rgba(32, 53, 92, 0.1);
}
.top_menu .top_left a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #20355C;
  transition: all 0.25s ease;
}
.top_menu .top_left i {
  color: #01BDB2;
  font-size: 14px;
  transition: all 0.3s ease;
}
.top_menu .top_left a:hover {
  color: #01BDB2;
  transform: translateY(-1px);
}
.top_menu .top_left a:hover i {
  color: #F7B32B;
  transform: scale(1.1);
}

/* Announcement (center) */
.top_menu marquee,
.top_menu .col-sm-4.text-center {
  color: #000000;
  font-weight: 600;
  padding: 0px 0;
  font-size:16px;
}
/* Announcement (center) */
.top_menu marquee,
.top_menu .col-sm-4.text-center :hover {
  color: #000000;
  font-weight: 600;
  padding: 0px 0;
  font-size:16px;
}
.top_menu marquee span {
  color: #01BDB2;
  font-weight: 700;
}
.top_menu marquee a:hover span {
  color: #F7B32B;
}

/* Social Icons (right side) */
.top_menu .top_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.top_menu .top_right a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #fff;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(1, 189, 178, 0.3);
}
.top_menu .top_right a:hover {
  background: #0087F8;
  color: #20355C;
  box-shadow: 0 3px 12px rgba(247, 179, 43, 0.35);
  transform: translateY(-2px);
}

/* Subtle hover for entire bar */
.top_menu:hover {
  box-shadow: 0 2px 12px rgba(139, 150, 153, 0.15);
}
.fa-envelope:before{
    font-size:16px;
    color:black;
}
.fa-phone:before{
    font-size:16px;
    color:black;
}
.fa-map-marker:before {
    font-size:16px;
    color:black;
}
.fa-clock-o:before{
    font-size:16px;
    color:#FFA451;  
}
.fa-clock-o:before{
     font-size:16px;
    color:black; 
}
.text-white:before{
    color:#fff !important;
}

/* Responsive layout */
@media (max-width: 991.98px) {
  .top_menu .top_left { flex-wrap: wrap; gap: 12px; justify-content: center; }
  .top_menu .top_right { justify-content: center; }
  .top_menu .row > div { text-align: center !important; }
}
.top_menu p, .top_menu a, .top_menu a span {
    color:#000000 ;
    text-decoration: none;
    font-size:16px;
    font-weight: 600;
}
.top_menu p, .top_menu a, .top_menu a span :hover{
    color:#000000 !important;
}
.fa-envelope:before{
    font-size:16px;
    color:black;
}
.fa-envelope:after{
    font-size:16px;
     color:black;
}
.fa-phone:before{
    font-size:16px;
}
.fa-phone:after{
    font-size:16px;
}
.top_menu .float-right a i {
    font-size: 14px;
    background: white;
    border-radius: 50%;
    color: #20355C;
    padding: initial;
    width: 24px;
    height: 24px;
    text-align: center;
    padding-top: 5px;
}

/* Remove the underline completely */
.navbar-nav .nav-link,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link.active {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    
}

/* Also remove the underline pseudo-element bootstrap sometimes adds */
.navbar-nav .nav-link::after {
    display: none !important;
}

/* Keep your styles (optional) */
.navbar-nav .nav-link {
    color: #000 !important;
    background: transparent;
    padding: 10px 18px;
    transition: .25s ease;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background: #C1CBFD; /* your hover background */
    color: #f30909 !important;
    padding-top:16px;
}



/*allbannerheading*/


.allbannerheading{
    font-size: 28px !important;
    margin:0px;
    font-family: "K2D";
    font-weight: 400;
}
.breadcrumb .breadcrumb-item a{
    max-width: 12ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    flex: 0 1 auto;   /* ALLOWS SHRINKING */
    min-width: 0;     /* REQUIRED FOR ELLIPSIS INSIDE FLEX */
        font-size:28px;
    font-family: "K2D";
    font-weight: 500;
    color:#FE8830;
    margin-bottom:9px;

}
.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    min-width: 0;   /* REQUIRED */
}
.bc-text {
    display: inline-block;
    max-width: 12ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:28px;
    font-family: "K2D";
    font-weight: 500;
    color:#FE8830;
    margin-bottom:9px;
}
.bookapptitlebanner{
    font-size:28px;
    font-family: "K2D";
    font-weight: 500;
    color:#121212;
    margin-bottom:9px;
}
.bc-textf{
    display: inline-block;
    max-width: 12ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:28px;
    font-family: "K2D";
    font-weight: 400;
    color:#121212;
}
.breadcrumb-item.active .before{
    display: inline-block;
    max-width: 12ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:28px;
    font-family: "K2D";
    font-weight: 400;
    color:#121212; 
    margin-bottom:9px;
}

@media (max-width: 767px) {
    .bred_flex {
        flex-direction: row;
    }
}



/*contact us form heading*/
.contact-info-row .info-value{
    font-size:16px !important;
}
.contactinnerformheading{
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    color:#121212;
}
.contactinnerpara{
    font-family: "K2D";
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    color:#121212;
}
.top_left li a i.fa :before{
    color: #fff !important;
    fill: #fff !important;
}

/* Sticky wrapper for the right-hand image */
.bookapmt-imgwrap {
  /* keep any existing styles you have for this column */
  position: relative; /* ensures the sticky child is positioned relative to page */
}

/* The element that will be sticky */
.bookapmt-sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 120px;              /* desired offset from top */
  z-index: 9;              /* desired stacking */
  display: block;
  /* optional visual spacing so the sticky element doesn't collide with page edges */
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Optional: limit the sticky width so it doesn't overflow if column padding exists */
.bookapmt-sticky .bookapmt-mainimg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px; /* optional: match card rounding */
  object-fit: cover;
}

/* MOBILE: disable stickiness on small screens for better UX */
@media (max-width: 991px) {
  .bookapmt-sticky {
    position: static;
    top: auto;
    z-index: auto;
  }
}
.carousel-indicators{
    bottom:42px !important;
}




/*new review styles*/
.border{
    border:none !important;
}
.event-card-link,
.event-card-link * {
    text-decoration: none !important;

}

.event-card-link:hover,
.event-card-link:hover * {
    text-decoration: none !important;
}

.text-orange{
    color:#FFA451;
}
.share-label{
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    color:#121212;
}


/*vission and mission inner page*/
.visionmission-inner-page {
    background: #f9fbff;
}

.visionmission-card {
    padding: 25px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 25px rgba(0,0,0,0.07);
    transition: 0.3s ease;
}

.visionmission-card:hover {
    box-shadow: 0 10px 35px rgba(0,0,0,0.12);
    transform: translateY(-3px);
}

.vm-title {
    color: #F7B32B !important;
    font-size: 20px;
    font-weight: 600;
}

.vm-short-desc,
.vm-long-desc {
    color: #000000;
}

.vm-readmore {
    color: #007bff;
    text-decoration: underline;
    font-weight: 500;
}

.vm-image {
    border-radius: 10px;
    object-fit: cover;
}

.vm-image-wrap {
    text-align: right;
}
.gallery .col-md-4 img {
    width: 100%;
    height: 250px;        /* SAME height for all images */
    object-fit: cover;   /* Crop image to fit */
    border-radius: 12px;
    display: block;
}
/* LEFT SIDE SPACING */
.bookapmt-leftwrap {
    padding-left: 40px;
    padding-right: 10px;
}

/* RIGHT SIDE SPACING */
.bookapmt-rightwrap {
    padding-left: 10px;
    padding-right: 40px;
}

/* FORM CARD (BOX SHADOW LIKE IMAGE) */
.bookapmt-formcard {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); /* KEY CHANGE */
}

/* INPUTS */
.contact-input {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: none;
    background: #f1f4fb;
    outline: none;
}

/* LABELS */
.contact-label {
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}

/* IMAGE */
.bookapmt-mainimg {
    width: 100%;
    height: auto;
    border-radius: 16px;
    display: block;
}

/* MOBILE FIX */
@media (max-width: 768px) {
    .bookapmt-leftwrap,
    .bookapmt-rightwrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bookapmt-formcard {
        padding: 25px;
    }
}
/* Right column wrapper */
.bookapmt-imgwrap {
    position: relative;
    display: flex;
    align-items: flex-start;
}

/* Sticky container */
.bookapmt-sticky {
    position: sticky;
    top: 120px;           /* controls stick position */
    width: 100%;
}

/* Image */
.bookapmt-mainimg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
}
.bookapmt-sticky {
    position: sticky;
    top: 120px;
}

.bookapmt-imgwrap {
    position: relative;
}

.footerbookappheading{
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 23px;
    color:#121212;
}
.b-contactinnerformpara{
    font-family: "K2D";
    font-weight: 600;
    font-style: SemiBold;
    font-size: 17px;
    color:#121212;
}