/* Start custom CSS for conat_gallery_v3, class: .elementor-element-cd9df3e */<style>
    .custom-three {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .gallery-one_block-image {
        position: relative;
        display: inline-block;
    }

    .gallery-one_block-image img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .gallery-one_block-image .image-title {
        position: absolute;
        bottom: 10px;
        left: 10px;
        background: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 5px 10px;
        border-radius: 3px;
        font-size: 14px;
        font-family: Arial, sans-serif;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .gallery-one_block-image:hover .image-title {
        opacity: 1;
    }
</style>/* End custom CSS */
/* Start custom CSS for conat_contact_info, class: .elementor-element-7215511 */.custom-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-item {
    position: relative;
    display: inline-block;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.gallery-item .image-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .image-title {
    opacity: 1;
}/* End custom CSS */