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: #ec622c;
}

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: #0b2438;
}

nav.scrolled {
    background-color: #0b2438    ;
    box-shadow: #0b2438    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: #0b2438;
    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: #ec622c;
    font-size: 22px;
    font-weight: 600;
    border-radius: 20px;
    width: 160px;
    height: 50px;
    border: 3px solid #ec622c;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff !important;
    text-shadow: 0 0 10px #0b2438 !important;
    transition: all 0.5s ease-in-out 0s;
}

.button:hover {
    background: #0b2438;
}

.button-1 {
    position: relative;
    background: transparent;
    font-size: 17px;
    font-weight: 600;
    border-radius: 20px;
    width: 160px;
    height: 50px;
    border: 3px solid #ec622c;
    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: #ec622cb8 !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 > picture {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

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

.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;
}

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

.slider-text p a {
    color: #ec622c;
    font-size: 20px;
    text-shadow: #000 0px 0px 5px;
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;
}

.slider-text p a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.slider-text p a:hover {
    color: #fff;
}

.slider-text p a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.slider-text p {
    font-size: 18px;
    margin: 5px 0px 10px;
    position: relative;
}

.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: #0b2438b8;
    border-color: #ec622c;
    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;
   }
}

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

.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: #ec622c;
    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 #0b2438;
    transition: all 0.4s ease-in-out 0s;
}

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

p.badge-content {
    width: 60%;
    color: #ffffff;
    /* text-shadow: 0px 0px 10px #000; */
    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%;
    height: auto;
    position: relative;
    top: -5px;
    z-index: 3;
}

.badge-title {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #0b2438;
    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: 19px;
    color: #0b2438;
}

.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%;
    height: auto;
    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%;
    text-align: left;
}

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

.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 {
    text-align: justify;
    color: #fff;
    padding-left: 10px;
    margin: 0;
}

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

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

.features-content li::marker, .features-section > div:last-of-type li::marker {
    content: "✔";
    color: #ec622c;
}

.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;
}

.features-content .subtitle {
    color: #ec622c;
}

.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;
}

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

.features-content li span {
    color: #ec622c;
}

.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;
    cursor: default;
}

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

.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: #ec622c;
    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: #ec622c;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 6px #000);
}

/*SERVICES SECTION*/
.srvBlock .srvSwiper .swiper-wrapper .swiper-slide {
     display: flex;
    justify-content: center;
    align-items: stretch;
    height: auto;
}

.srvBlock .srvSwiper .swiper-wrapper .swiper-slide a {
     display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    height: 100%;
}


.services-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.services-section > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    position: relative;
    margin: 30px 0;
}
.srvBlockTitle p {
    line-height: 1.2;
    font-weight: bold;
    font-family: "Charis SIL", sans-serif;
    color: rgb(0, 0, 0);
    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;
}
.services-section > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
    width: 100%;
}


.srvBlock .srvSwiper {
 padding: 0 0 35px;
}

.srvBlock .srvSwiper .swiper-wrapper {
display: flex;
align-items: stretch;
position: relative;
flex-direction: row;
height: 100%;
width: 100% !important;
}

.srvElement {
    margin: 50px auto 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
    background: #0b2438;
    box-shadow: rgb(0, 0, 0) 0px -2px 15px 0px;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 25px;
    border: #ec622c solid 5px;
    max-width: 500px;
}
 .srvElement:hover {
    border: #0b2438 solid 5px;
    transition: all 0.5s ease-in-out 0s;
}
.srvElementHeader h2 {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #000, 0 0 5px #000 !important;
    font-family: Heebo, sans-serif;
    /* padding: 5px; */
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
    text-shadow: none;
    transition: all 0.5s ease-in-out;
}
.srvElementImg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.srvElementImg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 0 0;
    position: relative;
    z-index: 0;
}
.srvElementContent {
    text-align: justify;
    padding: 0px 20px 10px;
    line-height: 1.4;
    transition: all 0.5s ease-in-out;
    font-size: 19px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

.srvElementBody {
    position: relative;
    padding-top: 30px;
    border-top: 5px solid #ec622c;
    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;
}
.srvElementHeader {
    position: relative;
    bottom: 1px;
    padding: 5px;
    /* min-height: 85px; */
}
.srvElement:hover {
    background: #ec622c;
    border-top: #0b2438 solid 5px;
    transition: all 0.5s ease-in-out 0s;
}

.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: #ec622c solid 5px;
}

