/* Main navigation */
#menu-main-menu-real-estate {
    display: flex;
    align-items: center;
    gap: 0;
    background: transparent !important;
}

/* Main menu items */
#menu-main-menu-real-estate > li {
    position: relative;
    background: transparent !important;
    margin: 0;
    padding: 0;
}

/* Vertical separators */
#menu-main-menu-real-estate > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.45);
}

/* Links */
#menu-main-menu-real-estate > li > a {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 0 26px;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

/* Hover */
#menu-main-menu-real-estate > li > a:hover {
    background: transparent !important;
    color: #ffffff !important;
}

/* Active menu */
#menu-main-menu-real-estate > li.current-menu-item > a,
#menu-main-menu-real-estate > li.current-menu-ancestor > a {
    background: transparent !important;
    color: #ffffff !important;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Procedures arrow */
#menu-main-menu-real-estate > li.menu-item-has-children > a {
    padding-right: 20px;
}

/* Remove Woodmart's default active/hover background */
#menu-main-menu-real-estate .woodmart-nav-link:hover,
#menu-main-menu-real-estate .woodmart-nav-link:focus,
#menu-main-menu-real-estate .wd-nav-link:hover {
    background-color: transparent !important;
}

/* Dropdown */
#menu-main-menu-real-estate .wd-dropdown-menu {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

/* Dropdown inner */
#menu-main-menu-real-estate .wd-dropdown-menu .container {
    background: transparent !important;
}

/* Dropdown list */
#menu-main-menu-real-estate .wd-sub-menu {
    background: #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Dropdown links */
#menu-main-menu-real-estate .wd-sub-menu > li > a {
    background: transparent !important;
    color: #222222 !important;
    padding: 18px 18px;
}

/* Dropdown hover */
#menu-main-menu-real-estate .wd-sub-menu > li > a:hover {
    background: transparent !important;
    color: #000000 !important;
}




/* WoodMart + Elementor Accordion Active Item */
.e-n-accordion-item[open] {
    background-color: #ECEFF2 !important;
    border-radius: 20px !important;
    overflow: hidden;
}

/* Accordion title */
.e-n-accordion-item[open] .e-n-accordion-item-title {
    background-color: #ECEFF2 !important;
    border-radius: 20px 20px 0 0 !important;
}

/* Accordion content */
.e-n-accordion-item[open] .e-n-accordion-item-content {
    background-color: #ECEFF2 !important;
    border-radius: 0 0 20px 20px !important;
}

:root {
    --wd-scroll-w: 0px;
}



/* Contact Form 7 */

/* =========================================================
   APPOINTMENT / CONTACT FORM
   ========================================================= */



.form-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 27px;
	
    margin: 0 0 31px;
    padding: 0;
}


