body {
  margin: 0;
  font-family: 'neue_haas_unicaregular';
}

/* Lenis Start */
html.lenis, html.lenis body {
  height: auto;
  overflow-x: hidden; 
}

html:not(.no-js) body [data-aos=fade-up] {
  -webkit-transform: translate3d(0, 30px,0);
  transform: translate3d(0, 30px,0);
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.services-container.owl-carousel {
  /* overflow: scroll; */
  justify-content: start;
}

.services-container .wp-block-group.service-item {
  min-width: 345px;
}
/* Lenis End */

a {
  cursor: pointer;
  text-decoration: none;
}

figure.wp-block-image.size-full {
  margin: 0;
}

.splide__slide img {
  border-radius: 0;
}

.container {
  max-width: 1166px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

div#owl-two {
  padding: 20px 0 0 0;
}

.owl-carousel .owl-item img {
  height: 210px;
  display: block;
  width: 100%;
  object-fit: cover;
}

a.skip-link.screen-reader-text {
  display: none;
}

.inner-content button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}



/* header css start */

#menu-header-cta-button {
  list-style: none;
  display: flex;
  gap: 20px;
}

.header-menu-container {
  display: flex;
}

.header-section .inner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-section {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  z-index: 999;
  transition: 1s;
}

.header-section.scrolled {
  background: #fff;
  box-shadow: 0px -4px 4px 4px rgba(0, 0, 0, 0.4);
}

.mainbtn a, .lightbtn a {
  text-decoration: none;
  color: inherit;
}

.mainbtn {
  background: #B4B4A3;
  color: #ffff;
  font-size: 18px;
  line-height: 28px;
  max-width: fit-content;
  width: 100%;
  padding: 13px 37px;
  border: 2px solid #B4B4A3;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 9;
  transition: .5s;
  font-family: 'neue_haas_unicamedium';
  font-weight: 500;
}

.lightbtn {
  background: #fff;
  color: #B4B4A3;
  font-size: 18px;
  line-height: 28px;
  max-width: fit-content;
  width: 100%;
  padding: 13px 37px;
  border: 2px solid #B4B4A3;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 9;
  transition: .5s;
  font-family: 'neue_haas_unicamedium';
  font-weight: 500;
}

.header-section .mainbtn {
  display: inline-flex;
}

.mainbtn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: .5s;
  z-index: -1;
}

.mainbtn:hover {
  color: #B4B4A3;
}

.mainbtn:hover::before {
  top: 0;
}

.lightbtn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #B4B4A3;
  transition: .5s;
  z-index: -1;
}

.lightbtn:hover {
  color: #fff;
}

.lightbtn:hover::before {
  top: 0;
}

.hero .lightbtn {
  border: 2px solid #000;
  color: #000;
}

.hero .lightbtn:hover {
  color: #fff;
}

.hero .lightbtn::before {
  background: #000;
}

.header-section #menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  color: black;
  transition: 0.17s ease;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}

/* .admin-bar .header-section #menu .container {
  margin-top: 32px;
} */


.header-section #menu .container {
  position: relative;
  height: 100%;
}

/* When the menu is active */
.header-section #menu.active {
  opacity: 1;
  visibility: visible;
}

.header-section #menu a.custom-logo-link {
  position: absolute;
  top: 20px;
  width: 135px;
  height: auto;
}
.header-section #menu a.custom-logo-link img {
  width: 100%;
}

/* Style for the close button */
.header-section #menu .close-btn {
  position: absolute;
  top: 45px;
  right: 15px;
  background: none;
  border: none;
  color: black;
  font-size: 54px;
  cursor: pointer;
}

.header-section #menu .close-btn.active {
  top: 39px;
}
.header-section #menu .close-btn svg path {
  transition: .15s ease;
}
.header-section #menu .close-btn.active svg path:nth-child(1) {
  transform: rotate(45deg) translate(7px, 0px)
}
.header-section #menu .close-btn.active svg path:nth-child(2) {
  display: none;
}
.header-section #menu .close-btn.active svg path:nth-child(3) {
  transform: rotate(-45deg) translate(-20px, 7px)
}

.header-section #menu ul {
  list-style: none;
  padding: 0;
  text-align: left;
  /* padding-left: 60px; */
  padding-left: 0;
  padding-top: 150px;
}

.header-section #menu li {
  margin: 15px 0;
  position: relative;
  width: max-content;
  opacity: .7;
}

