body {
    color: #000000;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 16px;
    background: #f7fbea;
}

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 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

a {
    text-decoration: none;
}

h1, h2, h3, h4 {
    font-family: none;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 30px;
    font-family: Exo, serif;
    margin: 0px;
    position: relative;
    color: #4E3521;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
    color: #ffffff;
    font-family: Exo, serif;
}

h2 span {
    color: #ffffff;
}

h3 {
    font-size: 22px;
}

* {
    box-sizing: border-box;
}

p {
    text-align: justify;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f7fbea;
    position: relative;
    box-shadow: #00000050 0px 0px 10px;
}

header::before {
    content: "";
    position: absolute;
    top: 100px;
    left: -20px;
    width: 260px;
    height: 190px;
    background: url("/img/elements/header-left-element.webp") 0% 0% / contain no-repeat;
    opacity: 0.3;
}

header::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: 0px;
    width: 260px;
    height: 210px;
    background: url("/img/elements/header-right-element.webp") 0% 0% / contain no-repeat;
    opacity: 0.3;
}

nav {
    display: flex;
    position: fixed;
    width: 100%;
    top: 0px;
    flex-direction: column;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: background-color 0.3s;
    /* padding: 5px 0px; */
    box-shadow: #000000 0px 2px 5px;
}

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

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

.brand-container {
    max-width: 78%;
}

.brand {
    display: flex;
    align-items: center;
    position: relative;
}

.brand span {
    color: #4E3521;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    align-content: center;
    line-height: 1;
    font-family: Exo, serif;
}

.brand a {
    display: flex;
    text-decoration: none;
    top: 0px;
    position: relative;
    align-items: center;
    width: 100%;
}

.brand img {
    height: 100px;
    width: auto;
}

.fullwidth-brand img {
    height: 100%;
    width: 100%;
    margin-left: 10px;
    max-width: 300px;
}

.menu-bg {
    position: fixed;
    width: 60px;
    height: 42px;
    border-radius: 30px;
    right: 41px;
    top: 50px;
    background: #4E3521;
    pointer-events: none;
    transition: 0.3s;
    transform: translate3d(50%, -50%, 0px);
    transform-origin: center center;
    overflow: hidden;
    margin: 0px 0px 0px 10px;
}

.menu-bg.fs {
    width: 400vw;
    height: 400vw;
    background: #fff;
    display: flex;
    pointer-events: auto;
}

.menu-burger {
    position: absolute;
    width: 52px;
    height: 43px;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    cursor: pointer;
    transition: 0.4s;
    z-index: 99;
    pointer-events: auto;
    display: flex;
    justify-content: center;
}

.menu-burger img {
    width: 80%;
    position: absolute;
    filter: invert(1);
}

.menu-burger.fs {
    transform: rotate(-180deg);
    color: #000;
}

.menu-items {
    position: absolute;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
    margin-top: 75px;
    transform: translateY(-200%);
    pointer-events: none;
}

.menu-items div {
    transition: 1s;
    opacity: 0;
    margin-top: 0px;
}

.menu-items div a {
    color: #4E3521;
}

.menu-items.fs {
    transform: translateY(0px);
    pointer-events: auto;
    opacity: 1;
    width: 100%;
    left: 0px;
}

.menu-items.fs div {
    opacity: 1;
    margin-top: 20px;
}

.menu-items.fs div:nth-child(7) {
    margin-top: 15px;
}

.menu-items.fs div:nth-child(8) {
    margin-top: 15px;
}

.button {
    position: relative;
    padding: 10px 12px;
    font-size: 17px;
    border: 1px solid #f7fbea;
    background: #f7fbea;
    border-radius: 20px;
    cursor: pointer;
    box-shadow: #0000001a 0px 10px 20px, #ffffff26 0px 0px 0px 1px inset;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.5px;
    text-shadow: #0000001a 0px 1px 2px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #333333 !important;
}

.button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff4d, transparent);
    transition: 0.6s;
}

.button::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle, #ffffff1a 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: #00000026 0px 15px 30px, #ffffff33 0px 0px 0px 1px inset;
    letter-spacing: 1.5px;
}

.button:hover::before {
    left: 100%;
}

.button:hover::after {
    opacity: 1;
}

