body {
    color: #000;
    background: #fff;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    line-height: 1.4;
}
html {
    scroll-padding-top: 12%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
a[href^="tel:"] {
  white-space: nowrap;
}
p,
li {
    color: #000;
}
h1,
h2,
h3,
h4 {
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px;
    text-align: center;
}
h3 {
    font-size: 21px;
}
@media (min-width: 600px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 25px;
    }
}
@media (min-width: 981px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 32px;
    }
}
* {
    box-sizing: border-box;
}
/*NAVIGATION STYLE*/
header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
}
.hamburger {
    display: flex;
    z-index: 99999;
    align-items: center;
    justify-content: flex-end;
    height: 35px;
    width: 35px;
    transition: all 0.2s ease 0s;
    position: relative;
}
.line {
    transition: all 0.5s ease 0s;
    stroke-width: 4px;
    stroke: #000000;
}
.lineTop {
    stroke-dasharray: 40, 40;
    stroke-dashoffset: 25;
}
.lineBottom {
    stroke-dasharray: 40, 40;
    stroke-dashoffset: 60;
}
.lineMid {
    stroke-dasharray: 40, 40;
}
.hamburger.open .lineTop {
    stroke-dashoffset: 0;
    transform-origin: left center;
    transform: rotateZ(45deg) translate(-7px, -5px);
}
.hamburger.open .lineMid {
    stroke-dashoffset: 40;
}
.hamburger.open .lineBottom {
    stroke-dashoffset: 0;
    transform-origin: left center;
    transform: rotateZ(-45deg) translate(-5px, 5px);
}
nav {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
    background: #ffffff;
}
nav.scrolled {
    position: fixed;
    top: 0px;
    margin: 0px;
    z-index: 9999;
    animation: 0.3s ease 0s 1 normal none running slideDown;
    box-shadow: 0 0 5px 0 #000;
}
.navigation-section {
    width: 95%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    height: auto;
    max-width: 1280px;
    justify-content: center;
}
.navigation {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    height: 100%;
    padding: 10px 0;
}
nav .menu-section {
    flex-direction: column;
    display: flex;
    width: 102vw;
    min-height: 430px;
    max-height: 430px;
    height: 72vh;
    background: #ffffff;
    position: absolute;
    top: -100%;
    left: -4vw;
    z-index: 9998;
    align-items: center;
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out 0s;
}
nav .menu-section.active {
    transform: translateY(0px);
    z-index: 9998;
    overflow: hidden;
    top: 100%;
}
nav .menu {
    align-items: center;
    flex-direction: column;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px;
}
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: #000000;
}
.brand,
.brand-logo {
    width: 87%;
    text-wrap: wrap;
    z-index: 3;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.brand a,
.brand-logo a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
    width: 100%;
}
.brand a span:first-of-type {
    width: 35px;
    max-width: 35px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand a span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
}
.brand span:last-of-type {
    font-size: 25px;
    font-family: "Roboto Slab", serif;
    font-weight: 600;
    font-style: normal;
    position: relative;
    color: #000000;
    text-align: left;
    margin-left: 5px;
    width: 86%;
}
.brand-logo img {
    width: 120px;
    height: auto;
}
.navigation-buttons {
    width: 11%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}
/*END OF NAVIGATION STYLE*/
/*SLIDER STYLE*/
.slider-section {
    position: relative;
    width: 100%;
    height: calc(100vh - -40px);
    align-items: center;
    display: flex;
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    min-height: 640px;
    max-height: 650px;
}
.slider {
    display: flex;
    flex-direction: column;
    width: 95%;
    position: relative;
    max-width: 1280px;
    z-index: 4;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 20px;
    padding: 10px;
    opacity: 0;
}
.slider::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, #161d2970 0%, #161d292e 100%);
    z-index: 2;
    border-radius: 30px;
}

.slider > picture {
    width: 100%;
    height: 100%;
    position: absolute;
}

