.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
/*    margin-bottom: 24px;*/
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_service_img_box {
    height: 50px;
    display: flex;
    align-items: center; /* Vertically centers the image */
    justify-content: center; /* Horizontally centers the image (optional, if needed) */
}

.btn-action {
    transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-action:hover {
    color: white;
    background-color: #eea77b;
    transform: scale(1.03);
}

.text-hover-color{
    transition: color 0.3s ease;
}
.text-hover-color:hover {
    color: #ebcab6;
}

.footer-logo {
    width: 100%;
    max-width: 250px;
}
.footer-location {
    /*display: inline-flex;*/
    display: none;
    margin-top: 15px;
}

.div-hover-height {
    height: 100vh;
    min-height: 200px;
    max-height: 285px;
}

.contact-title {
    font-size: 65px;
    line-height: 67px;
}

.icon-whatsapp {
    position: fixed;
    bottom: 50px;
    right: 50px;
    animation: bounce 2s infinite;
    z-index: 999;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
@media only screen and (max-width: 1239px) {
    .mobile-header-mini #Header_creative #Top_bar{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #Top_bar a.responsive-menu-toggle{
        right: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .contact-title {
        font-size: 81px;
        line-height: 83px;
    }
    .footer-logo {
        max-width: 200px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .contact-title {
        font-size: 71px;
        line-height: 74px;
    }
    .mobile-header-mini #Header_creative #Top_bar{
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media only screen and (max-width: 479px) {
    .contact-title {
        font-size: 57px;
        line-height: 59px;
    }
    .div-hover-height {
        max-height: 200px;
    }
    .icon-whatsapp {
        bottom: 25px;
        right: 25px;
    }
    .mobile-header-mini #Header_creative #Top_bar{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-header-mini #Top_bar a.responsive-menu-toggle{
        top: 40px !important;
    }
}
