body {
    overflow-x: hidden;
}

.hero-slider {
    width: 100%;
    height: 75vh;
    position: relative;
    overflow: hidden
}

@media (max-width:768px) {
    .hero-slider {
        height: 88vh
    }
}

.swiper-container,
.swiper-slide {
    width: 100%;
    height: 100%
}

.slide-inner {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat
}

.blur-bg {
    background-size: cover;
    filter: blur(30px);
    transform: scale(1.2);
    z-index: 0
}

.main-bg {
    background-size: contain;
    z-index: 1
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff
}

.swiper-pagination-bullet-active {
    background: #fff
}

.grecaptcha-badge{
    bottom: 75px !important;
}

.tp-service-details-title{
    color: #9a9a9a;
}

.page b, .page strong {
    color: black;
}

.page p {
    padding-bottom: 1rem;
}

.single-zone .swiper-android .swiper-slide, .single-zone .swiper-wrapper {
    transform: translate3d(0, 0px, 0px) !important;
}

.swiper-pagination-bullet-active {
    background: #6c5c4d;
}

.blog-sidebar-dot.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    text-align: center;
}

.slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