.slider > picture img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
    border-radius: 30px;
}
.slider-content {
    position: relative;
    z-index: 3;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.slider-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 2;
}
#title-h1 {
    margin: 0px;
    position: relative;
    font-weight: 500;
    color: #fff;
    z-index: 3;
    text-shadow: #00000082 0px 0px 5px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    opacity: 0;
}
.slider-text > p {
    margin: 10px 0px;
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-shadow: #000 0px 0px 5px;
    width: 100%;
    opacity: 0;
}
.headers-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: 100%;
    opacity: 0;
}
.headers-buttons > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}
.button {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    background: #E6B825;
    border: 2px solid #E6B825;
    box-shadow: inset 0 0 10px #E6B82566, 0 0 9px 3px #ffffff5c;
    border-radius: 25px;
    z-index: 0;
    margin: 8px;
    white-space: nowrap;
}
.button:hover {
    box-shadow: inset 0 0 10px #f6f6f6d4, 0 0 9px 3px #ffffff5c;
    border-color: #f6f6f6;
}
.button span {
    z-index: 2;
    font-size: 16px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4;
     color: #000;
    font-weight: 600;
}
.button:before {
    content: "";
    position: absolute;
    left: -22%;
    width: 22%;
    height: 100%;
    top: 0;
    transition: transform 0.7s ease-in-out;
    z-index: 1;
    background: linear-gradient(to right, transparent 1%, #f6f6f64f 40%, #f6f6f645 60%, transparent 100%);
}
.button:hover:before {
    transform: translateX(560%);
}
.button-1 {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    background: #F6F6F6;
    border: 2px solid #F6F6F6;
    box-shadow: inset 0 0 10px #F6F6F666, 0 0 9px 3px #ffffff5c;
    border-radius: 25px;
    z-index: 0;
    margin: 8px;
    white-space: nowrap;
}
.button-1:hover {
    box-shadow: inset 0 0 10px #E6B825d4, 0 0 9px 3px #ffffff5c;
    border-color: #E6B825;
}
.button-1 span {
    z-index: 2;
    font-size: 16px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4;
     color: #000;
    font-weight: 600;
}
.button-1:before {
    content: "";
    position: absolute;
    left: -22%;
    width: 22%;
    height: 100%;
    top: 0;
    transition: transform 0.7s ease-in-out;
    z-index: 1;
    background: linear-gradient(to right, transparent 1%, #e6b82530 40%, #e6b82526 60%, transparent 100%);
}
.button-1:hover:before {
    transform: translateX(560%);
}
.button-2 {
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    background: #232323;
    border: 2px solid #232323;
    box-shadow: inset 0 0 10px #23232366, 0 0 9px 3px #ffffff5c;
    border-radius: 25px;
    z-index: 0;
    cursor: pointer;
    margin: 8px;
    white-space: nowrap;
    display: block;
}
.button-2:hover {
    box-shadow: inset 0 0 10px #f6f6f6d4, 0 0 9px 3px #ffffff5c;
    border-color: #f6f6f6;
}
.button-2 span {
    z-index: 2;
    font-size: 16px;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4;
     color: #fff;
    font-weight: 600;
}
.button-2:before {
    content: "";
    position: absolute;
    left: -22%;
    width: 22%;
    height: 100%;
    top: 0;
    transition: transform 0.7s ease-in-out;
    z-index: 1;
    background: linear-gradient(to right, transparent 1%, #f6f6f640 40%, #f6f6f636 60%, transparent 100%);
}
.button-2:hover:before {
    transform: translateX(560%);
}
.slider-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 0;
}
.badges-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.badge-holder {
    background: transparent;
    margin: 5px;
    backdrop-filter: blur(4px);
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    border: 2px solid #fff;
    text-shadow: 0 0 5px #000;
    transition: 0.5s;
}
.badge-holder:hover {
    background: #F6F6F6;
}
.badge-holder span {
    text-align: center;
    color: #fff;
    transition: 0.5s;
}
.badge-holder:hover span {
    color: #000;
    text-shadow: 0 0 5px #fff;
}
.slider-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 18px;
    width: 100%;
}
.slider-cta a[href^="tel"] {
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #ffffff 20%, #E6B825 50%, #ffffff 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: none;
}
.slider-cta a[href^="tel"]:hover {
    animation: shine 1.5s linear infinite;
}
@keyframes shine {
    to { background-position: 200% center; }
}

/*END OF SLIDER STYLE*/
/*END OF BENEFITS STYLE*/
.benefits-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0 0;
}
.benefits-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.benefits-section > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.benefits-section h2 {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #fff;
}
.benefits-section h2 span {
    color: #E6B825;
}
.benefits-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.benefit-element {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    margin: 15px;
    justify-content: flex-start;
}
.benefit-image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}
.benefit-image img {
    object-fit: contain;
    width: 35px;
    height: 35px;
    object-position: center;
}
.benefit-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.benefit-text p {
    text-align: left;
    margin: 0 0 0 10px;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
/*END OF BENEFITS STYLE*/
/*END OF SERVICES STYLE*/
.services-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 35px 0 0;
}
.services-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.services-section > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.services-title {
    text-align: center;
    color: #000;
    text-shadow: 0 0 5px #fff;
}
.services-title span {
    color: #E6B825;
}
.service-subtitle {
    text-align: center;
    color: #000;
    margin: 20px 0 15px;
}
.services-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.service-element {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    margin: 15px;
    max-width: 500px;
    background: #F6F6F6;
    padding: 20px;
    border-radius: 20px;
    transition: 0.5s;
}
.service-element:hover {
    background: #E6B825;
}
.service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.service-title {
    font-weight: 400;
    margin: 0 0 15px;
    text-align: center;
}
.service-text {
    color: #000;
    text-align: center;
    margin: 0;
}
.service-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.service-image::before {
    content: '';
    border-top: 10px solid #F6F6F6;
    border-right: 10px solid #F6F6F6;
    border-top-right-radius: 25px;
    position: absolute;
    top: -10px;
    right: 50px;
    width: 30px;
    height: 30px;
    transition: 0.5s;
}
.service-element:hover .service-image::before {
    border-color: #E6B825;
}
.service-image::after {
    content: '';
    border-top: 10px solid #F6F6F6;
    border-right: 10px solid #F6F6F6;
    border-top-right-radius: 25px;
    position: absolute;
    top: 50px;
    right: -10px;
    width: 30px;
    height: 30px;
    transition: 0.5s;
}
.service-element:hover .service-image::after {
    border-color: #E6B825;
}
.service-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    background: #F6F6F6;
    width: 60px;
    height: 60px;
    padding: 5px;
    border-bottom-left-radius: 10px;
    z-index: 1;
    transition: 0.5s;
}
.service-element:hover .service-icon {
    background: #E6B825;
}
.service-icon div {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E6B825;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    padding: 5px;
    transition: 0.5s;
}
.service-element:hover .service-icon div  {
    background: #F6F6F6;
}
.service-icon img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.service-image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    max-height: 250px;
}
/*END OF SERVICES STYLE*/
/*SOCIAL PROOF STYLE*/
.review-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 35px 0 50px;
}
.review-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.review-section h2 {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    text-shadow: 0 0 5px #fff;
}
.review-section h2 span {
    color: #E6B825;
}
.ReviewSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.ReviewSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 25px;
    height: auto;
}
.ReviewSwiper .swiper-slide > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    background: #F6F6F6;
    max-width: 500px;
}
.review-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.review-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.review-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    height: 100%;
}
.review-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.review-stars span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}
.review-stars img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.review-text {
    text-align: center;
}
.review-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.review-details > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.review-avatar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}
.review-author {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 15px;
    justify-content: center;
}
.review-name {
    margin: 0;
    text-align: left;
}
.review-area {
    margin: 0;
    color: #363F4F;
    text-align: left;
}
.review-details > img {
    width: 130px;
    height: auto;
    margin-top: 10px;
}
.review-swiper-button-next {
    right: -19px !important;
    width: auto !important;
}
.review-swiper-button-next::after, .review-swiper-button-prev::after {
    font-size: 30px !important;
    color: #000;
}
.review-swiper-button-prev {
    left: -19px !important;
    width: auto !important;
}
.trust-statement {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-top: 20px;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 15px;
}
.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: #363F4F;
    text-align: center;
}
/*END OF SOCIAL PROOF STYLE*/
/*SIMPLE PROCESS SECTION STYLE*/
.simple-process-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0;
    background: #F6F6F6;
}
.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: #000;
    margin-bottom: 15px;
    text-shadow: 0 0 5px #fff;
}
.simple-process-section h2 span {
    color: #E6B825;
}
.simple-process-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.simple-process-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    transition: 0.5s;
}
.simple-process-element:hover {
    background: #232323;
}
.simple-process-image {
    background: #E6B825;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.simple-process-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
}
.simple-process-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.simple-process-content h3 {
    font-weight: 400;
    text-align: center;
    margin: 10px 0;
    transition: 0.5s;
}
.simple-process-element:hover h3 {
    color: #fff;
}
.simple-process-content p {
    color: #000000;
    text-align: center;
    margin: 0;
    transition: 0.5s;
}
.simple-process-element:hover p {
    color: #fff;
}
/*END OF SIMPLE PROCESS SECTION STYLE*/
/*GALLERY SECTION STYLE*/
.gallery-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0 0;
}
.gallery-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.gallery-title {
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #fff;
}
.gallery-title span {
    color: #E6B825;
}
.GallerySwiper {
    width: 100%;
    padding-bottom: 25px !important;
}
.GallerySwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}
.GallerySwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.GallerySwiper .swiper-slide-shadow-left {
    background-image: linear-gradient(to right, #ffffffc7, #ffffff4a) !important;
    border-radius: 20px;
}
.GallerySwiper .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, #ffffff4a, #ffffffc7) !important;
    border-radius: 20px;
}
.gallery-swiper-pagination {
    bottom: 0 !important;
}
.gallery-swiper-pagination .swiper-pagination-bullet {
    background: #000;
}
/*END OF GALLERY SECTION STYLE*/
/*CONTACT FORM STYLE*/
.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0 0;
    z-index: 1;
}
.contact-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
    background: #232323;
    border-radius: 30px;
    padding: 50px 25px 310px;
}
.contact-title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #000;
}
.contact-title span {
    color: #E6B825;
}
.contact-subtitle {
    margin: 0 0 15px;
    color: #fff;
    text-align: center;
}
.contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.contact-benefits {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contact-benefits > div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}
.contact-benefits h3 {
    margin-top: 0;
    color: #fff;
    text-align: center;
}
.contact-benefits ul {
    margin: 0;
    color: #fff;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-benefits li {
    text-align: left;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 3px 0;
}
.contact-benefits li img {
    content: '';
    width: 12px;
    height: auto;
    position: relative;
    display: block;
    margin-right: 5px;
}
.contact-benefits > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}
.contact-benefits p {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 5px #000;
    margin-top: 0;
}
.contact-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-form-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0;
}
.email-form {
    position: relative;
    width: 85%;
    max-width: 1080px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F6F6F6;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 0 5px 4px #0000002b;
    margin-top: -290px;
}
.email-form h3 {
    text-align: center;
    margin: 0 0 10px;
}
.email-form > p {
    text-align: center;
    margin: 0 0 20px;
}
.email-form form {
    position: relative;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #6c728057;
    padding-bottom: 20px;
}
.email-form .form-row {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}
/* CAPTCHA */
.checkbox-captcha {
    pointer-events: auto !important;
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #000 !important;
    box-sizing: border-box;
    transition: 0.5s;
    border: 1px solid #232323;
    border-radius: 5px;
    background: #fff;
    accent-color: #e6b825 !important;
    padding: 8px 12px !important;
    border-radius: 25px;
    font-size: 14px;
    left: 0 !important;
    transform: unset !important;
    width: 100% !important;
}
.checkbox-captcha input[type="checkbox"] {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.email-form .form-row.submit-btn {
    width: auto;
    margin: 0px;
}
.email-form input, 
.email-form textarea,
.email-form select {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    border: 1px solid #232323;
    border-radius: 5px;
    transition: 0.5s;
    border-radius: 25px;
}
.email-form input:focus,
.email-form textarea:focus {
    outline: 0px;
    background: #232323;
    color: #fff;
}
.email-form input:valid,
.email-form textarea:valid {
    outline: 0px;
    background: #232323;
    color: #fff;
}
.email-form textarea:focus::placeholder,
.email-form textarea:valid::placeholder {
    color: #fff;
}
.email-form textarea {
    resize: none;
    border-radius: 15px;
}
.email-form .form-row label {
    color: #000;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.email-form input:focus,
.email-form textarea:focus {
    outline: none;
}
.contact-form-ctas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.contact-form-ctas p {
    font-size: 22px;
    text-align: center;
}
.contact-form-ctas p:first-of-type {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form-ctas p:last-of-type {
    margin: 10px 0;
}
.contact-form-ctas p a[href^="tel"] {
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    color: #000000;
    background: linear-gradient(to right, #E6B825 20%, #000000 50%, #000000 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: none;
}
.contact-form-ctas p a[href^="tel"]:hover {
    animation: shine 1.5s linear infinite;
}
/*END OF CONTACT FORM STYLE*/
/*AREA SERVED STYLE*/
.area-served-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0 0;
}
.area-served-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.area-served-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
.area-served-titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.area-served-title {
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    text-shadow: 0 0 5px #fff;
}
.area-served-title span {
    color: #E6B825;
}
.area-served-subtitle {
    margin: 0 0 15px;
    text-align: center;
}
.area-served-cities {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.area-served-city {
    padding: 10px 15px;
    margin: 10px;
    border-radius: 25px;
    border: 2px solid #232323;
    background: transparent;
    transition: 0.5s;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.area-served-city:hover {
    background: #232323;
}
.area-served-city img {
    width: 20px;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: 0.5s;
}
.area-served-city:hover img {
    filter: invert(1);
}
.area-served-city p {
    margin: 0;
    transition: 0.5s;
    margin-left: 5px;
}
.area-served-city:hover p {
    color: #fff;
}
.area-served-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.area-served-text p {
    text-align: center;
    margin-bottom: 0;
}
.area-served-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 500px;
}
.area-served-image-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
}
.area-served-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.area-served-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    z-index: 2;
}
.area-served-image-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.area-served-image-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
/*END OF AREA SERVED STYLE*/

/*FAQ STYLE*/
.faq-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0 0;
}
.faq-section > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.faq-section h2 {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    text-shadow: 0 0 5px #fff;
}
.faq-section h2 span {
    color: #E6B825;
}
.faq-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
}
.faq-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin: 15px 0;
}
.faq-row:nth-of-type(odd) {
    background: #232323;
}
.faq-row:nth-of-type(even) {
    background: #F6F6F6;
}
.faq-row h3 {
    margin-top: 0;
    text-align: left;
}
.faq-row:nth-of-type(odd) h3 {
    color: #fff;
}
.faq-row p {
    margin: 0;
    text-align: left;
}
.faq-row:nth-of-type(odd) p {
    color: #fff;
}
/*END OF FAQ STYLE*/
/*CLOSING SECTION STYLE*/
.closing-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 50px 0 0;
    flex-direction: column;
}

