/*
Theme Name: Avyaan Harmony Elementor
Theme URI: https://example.com/avyaan-harmony
Author: Solvix Technologies
Description: Premium real-estate one-page theme with editable Elementor sections, scroll animation, video tours, galleries and plans.
Version: 8.0.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: avyaan-harmony
Elementor tested up to: 3.30
*/

html,body{margin:0;padding:0}
.avyaan-header .logo>a,.avyaan-header .custom-logo-link{display:flex;align-items:center;gap:11px;color:inherit}.avyaan-header .custom-logo{max-height:70px;width:auto}.elementor-page .elementor-element{--widgets-spacing:0px}.avyaan-full-width{overflow:hidden}
.formStatus{min-height:24px;margin-top:18px;color:#fff;font:14px/1.5 Georgia}.avyaan-inquiry-form button:disabled{opacity:.6;cursor:wait}
.story .poster3d>img{position:relative!important;z-index:4!important;display:block!important;opacity:1!important;visibility:visible!important}.story .poster3d>.sheet{z-index:1!important}


body .e-con-full,body .e-con>.e-con-inner{padding-block-end: 0; padding-block-start: 0;}
body .e-con{padding-inline-end: 0; padding-inline-start: 0;}
.heroArt{margin-top: -5%;}
body .elementor img{height: stretch;}
.site-footer {
    padding: 40px 3vw 25px;
    background: #032b40;
    color: #ffffff;

    display: grid;
    grid-template-columns: minmax(150px, 0.8fr) minmax(280px, 1.4fr) auto;
    column-gap: 50px;
    row-gap: 32px;
    align-items: center;
}

.site-footer p {
    margin: 0;
}

/* Logo */
.footer-brand {
    display: flex;
    align-items: center;
	justify-content: flex-start;
}

.footer-brand .custom-logo-link {
    display: inline-flex;
}

.footer-brand .custom-logo {
    width: auto;
    max-width: 110px;
    max-height: 95px;
    object-fit: contain;
}

/* Address */
.footer-address {
    color: #8ec6df;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1.5px;
    text-align: center;
}

/* Main footer links */
.footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 24px;
}

.footer-links span,
.footer-links a {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-decoration: none;
    white-space: nowrap;
}

.footer-links a {
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a:hover {
    color: #8ec6df;
    transform: translateY(-2px);
}

/* Copyright row */
.footer-copyright {
    grid-column: 1 / -1;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;

    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-copyright p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.footer-copyright a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-copyright a:hover {
    color: #8ec6df;
}

/* Tablet */
@media (max-width: 1024px) {
    .site-footer {
        grid-template-columns: auto 1fr;
    }

    .footer-address {
        text-align: right;
    }

    .footer-links {
        grid-column: 1 / -1;
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .site-footer {
        grid-template-columns: 1fr;
        padding: 36px 20px 24px;
        gap: 24px;
        text-align: center;
    }

    .footer-brand {
        justify-content: center;
    }

    .footer-address {
        text-align: center;
    }

    .footer-links {
        grid-column: auto;
        flex-direction: column;
        justify-content: center;
        gap: 14px;
    }

    .footer-copyright {
        grid-column: auto;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding-top: 20px;
    }
}