
/* heading css */
.sec-heading h2 {
    font-size: 34px;
    font-weight: 600;
}


.slide-content h6 {
    font-size: 22px;
    font-weight: 600;
    color: #000 !important;
}

.slide-content h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.slideDesc p {
    font-size: 18px;
    color: #fff;
}



/* abt css */
.about-image {
    position: relative;
}




/* services css */
.services-single-box {   

    transition: all 0.4s;
}
.services-single-box .icon {
    background-color: #e7ebf7;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    margin-bottom: 24px;
    transition: all 0.4s;
}
.heading1 h4 {
    font-size: 18px;
    margin-bottom: 12px;
}
.services-single-box .icon img {
    width: 45px;
}

.services-single-box .learn {
    transition: all 0.4s;
   
}



.services-single-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.068) 0px 20px 30px;
    background-color: var(--primary-color) !important;
}

.services-single-box:hover .icon {
    background-color: #fff !important;
    transition: all 0.4s;
}
.services-single-box:hover .heading1 h4 a {
    display: inline-block;
    color: #fff !important;
    transition: all 0.4s;
}
.services-single-box:hover .heading1 p {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.4s;
}


.services-single-box:hover .learn {
    transition: all 0.4s;
    color: #fff !important;
}

/* ITS css */
.its-single-items .icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: #e7ebf7;
    margin-right: 16px;
    transition: all 0.4s;
}

.its-single-items:hover .icon {
    background-color: var(--primary-color) !important;
    transition: all 0.4s;
}
.its-single-items h4 a:hover {
    color: #21346e !important;
    transition: all 0.4s;
}



.its-single-items:hover .icon p {
    color: #fff !important;
}


/* dstr css */
.disastr-single-box {
    margin: 0px 15px;
    position: relative;
    overflow: hidden;
}
.disastr-single-box .distr-heading-box {
    background: #f8f9fa;
    border-radius: 7px;
    padding: 20px;
    position: absolute;
    bottom: 20px;
    margin: 0px 20px;
   
    transition: all 0.4s;
    transform: scale(0.5);
}

/* why css */
.why-box.rounded.p-4.bg-pc p {
    color: #fff;
}
.why-box.rounded.p-4.bg-pc h5 {
    color: #fff;
}
.why-box h5 {
    font-size: 30px;
    font-weight: 600;
}

.counter-content h4 {
    font-size: 40px;
    font-weight: 600;
}


.btn-link {
    padding: 12px 15px;
    padding-bottom: 15px;
}


/* trtmnts and bnfits css */
.col-md-2.dftrnt-col-style h3 {
	font-size: 20px;
    writing-mode: sideways-lr;
    line-height: 50px;
}
.video-slide.slick-slide{
	padding-right: 10px;
}
.video-slide.slick-slide iframe{
	border-radius: 10px;
}

section.trtmnt {
    background: #edf6ff;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}.treatmnt-hover-row {
  display: flex;
  flex-wrap: nowrap; /* No wrapping */
  gap: 15px;
}

.treatment-box {
 
  transition: all 0.3s ease;
}

/* .treatment-box:hover {
  flex: 2 1 0;  Expand hovered box
}
 */
/* Optional: smoother container transition */
.trtmnt-single-box {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.treatment-box:hover .trtmnt-single-box {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.onhvr-col-md {
    transition: all 0.3s ease;
}

.onhvr-col-md:hover {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.trtmnt-img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #636e7d;
    border-radius: 50%;
    padding: 5px;
}
/*.trtmnt-heading-box h3 {
    transform: rotate(-90deg);
}
.treatment-box:hover .trtmnt-heading-box h3 {
    transform: rotate(0deg);
}*/
.duration-500 {
    transition-duration: .5s;
}

.treatment-box:hover .trtmnt-img img {
    filter: none;
}
.treatment-box .trtmnt-img img {
    filter: brightness(4.5);
}
.treatment-box:hover .trtmnt-img {
    background: #edf6ff;
}
.tretment-decp {
    display: none;
}
.col-md.treatment-box:hover .tretment-decp {
    display: block;
}

/* .trtmnt-heading-box {
    min-height: 280px;
    margin: 0 auto;
    width: 40px;
    position: relative;
} */


 .trtmnt-heading-box h4 {
   /* transform: rotate(-90deg);
    transform-origin: left top;
    white-space: nowrap;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    text-align: center;
    align-items: center;
    left: 0;
    right: 0; */
    font-size: 20px;
} 

/* .treatment-box:hover .trtmnt-heading-box {
    width: 100%;
    height: auto;
    min-height: 40px;
    margin-top: 40px;
} */

.col-md.treatment-box:hover .trtmnt-heading-box h3 {
    position: relative;
}

.stats-sec {
  position: relative;
  overflow: hidden;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1; 
  z-index: 0;
}

.stats-sec .container {
  position: relative;
  z-index: 1;
}
.msn-vsn-img {
    width: 32px;
    height: 32px;
    background: #515d6e;
    border-radius: 50%;
    padding: 1px;
}
.msn-vsn-img img {
    filter: invert(1);
    padding: 5px;
    width: 30px;
}

.banner-wrapper {
    position: relative;
}
.banner-slider .slide {
    min-height: 500px;
}
.custom-dot-nav {
    position: absolute;
    left: 5%;
    z-index: 999999;
    top: 40%;
}

.custom-dot-nav .slick-dots li {
    background: transparent;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: 1px solid #fff !important;

}

.custom-dot-nav li button {
    background: transparent;
    width: 15px;
    height: 15px;


}
.custom-dot-nav ul {
    display: block !important;
    left:-50px;
}

.custom-dot-nav li.slick-active {
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff !important;
}


.custom-dot-nav ul.slick-dots {
  display: inline-flex;
  gap: 8px;
  padding: 0;
  list-style: none;
  justify-content: center;
}
section.testmnlt .slick-dots li button {
    border: 1px solid #fff;
    border-radius: 50px;
    background: none;
    width: 14px;
    height: 14px;
}
section.testmnlt .slick-dots li button:before{
    opacity: 0;
}
section.testmnlt .slick-dots li.slick-active button{
    background: #fff;
}
.custom-dot-nav ul li button:before {
  font-size: 12px;
  color: #fff;
  display: none !important;
}

section.section.hmblg, section.services {
    background: #edf6ff !important;
}
.card.hm-blg img {
    border-radius: 15px 8px 0 0px;
}
.card.hm-blg
 {
    border-radius: 15px;
}
h5.card-title {
    font-size: 17px;
    font-weight: 600;
}

