body{font-family: "Poppins", sans-serif;background:#020C24;}
/*--------- Common Css ----------- */
.blog-img img,.medevents .medevents-img , .casestudies .casestudies-img, .gallery .presscard,.doccard .doccard-img img, .vm .vmimg img{
    transition: transform 0.4s ease-in-out;
}
.limit-text{
  display: inline-block;
  width: 14ch;             /* ch = character units */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle; 
}
.blog-img:hover img ,.medevents:hover .medevents-img, .casestudies:hover .casestudies-img, .gallery:hover .presscard,.doccard:hover .doccard-img img, .vm .vmimg:hover img {
    transform: scale(1.03); /* Adjust scale as needed */
}
.list-none li{    list-style: none;}
.points ul{
    padding-left: 0px;
}

.text-96{color:#969696 !important;}
.obj-cover{object-fit: cover !important;}
.obj-fill{object-fit: fill !important;}
.navbar-light .navbar-nav .nav-link {   
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}
a.text-hover:hover{text-decoration:underline !important;}
a.text-hover-color:hover{color:#F7B32B !important;}
.text-ul{text-decoration:underline !important;}
.faq-hover:hover{background: #B8B8B8 !important;}
.ofh{overflow: hidden;}
.bg-white{background: #000;}
.bg-app {background: #F7B32B;}
.text-main {color: #F7B32B !important;}
.bg-lapp{background: #F7B32B;}
.text-appp {color: #F48C12 !important;}
.text-app2 {color: #F7B32B !important;}
.bg-darkk{background-color: #000000 !important;}
.bg-news{background: #F6F6F6;}
.bg-light1 {background: rgba(0, 0, 0, 0.04);}
.bg-greyy{background: #B8B8B8 !important;}
.text-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 {padding: 8px 30px;border-radius:30px !important;}
.btnprimary {
    padding: 12px 40px !important;
    border-radius:8px !important;
    background: linear-gradient(90deg, #0A66C2 0%, rgba(7, 28, 59, 0) 49.17%, #0A66C2 100%) !important; 
    color:#FFFFFF !important;
    font-weight:400;
    text-decoration:none !important;
    font-size:14px;
}
.btnprimary:hover, a.btnprimary:hover{
   background: linear-gradient(
    90deg,
    #0d7be0 0%,
    rgba(7, 28, 59, 0.15) 50%,
    #0d7be0 100%
) !important;
}

/*--------- Text overflow Control Css --------- */
.overelipsis1 {display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.overelipsis {display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}

/*Navbar Styles*/
.navbar-nav .nav-link.active {
  color: #4DA3FF !important;
  font-weight: 600 !important;
}
/*.top-navbar-head.activescroll {*/
/*    background: #fff;*/
/*    padding: 12px 15px !important;*/
/*    box-shadow: rgba(139, 150, 153, .2) 0 5px 18px;*/
/*}*/
  nav.breadcrumb{
        position: relative;
        justify-content: flex-end;
    } 
    ol.breadcrumb {
        justify-content: flex-end;
        margin: 0px;
        padding: 0px;
    }
    .bred_flex {
        display: flex;
        justify-content: space-between;
    }
    .bred_flex h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    
/*--------- Top Menu Css ---------*/
.top_menu .float-right a i{font-size: 15px;border-radius: 50%;color: #DDEAF6;padding: initial;width: 25px;height: 25px;text-align: center;padding-top: 5px;}
.top_menu .float-right a i:hover{
    color:#0A66C2;
}
/*services*/
.service .testimoimg{width: 75px;height: 75px;border-radius: 50%;}

.service-card:hover .text-hover-color{
    color:#F7B32B !important
}

/*vision-mission*/
.vision-mission-card:hover .text-hover-color{
    color:#F7B32B !important
}
/*Doctors*/
.doctor-card:hover .text-hover-color{
    color:#F7B32B !important
}
.doctoricons{
    background: #000;
    margin: 0px 5px;
    color: #fff;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
/*Banner Section STYLES*/
.carousel-indicators li{
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.banner_txt {
    position: absolute;
    top: 505;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 80%;
}
.banner_txt h3{
    font-size: 40px;
    font-weight: bold;
}

.banner_txt p{
    font-size: 22px !important;
    font-weight: 300;
}

a._banner_href {
    color: #fff;
    width: 100%;
    display: block;
}
  
.banner_txt h1{font-size:88px;width: 60%;font-weight: 00;color:#DDEAF6 !important;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.banner_txt p{width:60%;}


/*About Styles*/
.docimgabout{
    width: 350px;
    object-fit: cover;
    position: absolute;
    height: 400px;
    left: 40px;
    top: 35px;
}
.docimgabouthome{
     width: 350px !important;
     height: 350px !important;
}
.about_homepage div.text-lightt p{
    font-size:14px !important;
    font-weight:500 !important;
}
.whytochoosehome .choosetickbefore li{
    font-size: 20px;
    font-weight: 600;
}
.whytochoosehome .choosetickbefore p{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}
/*Awards Styles*/
.awards-card .card-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
}
.awards_homepage .post:hover p.awardtitle{
    color:#F7B32B !important;
}
/*Press Styles*/
.presscard{
    border: 3px solid #A1A0A0 !important;
    padding: 1px;
}
.presscontent{
    overflow-y: auto;
    height: 65px;
    }
/*News Styles*/
.news .post:hover .newstitle{
    color:#F7B32B ;
}
.news-information h1.font-weight-bold.mb-0 {
    font-size: 30px;
}
/*Treatments Styles*/
.treatments .treatments-card:hover h3.treattitle{
    color:#F7B32B ;
}
/*FAQ STyles*/
.faq-hover.active {
    background-color: #B8B8B8 !important; 
}
.faqsection .card-body p{
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 400;
}
/*#accordion .hdng a:after {font-family:Fontawesome;content:'\f078';float:right;font-size:15px;}*/
/*#accordion .hdng a.collapsed:after {font-family:Fontawesome;content:'\f077';}*/

#accordion .hdng a:after {
    font-family: FontAwesome;
    content: '\f077'; /* up arrow â€” shown when expanded */
    float: right;
    font-size: 15px;
}

#accordion .hdng a.collapsed:after {
    content: '\f078'; /* down arrow â€” shown when collapsed */
}

#democ .carousel-indicators .active {background: #F7B32B;border: 1px solid #F7B32B;margin-top: 9px;}

.whychoosevideo{position:absolute;}
.choosetickbefore *{color:#ffffff !important;}
.w-250{width:250px;}
.bg-hgrey{background: #F4F4F4;}
.maskimg{position: absolute;right: 0;width: 200px;top: 0;}




/*--------- Blog Area input Css ---------*/
.blogcategory ul li.yearnum:hover p{
    color:#F7B32B !important;
}
.blogcategory ul li{border:1px solid #e9e9e9;padding:4px;}
.blogcategory ul li a:hover{color: #F7B32B;}
.blogarea h2, .blogarea h3, .blogarea h4, .blogarea h5, .blogarea h6{font-weight:bold;margin:20px 0px;}
.blogarea p{font-size:18px;}
.blogarea span{color: #000000;font-size:16px !important;}
.blogarea ul li, .blogarea ol li{font-size:18px;
/*padding: 8px 0px;line-height: 30px;*/
    
}
.blogarea img{width:100%;margin:20px 0px;border: 1px solid #dee2e6;}

/*---------Events Css --------- */
.medeventsdiv a:hover{text-decoration: none;}
.medevents{background: rgba(0, 0, 0, 0.04);cursor:pointer;height: 320px;}
.medevents:hover{background: #000000;}
.medevents p{color:#000000;}
.medevents:hover p{color:#ffffff;}
.medevents p.text-app{color:#000000;}
.medevents:hover p.text-app{color:#F7B32B;}
.venuedetails{height:45px;overflow-y:scroll;}
.medevents:hover span , .medevents:hover .title{color: #F7B32B !important;}

/*--------- Tesimonial Css --------- */
.testimoimg{width: 75px;height: 75px;border-radius: 50%;}
.paginationcss .page-link {position: relative;display: block;padding: 15px 20px;line-height: 1.25;color: #121212;background-color: #fff;border: 1px solid #dee2e6;border-radius: 50%;margin-right: 16px;}
.page-item:first-child .page-link {border-radius: 50%;}
.paginationcss  .page-item:last-child .page-link {border-radius: 50%;}
.paginationcss .page-item.active .page-link {color: #000000;background-color: #F7B32B;border-color: #dee2e6;}


/*--------- Faq's Css --------- */
.faqsection a, .faqsection .text-link {color: #3a3a3a;}
.faqsection a:hover, .faqsection .text-link:hover {text-decoration: none;}

/*--------- video Gallery Css --------- */
.video_gallery_homepage .videogallery:hover span.vidtitle{
    color:#F7B32B !important;
}
.vedioimg{position:relative;}
.videogallery{position: absolute;top: 0;bottom: 0;left: 0;right: 0;padding:15px;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);}
.vgallery .btnandtitle{position:absolute;bottom: 20px;}
.playbtnimg{position:absolute;left: 40%;top: 36%;width:130px;}
.playbtnimgvideo1{left: 75px;}

/*--------- Owl-Carousel Css --------- */
.owl-item a:hover{text-decoration: none;}
.owl-theme .owl-controls .owl-page span {background: #F7B32B;}
.owl-buttons{position: absolute;right: 74px;top: -70px;}
.owl-controls .owl-page, .owl-controls .owl-buttons div {cursor: pointer;background: #000000!important;width: 50px;}
.owl-controls .owl-page{background: transparent !important;width: 20px !important;}

/*--------- Contact Us and Write a Review Css ---------*/
.contactusform ::placeholder {color: #000000;font-size:18px;}
.contactusform{background: #F8FCFF;}
.contactusform .form-control{background: rgba(0, 0, 254, 0.04) !important;padding:25px 15px;border:1px solid #0A0CF4 !important;    border-radius: 7px;}
.writereview .form-control{background: transparent;padding: 25px 15px;}
.writereviewtestimonial .form-control{border: 1px solid #000000;}
.writereview .form-control::placeholder {color: #000000;}
.wreviewp{padding: 10px 10px !important;height: 52px;}
.wreviewpeople{background: rgba(0, 0, 0, 0.04);height: 240px;}
.wrpeopleimg{width: 50px;height: 50px;}
.peoplereview{height: 125px;overflow-y: auto;}
.mobilecon{width: 60px;position: absolute;left: 0px;top: -12px;}

/*--------- Social media icons Css ---------*/
.bg-fb{background: #3b5998;}
.bg-twit{background: #00acee;}
.bg-link{background: #0072b1;}
.bg-whats{background: #25D366;}

/*--------- Book Appointgment Css ---------*/
.bookappointment-text:hover .bookapptxt{
    color:#F48C12 !important;
}
.bookapmt .form-control{border: none !important;border-bottom: 1px solid #808080 !important;border-radius: 0;box-shadow: none;}
.bookapmt .form-control::placeholder{font-size:14px !important;}
.bookapmt .form-control{padding-left:0px !important;}
.appointmentimg{position: absolute;right: -100px;}
.appointmentslotscontainer label{background: #eee;border-radius: 4px;padding: 2px 8px;float: left;color: #000000;border: 1px solid #727272;}
.appointmentslotscontainer label:hover{background:#0A0CF4;color:#FFFFFF;}
.appointmentslotscontainer div{width:178px;text-align:center;position:relative;font-size: 16px;}

/*--------- Speciality's Css ---------*/
.specialtick ul{padding-left: 0px;}
.specialtick{    display: flex;
    align-items: center;}
.artdate{right: 0px;position: absolute;bottom: 22px;background: #F7B32B;padding: 10px 15px;}

/*--------- Gallery Css ---------*/
.albumcss{height: 100%;overflow: hidden;}
.allimgnums {position: absolute;bottom: 90px;right: 0;left: 0;color: white;font-size: 18px;font-weight: 600;background: #14131394;text-align: center;}
.albumcss:hover .allimgnums{
    display:block !important;
}
/*--------- iframe Css ---------*/
.mapvenue iframe{width:100%;}

/*--------- Submit btn Searchbar Css ---------*/
.subbtnsearch{position: absolute;right: 8px;top: 8px;border:none !important;background:transparent;z-index:1;padding:0px 12px;color:transparent;}


/*--------- Custotm style ScrollBar Css ---------*/
.cusscroll ::-webkit-scrollbar {width: 2px;}
.cusscroll ::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; }
.cusscroll ::-webkit-scrollbar-thumb {background: #F7B32B;  border-radius: 10px;}
.cusscroll ::-webkit-scrollbar-thumb:hover {background: #b30000; }


/*--------- Contact Us Css ---------*/
.c_row {display: flex;align-items: center;}
.workhrs.c_row{display: flex;align-items: normal;}
.c_row .c_icon {min-width:50px;height: 50px;vertical-align: middle;text-align: center;background: #F7B32B;border-radius: 50%;display: flex;justify-content: center; margin-right: 0.7em;}
.c_row .c_icon i {color: #000000;font-size: 24px;}
.contdetails .c_row .c_icon{align-items: center;}

.bookappfooter .c_row{align-items: start !important;}
.bookappfooter .c_row .c_icon {min-width:0px !important;height: 0px !important;}



.choosetickbefore ul , .specialtick ul{list-style:none !important;}
.choosetickbefore ul li{color:#ffffff;position:relative;margin-top:20px;}
.choosetickbefore ul li::before {content: url('/assets/carenova/img/carenovatickmark.png');margin-right:15px;position:absolute;left: -40px;}
/*--------- Footer Css ---------*/
footer p.footba::before{content: "";position: absolute;width: 420px;left: 0;height: 1px;background: #575757;top: 31px;}
footer p.footba::after{content: "";position: absolute;width: 420px;right: 0;height: 1px;background: #575757;top: 31px;}
.breadcrumb {border-radius: 0px;}

/*--------- Video Popup Css ---------*/
.video-block button.close {position: absolute;z-index: 999;background: #023047;color: #fff;padding: 10px;opacity: 1;right: 0;top: 0px;}

.text-red {color: red;}
.h-280{height:310px;object-fit:cover;}
.h-250{height:250px;object-fit:cover;}

/*--------- Responsive Css ---------*/
@media (max-width: 1200px) {
footer p.footba::before{display:none;}
footer p.footba::after{display:none;}
}  

@media (max-width: 1024px) {
.top_menu{display:none;}
.appointmentimg {display: none;}
.navbar{padding:20px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
}  

@media (max-width: 768px) {
.appointmentslotscontainer div {width: 250px;} 
.bookappempire{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
}

@media (max-width: 767px) {
/*COMMON CODE*/
.mob-d-flex{display:flex !important;}
.mob-flex-col{flex-direction:column !important;}
.mob-border-none{border:none !important;}
.mob-text-center{text-align:center !important;}
.height-auto{height:auto !important;}
.mobpx-0{padding-left: 0px !important;padding-right: 0px !important;}
.mobd-none{display:none !important;}
.mobp-static{position: static !important;}
.mobpl-15{padding-left: 15px !important;}
.mobpl-0{padding-left: 0px !important;}
.mobpr-15{padding-right: 15px !important;}
.mobpx-15{padding-left: 15px !important;padding-right: 15px !important;}
.mobpx-0{padding-left: 0px !important;padding-right: 0px !important;}
.mobmx-0{margin-left: 0px !important;margin-right: 0px !important;}
.mobmr-15{margin-right: 15px !important;}
.mobtext-center{text-align: center !important;}
.mobw-100{width: 100% !important;}
.mobmy-5px{margin: 5px 0px !important;}   
.mobfs-24{font-size: 24px !important;}
.moblh-3{line-height: 3;}
.mobtext-right{text-align:right !important;}
.mobjustify-right{justify-content:end !important;}
.file-upload-input {
    width: 200px !important;
}
.bred_flex {flex-direction: column;}
.banner_txt h1 {
    font-size: 24px;
    width: 100%;
}
.docimgabouthome{
    position: static;
}
.medevents{height: auto;}
.whychoosevideo{position:relative !important;}
} 


@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:50px !important; padding-bottom:50px !important;}
.pt-5{padding-top:50px !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;}
}  



/*-------------------------------------------------Own Styling-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------Own Styling-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------Own Styling-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------Own Styling-------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------Own Styling-------------------------------------------------------------------------------------------------------------------*/



.navbar-brand{
    color: #D9E6F2!important;
    font-size: 28px !important;
    font-weight: 400 !important;
}
.navbar{
    background: linear-gradient(
    90deg,
    #0f2a44 0%,
    #081a33 40%,
    #041224 70%,
    #020c24 100%
);
}
.top_menu {background: linear-gradient(90deg, #0A1F3C 0%, #0D2B52 50%, #071C3B 100%); !important}





/* ABOUT SECTION */
.about-us-index {
  background: linear-gradient(90deg, #031633 0%, #020c22 100%) !important;
  padding: 100px 0 !important;
  color: #ffffff !important;
}

/* TITLE */
.allbannerheadings {
  font-weight: 500;
  font-size: 25px;
  color: #E3F2FF !important;
  text-align:center;
}

/* ROW */
.about-us-index-row {
  min-height: 320px;
}

/* ===== STAT BOX FINAL PERFECT ===== */
.about-us-index-exp {
  position: relative;
  width: 340px;
  height: 200px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
}

/* COMMON LINE */
.about-us-index-exp .line {
  position: absolute;
  background: #dbeafe;
}

/* ===== TOP LEFT CORNER ===== */
.top-left {
  top: 0;
  left: 0;
  width: 120px;
  height: 5px;
}
.top-left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100px;
  background: #dbeafe;
}

/* ===== TOP RIGHT CORNER ===== */
.top-right {
  top: 0;
  right: 0;
  width: 120px;
  height: 5px;
}
.top-right::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100px;
  background: #dbeafe;
}

/* ===== BOTTOM LEFT CORNER ===== */
.bottom-left {
  bottom: 0;
  left: 0;
  width: 120px;
  height: 5px;
}
.bottom-left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 100px;
  background: #dbeafe;
}

/* ===== BOTTOM RIGHT CORNER ===== */
.bottom-right {
  bottom: 0;
  right: 0;
  width: 120px;
  height: 5px;
}
.bottom-right::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 5px;
  height: 100px;
  background: #dbeafe;
}

/* ===== CONTENT ===== */
.about-us-index-exp-inner {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}


/* INNER */
.about-us-index-exp-inner {
  width: 100%;
}

/* NUMBER */
.stat-number {
  font-size: 58px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}

/* TEXT */
.stat-text {
  font-size: 16px;
  color: #cbd5e1;
  line-height: 1.5;
  max-width: 140px;
}

/* CENTER HEADING */
.about-us-index-heading {
  font-size: 34px;
  font-weight: 700;
}

/* CONTENT */
.about-us-index-text {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.8;
}

/* LIST */
.about-us-index-list {
  margin: 15px 0;
  padding-left: 18px;
}

/* BUTTON */
.about-us-index-btn {
  display: inline-block;
  padding: 10px 24px;
  background: linear-gradient(90deg, #1e6fff, #0a4fbf);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}




/* Footer */
.care-footer {
    position: relative;
    padding: 50px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* TITLE */
.footer-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* DESC */
.footer-desc p {
    font-size: 18px;
    opacity: 0.85;
    margin-bottom: 40px;
}

/* GALLERY */
.footer-gallery {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 145px; /* âœ… BIG SPACE FIX */
    position: relative;
}

/* ITEM */
.gallery-item {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 140, 255, 0.6);
    transition: 0.3s;
}

/* âœ… DEEP CURVE WITHOUT OVERLAP */
.gallery-item:nth-child(1) { transform: translateY(10px); }
.gallery-item:nth-child(2) { transform: translateY(45px); }
.gallery-item:nth-child(3) { transform: translateY(90px); } /* deepest */
.gallery-item:nth-child(4) { transform: translateY(45px); }
.gallery-item:nth-child(5) { transform: translateY(10px); }

/* HOVER */
.gallery-item:hover {
    transform: translateY(-10px) scale(1.08);
    box-shadow: 0 0 35px rgba(0, 140, 255, 1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* QUICK LINKS */
.quick-title {
    font-size: 26px;
    margin-bottom: 30px;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 35px;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #0A66C2;
}

/* COPYRIGHT */
.footeer-copy {
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
    opacity: 0.8;
    margin-bottom:-30px;
    border-top: 1px solid #fff;
}

/* FULL WIDTH LINE */
.footer-copy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background: rgba(255,255,255,0.2);
}
/* SOCIAL */
.footer-social {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
}

.footer-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0,140,255,0.3);
}

.footer-social li a:hover {
    background: #0A66C2;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 0 20px rgba(0,140,255,0.8);
}



/*Doctors*/

/* SECTION BACKGROUND */
.doctors {
    background: #020C24;
}

/* HEADING */
.doctors-heading {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
}

/* CARD */
.doctor-card-new {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

/* IMAGE */
.doctor-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.doctor-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 10px;
    transition: 0.4s;
}


/* OVERLAY FIX - EXACT LIKE IMAGE */
.doctor-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 20px;
    text-align: center;

    /* THIS IS THE MAGIC */
    background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(214, 236, 255, 0.9) 50%,
    rgba(199, 230, 255, 1) 100%
);

    color: #0b1f3a;
    border-radius: 0 0 10px 10px;
}
/* NAME */
.doctor-overlay h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #020C24 !important;
    display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;
    line-break: anywhere;
}

/* SPECIALIZATION */
.doctor-overlay p {
    margin: 5px 0 10px;
    font-size: 18px;
    opacity: 0.9;
    color: #020C24 !important;
    font-weight: 500;
    display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;
    line-break: anywhere;
}

/* BUTTON */
.doctor-btn {
    width: 36px;
    height: 36px;
    background: #020C24;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.doctor-btn span {
    font-size: 10px;
    color:#fff;
}

/* HOVER EFFECT */
.doctor-img:hover img {
    transform: scale(1.05);
}

.doctor-btn:hover {
    background: #0A66C2;
}
/* SPACE BETWEEN CARDS IN CAROUSEL */
#doctors_slider .owl-stage {
    display: flex;
}

#doctors_slider .owl-item {
    padding: 0 10px;  /* GAP CONTROL */
}



/*Blog index page*/

/* ============================= */
/* SECTION BACKGROUND */
/* ============================= */


/* ============================= */
/* CARD */
/* ============================= */

.blog-card {
    transition: all 0.3s ease;
}

.blog-link {
    display: block;
    text-decoration: none;
}

/* ============================= */
/* IMAGE WRAP */
/* ============================= */

.blog-img {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

/* IMAGE */
.blog-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

/* ============================= */
/* OVERLAY */
/* ============================= */

.blog-overlay {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 30%,
        rgba(3,22,51,0.7) 70%,
        rgba(3,22,51,1) 100%
    );
    z-index: 2;
}

/* ============================= */
/* CONTENT */
/* ============================= */

.blog-content {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 15px;
    color: #fff;
    z-index: 4;
}

.blog-date {
    font-size: 15px;
    color: #FFFFFF !important;
    font-weight: 300;
}

.blog-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color:#FFFFFF !important;
}

/* ============================= */
/* BUTTON EFFECT */
/* ============================= */

.blog-read {
    font-size: 15px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    color: #FFFFFF !important;
    font-weight: 300;
}

.blog-read::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #ffffff;
    transition: 0.3s ease;
}

.blog-card:hover .blog-read::after {
    width: 100%;
}

/* ============================= */
/* CARD HOVER */
/* ============================= */



/* ============================= */
/* ðŸ”¥ CORNER BORDER (FINAL FIXED) */
/* ============================= */

.corner-border {
    position: absolute;
    width: 140px;
    height: 140px;
    pointer-events: none;
    z-index: 10;
}

/* COMMON */
/* ðŸ”¥ ENHANCED GLOW (OUTSIDE NOW VISIBLE) */
.corner-border::before,
.corner-border::after {
    content: "";
    position: absolute;
    background: #9ed0ff;

    box-shadow:
        0 0 8px #4da6ff,
        0 0 16px #4da6ff,
        0 0 30px rgba(77, 166, 255, 0.7),
        0 0 50px rgba(77, 166, 255, 0.5);

    transition: transform 0.4s ease, opacity 0.3s ease;
    opacity: 0;
}

/* ---------------- */
/* TOP LEFT */
/* ---------------- */

.corner-border.top-left {
    top: 0;
    left: 0;
}

.corner-border.top-left::before {
    height: 4px;
    width: 100px;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    border-top-left-radius: 12px;
}

.corner-border.top-left::after {
    width: 4px;
    height: 100px;
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: top;
    border-top-left-radius: 12px;
}

/* ---------------- */
/* BOTTOM RIGHT */
/* ---------------- */

.corner-border.bottom-right {
    bottom: 0;
    right: 0;
}

.corner-border.bottom-right::before {
    height: 4px;
    width: 100px;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: right;
    border-bottom-right-radius: 12px;
}

.corner-border.bottom-right::after {
    width: 4px;
    height: 100px;
    bottom: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: bottom;
    border-bottom-right-radius: 12px;
}

/* ============================= */
/* âœ¨ HOVER ANIMATION */
/* ============================= */

.blog-card:hover .corner-border::before,
.blog-card:hover .corner-border::after {
    opacity: 1;
}

.blog-card:hover .top-left::before,
.blog-card:hover .bottom-right::before {
    transform: scaleX(1);
}

.blog-card:hover .top-left::after,
.blog-card:hover .bottom-right::after {
    transform: scaleY(1);
}

/* ============================= */
/* REMOVE OLD WHITE BOX */
/* ============================= */

.blog .bg-white {
    display: none !important;
}



/* ========================= */
/* SERVICES SECTION */
/* ========================= */

.services-index {
    position: relative;
    color: #fff;
}

/* ROW */
.services-row {
    align-items: center;
}

/* ========================= */
/* LEFT CONTENT */
/* ========================= */

.services-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 18px;
}

.services-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #cfd8e3;
    margin-bottom: 20px;
    max-width: 90%;
}

.services-btn {
    padding: 10px 22px;
    background: linear-gradient(90deg, #2c8fff, #0066ff);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.services-btn:hover {
    transform: translateY(-2px);
}

/* ========================= */
/* GRID */
/* ========================= */

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* LINK */
.service-card-link {
    display: block;
}

/* ========================= */
/* CARD */
/* ========================= */

.service-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 200px;

    box-shadow: 0 12px 35px rgba(0, 140, 255, 0.35);
    transition: 0.3s ease;
}

/* IMAGE */
.service-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    /* FINAL FILTER */
    filter: brightness(0.5) contrast(0.95);
}

/* DULL OVERLAY */
.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
}

/* ========================= */
/* ALIGNMENT EFFECTS */
/* ========================= */

/* TILT */
.tilt-left {
    transform: rotate(-2deg);
}

.tilt-right {
    transform: rotate(2deg);
}

/* CROSS OFFSET */
.card-down {
    transform: translateY(20px) rotate(2deg);
}

/* ========================= */
/* OVERLAY CONTENT */
/* ========================= */

.service-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;

    padding-bottom: 15px;

    text-align: center;
}

/* TEXT */
.service-overlay h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

/* ========================= */
/* ARROW BUTTON */
/* ========================= */

.arrow-btn {
    width: 32px;
    height: 32px;
    background: #0d6efd;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

/* ========================= */
/* HOVER */
/* ========================= */

.service-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 18px 45px rgba(0, 200, 255, 0.6);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

/* LARGE TABLET */
@media (max-width: 1199px) {
    .services-title {
        font-size: 30px;
    }

    .service-card {
        height: 190px;
    }
}

/* TABLET */
@media (max-width: 991px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .service-card {
        height: 180px;
    }

    .services-desc {
        max-width: 100%;
    }

    /* REMOVE TILT FOR CLEAN MOBILE */
    .tilt-left,
    .tilt-right,
    .card-down {
        transform: none;
    }
}

/* SMALL TABLET */
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .service-card {
        height: 170px;
    }

    .services-title {
        font-size: 26px;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        height: 160px;
    }

    .services-title {
        font-size: 22px;
    }

    .services-desc {
        font-size: 13px;
    }

    .arrow-btn {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

/* EXTRA SMALL */
@media (max-width: 400px) {
    .service-card {
        height: 150px;
    }

    .services-title {
        font-size: 20px;
    }
}

/* ========================= */
/* BUTTON FIX */
/* ========================= */

.buttonviewall {
    margin-top: 15px;
}

/* MOBILE BUTTON PERFECT ALIGN */
@media (max-width: 576px) {
    .buttonviewall {
        text-align: center;
        margin-bottom: 20px; /* prevents touching cards */
    }

    .buttonviewall .btnprimary {
        display: inline-flex;
        width: auto;
        min-width: 160px;
        padding: 12px 20px;
    }
}

/* ========================= */
/* MOBILE LAYOUT FIX */
/* ========================= */

@media (max-width: 991px) {

    /* REMOVE WEIRD LEFT/RIGHT SPACE */
    .services-index {
        padding-left: 0;
        padding-right: 0;
    }

    /* STACK CLEAN */
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 20px;
    }

    /* REMOVE TILT (important for alignment) */
    .tilt-left,
    .tilt-right,
    .card-down {
        transform: none !important;
    }
}

/* SMALL MOBILE */
@media (max-width: 576px) {

    .services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .service-card {
        height: 170px;
    }

    /* REMOVE ANY EXTRA SPACE */
    .services-index {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
}

/* EXTRA SMALL */
@media (max-width: 400px) {
    .service-card {
        height: 160px;
    }
}
    
    



/*services inner page*/

/* ========================= */
/* SERVICES INNER CLEAN */
/* ========================= */

.services-inner {
    position: relative;
}

/* HEADING */
.services-inner-title {
    font-size: 32px;
    font-weight: 700;
    color: #0b2c5f;
}

.services-inner-desc {
    font-size: 14px;
    color: #6c7a89;
    max-width: 600px;
    margin: 0 auto;
}

/* GRID */
.services-inner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:42px;
}

/* LINK */
.service-inner-link {
    display: block;
    text-decoration: none;
}

/* CARD */
.service-inner-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 220px;

    box-shadow: 0 10px 25px rgba(0, 140, 255, 0.2);
    transition: 0.3s ease;
}

/* IMAGE */
.service-inner-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.55);
}

/* OVERLAY BG */
.service-inner-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    z-index: 1;
}

/* CONTENT */
.service-inner-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 18px;
    text-align: center;
}

.service-inner-overlay h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.service-inner-overlay p {
    font-size: 13px;
    color: #ddd;
    margin: 5px 0 10px;
}

/* HOVER */
.service-inner-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 200, 255, 0.4);
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 991px) {
    .services-inner-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .services-inner-grid {
        grid-template-columns: 1fr;
    }

    .service-inner-card {
        height: 200px;
    }
}



/*treatments*/
/* SECTION */
.treatments-index {
    background-color: #020C24;
}

/* TITLE */
.treatments-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
}

.treatment-card {
    width: 100%;
    max-width: 320px;
    padding: 60px 30px 45px; /* ✅ more top space, balanced bottom */
    border-radius: 14px;
    text-align: center;

    border: 1px solid #0A66C2;

    /* ✅ PERFECT BALANCED GRADIENT */
background: linear-gradient(
    180deg,
    #031A3C 20%,
    #04244D 50%,
    #031535 100%
);
}

/* ICON WRAPPER */
.treatment-icon {
    margin-bottom: 40px; /* ✅ pushes title downward */
}

/* IMAGE */
.treatment-icon img {
    width: 120px;
    height: 120px;
    object-fit: cover;   /* ✅ as you requested */
    display: block;
    margin: 0 auto;
}

/* TITLE */
.treatment-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;

    margin-top: 10px; /* small control spacing */
}

/* HOVER */
.treatment-card:hover {
    box-shadow: 0 0 25px rgba(10, 102, 194, 0.35);
}


/* REMOVE LINK STYLE */
.treatment-card a {
    text-decoration: none;
}

/* CENTER SLIDER ITEMS */
#treatments_slider .treatment-card {
    margin: auto;
}
/* WRAPPER */
.treatments-viewall {
    width: 100%;
    text-align: center;
}

/* BUTTON */
.treatments-viewall .btnprimary {
    display: inline-block;
    padding: 12px 28px;
    font-size: 15px;
    border-radius: 6px;
    text-align: center;
}

/* MOBILE FIX */
@media (max-width: 767px) {
    .treatments-viewall {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

    .treatments-viewall .btnprimary {
        width: auto;          /* prevents full width */
        max-width: 220px;
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {
    .treatments-viewall .btnprimary {
        font-size: 13px;
        padding: 9px 18px;
    }
}



 /*treatments inner page*/


.treatment-name {
    margin-top: 15px;
    font-size: 18px;
}

.treatment-desc {
    font-size: 14px;
    margin-top: 8px;
    color: #666;
}



/*bookappointment footer */

.bookapp-section {
    position: relative;
    padding: 80px 0;
}

.bookapp-overlay {

    padding: 60px 0;
}

/* LEFT CONTENT */
.bookapp-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.bookapp-sub {
    color: #d1d9e6;
    font-size: 16px;
    margin-top: 10px;
}

/* BUTTON */
.btnprimary {
    background: #0d6efd;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.btnprimary:hover {
    background: #0b5ed7;
}

/* RIGHT CARD */
.bookapp-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 12px;
    color: #fff;
}

/* CONTACT ROW */
.contact-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-row i {
    font-size: 18px;
    margin-top: 3px;
    color: #0d6efd;
}

.contact-row a {
    color: #fff;
    text-decoration: none;
}

.contact-row a:hover {
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .bookapp-title {
        font-size: 28px;
    }

    .bookapp-section {
        padding: 50px 0;
    }

    .bookapp-overlay {
        padding: 40px 0;
    }

    .bookapp-card {
        margin-top: 20px;
    }
}



/*FAQ'S*/

/* SECTION */
.faq-section-new {
    background: #020C24;
    color: #fff;
}

/* HEADING */
.faq-heading {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.faq-subtext {
    color: #cbd5e1;
    max-width: 600px;
    margin: 10px auto 0;
    font-size: 14px;
}

/* CARD */
.faq-card-new {
    position: relative;
    padding: 25px 25px 10px;
    border-radius: 12px;

    background: linear-gradient(
        180deg,
        #031A3C 20%,
        #04244D 50%,
        #031535 100%
    );

    border: 1px solid rgba(10, 102, 194, 0.3);
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

/* HOVER GLOW */
.faq-card-new:hover {
    box-shadow: 0 0 25px rgba(10, 102, 194, 0.4);
    transform: translateY(-3px);
}

/* QUESTION */
.faq-question-new {
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4; /* better balance */
}

/* PLUS */
.faq-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    transition: 0.3s;
}

/* ACTIVE */
.faq-card-new.active .faq-plus {
    transform: rotate(45deg);
    color: #4da6ff;
}

/* ANSWER */
.faq-answer-new {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    font-size: 14px;
    color: #cbd5e1;
    margin-top: 10px;
}

/* SHOW */
.faq-card-new.active .faq-answer-new {
    max-height: 200px;
}

/* ===== CORNER GLOW (REUSE YOUR BLOG STYLE) ===== */
.corner-border {
    position: absolute;
    width: 120px;
    height: 120px;
    pointer-events: none;
    z-index: 2;
}

.corner-border::before,
.corner-border::after {
    content: "";
    position: absolute;
    background: #4da6ff;
    box-shadow:
        0 0 10px #4da6ff,
        0 0 20px rgba(77,166,255,0.7);
    opacity: 0;
    transition: 0.3s;
}

/* TOP LEFT */
.corner-border.top-left {
    top: 0;
    left: 0;
}

.corner-border.top-left::before {
    height: 3px;
    width: 80px;
    top: 0;
    left: 0;
    transform: scaleX(0);
}

.corner-border.top-left::after {
    width: 3px;
    height: 80px;
    top: 0;
    left: 0;
    transform: scaleY(0);
}

/* BOTTOM RIGHT */
.corner-border.bottom-right {
    bottom: 0;
    right: 0;
}

.corner-border.bottom-right::before {
    height: 3px;
    width: 80px;
    bottom: 0;
    right: 0;
    transform: scaleX(0);
}

.corner-border.bottom-right::after {
    width: 3px;
    height: 80px;
    bottom: 0;
    right: 0;
    transform: scaleY(0);
}

/* HOVER ANIMATION */
.faq-card-new:hover .corner-border::before,
.faq-card-new:hover .corner-border::after {
    opacity: 1;
}

.faq-card-new:hover .top-left::before,
.faq-card-new:hover .bottom-right::before {
    transform: scaleX(1);
}

.faq-card-new:hover .top-left::after,
.faq-card-new:hover .bottom-right::after {
    transform: scaleY(1);
}





/*Awards inner page*/

/* INNER PAGE TWEAK */
.award-inner-card {
    text-align: center;
}

/* DATE */
.award-date {
    color: #9fb3d1;
    font-size: 14px;
    margin-bottom: 8px;
}

/* EXTRA INFO */
.award-extra {
    margin-top: 10px;
}

.award-extra p {
    font-size: 13px;
    color: #b8c7e0;
    margin-bottom: 4px;
}

.award-extra span {
    color: #ffffff;
    font-weight: 500;
}

/* DESCRIPTION */
.award-desc {
    font-size: 13px;
    color: #c9d6ea;
    margin-top: 10px;
    line-height: 1.5;

    max-height: 76px;       /* 👈 control height */
    overflow-y: auto;       /* 👈 enable scroll */
    padding-right: 5px;
}

/* Optional: custom scrollbar (modern look) */
.award-desc::-webkit-scrollbar {
    width: 4px;
}

.award-desc::-webkit-scrollbar-track {
    background: transparent;
}

.award-desc::-webkit-scrollbar-thumb {
    background: #0A66C2;
    border-radius: 10px;
}



/*Testimonials*/


/* ===============================
   WRAPPER
================================= */
.testimonial-split-wrapper {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

/* ===============================
   LEFT FEATURED SECTION
================================= */
.testimonial-featured {
    flex: 1.5;
    background: linear-gradient(180deg, #031A3C, #04244D);
    border: 1px solid #0A66C2;
    border-radius: 14px;
    padding: 30px;
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    min-height: 260px; /* prevents jumping */
    transition: 0.3s;
}

/* TEXT */
.featured-text {
    font-size: 16px;
    line-height: 1.7;
    color: #c9d6ea;

    min-height: 90px; /* keeps layout stable */
}

/* USER BLOCK */
.featured-user {
    display: flex;
    align-items: center;
    gap: 15px;

    min-height: 60px; /* fix position */
}

/* IMAGE */
.featured-user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* NAME */
.featured-user h4 {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

/* LOCATION */
.featured-user span {
    font-size: 13px;
    color: #9fb3d1;
}

/* ===============================
   RIGHT LIST
================================= */
.testimonial-list {
    flex: 1;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 5px;
}

/* ITEM */
.testimonial-item-list {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 12px;
    border-radius: 8px;
    cursor: pointer;

    transition: 0.3s ease;
}

/* HOVER */
.testimonial-item-list:hover {
    background: rgba(255,255,255,0.05);
}

/* ACTIVE */
.testimonial-item-list.active {
    background: #0A66C2;
}

/* IMAGE */
.testimonial-item-list img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
}

/* NAME */
.testimonial-item-list h5 {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

/* LOCATION */
.testimonial-item-list span {
    font-size: 12px;
    color: #c9d6ea;
}

/* ===============================
   SCROLLBAR (MODERN)
================================= */
.testimonial-list::-webkit-scrollbar {
    width: 4px;
}

.testimonial-list::-webkit-scrollbar-track {
    background: transparent;
}

.testimonial-list::-webkit-scrollbar-thumb {
    background: #0A66C2;
    border-radius: 10px;
}

/* ===============================
   HOVER EFFECT (SUBTLE)
================================= */
.testimonial-featured:hover {
    box-shadow: 0 0 20px rgba(10,102,194,0.25);
}

/* ===============================
   RESPONSIVE
================================= */
@media (max-width: 992px) {
    .testimonial-split-wrapper {
        flex-direction: column;
    }

    .testimonial-list {
        max-height: 220px;
    }

    .testimonial-featured {
        min-height: auto;
    }
}

/* ===============================
   SMALL DEVICES
================================= */
@media (max-width: 576px) {
    .featured-text {
        font-size: 14px;
    }

    .featured-user img {
        width: 50px;
        height: 50px;
    }

    .testimonial-item-list img {
        width: 40px;
        height: 40px;
    }
}




/*Vision and Mission*/
/* ========================= */
/* VISION MISSION CREATIVE */
/* ========================= */

.vm-modern-wrap {
    position: relative;
    align-items: center;
}

/* IMAGE */
.vm-img-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.vm-img {
    height: 260px;
    object-fit: cover;
    border-radius: 14px;
    transition: 0.5s;
}

/* IMAGE OVERLAY GLOW */
.vm-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 20%,
        rgba(3,22,51,0.8) 80%
    );
}

/* CONTENT BOX (FLOATING EFFECT) */
.vm-content-box {
    position: relative;
    z-index: 2;

    margin-right: -60px; /* 🔥 overlap effect */
    padding: 25px;

    border-radius: 14px;

    background: linear-gradient(
        180deg,
        #031A3C 20%,
        #04244D 50%,
        #031535 100%
    );

    border: 1px solid rgba(10,102,194,0.4);

    backdrop-filter: blur(8px);
    transition: 0.4s;
}

/* TITLE */
.vm-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 10px;
}

/* SHORT */
.vm-short {
    font-size: 14px;
    color: #c9d6ea !important;
    margin-bottom: 10px;
}

/* LONG */
.vm-long {
    font-size: 13px;
    line-height: 1.6;

    max-height: 70px;
    overflow-y: auto;
}
.vm-long p{
    color: #9fb3d1 !important;
}

/* SCROLLBAR */
.vm-long::-webkit-scrollbar {
    width: 4px;
}
.vm-long::-webkit-scrollbar-thumb {
    background: #0A66C2;
}

/* HOVER EFFECT */
.vm-modern-wrap:hover .vm-content-box {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(10,102,194,0.4);
}

.vm-modern-wrap:hover .vm-img {
    transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .vm-content-box {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .vm-img {
        height: 220px;
    }
}



/*Vision and Mission inner page*/

/* ========================= */
/* INNER PAGE - VISION MISSION */
/* ========================= */

.vm-inner-card {
    position: relative;
}

/* WRAP */
.vm-inner-wrap {
    position: relative;
}

/* IMAGE */
.vm-inner-img-wrap {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.vm-inner-img {
    height: 320px;
    object-fit: cover;
    border-radius: 16px;
    transition: 0.5s;
}

/* IMAGE OVERLAY */
.vm-inner-img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0) 20%,
        rgba(3,22,51,0.85) 85%
    );
}

/* CONTENT BOX */
.vm-inner-content {
    position: relative;
    z-index: 2;

    margin-left: -80px; /* 🔥 overlap like index */
    padding: 30px;

    border-radius: 16px;

    background: linear-gradient(
        180deg,
        #031A3C 20%,
        #04244D 50%,
        #031535 100%
    );

    border: 1px solid rgba(10,102,194,0.4);

    backdrop-filter: blur(10px);

    transition: 0.4s;
}

/* TITLE */
.vm-inner-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff !important;
    margin-bottom: 12px;
}

/* SHORT */
.vm-inner-short {
    font-size: 15px;
    color: #c9d6ea !important;
    margin-bottom: 12px;
}

/* LONG */
.vm-inner-long {
    font-size: 14px;
    line-height: 1.7;
    max-height: 140px;
    overflow-y: auto;
}

.vm-inner-long p {
    color: #9fb3d1;
}

/* SCROLLBAR */
.vm-inner-long::-webkit-scrollbar {
    width: 4px;
}
.vm-inner-long::-webkit-scrollbar-thumb {
    background: #0A66C2;
}

/* HOVER EFFECT */
.vm-inner-card:hover .vm-inner-content {
    transform: translateY(-6px);
    box-shadow: 0 0 30px rgba(10,102,194,0.4);
}

.vm-inner-card:hover .vm-inner-img {
    transform: scale(1.06);
}

/* ALTERNATE LEFT/RIGHT (PRO LEVEL LOOK 🔥) */
.vm-inner-card:nth-child(even) .vm-inner-wrap {
    flex-direction: row-reverse;
}

.vm-inner-card:nth-child(even) .vm-inner-content {
    margin-left: 0;
    margin-right: -80px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .vm-inner-content {
        margin: 0;
        margin-top: 15px;
        padding: 20px;
    }

    .vm-inner-img {
        height: 240px;
    }

    .vm-inner-card:nth-child(even) .vm-inner-wrap {
        flex-direction: column;
    }
}