.closing-section > picture {
    width: 100%;
    height: 100%;
    background: #232323;
}
.closing-section > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 350px;
}
.closing-section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    flex-direction: column;
    background: #232323;
    padding: 50px 0;
}
.closing-section-content > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
}
.closing-section-title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #000000;
}
.closing-section-title span {
    color: #E6B825;
}
.closing-section-subtitle {
    text-align: center;
    margin: 0;
    color: #fff;
}
.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 {
    padding: 10px 15px;
    margin: 10px;
    border-radius: 25px;
    border: 2px solid #F6F6F6;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.5s;
}
.closing-section-element:hover {
    background: #F6F6F6;
}
.closing-section-element img {
    width: auto;
    height: 25px;
    object-fit: contain;
    object-position: center;
    transition: 0.5s;
    filter: invert(1);
}
.closing-section-element:hover img {
    filter: invert(0);
}
.closing-section-element span {
    margin-left: 5px;
    color: #fff;
    transition: 0.5s;
}
.closing-section-element:hover span {
    color: #000;
}
.closing-section-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    text-align: center;
}

.closing-section-number a[href^="tel"] {
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #ffffff 20%, #E6B825 50%, #ffffff 80%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: none;
}
.closing-section-number a[href^="tel"]:hover {
    animation: shine 1.5s linear infinite;
}