.button:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: #0000001a 0px 5px 15px, #ffffff26 0px 0px 0px 1px inset;
    background: #ffffff33;
}

nav .button {
    background: #9BC942;
    border-color: #9BC942;
}

.button span {
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.consultation-button {
    position: relative;
    padding: 10px 12px;
    font-size: 17px;
    border: 1px solid #f7fbea;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    cursor: pointer;
    box-shadow: #0000001a 0px 10px 20px, #ffffff26 0px 0px 0px 1px inset;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.5px;
    text-shadow: #0000001a 0px 1px 2px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #f7fbea !important;
    background: #4e3521;
}

.consultation-button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff4d, transparent);
    transition: 0.6s;
}

.consultation-button::after {
    content: "";
    position: absolute;
    inset: 0px;
    opacity: 0;
    transition: opacity 0.4s;
}

.consultation-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: #00000026 0px 15px 30px, #ffffff33 0px 0px 0px 1px inset;
    letter-spacing: 1.5px;
}

.consultation-button:hover::before {
    left: 100%;
}

.consultation-button:hover::after {
    opacity: 1;
}

.consultation-button:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: #0000001a 0px 5px 15px, #ffffff26 0px 0px 0px 1px inset;
    background: #ffffff33;
}

.consultation-button span {
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.slider-section {
    position: relative;
    width: 90%;
    display: flex;
    z-index: 0;
    overflow: hidden;
    flex-direction: column;
    top: 100px;
    padding: 40px 0px 120px;
    align-items: center;
    justify-content: center;
}

.slider-img-container {
    margin: 15px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: #00000050 0px 0px 10px;
    border-radius: 20px;
    width: 320px;
    height: 300px;
}

.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 20px;
    position: absolute;
}

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

.slider-text {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(#f7fbea 1px 1px 6px);
    text-shadow: #f7fbea 1px 1px 5px !important;
}

.slider-text p a {
    color: #333333;
    text-decoration: underline #333333;
}

.slider-text p a:hover {
    color: #4E3521;
    text-shadow: #ffffff 0px 0px 10px;
    text-decoration: underline #4E3521;
}

.slider-text p {
    margin: 10px 0px 5px;
    position: relative;
    font-weight: 500;
    text-align: center;
    color: #333333;
}

.slogan {
    font-size: 20px;
    color: #4e3521 !important;
    font-weight: 600 !important;
    border-left: 2px solid #4e3521;
    border-bottom: 2px solid #4e3521;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom-left-radius: 20px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff;
    box-shadow: -3px 4px 5px 0px #0000003d;
}

.headers-buttons {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
    align-items: center;
}

.headers-buttons a.button {
    background: #9bc942;
    border: 1px solid #4E3521;
    /* color: #ffffff !important; */
}

.headers-buttons a.consultation-button {
    border: 1px solid #4E3521;
    margin: 0px 0px 10px;
    color: #ffffff !important;
}

.scroll-down {
    position: absolute;
    bottom: 10px;
    margin: 20px;
}

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

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

.badges-section {
    display: flex;
    justify-content: center;
    background: #fff;
}

.about-holder {
    display: flex;
}

.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 60px 0;
    align-items: center;
    width: 100%;
    position: relative;
    max-width: 1280px;
}

.badge-holder:first-child, .badge-holder:last-child {
    background: #9BC942;
}

.badge-holder:first-child img, .badge-holder:last-child img {
    filter: invert(1);
}

.badge-holder:first-child p.badge-title, .badge-holder:last-child p.badge-title {
    color: #000000;
}

.badge-holder:first-child p.badge-content, .badge-holder:last-child p.badge-content {
    color: #000000;
}

.badge-holder {
    display: flex;
    flex-direction: column;
    width: calc(60% - 10px);
    max-width: 180px;
    height: 200px;
    background: #4E3521;
    padding: 15px 6px 22px;
    margin: 10px 15px;
    border-radius: 30px;
    position: relative;
    box-shadow: #42424278 0.3rem 0.3rem 0.6rem, #ffffff -0.2rem -0.2rem 0.5rem;
    align-items: center;
    line-height: 1.2;
    justify-content: space-between;
    transition: 0.15s linear;
}

