{{-- ========================================================= PAGE STYLES ========================================================= --}}  :root { --home-dark: #111111; --home-dark-soft: #191919; --home-text: #171717; --home-muted: #777777; --home-border: #e7e7e7; --home-surface: #f6f6f4; } /* ========================================================= GENERAL ========================================================= */ .section-py { padding-top: 100px; padding-bottom: 100px; } .section-eyebrow { display: inline-block; margin-bottom: 12px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #888; } .section-heading { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1; letter-spacing: -.035em; font-weight: 600; color: var(--home-text); } .section-subheading { margin-top: 14px; color: var(--home-muted); font-size: 16px; } .section-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 45px; } .section-link { color: var(--home-text); text-decoration: none; font-size: 14px; font-weight: 600; white-space: nowrap; } .section-link:hover { text-decoration: underline; } /* ========================================================= HERO ========================================================= */ .home-hero { background: var(--home-dark); color: #fff; padding: 75px 0 130px; } .home-hero__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; min-height: 590px; } .home-hero__eyebrow { display: inline-block; color: #aaa; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; } .home-hero h1 { color: aliceblue; max-width: 780px; margin: 20px 0 28px; font-size: clamp(52px, 6vw, 88px); line-height: .94; letter-spacing: -.055em; font-weight: 600; } .home-hero__content p { max-width: 520px; margin: 0; color: #bdbdbd; font-size: 18px; line-height: 1.7; } .home-hero__actions { display: flex; gap: 14px; margin-top: 36px; } .home-hero__visual { position: relative; height: 590px; overflow: hidden; } .home-hero__visual img { width: 100%; height: 100%; object-fit: cover; display: block; } .home-hero__placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #242424; color: #777; font-size: 30px; } .hero-property-info { position: absolute; left: 25px; right: 25px; bottom: 25px; padding: 20px 22px; background: rgba(0,0,0,.72); backdrop-filter: blur(12px); } .hero-property-info span { display: block; margin-bottom: 5px; color: #aaa; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; } .hero-property-info strong { display: block; font-size: 20px; font-weight: 500; } .hero-property-info small { display: block; margin-top: 4px; color: #aaa; } /* ========================================================= SEARCH ========================================================= */ .property-search-wrap { position: relative; z-index: 10; margin-top: -65px; } .property-search { padding: 30px 34px; background: #fff; border-radius: 16px; box-shadow: 0 25px 70px rgba(0,0,0,.13); } .property-search__top { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 25px; } .property-search__top h2 { margin: 0; font-size: 25px; letter-spacing: -.025em; } .property-search__all { color: #555; text-decoration: none; font-size: 13px; } .property-search__form { display: grid; grid-template-columns: 1.5fr 1fr 1fr 190px; gap: 14px; } .search-field label { display: block; margin-bottom: 7px; color: #777; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; } .search-field input, .search-field select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #ddd; border-radius: 8px; background: #fff; color: #222; outline: none; } .search-field input:focus, .search-field select:focus { border-color: #999; } .search-submit { height: 52px; } /* ========================================================= STATS ========================================================= */ .stats-section { background: var(--home-dark); color: #fff; } .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 55px 0; } .stat-item { padding: 5px 35px; border-right: 1px solid #333; } .stat-item:first-child { padding-left: 0; } .stat-item:last-child { border-right: 0; } .stat-item strong { display: block; font-size: 44px; line-height: 1; font-weight: 500; letter-spacing: -.04em; } .stat-item span { display: block; margin-top: 10px; color: #999; font-size: 12px; } /* ========================================================= WHY US ========================================================= */ .why-us-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; } .why-us-intro p { max-width: 350px; margin-top: 25px; color: #777; line-height: 1.7; } .why-us-list { border-top: 1px solid var(--home-border); } .feature-row { position: relative; display: grid; grid-template-columns: 45px 45px 1fr 30px; align-items: center; gap: 15px; padding: 28px 0; border-bottom: 1px solid var(--home-border); transition: padding .25s ease; } .feature-row:hover { padding-left: 10px; } .feature-row__index { color: #aaa; font-size: 12px; letter-spacing: .08em; } .feature-row__icon { color: #555; font-size: 20px; } .feature-row__content h3 { margin: 0; font-size: 19px; font-weight: 600; } .feature-row__content p { margin: 6px 0 0; color: #777; font-size: 14px; line-height: 1.6; } .feature-row__arrow { color: #999; } /* ========================================================= PROJECTS ========================================================= */ .projects-section { background: var(--home-surface); } .projects-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 20px; } .project-card { position: relative; min-height: 480px; overflow: hidden; color: #fff; text-decoration: none; background: #222; } .project-card:first-child { min-height: 560px; } .project-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .6s ease; } .project-card:hover img { transform: scale(1.05); } .project-card__placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 30px; background: #292929; color: #aaa; } .project-card__overlay { position: absolute; inset: 0; background: linear-gradient( to top, rgba(0,0,0,.8), rgba(0,0,0,.05) 70% ); } .project-card__content { position: absolute; left: 25px; right: 25px; bottom: 25px; } .project-card__content > span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: #bbb; } .project-card__content h3 { margin: 8px 0 3px; font-size: 25px; font-weight: 500; } .project-card__content p { margin: 0; color: #bbb; font-size: 13px; } .project-card__arrow { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.2); } /* ========================================================= CATEGORY ========================================================= */ .category-section { background: #fff; } .category-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 45px; } .category-heading p { max-width: 370px; margin: 0; color: #777; line-height: 1.7; } .category-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--home-border); border-left: 1px solid var(--home-border); } .category-card { position: relative; min-height: 210px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; color: var(--home-text); text-decoration: none; border-right: 1px solid var(--home-border); border-bottom: 1px solid var(--home-border); transition: background .25s ease; } .category-card:hover { background: var(--home-surface); } .category-number { color: #aaa; font-size: 11px; } .category-card__content h3 { margin: 0 0 5px; font-size: 21px; font-weight: 600; } .category-card__content span { color: #888; font-size: 12px; } .category-card__arrow { position: absolute; top: 23px; right: 23px; font-size: 20px; } /* ========================================================= TESTIMONIALS ========================================================= */ .testimonial-section { overflow: hidden; background: var(--home-surface); } .testimonial-strip { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; scrollbar-width: thin; } .testimonial-card { position: relative; flex: 0 0 min(650px, 80vw); min-height: 330px; padding: 40px; background: #fff; scroll-snap-align: start; } .testimonial-number { color: #aaa; font-size: 11px; } .testimonial-card__quote { max-width: 560px; margin: 55px 0 40px; font-size: clamp(24px, 3vw, 34px); line-height: 1.25; letter-spacing: -.025em; } .testimonial-card__author { display: flex; align-items: center; gap: 12px; } .testimonial-card__avatar { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #111; color: #fff; font-size: 13px; } .testimonial-card__author strong, .testimonial-card__author span { display: block; } .testimonial-card__author strong { font-size: 13px; } .testimonial-card__author span { margin-top: 3px; color: #888; font-size: 11px; } /* ========================================================= BLOG ========================================================= */ .blog-card { height: 100%; border: 1px solid var(--home-border); background: #fff; } .blog-card__image { display: block; height: 230px; overflow: hidden; } .blog-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; } .blog-card:hover .blog-card__image img { transform: scale(1.04); } .blog-card__body { padding: 25px; } .blog-card__category { color: #888; font-size: 10px; font-weight: 600; letter-spacing: .14em; } .blog-card h3 { margin: 12px 0; font-size: 22px; line-height: 1.2; } .blog-card h3 a { color: #171717; text-decoration: none; } .blog-card p { margin-bottom: 20px; color: #777; font-size: 14px; line-height: 1.6; } .blog-card__link { color: #171717; font-size: 13px; font-weight: 600; text-decoration: none; } /* ========================================================= CTA ========================================================= */ .home-cta { position: relative; overflow: hidden; padding: 110px 0; background: #111; color: #fff; } .home-cta__background { position: absolute; inset: 0; background: radial-gradient( circle at 80% 50%, rgba(255,255,255,.08), transparent 40% ); } .home-cta__content { position: relative; max-width: 800px; margin: auto; text-align: center; } .home-cta .section-eyebrow { color: #999; } .home-cta h2 { color: aliceblue; margin: 15px 0; font-size: clamp(38px, 5vw, 65px); line-height: 1; letter-spacing: -.04em; } .home-cta p { max-width: 500px; margin: 20px auto 30px; color: #aaa; } /* ========================================================= RESPONSIVE ========================================================= */ @media (max-width: 1199px) { .home-hero__grid { gap: 45px; } .property-search__form { grid-template-columns: 1fr 1fr; } .search-submit { width: 100%; } .projects-grid { grid-template-columns: 1fr 1fr; } .project-card:first-child { grid-column: span 2; } .category-grid { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 991px) { .section-py { padding-top: 75px; padding-bottom: 75px; } .home-hero { padding: 55px 0 100px; } .home-hero__grid { grid-template-columns: 1fr; min-height: auto; } .home-hero__visual { height: 480px; } .stats-grid { grid-template-columns: repeat(2, 1fr); } .stat-item { padding: 25px; border-bottom: 1px solid #333; } .stat-item:first-child { padding-left: 25px; } .why-us-grid { grid-template-columns: 1fr; gap: 50px; } } @media (max-width: 767px) { .section-header { display: block; margin-bottom: 30px; } .section-link { display: inline-block; margin-top: 20px; } .home-hero h1 { font-size: 50px; } .home-hero__actions { flex-direction: column; } .home-hero__actions .btn { width: 100%; } .property-search-wrap { margin-top: -45px; } .property-search { padding: 25px 20px; } .property-search__top { display: block; } .property-search__all { display: inline-block; margin-top: 10px; } .property-search__form { grid-template-columns: 1fr; } .stats-grid { grid-template-columns: 1fr 1fr; } .stat-item strong { font-size: 32px; } .projects-grid { grid-template-columns: 1fr; } .project-card, .project-card:first-child { min-height: 420px; grid-column: auto; } .category-grid { grid-template-columns: 1fr; } .category-heading { display: block; } .category-heading p { margin-top: 20px; } .feature-row { grid-template-columns: 35px 35px 1fr 20px; gap: 10px; } .testimonial-card { flex-basis: 88vw; min-height: 300px; padding: 28px; } .testimonial-card__quote { margin-top: 40px; } } @media (max-width: 575px) { .section-py { padding-top: 60px; padding-bottom: 60px; } .home-hero { padding-top: 40px; } .home-hero h1 { font-size: 43px; } .home-hero__content p { font-size: 16px; } .home-hero__visual { height: 360px; } .hero-property-info { left: 15px; right: 15px; bottom: 15px; } .stats-grid { grid-template-columns: 1fr 1fr; } .stat-item { padding: 20px 10px; } .stat-item:first-child { padding-left: 10px; } .stat-item strong { font-size: 27px; } .stat-item span { font-size: 11px; } .feature-row { grid-template-columns: 30px 30px 1fr; } .feature-row__arrow { display: none; } .feature-row__content h3 { font-size: 17px; } .feature-row__content p { font-size: 13px; } .home-cta { padding: 80px 20px; } } /* =====================================================
   HOME HERO - BACKGROUND IMAGE
===================================================== */

.home-hero {
    position: relative;
    min-height: 680px;

    display: flex;
    align-items: center;

    background-color: #111;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* Dark overlay */

.home-hero__overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.62) 45%,
            rgba(0, 0, 0, 0.25) 100%
        );

    z-index: 1;
}