.header-section #main-menu-wrapper li::after {
  position: absolute;
  top: 60%;
  transform: translate(0px, -50%);
  right: -70px;
  content: "";
  width: 50px;
  height: 27px;
  background: url("./menu-arrow.webp") no-repeat;
  filter: invert(1);
  background-size: 100%;
  transition: .15s;
}
.header-section #main-menu-wrapper li:hover::after {
  opacity: 1;
  transform: translate(10px, -50%);
}

.header-section #menu a {
  color: black;
  text-decoration: none;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 50px;
}
.header-section #menu a:hover {
  font-weight: 600;
}

button#menuBtn {
  margin: 0 0 0 40px;
  cursor: pointer;
}

.header-section #header_bottom_wrapper ul {
  display: flex;
  position: absolute;
  /* bottom: 20px; */
  bottom: 60px;
  padding-top: 0;
  gap: 0;
}

.header-section #header_bottom_wrapper ul a {
  font-size: 16px;
  line-height: 16px;
  transition: .17s ease;
  border-bottom: 0;
}

.header-section #header_bottom_wrapper ul li:not(:last-child)::after {
  content: "|";
  margin: 0 7px;
}

@media(max-width: 576px) {
  .header-section #menu ul {
    padding-left: 30px;
  }
  
  .header-section #menu a {
    font-size: 25px;
    line-height: 35px;
  }

  .header-section #menu-main-menu li::after {
    right: -50px;
    width: 30px;
    height: 17px;
  }

  .header-section #header_bottom_wrapper ul {
    max-width: calc(100% - 46px);
    flex-wrap: wrap;
  }

  .header-section #header_bottom_wrapper ul li {
    margin: 5px 0;
  }
}
/* header css end */


/*  homer page banner */
/* 
.hero {
  min-height: 48vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;

}

.hero .inner-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  padding: 150px 0 0 0;
  align-items: center;
}

.hero .content {
  max-width: 540px;
  padding: 0 0 150px 0;
}

.hero .image {
  margin: 0 0 0 -120px;
}

.hero .badge span,
.hero .badge i {
  font-size: 18px;
  color: #B4B4A3;
  line-height: 28px;
}



.margin-wrap {
  margin-left: calc((100% - 1166px) / 2);
  padding-left: 15px;
}


.hero .badge {
  display: flex;
  background-color: #b4b4a31a;
  padding: 10px 15px;
  border-radius: 35px;
  margin-bottom: 20px;
  max-width: fit-content;
  flex-direction: row-reverse;
  grid-gap: 10px;
}

.hero h1 {
  font-size: 76px;
  margin: 0;
  line-height: 86px;
  font-family: 'neue_haas_unicabold';
  font-weight: 700;
  color: #000;
}

.hero .highlight {
  color: #B4B4A3;
}

.hero p {
  font-size: 20px;
  margin: 20px 0;
  line-height: 30px;
  font-family: 'neue_haas_unicaregular';
  font-weight: 400;
}

.buttons {
  display: flex;
  gap: 20px;
}


.header-section .usericon {
  display: none;
}



.hero .image img {
  width: 100%;
  border-radius: 10px;
  animation: fadeIn 2s ease-in-out;
} */


/* homepagebanner css end */

/* footer css start */

/* Services css start */

.services-section {
  /* text-align: center; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.services-section .services-container.is-layout-flex {
  align-items: flex-start;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding: 60px 0 0 0;
}

/* .service-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */

/* .service-item {
  text-align: center;
} */

.ptb {
  padding: 80px 0;
}

.service-item img {
  max-width: 100%;
  border-radius: 0;
  width: 100%;
}

.service-item h4 {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  font-family: 'neue_haas_unicamedium';
  font-weight: 600;
  padding: 20px 0 5px 0;
  margin: 0;
  text-align: left;
}

/* .service-item .wp-block-buttons.is-content-justification-center, */
.services-container .wp-block-group.is-content-justification-center.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-7.wp-block-group-is-layout-flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.service-item p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: 'neue_haas_unicaregular';
  font-weight: 400;
}

.service-item .learn-more > a, .service-item a.learn-more {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #B4B4A3;
  font-family: 'neue_haas_unicamedium';
  font-weight: 500;
  background: transparent;
  padding: 0;
  direction: ltr;
}