.lp-gallery a:hover img {
    border: #0b2438 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: #ec622c;
    padding: 0 15px;
}

.submit-button {
    font-family: "Charis SIL", Arial, Helvetica, sans-serif;
    color: rgb(255, 255, 255);
    text-shadow: none;
    font-size: 18px;
    font-weight: 700;
    border-radius: 300px;
    padding: 8px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b2438;
    letter-spacing: 1px;
    border: none;
    contain-intrinsic-block-size: auto 100px;
}

.submit-button:hover {
    background: #f18961;
    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: flex-start;
    row-gap: 20px;
    background: #ec622c;
    padding: 15px 25px;
    border-radius: 0 35px 35px;
    flex-wrap: wrap;
}

.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;
    align-items: center;
}

/* CAPTCHA */
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    position: relative !important;
    gap: 10px;
    cursor: pointer;
    color: #000;
    box-sizing: border-box;
    accent-color: #0b2438 !important;
    padding: 8px 12px !important;
    font-size: 16px;
    left: 0 !important;
    transform: unset !important;
    width: max-content;
    margin: 0 0 15px;
    top: 0 !important;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px 0px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 25px;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.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: 100%;
    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: 20px;
    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;
}

.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-mobile.webp);
    background-size: cover;
    background-position: center;
}

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

#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 !important;
    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: flex-end;
}

.testimonial .image {
    height: 150px;
    width: 150px;
    position: relative;
    bottom: -25px;
    right: -25%;
    align-self: center;
    object-fit: cover;
    z-index: 1;
    border: 5px solid #ec622c;
    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: #ec622c;
    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: #ec622c;
    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: #ec622c;
    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: #ffffff;
    text-transform: none;
    margin: 0px;
    max-width: 981px;
}

.contact-section a {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    position: relative;
    transition: color 0.2s ease;
}

.contact-section a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #0b2438;
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.contact-section a:hover {
    color: #0b2438;
}

.contact-section a:hover::after {
    transform: translateX(-50%) scaleX(1);
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    position: relative;
    background: #0b2438;
    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: #0b2438;
    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: #0b2438;
    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(100% - 70px);
    top: -35px !important;
    padding: 0;
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    background: #ec622c;
    border-radius: 100%;
    filter: drop-shadow(1px 1px 6px #000);
}

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

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

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

.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;
    }
    .testimonials-section {
        background: url(/img/testimonials-desktop.webp);
    }
    .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: 50%;
    }
 
    #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 {
        padding: 15px 0;
        justify-content: center;
    }
    .contact-form .form-row {
        width: 33%;
        justify-content: center;
    }
    .contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
        width: 90%;
    }
    .contact-form .form-row:nth-child(4) {
        width: 70%;
        justify-content: flex-start;
    }
    .contact-form .form-row:nth-child(4) label {
        left: 2%;
    }
    .captcha-and-submit {
        display: flex;
        width: 25%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .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;
    }
    #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: #0b2438;
        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;
   }
}
@media (min-width: 981px) {
  /*SERVICES DESKTOP*/
    .srvElement {
        /* width: 31%; */
        display: flex;
        cursor: pointer;
        flex-direction: column;
        margin: 30px 10px 0px;
        max-width: 350px;
    }
    .srvElementImg img {
        height: 200px;
    }
    .srvElementBody {
        height: 100%;
    }
    .srvElementContent {
        height: 100%;
    }
 
}

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

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

.ServicesSwiper-navigation {
    opacity: 1;
    cursor: default;
}

.ServicesSwiper-navigation{
}

.ServicesSwiper-navigation .srv-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;
}

.ServicesSwiper-navigation .srv-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: #ec622c;
    cursor: pointer;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 6px #000);
}
.ServicesSwiper-navigation .srv-swiper-button-next:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    z-index: 5;
    top: 30%;
    left: 25%;
    
}
.ServicesSwiper-navigation .srv-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: #ec622c;
    border-radius: 30px;
    filter: drop-shadow(1px 1px 6px #000);
    cursor: pointer;
}
.ServicesSwiper-navigation .srv-swiper-button-prev:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(225deg);
    position: absolute;
    z-index: 5;
    top: 30%;
    left: 35%;
    
}
.header-subtitle {
    font-size: 25px;
    color: #fff;
    background-color: #ec622c;
    border-radius: 20px;
    padding: 10px;
    margin: 10px 0;
}