*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

  :root{
      --primary:#008080;
      --seconday: #D4AF37;
      --third: #808000;
      --black:#000;
      --light:#F8F9FA;
  }

.date{
  background-color: var(--seconday);
}

/* topbar section start here */
.topbar-section{
  background-color: var(--primary);
}
.top-contact{
  color: var(--light);
  text-decoration: none;
}
.topbar-section .fab{
  color: var(--light);
}
/* topbar section end here */


/* navbar section start here */
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  margin-left: 30px;
  padding: 35px 0;
  font-size: 18px;
  color: var(--light);
  outline: none;
  transition: .5s;
}

 

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .call-now{
  font-size: 21px;
}

@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link::before {
      position: absolute;
      content: "";
      width: 0;
      height: 5px;
      bottom: 0;
      left: 50%;
      background: var(--primary);
      transition: .5s;
  }

  .navbar-dark .navbar-nav .nav-link:hover::before,
  .navbar-dark .navbar-nav .nav-link.active::before {
      width: 100%;
      left: 0;
  }
}

@media (max-width:600px) {
  .about-start p {
    color: var(--light);
    font-size: 15px;
}
.navbar-brand h1{
  font-size: 16px;
}
  
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link  {
      margin-left: 0;
      padding: 10px 0;
  }
  .navbar-nav{
    padding: 10px !important;
  }
}
/* navbar section end here */


/* BANNER SECTION START HERE */

  .carousel{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }


/* BANNER SECTION END HERE */




/* about section start here */