.form-field {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.form-field-full {
    width: 100%;
    margin: 0;
    padding: 0;
}


/* =========================================================
   LABELS
   ========================================================= */

.form-field > label {
    display: block;
    width: 100%;
    margin: 0 0 9px;
    padding: 0;

    color: #071f46;
    font-family: inherit;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.form-field > label span {
    color: #0A1F44!important;
}



/* =========================================================
   INPUTS + SELECT
   ========================================================= */

.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field select {
    display: block;

    width: 100%;
    height: 41px;

    margin: 0;
    padding: 0 40px 0 11px;

    box-sizing: border-box;

    border: 1px solid #e1e5ea;
    border-radius: 4px;

    background-color: #ffffff;
    color: #333943;

    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 41px;

    outline: none;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   PLACEHOLDERS
   ========================================================= */

.form-field input[type="text"]::placeholder,
.form-field input[type="email"]::placeholder,
.form-field input[type="tel"]::placeholder,
.form-field textarea::placeholder {
    color: #7d8593;
    opacity: 1;
}


/* =========================================================
   SELECT
   IMPORTANT:
   appearance:none removes the browser/theme arrow.
   We then add ONE custom arrow.
   ========================================================= */

.form-field select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    cursor: pointer;

    background-color: #ffffff !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    background-size: 11px 7px !important;
}


/* Remove WoodMart/theme pseudo arrow if present */

.form-field select + i,
.form-field select + .select-arrow,
.form-field .select-arrow {
    display: none !important;
}


/* =========================================================
   FOCUS
   ========================================================= */

.form-field input[type="text"]:focus,
.form-field input[type="email"]:focus,
.form-field input[type="tel"]:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: #aab5c4 !important;

    box-shadow: 0 0 0 2px rgba(7, 31, 70, 0.03) !important;

    outline: none !important;
}


/* =========================================================
   TEXTAREA
   ========================================================= */

.form-field textarea {
    display: block;

    width: 100%;
    height: 103px;
    min-height: 103px;

    margin: 0;
    padding: 12px 10px;

    box-sizing: border-box;

    border: 1px solid #e1e5ea;
    border-radius: 4px;

    background: #ffffff;
    color: #333943;

    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;

    outline: none;

    resize: vertical;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   DESCRIPTION NOTICE
   ========================================================= */

.form-notice {
    margin: 10px 0 0;

    color: #606771;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

/* =========================================
   CONSENT RADIO
   ========================================= */

.form-consent {
    width: 100%;
    margin: 29px 0 0;
    padding: 0;
}

.form-consent .wpcf7-list-item {
    display: block;
    margin: 0;
    padding: 0;
}


/* Radio label */

.form-consent label {
    display: flex;
    align-items: flex-start;

    width: 100%;
    margin: 0;
    padding: 0;

    color: #4d535d;

    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;

    text-transform: none;
    letter-spacing: 0;

    cursor: pointer;
}


/* Radio button */

.form-consent input[type="radio"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;

    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;

    margin: 2px 10px 0 0 !important;
    padding: 0 !important;

    border: 1px solid #9da6b3 !important;
    border-radius: 1px !important;

    background: #ffffff !important;

    cursor: pointer;

    flex: 0 0 15px;
}


/* Selected radio */

.form-consent input[type="radio"]:checked {
    border-color: #071f46 !important;
    background-color: #071f46 !important;

    box-shadow: inset 0 0 0 3px #ffffff;
}


/* Hover */

.form-consent input[type="radio"]:hover {
    border-color: #071f46 !important;
}


/* Mobile */

@media (max-width: 767px) {

    .form-consent {
        margin-top: 25px;
    }

    .form-consent label {
        font-size: 13px;
        line-height: 1.5;
    }

    .form-consent input[type="radio"] {
        width: 15px !important;
        height: 15px !important;
        min-width: 15px !important;
    }
}

/* =========================================================
   BOTTOM AREA
   ========================================================= */

.form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    margin: 31px 0 0;
    padding: 0;
}


/* =========================================================
   RESPONSE TIME
   ========================================================= */

.response-time {
    margin: 0;
    padding: 0;

    color: #3b6198;

    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.form-submit {
    margin: 0;
    padding: 0;
}

.form-submit input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: auto;
    min-width: 131px;
    height: 47px;

    margin: 0;
    padding: 0 20px;

    border: 0 !important;
    border-radius: 3px;

    background: #071f46 !important;
    color: #ffffff !important;

    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.form-submit input[type="submit"]:hover {
    background: #0c2d5f !important;
    color: #ffffff !important;

    transform: translateY(-1px);
}


/* =========================================================
   CF7 VALIDATION
   ========================================================= */

.form-field .wpcf7-not-valid {
    border-color: #d9534f !important;
}

.form-field .wpcf7-not-valid-tip {
    display: block;

    margin: 5px 0 0;

    color: #d9534f;

    font-family: inherit;
    font-size: 10px;
    line-height: 1.4;
}

.form-consent .wpcf7-not-valid-tip {
    margin-top: 5px;
}


/* =========================================================
   CF7 RESPONSE
   ========================================================= */

.wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 10px 14px !important;

    border-radius: 4px;

    font-family: inherit;
    font-size: 12px;
    line-height: 1.5;
}


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

@media (max-width: 767px) {

    .form-row {
        grid-template-columns: 1fr;
        row-gap: 20px;
        margin-bottom: 20px;
    }

    .form-field > label {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .form-field input[type="text"],
    .form-field input[type="email"],
    .form-field input[type="tel"],
    .form-field select {
        height: 44px;
        font-size: 14px;
        line-height: 44px;
    }

    .form-field select {
        padding-right: 40px;

        background-position: right 14px center !important;
    }

    .form-field textarea {
        height: 120px;
        min-height: 120px;
        font-size: 14px;
    }

    .form-notice {
        font-size: 9px;
    }

    .form-consent {
        margin-top: 25px;
    }

    .form-consent label {
        font-size: 13px;
        line-height: 1.5;
    }

    .form-bottom {
        flex-direction: column;
        align-items: stretch;

        gap: 20px;

        margin-top: 25px;
    }

    .response-time {
        font-size: 12px;
    }

    .form-submit {
        width: 100%;
    }

    .form-submit input[type="submit"] {
        width: 100%;
        height: 47px;
    }
}


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

@media (max-width: 480px) {

    .form-row {
        margin-bottom: 18px;
    }

    .form-field textarea {
        height: 130px;
        min-height: 130px;
    }

    .form-consent label {
        font-size: 12px;
    }

    .form-bottom {
        gap: 17px;
    }
}




html {
    scroll-behavior: smooth;
}








.elementor-icon-list-item {
    position: relative;
}

.elementor-icon-list-item::after {
    content: "Click to connect to WhatsApp";
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-5%) translateY(35px) !important;

    background: #0A1F44;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s ease;
    z-index: 999;
}

/* Tooltip show */
.elementor-icon-list-item:hover::after,
.elementor-icon-list-item:focus-within::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}