.badge-holder:hover {
    box-shadow: #e7ecebc9 0px 0px 10px;
}

p.badge-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    margin: 10px 0px 5px;
    color: #f7fbea;
    text-align: center;
    font-family: Exo, serif;
    height: 45px;
    align-content: center;
    line-height: 20px;
}

p.badge-content {
    text-align: center;
    text-transform: capitalize;
    min-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 18px;
    margin: 0px;
    color: #ffffff;
}

.badge-holder img {
    width: 50%;
}

.about-section {
    padding: 60px 0px;
}

.about-section img {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.about-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    background-blend-mode: overlay;
    box-shadow: #000000b8 0px 0px 10px;
    background-color: #00000040 !important;
}

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

.about-content {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    color: aliceblue;
    filter: drop-shadow(#000000 1px 1px 6px);
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
    text-shadow: #000000 1px 1px 5px !important;
}

.about-content h2 {
    position: relative;
    z-index: 2;
}

.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
}

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

.area-served li::marker {
    content: "☑";
}

#about a.button {
    background: #f7fbea;
    border: 1px solid #f7fbea;
    color: #333333 !important;
}

.about-img {
    width: 320px;
    height: 300px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.about-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    border: 4px solid #ffffff;
    object-position: 50% 50%;
}

.features-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 60px 0px 0px;
}

.features-section > div {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    z-index: 1;
}

.features img {
    max-width: 100%;
    height: 100%;
    width: 600px;
}

.features-img {
    width: 320px;
    height: 300px;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

img.features-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: center center;
}

.features-section ul, .features-section-2 ul {
    padding-left: 10px;
}

.features-section ul li, .features-section-2 ul li {
    text-align: justify;
    padding: 0px 0px 10px 5px;
    z-index: 1;
    position: relative;
}

.features-section ul li::marker, .features-section-2 ul li::marker {
    content: "☑";
}

.features-content-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
    width: 90%;
}

.features-content-1 h2 {
    color: #4E3521;
}

.features-content-1 h2 span {
    color: #4E3521;
}

.features-section-2 {
    display: flex;
    width: 100%;
    padding: 30px 0px 60px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

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

.features-content-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}

.features-content-2 > div {
    justify-items: center;
    z-index: 0;
}

.features-content-2 .button {
    background: #4E3521;
    z-index: 2;
    position: relative;
    color: #ffffff !important;
}

.features-content-2 .button:hover {
    background: #4E3521;
}

.email-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
    z-index: 2;
}

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

.contact-form-section {
    display: flex;
    place-items: center;
    position: relative;
    min-height: 364px;
    max-width: 100%;
    border-radius: 20px;
    width: 430px;
    height: auto;
    justify-content: center;
    justify-self: center;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 30px 0px;
    box-shadow: #0000004d 0px 19px 38px, #00000038 0px 15px 12px;
}

.contact-form-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #4E352136;
    z-index: 1;
}

.contact-form-section > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    filter: opacity(0.9);
    border-radius: 20px;
}

.contact-form {
    z-index: 2;
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.email-form h2 {
    color: #f7fbea;
    text-shadow: #000000 0px 0px 5px;
}

.contact-form .form-row {
    margin: 15px 0px 0px;
    width: 100%;
}

.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% !Important;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 20px;
    filter: drop-shadow(#000000 3px 6px 4px);
    box-shadow: #32325d40 0px 13px 27px -5px, #0000004d 0px 8px 16px -8px;
    background: #0000001a;
    backdrop-filter: blur(2px);
    border: 1px solid #ffffff65;
    color: #ffffff;
    text-shadow: #000000 1px 1px 5px !important;
    font-family: unset;
}

.contact-form textarea {
    resize: none;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
    color: #ffffffe3;
}

.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: #4E3521;
}

.email-form:target .submit-button {
    animation: 1.5s ease 0s 1 normal both running bounce-in-bottom;
}

.submit-button {
    position: relative;
    padding: 10px 12px;
    font-size: 17px;
    border: 1px solid #f7fbea;
    background: #f7fbea;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    cursor: pointer;
    box-shadow: #0000001a 0px 10px 20px, #ffffff26 0px 0px 0px 1px inset;
    overflow: hidden;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.5px;
    text-shadow: #0000001a 0px 1px 2px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #333333 !important;
}