.closing-section-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/*END OF CLOSING SECTION STYLE*/
/*FOOTER STYLE*/
footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 0 0 30px;
    background: #232323;
}
footer > div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    position: relative;
    flex-direction: column;
    max-width: 1280px;
    border-top: 2px solid #f6f6f67d;
    padding-top: 30px;
}
.footer-content {
    text-align: center;
    color: #fff;
}
.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;
}
.footer-contact-info img {
    width: 18px;
    height: 18px;
    margin: 0 5px;
    object-fit: contain;
    object-position: center;
    filter: invert(1);
}
.footer-contact-info a {
    margin: 0 5px 0 0;
    color: #fff;
    transition: 0.5s;
}
.footer-contact-info a:hover {
    color: #E6B825;
}
/*END OF FOOTER STYLE*/
#callnowbutton {
    display: none;
}
#booking-engin {
    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-engin .button {
    border-radius: 0 20px 20px 0;
    margin-left: 0;
}
@keyframes riseRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes riseLeft {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media (min-width: 600px) {
    /*SLIDER TABLET*/
    .slider-section {
        height: calc(100vh - 0px);
        min-height: 600px;
    }
    .slider {
        padding: 20px;
    }
    .slider-text > p {
        font-size: 20px;
    }
    .slider-cta a[href^="tel"] {
        font-size: 28px;
    }
    /*END OF SLIDER TABLET*/
    /*SIMPLE PROCESS DESKTOP*/
    .simple-process-content p {
        font-size: 18px;
    }
    /*END OF SIMPLE PROCESS DESKTOP*/

    /*CONTACT FORM DESKTOP*/
    .contact-form-buttons {
        flex-direction: row;
    }
    .contact-form-buttons .button {
        margin: 0 15px 0 0;
    }
    .contact-form-ctas p:last-of-type {
        font-size: 20px;
    }
    /*END OF CONTACT FORM DESKTOP*/

    /*CLOSIN SECTION DESKTOP*/
    .closing-section-number a[href^="tel"] {
        font-size: 28px;
    }
    .closing-section-buttons {
        flex-direction: row;
    }
    .closing-section-buttons .button-1 {
        margin: 0 0 0 15px;
    }
    /*END OF CLOSIN SECTION DESKTOP*/
}
@media screen and (max-width: 650px) {
    #callnowbutton {
        position: fixed;
        right: 10px;
        padding: 10px 20px;
        z-index: 9999999;
        cursor: pointer;
        bottom: 10px;
        background-color: #363f4f;
        color: #fff;
        text-decoration: none;
        border: none;
        transition: all 0.3s ease 0s;
        width: fit-content;
        height: fit-content;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        border-radius: 10px;
    }
    #callnowbutton a img {
        height: 2em;
    }
}
@media (min-width: 981px) {
    /*NAVIGATION TABLET*/
    .hamburger {
        display: none;
    }
    nav {
        align-items: center;
    }
    .navigation-section {
        position: relative;
    }
    nav .menu-section {
        justify-content: center;
        left: auto;
        position: relative;
        width: 68%;
        max-width: 635px;
        align-items: center;
        padding: 0px;
        margin: 0px;
        transform: none;
        top: auto;
        height: auto;
        z-index: 3;
        min-height: auto;
        max-height: none;
    }
    nav .menu {
        height: auto;
        flex-direction: row;
        margin: 0px;
        width: auto;
        background: #ffffff;
        justify-content: flex-end;
        position: relative;
    }
    nav .menu li {
        margin: 5px 7px;
        padding: 0px;
        width: auto;
    }
    nav .menu li .button, nav .menu li .button-2 {
        margin: 0;
    }
    .navigation {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .brand {
        width: 49%;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
    }
    .brand span {
        font-size: 30px;
    }
    .navigation-buttons {
        display: none;
    }
    /*END OF NAVIGATION TABLET*/
    /*SLIDER DESKTOP*/
    .slider-section {
        height: calc(100vh - 58px);
        min-height: 542px;
    }
    .slider {
        justify-content: space-around;
    }
    #title-h1 {
        font-weight: 400;
        margin-bottom: 15px;
        text-align: left;
    }
    .slider-content {
        flex-direction: row;
        justify-content: space-between;
    }
    .slider-text {
        width: 40%;
        align-items: flex-start;
        max-width: 463px;
    }
    .slider-text > p {
        font-size: 22px;
        margin: 10px 15px 20px;
        text-align: left;
    }
    .slider-info {
        width: 40%;
        align-items: flex-start;
    }
    .slider-cta {
        margin: 20px 0;
        justify-content: flex-start;
    }
    .slider-cta a[href^="tel"] {
        font-size: 32px;
        text-align: left;
    }
    .badges-container {
        justify-content: flex-start;
    }
    .headers-buttons > div {
        flex-direction: row;
        justify-content: flex-start;
    }
    /*END OF SLIDER DESKTOP*/
    /*SERVICES DESKTOP*/
    .services-container {
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        align-content: center;
    }
    .service-element {
        max-width: none;
        width: 46%;
    }
    .service-content {
        align-items: flex-start;
        height: 100%;
        justify-content: flex-start;
    }
    .service-element .service-title {
        text-align: left;
    }
    .service-element .service-text {
        text-align: left;
    }
    .service-image img {
        max-height: 350px;
    }
    /*END OF SERVICES DESKTOP*/
    /*CONTACT FORM DESKTOP*/
    .contact-form-ctas p:last-of-type {
        font-size: 22px;
    }
    /*END OF CONTACT FORM DESKTOP*/
    /*REVIEWS DESKTOP*/
    .review-content {
        align-items: flex-start;
    }
    .review-stars {
        justify-content: flex-start;
    }
    .review-text {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        height: 100%;
        text-align: left;
    }
    .review-details {
        justify-content: space-between;
        flex-direction: row;
    }
    .review-details > div {
        justify-content: flex-start;
    }
    .review-details > img {
        margin-top: 0;
        align-self: flex-end;
    }
    .ReviewSwiper .swiper-slide-next {
        padding-right: 0;
        padding-left: 0;
    }
    .ReviewSwiper .swiper-slide-duplicate-prev {
        padding-left: 0;
    }
    .ReviewSwiper .swiper-slide.swiper-slide-active {
        padding-right: 0;
    }
    .review-image img {
        height: 250px;
    }
    .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%;
    }
    /*END OF REVIEWS DESKTOP*/
    /*SIMPLE PROCESS DESKTOP*/
    .simple-process-container {
        align-items: stretch;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }
    .simple-process-element {
        width: 46%;
        justify-content: flex-start;
        max-width: none;
    }
    .simple-process-content h3 {
        min-height: 77px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .simple-process-content p {
        font-size: 18px;
    }
    /*END OF SIMPLE PROCESS DESKTOP*/

    /*CONTACT FORM DESKTOP*/
    .contact-form-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .contact-form-buttons .button {
        margin: 0 0 15px;
    }
    /*END OF CONTACT FORM DESKTOP*/

    /*AREA SERVED DESKTOP*/
    .area-served-content {
        flex-direction: row;
        margin-bottom: 25px;
        justify-content: space-between;
    }
    .area-served-titles {
        width: 49%;
        align-self: flex-start;
        align-items: flex-start;
    }
    .area-served-title {
        text-align: left;
    }
    .area-served-subtitle {
        text-align: left;
    }
    .area-served-cities {
        justify-content: flex-start;
    }
    .area-served-city {
        width: 45%;
    }
    .area-served-text {
        width: 49%;
        align-self: flex-end;
    }
    .area-served-text p {
        text-align: left;
    }
    .area-served-images {
        flex-direction: row;
        justify-content: space-between;
        max-width: none;
    }
    .area-served-image-1 {
        margin: 0;
        width: 49%;
    }
    .area-served-image-1::before {
        content: '';
        border-top: 10px solid #ffffff;
        border-right: 10px solid #ffffff;
        border-top-right-radius: 25px;
        position: absolute;
        top: -10px;
        right: 69px;
        width: 30px;
        height: 30px;
        transition: 0.5s;
    }
    .area-served-image-1::after {
        content: '';
        border-top: 10px solid #ffffff;
        border-right: 10px solid #ffffff;
        border-top-right-radius: 25px;
        position: absolute;
        top: 52px;
        right: -10px;
        width: 30px;
        height: 30px;
        transition: 0.5s;
        z-index: 1;
    }
    .area-served-button {
        top: 0;
        left: calc(50% - 92px);
        border-radius: 0 0 15px 15px;
    }
    .area-served-image-2 {
        width: 49%;
    }
    .area-served-image-2::before {
        content: '';
        border-top: 10px solid #ffffff;
        border-left: 10px solid #ffffff;
        border-top-left-radius: 25px;
        position: absolute;
        top: -10px;
        left: 68px;
        width: 30px;
        height: 30px;
        transition: 0.5s;
    }
    .area-served-image-2::after {
        content: '';
        border-top: 10px solid #ffffff;
        border-left: 10px solid #ffffff;
        border-top-left-radius: 25px;
        position: absolute;
        top: 52px;
        left: -10px;
        width: 30px;
        height: 30px;
        transition: 0.5s;
        z-index: 1;
    }
    /*END OF AREA SERVED DESKTOP*/

    /*CLOSIN SECTION DESKTOP*/
    .contact-benefits {
        flex-direction: row;
        justify-content: space-between;
    }
    .contact-benefits > div:first-of-type {
        align-items: flex-start;
    }
    .contact-benefits h3 {
        text-align: left;
    }
    .contact-benefits ul {
        align-items: flex-start;
    }
     .contact-benefits > div:nth-of-type(2) {
        align-items: flex-start;
    }
    .contact-benefits p {
        text-align: left;
    }
    .contact-buttons {
        align-items: flex-start;
    }
    .contact-buttons a {
        margin-left: 0;
    }
    .closing-section-number a[href^="tel"] {
        font-size: 32px;
    }
    /*END OF CLOSIN SECTION DESKTOP*/
}

@media (min-width: 1024px) {
    .service-element {
        width: 30%;
    }
}
@media (min-width: 1500px) {
    .closing-section > picture img {
        max-height: 550px;
    }
}