/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Template: houzez
Version: 1.0
*/

/* =========================================================
   IMPORTS
========================================================= */

@import url("../houzez/style.css");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@200..800&display=swap");


/* =========================================================
   GLOBAL
========================================================= */

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.item-title,
.page-title-mobile {
    font-family: "Manrope", sans-serif !important;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

ol.breadcrumb {
    display: none;
}


/* =========================================================
   HOUEZ / EXISTING ELEMENT OVERRIDES
========================================================= */

section#desktop-header-search {
    display: none;
}

.btn {
    border-radius: 76px;
    line-height: 40px;
    white-space: nowrap;
}

.listing-view .btn {
    line-height: 28px;
}

.elementor-17985 .elementor-element.elementor-element-c421f08 .elementor-button {
    border-style: solid;
    border-color: #00AEFF;
    border-radius: 28px;
}

.property-carousel-buttons-wrap {
    height: 0 !important;
}


/* =========================================================
   TESTIMONIAL / SWIPER
========================================================= */

.top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.profile {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.profile h4 {
    margin: 0;
    font-size: 20px;
}

.profile span {
    font-size: 13px;
    color: #888;
}

.stars {
    color: #FFC400;
    font-size: 18px;
}

.content {
    display: flex;
    gap: 18px;
}

.quote {
    font-size: 58px;
    color: #ff1b1b;
    font-weight: bold;
}

.content p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.4;
    transform: scale(0.92);
}

.swiper-slide-active {
    z-index: 99;
}

.swiper-slide-active .testimonial-card {
    background: #ff1111;
    transform: scale(1.08);
    box-shadow: 0 30px 70px rgba(255, 0, 0, 0.35);
}

.swiper-slide-active h4,
.swiper-slide-active span,
.swiper-slide-active p,
.swiper-slide-active .quote {
    color: #fff;
}

.swiper-slide-active .stars {
    color: #FFD54F;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #ccc;
}

.swiper-pagination-bullet-active {
    background: red;
    width: 32px;
    border-radius: 30px;
}


/* =========================================================
   CONTACT FORM 7
========================================================= */

.cf7-contact-form {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.cf7-col {
    flex: 1;
    min-width: 250px;
}

.cf7-col-2 {
    flex: 2;
}

.cf7-contact-form label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111;
}

.cf7-contact-form input,
.cf7-contact-form select {
    width: 100%;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 0 18px;
    font-size: 15px;
    outline: none;
    box-sizing: border-box;
}

.cf7-contact-form input:focus,
.cf7-contact-form select:focus {
    border-color: #18a8eb;
}

.cf7-submit input {
    width: 100%;
    height: 50px;
    background: #16a8eb;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.cf7-submit input:hover {
    background: #0d94d0;
}

.wpcf7-spinner {
    display: none;
}


/* =========================================================
   LANDING PAGE
========================================================= */

/*
   IMPORTANT:
   Do NOT style generic .container globally.
   Houzez already uses .container extensively.
*/

.hero {
    position: relative;
    height: 85vh;
    min-height: 600px;

    background:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.50) 100%
        ),
        url("https://shreeramblades.com/realestate/wp-content/uploads/2026/08/Banner-1.png")
        center center / cover no-repeat;

    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
}

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


/* =========================================================
   CUSTOM LANDING HEADER
========================================================= */

.hero-header {
    position: relative;
    z-index: 10;
}

.hero-header .navbar {
    height: 80px;
    border-radius: 60px;

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

    padding: 0 42px;

    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border: 1px solid rgba(255, 255, 255, 0.35);
}


/* =========================================================
   LANDING HERO CONTENT
========================================================= */

.hero-content {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 1050px;

    margin: 160px auto 0;

    text-align: center;
}

.hero-subtitle {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto 30px;
    max-width: 750px;
}

.hero-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 24px;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
}


/* =========================================================
   HERO SEARCH
========================================================= */

.hero-search {
    width: 100%;
    max-width: 1030px;

    height: 80px;

    margin: 60px auto 0;

    box-sizing: border-box;

    border-radius: 60px;

    background: rgba(255, 255, 255, 0.20);

    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(18px);

    padding: 14px;

    display: flex;
    gap: 12px;
}

.search-field {
    flex: 1;
    min-width: 0;
}