.submit-button::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff4d, transparent);
    transition: 0.6s;
}

.submit-button::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle, #ffffff1a 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}

.submit-button:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: #00000026 0px 15px 30px, #ffffff33 0px 0px 0px 1px inset;
    letter-spacing: 1.5px;
}

.submit-button:hover::before {
    right: 100%;
}

.submit-button:hover::after {
    opacity: 1;
}

.submit-button:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: #0000001a 0px 5px 15px, #ffffff26 0px 0px 0px 1px inset;
    background: #ffffff33;
}

.submit-button span {
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.submit-button.animate {
    opacity: 1;
    transform: translateY(0px);
    animation: 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s 1 normal both running slide-in-blurred-left;
}

@-webkit-keyframes slide-in-blurred-left {
    0% {
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform-origin: 100% 50%;
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-left {
    0% {
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform-origin: 100% 50%;
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0px);
        opacity: 1;
    }
}

.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0px;
    position: relative;
    z-index: 0;
    background: #ffffff;
}

.services-element {
    width: 100%;
    height: 100%;
    max-height: unset;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    object-fit: cover;
    object-position: center center;
    opacity: 0.3;
    box-shadow: #000000b8 0px 0px 10px;
}

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

.srvBlockTitle {
    text-align: center;
}

.srvBlockTitle h2 {
    color: #4E3521;
    filter: drop-shadow(#ffffff 1px 1px 6px);
}

.srvBlockTitle h2 span {
    color: #4E3521;
}

.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
}

.srvElement {
    margin: 20px auto 0px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 320px;
    position: relative;
}

.srvElementHeader h2 {
    text-align: center;
    color: #f7fbea;
    padding: 12px 0px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0px;
}

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

.srvElementImg img {
    width: 280px;
    height: 260px;
    object-position: center center;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 20px;
}

.srvElementContent {
    text-align: justify;
    color: #ffffff;
    line-height: 1.2;
}

.srvElementContent p {
    margin: 0px 0px 20px;
}

.srvElementBody {
    border-radius: 30px;
    position: relative;
    background: #4E3521;
    box-shadow: #0000004d 0px 19px 38px, #00000038 0px 15px 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px;
}

.srvElement:nth-of-type(2n+1) .srvElementBody {
    background: #9BC942;
}

.srvElement:nth-of-type(2n+1) .srvElementHeader h2 {
    color: #000000;
}

.srvElement:nth-of-type(2n+1) .srvElementContent {
    color: #000000;
}

.srvElementHeader {
    position: relative;
}

.testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    background-blend-mode: overlay;
    box-shadow: #000000b8 0px 0px 10px;
    background-color: #00000020 !important;
}

.testimonials-section img {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.testi-content.swiper-wrapper {
    margin-top: 20px;
}

#testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
}

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

div#testimonials h2 span {
    color: #ffffff;
}

div#testimonials h2 {
    filter: drop-shadow(#000000 1px 1px 6px);
    color: #ffffff;
    text-shadow: #000000 1px 1px 5px !important;
}

.testimonial .image {
    height: 150px;
    width: 150px;
    position: relative;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
    padding: 5px;
    border: 1px solid #ffffff2e;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 15px;
    height: 100%;
    width: 100%;
}

.testimonial-content {
    border-radius: 40px;
    position: relative;
    bottom: 90px;
    height: fit-content;
    margin: 0px 2px;
    width: 100%;
    overflow: hidden;
    justify-items: center;
    display: flex;
    justify-content: center;
    padding: 90px 0px 0px;
    flex-direction: column;
    filter: drop-shadow(#000000 3px 6px 4px);
    box-shadow: #32325d40 0px 13px 27px -5px, #0000004d 0px 8px 16px -8px;
    background: #0000001a;
    backdrop-filter: blur(2px);
    border: 1px solid #ffffff2e;
    text-shadow: #000000 1px 1px 5px !important;
}

.slide p {
    padding: 0px 50px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    margin: 15px 0px;
}

.slide .details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px 0 30px;
    align-items: center;
}

.details .name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    border-right: 3px solid #ffffff;
    padding-right: 10px;
}

