.elementor-11 .elementor-element.elementor-element-a5b60f3{--display:flex;--justify-content:flex-end;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-11 .elementor-element.elementor-element-1388acb{width:100%;max-width:100%;padding:0px 0px 0px 0px;}.elementor-11 .elementor-element.elementor-element-0cc9e69{--display:flex;}.elementor-11 .elementor-element.elementor-element-5ff4585{width:100%;max-width:100%;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}.elementor-11 .elementor-element.elementor-element-1388acb { /* =========================================================
   HERO
   ========================================================= */

.ed-hero {
    padding: 88px 0 72px;

    background:
        linear-gradient(
            135deg,
            #102F32 0%,
            #163D40 100%
        );

    color: #FFFFFF;
}

.ed-hero-content {
    max-width: 760px;
}

.ed-hero .ed-eyebrow {
    color: var(--ed-secondary);
}

.ed-hero h1 {
    margin: 0;

    max-width: 760px;

    color: #FFFFFF;

    font-family: var(--ed-heading-font);
    font-size: 56px;
    font-weight: 800;
    line-height: 1.04;

    letter-spacing: -0.04em;
}

.ed-hero-description {
    max-width: 650px;

    margin: 20px 0 0;

    color: rgba(255,255,255,0.78);

    font-size: 18px;
    line-height: 1.6;
}


/* SEARCH */

.ed-search-box {
    display: grid;

    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(220px, 0.8fr)
        auto;

    align-items: end;

    gap: 12px;

    margin-top: 40px;

    padding: 12px;

    background: #FFFFFF;

    border-radius: 12px;

    box-shadow:
        0 16px 40px rgba(0,0,0,0.16);
}

.ed-search-field {
    display: flex;
    flex-direction: column;

    padding: 6px 12px;
}

.ed-search-field label {
    margin-bottom: 4px;

    color: var(--ed-muted);

    font-size: 12px;
    font-weight: 700;
}

.ed-search-field input,
.ed-search-field select {
    width: 100%;

    min-height: 42px;

    padding: 0;

    border: 0;

    outline: 0;

    background: transparent;

    color: var(--ed-text);

    font-family: var(--ed-body-font);
    font-size: 15px;
}

.ed-search-button {
    min-width: 150px;
    min-height: 54px;

    border: 0;
}


/* POPULAR */

.ed-popular-searches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 8px;

    margin-top: 18px;

    font-size: 13px;
}

.ed-popular-searches > span {
    color: rgba(255,255,255,0.62);
}

.ed-popular-searches a {
    padding: 5px 10px;

    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;

    color: rgba(255,255,255,0.86);

    text-decoration: none;

    transition:
        background var(--ed-transition),
        color var(--ed-transition);
}

.ed-popular-searches a:hover {
    background: rgba(255,255,255,0.1);
    color: #FFFFFF;
}


/* MOBILE */

@media (max-width: 767px) {

    .ed-hero {
        padding: 64px 0 48px;
    }

    .ed-hero h1 {
        font-size: 38px;
    }

    .ed-hero-description {
        font-size: 16px;
    }

    .ed-search-box {
        grid-template-columns: 1fr;

        padding: 10px;

        margin-top: 32px;
    }

    .ed-search-field {
        padding: 10px;
    }

    .ed-search-button {
        width: 100%;
    }
} }
.elementor-11 .elementor-element.elementor-element-5ff4585 { /* =========================================================
   EXPATSDEALS
   HOMEPAGE - LOCATION SECTION
   ========================================================= */


/* =========================================================
   1. MAIN SECTION
   ========================================================= */

.ed-location-section {

    position: relative;

    width: 100%;

    margin: 0;

    padding: 80px 20px;

    box-sizing: border-box;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #F4F7FC 0%,
            #E8EEF9 48%,
            #DCE6F7 100%
        );

}


/* =========================================================
   2. DECORATIVE GRADIENT - TOP RIGHT
   ========================================================= */

