@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?1bzuok');
  src: url('fonts/icomoon.eot?1bzuok#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?1bzuok') format('truetype'),
    url('fonts/icomoon.woff?1bzuok') format('woff'),
    url('fonts/icomoon.svg?1bzuok#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-hand-rating-smile:before {
  content: "\e905";
}

.icon-child-care-baby-care:before {
  content: "\e90e";
}

.icon-appreciation-best-marketing:before {
  content: "\e900";
}

.icon-award-certificate-education:before {
  content: "\e901";
}

.icon-brain:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e903";
}

/* .icon-checkup:before {
  content: "\e904";
} */

.icon-clock:before {
  content: "\e906";
}

.icon-clock-1:before {
  content: "\e907";
}

.icon-disappointed-boy:before {
  content: "\e908";
}

.icon-download:before {
  content: "\e909";
}

.icon-email:before {
  content: "\e90a";
}

.icon-email-1:before {
  content: "\e90b";
}

.icon-group:before {
  content: "\e90c";
}

.icon-group-1:before {
  content: "\e90d";
}

.icon-like:before {
  content: "\e90f";
}

.icon-link:before {
  content: "\e910";
}

.icon-location:before {
  content: "\e911";
}

.icon-mail-message:before {
  content: "\e912";
}

.icon-minus:before {
  content: "\e913";
}

.icon-phone:before {
  content: "\e914";
}

.icon-play:before {
  content: "\e915";
}

.icon-plus:before {
  content: "\e916";
}

.icon-quote:before {
  content: "\e917";
}

.icon-right-arrow:before {
  content: "\e918";
}

.icon-right-arrow-1:before {
  content: "\e919";
}

.icon-right-arrow-2:before {
  content: "\e91a";
}

.icon-sad:before {
  content: "\e91b";
}

.icon-search:before {
  content: "\e91c";
}

.icon-send:before {
  content: "\e91d";
}

.icon-share:before {
  content: "\e91e";
}

.icon-tag-chevron-thin:before {
  content: "\e91f";
}

.icon-thinking-person:before {
  content: "\e920";
}

.icon-up-arrow:before {
  content: "\e921";
}

.icon-up-arrow-1:before {
  content: "\e922";
}

.icon-user:before {
  content: "\e923";
}

.icon-user-1:before {
  content: "\e924";
}

/* .icon-valentines-couple:before {
  content: "\e925";
} */

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
.cases-one__carousel {
  position: relative;
}

/* Move arrows above dots */
.cases-one__carousel .owl-nav {
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* makes sure it doesn’t block dots */
}

/* Style individual arrows */
.cases-one__carousel .owl-nav button.owl-prev,
.cases-one__carousel .owl-nav button.owl-next {
  background: #994778 !important;
  color: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 20px;
  pointer-events: all; /* allows clicking */
  transition: all 0.3s ease;
}

@media (min-width: 1300px) {
  .cases-one__carousel .owl-nav button.owl-prev,
  .cases-one__carousel .owl-nav button.owl-next{
    width: 45px; 
    height: 45px;
  }
  .cases-one__carousel .owl-nav button.owl-prev {
  left: -70px !important; /* move more left */
}

.cases-one__carousel .owl-nav button.owl-next {
  right: -70px !important; /* move more right */
}
}

.cases-one__carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -50px; /* move more left */
}

.cases-one__carousel .owl-nav button.owl-next {
  position: absolute;
  right: -50px; /* move more right */
}


.cases-one__carousel .owl-nav button:hover {
  background: #994778;
}

/* Optional: Style dots and give spacing */
.cases-one__carousel .owl-dots {
  margin-top: 60px; /* adds space below arrows */
  text-align: center;
}


.professional-therapy-one .container {
  max-width: 1200px; /* keep consistent layout width */
}

.professional-therapy-one__img{
  background-size: cover;
  width: 100%;
  height: 100%;
}
.site-footer__bottom{
  height: 60px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.cert-text{
  margin-bottom: 16px !important;
}

/* Google Map Styling */
.google-map-container {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
  border-radius: 10px; /* optional */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* optional shadow for clean look */
}

.google-map {
  width: 100%;
  height: 100%;
  border: none;
}
.contact-page__top ul li{
  width: 33.3% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-p{
  font-size: 14px !important;
}
@media (min-width: 789px) {
  .main-header--three__top-right a{
  padding: 16px 40px !important;
}
.main-menu__wrapper-inner,
.main-menu__wrapper-inner .main-menu__left .main-menu__main-menu-box .main-menu__list > li > a,
.main-menu__wrapper-inner .main-menu__right .main-menu__search-box {
  height: 60px;
  line-height: 60px;
}
.stricky-header.stricky-fixed{
  background-color: white !important;
}
.nav-center-is{
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.nav-center-is .logo-hidden{
  display: flex;
}
.nav-center-is .main-menu__right .main-menu__search-box .main-menu__search{
  background-color: #f3f2f0 !important;
  padding: 0px 30px;
}
.nav-center-is,
.nav-center-is .main-menu__left .main-menu__main-menu-box .main-menu__list > li > a,
.nav-center-is .main-menu__right .main-menu__search-box {
  height: 90px;
  line-height: 90px;
}
}
.logo-hidden{
  display: none;
}
.contact-grid-69 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
}

.contact-box-69 {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.contact-box-69:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.icon-69 {
  width: 70px;
  height: 70px;
  background-color: #994778;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.icon-69 img {
  width: 35px;
  height: 35px;
  filter: invert(1) brightness(10);
}

.text-69 h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #222;
}

.text-69 p {
  font-size: 16px;
  color: #444;
  margin: 0;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 992px) {
  .contact-grid-69 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .contact-grid-69 {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .contact-box-69 {
    flex-direction: row;
    text-align: left;
  }

  .icon-69 {
    width: 60px;
    height: 60px;
  }

  .icon-69 img {
    width: 28px;
    height: 28px;
  }

  .text-69 h3 {
    font-size: 18px;
  }

  .text-69 p {
    font-size: 15px;
  }
}