.slide .details img {
    width: 115px;
    margin-left: 10px;
    filter: drop-shadow(#000000 0px 0px 3px);
    position: relative;
    z-index: 2;
}

.swiper-button-prev, .swiper-button-next {
    width: 0px !important;
    top: 55% !important;
    margin-top: 0 !important;
}

.swiper-button-next {
    right: 5px !important;
}

.swiper-button-prev {
    left: 5px !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    color: #ffffff;
    font-size: 35px !important;
}

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

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

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

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

.gallery-section {
    padding: 60px 0px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-section::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -30px;
    width: 200px;
    height: 210px;
    background: url("/img/elements/gallery-left-element.webp") 0% 0% / contain no-repeat;
    opacity: 0.3;
    z-index: -1;
}

.gallery-section::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -30px;
    width: 200px;
    height: 210px;
    background: url("/img/elements/gallery-right-element.webp") 0% 0% / contain no-repeat;
    opacity: 0.3;
    z-index: -1;
}

.gallery-section .subtitle {
    margin: 0px 0px 20px !important;
}

div#gallery h2 {
    color: #4E3521;
    margin: 0px 0px 25px;
    filter: drop-shadow(#f7fbea 1px 1px 6px);
    width: 90%;
    justify-self: center;
}

div#gallery h2 span {
    color: #4E3521;
}

.check-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.check span {
    content: "☑";
    color: #83d025;
    margin-right: 4px;
    font-size: 23px;
    position: relative;
    bottom: -1px;
}

a.check {
    position: relative;
    padding: 6px 12px;
    margin: 5px;
    font-size: 17px;
    background: #e7eceb;
    border-radius: 10px;
    color: #333333 !important;
}

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

.lp-gallery a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 10px;
    width: 90%;
}

.lp-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    box-shadow: #4E352150 0px 8px 18px, #4E35216b 0px 7px 12px;
}

.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: 600px;
}

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

.contact-section > img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    filter: opacity(0.7);
    z-index: 0;
    width: 100%;
    height: 100%;
}

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

.contact-section p {
    font-weight: 500;
    font-size: 24px;
    text-shadow: #f7fbea 1px 1px 5px !important;
    text-align: center;
}

.contact-section a {
    color: #000000;
    text-decoration: underline;
}

.contact-section a:hover {
    color: #4E3521;
    text-shadow: #ffffff 0px 0px 10px;
    text-decoration: underline #4E3521;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background: #4E3521;
    box-shadow: #000000 0px -2px 5px;
}

footer p {
    text-align: center;
    font-size: 17px;
    line-height: 1.3;
    width: 70%;
}

footer > div {
    display: flex;
    width: 100%;
    max-width: 1280px;
    flex-direction: column;
    place-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 30px 0px;
}

footer a.consultation-button {
    background: #4E3521;
    bottom: 10px;
    left: 0px;
    position: fixed;
    z-index: 99;
    border-left: none;
    border-radius: 0px 20px 20px 0px;
    color: #ffffff !important;
}

#callnowbutton {
    display: none;
}

@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: #81d742;
        color: #ffffff;
        text-decoration: none;
        border: none;
        transition: 0.3s;
        border-radius: 5px;
        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: 600px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    .brand {
        width: 100%;
        margin-right: 40px;
    }

    .slider-text p {
        font-size: 18px;
    }

    .headers-buttons {
        flex-direction: row;
        justify-content: flex-start;
    }

    .headers-buttons a.consultation-button {
        margin: 0px 10px 0px 0px;
    }

    .headers-buttons::before {
        bottom: -33px;
    }

    .area-served li {
        width: 30%;
        padding-left: 5px;
    }

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

    img.about-image-2 {
        transform: translateX(20%);
        top: 45%;
    }

    .features-content-2 > div::before {
        height: 100%;
    }

    .lp-gallery a {
        width: 47%;
    }

    .gallery-section::before {
        width: 260px;
    }

    .gallery-section::after {
        width: 260px;
    }
}

@media (min-width: 741px) {
    .gallery-videos video {
        width: 47%;
    }
}

@media (min-width: 768px) {
    .srvElement {
        display: flex;
        flex-direction: column;
        margin: 30px 10px 0px 0px;
    }
}