.search-field input,
.search-field select {
    width: 100%;
    height: 52px;

    box-sizing: border-box;

    border: none;
    outline: none;

    background: #fff;

    border-radius: 40px;

    padding: 0 18px;

    font-size: 14px;
    color: #666;
}

.search-btn {
    width: 200px;
    flex-shrink: 0;

    border: none;
    border-radius: 40px;

    background: #ef0000;
    color: #fff;

    font-size: 18px;
    font-weight: 300;

    cursor: pointer;

    transition: 0.3s;
}

.search-btn:hover {
    background: #d60000;
}


/* =========================================================
   PARTNER LOGOS
========================================================= */

.partner-logos {
    margin-top: 180px;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 90px;
}

.partner-logos img {
    height: 60px;
    width: auto;

    opacity: 1;

    padding-bottom: 24px;
}


/* =========================================================
   INTRO
========================================================= */

.intro-section {
    background: #fff;
    padding: 90px 0 110px;
}

.intro-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.intro-content h2 {
    font-size: 34px;
    font-weight: 400;
    color: #171717;
    line-height: 1.2;
    margin-bottom: 22px;
}

.intro-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: auto;
    width: 860px;
}


/* =========================================================
   STATS
========================================================= */

.stats-grid {
    margin-top: 75px;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 40px;
}

.stat-box {
    text-align: center;
    position: relative;
}

.stat-box:not(:last-child)::after {
    content: "";

    position: absolute;
    top: 50%;
    right: -20px;

    transform: translateY(-50%);

    width: 1px;
    height: 70px;

    background: #e9e9e9;
}

.stat-box h3 {
    font-size: 62px;
    font-weight: 300;
    color: #111;

    margin-bottom: 12px;
    line-height: 1;
}

.stat-box span {
    font-size: 17px;
    color: #666;
}


/* =========================================================
   SIGNATURE DEVELOPMENTS
========================================================= */

.signature-section {
    background: #F8F4EE;
    padding: 110px 0 120px;
    overflow: hidden;
}

.signature-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    gap: 60px;
    margin-bottom: 55px;
}

.signature-left {
    max-width: 650px;
}

.signature-left h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.15;
    color: #111;
    margin-bottom: 18px;
}

.signature-left p {
    max-width: 560px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.signature-link {
    display: flex;
    align-items: center;
    gap: 10px;

    white-space: nowrap;

    color: #E31E24;
    font-weight: 600;
    font-size: 14px;
}

.signature-link img {
    width: 15px;
    transition: 0.3s;
}

.signature-link:hover img {
    transform: translateX(4px);
}


/* =========================================================
   PROPERTY GRID
========================================================= */

.property-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.property-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;

    border: 1px solid #E7E2DA;

    transition: 0.35s;
}

.property-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.property-image {
    position: relative;
    height: 235px;
    overflow: hidden;
}

.property-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: 0.45s;
}

.property-card:hover .property-image img {
    transform: scale(1.05);
}

.rera-tag {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;

    background: #E31E24;
    color: #fff;

    font-size: 11px;
    font-weight: 700;

    padding: 8px 12px;
    border-radius: 6px;

    letter-spacing: 0.5px;
}

.property-body {
    padding: 18px 18px 22px;
}

.property-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.verified {
    display: flex;
    align-items: center;
    gap: 6px;
}

.verified img {
    width: 15px;
    height: 15px;
}

.verified span {
    font-size: 13px;
    color: #666;
}

.wishlist {
    width: 36px;
    height: 36px;

    border-radius: 50%;
    border: 1px solid #E5E5E5;
    background: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: 0.3s;
}

.wishlist img {
    width: 18px;
}

.wishlist:hover {
    background: #E31E24;
    border-color: #E31E24;
}

.property-body h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #111;
    margin-bottom: 12px;
}

.price {
    font-size: 22px;
    font-weight: 600;
    color: #E31E24;
    margin-bottom: 18px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #ECE6DE;
    margin: 18px 0;
}

