
.wpcf7-form{
width: 90%;
background: none !important;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    font-weight: 700 !important;
}
.no-background .elementor-post-info__item-prefix{
    color: #222c4c !important;
}
.wpcf7-form-control:not([type="submit"]):hover {
    border-color: #222c4c !important; /* Dark blue for hover effect */
    box-shadow: 0px 0px 5px rgba(25, 45, 78, 0.4); /* Subtle glow */
}
.elementor-image-carousel .swiper-slide img {
    transition: transform 0.3s ease-in-out;
}

.elementor-image-carousel .swiper-slide:hover img {
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    .wpcf7 .wpcf7-form {
        width: 80%;
        padding: 15px !important;
    }
}