.service-item .learn-more > a i, .service-item a.learn-more > i {
  margin: 0 0 0 5px;
}

.services-section .owl-theme.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  display: flex;
  justify-content: space-between;
  width: 115%;
  left: -7.5%;
  z-index: -99;
}
.services-section .owl-theme.owl-carousel .owl-nav button {
  padding: 10px;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  border: 1px solid #B4B4A3;
  color: #B4B4A3;
  line-height: 1;
  font-size: 30px;
}
.services-section .owl-theme.owl-carousel .owl-nav button:hover {
  background-color: #B4B4A3  
}

.services-section .owl-theme.owl-carousel .owl-nav button.disabled {
  opacity: .5;
}

.services-section .owl-theme.owl-carousel .owl-nav button:hover {
  color: white;
}

.services-section .owl-theme.owl-carousel .owl-nav button * {
  vertical-align: super;
}

/* Services css end */
/*world-wants  css start */
.office-section .info-text span {
  font-size: 20px !important;
}
.office-section .info-text a {
  text-decoration: underline;
}

.world-wants {
  background: #F6F6F4;
  padding: 80px 0 0 0;
}

.world-wants h4 {
  font-size: 44px;
  line-height: 54px;
  color: #000;
  font-family: 'neue_haas_unicamedium';
  margin: 0 0 0 0;
}

.world-wants p {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-family: 'neue_haas_unicaregular';
  margin: 24px 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.world-wants .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

/*world-wants  css end */

/*ourpatient  css start */


.ourpatient h3 {
  font-size: 44px;
  line-height: 54px;
  color: #000;
  font-family: 'neue_haas_unicamedium';
  margin: 0 0 0 0;
}

.heading {
  font-size: 44px;
  line-height: 54px;
  color: #000;
  font-family: 'neue_haas_unicamedium';
  margin: 0 0 0 0;
}


.ourpatient h4 {
  font-size: 32px;
  line-height: 42px;
  color: #000;
  font-family: 'neue_haas_unicamedium';
  margin: 25px 0 25px 0;
}


.ourpatient h5 {
  font-size: 26px;
  line-height: 36px;
  color: #000;
  font-family: 'neue_haas_unicamedium';
  margin: 0 0 25px 0;
}

.ourpatient p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-family: 'neue_haas_unicaregular';
  margin: 0 0 20px 0;
}

.ourpatient p:last-of-type {
  margin: 0 0 0 0;
}


/*ourpatient  css end */
.footer-wrap .logo-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  /* margin-top: 50px; */
  padding: 50px 0 50px 0;
}

.menu-footer-menu-container li,
.menu-footer-menu-container li a {
  list-style: none;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  transition: 0.4s all ease-in-out;
  display: inline-block;
}

.menu-footer-menu-container li a {
  border-bottom: 1px solid transparent;
}

.menu-footer-menu-container li a:hover {
  border-bottom: 1px solid #000;
}


.social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 20px 0;
}

.social-icons p {
  font-size: 16px;
  color: #000;
}

.social-icons .textwidget.custom-html-widget {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
}

.social-icons .textwidget.custom-html-widget a {
  /* font-size: 20px; */
  font-size: 34px;
  color: #000;
  opacity: 0.4;
  transition: 0.4s all ease-in-out;
}

.service-item .wp-block-buttons.is-content-justification-center {
  justify-content: flex-start;
}

.service-item figure {
  overflow: hidden;
}

.service-item img {
  scale: 1.02;
}

.social-icons .textwidget.custom-html-widget a:hover {
  opacity: 1;
  transform: translateY(-5px);
}

.office-section .officehours .contact {
  border-radius: 0;
}

section.contactus .container {
  background-size: 110%;
  border-radius: 0;
  background-position: 0;
}


.menu-footer-menu-container ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  grid-gap: 30px;
}


/* footer css end */
.slider-section {
  text-align: center;
}

.slider-section .heading {
  padding: 0 0 30px 0;
}

section.map {
  padding-bottom: 80px;
} 

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  width: calc(300px * 8);
  /* Adjusted to ensure smooth looping */
}

.slider-track.first-row {
  animation: scroll-left 20s linear infinite;
}

.slider-track.second-row {
  animation: scroll-right 20s linear infinite;
}

.slide {
  flex: 0 0 300px;
  height: 200px;
  padding: 10px;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-300px * 4));
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(calc(-300px * 4));
  }

  100% {
    transform: translateX(0);
  }
}

