.static-hero, .static-hero-s2 {
    background: url(/wp-content/uploads/2026/03/banner1.jpg) center / cover no-repeat;
}

.contact-address li i {
    
    color: #01a8de;
}

input:disabled, button:disabled { opacity: 0.5 !important;
    filter: grayscale(1);}


.video-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}

.locationvideo {
    width: 100%;
    height: 100%;
    object-fit: cover; /* or contain */
}