.info-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.info-row img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.info-row span {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.info-flex {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.info-item img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.info-item span {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.details-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 10px;
    padding: 13px 22px;

    border: 1px solid #E31E24;
    border-radius: 40px;

    color: #E31E24;
    font-size: 15px;
    font-weight: 600;

    transition: 0.35s;
}

.details-btn img {
    width: 15px;
    transition: 0.3s;
}

.details-btn:hover {
    background: #E31E24;
    color: #fff;
}

.details-btn:hover img {
    filter: brightness(0) invert(1);
    transform: translateX(4px);
}


/* =========================================================
   SERVICES
========================================================= */

.services-section {
    position: relative;

    padding: 110px 0 120px;

    background: url("https://shreeramblades.com/realestate/wp-content/uploads/2026/08/Rectangle-78.png")
        center center / cover no-repeat;

    overflow: hidden;
}

.services-overlay {
    position: absolute;
    inset: 0;
}

.services-section .container {
    position: relative;
    z-index: 2;
}

.services-heading {
    max-width: 810px;
    margin: 0 auto 70px;
    text-align: center;
}

.services-heading h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 20px;
}

.services-heading p {
    max-width: 760px;
    margin: 0 auto;

    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;

    color: rgba(255, 255, 255, 0.90);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    align-items: stretch;
}

.service-card {
    position: relative;

    background: #fff;
    border-radius: 20px;

    padding: 48px 36px;
    min-height: 340px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    text-align: center;

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);

    transition: 0.35s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.16);
}

.service-icon {
    width: 100px;
    height: 100px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    transition: 0.35s;
}

.service-icon img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.service-card:hover .service-icon {
    transform: scale(1.08);
}

.service-card h3 {
    margin-bottom: 18px;

    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;

    color: #222;
}

.service-card p {
    margin-bottom: 20px;

    font-size: 14px;
    line-height: 1.5;

    color: #666;

    min-height: 86px;
}

.service-card a {
    margin-top: auto;

    color: #E30613;
    font-size: 18px;
    font-weight: 600;

    transition: 0.3s;
}

.service-card a:hover {
    color: #b80000;
}


/* =========================================================
   FIND HOME VISION
========================================================= */

.fhv-section {
    padding: 120px 0;
    background: #fff;
}

.fhv-layout {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 36px;
    align-items: start;
}

.fhv-left {
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.fhv-content {
    padding-top: 20px;
}

.fhv-content h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.2;
    color: #111;
    margin-bottom: 20px;
}

.fhv-content p {
    width: 360px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.fhv-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    width: 195px;
    height: 48px;

    border-radius: 100px;
    background: #ED1C24;
    color: #fff;

    font-size: 14px;
    font-weight: 300;

    transition: 0.35s;
}

.fhv-btn img {
    width: 15px;
    transition: 0.35s;
}

.fhv-btn:hover {
    background: #d5141b;
}

.fhv-btn:hover img {
    transform: translateX(4px);
}

.fhv-right {
    display: flex;
    gap: 28px;
}

.fhv-column {
    flex: 1;

    display: flex;
    flex-direction: column;
    gap: 28px;
}

.fhv-card {
    position: relative;
    overflow: hidden;

    border-radius: 24px;

    display: block;

    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);

    transition: 0.4s;
}

.fhv-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

    transition: 0.55s;
}

.fhv-new {
    height: 515px;
}

.fhv-ready {
    height: 270px;
}

.fhv-under {
    height: 506px;
}

.fhv-luxury {
    height: 330px;
}

.fhv-prime {
    height: 576px;
}

.fhv-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.fhv-info {
    position: absolute;
    inset: 0;
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 28px;
}

.fhv-info small {
    color: #fff;
    font-size: 14px;
    opacity: 0.95;
    font-weight: 100;
}

.fhv-info h3 {
    margin-top: 4px;

    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.35;
}

.fhv-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fhv-footer span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.fhv-footer img {
    width: 16px;
    transition: 0.35s;
}

.fhv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.15);
}

.fhv-card:hover img {
    transform: scale(1.06);
}

.fhv-card:hover .fhv-footer img {
    transform: translateX(6px);
}


/* =========================================================
   HOME BUYING PROCESS
========================================================= */

.hbp-section {
    background: #fff;
}

.hbp-process {
    display: grid;
    grid-template-columns: 1fr 80px 1fr 80px 1fr 80px 1fr;

    align-items: flex-start;
    gap: 0;

    margin-bottom: 70px;
}

.hbp-step {
    text-align: center;
}

