body {
    color: #000;
    background-color: #fff;
    font-family: "Charis SIL", Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

html {
    scroll-padding-top: 20%;
    scroll-behavior: smooth;
}

.container {
    max-width: 1280px;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.row {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

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

a[href^="tel:"] {
  white-space: nowrap;
}

h1, h2, h3, h4 {
    font-family: "Zen Antique Soft", serif;
    font-weight: 600;
    font-style: normal;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

h2 span {
    color: #C0956A;
}

h3 {
    font-size: 22px;
}

@media (min-width: 600px) {
    h1 {
        font-size: 34px;
   }
    h2 {
        font-size: 30px;
   }
    h3 {
        font-size: 24px;
   }
}
@media (min-width: 992px) {
    h1 {
        font-size: 38px;
   }
    h2 {
        font-size: 36px;
   }
    h3 {
        font-size: 28px;
   }
}

* {
    box-sizing: border-box;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.hamburger {
    display: block;
    font-size: 30px;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
    z-index: 999;
}

.menu .hamburger {
    width: 0px;
    position: absolute;
    bottom: 50px;
}

nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: column;
    height: fit-content;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: #865F37;
}

nav.scrolled {
    background-color: #865F37    ;
    box-shadow: #865F37    0px 2px 5px;
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 999999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
}

nav > div {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
    height: auto;
    padding: 10px 0px;
    box-shadow: #000 0px 0px 5px;
}

.navigation {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
}

nav .menu {
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background: #865F37;
    position: absolute;
    top: -1rem;
    left: -100%;
    z-index: 0;
    transition: all 1s ease 0s;
    place-content: center;
    align-items: center;
}

nav .menu.active {
    top: -1rem;
    left: 0px;
    right: 0px;
    padding: 0px;
    z-index: 99;
    width: 100%;
}

nav .menu li {
    margin: 0px;
    text-align: center;
    padding: 1rem 0px;
    list-style: none;
}

nav .menu li a {
    text-decoration: none;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.brand {
    width: 85%;
    text-wrap: wrap;
    z-index: 10;
    padding: 0px 10px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.brand a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.brand img {
    height: 60px;
    width: auto;
    align-self: center;
}

.brand .logo {
    height: auto;
    max-height: 80px;
    max-width: 100%;
}

.brand span {
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin-left: 10px;
    font-family: "Zen Antique Soft", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    bottom: 3px;
}

.button {
    position: relative;
    background: #C0956A;
    font-size: 17px;
    font-weight: 600;
    border-radius: 20px;
    width: 160px;
    height: 50px;
    border: 3px solid #C0956A;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    text-shadow: none !important;
    transition: all 0.5s ease-in-out 0s;
}

.button:hover {
    background: #865F37;
}

.button-1 {
    position: relative;
    background: transparent;
    font-size: 17px;
    font-weight: 600;
    border-radius: 20px;
    width: 145px;
    height: 46px;
    border: 3px solid #C0956A;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    text-shadow: none !important;
    transition: all 0.5s ease-in-out 0s;
}

.button-1:hover {
    background: #C0956Ab8 !important;
}

.slider-section {
    position: relative;
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: row;
    min-height: 400px;
    max-height: 600px;
    justify-content: center;
}

.slider-section > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    top: 0px;
}

.slider {
    width: 100%;
    height: 100%;
    max-width: 1380px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.top-decoration-element {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
    width: 75%;
    margin: 0px 10px;
    position: relative;
    top: 35px;
    max-width: 1280px;
    margin-left: 4vw;
}

.slider-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 1;
}

.slider-content {
    position: relative;
    z-index: 3;
    text-align: left;
}

.slider-text {
    color: #fff;
    text-shadow: #000 0px 0px 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
}

.slider-text h1 {
    margin: 0px;
    position: relative;
    line-height: 1.3;
}

.slider-text p a {
    color: #fff;
    font-size: 20px;
    text-decoration: underline;
    text-shadow: #000 0px 0px 5px;
}

.slider-text p a:hover {
    text-decoration: none;
}

.slider-text p {
    /* margin: 5px 0px 10px; */
    margin: 0;
    position: relative;
}

.slider-text .slogan {
    font-size: 22px;
}

.slider-text .slogan span {
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: underline;
    text-decoration-color: #C0956A;
}

.header-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    position: relative;
    width: 80%;
    justify-content: center;
}

.header-buttons .button-1 {
    margin-top: 10px;
    background: #865F37b8;
    border-color: #C0956A;
    color: #fff !important;
    text-shadow: none !important;
}

.scroll-down {
    position: absolute;
    right: 60px;
    bottom: 15px;
    margin: 20px;
    z-index: 2;
}

.scroll-down img {
    height: 80px;
    transform: rotate(0deg);
    animation: 1.5s ease 0s infinite normal none running scroll-down-btn;
}

@-webkit-keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}
@keyframes scroll-down-btn {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
        opacity: 0;
   }
    50% {
        opacity: 1;
   }
    100% {
        transform: rotate(0deg) translate(0px, 20px);
        opacity: 0;
   }
}

.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.about-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    max-width: 1280px;
}

.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    padding: 15px 0px 20px;
    align-items: stretch;
    width: 100%;
}
.badges-container > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