.about-start,
.about-end {
    background: linear-gradient(#ecb40baf,#f4b700a8),url(../img/service-her/about-back.jpg) center center no-repeat;
    background-size: cover;
    line-height: 1.9;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
 
}

.about-section .display-5{
  font-size: 3rem;  
  font-weight: 400;
  color: var(--black);
}
.about-start p{
  color: var(--light);
}
.about-end p{
  color: var(--light);
}

@media (min-width: 992px) {
    .about-start {
        position: relative;
        margin-right: -90px;
        z-index: 1;
    }

    .about-end {
        position: relative;
        margin-left: -90px;
        z-index: 1;
    }
}
@media (max-width:500px) {
  .about-section .display-5{
    font-size: 25   px !important;  
    font-weight: 400;
    color: var(--light);
  }
}
.about-section .about-end .btn{
 background-color: #000;
 color: var(--light);
}
.about-section .about-start .btn{
  background-color: #000;
 color: var(--light);
}
/* about section end here */


/* service section start here */
.display-5 {
  font-size: calc(1.425rem + 2.1vw) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
.service-item,
.contact-item {
 
  color: var(--third);
}
.section-title h1{
  font-size: 32px !important;
}
.virew a{ background-color: var(--primary);
  text-decoration: none;
  color: var(--light);
  font-size: 18px;
  padding: 5px;
}
.virew{
 text-align: center;
}
.dry{
  background:linear-gradient(#000000a4,#0000009a),url(../img/service-her/NLP-Therapy.jpg) top center no-repeat;
  background-size: cover;
  transition: .5s;
  transition: all ease-in-out 0.4s;
}
.dry:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service-her/NLP-Therapy.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}
.sofa{
  background:linear-gradient(#000000a4,#0000009a),url(../img/service-her/Naturopathy\ &\ Herbal\ Healing.jpg) top center no-repeat;
  background-size: cover;
  transition: .5s;
  transition: all ease-in-out 0.4s;
}
.sofa:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service-her/Naturopathy\ &\ Herbal\ Healing.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}
.carpet{
  background:linear-gradient(#000000a4,#0000009a),url(../img/service-her/ReikiEnergy-Healing.jpg) top center no-repeat;
  background-size: cover;
  transition: .5s;
  transition: all ease-in-out 0.4s;
}
.carpet:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service-her/ReikiEnergy-Healing.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}
.Ironing{
  background:linear-gradient(#000000a4,#0000009a),url(../img/service-her/Yoga-Therapy.jpg) top center no-repeat;
  background-size: cover;
  transition: .5s;
  transition: all ease-in-out 0.4s;
}
.Ironing:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service-her/Yoga-Therapy.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}
.Drycleaning{
  background:linear-gradient(#000000a4,#0000009a),url(../img/service-her/Online-Consultation.jpg) top center no-repeat;
  background-size: cover;
  transition: .5s;
  transition: all ease-in-out 0.4s;
  max-height: 250px;

}
.Drycleaning:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service-her/Online-Consultation.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}
.Bags{
  background:linear-gradient(#000000a4,#0000009a),url(../img/service-her/Detox-Rejuvenation.jpg) top center no-repeat;
  background-size: cover;
  transition: .5s;
  transition: all ease-in-out 0.4s;
  max-height: 250px;
}
.Bags:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service-her/Detox-Rejuvenation.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}
.Service-hrs:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service/24-Hrs-Express-Service.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}
.Service-hrs{
  background:linear-gradient(#000000a4,#0000009a),url(../img/service/24-Hrs-Express-Service.jpg) top center no-repeat;
  background-size: cover;
  transition: .5s;
  transition: all ease-in-out 0.4s;
}
.Service-hrs:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service/24-Hrs-Express-Service.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}
.delivery{
  background:linear-gradient(#000000a4,#0000009a),url(../img/service/Pick-Up-Delivery-Service.jpg) top center no-repeat;
  background-size: cover;
  transition: .5s;
  transition: all ease-in-out 0.4s;
}
.delivery:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service/Pick-Up-Delivery-Service.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}
.Dyeing{
  background:linear-gradient(#000000a4,#0000009a),url(../img/service/Matching-Dyeing-Fall-Stiching.jpg) top center no-repeat;
  background-size: cover;
  transition: .5s;
  transition: all ease-in-out 0.4s;
}
.Dyeing:hover{
  background:linear-gradient(#0b7bec7b,#0b7bec28),url(../img/service/Matching-Dyeing-Fall-Stiching.jpg) bottom center no-repeat;
  background-size: cover;
  transition: all ease-in-out 0.4s;
}

 
 
 

.location-con:hover {
    background: linear-gradient(#0b7bec7b,#0b7bec28),url(../img/card-image/machine-washing.jpg) bottom center no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.4s;
}
.location-con {
    background: linear-gradient(#0b7bec7b,#0b7bec28),url(../img/card-image/machine-washing.jpg) top center no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.4s;
}
.call-con:hover {
    background: linear-gradient(#0b7bec7b,#0b7bec28),url(../img/card-image/call-photo.jpg) bottom center no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.4s;
}
.call-con {
    background: linear-gradient(#0b7bec7b,#0b7bec28),url(../img/card-image/call-photo.jpg) top center no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.4s;
}
.mail-con:hover {
    background: linear-gradient(#0b7bec7b,#0b7bec28),url(../img/card-image/mail-photo.jpg) bottom center no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.4s;
}
.mail-con {
    background: linear-gradient(#0b7bec7b,#0b7bec28),url(../img/card-image/mail-photo.jpg) top center no-repeat;
    background-size: cover;
    transition: all ease-in-out 0.4s;
}

.service-item .service-icon {
    margin-top: -50px;
    width: 120px;
    height: 120px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(45deg);
}
.contact-item .contact-icon {
    margin-top: -50px;
    width: 120px;
    height: 120px;
    color: var(--secondary);
    background: #FFFFFF;
    transform: rotate(-45deg);
}
.service-item .service-icon img{
  transform: rotate(315deg);
}
.service-item .service-head{
  color: var(--seconday);
  font-size: 23px;
  font-weight: 500;
}
.service-item .btn{
  font-size: 21px;
  font-weight: 500;
  background-color:var(--light);
  color: var(--black);
}
.service-item .btn:hover{
  font-size: 21px;
  font-weight: 500;
  background-color:var(--light);
  color: var(--black);
}

.service-item .service-icon div,
.contact-item .contact-icon div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.service-item .service-icon i,
.contact-item .contact-icon i {
    transform: rotate(45deg);
    transition: .5s;
}

.service-item:hover .service-icon div,
.contact-item:hover .contact-icon div {
    background: var(--secondary);
}

.service-item:hover .service-icon i,
.contact-item:hover .contact-icon i {
    color: var(--primary);
}

.service-item a.btn {
    position: relative;
    bottom: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: 0;
    opacity: 1;
}


/* .................................... 6. Cta .......................................*/

.cta{
  background: linear-gradient(#febd266f,#0087C1),url(../img/card-image/quote.jpg);
  background-position: start;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 10px;
}
.cta-line-after .cta-head{
  font-size: 33px;
  font-weight: 500;
  color: var(--light);
 }
.cta-line-after .cta-para{
  font-size: 18px;
  font-weight: 500;
  color: var(--light);
 }
 .cta .btn{
  border: 1px solid #fff;
  color: var(--black);
  background-color: var(--light);
  margin: 10px;
  font-size: 18px;

 }
 .cta .btn:hover{
  border: 1px solid #0087C1;
  color: var(--light);
  background-color: var(--primary);
  margin: 10px;
  font-size: 18px;

 }
 

 @media (max-width:500px) {
  
 }
 




 /* team start here */
 .team-item {
  position: relative;
  margin-bottom: 45px;
}


.team-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;  align-items: center; */
  justify-content: center;
  background: linear-gradient(#0b7becaa, #0b7becac) bottom center no-repeat;
  background-size: cover;
  height: 90px;
  padding: 0 30px;
  right: 45px;
  left: 45px;
  bottom: -45px;
  transition: .5s;
  z-index: 1;
}
.team-text a{
  background-color: var(--seconday);
  color: var(--light);
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
}
.team-head{
  font-size: 21px;
  font-weight:600 ;
  color: var(--light);
}
/* .team-item:hover .team-head{
  color: var(--black);
} */

.team-item img{
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.team-item:hover .team-text {
  height: 100%;
  bottom: 0;
}

.team-social {
  position: absolute;
  transition: .1s;
  transition-delay: .0s;
  opacity: 0;
  text-align: justify;
  padding-right: 15px;


}

 

.team-item:hover .team-social {
  transition-delay: .3s;
  color: var(--light);
  opacity: 1;
}


@media (max-width:500px) {
  .team-head{
    font-size: 15px;
    padding-top: 35px;
  }
  .team-social p{
    font-size: 12px;
    padding-bottom: 40px;
  }
  .team-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    /* box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;  align-items: center; */
    justify-content: center;
    background: linear-gradient(#0b7becaa, #0b7becac) bottom center no-repeat;
    background-size: cover;
    height: 90px;
    padding: 0 20px;
    right: 45px;
    left: 45px;
    bottom: -45px;
    transition: .5s;
    z-index: 1;
  }
  .team-item a{
    font-size: 12px;
  }
  .cta-line-after .cta-head {
    font-size: 22px;
    font-weight: 500;
    color: var(--light);
}
.cta-line-after .cta-para {
  font-size: 14px;
  font-weight: 500;
  color: var(--light);
}
.navbar-brand img {
  width: 120px;
  margin: 5px;
}
}

 /* team end here */

 .testominal{
  background-color: var(--primary);
 }



 .bg-testimonial {
  background: linear-gradient(#0000009b,#0087c16d),url(../img/service-her/Parambarya\ Vaidya\ &\ Herbalist.jpg) top left no-repeat;
  background-size: contain;
}

@media (max-width: 991.98px) {
  .bg-testimonial {
      background-size: cover;
  }
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
  position: relative;
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  border: 1px solid beige !important;
  justify-content: center;
  color: var(--light) !important;
  background: var(--primary) !important;
  font-size: 22px;
  border-radius: 45px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--black) !important ;
}

.testimonial-carousel .owl-item img {
  width: 60px;
  height: 60px;
}

.testimonial-item .fa{
  color: var(--light);
  font-size: 30px;
}

.testom-name{
  font-size: 22px;
  margin-bottom: 0px;
 
}
.testimonial-item p{
   line-height: 1.9;
}

@media (max-width:500px) {
  .testimonial-item p{
    font-size: 16px !important;
  }
  .testom-name{
    font-size: 19px;
    margin-bottom: 0px;
    
  }
}


.bg-call-to-action {
  background: url(../img/card-image/machine-washing.jpg) top right no-repeat;
  background-size: contain;
}
.footer-touch{
  color: var(--primary) !important;
  font-size: 22px;
}

.footer-section .fa{
  color: var(--primary) !important;
}

.footer-section .soical .btn{
  background-color: var(--primary);
}

.bg-footer {
  background: url(../img/footer.jpg) center center no-repeat;
  background-size: contain;
}
.blog-item {
  background-color: var(--primary);
}
.Recent-blogs a{
  text-decoration: none;
}
.Recent-blogs .Recent-blog{
  border: 1px solid gainsboro;
  padding: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

}
.blog-item .read-blog{
  color: var(--black);
  background-color: #FEBF26;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;

}
.blog-item .read-blog:hover .fa-arrow{
   transform: translateX(9px);
  transition: all ease-in-out 0.5s;

}

.blog-item .text-truncate{
  text-decoration: none;
  color: var(--light);
}
.blog-item .fa{
  margin-right: 5px;
}


.footer-section .product-text a{
  text-decoration: none;
}

/* try-section start here */
.try-section{
  background-color: #0cab041a;
}
.try-section .try-head{
  
  font-size: 35px;
  font-weight: 600;
}
.try-section .try-para{
  font-size: 18px;
  line-height: 1.9;
  
}
.try-section a{
  text-decoration: none;
  background-color: var(--primary);
  color: var(--light);
  font-size: 18px;
  padding: 5px;
  border-radius: 5px;
}



@media (max-width:500px) {
  .try-section .try-head{
    font-size: 34px;
    font-weight: 600;
  }
  
}
.try-section .try-para{
  font-size: 15px;
  line-height: 1.9;
  
}
/* try-section end here */


/* contact form section start here */
/* contact us form start here */
.form-head{
  background-color: var(--primary) !important;
  border-radius: 25px;
  padding: 60px 10px !important;
  margin-bottom: 25px !important;
 }
.captcha-para , .cpatcha-div{
  background: linear-gradient(rgba(0, 0, 0, 0.501),rgba(0, 0, 0, 0.512)),url("../image/card-image/captac.jpg");
  color: var(--light);
  text-align: center;
  padding-bottom: 1px;
  }
 .form-head h2{
  color: var(--light) !important;
 }

 
.contact-heading{
  text-align: center;
}
.contact-heading span{
  color: var(--primary);
}
.address{
  font-size: 18px;
}
 
 
 
.modal-body button{
  background-color: var(--yellow);
  color: var(--white);
}
.modal-body button:hover{
  background-color: var(--yellow);
  color: var(--white);
}

.refresh{
  background-color: var(--light);
  color: var(--primary);
}
.form-group input{
  padding: 10px 5px;
}
 
 
.form-head span{
  color: var(--primary);
}
.form-head h2{
  color: var(--primary);
   font-weight: 600;

}
.form-name{
  color: var(--black);
  font-weight: 400;
  font-size: 17px;
}
.last-name,.first-name{
  border-top: none;
  border: 1px solid gainsboro;

}
.mail,.number{
  border: 1px solid gainsboro;


}
#RefreshCaptcha {
  background-color: var(--light);
  color: var(--primary);
}
#RefreshCaptcha:hover{
  background-color: var(--black);
  color: var(--light);
}
.last-name{
  margin-left: -5px;
}
.name input:hover{
  box-shadow:rgba(121, 138, 198, 0.436) 0px 20px 30px -10px;
 }
.message{

  border-top: none;
  border: 1px solid gainsboro;
 }
.message:hover{
  box-shadow:rgba(10, 33, 117, 0.35) 0px 20px 30px -10px;
 }
.location-product .btn{
  text-align: left;


}
.location-product{
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.location-product .dropdown-item{
  color: var(--black);
  font-weight: 500;
}
.dropdown-item:hover{
  color: var(--light) !important;
  background-color: var(--primary) !important;
}
.name{
  padding: 10px;

}
.name-section{
  display: flex;

}
.captcha-para{
  background: linear-gradient(rgba(0, 0, 0, 0.379),rgba(0, 0, 0, 0.374)),url(../img/card-image/captcha.png);
}
 
  .captcha-para p{
      margin-top: 4px;
      margin-bottom: 3px;
      font-size: 22px;
      padding: 3px 10px;
      font-style: italic;
  }
.submit button{
  margin: 10px;
   padding: 8px;
  border-radius: 5px;
  color: var(--primary);
  border: none;
  background-color: var(--light);
}
.submit button:hover{
  background-color: var(--black);
  color: var(--light);
}
 
.addres{
text-align: start;
}
.addres h1{
  font-size: 24px;
  font-weight: 600;
}
.addres p{
padding: 0;
margin: 5px;
}
.address-icon {
  background-color: rgba(172, 161, 161, 0.566);
  padding: 20px 15px; 
  text-align: center;
  border-bottom: 7px solid var(--yellow);
  


}
.contact-address .address-icon .fa-map-location{
  font-size: 55px;
  text-align: center;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}
.contact-address .fa-phone ,.contact-address .fa-envelope{
  font-size: 55px;
  text-align: center;
  color: var(--black);
  transition: all 0.3s ease-in-out;
}
.contact-address .address-icon:hover .fa-solid{
 transform: scale(1.2);

}
.address-icon:hover .fa-envelope{
 transform: scale(1.2);

}
.address-icon:hover .fa-phone{
 transform: scale(1.2);

}
.contact-address .addres a{
  text-decoration: none;
  color: rgb(74, 71, 71);
  font-size: 18px;
}

.disclamier{
  background-color: var(--primary);
}


.branch-no a{
  text-decoration: none;
  color: var(--light);
   
}
.branch-no a:hover{
  text-decoration: none;
  color: var(--seconday);
   
}

.branch-no{
  margin-left: 25px; 
}
 

/* contact form section end here */



.bg-hero {
  background: url(../img/service-her/banner.jpg) top right no-repeat;
  background-size: cover;
}
.bg-hero .display-1{
font-weight: 400;
}

.bg-hero .btn{
  background-color: var(--primary);
  color: var(--light);
}

@media (max-width: 991.98px) {
  .bg-hero {
      background-size: cover;
  }
}

/* how it work start here */
.works-two {
  text-align: center;
}

.works-img {
  position: relative;
}

.works-two:hover .works-img span {
  background-color: #162479;
}

.works-img span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  color: #fff;
  left: 45%;
  bottom: -21px;
  z-index: 1;
  
}

.works-img figure {
  width: 300px;
  margin: auto;
  background-color: #ffffff;
  border-radius: 52%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 7px solid #fff;
  outline: 3px dashed #0087C1;
  position: relative;
  z-index: 1;
  
}

.works-img figure:before {
  content: "";
  width: 286px;
  height: 289px;
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
}

 

.works-two:hover .works-img figure:before {
  opacity: 1;
  transform: scale(1);
}

.works-two .works-two-head {
  font-size: 22px;
  font-weight: bold;
  padding-top: 40px;
}

.works-two {
  position: relative;
  padding-bottom: 50px;
}

.works-two:before {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  background-color: #f3f3f3;
  border-radius: 50%;
  left: 50%;
  top: 58%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.works-two p {
  width: 66%;
  margin: auto;
}


@media (max-width:500px) {
  .works-img figure {
    width: 270px;
    margin: auto;
    background-color: #ffffff;
    border-radius: 52%;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 7px solid #fff;
    outline: 3px dashed #0087C1;
    position: relative;
    z-index: 1;
  }
  
  .works-two:before {
    position: absolute;
    content: "";
    width: 299px;
    height: 336px;
    background-color: #f3f3f3;
    border-radius: 50%;
    left: 50%;
    top: 58%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.works-two .works-two-head {
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
}
  
}

/* how it work end here */
/* success page start here */
.submit-form {
  padding: 50px 0;
}
.submit-form .submit-head {
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 50px 10px;
}
.submit-form .submit-head i {
  color: #87BD48;
  font-size: 100px;
  border: 10px solid #87BD48;
  border-radius: 50%;
  padding: 15px 22px;
}
.submit-form .submit-head h1 {
  color: #155391;
  margin: 13px 0 0;
}
.submit-form .submit-head p {
  margin-bottom: 28px;
}
.submit-form .submit-head a {
  background: #15537E;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}
/* success page end here */

.contact-form{
  background-image: url("../img/service-her/top-view-candles-pine-cones.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
   
  
 }
 .form-hea{
    
  background-color: var(--primary);
  padding-bottom: 30px !important;
 }
 .related-products {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 20px;
  scroll-snap-type: x mandatory;
}
.related-heads{
  font-size: 25px;
}
.product-card {
  flex: 0 0 auto;
  /* width: 50px; */
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  scroll-snap-align: start;
  margin: 10px;
}
.product-head{
  font-size: 20px;
  font-weight: 500;

}
.product-card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.product-info {
  padding: 15px;
  text-align: center;
}
.product-info h4 {
  margin: 10px 0;
}
.product-info p {
  color: #666;
}
.product-info .price {
  color: #e74c3c;
  font-weight: bold;
}
.product-info a {
  margin-top: 10px;
  padding: 10px;
  background: #3498db;
  color: white;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s ease;
}
.product-info button:hover {
  background: #2980b9;
}


@media (max-width:600px) {
  .branch-no{
    display: none;
    
  }
  
}

/* our branch section start here */
.branches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.branch h2 {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 30px;
}

.branch {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  width: 320px;
  border: 2px solid gainsboro;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.branch:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.branch h3 {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 10px;
}

.branch p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 8px;
}

.branch iframe {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  border: none;
  margin-top: 10px;
}
/* our branch section end here */



 /* .whats-app-im {
position: fixed;
display: flex;
justify-content: center;
align-items: center;
border-radius:60px ;
right: 0px;
z-index: 999;
}
.whats-app-im:hover {
color: var(--light);
transition: all ease-in-out 0.6s;

  background-color: #29A71A !important;

}
.what-text:hover{
color: var(--light);
   opacity: 1;
   width: 100px;
   transition: all ease-in-out 0.6s;

}

.what-text{
   width: 0%;
   height: 0%;
  text-align: center;
  opacity: 0;
}
.whats-app-im img{
  width: 80px;
} */


.whatsapp {
  position: fixed;
  bottom: 70px;
  right: 0px;
  z-index: 99;
  background-color: #0cab04;
  border-radius: 30px;
  padding-right: 0px !important;
  margin-bottom: 8px;
}
.whatsapp .img{
  width: 64px;
}
.whatsapp a {
  color: #fff;
  text-decoration: none;
}

.whatsapp a span {
  opacity: 0;
  width: 0;
  display: flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  transition: 0.6s ease;
}

.whatsapp a:hover span {
  opacity: 1;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.telphone {
  position: fixed;
  bottom: 70px;
  left: 5px;
  z-index: 99;
   border-radius: 30px;
  padding-right: 0px !important;
  margin-bottom: 8px;
}
.telphone .img{
  width: 64px;
}
.telphone a {
  color: #fff;
  text-decoration: none;
}

 @media (max-width:500px) {
  .whatsapp {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 99;
    background-color: #0cab04;
    border-radius: 30px;
    padding-right: 0px !important;
    margin-bottom: 8px;
  }
  .telphone {
    position: fixed;
    bottom: 20px;
    left: 5px;
    z-index: 99;
     border-radius: 30px;
    padding-right: 0px !important;
    margin-bottom: 8px;
  }

.why-us h2 {
    font-size: 28px !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
  
 }



 /* why choose us section start here */
 .why-us {
  text-align: center;
  padding: 80px 20px;
  background: #2c3e50;
  color: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  max-width: 1200px;
  margin: 60px auto;
}
.why-us h2 {
  font-size: 2.8em;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.why-us p {
  font-size: 1.3em;
  margin-bottom: 50px;
  font-weight: 300;
}
.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.feature {
  width: 300px;
  background: #34495e;
  padding: 30px;
  border-radius: 15px;
  transition: transform 0.4s ease-in-out, background 0.4s ease-in-out;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.feature i {
  font-size: 50px;
  margin-bottom: 20px;
  color: #f39c12;
}
.feature h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.feature p {
  font-size: 1.1em;
  line-height: 1.5;
}
.feature:hover {
  transform: translateY(-8px);
  background: var(--primary);
  color: #fff;
}
 /* why choose us section end here */






 /* ================== services start ================== */
.services-sec
.service-item img,
.service-item .bg-light,
.service-item .bg-light h5 {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.services-sec .bg-light{
    background-color: var(--primary) !important;
    color: #fff;
}
.services-sec .service-item a{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
/* ================== services end ================== */



/* ================== offer start  ==================*/
.bg-offer {
    background: linear-gradient(#e4461b6c,#e4461b68), url(../img/service-her/Detox-Rejuvenation-local-Herbs.png) center center no-repeat;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
 
.service-items{
  background-color: var(--primary);
}

.offer-text {
    background: #27ae5fd3;
}
.services-sec
.service-item img,
.service-item .bg-light,
.service-item .bg-light h5 {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.services-sec .bg-light{
    background-color: var(--primary) !important;
    color: #fff;
}
.services-sec .service-item a{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
/* ================== offer end ================== */

.video-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   margin: 0;
  background-color: #86bd48f9;
}
.video-container {
  position: relative;
 
  height: 320px;
  overflow: hidden;
  border-radius: 20px;
  background-color: var(--seconday);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
video {
  width: 100%;
  height: 100%;
  display: block;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.play-button::before {
  content: '\25B6';
  color: white;
  font-size: 40px;
  margin-left: 5px;
}


/* working gallery session start here */
.work-gallery {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.work-gallery:hover .view{
  display: block;
   height: 100%;
  width: 100%;

}
.work-heading h1{
  color: var(--black);
}
.high-light{
  color: var(--primary);

}
.work-heading .gallery{
  color: var(--primary);
}
.work-gallery .view {
  transition: transform 0.3s ease;    
  height: 50%;
  background-color: #000000a9;
  width:10%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.work-gallery .view  .add-icon{
   display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(180px); 
}
.work-gallery .view  .add-icon a i{
  color: var(--white);
  font-size: 25px;
  
  
}
.work-gallery:hover .fa{
   transform: rotate(180deg);
}

.our-work-section .work-gallery .view  .add-icon{
  display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 transform: translateY(100px); 
}
@media (max-width:500px){
  .work-gallery .view  .add-icon{
    display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   transform: translateY(40px); 
 }
}
/* working gallery session end here */