.hbp-icon {
    width: 90px;
    height: 90px;

    margin: 0 auto 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.hbp-icon img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.hbp-step h3 {
    margin-bottom: 14px;

    color: #222;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.hbp-step p {
    width: 220px;
    margin: 0 auto;

    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.hbp-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 38px;
}

.hbp-arrow img {
    width: 100%;
    max-width: 110px;
}

.hbp-banner {
    overflow: hidden;
    border-radius: 34px;
}

.hbp-banner img {
    width: 100%;
    display: block;

    height: 420px;
    object-fit: cover;
}


/* =========================================================
   TESTIMONIAL SECTION
========================================================= */

.testimonial-section {
    padding: 120px 0;
    background: #fff;
}

.testimonial-heading {
    text-align: center;
    margin-bottom: 60px;
}

.testimonial-heading h2 {
    font-size: 34px;
    font-weight: 400;
    line-height: 1.15;
    color: #222;
    margin: 0;
}

.testimonial-wrapper {
    display: flex;
    gap: 30px;
}

.testimonial-card {
    flex: 1;

    background: #E60101 !important;
    border-radius: 24px;

    padding: 35px;

    color: #fff;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);

    transition: 0.35s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.testimonial-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 35px;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 18px;
}

.testimonial-profile img {
    width: 68px;
    height: 68px;

    border-radius: 50%;
    object-fit: cover;
}

.testimonial-profile h4 {
    margin: 0;

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

    color: #fff;
}

.testimonial-profile span {
    font-size: 14px;
    color: #E8F7FB;
}

.testimonial-rating {
    font-size: 28px;
    color: #FFD54A;
    letter-spacing: 4px;
}

.testimonial-content {
    display: flex;
    gap: 22px;
    align-items: flex-start;
}

.quote-icon {
    font-size: 72px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}

.testimonial-content p {
    margin: 0;

    font-size: 16px;
    line-height: 1.5;

    color: #fff;
}


/* =========================================================
   BLOG
========================================================= */

.blog-section {
    padding: 120px 0;
    background: #FDFBF8;
}

.blog-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    margin-bottom: 60px;
    gap: 40px;
}

.blog-left {
    max-width: 650px;
}

.blog-left h2 {
    font-size: 34px;
    line-height: 1.15;
    font-weight: 400;
    color: #222;
    margin: 0 0 20px;
}

.blog-left p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

.blog-btn {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #ED1C24;
    font-size: 16px;
    font-weight: 600;

    white-space: nowrap;
    transition: 0.3s;
}

.blog-btn img {
    width: 18px;
}

.blog-btn:hover {
    gap: 16px;
}

.blog-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: #fff;

    border: 1px solid #E5E5E5;
    border-radius: 24px;

    overflow: hidden;

    transition: 0.35s;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    height: 260px;

    object-fit: cover;
    display: block;
}

.blog-date {
    position: absolute;

    right: 18px;
    bottom: -26px;

    width: 74px;
    height: 94px;

    background: #ED1C24;
    color: #fff;

    border-radius: 12px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    box-shadow: 0 10px 20px rgba(237, 28, 36, 0.25);
}

.blog-date span,
.blog-date small {
    font-size: 10px;
    line-height: 1;
}

.blog-date h3 {
    margin: 3px 0;

    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

.blog-content {
    padding: 34px 26px 28px;
}

.blog-content h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;

    color: #333;

    margin: 0 0 18px;
    padding-right: 20px;
}

.blog-content p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;

    margin: 0 0 28px;
}

.read-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 22px;

    border: 1px solid #ED1C24;
    border-radius: 50px;

    color: #ED1C24;

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

    transition: 0.3s;
}

.read-btn img {
    width: 16px;
}

.read-btn:hover {
    background: #ED1C24;
    color: #fff;
}

.read-btn:hover img {
    filter: brightness(0) invert(1);
}


/* =========================================================
   NEWSLETTER
========================================================= */

.newsletter {
    background: #ED1C24;
    padding: 70px 0;
}

.newsletter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

    gap: 60px;
}

.newsletter-content {
    max-width: 500px;
}

.newsletter-content h2 {
    font-size: 34px;
    font-weight: 400;
    color: #fff;

    margin: 0 0 18px;
    line-height: 1.15;
}

