body,
body button,
body input,
body select,
body textarea,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li,
body label,
body small,
body strong,
body blockquote,
body cite,
body figcaption,
body .elementor-heading-title,
body .elementor-button,
body .elementor-image-box-title,
body .elementor-image-box-description,
body .elementor-testimonial__text,
body .elementor-testimonial__name,
body .elementor-testimonial__title,
body .elementor-counter-title,
body .elementor-counter-number-wrapper,
body .elementor-field,
body .elementor-field-group > label,
body .wp-block-heading,
body .wp-block-paragraph {
    font-family: "Poppins", sans-serif !important;
}

.photo-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.photo-gallery__item {
    display: block;
    overflow: hidden;
    background-color: #f5f5f5;
}

.photo-gallery__item img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.photo-gallery__item:hover img,
.photo-gallery__item:focus img {
    transform: scale(1.03);
}

.elementor-widget-gallery .e-gallery-image[data-thumbnail] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage-gallery-shell {
    width: 100%;
    max-width: 1331px;
    margin: 0 auto;
    box-sizing: border-box;
}

.homepage-gallery {
    width: 100%;
}

.elementor-21 .elementor-element.elementor-element-caa0d00 > .e-con-inner,
.elementor-21 .elementor-element.elementor-element-7702e9f > .e-con-inner,
.elementor-21 .elementor-element.elementor-element-114ff89 > .e-con-inner,
.elementor-21 .elementor-element.elementor-element-085a854 > .e-con-inner {
    width: 100%;
    max-width: 1331px;
    margin: 0 auto;
    box-sizing: border-box;
}

.elementor-21 .elementor-element.elementor-element-50b0f82,
.elementor-21 .elementor-element.elementor-element-50b0f82 > .elementor-widget-container {
    width: 100%;
    max-width: 100%;
}

.static-home-gallery-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.static-home-gallery-slider__item {
    display: block;
    overflow: hidden;
}

.static-home-gallery-slider__item img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.static-home-gallery-slider .swiper-wrapper {
    align-items: stretch;
}

.static-home-gallery-slider .swiper-slide {
    height: auto;
}

.static-swiper-button {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.62);
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    transform: translateY(-50%);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.static-swiper-button:hover,
.static-swiper-button:focus {
    background: rgba(0, 0, 0, 0.8);
}

.static-swiper-button--prev {
    left: 16px;
}

.static-swiper-button--next {
    right: 16px;
}

.static-home-gallery-slider .swiper-pagination {
    position: relative;
    inset: auto;
    margin-top: 18px;
}

.static-home-gallery-slider .swiper-pagination-bullet,
.elementor-widget-testimonial-carousel .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #000000;
    opacity: 0.28;
}

.static-home-gallery-slider .swiper-pagination-bullet-active,
.elementor-widget-testimonial-carousel .swiper-pagination-bullet-active {
    opacity: 1;
}

.elementor-widget-testimonial-carousel .swiper-pagination {
    position: relative;
    inset: auto;
    margin-top: 24px;
}

.static-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(0, 0, 0, 0.88);
}

.static-lightbox[hidden] {
    display: none !important;
}

.static-lightbox__viewport {
    position: relative;
    width: min(1120px, 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-lightbox__figure {
    width: 100%;
    margin: 0;
}

.static-lightbox__image {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.static-lightbox__captionbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    color: #ffffff;
    font-size: 14px;
}

.static-lightbox__caption {
    margin: 0;
}

.static-lightbox__counter {
    flex-shrink: 0;
    opacity: 0.84;
}

.static-lightbox__button {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    transition: background-color 0.2s ease;
}

.static-lightbox__button:hover,
.static-lightbox__button:focus {
    background: rgba(255, 255, 255, 0.24);
}

.static-lightbox__button--close {
    top: 12px;
    right: 12px;
}

.static-lightbox__button--prev {
    left: 16px;
}

.static-lightbox__button--next {
    right: 16px;
}

body.static-lightbox-open {
    overflow: hidden;
}

.floating-whatsapp-button {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 18px 0 54px;
    border-radius: 999px;
    background-color: #25d366;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-whatsapp-button::before {
    content: "";
    position: absolute;
    left: 18px;
    width: 24px;
    height: 24px;
    background: center / contain no-repeat
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M19.11 17.22c-.27-.14-1.6-.79-1.85-.88-.25-.09-.43-.14-.61.14-.18.27-.7.88-.86 1.06-.16.18-.31.2-.58.07-.27-.14-1.12-.41-2.14-1.31-.79-.7-1.33-1.56-1.48-1.82-.16-.27-.02-.41.12-.54.12-.12.27-.31.41-.47.14-.16.18-.27.27-.45.09-.18.05-.34-.02-.47-.07-.14-.61-1.48-.84-2.03-.22-.53-.45-.45-.61-.46-.16-.01-.34-.01-.52-.01s-.47.07-.72.34c-.25.27-.95.93-.95 2.27s.98 2.64 1.12 2.82c.14.18 1.92 2.93 4.66 4.11.65.28 1.16.44 1.55.56.65.2 1.25.17 1.72.1.52-.08 1.6-.65 1.83-1.27.23-.61.23-1.14.16-1.27-.07-.12-.25-.2-.52-.34Z'/%3E%3Cpath fill='%23fff' d='M27.06 4.93A15.83 15.83 0 0 0 16.03.38C7.48.38.5 7.35.5 15.91c0 2.74.72 5.4 2.08 7.75L.38 31.63l8.18-2.14a15.46 15.46 0 0 0 7.47 1.91h.01c8.55 0 15.53-6.97 15.53-15.53 0-4.14-1.61-8.03-4.51-10.94Zm-11.03 23.8h-.01a12.9 12.9 0 0 1-6.58-1.81l-.47-.28-4.86 1.27 1.3-4.73-.31-.49a12.87 12.87 0 0 1-1.98-6.86c0-7.1 5.79-12.89 12.91-12.89 3.44 0 6.67 1.34 9.1 3.77a12.8 12.8 0 0 1 3.77 9.11c0 7.12-5.79 12.91-12.88 12.91Z'/%3E%3C/svg%3E");
}

.floating-whatsapp-button:hover,
.floating-whatsapp-button:focus {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(37, 211, 102, 0.34);
}

.static-form-feedback {
    margin-top: 12px;
    color: #ffffff;
    font-size: 14px;
}

.static-form-feedback.is-active {
    display: block;
}

@media screen and (max-width: 1024px) {
    .photo-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .homepage-gallery-shell {
        padding-right: 15px;
        padding-left: 15px;
    }

    .static-home-gallery-slider__item img {
        height: 220px;
    }
}

@media screen and (max-width: 767px) {
    .photo-gallery {
        grid-template-columns: 1fr;
    }

    .static-home-gallery-slider__item img {
        height: 200px;
    }

    .static-swiper-button {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .static-swiper-button--prev {
        left: 10px;
    }

    .static-swiper-button--next {
        right: 10px;
    }

    .static-lightbox {
        padding: 16px;
    }

    .static-lightbox__button {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .static-lightbox__button--prev {
        left: 8px;
    }

    .static-lightbox__button--next {
        right: 8px;
    }

    .static-lightbox__captionbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .floating-whatsapp-button {
        left: 14px;
        bottom: 14px;
        min-height: 52px;
        padding-right: 16px;
    }
}
