:root {
    --layout-width: 1290px;
}

.single-hero-carousel {
    height: 100vh;
    display: flex;
    align-items: center;
}
.hero-content {
    width: 100%;
}

.hero-text {
    width: 100%;
    text-align: center;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}



h1 {
    margin: 0;
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    line-height: 70px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
}

h2{
    margin: 0;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
    line-height: 70px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
}



@media only screen and (max-width: 1192px) {
    .hero_V2 {
        background-attachment: unset !important;
    }

    .vmm-header .logo img {
        max-width: 180px !important;
    }




}

@media only screen and (min-width: 1192px) {
    .vmm-header .logo img {
        max-height: 50px !important;
    }

    .innerpage-titlev3 {
        background-position: center center !important;
        padding: 100px !important;
    }

    body:not(.in-page-index) section.instagram-area {
        margin-top: 160px !important;
    }

    section.portfolio-area {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--layout-width) !important;
    }
}



.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    font-size: 25px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    color: white !important;
}

.section-padding-top {
    padding-top: 80px;
    padding-bottom: 80px;

}

.footer-area {
    padding-top: 60px;
    padding-bottom: 40px;
}

.useful-links h4 {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}

.useful-links li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.useful-links li a:hover {
    color: #f0a500;
    text-decoration: underline;
}

.footer-logo p {
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
}




