/* Header style chages Starts */
/* Preloader container */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* or your background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

/* Spin keyframe */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.logo{
    left: -50px;
    background-color: whitesmoke;
}
.newmenu{
    height: 80px;
    top: 0;
    background: whitesmoke;
}
.logo img {
    max-width: 175px;
    max-height: 216px;
    position: absolute;
    left: 1px;
    right: 0;
    top: 0%;
    margin: auto;
}
.logo {
    width: 19% !important;
}
.menu1{
    width: 82%;
    left: 200px;
    margin-top: -100px;
}
ul.menu1 li a{
    color: #127334;
}
.top-header{
    background-color: #1d7a40;
}
ul.menu1 li{
    padding: 18px;
}
@media screen and (max-width: 768px) {

  /* Submenu Styling */
  .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .submenu > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .submenu > li > a {
    display: block;
    padding: 12px 16px;
    color: #000;
    text-decoration: none;
    background: #f2f2f2;
  }

  .submenu li ul {
    display: none;
    position: relative;
    background: #e1e1e1;
    padding-left: 0;
    margin: 0;
  }

  .submenu li ul li a {
    padding: 10px 20px;
    display: block;
    color: #000;
    background: #e1e1e1;
  }

  .submenu li.show-submenu ul {
    display: block;
    z-index: 9999;
  }

  /* Mobile Menu */
  .mobilemenu {
    display: block;
    background: whitesmoke;
    height: 80px;
  }

  .mobilemenu .menu-icon .navicon,
  .mobilemenu .menu-icon .navicon:before,
  .mobilemenu .menu-icon .navicon:after {
    background: #000000;
  }

  .mobilemenu .menu-btn:checked ~ .submenu {
    width: 100%;
    max-height: 480px;
    background: #127334;
    position: absolute;
    top: 80px;
  }

  /* Dropdown Styles */
  .dropdown > ul {
    transition: all 0.3s ease;
    padding-left: 15px;
  }

  .dropdown > ul li a {
    display: block;
    padding: 8px 0;
    color: #fff;
  }

  .dropdown > a button {
    background: none;
    border: none;
    color: #fff;
    margin-left: 8px;
  }

  /* Optional: Custom Dropdown Button Style */
  .dropdown .dropdown-btn {
    background: #fff;
    color: #000;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 14px;
    border: none;
    margin-left: 10px;
    cursor: pointer;
  }

  .services-submenu {
    display: none;
    padding-left: 20px;
    transition: all 0.3s ease;
  }

  .services-submenu li a {
    color: #fff;
    padding: 8px 0;
    display: block;
  }

  .services-submenu.active {
    display: block;
  }

  /* Phone Icon Items */
  ul.phone li {
    display: inline;
    padding: 10px;
    text-align: center;
  }
}

.blog-slider__img {
    width: 450px !important;
    margin-left: 120px !important;
}

/* Slightly Larger Tablet View */
@media screen and (max-width: 1024px) {
  .menu1 {
    width: 80% !important;
  }
}

/* Header style chages ends */


/* Banner Design Starts */

.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
from {
transform: rotate(0deg);
}

to {
transform: rotate(360deg);
}
}
.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}


.slide-caption {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: #fff;
    background: rgb(0 0 0 / 40%);
    padding: 20px 30px;
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
    z-index: 10;
    animation: fadeInUp 1s ease-in-out;
}

.slide-caption h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.slide-caption p {
    font-size: 18px;
    margin: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(0, 20px);
    }
    to {
        opacity: 1;
        transform: translate(0, 0);
    }
}


/* Banner Design Ends*/

.vertical-menu li a {
    color: white;
    text-decoration: none;
    font-family: system-ui !important;
    font-size: 16px !important;
}
.wls-hours-list ul li, .vertical-menu li{
    color: white;
    text-decoration: none;
    font-family: system-ui;
    font-size: 16px;
}
.heading{
    font-family: system-ui !important;
}
.abt-content p{
    font-family: system-ui !important;
}
p{
    font-family: system-ui !important;
}

/* Services Design Starts*/

.services {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.service-card {
    position: relative;
    width: 300px;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 48%); /* Purple overlay */
    z-index: 1;
}
.whychooseh4{
    color: #000;
    font-size: 22px;
    font-weight: 700;
}
.whychooseicon{
  width: 20px;
}
.consultingicon{
  width: 40px;
}
.service-card h3, .service-card a {
    position: relative;
    z-index: 2;
}