.ed-location-section::before {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    top: -250px;

    right: -120px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(49,88,166,0.12) 0%,
            rgba(49,88,166,0) 70%
        );

    pointer-events: none;

}


/* =========================================================
   3. DECORATIVE GRADIENT - BOTTOM LEFT
   ========================================================= */

.ed-location-section::after {

    content: "";

    position: absolute;

    width: 360px;

    height: 360px;

    bottom: -230px;

    left: -130px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(18,59,115,0.10) 0%,
            rgba(18,59,115,0) 70%
        );

    pointer-events: none;

}


/* =========================================================
   4. INNER CONTAINER
   ========================================================= */

.ed-location-inner {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    box-sizing: border-box;

}


/* =========================================================
   5. SECTION CONTENT
   ========================================================= */

.ed-location-section-content {

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    box-sizing: border-box;

}


/* =========================================================
   6. SECTION HEADER
   ========================================================= */

.ed-section-header {

    max-width: 700px;

    margin: 0 auto 42px auto;

    text-align: center;

}


/* =========================================================
   7. SECTION EYEBROW
   ========================================================= */

.ed-section-eyebrow {

    margin-bottom: 10px;

    color: #3158A6;

    font-size: 13px;

    font-weight: 800;

    line-height: 1.4;

    letter-spacing: 1.3px;

    text-transform: uppercase;

}


/* =========================================================
   8. SECTION HEADING
   ========================================================= */

.ed-section-header h2 {

    margin: 0 0 14px 0;

    padding: 0;

    color: #071A3D !important;

    font-family: inherit;

    font-size: clamp(32px, 4vw, 46px);

    font-weight: 800;

    line-height: 1.1;

    letter-spacing: -1px;

}


/* =========================================================
   9. SECTION DESCRIPTION
   ========================================================= */

.ed-section-header p {

    max-width: 620px;

    margin: 0 auto;

    padding: 0;

    color: #536174 !important;

    font-family: inherit;

    font-size: 17px;

    font-weight: 400;

    line-height: 1.6;

}


/* =========================================================
   10. LOCATION GRID
   ========================================================= */

.ed-location-grid {

    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;

    width: 100%;

}


/* =========================================================
   11. LOCATION CARD
   ========================================================= */

.ed-location-card {

    position: relative;

    display: flex;

    align-items: flex-end;

    min-height: 245px;

    padding: 26px;

    box-sizing: border-box;

    overflow: hidden;

    border-radius: 18px;

    background:
        linear-gradient(
            145deg,
            #FFFFFF 0%,
            #F7F9FD 100%
        );

    border: 1px solid rgba(49,88,166,0.12);

    box-shadow:
        0 10px 30px rgba(7,26,61,0.08);

    text-decoration: none !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;

}


/* =========================================================
   12. CARD GRADIENT GLOW
   ========================================================= */

.ed-location-card::before {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    top: -90px;

    right: -70px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(49,88,166,0.14) 0%,
            rgba(49,88,166,0) 70%
        );

    pointer-events: none;

}


/* =========================================================
   13. CARD BOTTOM ACCENT
   ========================================================= */

.ed-location-card::after {

    content: "";

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            #123B73 0%,
            #3158A6 100%
        );

    opacity: 0;

    transition: opacity 0.25s ease;

}


/* =========================================================
   14. CARD HOVER
   ========================================================= */

.ed-location-card:hover {

    transform: translateY(-6px);

    border-color: rgba(49,88,166,0.25);

    box-shadow:
        0 18px 40px rgba(7,26,61,0.14);

}


/* Show bottom accent */

.ed-location-card:hover::after {

    opacity: 1;

}


/* =========================================================
   15. CARD CONTENT
   ========================================================= */

.ed-location-card-content {

    position: relative;

    z-index: 2;

    width: 100%;

}


/* =========================================================
   16. LOCATION NUMBER
   ========================================================= */

.ed-location-number {

    display: block;

    margin-bottom: 34px;

    color: #3158A6;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

}


