@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');

:root {
  --vimal-black: #000;
  --vimal-white: #fff;
  --vimal-orange:#f46545;
  --vimal-sky: #26acdb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
}

body,
a,
span {
  font-family: "DM Sans", sans-serif;
}

.spce {
  padding: 45px 0px;
}

/* navbar start */
.navbar {
  padding: 0px;
  background-color: var(--vimal-white);
}
.nav-item{
  padding: 0px 10px;
}

.navbar-brand img {
  width: 120px;
}

.nav-item .nav-link {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.nav-item .nav-link:hover {
color: var(--vimal-orange);
}

.btn-2 .inner-btn {
  border: 1px solid var(--vimal-orange);
  color: #e37756;
  background-color: #fff;
  font-weight: 600;
  border-radius: 30px;

}

.btn-2 .inner-btn:hover {
  background-color: var(--vimal-orange);
  border: 1px solid var(--vimal-orange);
  color: #fff;
}

/* navbar end */

/* slider start */
.slider-outer {
  position: relative;
  z-index: -1;
 
}
.slider-outer::after{
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(207, 207, 207, 0) 100%);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slider-content {
  content: "";
  position: absolute;
  top: 20%;
  left: 5%;
  z-index: 9;
}

.slider-content h1 {
  font-weight: bold;
  font-size: 52px;
  line-height: 70px;
}

.d-colr {
  color: var(--vimal-orange);
}

.slider-content h3 {
  font-size: 25px;
  line-height: 50px;
  color: var(--vimal-sky);
}

.slider-content h4 {
  line-height: 35px;
  color: var(--vimal-black);
  font-weight: 600;
  font-family: "Bad Script", cursive;
  margin: 10px 0px;
}

.btn-1 .inner-btn {
  border: 1px solid var(--vimal-orange);
  color: #e37756;
  background-color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 8px 30px;
}

.btn-1 .inner-btn:hover {
  background-color: var(--vimal-orange);
  border: 1px solid var(--vimal-orange);
  color: #fff;
}

.disply-location i {
  color: var(--vimal-orange);
  font-size: 20px;
}

.disply-location span {
  color: var(--vimal-orange);
}

/* slider end */
/* counter start */
.bg {
  background-image: url('../img/bg-2.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  border-radius: 30px;
}

.disply-prt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.counter-crd {
  padding: 10px;
  width: 200px;
  border-radius: 50px;
}

.counter-crd-title {
  font-size: 40px;
  font-weight: 700;
}

.counter-crd img {
  height: 50px;
  width: 50px;
}

.counter-crd-text {
  font-size: 18px;
}

/* counter end */
/* video start */
.main-heading h2 {
  color: var(--vimal-black);
}
.project-img-outer{
  padding: 0px 10px;
}
.projects .slick-dots li button:hover{
  color: #000;
}
.projects.slick-dots li button:before{
  color: #000;
}
.projects.slick-dots li button:after{
  color: #000;
}
.projects.slick-prev:before{
  color: rgb(255, 255, 255);
}
.projects .slick-next:before{
  color: rgb(255, 255, 255);
}
.project-img-outer{
   
  padding: 0px 8px;
}

.slick-dots li button:before{
  color: var(--vimal-sky)!important;
}

/* video end */
/* about start */
.about-section {
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url('../img/bg--3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px;
}

.form-section {
  background-color: var(--vimal-sky);
  padding: 20px;
}

.main-heading h2 {
  text-transform: uppercase;
  color: var(--vimal-black);
  letter-spacing: 1px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px;
  font-size:28px;
}
.form-section .form-btn{
  background-color: var(--vimal-orange);
  border: 1px solid var(--vimal-orange);
  border-radius: 30px;
}

.img-heading h5{
  color: var(--vimal-sky);
  font-weight: 600;
}



/* about end */
/* feature start */
.feature-card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border: 1px solid rgb(240, 240, 240);
  border-radius: 20px;
  padding: 0px;

}

.feature-card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.feature-card img{
  border-radius: 20px 20px 0px 0px;
}

/* feature end */
/* why start */
.why{
  background-color: var(--vimal-sky);
  /* background-image: linear-gradient(rgba(58, 58, 58, 0.8), rgba(54, 54, 54, 0.8)),url('../img/bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}
.why-card img {
  height: 60px;
  width: 60px;
}

.why-card {
  padding: 10px;
  margin: 10px 0px;
  border: 1px solid rgb(235, 235, 235);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border-radius: 20px;
}
.why-card:hover{
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.why-card-body {
  padding: 20px 0px;
}
.why-img img{
  border-radius: 20px;
  box-shadow: rgba(255, 255, 255, 0.25) 0px 6px 12px -2px, rgba(255, 255, 255, 0.3) 0px 3px 7px -3px;
}

/* why end */
/* expertise start */
.display-expertise{
  display: flex;
  align-items: center;
}
.expertise-img p{
  font-size: 16px;
  text-align: center;
}

.pain-container {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
  padding: 30px 20px;
}

.pain-item {
  text-align: center;
}

.pain-img {
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.4s ease;
  margin: 10px 20px;
}

.pain-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pain-item:hover .pain-img {
  transform: scale(1.08);
}

.pain-item p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.main-heading h4{
  color: var(--vimal-sky);
}
.main-heading span{
  color: var(--vimal-orange);
  font-weight: 700;
}
/* expertise end */
/* add start */
.add-section{
  padding: 100px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/bg-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.add-heading h1{
  color: var(--vimal-white);
  font-weight: 700;
  text-transform: uppercase;
}
.add-heading h4{
  color: var(--vimal-orange);
}
/* add end */

/* treatment start */
.treatment-card{
  padding: 20px;
  border-radius: 30px;
  background-color: var(--vimal-sky);
  border: 1px solid var(--vimal-sky);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  height: 400px;
}
.treatment-card img{
  border-radius: 30px;
}
.treatment-title{
  font-size: 22px;
  color: var(--vimal-white);
}
.treatment-text{
  color: var(--vimal-white);
}

/* treatment end */

/* faq start */
.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.faq-accordion .accordion-button {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 18px 20px;
  background-color: #fff;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000;
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  content: "+";
  background-image: none;
  font-size: 22px;
  font-weight: 400;
  transform: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
}

.faq-accordion .accordion-body {
  padding: 15px 20px;
  font-size: 16px;
  color: #000;
  background: #fafafa;
}
.faq-accordion .accordion-button::after{
  color: var(--vimal-sky);
}
/* faq end */
/* footer start */
.footer{
  background: #F46545;
background: linear-gradient(90deg, rgba(244, 101, 69, 1) 42%, rgba(38, 172, 219, 1) 84%);
  /* background-color: var(--vimal-black); */
  padding-top: 50px;
}
.footer-card{
  background-color: transparent;
  border: 1px solid var(--vimal-white);
  margin: 20px 0px;
}
.footer-card-title{
  color: var(--vimal-white);
}
.footer-card h4{
  color: var(--vimal-white);
}
.footer-card-text a{
  color: var(--vimal-white);
  text-decoration: none;
}
.footer-card h4 a{
  color: var(--vimal-white);
  text-decoration: none;
}
.footer-flx {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}


.footer-flx span a{
  color: var(--vimal-white);
  text-decoration: none;
}
.footer hr{
  border: 1px solid var(--vimal-white);
}
.footer-flx span{
  position: relative;
}
.footer-flx span::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background-color: var(--vimal-white);
  right: -9px;
  top: 5px;
}
.footer-flx span:last-child::after {
  display: none;
 }
.copyright{
  padding: 30px 0px 20px;
}
.copyright p{
  color: var(--vimal-white);
}
.copyright p a{
  color: var(--vimal-white);
  text-decoration: none;
}


/* footer end */

  /*responsive css start*/
  @media only screen and (max-width: 600px) {
    .counter-section{
      margin-top: 200px;
    }
    .counter-crd {
      margin: 10px 0px;
    }
    .slider-content h1{
      font-size: 24px;
      line-height: 30px;
    }
    .slider-content h3 {
      line-height: 30px;
      margin-top: 20px;
  }
  .counter-crd {
    width: 260px;
}
.form-section {
  padding: 20px;
}
    .about-section{
      padding: 10px;
      height: auto;
    }
    .main-heading h2{
      margin-top: 10px;
    }
    .feature-card{
      margin: 10px 0px;
    }
    .pain-img{
      margin: 5px;
    }
    .footer-flx span::after {
      right: -7px;
      top: 5px;
  }

  }

  /* @media only screen and (min-width: 599px) {
    .about-img img {
      content: "";
      position: absolute;
      top: 35px;
      right: 30px;
      width: 370px;
    }
  } */