.newsletter-content p {
    font-size: 14px;
    line-height: 1.5;

    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.newsletter-form {
    width: 560px;
    height: 70px;

    background: #fff;
    border-radius: 60px;

    padding: 6px;

    display: flex;
    align-items: center;
}

.newsletter-form input {
    flex: 1;

    border: none;
    outline: none;

    padding: 0 28px;

    font-size: 16px;
    background: transparent;
}

.newsletter-form button {
    width: 210px;
    height: 58px;

    border: none;
    border-radius: 50px;

    background: #ED1C24;
    color: #fff;

    font-size: 18px;
    font-weight: 500;

    cursor: pointer;
    transition: 0.3s;
}

.newsletter-form button:hover {
    background: #cf1119;
}


/* =========================================================
   FOOTER
========================================================= */

.footer-main {
    background: #2F2F2F;
    padding: 80px 0 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.4fr;
    gap: 50px;
}

.footer-logo {
    width: 170px;
    margin-bottom: 30px;
}

.footer-about p {
    color: #CFCFCF;
    font-size: 17px;
    line-height: 1.8;
}

.footer-social {
    display: flex;
    gap: 18px;
    margin: 30px 0;
}

.footer-social a {
    width: 42px;
    height: 42px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: 0.3s;
}

.footer-social img {
    width: 18px;
}

.footer-social a:hover {
    background: #ED1C24;
    border-color: #ED1C24;
}

.footer-license {
    margin-top: 35px;
}

.footer-license p {
    color: #fff;
    margin: 8px 0;
    font-size: 15px;
}

.footer-links h4,
.footer-contact h4 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 18px;
}

.footer-links a {
    color: #CFCFCF;
    font-size: 16px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ED1C24;
}

.footer-contact li {
    display: flex;
    gap: 14px;
    align-items: flex-start;

    margin-bottom: 22px;
}

.footer-contact img {
    width: 18px;
    margin-top: 4px;

    filter: brightness(0) invert(1);
}

.footer-contact span {
    color: #CFCFCF;
    font-size: 16px;
    line-height: 1.7;
}

.footer-bottom {
    background: #292929;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    padding: 22px 0;
}

.footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: #BDBDBD;
    font-size: 15px;
    margin: 0;
}

.footer-policy {
    display: flex;
    gap: 28px;
}

.footer-policy a {
    color: #BDBDBD;
    font-size: 15px;
    transition: 0.3s;
}

.footer-policy a:hover {
    color: #ED1C24;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1200px) {

    .property-grid,
    .blog-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .newsletter-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .newsletter-form {
        width: 100%;
    }

    .fhv-layout {
        grid-template-columns: 380px 1fr;
    }

    .fhv-content p {
        width: 100%;
    }

    .hero-content {
        max-width: 900px;
    }

    .hero-content h1 {
        font-size: 36px;
    }

    .hero-search {
        max-width: 900px;
    }

    .partner-logos {
        gap: 55px;
    }
}


@media (max-width: 1100px) {

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hbp-process {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }

    .hbp-arrow {
        display: none;
    }

    .hero-search {
        margin-top: 100px;
    }

    .partner-logos {
        margin-top: 120px;
    }
}


/* =========================================================
   TABLET / SMALL DESKTOP
========================================================= */

@media (max-width: 991px) {

    #responsive-menu-container,
    #responsive-menu-header {
        background: #fff !important;
    }

    .signature-section {
        padding: 80px 0;
        border-radius: 40px 40px 0 0;
    }

    .signature-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .signature-left h2 {
        font-size: 42px;
    }

    .fhv-layout {
        grid-template-columns: 1fr;
    }

    .fhv-right {
        margin-top: 40px;
    }

    .testimonial-wrapper {
        flex-direction: column;
    }

    .testimonial-heading h2 {
        font-size: 46px;
    }

    .blog-header {
        flex-direction: column;
        gap: 20px;
    }

    .blog-left h2 {
        font-size: 44px;
    }

    .services-heading h2 {
        font-size: 46px;
    }

    .service-card h3 {
        font-size: 28px;
    }

    /*
       Do not let desktop hero search overflow tablet.
    */

    .hero {
        min-height: 650px;
    }

    .hero-content {
        max-width: 850px;
        margin-top: 130px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-search {
        max-width: 850px;
        margin-top: 90px;
    }
}


/* =========================================================
   MOBILE - 768px
========================================================= */