/* =========================================================
   17. LOCATION NAME
   ========================================================= */

.ed-location-card h3 {

    margin: 0 0 7px 0;

    padding: 0;

    color: #071A3D !important;

    font-family: inherit;

    font-size: 27px;

    font-weight: 800;

    line-height: 1.15;

}


/* =========================================================
   18. LOCATION DESCRIPTION
   ========================================================= */

.ed-location-card p {

    margin: 0 0 22px 0;

    padding: 0;

    color: #68758A !important;

    font-family: inherit;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.5;

}


/* =========================================================
   19. LOCATION LINK
   ========================================================= */

.ed-location-link {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    color: #3158A6 !important;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.4;

}


/* =========================================================
   20. LOCATION LINK ARROW
   ========================================================= */

.ed-location-link span {

    display: inline-block;

    font-size: 17px;

    transition:
        transform 0.2s ease;

}


/* Arrow hover */

.ed-location-card:hover
.ed-location-link span {

    transform: translateX(4px);

}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .ed-location-section {

        padding: 70px 24px;

    }


    .ed-location-grid {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 16px;

    }


    .ed-location-card {

        min-height: 220px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .ed-location-section {

        padding: 60px 18px;

    }


    .ed-section-header {

        margin-bottom: 30px;

    }


    .ed-section-eyebrow {

        font-size: 11px;

    }


    .ed-section-header h2 {

        font-size: 32px;

        letter-spacing: -0.6px;

    }


    .ed-section-header p {

        font-size: 15px;

        line-height: 1.55;

    }


    .ed-location-grid {

        grid-template-columns:
            1fr;

        gap: 14px;

    }


    .ed-location-card {

        min-height: 200px;

        padding: 23px;

        border-radius: 16px;

    }


    .ed-location-number {

        margin-bottom: 24px;

    }


    .ed-location-card h3 {

        font-size: 25px;

    }

} }
.elementor-11 .elementor-element.elementor-element-0cc9e69 {/* =========================================================
   SECTION HEADING
   ========================================================= */

.ed-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 30px;
}

.ed-text-link {
    color: var(--ed-primary);

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    white-space: nowrap;
}

.ed-text-link:hover {
    color: var(--ed-secondary);
}


/* =========================================================
   HOUSING CATEGORIES
   ========================================================= */

.ed-category-grid {
    display: grid;

    grid-template-columns:
        repeat(5, minmax(0, 1fr));

    gap: 16px;
}

.ed-category-card {
    position: relative;

    min-height: 190px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 24px;

    background: var(--ed-surface);

    border: 1px solid var(--ed-border);
    border-radius: var(--ed-radius-md);

    color: var(--ed-primary);

    text-decoration: none;

    overflow: hidden;

    transition:
        transform var(--ed-transition),
        border-color var(--ed-transition),
        background var(--ed-transition);
}

.ed-category-card::after {
    content: "";

    position: absolute;

    width: 90px;
    height: 90px;

    top: -30px;
    right: -30px;

    border-radius: 50%;

    background: var(--ed-secondary-light);

    transition:
        transform var(--ed-transition);
}

.ed-category-card:hover {
    transform: translateY(-4px);

    border-color: var(--ed-secondary);
}

.ed-category-card:hover::after {
    transform: scale(1.25);
}

.ed-category-number {
    position: absolute;
    top: 20px;
    left: 24px;

    color: var(--ed-secondary);

    font-size: 12px;
    font-weight: 800;
}

.ed-category-card h3 {
    position: relative;
    z-index: 1;

    margin: 0 0 8px;

    font-family: var(--ed-heading-font);
    font-size: 19px;
    line-height: 1.2;
}

.ed-category-card > span:last-child {
    position: relative;
    z-index: 1;

    color: var(--ed-muted);

    font-size: 13px;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .ed-category-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {

    .ed-section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .ed-category-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 12px;
    }

    .ed-category-card {
        min-height: 160px;
        padding: 18px;
    }
}