/* Content */

.home-hero .container {
    position: relative;
    z-index: 2;

    width: 100%;
}


.home-hero__content {
    max-width: 700px;
    padding: 100px 0;
}


/* Eyebrow */

.home-hero__eyebrow {
    display: block;

    margin-bottom: 20px;

    color: #c69a52;

    font-size: 12px;
    font-weight: 600;

    letter-spacing: 0.18em;
    text-transform: uppercase;
}


/* Heading */

.home-hero__content h1 {
    max-width: 720px;

    margin: 0 0 24px;

    color: #ffffff;

    font-size: clamp(48px, 6vw, 82px);
    line-height: 0.98;
    font-weight: 700;

    letter-spacing: -0.055em;
}


/* Description */

.home-hero__content p {
    max-width: 560px;

    margin: 0 0 34px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 17px;
    line-height: 1.7;
}


/* Buttons */

.home-hero__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}


/* =====================================================
   HERO ANIMATION
===================================================== */

.home-hero__content {
    animation: heroContentReveal 0.9s cubic-bezier(.22, 1, .36, 1) both;
}


@keyframes heroContentReveal {

    from {
        opacity: 0;
        transform: translateY(35px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* Background zoom */

.home-hero {
    animation: heroBackgroundReveal 1.2s ease both;
}


@keyframes heroBackgroundReveal {

    from {
        background-size: 108%;
    }

    to {
        background-size: cover;
    }

}


/* =====================================================
   BUTTON HOVER
===================================================== */

.home-hero__actions .btn {
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        background .25s ease;
}


.home-hero__actions .btn:hover {
    transform: translateY(-3px);
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

    .home-hero {
        min-height: 620px;

        background-position: center;
    }

    .home-hero__content {
        padding: 80px 20px;
    }

    .home-hero__content h1 {
        font-size: clamp(42px, 12vw, 60px);
    }

    .home-hero__content p {
        font-size: 15px;
    }

    .home-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .home-hero__actions .btn {
        width: 100%;
        text-align: center;
    }

}









/* navbar*/
/* ===================================================== REAL ESTATE NAVBAR ===================================================== */ .realestate-navbar { width: 100%; background: #ffffff; border-top: 1px solid #202020; border-bottom: 1px solid #e8e8e8; position: relative; z-index: 1000; } /* ===================================================== NAVBAR INNER ===================================================== */ .realestate-navbar-inner { max-width: 1400px; min-height: 82px; margin: 0 auto; padding: 0 32px; display: flex; align-items: center; } /* ===================================================== LOGO ===================================================== */ .realestate-brand { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; color: #111111; } .realestate-brand img { display: block; width: auto; max-width: 190px; max-height: 48px; object-fit: contain; } .realestate-brand span { font-size: 23px; font-weight: 700; letter-spacing: -0.05em; } /* ===================================================== DESKTOP NAVIGATION ===================================================== */ .realestate-nav-links { display: flex !important; align-items: stretch; margin-left: auto; margin-right: 45px; gap: 38px; height: 82px; } .realestate-nav-links > a, .realestate-dropdown-trigger { position: relative; display: flex; align-items: center; gap: 8px; height: 82px; padding: 0; border: 0; background: transparent; color: #171717 !important; text-decoration: none; font-size: 16px; font-weight: 500; white-space: nowrap; cursor: pointer; transition: color .2s ease; } /* ===================================================== NAV ICONS ===================================================== */ .realestate-nav-links > a > i, .realestate-dropdown-trigger > i:first-child { font-size: 16px; color: #222222; transition: color .2s ease; } /* ===================================================== DROPDOWN ARROW ===================================================== */ .realestate-dropdown-trigger .dropdown-arrow { font-size: 10px; margin-left: 2px; transition: transform .2s ease, color .2s ease; } .realestate-nav-dropdown:hover .dropdown-arrow { transform: rotate(180deg); } /* ===================================================== HOVER ===================================================== */ .realestate-nav-links > a:hover, .realestate-dropdown-trigger:hover { color: #a8752a !important; } .realestate-nav-links > a:hover i, .realestate-dropdown-trigger:hover i { color: #a8752a; } /* ===================================================== ACTIVE LINK ===================================================== */ .realestate-nav-links > a.active { color: #a8752a !important; } .realestate-nav-links > a.active i { color: #a8752a; } .realestate-nav-links > a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: #a8752a; } /* ===================================================== PROPERTY TYPE DROPDOWN ===================================================== */ .realestate-nav-dropdown { position: relative; display: flex; align-items: stretch; } .realestate-dropdown-menu { position: absolute; top: calc(100% + 1px); left: -18px; width: 230px; padding: 10px; background: #ffffff; border: 1px solid #e5e5e5; box-shadow: 0 15px 40px rgba(0, 0, 0, .10); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; } .realestate-nav-dropdown:hover .realestate-dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); } .realestate-dropdown-menu a { display: flex; align-items: center; gap: 10px; padding: 12px 13px; color: #222222; text-decoration: none; font-size: 14px; transition: background .2s ease, color .2s ease; } .realestate-dropdown-menu a i { font-size: 15px; color: #777777; } .realestate-dropdown-menu a:hover { background: #f7f5f1; color: #a8752a; } .realestate-dropdown-menu a:hover i { color: #a8752a; } /* ===================================================== RIGHT ACTIONS ===================================================== */ .realestate-nav-actions { display: flex !important; align-items: center; gap: 18px; flex-shrink: 0; } /* ===================================================== SEARCH ===================================================== */ .realestate-search-btn { width: 42px; height: 42px; display: flex; align-items: center; justify-content: center; color: #171717; border: 1px solid #dedede; border-radius: 50%; text-decoration: none; transition: background .2s ease, border-color .2s ease, color .2s ease; } .realestate-search-btn i { font-size: 17px; } .realestate-search-btn:hover { color: #a8752a; border-color: #a8752a; background: #faf8f4; } /* ===================================================== CONTACT BUTTON ===================================================== */ .realestate-agent-btn { min-height: 44px; display: flex; align-items: center; gap: 9px; padding: 0 19px; background: #111111; color: #ffffff !important; border-radius: 15px; text-decoration: none; font-size: 14px; font-weight: 600; transition: background .2s ease, color .2s ease; } .realestate-agent-btn i { font-size: 14px; } .realestate-agent-btn:hover { background: #a8752a; color: #ffffff !important; } /* ===================================================== MOBILE TOGGLE ===================================================== */ .realestate-mobile-toggle { display: none; width: 42px; height: 42px; padding: 8px; border: 0; background: transparent; cursor: pointer; } .realestate-mobile-toggle span { display: block; width: 24px; height: 2px; margin: 5px auto; background: #111111; } /* ===================================================== MOBILE MENU ===================================================== */ .realestate-mobile-menu { display: none; } @media (max-width: 1100px) { .realestate-nav-links { gap: 22px; margin-right: 25px; } .realestate-nav-links > a, .realestate-dropdown-trigger { font-size: 14px; } .realestate-agent-btn { padding: 0 14px; } } /* ===================================================== TABLET / MOBILE ===================================================== */ @media (max-width: 850px) { .realestate-navbar-inner { min-height: 72px; padding: 0 20px; } .realestate-nav-links, .realestate-nav-actions { display: none !important; } .realestate-mobile-toggle { display: block; margin-left: auto; } .realestate-mobile-menu { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 10px 20px 25px; background: #ffffff; border-top: 1px solid #eeeeee; box-shadow: 0 15px 35px rgba(0, 0, 0, .08); } .realestate-mobile-menu.show { display: block; } .realestate-mobile-menu > a, .mobile-property-types-title { display: flex; align-items: center; gap: 11px; min-height: 52px; color: #222222; text-decoration: none; font-size: 15px; font-weight: 500; border-bottom: 1px solid #eeeeee; } .realestate-mobile-menu > a i, .mobile-property-types-title i { width: 20px; color: #555555; } .mobile-property-types { border-bottom: 1px solid #eeeeee; } .mobile-property-types-title { border-bottom: 0; } .mobile-property-types > a { display: flex; align-items: center; gap: 10px; padding: 9px 0 9px 30px; color: #666666; text-decoration: none; font-size: 14px; } .mobile-property-types > a i { font-size: 13px; } .realestate-mobile-menu .mobile-contact { justify-content: center; margin-top: 16px; min-height: 48px; background: #111111; color: #ffffff; border: 0; } .realestate-mobile-menu .mobile-contact i { color: #ffffff; } }

/* =====================================================
   REAL ESTATE NAVBAR ANIMATIONS
   ===================================================== */

/* -----------------------------------------------------
   NAVBAR PAGE LOAD
   ----------------------------------------------------- */
.realestate-navbar {
    animation: navbarSlideDown 0.6s cubic-bezier(.22, 1, .36, 1) both;
}

@keyframes navbarSlideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* -----------------------------------------------------
   LOGO ANIMATION
   ----------------------------------------------------- */
.realestate-brand {
    animation: logoReveal 0.7s cubic-bezier(.22, 1, .36, 1) 0.1s both;
}

@keyframes logoReveal {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* -----------------------------------------------------
   DESKTOP NAV LINKS
   ----------------------------------------------------- */
.realestate-nav-links > a,
.realestate-dropdown-trigger {
    animation: navItemReveal 0.55s cubic-bezier(.22, 1, .36, 1) both;
}

.realestate-nav-links > a:nth-child(1),
.realestate-nav-dropdown:nth-child(1) {
    animation-delay: 0.15s;
}

.realestate-nav-links > a:nth-child(2),
.realestate-nav-dropdown:nth-child(2) {
    animation-delay: 0.22s;
}

.realestate-nav-links > a:nth-child(3),
.realestate-nav-dropdown:nth-child(3) {
    animation-delay: 0.29s;
}

.realestate-nav-links > a:nth-child(4),
.realestate-nav-dropdown:nth-child(4) {
    animation-delay: 0.36s;
}

@keyframes navItemReveal {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* -----------------------------------------------------
   NAV ACTIONS
   ----------------------------------------------------- */
.realestate-nav-actions {
    animation: actionsReveal 0.6s cubic-bezier(.22, 1, .36, 1) 0.35s both;
}

@keyframes actionsReveal {
    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* -----------------------------------------------------
   NAV LINK HOVER
   ----------------------------------------------------- */
.realestate-nav-links > a,
.realestate-dropdown-trigger {
    transition:
        color .25s ease,
        transform .25s ease;
}

.realestate-nav-links > a:hover,
.realestate-dropdown-trigger:hover {
    transform: translateY(-2px);
}


/* -----------------------------------------------------
   ACTIVE UNDERLINE ANIMATION
   ----------------------------------------------------- */
.realestate-nav-links > a::after {
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.realestate-nav-links > a:hover::after,
.realestate-nav-links > a.active::after {
    transform: scaleX(1);
}


/* -----------------------------------------------------
   ICON HOVER
   ----------------------------------------------------- */
.realestate-nav-links > a > i,
.realestate-dropdown-trigger > i:first-child {
    transition:
        color .25s ease,
        transform .25s ease;
}

.realestate-nav-links > a:hover > i,
.realestate-dropdown-trigger:hover > i:first-child {
    transform: translateY(-1px) scale(1.08);
}


/* -----------------------------------------------------
   SEARCH BUTTON
   ----------------------------------------------------- */
.realestate-search-btn {
    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        color .25s ease;
}

.realestate-search-btn:hover {
    transform: translateY(-3px) rotate(5deg);
}


/* -----------------------------------------------------
   CONTACT BUTTON
   ----------------------------------------------------- */
.realestate-agent-btn {
    position: relative;
    overflow: hidden;
    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.realestate-agent-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.18),
        transparent
    );
    transform: skewX(-20deg);
    transition: left .6s ease;
}

.realestate-agent-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

.realestate-agent-btn:hover::before {
    left: 140%;
}


/* -----------------------------------------------------
   DROPDOWN
   ----------------------------------------------------- */
.realestate-dropdown-menu {
    transform-origin: top center;

    opacity: 0;
    visibility: hidden;

    transform:
        translateY(12px)
        scale(.97);

    transition:
        opacity .25s ease,
        visibility .25s ease,
        transform .25s cubic-bezier(.22, 1, .36, 1);
}

.realestate-nav-dropdown:hover .realestate-dropdown-menu {
    opacity: 1;
    visibility: visible;

    transform:
        translateY(0)
        scale(1);
}


/* -----------------------------------------------------
   DROPDOWN ITEMS
   ----------------------------------------------------- */
.realestate-dropdown-menu a {
    transition:
        background .2s ease,
        color .2s ease,
        padding-left .2s ease;
}

.realestate-dropdown-menu a:hover {
    padding-left: 18px;
}


/* -----------------------------------------------------
   DROPDOWN ICON
   ----------------------------------------------------- */
.realestate-dropdown-menu a i {
    transition:
        color .2s ease,
        transform .2s ease;
}

.realestate-dropdown-menu a:hover i {
    transform: translateX(3px);
}


/* =====================================================
   MOBILE MENU ANIMATION
   ===================================================== */

.realestate-mobile-menu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);

    transition:
        opacity .3s ease,
        visibility .3s ease,
        transform .3s cubic-bezier(.22, 1, .36, 1);
}

.realestate-mobile-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


/* -----------------------------------------------------
   MOBILE MENU LINKS
   ----------------------------------------------------- */
.realestate-mobile-menu.show > a,
.realestate-mobile-menu.show .mobile-property-types {
    animation: mobileItemReveal .4s cubic-bezier(.22, 1, .36, 1) both;
}

.realestate-mobile-menu.show > a:nth-child(1) {
    animation-delay: .05s;
}

.realestate-mobile-menu.show > a:nth-child(2) {
    animation-delay: .10s;
}

.realestate-mobile-menu.show > a:nth-child(3) {
    animation-delay: .15s;
}

.realestate-mobile-menu.show > a:nth-child(4) {
    animation-delay: .20s;
}

.realestate-mobile-menu.show .mobile-property-types {
    animation-delay: .25s;
}

@keyframes mobileItemReveal {
    from {
        opacity: 0;
        transform: translateX(-12px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


/* -----------------------------------------------------
   MOBILE LINK HOVER
   ----------------------------------------------------- */
.realestate-mobile-menu > a,
.mobile-property-types-title,
.mobile-property-types > a {
    transition:
        color .2s ease,
        padding-left .2s ease,
        background .2s ease;
}

.realestate-mobile-menu > a:hover,
.mobile-property-types-title:hover {
    color: #a8752a;
    padding-left: 6px;
}

.mobile-property-types > a:hover {
    color: #a8752a;
    padding-left: 36px;
}


/* -----------------------------------------------------
   MOBILE TOGGLE
   ----------------------------------------------------- */
.realestate-mobile-toggle {
    transition: transform .25s ease;
}

.realestate-mobile-toggle:hover {
    transform: scale(1.08);
}

.realestate-mobile-toggle span {
    transition:
        transform .3s ease,
        opacity .3s ease;
}


/* =====================================================
   REDUCED MOTION ACCESSIBILITY
   ===================================================== */

@media (prefers-reduced-motion: reduce) {

    .realestate-navbar,
    .realestate-brand,
    .realestate-nav-links > a,
    .realestate-dropdown-trigger,
    .realestate-nav-actions,
    .realestate-mobile-menu.show > a,
    .realestate-mobile-menu.show .mobile-property-types {
        animation: none !important;
    }

    .realestate-navbar *,
    .realestate-navbar *::before,
    .realestate-navbar *::after {
        transition: none !important;
    }
}