.service-card h3 {
    font-size: 22px;
    margin-top: 10px;
    font-family: system-ui;
    top: 80%;
}

.read-more {
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    text-decoration: none;
    color: white;
}

.read-more:hover {
    text-decoration: underline;
}
#post-slider a {
    text-decoration: none;
    color: #ffffff;
    font-family: system-ui;
}

.service-card:hover{
    margin-top: 10px;
}
.sharect{
    display: none;
}
/* Services Design Ends*/
@media (min-width: 1200px) {
    .container {
        max-width: 1250px !important;
    }
}
.therapy-features {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 40px auto;
  max-width: 800px;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 320px;
}

.icon {
  background-color: #b589d6;
  color: white;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whychoosep{
    color: #000;
    font-family: system-ui !important;
    font-size: 17px;
}



/* Testimonial style starts*/

.section-title {
  color: var(--primary-text);
  text-align: center;
  font-size: 40px;
  font-family: "Cormorant Garamond";
  font-weight: bold;
  font-style: normal;
  line-height: 48px;
  position: relative;
  margin-bottom: 52px;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 22px;
  width: 45px;
  height: 2px;
  background-color: var(--secondary-text);
}
.section-title::after {
  left: unset;
  right: 25%;
}
.testimonial-section {
  padding-top: 82px;
  padding-bottom: 72px;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  border-radius: 40px;
  padding: 30px 23px;
  background: var(--primary-text);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  );
  background: #d9d9d9;
  background: #504b4b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
  background: var(--primary-text);
}

.swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-items .testimonial-text {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: normal;
  font-style: normal;
  max-width: 330px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-family: "Outfit";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: var(--white-text-white);
}

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(https://w7.pngwing.com/pngs/646/829/png-transparent-avatar-man-ico-icon-cartoon-little-boy-avatar-cartoon-character-png-material-child-thumbnail.png);
}

.testimonial-img.tm-img-2::before {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS2IYhSn8Y9S9_HF3tVaYOepJBcrYcd809pBA&s);
}

.testimonial-img.tm-img-3::before {
  background-image: url(https://png.pngtree.com/element_our/png/20181206/female-avatar-vector-icon-png_262142.jpg);
}

/* media query  */
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 24px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 24px)
    );
  }
  .section-title::before,
  .section-title::after {
    width: 141px;
  }

}

.swiper-backface-hidden .swiper-slide{
    background: whitesmoke !important;
}
.testimonial-items .testimonial-text{
    margin-bottom: 15px;
    font-size: 17px;
    font-family: initial !important;
}
.swiper-backface-hidden .swiper-slide{
    max-height: 250px;
    height: 250px;
    border: 1px #00000026 solid;
    border-radius: 30px;
}
.testimonial-items .testimonial-title{
    margin-bottom: 0px;
    font-size: 19px;
    color: #1d7a40;
    font-family: revert;
}
/* Testimonial style ends */

.galimg{
    height: 250px;
    width: 400px;
    object-fit: cover;
}
@media (min-width: 992px) {
    .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 992px) {
    #slider1_container{
        top: 80px !important;
        height: 300px !important;
}
}
.wls-hours-list ul li, .vertical-menu li{
  font-family: system-ui !important;
  font-size: 16px;
  font-weight: initial;
}
.service-topic h2{
    font-size: 30px;
    font-weight: 700;
    color: #ee3e44;
    font-family: system-ui;
}
.service-topic p{
  font-size: 17px;
  font-family: system-ui !important;
  text-align: justify;
}
@media (max-width: 992px) {
  .offset-2 {
      margin-left: 0%;
  }
}
.otherbanner{
    padding-top: 135px;
    text-align: center;
    background: #1d7a40;
    padding-bottom: 50px;
}
.otherbannerh4{
  font-size: 31px;
    font-weight: 900;
    color: #fff;
}
.service-topic{
    padding: 0px 0 !important;
}
.servimg{
    width: 100%;
    height: 300px;
    object-fit: cover;
    max-height: 400px;
    border-radius: 20px ;
}
.team-name {
    font-size: 20px !important;
    font-family: sans-initial !important;
    color: #ee343c !important;
    text-align: center;
}
.team-name2{
    font-size: 16px;
    color: #000;
}
.team-img{
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.contact-address p{
  font-weight: 400;
  color: #000000;
}

/* FAQ */

.faq-section {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  margin-top: 10px;
  color: #444;
}
/* FAQ */