@media screen and (max-width: 599.9px) {
    .badges-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .badge-holder {
        width: 85% !important;
    }
}

.badge-holder {
    background: #C0956A;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(50% - 10px);
    max-width: 300px;
    padding: 5px 5px 0px;
    margin: 10px 5px 30px;
    border-radius: 25px;
    position: relative;
    text-shadow: rgba(0, 0, 0, 0.04) 0px 15px 15px;
    font-family: "Charis SIL", sans-serif;
    border: 1px solid #865F37;
    transition: all 0.5s ease-in-out 0s;
}

.badge-holder:hover {
    box-shadow: #865F37 0px 0px 8px 0px;
    transform: scale(1.03);
}

p.badge-content {
    width: 60%;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding-bottom: 50px;
}

.badge-holder img {
    width: 40%;
    position: relative;
    top: -5px;
    z-index: 3;
}

.badge-title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #865F37;
    width: 100%;
    min-height: 40%;
    max-height: 50%;
    padding: 5px;
    position: absolute;
    right: 0;
    bottom: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.badge-title p {
    width: 60%;
    position: relative;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

#about {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
    width: 100%;
    position: relative;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.subtitle {
    font-style: italic;
    margin: 0px;
    position: relative;
    text-align: center;
    font-size: 20px;
    color: #865F37;
}

.about-content h2 {
    margin: 0px;
    text-align: center;
}

.about-content p {
    text-align: justify;
}

.about-images {
    margin: 20px 0px;
    position: relative;
    padding-top: 5%;
}

.about-img {
    display: inline-block;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-img > img {
    width: 100%;
    max-width: 400px;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 3;
    border-radius: 20px;
}

.about-img > img:first-child {
    position: absolute;
    width: 80%;
    height: 60%;
    top: -70px;
    right: -15px;
    border: #ffffff solid 15px;
    border-bottom-right-radius: 0px 0px;
}
.area-served {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}

.area-served li {
    width: 100%;
}

.area-served-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0px;
}

.area-served-section div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
}

.features-section {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #865F37;
}

.features-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    margin: 30px 0 0;
}

/* .features-section > div:last-of-type {
    margin: 0 0 30px;
    flex-direction: column;
}

.features-section > div:last-of-type ul {
    width: 100%;
    text-align: justify;
    color: #fff;
    padding-left: 10px;
    margin: 0;
}

.features-section > div:last-of-type li {
    margin: 15px 0px;
    padding-left: 5px;
}

.features-section > div:last-of-type li span {
    color: #C0956A;
} */

.features-content li::marker {
    content: "✔";
    color: #fff;
}

.features-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.features-content div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 0 15px;
}

.features-content .subtitle {
    color: #fff !important;
}

.features-content h2 {
    margin: 0 0 20px 0;
    color: #fff;
    text-shadow: #000 0px 0px 5px;
    text-align: center;
}

.features-content ul {
    text-align: justify;
    color: #fff;
    padding-left: 10px;
    margin: 0 0 10px;
}

.features-content li {
    margin: 10px 0px;
    padding-left: 5px;
}

