body {
    color: #000000;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 16px;
    background: #f9fed1;
}
html {
    scroll-padding-top: 14%;
    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;
    font-family: Exo, serif;
}
h1 {
    font-size: 30px;
    font-family: Exo, serif;
    margin: 0px;
    position: relative;
    color: #0c481c;
    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;
}
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: #f9fed1;
    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: #318a3b;
    transition: background-color 0.3s;
    padding: 10px 0px;
    box-shadow: #000000 0px 2px 5px;
}
nav.scrolled {
    background-color: #318a3b;
    box-shadow: #000000 0px 2px 5px;
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 99999999;
    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: #f9fed1;
    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: 60px;
    width: auto;
    margin: 0px 10px;
}
.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;
    background: #f9fed1;
    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: #318a3b;
    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;
}
.menu-burger.fs {
    transform: rotate(-180deg);
    color: #ffffff;
}
.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: #ffffff;
}
.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 #f9fed1;
    background: #f9fed1;
    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;
    text-transform: capitalize;
    margin: 5px;
}
.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;
}
.button span {
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.button-1 {
    position: relative;
    padding: 10px 12px;
    font-size: 17px;
    border: 1px solid #318a3b;
    background: #318a3b;
    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: #ffffff !important;
    text-transform: capitalize;
    margin: 5px;
    text-shadow: 0 0 5px #000;
}
.button-1::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #ffffff4d, transparent);
    transition: 0.6s;
}
.button-1::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: radial-gradient(circle, #ffffff1a 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s;
}
.button-1:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: #00000026 0px 15px 30px, #ffffff33 0px 0px 0px 1px inset;
    letter-spacing: 1.5px;
}
.button-1:hover::before {
    left: 100%;
}
.button-1:hover::after {
    opacity: 1;
}
.button-1:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: #0000001a 0px 5px 15px, #ffffff26 0px 0px 0px 1px inset;
    background: #ffffff33;
}
.button-1 span {
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.consultation-button {
    position: relative;
    padding: 10px 12px;
    font-size: 17px;
    border: 1px solid #f9fed1;
    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: #f9fed1 !important;
    text-transform: capitalize;
    font-weight: 500;
    margin: 5px;
}
.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;
    background: radial-gradient(circle, #ffffff1a 0%, #00000000 70%);
    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: 30px 0px 100px;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
}
.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(#f9fed1 1px 1px 6px);
    text-shadow: #f9fed1 1px 1px 5px !important;
}
.slider-text p a {
    color: #333333;
    /* text-decoration: underline;
     */
}
.slider-text p a:hover {
    color: #0c481c;
    text-shadow: #ffffff 0px 0px 10px;
    /* text-decoration: underline;
     */
}
.slider-text p {
    margin: 10px 0px 5px;
    position: relative;
    font-weight: 500;
    text-align: center;
    color: #333333;
    font-size: 18px;
}
.slider-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    width: 100%;
}
.slider-cta a {
    text-align: center;
    font-size: 24px;
    color: #0c481c;
    font-weight: 500;
    text-shadow: #f9fed1 1px 1px 5px;
}
.headers-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.headers-buttons a {
    width: auto;
}
.headers-buttons a.button {
    background: #0c481c;
    border: 1px solid #0c481c;
    color: #ffffff !important;
}
.headers-buttons a.consultation-button {
    border: 1px solid #0c481c;
    color: #0c481c !important;
}
.slider-badges-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    z-index: 3;
}
.slider-badge-holder {
    background: #318a3b;
    margin: 5px;
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border: 2px solid #318a3b;
    text-shadow: 0 0 5px #000;
    transition: 0.5s;
}
.slider-badge-holder:hover {
    background: #0c481c;
    border-color: #0c481c;
}
.slider-badge-holder span {
    text-align: center;
    color: #fff;
    transition: 0.5s;
    text-transform: capitalize;
}
.slider-badge-holder:hover span {
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
}
.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;
    flex-direction: column;
    align-items: center;
}
.badges-section > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.badges-section h2 {
    color: #318a3b;
    margin: 60px 0 25px;
}
.about-holder {
    display: flex;
}
.badges-container {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    padding: 0 0 60px;
    align-items: center;
    width: 90%;
    position: relative;
    max-width: 1280px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.badge-holder:nth-of-type(odd) {
    background: #e7eceb;
}
.badge-holder:nth-of-type(odd) img {
    filter: invert(1);
}
.badge-holder:nth-of-type(odd) p.badge-title {
    color: #000000;
}
.badge-holder:nth-of-type(odd) p.badge-content {
    color: #000000;
}
.badge-holder {
    display: flex;
    flex-direction: column;
    width: calc(60% - 10px);
    max-width: 220px;
    height: 200px;
    background: #0c481c;
    padding: 15px 15px 22px;
    margin: 10px 10px;
    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: 17px;
    margin: 10px 0px 5px;
    color: #f9fed1;
    text-align: center;
    font-family: Exo, serif;
    min-height: 45px;
    align-content: center;
    line-height: 20px;
}
p.badge-content {
    text-align: center;
    text-transform: capitalize;
    min-height: 34px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 18px;
    margin: 0px;
    color: #ffffff;
}
.badge-holder img {
    width: 50%;
    height: auto;
    object-fit: contain;
    object-position: center;
    max-width: 90px;
}
.about-section {
    padding: 60px 0px;
}
.about-section picture {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.about-section picture 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;
}
.about-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.area-served {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    width: 100%;
}
.area-served li {
    width: 100%;
    padding-left: 5px;
}
.area-served li::marker {
    content: "☑";
}
#about a.button {
    /* background: #F9FED1;
     */
    /* border: 1px solid #F9FED1;
     */
    /* 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%;
    object-fit: cover;
}
.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 {
    padding-left: 10px;
}
.features-section ul li {
    text-align: justify;
    padding: 0px 0px 10px 5px;
    z-index: 1;
    position: relative;
}
.features-section ul li::marker {
    content: "☑";
}
.features-content-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
    width: 90%;
}
.features-content-1 h2 {
    color: #0c481c;
}
.features-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.features-buttons .button {
    background-color: #0c481c;
    color: #fff !important;
}
.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;
}
.area-served-title {
    text-align: center;
    color: #0c481c;
    margin-bottom: 30px;
}
.area-served-subtitle {
    margin: 0;
    text-align: center;
}
.area-served-cities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.area-served-city {
    background: #318a3b;
    padding: 10px 15px;
    margin: 10px;
    border-radius: 25px;
}
.area-served-city p {
    margin: 0;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.area-served-text {
    text-align: center;
    margin: 0;
}
.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;
}
.form-row.form-row-captcha {
    width: calc(100% - 82px) !important;
}
/* CAPTCHA */
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    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;
    width: 100%;
    accent-color: #f9fed1 !important;
    font-size: 14px;
    left: 0 !important;
    transform: unset !important;
    width: 95% !important;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.contact-form-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0c481c36;
    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: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.email-form h2 {
    color: #f9fed1;
    text-shadow: #000000 0px 0px 5px;
}
.contact-form .form-row {
    margin: 15px 0px 0px;
    width: 100%;
}
.contact-form .form-row.submit-btn {
    width: 82px;
}
.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: #f9fed1;
}
.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 #f9fed1;
    background: #f9fed1;
    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;
    }
}
/*SIMPLE PROCESS SECTION STYLE*/
.simple-process-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background: #ffffff;
    box-shadow: #000000b8 0px 0px 10px;
}
.simple-process-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.simple-process-section h2 {
    text-align: center;
    color: #318a3b;
    filter: drop-shadow(#ffffff 1px 1px 6px);
    margin-bottom: 20px;
}
.simple-process-section > div > p {
    margin: 15px 0 30px;
    text-align: center;
}
.simple-process-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}
.simple-process-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
    width: 100%;
    max-width: 500px;
    box-shadow: #42424278 0.3rem 0.3rem 0.6rem, #ffffff -0.2rem -0.2rem 0.5rem;
    border-radius: 30px;
    padding: 20px;
}
.simple-process-number {
    background: #318a3b;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple-process-number span {
    color: #fff;
    font-size: 22px;
}
.simple-process-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.simple-process-content h3 {
    font-weight: 500;
    text-align: center;
}
.simple-process-content p {
    color: #363F4F;
    text-align: center;
    margin: 0;
}
/*END OF SIMPLE PROCESS SECTION STYLE*/
.services-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0px;
    position: relative;
    z-index: 0;
    background: #ffffff;
}
.badges-section > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.services-section picture {
    width: 100%;
    height: 100%;
    max-height: unset;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    object-fit: cover;
    object-position: center center;
}
.services-section picture img {
    width: 100%;
    height: 100%;
    max-height: unset;
    position: absolute;
    z-index: -1;
    bottom: 0px;
    object-fit: cover;
    object-position: center center;
    opacity: 0.3;
}
.services-section > div {
    width: 90%;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.srvBlockTitle {
    text-align: center;
    margin-bottom: 25px;
}
.srvBlockTitle h2 {
    color: #318a3b;
    filter: drop-shadow(#ffffff 1px 1px 6px);
}
.srvBlock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-flow: wrap;
    position: relative;
    width: 100%;
}
.ServicesSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px !important;
}
.ServicesSwiper .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.ServicesSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.ServicesSwiper .swiper-slide > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    height: 100%;
}
.srvElement {
    /* margin: 20px auto 0px; */
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 100%;
}
.srvElementHeader h2 {
    text-align: center;
    color: #f9fed1;
    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: 100%;
    max-width: 340px;
    height: 300px;
    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: #318a3b;
    box-shadow: #00000012 0px 10px 15px, #00000017 0px 10px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px;
}
.srvElement:nth-of-type(2n + 1) .srvElementBody {
    background: #e7eceb;
}
.srvElement:nth-of-type(2n + 1) .srvElementHeader h2 {
    color: #000000;
}
.srvElement:nth-of-type(2n + 1) .srvElementContent {
    color: #000000;
}
.srvElementHeader {
    position: relative;
    min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.services-swiper-button-next {
    top: auto !important;
    bottom: 0;
    right: calc(50% - 50px) !important;
    background: #318a3b;
    border-radius: 10px;
    width: 40px !important;
    transition: 0.5s;
}
div.services-swiper-button-prev {
    top: auto !important;
    bottom: 0;
    left: calc(50% - 50px) !important;
    background: #318a3b;
    border-radius: 10px;
    width: 40px !important;
    transition: 0.5s;
}
div.services-swiper-button-next:hover, div.services-swiper-button-prev:hover {
    background: #0c481c;
}
div.services-swiper-button-next::after, div.services-swiper-button-prev::after {
    position: relative;
    color: #fff;
    font-size: 25px !important;
}
.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 > picture {
    position: absolute;
    z-index: -1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
.testimonials-section > picture 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;
    flex-direction: column;
}
.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 {
    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;
    max-width: 500px;
}
.testimonial-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.testimonial-review img {
    width: calc(100% - 100px);
    max-height: 250px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}
.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;
    flex-wrap: wrap;
    align-content: center;
}
.details .name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 5px;
}
.details .city {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 5px;
    padding-left: 10px;
    border-left: 2px solid #fff;
}
.slide .details img {
    width: 115px;
    filter: drop-shadow(#000000 0px 0px 3px);
    position: relative;
    z-index: 2;
    margin: 5px;
}
.trust-statement {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-bottom: 20px;
    background: #f9fed1;
    border-radius: 10px;
    padding: 15px;
    z-index: 4;
}
.trust-statement-image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 10px;
}
.trust-statement-image span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    padding: 1px 2px;
    margin-right: 10px;
    text-align: left;
}
.trust-statement-image img {
    object-fit: contain;
    object-position: center;
    width: 15px;
    height: 15px;
}
.trust-statement-text {
    color: #000000;
    text-align: center;
}
.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: #318a3b;
    margin: 0px 0px 25px;
    filter: drop-shadow(#f9fed1 1px 1px 6px);
    width: 90%;
    justify-self: center;
}
.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: flex-end;
    padding: 0px;
    margin: 10px;
    width: 90%;
}
.lp-gallery a img {
    width: 100%;
    height: 100%;
    max-width: 485px;
    max-height: 320px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    box-shadow: #318a3b50 0px 8px 18px, #318a3b6b 0px 7px 12px;
}
.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 > 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  h2 {
    color: #0c481c;
}
.contact-section p {
    text-shadow: #f9fed1 1px 1px 5px !important;
    text-align: center;
}
.contact-section a {
    color: #000000;
    /* text-decoration: underline;
     */
}
.contact-section a:hover {
    color: #0c481c;
    text-shadow: #ffffff 0px 0px 10px;
    /* text-decoration: underline;
     */
}
.closing-section-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
.closing-section-element {
    background: #0c481c;
    padding: 10px 15px;
    margin: 10px;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.closing-section-element img {
    width: 20px;
    height: auto;
    color: #fff;
}
.closing-section-element span {
    margin-left: 5px;
    color: #fff;
}
.closing-section-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
}
.closing-section-number a {
    color: #000;
}
.closing-section-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background: #318a3b;
    box-shadow: #000000 0px -2px 5px;
}
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-content {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 0 5px #000;
}
.footer-contact-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 0 5px #000;
}
.footer-contact-info img {
    width: 18px;
    height: 18px;
    margin: 0 0 0 10px;
    object-fit: contain;
    object-position: center;
    filter: invert(1) drop-shadow(0 0 2px #000);
}
.footer-contact-info a {
    color: #ffffff;
    padding: 10px;
}
footer a.consultation-button {
    background: #0c481c;
    bottom: 10px;
    left: 0px;
    position: fixed;
    z-index: 99999999;
    border-left: none;
    border-radius: 0px 20px 20px 0px;
    color: #ffffff !important;
    margin: 0;
}
#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::before {
        bottom: -33px;
    }
    .area-served li {
        width: 50%;
    }
    .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: 768px) {
    .srvElement {
        display: flex;
        flex-direction: column;
        /* margin: 30px 10px 0px 0px; */
    }
}
@media (min-width: 981px) {
    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;
    }
    .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 40px 5px 0px;
    }
    .brand a {
        justify-content: left;
    }
    .navigation {
        width: auto;
    }
    .slider-section {
        display: flex;
        flex-direction: row;
        top: 155px;
        padding: 30px 0px 170px;
        justify-content: space-around;
        z-index: 999999;
    }
    .top-decoration-element {
        align-items: flex-start;
    }
    .slider-content {
        width: 50%;
    }
    .slider-text {
        align-items: flex-start;
        width: 53%;
    }
    .slider-text h1 {
        text-align: left;
        filter: drop-shadow(0 0 13px #f9fed1);
        z-index: 999999;
    }
    .slider-text p {
        text-align: left;
        font-size: 20px;
    }
    .slider-cta {
        justify-content: flex-start;
    }
    .headers-buttons {
        justify-content: flex-start;
    }
    .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%;
        text-align: left;
    }
    .about-img {
        margin: 0px;
        width: 400px;
        height: 380px;
        border-radius: 20px;
        box-shadow: #0000004d 0px 19px 38px, #00000038 0px 15px 12px;
        z-index: 1;
    }
    .about-buttons {
        justify-content: flex-start;
    }
    .features-section > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .features-content-1 {
        width: 50%;
    }
    .features-content-1 h2 {
        text-align: right;
    }
    .features-img {
        margin: 0px;
        width: 400px;
        height: 380px;
        border-radius: 20px;
        box-shadow: #00000050 0px 0px 10px;
    }
    .features-buttons {
        justify-content: flex-end;
    }
    .features-section-2 > div {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .features-content-2 {
        width: 50%;
        align-items: flex-start;
    }
    .area-served-subtitle {
        text-align: left;
    }
    .area-served-title {
        text-align: left;
    }
    .area-served-text {
        text-align: left;
    }
    .contact-form-section {
        width: 42%;
        margin: 0px;
    }
    .email-form {
        align-items: flex-end;
    }
    /*SIMPLE PROCESS DESKTOP*/
    .simple-process-container {
        align-items: stretch;
    }
    .simple-process-element {
        width: 46%;
        justify-content: flex-start;
    }
    .simple-process-content h3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .simple-process-content p {
        font-size: 18px;
    }
    /*END OF SIMPLE PROCESS DESKTOP*/
    .services-section picture img {
        object-fit: contain;
    }
    .srvElement {
        display: flex;
        flex-direction: column;
        /* margin: 30px 5px 0px; */
    }
    .testimonials-section {
        flex-direction: row;
    }
    #testimonials {
        /* width: 50%; */
    }
    .testimonial-content {
        max-width: none;
    }
    .testimonial-review {
        flex-direction: row;
        justify-content: space-between;
    }
    .testimonial-review img {
        width: calc(39% - 50px);
        border-radius: 30px;
        margin-left: 50px;
    }
    .slide p {
        padding: 0 50px 0 0;
        width: 59%;
    }
    .trust-statement {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    .trust-statement-image {
        margin: 0 10px 0 0;
        width: 26%;
        justify-content: flex-start;
    }
    .trust-statement-text {
        text-align: left;
        width: 73%;
    }
    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: 1200px) {
    header::before {
        z-index: 99999;
        opacity: 1;
        top: 70px;
    }
    header::after {
        z-index: 99999;
        opacity: 1;
    }
    .slider-text {
        /* margin-top: -34px; */
        z-index: 9;
    }
    .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;
    }
}
