.sortable-handler {
  touch-action: none;
}

.sc-section {
  height: 100vh;
}
.sc-section .content {
  text-align: center;
}

.sc-section .slide {
  background-size: cover;
}

.slide-content h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 0.4em;
  opacity: 0.95;
  text-shadow: 2px 6px 12px rgba(0, 0, 0, 0.58);
}
@media screen and (max-width: 849px) {
  .slide-content h2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 549px) {
  .slide-content h2 {
    font-size: 40px;
  }
}
.slide-content a {
  margin-right: 0px;
}

.contact-section h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2C302E;
}
.contact-section .button.cc-btn-ct-us.call {
  margin-right: 0px;
}

.contact-address ul {
    padding: 0;
}

.contact-address ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.contact-address ul li::before {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/uploads/2025/04/icon-location.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.sc-section .fp-slidesNav ul li a span {
  background-color: rgba(255, 255, 255, 0.5); /* Inactive bullet color */
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}
.sc-section .fp-slidesNav ul li a.active span {
  width: 10px;
  height: 10px;
  background-color: #ffffff; /* Active bullet color */
  margin: 0 5px;
}
.sc-section .fp-slidesNav.bottom {
  text-align: center;
}
.sc-section .fp-controlArrow.fp-next,
.sc-section .fp-controlArrow.fp-prev {
  border: none;
  width: 20px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.sc-section .fp-controlArrow.fp-prev {
  background-image: url("/wp-content/themes/flatsome-child/change/assets/img/svg-prev.svg");
}
.sc-section .fp-controlArrow.fp-next {
  background-image: url("/wp-content/themes/flatsome-child/change/assets/img/svg-next.svg");
}/*# sourceMappingURL=home.css.map */