.features-content li span {
    color: #fff;
    text-decoration: underline;
}

.features-images {
    display: flex;
    width: 100%;
    max-width: 600px;
    align-items: stretch;
    justify-content: center;
    position: relative;
    margin: 20px 0px;
}

.features-images img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    top: 0px;
    z-index: 0;
    border-radius: 15px;
}

.FeaturesSwiper {
    position: relative;
    width: 100%;
    height: 95%;
}

.FeaturesSwiper-navigation {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.FeaturesSwiper-navigation .swiper-pagination {
    margin: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative !important;
    left: 0px !important;
    bottom: 0px !important;
}

.FeaturesSwiper-navigation .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    box-shadow: #000 2px 2px 5px;
}

.FeaturesSwiper-navigation .swiper-pagination .swiper-pagination-bullet-active {
    background: #C0956A;
}

.FeaturesSwiper-navigation .swiper-nav-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
    border-radius: 30px;
    padding: 1px 0;
    z-index: 2;
    width: 150px;
}

.FeaturesSwiper .swiper-button-next {
    padding: 0px;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    margin: 0px 5px !important;
    width: 40px !important;
    height: 40px !important;
    background: #C0956A;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 6px #000);
}

.FeaturesSwiper .swiper-button-prev {
    padding: 0px;
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    margin: 0px 5px !important;
    width: 40px !important;
    height: 40px !important;
    background: #C0956A;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 6px #000);
}

.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom, transparent 0%, #fff 60%);
}

.services-section a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.services-section > div {
    width: 90%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.srvBlockTitle .subtitle {
    line-height: 1.2;
    font-weight: bold;
    font-family: "Charis SIL", sans-serif;
    display: inline-block;
    font-size: 26px;
}

.srvBlockTitle {
    text-align: center;
}

.srvBlockTitle h2 {
    text-align: center;
    margin: 0px 0px 25px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}

.srvBlockTitle h2 span {
    position: absolute;
    right: 0px;
    bottom: -35px;
}

.srvBlock {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
}

.srvElement {
    margin: 50px auto 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    position: relative;
    box-shadow: rgb(0, 0, 0) 0px -2px 15px 0px;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 25px;
    border: #C0956A solid 5px;
}

.srvElement:hover {
    border: #865F37 solid 5px;
    transition: all 0.5s ease-in-out 0s;
}

.srvElementHeader h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Heebo, sans-serif;
    padding: 5px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
    transition: all 0.5s ease-in-out 0s;
}

.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.srvElementImg img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.srvElementContent {
    position: relative;
    text-align: justify;
    color: #fff;
    padding: 0px 20px 10px;
    font-weight: 600;
    z-index: 2;
    transition: all 0.5s ease-in-out 0s;
}

.srvElementBody {
    position: relative;
    background: #865F37;
    padding-top: 20px;
    border-top: 5px solid #C0956A;
    transition: all 0.5s ease-in-out 0s;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    text-shadow: 1px 1px 5px #000 !important;
}

.srvElementBody::after {
    content: url("/img/icons/service-bg.webp");
    background-repeat: no-repeat;
    position: absolute;
    bottom: -3%;
    left: -3%;
    opacity: 0.1;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}

.srvElement:hover .srvElementBody {
    background: #C0956A;
    border-top: #865F37 solid 5px;
    transition: all 0.5s ease-in-out 0s;
}

.srvElement:hover .srvElementContent {
    color: #ffffff;
}

.srvElementHeader {
    border-radius: 25px;
    position: relative;
    bottom: 1px;
    padding: 5px;
    z-index: 2;
}

.srvElement:hover h2 {
    color: #ffffff;
}

.gallery-section h2 {
    text-align: center;
    margin: 0px 0px 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 2;
}

.gallery-section h2 span {
    position: absolute;
    right: 25px;
    bottom: -35px;
}

.gallery-section {
    padding: 30px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}

.lp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0px auto;
}

.lp-gallery a {
    width: 38vw;
    height: 38vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 8px;
    transition: all 0.5s ease;
}

.lp-gallery a:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.lp-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
    border-radius: 25px;
    border: #C0956A solid 5px;
}

.lp-gallery a:hover img {
    border: #865F37 solid 5px;
}