.contactus .content {
  padding: 80px 0;
  text-align: center;
  max-width: 752px;
  margin: 0 auto;

}

.contactus .container {
  margin-bottom: 50px;
}

.contactus .container {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;  
}

.contactus span {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin: 0 0 0 0;
  font-family: 'neue_haas_unicabold';
  font-weight: 700;
}

.contactus h3 {
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  margin: 0 0 0 0;
  font-family: 'neue_haas_unicamedium';
  font-weight: 500;
}

.contactus p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 15px 0 0 0;
  font-family: 'neue_haas_unicaregular';
  font-weight: 500;
}

.contactus .btns-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  padding: 30px 0 0 0;
}

.contactus .btns-wrap .mainbtn {
  background: transparent;
}

.contactus .btns-wrap .lightbtn {
  border: none;
}

@media (max-width: 1400px) {

  .hero h1 {
    font-size: 60px;
    line-height: 80px;
  }

  .hero p {
    font-size: 18px;
    line-height: 28px;
  }

  .hero .content {
    max-width: 450px;
    padding: 0 0 100px
  }


  @media (max-width: 1166px) {
    .margin-wrap {
      margin-left: 0;
    }

    .hero h1 {
      font-size: 50px;
      line-height: 60px;
    }

    .contactus .container {
      width: 95%;
    }

    .contactus h3,
    .ourpatient h3,
    .heading {
      font-size: 40px;
      line-height: 50px;
    }

    .ourpatient h4 {
      font-size: 26px;
      line-height: 36px;
    }

    .ourpatient h5 {
      font-size: 22px;
      line-height: 32px;
    }

  }

  @media (max-width: 1000px) {

    .service-item p {
      min-height: 104px;
    }

    .hero .inner-block {
      grid-template-columns: 1fr;
    }

    .hero .content {
      max-width: 600px;
      padding: 0 0 80px 0;
      margin: 0 auto;
      order: 2;
      text-align: center;
    }

    .hero .buttons {
      justify-content: center;
      align-items: center;
    }

    .hero .badge {
      margin: 0 auto 20px auto;
    }

    .hero .image {
      margin: 0 0 0 0;
    }

    .hero .image img {
      max-width: 550px;
      margin: 0 auto;
    }

    .margin-wrap {
      padding-right: 15px;
    }

  }


  @media (max-width: 991px) {

    .footer-wrap .logo-wrap {
      flex-direction: column;
      grid-gap: 30px;
    }

    .office-section .inner span,
    .office-section .info-text a {
      font-size: 18px;
      line-height: 28px;
    }

    .officehours .info .icon {
      height: 52px;
      width: 52px;
    }

    .officehours .info .icon i {
      font-size: 16px;
    }

    .officehours .contact {
      padding: 60px 30px;
    }

    .officehours .hours {
      padding: 60px 0;
    }

    .officehours {
      grid-gap: 30px;
    }


    .services-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 60px 30px;
    }

    .service-item p {
      min-height: auto;
    }

    .menu-footer-menu-container ul {
      grid-gap: 10px;
    }

    .contactus h3,
    .ourpatient h3,
    .heading {
      font-size: 35px;
      line-height: 45px;
    }

    .contactus .container {
      margin-bottom: 20px;
    }

    .ourpatient h4 {
      font-size: 22px;
      line-height: 32px;
    }

    .ourpatient h5 {
      font-size: 20px;
      line-height: 30px;
    }

    .world-wants p {
      font-size: 18px;
      line-height: 28px;
      margin: 20px 0;
    }
  }

  @media (max-width: 767px) {

    .service-item h4 {
      font-size: 22px;
      line-height: 32px;
    }

    .services-grid {
      grid-template-columns: repeat(1, 1fr);
      padding: 40px 0 0 0;
    }

    .contactus h3,
    .ourpatient h3,
    .heading {
      font-size: 30px;
      line-height: 40px;
    }

    .ourpatient h5 {
      font-size: 18px;
      line-height: 28px;
    }

    .contactus .btns-wrap {
      flex-direction: column;
    }

    .footer-wrap .logo-wrap {
      flex-direction: column;
      grid-gap: 30px;
    }

    .menu-footer-menu-container ul {
      grid-gap: 10px;
      justify-content: center;
      flex-direction: column;
    }

    .social-icons {
      flex-direction: column;
      justify-content: center;
      text-align: center;
    }

    .contactus p {
      font-size: 16px;
      line-height: 26px;
      margin: 10px 0 0 0;
    }

    .contactus .btns-wrap {
      padding: 20px 0 0 0;
    }

    .mainbtn,
    .lightbtn {
      font-size: 16px;
      line-height: 26px;
    }

    header .mainbtn,
    header .lightbtn {
      padding: 10px 16px;

    }

    @media(max-width: 375px) {
      header .mainbtn,
      header .lightbtn {
        font-size: 14px;
        line-height: 24px;
      }      
    }

    .contactus .content {
      padding: 60px 0;
    }

    .ourpatient p {
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 15px 0;
    }

    .ptb {
      padding: 60px 0;
    }

    section.slider-section.ptb {
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .world-wants {
      padding: 60px 0;
    }

    .world-wants p {
      font-size: 16px;
      line-height: 26px;
    }

    .world-wants .wrapper {
      grid-template-columns: 1fr;
      place-items: center;
    }

    .world-wants .wrapper .content {
      order: 2;
      text-align: center;
      padding: 30px 0 0 0;
    }

    .social-icons {
      padding: 10px 0 20px 0;
    }

    .footer-wrap .logo-wrap {
      padding: 30px 0 30px 0;
    }

    .officehours .hours {
      padding: 0 0;
      max-width: 100%;
    }

    .officehours {
      grid-template-columns: 1fr;
    }

    /* .header-section .mainbtn {
      display: none;
    } */

    /* .header-section .usericon {
      display: inline-flex;
      color: #B4B4A3;
      font-size: 25px;
    } */

    button#menuBtn {
      margin: 0px 0 0 22px;
    }

    .hero h1 {
      font-size: 40px;
      line-height: 50px;
    }

    .hero .buttons {
      flex-direction: column;
    }
  }
}