@media (max-width: 768px) {

    /* -----------------------------------------------------
       HERO
    ----------------------------------------------------- */

    .hero {
        height: auto;
        min-height: 982px;

        background-position: center center;
    }

    .hero-content {
        width: 100%;
        max-width: 100%;

        margin: 260px auto 0;

        padding: 0 20px;

        box-sizing: border-box;
    }

    .hero-content h1 {
        font-size: 30px;
        font-weight: 300;

        line-height: 1.65;

        margin: 0 68px;

        max-width: 360px;
    }

    .hero-subtitle {
        display: none;
    }

    /*
       Search is intentionally hidden on mobile.
    */

    .hero-search {
        display: none !important;
    }


    /* -----------------------------------------------------
       PARTNER LOGOS
    ----------------------------------------------------- */

    .partner-logos {
        display: none !important;
    }


    /* -----------------------------------------------------
       CONTENT
    ----------------------------------------------------- */

    .property-grid,
    .blog-wrapper {
        grid-template-columns: 1fr;
    }

    .property-image {
        height: 220px;
    }

    .property-body {
        padding: 20px;
    }

    .property-body h3 {
        font-size: 24px;
    }

    .price {
        font-size: 22px;
    }

    .info-flex {
        flex-direction: column;
        gap: 14px;
    }

    .details-btn {
        width: 100%;
        justify-content: center;
    }


    /* -----------------------------------------------------
       INTRO / STATS
    ----------------------------------------------------- */

    .intro-content p {
        width: 100%;
    }

    .stats-grid {
        margin-top: 75px;

        grid-template-columns: repeat(2, 1fr);

        gap: 40px;
    }

    .stat-box h3 {
        font-size: 35px;
    }


    /* -----------------------------------------------------
       SERVICES
    ----------------------------------------------------- */

    .services-section {
        padding: 80px 0;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        min-height: auto;
        padding: 36px 28px;
    }

    .services-heading {
        margin-bottom: 45px;
    }

    .services-heading h2 {
        font-size: 34px;
    }

    .services-heading p {
        font-size: 15px;
    }

    .service-card h3 {
        font-size: 24px;
    }

    .service-card p {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .service-card a {
        font-size: 16px;
    }


    /* -----------------------------------------------------
       FIND HOME VISION
    ----------------------------------------------------- */

    .fhv-right {
        flex-direction: column;
    }

    .fhv-column {
        width: 100%;
    }

    .fhv-new,
    .fhv-ready,
    .fhv-under,
    .fhv-luxury,
    .fhv-prime {
        height: 320px;
    }

    .fhv-content {
        text-align: center;
    }

    .fhv-content h2 {
        font-size: 42px;
    }

    .fhv-content p {
        width: 100%;
        font-size: 16px;
    }

    .fhv-btn {
        width: 100%;
    }


    /* -----------------------------------------------------
       HOME BUYING PROCESS
    ----------------------------------------------------- */

    .hbp-section {
        padding: 80px 0;
    }

    .hbp-process {
        grid-template-columns: 1fr !important;
        gap: 45px;
    }

    .hbp-icon {
        width: 72px;
        height: 72px;
    }

    .hbp-icon img {
        width: 72px;
        height: 72px;
    }

    .hbp-step h3 {
        font-size: 24px;
    }

    .hbp-step p {
        width: 100%;
        font-size: 15px;
    }

    .hbp-banner {
        border-radius: 24px;
    }

    .hbp-banner img {
        height: 260px;
    }


    /* -----------------------------------------------------
       TESTIMONIAL
    ----------------------------------------------------- */

    .testimonial-section {
        padding: 80px 0;
    }

    .testimonial-heading h2 {
        font-size: 34px;
    }

    .testimonial-card {
        padding: 25px;
    }

    .testimonial-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .testimonial-profile h4 {
        font-size: 22px;
    }

    .testimonial-profile span {
        font-size: 15px;
    }

    .testimonial-rating {
        font-size: 22px;
    }

    .testimonial-content {
        gap: 15px;
    }

    .quote-icon {
        font-size: 52px;
    }

    .testimonial-content p {
        font-size: 18px;
    }

    .swiper-slide-active .testimonial-card {
        transform: none;
    }


    /* -----------------------------------------------------
       CONTACT FORM
    ----------------------------------------------------- */

    .cf7-row {
        flex-direction: column;
    }

    .cf7-col,
    .cf7-col-2 {
        flex: 100%;
    }


    /* -----------------------------------------------------
       BLOG
    ----------------------------------------------------- */

    .blog-section {
        padding: 90px 0;
    }

    .blog-left h2 {
        font-size: 34px;
    }

    .blog-left p {
        font-size: 16px;
    }

    .blog-image img {
        height: 220px;
    }

    .blog-content {
        padding: 28px 22px;
    }

    .blog-content h3 {
        font-size: 26px;
    }

    .blog-content p {
        font-size: 16px;
    }


    /* -----------------------------------------------------
       NEWSLETTER
    ----------------------------------------------------- */

    .newsletter {
        padding: 55px 0;
    }

    .newsletter-content h2 {
        font-size: 34px;
    }

    .newsletter-content p {
        font-size: 16px;
    }

    .newsletter-form {
        flex-direction: column;

        width: 100%;
        height: auto;

        padding: 15px;

        border-radius: 24px;

        gap: 15px;
    }

    .newsletter-form input {
        width: 100%;
        height: 55px;

        padding: 0 20px;

        border: 1px solid #eee;
        border-radius: 12px;
    }

    .newsletter-form button {
        width: 100%;
        height: 55px;
    }


    /* -----------------------------------------------------
       FOOTER
    ----------------------------------------------------- */

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .footer-bottom-wrapper {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .footer-policy {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .content {
        flex-direction: column;
    }

    .testimonial-section h2 {
        font-size: 30px;
    }
}


/* =========================================================
   MOBILE - 600px
========================================================= */

@media (max-width: 600px) {

    .elementor-2283 .elementor-element.elementor-element-61f8e1a:not(.elementor-motion-effects-element-type-background),
    .elementor-2283 .elementor-element.elementor-element-61f8e1a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-color: #E60101;
        padding: 0;
    }

    .intro-content p {
        width: 100%;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #rmp-menu-wrap-19077 .rmp-menu-current-item .rmp-menu-item-link {
        color: #fff;
        border-color: #1d4354;
        background-color: #ff0000;
    }
}


/* =========================================================
   SMALL MOBILE - 480px
========================================================= */

@media (max-width: 480px) {

    .hero {
        min-height: 800px;
    }

    .hero-content {
        margin-top: 280px;
        padding: 0 18px;
    }

    .hero-content h1 {
        font-size: 36px;
        font-weight: 300;
        line-height: 1.4;

        max-width: 350px;
    }

    .partner-logos img {
        max-width: 85px !important;
        max-height: 40px !important;
    }
}

/* =========================================================
   HERO SEARCH - FINAL FIX
========================================================= */

.hero-search {
    width: 100%;
    max-width: 1030px;
    height: 80px;

    margin: 60px auto 0;
    padding: 14px;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 200px;
    gap: 12px;

    box-sizing: border-box;

    border-radius: 60px;
    background: rgba(255, 255, 255, 0.20);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    align-items: center;
}

/* Each field */
.hero-search .search-field {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

/* Inputs + Selects */
.hero-search .search-field input,
.hero-search .search-field select {
    display: block;

    width: 100% !important;
    height: 52px !important;

    min-width: 0;
    margin: 0 !important;
    padding: 0 18px !important;

    box-sizing: border-box;

    border: none !important;
    outline: none !important;

    border-radius: 40px !important;

    background: #fff !important;

    color: #666;
    font-family: "DM Sans", sans-serif;
    font-size: 14px;

    line-height: 52px;
}

/* Search button */
.hero-search .search-btn {
    width: 200px !important;
    min-width: 200px;
    height: 52px !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box;

    border: none !important;
    outline: none !important;

    border-radius: 40px !important;

    background: #ef0000 !important;
    color: #fff !important;

    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;

    line-height: 52px;

    cursor: pointer;
}

/* Select arrow / appearance */
.hero-search .search-field select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;

    cursor: pointer;
}

/* Remove weird browser/Houzez focus effects */
.hero-search .search-field input:focus,
.hero-search .search-field select:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Hover */
.hero-search .search-btn:hover {
    background: #d60000 !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .hero-search {
        max-width: 900px;
        grid-template-columns: 1fr 1fr 1fr 180px;
        gap: 10px;
    }

    .hero-search .search-btn {
        width: 180px !important;
        min-width: 180px;
    }
}


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

@media (max-width: 768px) {

    .hero-search {
        display: none !important;
    }
}