.lightboxOverlay, .lightbox {
    z-index: 999999 !important;
}

.testimonials-contact-form-section {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding-bottom: 35px;
}

.testimonials-contact-form-section::before {
    content: '';
    display: none;
}

.contact-form-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 370px;
    position: relative;
}

.contact-form-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(103, 40, 48, 0.68);
    z-index: 1;
}

.contact-form-section::after {
    content: "";
    display: none;
}

.contact-form-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.email-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    z-index: 2;
    margin: 0 20px;
}

.email-form > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.email-form-title {
    position: relative;
    border-radius: 35px 35px 0px 0px;
    background: #865F37;
    padding: 0 15px;
}

.submit-button {
    font-family: "Charis SIL", Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 300px;
    width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C0956A;
    letter-spacing: 1px;
    border: none;
    contain-intrinsic-block-size: auto 100px;
}

.submit-button:hover {
    background: #865F37;
    color: #fff;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    background: #865F37;
    padding: 15px 0;
    border-radius: 0 35px 35px;
}

.email-form p {
    font-family: "Zen Antique Soft", serif;
    font-size: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 2;
    text-shadow: rgb(0, 0, 0) 0px 0px 5px;
    font-weight: 500;
    margin: 10px;
}

.contact-form .form-row {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form .form-row.submit-btn {
    width: auto;
}

.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
    width: 90%;
    padding: 20px 10px 10px;
    border: none;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 25px;
}

.contact-form input:focus, .contact-form input:not(:placeholder-shown), .contact-form textarea:focus, .contact-form textarea:not(:placeholder-shown) {
    outline: 0px;
    background: rgb(255, 255, 255);
}

.contact-form textarea {
    resize: none;
}

.contact-form .form-row label {
    color: rgb(255, 255, 255);
    position: absolute;
    pointer-events: none;
    left: 10%;
    top: 23px;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    padding: 0px 5px;
}

.contact-form input:focus + label, .contact-form input:not(:placeholder-shown) + label, .contact-form textarea:focus + label, .contact-form textarea:not(:placeholder-shown) + label {
    top: 0px;
    color: rgb(0, 0, 0);
    padding: 2px 10px;
    background: rgb(255, 255, 255);
    font-size: 14px;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
    border-radius: 25px;
}

.contact-form input[type="text"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
    outline: none;
    border-color: rgb(0, 0, 0);
}

.contact-form input[type="text"]::placeholder, .contact-form input[type="tel"]::placeholder, .contact-form input[type="email"]::placeholder, .contact-form textarea::placeholder {
    visibility: hidden;
}
.contact-form input[type="text"]:focus::placeholder, .contact-form input[type="tel"]:focus::placeholder, .contact-form input[type="email"]:focus::placeholder, .contact-form textarea:focus::placeholder {
    visibility: visible;
}
/* CAPTCHA */
.form-row.form-row-captcha {
    top: -43px;
}
.captcha-and-submit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    align-content: center;
}
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #fff !important;
    box-sizing: border-box;
    transition: 0.5s;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 25px;
    width: 100%;
    accent-color: #865f37 !important;
    padding: 10px 10px !important;
    font-size: 14px;
    left: 0 !important;
    transform: unset !important;
    width: 150px !important;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0px 50px;
    position: relative;
    background: url(/img/testimonials-bg.webp);
    background-size: cover;
    background-position: center;
}

.testimonials-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    background: #000000a6;
}

#testimonials {
    display: flex;
    flex-direction:column;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 90%;
    z-index: 2;
    margin-bottom: 20px;
}

.testimonial {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonials-title .subtitle {
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}

#testimonials h2 {
    color: #fff;
    text-align: center;
    margin: 0px 0px 25px;
    position: relative;
    text-transform: capitalize;
    text-shadow: none;
    z-index: 2;
    width: 100%;
    text-shadow: 1px 1px 4px #000;
}

#testimonials h2 span {
    position: absolute;
    right: 0px;
    bottom: -35px;
}

.swiper-wrapper {
    align-items: center;
}