@media(max-width: 1199px) {
  .services-section .owl-theme.owl-carousel .owl-nav {
    position: static;
    width: 100%;
  }
  
  .hero #heading {
    font-size: 56px;
    line-height: 66px;
  }
}

@media(max-width: 576px) {
  .hero .inner-block {
    padding: 120px 0 0;
    gap: 0;
  }

  .officehours .info {
    grid-gap: 0;
  }
}

@media(max-width: 375px) {
  .hero .image img {   
    margin-left: -5%;
  }
}

.header-section #menu ul#menu-header-cta-button-1 {
  display: none;
}

@media(max-width: 576px) {
  .header-section #menu ul#menu-header-cta-button-1 {
    display: block;
    padding-top: 5px;
  }  
  .site-logo + .header-menu-container > ul.menu {
    display: none !important;
  }
  .site-logo {
    max-width: 120px;
  }
}

/* New Changes */
p.bg-text-overlay {
  background-color: rgb(0 0 0 / 35%);
  padding: 15px;
}

.data__img img {
  height: auto;
}

.data__link:before {
  content: none;
}

.learn-more a,
.data__link a {
  background: #B4B4A3 !important;
  color: #ffff !important;
  font-size: 18px;
  line-height: 28px;
  max-width: fit-content;
  width: 100%;
  padding: 13px 37px !important;
  border: 2px solid #B4B4A3;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 9;
  transition: .5s;
  font-family: 'neue_haas_unicamedium';
  font-weight: 500;
  border-radius: 0;
}

.learn-more a::before,
.data__link a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff !important;
  transition: .5s;
  z-index: -1;
}

.learn-more a:hover,
.data__link a:hover {
  color: #B4B4A3 !important;
}

.learn-more a:hover::before,
.data__link a:hover::before {
  top: 0;
}

.learn-more a .fa-solid {
  display: none;
}

/* Owl slider fix */
body .services-container .is-layout-flex {
  display: block;
}

.owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-stage-outer .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.owl-nav button {
  background: none;
  border: none;
  cursor: pointer;
  color: #B4B4A3;
  font-size: 60px;
}

.owl-nav button.disabled {
  color: #dbdbd2;
}

.services-container figure.wp-block-image {
  border-radius: 0;
  display: block;
  height: 200px;
  width: 100%

}

.services-container .wp-block-group.service-item {
  min-width: 0;
}

#data {
  scroll-margin-top: 195px;

}

html,body {
  scroll-behavior: smooth;
}

