.image-overlay-wrapper {
    position: relative;
    display: inline-block;
}

.image-overlay-wrapper .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* Adjust opacity as needed */
    pointer-events: none;
}

.custom-icons{
    font-size: 40px;
}

.custom-bg-image{

    background-image: url('/images/hero.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.prague-header.light .main-menu li.active a {
    font-weight: 600;
}


div.btn-wrap{
    width: 200px;
    align-self: center;
}

img.header-logo {
    width: 25%;
    height: auto;
}

img.footer-logo {
    width: 50%;
    height: auto;
}

/* Font Awesome Fix */
.fas, .far, .fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.fa-phone::before {
    content: "\f095" !important;
}


.main-menu li{
    margin-bottom: 25px;
}
.hide-on-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    img.header-logo{
        width: 50%;
        height: auto;
    }
    .adddress-block{
        margin: 0;
    }
    .prague-header.light .main-menu li a{
        font-size: 26px;
    }
}