.testimonial .image {
    height: 150px;
    width: 150px;
    position: relative;
    bottom: -25px;
    right: -25%;
    align-self: center;
    object-fit: cover;
    z-index: 1;
    border: 5px solid #865F37;
    border-radius: 35px 35px 25px 25px;
}

.testimonial .slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100% !important;
    padding: 0 2px;
}

.testimonial-content {
    background: #865F37;
    padding: 10px 15px;
    position: relative;
    z-index: 0;
    height: fit-content;
    border-radius: 35px 35px 0 35px;
}

.testimonial-text {
    border-radius: 5px;
    position: relative;
}

.slide p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: justify;
    margin: 0px;
    position: relative;
    padding: 20px;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
}

.testimonial-details {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    height: 70px;
    background: #865F37;
    border-radius: 0 0 35px 35px;
    margin-top: 0;
}

.details .name {
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    filter: drop-shadow(#000 1px 2px 4px);
}

.slide .details img {
    width: 130px;
    filter: drop-shadow(#111 1px 2px 4px);
}

.swiper-button-next {
    top: -20px !important;
}

.swiper-button-prev {
    top: -20px !important;
}

.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
    position: relative !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: rgb(255, 255, 255);
    font-size: 20px !important;
}

.nav-btn {
    border-radius: 50%;
    transform: translateY(30px);
    transition: all 0.2s ease 0s;
}

.nav-btn::after, .nav-btn::before {
    font-size: 20px;
}

.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 0px 0px;
}

.contact-section > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 3;
    width: 90%;
    max-width: 1280px;
    background: #C0956A;
    border-radius: 35px 35px 0 0;
    padding: 15px 20px 115px;
}

.contact-section p {
    font-size: 28px;
    font-family: "Charis SIL", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: none;
    margin: 0px;
    max-width: 981px;
}

.contact-section a {
    color: #fff;
    text-shadow: none;
    text-decoration: underline;
}

.contact-section a:hover {
    color: #fff;
    text-decoration: none;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    background: #865F37;
    z-index: 4;
}

footer::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 100%;
    height: 100px;
    background-image: url("/img/icons/fence-icon-footer.webp");
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto;
    z-index: 3;
}

footer .company-rights {
    display: flex;
    width: 90%;
    max-width: 1280px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: relative;
    font-weight: 600;
    background: #865F37;
    padding-bottom: 15px;
    margin-top: 15px;
}

#callnowbutton {
    display: none;
}

#booking-engine {
    position: fixed;
    left: 0px;
    z-index: 9999999;
    cursor: pointer;
    bottom: 10px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: none;
    box-shadow: none;
    margin: 0px;
    padding: 0px;
}

#booking-engine .button-1 {
    background: #865F37;
    border-left: none;
    border-radius: 0px 20px 20px 0px;
    height: auto;
    padding: 10px 0px;
    text-shadow: #000 1px 1px 10px;
}

.swiper-container {
    display: flex;
    flex-direction: column;
    position:relative;
    width: 100%;
    height: 100%;
}

.main-gallery-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.GallerySwiper {
    width: 100%;
    height: 100%;
    max-width: 750px;
}

.GallerySwiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
}

.GallerySwiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 35px;
    max-width: 750px;
    max-height: 500px;
}

.GallerySwiper .swiper-button-next {
    right: auto;
    left: calc(50% + 30px);
    top: -35px !important;
    padding: 0;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    background: #C0956A;
    border-radius: 100%;
    filter: drop-shadow(1px 1px 6px #000);
}

.GallerySwiper .swiper-button-prev {
    right: 30px;
    top: -53px !important;
    right: auto;
    left: calc(50% - 60px);
    padding: 0;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    background: #C0956A;
    border-radius: 100%;
    filter: drop-shadow(1px 1px 6px #000);
}

.GalleryThumbs {
    width: 100%;
    height: 100%;
}

.GalleryThumbs img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    height: clamp(60px, 15vw, 190px);
}

.gallery-videos {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.gallery-videos video {
    margin: 10px;
    width: 100%;
    height: auto;
    max-height: 400px;
}
@media (min-width: 741px) {
    .gallery-videos video {
        width: 47%;
    }
}

@media (min-width: 600px) {
    .top-decoration-element {
        width: 60%;
    }
    .header-buttons {
        width: 100%;
        max-width: 600px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 3%;
    }
    .header-buttons .button-1 {
        margin-top: 0;
    }
    .testimonial-details {
        width: 50%;
    }
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: rgb(129, 215, 66);
        color: rgb(255, 255, 255);
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        border-radius: 10px;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
   }
    #callnowbutton a img {
        height: 2em;
   }
}