@media (min-width: 981px) {
    html {
        scroll-padding-top: 25%;
    }
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    .menu-bg {
        display: none;
    }

    .menu-container {
        margin: 5px 0px;
    }

    nav {
        height: fit-content;
        /* padding: 15px 0px; */
    }

    nav > div {
        justify-content: center;
        flex-direction: row;
    }

    .menu-items {
        position: relative;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        display: flex;
        gap: 9px;
        margin-top: 0px;
        justify-content: center;
        width: auto;
        align-items: center;
        margin-right: 10px;
        margin-left: 10px;
    }

    .menu-items div {
        opacity: 1;
        transition: none;
        display: flex;
    }

    .menu-bg.fs {
        width: 0px;
    }

    .menu-items.fs div {
        margin-top: 0px !important;
    }

    .menu-bg, .menu-burger {
        display: none;
    }

    .brand-container {
        max-width: 100%;
    }

    .brand {
        justify-content: left;
        margin: 5px 0 5px 0px;
        margin: 0;
    }

    .brand a {
        justify-content: left;
    }

    .navigation {
        width: auto;
    }

    .slider-section {
        display: flex;
        flex-direction: row;
        top: 120px;
        padding: 55px 0px 200px;
        justify-content: space-around;
    }

    .top-decoration-element {
        align-items: flex-start;
    }

    .slider-content {
        width: 50%;
    }

    .slider-text {
        align-items: flex-start;
        width: 50%;
    }

    .slider-text h1 {
        text-align: left;
    }

    .slider-text p {
        text-align: left;
        font-size: 20px;
    }

    .slider-img-container {
        margin: 0 0 15px;
        width: 400px;
        height: 380px;
    }

    .about-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .about-content {
        width: 50%;
        left: 0%;
        align-items: flex-start;
    }

    .about-content h2 {
        left: -25%;
    }

    .about-img {
        margin: 0px;
        width: 400px;
        height: 380px;
        border-radius: 20px;
        box-shadow: #0000004d 0px 19px 38px, #00000038 0px 15px 12px;
        z-index: 1;
    }

    .features-section > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .features-content-1 {
        width: 50%;
    }

    .features-img {
        margin: 0px;
        width: 400px;
        height: 380px;
        border-radius: 20px;
        box-shadow: #00000050 0px 0px 10px;
    }

    .features-section-2 > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .features-content-2 {
        width: 50%;
    }

    .features-content-2 > div {
        justify-items: flex-start;
    }

    .features-content-2 > div::before {
        height: 85%;
    }

    .contact-form-section {
        width: 42%;
        margin: 0px;
    }

    .email-form {
        align-items: flex-end;
    }

    .srvElement {
        display: flex;
        flex-direction: column;
        margin: 30px 5px 0px;
    }

    .testimonials-section {
        flex-direction: row;
    }

    #testimonials {
        width: 50%;
    }

    div#gallery h2 {
        margin: 0px;
    }

    .check-holder {
        top: 50px;
        position: relative;
    }

    .lp-gallery a:nth-child(-n+4) {
        width: 23%;
        max-width: 320px;
        height: auto;
    }

    .lp-gallery a:nth-child(1), .lp-gallery a:nth-child(4) {
        max-width: 250px;
        height: 30vw;
        max-height: 390px;
    }

    .lp-gallery a:nth-child(2), .lp-gallery a:nth-child(3) {
        width: 20vw;
        max-width: 290px;
        height: 20vw;
        max-height: 290px;
    }

    .lp-gallery a:nth-child(n+5) {
        width: 22vw;
        max-width: 290px;
        height: 22vw;
        max-height: 290px;
    }
}

@media (min-width: 1800px) {
    header::before {
        z-index: 99999;
        opacity: 1;
        top: 70px;
    }

    header::after {
        z-index: 99999;
        opacity: 1;
    }

    .gallery-section::before {
        opacity: 1;
        width: 20vw;
        height: 14vw;
    }

    .gallery-section::after {
        opacity: 1;
        width: 20vw;
        height: 14vw;
    }
}

@media (min-width: 2000px) {
    .contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
        backdrop-filter: unset;
    }

    .testimonial-content {
        backdrop-filter: unset;
    }
}