@media (min-width: 768px) {
    .area-served li {
        width: 49%;
    }
    .srvElement {
        width: 48%;
        display: flex;
        flex-direction: column;
        margin: 30px 5px 0px;
    }
    .srvElementImg img {
        height: 250px;
    }
    .srvElementFullWidth .srvElementImg img {
        height: 100%;
    }
    .srvElementBody {
        height: 100%;
    }
    .srvElementContent {
        height: 100%;
    }
    .srvElementFullWidth .srvElementContent {
        height: auto;
    }
    .srvElement.srvElementFullWidth {
        width: 100%;
        max-width: 1280px;
        flex-direction: row;
    }
    .srvElementFullWidth .srvElementImg {
        width: 32%;
        margin: 0px;
    }
    .srvElementFullWidth .srvElementBody {
        width: 68%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #testimonials {
        align-items: flex-end;
    }
    .testimonials-title {
        width: 60%;
        position: absolute;
        top: 25px;
        left: 20px;
        z-index: 3;
    }
    #testimonials h2 {
        font-size: 26px;
    }
    .contact-form .form-row {
        width: 33%;
    }
    .contact-form .form-row:nth-child(4) {
        width: 70%;
        justify-content: flex-start;
    }
    .contact-form .form-row:nth-child(4) label {
        left: 2%;
    }
    .contact-form .form-row.submit-btn {
        display: flex;
        width: 25%;
        justify-content: center;
    }
}

@media (min-width: 981px) {
    .hamburger {
        display: none;
   }
    nav {
        height: fit-content;
   }
    nav > div {
        justify-content: center;
   }
    nav .menu {
        height: auto;
        flex-direction: row;
        justify-content: space-around;
        top: initial;
        left: initial;
        position: relative;
        width: auto;
        align-items: center;
        padding: 0px;
        margin: 5px 0px;
        background: transparent;
   }
    nav .menu li {
        margin: 0px 10px;
        padding: 0px;
   }
   
    .brand {
        width: 100%;
        justify-content: center;
   }
    .brand a {
        justify-content: center;
   }
    .slider-section {
        height: calc(100vh - 60px) !important;
   }
    nav .menu li:nth-of-type(7) {
        margin-bottom: 0px;
   }
    .top-decoration-element {
        top: 55px;
    }
    .slider-text .slogan {
        font-size: 26px;
    }
    .slider-text .slogan span {
        font-size: 28px;
    }
    #about {
        flex-direction: row;
        justify-content: space-between;
    }
    .about-content {
        width: 49%;
        align-items: flex-start;
    }
    .about-content h2 {
        text-align: left;
    }
    .about-images {
        width: 49%;
        margin: 0px;
    }
    .about-img > img {
        max-width: 500px;
    }
    #testimonials {
        max-width: 1280px;
   }
   .features-section > div{
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
        width: 90%;
        background: #865F37;
        margin: 30px 0 10px;
    }
    .features-content {
        width: 60%;
    }
    .features-content div {
        width: 90%;
    }
    .features-images {
        width: 50%;
        margin: 0;
    }
    /* .features-section > div:last-of-type {
        align-items: flex-end;
    } */
    .testimonial {
        width: 75%;
    }
    .contact-form {
        width: 75%;
    }
    .main-gallery-slider {
        flex-direction: row;
    }
    .gallery-title-holder {
        width: 30%;
    }
    .lp-gallery a {
        width: calc(31.6667vw);
        max-width: 300px;
        height: calc(31.6667vw);
        max-height: 300px;
   }
}

@media (min-width: 1150px) {
    nav {
        height: fit-content;
   }
    nav > div {
        flex-direction: row;
        justify-content: space-between;
   }
    .navigation {
        width: auto;
   }
    nav .menu {
        width: auto;
   }
    .srvElement {
        width: 32%;
    }
}