.elementor-59 .elementor-element.elementor-element-78bbd6d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-59 .elementor-element.elementor-element-c66da3d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-59 .elementor-element.elementor-element-df709ae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-f6f0d5c *//* =====================================================
   IMAM HARRISON EMPIRE
   CONTACT PAGE
   SECTION 01 — HERO
   FONT: OSWALD + INTER
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Oswald:wght@500;600;700&display=swap');


/* =====================================================
   BASE
===================================================== */

.ihe-contact-hero,
.ihe-contact-hero * {
    box-sizing: border-box;
}

.ihe-contact-hero {
    position: relative;
    width: 100%;
    min-height: 900px;
    overflow: hidden;
    isolation: isolate;
    color: #ffffff;
    background: #050505;
    font-family: 'Inter', sans-serif;
}


/* =====================================================
   BACKGROUND
===================================================== */

.ihe-contact-hero__background {
    position: absolute;
    inset: 0;
    z-index: -7;
    background:
        url('MASUKKAN-LINK-BACKGROUND-CONTACT-HERO-DI-SINI');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.02);
}

.ihe-contact-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -6;
    background:
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.98) 0%,
            rgba(0, 0, 0, 0.9) 35%,
            rgba(0, 0, 0, 0.58) 65%,
            rgba(0, 0, 0, 0.24) 100%
        ),
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.18) 0%,
            rgba(0, 0, 0, 0.08) 58%,
            #050505 100%
        );
}

.ihe-contact-hero__grid {
    position: absolute;
    inset: 0;
    z-index: -5;
    opacity: 0.08;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(201, 154, 61, 0.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(201, 154, 61, 0.08) 1px,
            transparent 1px
        );
    background-size: 64px 64px;
    mask-image:
        linear-gradient(
            to right,
            #000 0%,
            #000 45%,
            transparent 82%
        );
    -webkit-mask-image:
        linear-gradient(
            to right,
            #000 0%,
            #000 45%,
            transparent 82%
        );
}

.ihe-contact-hero__glow {
    position: absolute;
    z-index: -4;
    border-radius: 50%;
    filter: blur(145px);
    pointer-events: none;
}

.ihe-contact-hero__glow--one {
    top: 80px;
    left: -220px;
    width: 530px;
    height: 530px;
    background: rgba(201, 154, 61, 0.15);
}

.ihe-contact-hero__glow--two {
    right: -240px;
    bottom: 80px;
    width: 590px;
    height: 590px;
    background: rgba(122, 76, 17, 0.17);
}


/* =====================================================
   CONTAINER
===================================================== */

.ihe-contact-hero__container {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 50px), 1440px);
    min-height: 900px;
    margin: 0 auto;
    padding: 145px 0 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/* =====================================================
   BREADCRUMB
===================================================== */

.ihe-contact-hero__breadcrumb {
    margin-bottom: 34px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #777777;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-contact-hero__breadcrumb a {
    color: #9a9a9a;
    text-decoration: none;
    transition: color 0.25s ease;
}

.ihe-contact-hero__breadcrumb a:hover {
    color: #efc56a;
}

.ihe-contact-hero__breadcrumb span {
    color: #7e5b24;
}

.ihe-contact-hero__breadcrumb strong {
    color: #efc56a;
    font-weight: 500;
}


/* =====================================================
   CONTENT LAYOUT
===================================================== */

.ihe-contact-hero__content {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(360px, 0.68fr);
    align-items: center;
    gap: 80px;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.ihe-contact-hero__left {
    min-width: 0;
    max-width: 720px;
}

.ihe-contact-hero__eyebrow {
    margin-bottom: 18px;
    display: inline-flex;
    align-items: center;
    gap: 13px;
    color: #e8bb5c;
    font-family: 'Oswald', sans-serif;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ihe-contact-hero__eyebrow span {
    display: block;
    width: 42px;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            #785018,
            #efc76c
        );
}


/* =====================================================
   HEADING
===================================================== */

.ihe-contact-hero__left h1 {
    margin: 0;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(42px, 5.4vw, 76px);
    font-weight: 700;
    line-height: 0.97;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.ihe-contact-hero__left h1 strong {
    display: block;
    margin-top: 7px;
    color: transparent;
    background:
        linear-gradient(
            180deg,
            #fff0bd 0%,
            #e4b452 52%,
            #885817 100%
        );
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: 700;
}


/* =====================================================
   DESCRIPTION
===================================================== */

.ihe-contact-hero__left > p {
    max-width: 650px;
    margin: 25px 0 0;
    color: #b4b4b4;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.82;
}


/* =====================================================
   BUTTONS
===================================================== */

.ihe-contact-hero__buttons {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.ihe-contact-hero__button {
    min-width: 190px;
    min-height: 51px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.11em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease,
        filter 0.25s ease;
}

.ihe-contact-hero__button--gold {
    color: #090806;
    border-color: rgba(201, 154, 61, 0.78);
    background:
        linear-gradient(
            135deg,
            #895b1a 0%,
            #ddb04f 47%,
            #efca70 62%,
            #94631d 100%
        );
    box-shadow:
        0 15px 32px rgba(201, 154, 61, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.37);
}

.ihe-contact-hero__button--gold:hover {
    transform: translateY(-3px);
    filter: brightness(1.07);
    box-shadow:
        0 19px 40px rgba(201, 154, 61, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.ihe-contact-hero__button--outline {
    color: #eeeeee;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.ihe-contact-hero__button--outline:hover {
    color: #efc56a;
    border-color: rgba(201, 154, 61, 0.75);
    background: rgba(201, 154, 61, 0.07);
    transform: translateY(-3px);
}


/* =====================================================
   RIGHT QUICK CONTACT CARDS
===================================================== */

.ihe-contact-hero__right {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.ihe-contact-card {
    position: relative;
    min-width: 0;
    min-height: 145px;
    padding: 24px 21px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(201, 154, 61, 0.28);
    background:
        linear-gradient(
            145deg,
            rgba(24, 19, 11, 0.88),
            rgba(7, 7, 7, 0.9)
        );
    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.28),
        inset 0 0 0 1px rgba(255, 255, 255, 0.012);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.ihe-contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            #865716,
            #efc86c
        );
    transition: width 0.35s ease;
}

.ihe-contact-card::after {
    content: '';
    position: absolute;
    top: -70px;
    right: -65px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(201, 154, 61, 0.09);
    filter: blur(40px);
    pointer-events: none;
}

.ihe-contact-card:hover {
    border-color: rgba(237, 192, 97, 0.68);
    background:
        linear-gradient(
            145deg,
            rgba(31, 24, 12, 0.94),
            rgba(8, 8, 8, 0.94)
        );
    transform: translateY(-7px);
    box-shadow:
        0 28px 58px rgba(0, 0, 0, 0.4),
        0 0 28px rgba(201, 154, 61, 0.07);
}

.ihe-contact-card:hover::before {
    width: 100%;
}

.ihe-contact-card span,
.ihe-contact-card strong {
    position: relative;
    z-index: 2;
    display: block;
}

.ihe-contact-card span {
    margin-bottom: 9px;
    color: #98713a;
    font-family: 'Oswald', sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ihe-contact-card strong {
    overflow-wrap: anywhere;
    color: #ececec;
    font-family: 'Inter', sans-serif;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.55;
}

.ihe-contact-card:first-child strong {
    font-size: 11.5px;
}


/* =====================================================
   QUICK STATS
===================================================== */

.ihe-contact-hero__stats {
    margin-top: 65px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(201, 154, 61, 0.26);
    border-bottom: 1px solid rgba(201, 154, 61, 0.18);
    background:
        linear-gradient(
            90deg,
            rgba(20, 15, 8, 0.9),
            rgba(5, 5, 5, 0.92)
        );
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.ihe-contact-stat {
    min-width: 0;
    min-height: 105px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.ihe-contact-stat:not(:last-child) {
    border-right: 1px solid rgba(201, 154, 61, 0.19);
}

.ihe-contact-stat strong,
.ihe-contact-stat span {
    display: block;
}

.ihe-contact-stat strong {
    color: #efc56a;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.ihe-contact-stat span {
    margin-top: 8px;
    color: #8e8e8e;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}


/* =====================================================
   FOCUS
===================================================== */

.ihe-contact-hero a:focus-visible {
    outline: 2px solid rgba(239, 198, 107, 0.56);
    outline-offset: 4px;
}


/* =====================================================
   LARGE LAPTOP
===================================================== */

@media (max-width: 1200px) {

    .ihe-contact-hero__content {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(330px, 0.7fr);
        gap: 50px;
    }

    .ihe-contact-card {
        min-height: 135px;
        padding: 21px 18px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .ihe-contact-hero {
        min-height: auto;
    }

    .ihe-contact-hero__container {
        min-height: auto;
        padding-top: 125px;
        padding-bottom: 80px;
    }

    .ihe-contact-hero__content {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .ihe-contact-hero__left {
        max-width: 820px;
    }

    .ihe-contact-hero__right {
        max-width: 820px;
    }

    .ihe-contact-hero__stats {
        margin-top: 50px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .ihe-contact-hero__background {
        background-position: 68% center;
    }

    .ihe-contact-hero__overlay {
        background:
            linear-gradient(
                to bottom,
                rgba(0, 0, 0, 0.57) 0%,
                rgba(0, 0, 0, 0.84) 42%,
                rgba(0, 0, 0, 0.96) 76%,
                #050505 100%
            );
    }

    .ihe-contact-hero__grid {
        opacity: 0.06;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .ihe-contact-hero__container {
        width: min(calc(100% - 30px), 1440px);
        padding-top: 105px;
        padding-bottom: 65px;
    }

    .ihe-contact-hero__breadcrumb {
        margin-bottom: 28px;
    }

    .ihe-contact-hero__eyebrow {
        font-size: 11px;
    }

    .ihe-contact-hero__eyebrow span {
        width: 31px;
    }

    .ihe-contact-hero__left h1 {
        font-size: clamp(42px, 14vw, 58px);
    }

    .ihe-contact-hero__left > p {
        font-size: 14px;
        line-height: 1.72;
    }

    .ihe-contact-hero__buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .ihe-contact-hero__button {
        width: 100%;
    }

    .ihe-contact-hero__right {
        grid-template-columns: 1fr;
    }

    .ihe-contact-card {
        min-height: 120px;
    }

    .ihe-contact-hero__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ihe-contact-stat:nth-child(2) {
        border-right: 0;
    }

    .ihe-contact-stat:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(201, 154, 61, 0.19);
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {

    .ihe-contact-hero__container {
        width: min(calc(100% - 24px), 1440px);
    }

    .ihe-contact-hero__left h1 {
        font-size: 42px;
    }

    .ihe-contact-hero__stats {
        grid-template-columns: 1fr;
    }

    .ihe-contact-stat {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(201, 154, 61, 0.19);
    }

    .ihe-contact-stat:last-child {
        border-bottom: 0;
    }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .ihe-contact-hero *,
    .ihe-contact-hero *::before,
    .ihe-contact-hero *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

}


/* =====================================================
   ELEMENTOR FIX
===================================================== */

.elementor-widget-html .ihe-contact-hero h1,
.elementor-widget-html .ihe-contact-hero h2,
.elementor-widget-html .ihe-contact-hero h3,
.elementor-widget-html .ihe-contact-hero p {
    margin-left: 0;
    margin-right: 0;
}

.elementor-widget-html .ihe-contact-hero a {
    box-shadow: none;
}

.elementor-widget-html .ihe-contact-hero img {
    max-width: 100%;
}

.elementor-widget-html .ihe-contact-hero svg {
    display: block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4f6950 *//* =====================================================
   IMAM HARRISON EMPIRE
   CONTACT PAGE — SECTION 02
   CORPORATE CONTACT + OFFICIAL ENQUIRY FORM
   BLACK + PREMIUM GOLD
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Oswald:wght@500;600;700&display=swap');


/* =====================================================
   BASE
===================================================== */

.ihe-contact,
.ihe-contact * {
    box-sizing: border-box;
}

.ihe-contact {
    position: relative;
    width: 100%;
    padding: 110px 0 120px;
    overflow: hidden;
    isolation: isolate;

    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            #050505 0%,
            #080705 48%,
            #050505 100%
        );

    font-family: 'Inter', sans-serif;
}


/* =====================================================
   BACKGROUND PATTERN
===================================================== */

.ihe-contact__pattern {
    position: absolute;
    inset: 0;
    z-index: -5;

    opacity: 0.11;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(201,154,61,.07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(201,154,61,.07) 1px,
            transparent 1px
        );

    background-size: 68px 68px;

    mask-image:
        linear-gradient(
            to bottom,
            transparent 0%,
            #000 14%,
            #000 86%,
            transparent 100%
        );

    -webkit-mask-image:
        linear-gradient(
            to bottom,
            transparent 0%,
            #000 14%,
            #000 86%,
            transparent 100%
        );
}


/* =====================================================
   BACKGROUND GLOW
===================================================== */

.ihe-contact__glow {
    position: absolute;
    z-index: -4;

    border-radius: 50%;

    filter: blur(150px);

    pointer-events: none;
}

.ihe-contact__glow--one {
    top: 80px;
    left: -250px;

    width: 560px;
    height: 560px;

    background:
        rgba(201,154,61,.14);
}

.ihe-contact__glow--two {
    right: -270px;
    bottom: 20px;

    width: 620px;
    height: 620px;

    background:
        rgba(117,73,18,.17);
}


/* =====================================================
   CONTAINER
===================================================== */

.ihe-contact__container {
    position: relative;
    z-index: 2;

    width:
        min(
            calc(100% - 50px),
            1380px
        );

    margin: 0 auto;
}


/* =====================================================
   SECTION INTRO
===================================================== */

.ihe-contact__intro {
    max-width: 1180px;

    margin-bottom: 55px;

    display: grid;

    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(300px, .65fr);

    align-items: end;

    gap: 70px;
}


/* EYEBROW */

.ihe-contact__eyebrow {
    display: flex;
    align-items: center;

    margin-bottom: 16px;

    color: #d9a94c;

    font-family: 'Oswald', sans-serif;

    font-size: 11px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: .16em;

    text-transform: uppercase;
}

.ihe-contact__eyebrow::before {
    content: '';

    width: 40px;
    height: 2px;

    margin-right: 12px;

    background:
        linear-gradient(
            90deg,
            #795019,
            #efc86c
        );
}


/* TITLE */

.ihe-contact__intro h2 {
    max-width: 760px;

    margin: 0;

    color: #ffffff;

    font-family: 'Oswald', sans-serif;

    font-size:
        clamp(
            42px,
            5vw,
            68px
        );

    font-weight: 700;

    line-height: .98;

    letter-spacing: .005em;

    text-transform: uppercase;
}

.ihe-contact__intro h2 strong {
    display: block;

    margin-top: 7px;

    color: transparent;

    background:
        linear-gradient(
            180deg,
            #fff1bd 0%,
            #e7b855 53%,
            #875817 100%
        );

    -webkit-background-clip: text;
    background-clip: text;
}


/* DESCRIPTION */

.ihe-contact__intro > p {
    max-width: 470px;

    margin: 0 0 4px;

    color: #8f8f8f;

    font-size: 13.5px;

    font-weight: 400;

    line-height: 1.85;
}


/* =====================================================
   MAIN GRID
===================================================== */

.ihe-contact__grid {
    display: grid;

    grid-template-columns:
        minmax(320px, .72fr)
        minmax(560px, 1.28fr);

    align-items: stretch;

    gap: 25px;
}


/* =====================================================
   SHARED PANELS
===================================================== */

.ihe-contact-info,
.ihe-contact-form-wrap {
    position: relative;

    overflow: hidden;

    border:
        1px solid
        rgba(201,154,61,.25);

    background:
        linear-gradient(
            155deg,
            rgba(18,15,10,.99) 0%,
            rgba(7,7,7,.99) 52%,
            rgba(5,5,5,.99) 100%
        );

    box-shadow:
        0 28px 70px rgba(0,0,0,.34),
        inset 0 0 0 1px rgba(255,255,255,.012);
}


/* TOP GOLD LINE */

.ihe-contact-info::before,
.ihe-contact-form-wrap::before {
    content: '';

    position: absolute;

    top: 0;
    left: 0;

    z-index: 5;

    width: 100%;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #754a13 0%,
            #e7b653 48%,
            #f0ce7b 60%,
            #754a13 100%
        );
}


/* PANEL GLOW */

.ihe-contact-info::after,
.ihe-contact-form-wrap::after {
    content: '';

    position: absolute;

    top: -150px;
    right: -130px;

    width: 330px;
    height: 330px;

    border-radius: 50%;

    background:
        rgba(201,154,61,.075);

    filter: blur(75px);

    pointer-events: none;
}


/* =====================================================
   LEFT — CONTACT INFORMATION
===================================================== */

.ihe-contact-info {
    display: flex;
    flex-direction: column;
}


/* =====================================================
   CONTACT HEADER
===================================================== */

.ihe-contact-info__header {
    position: relative;
    z-index: 2;

    padding: 32px 30px 29px;

    border-bottom:
        1px solid
        rgba(201,154,61,.16);

    background:
        linear-gradient(
            90deg,
            rgba(201,154,61,.075),
            transparent 72%
        );
}

.ihe-contact-info__header > span {
    display: block;

    margin-bottom: 9px;

    color: #a77c39;

    font-family: 'Oswald', sans-serif;

    font-size: 10px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: .15em;

    text-transform: uppercase;
}

.ihe-contact-info__header h3 {
    margin: 0;

    color: #ffffff;

    font-family: 'Oswald', sans-serif;

    font-size: 25px;
    font-weight: 600;

    line-height: 1.15;

    letter-spacing: .025em;

    text-transform: uppercase;
}

.ihe-contact-info__header p {
    max-width: 360px;

    margin: 13px 0 0;

    color: #777777;

    font-size: 12px;

    line-height: 1.7;
}


/* =====================================================
   CONTACT ITEMS
===================================================== */

.ihe-contact-item {
    position: relative;
    z-index: 2;

    min-height: 105px;

    padding: 20px 28px;

    display: grid;

    grid-template-columns:
        48px
        minmax(0,1fr);

    align-items: center;

    gap: 16px;

    border-bottom:
        1px solid
        rgba(255,255,255,.065);

    color: inherit;

    text-decoration: none;

    transition:
        background .28s ease,
        border-color .28s ease,
        padding-left .28s ease;
}

a.ihe-contact-item:hover {
    padding-left: 33px;

    background:
        linear-gradient(
            90deg,
            rgba(201,154,61,.06),
            transparent
        );

    border-color:
        rgba(201,154,61,.17);
}


/* =====================================================
   CONTACT ICON
===================================================== */

.ihe-contact-item__icon {
    width: 47px;
    height: 47px;

    display: grid;
    place-items: center;

    border:
        1px solid
        rgba(201,154,61,.38);

    color: #dcae51;

    background:
        linear-gradient(
            145deg,
            rgba(201,154,61,.07),
            rgba(201,154,61,.015)
        );

    transition:
        color .28s ease,
        border-color .28s ease,
        background .28s ease,
        transform .28s ease;
}

.ihe-contact-item__icon svg {
    display: block;

    width: 21px;
    height: 21px;
}

a.ihe-contact-item:hover
.ihe-contact-item__icon {
    color: #080706;

    border-color: #e1b451;

    background:
        linear-gradient(
            135deg,
            #895b1a,
            #ddb04f 50%,
            #f0ca70
        );

    transform: scale(1.05);
}


/* =====================================================
   CONTACT CONTENT
===================================================== */

.ihe-contact-item__content {
    min-width: 0;

    display: block;
}

.ihe-contact-item__content small {
    display: block;

    margin-bottom: 7px;

    color: #95703a;

    font-family: 'Oswald', sans-serif;

    font-size: 9.5px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: .14em;

    text-transform: uppercase;
}

.ihe-contact-item__content strong {
    display: block;

    color: #e2e2e2;

    font-family: 'Inter', sans-serif;

    font-size: 13px;
    font-weight: 500;

    line-height: 1.55;

    overflow-wrap: anywhere;
}

.ihe-contact-item__content em {
    display: block;

    margin-top: 4px;

    color: #696969;

    font-family: 'Inter', sans-serif;

    font-size: 10.5px;
    font-weight: 400;

    font-style: normal;

    line-height: 1.45;
}


/* =====================================================
   CONTACT NOTICE
===================================================== */

.ihe-contact-info__notice {
    position: relative;
    z-index: 2;

    margin-top: auto;

    padding: 24px 28px;

    display: grid;

    grid-template-columns:
        7px
        minmax(0,1fr);

    gap: 13px;

    align-items: start;

    background:
        linear-gradient(
            90deg,
            rgba(201,154,61,.065),
            rgba(201,154,61,.015)
        );

    border-top:
        1px solid
        rgba(201,154,61,.14);
}

.ihe-contact-info__notice > span {
    width: 6px;
    height: 6px;

    margin-top: 7px;

    transform: rotate(45deg);

    border:
        1px solid
        #d8aa4c;

    background:
        rgba(201,154,61,.08);
}

.ihe-contact-info__notice p {
    margin: 0;

    color: #777777;

    font-size: 11px;

    line-height: 1.7;
}


/* =====================================================
   RIGHT — FORM
===================================================== */

.ihe-contact-form-wrap {
    display: flex;
    flex-direction: column;
}


/* =====================================================
   FORM HEADER
===================================================== */

.ihe-contact-form-wrap__header {
    position: relative;
    z-index: 2;

    min-height: 112px;

    padding: 30px 32px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    border-bottom:
        1px solid
        rgba(201,154,61,.16);

    background:
        linear-gradient(
            90deg,
            rgba(201,154,61,.075),
            transparent 70%
        );
}

.ihe-contact-form-wrap__header > div:first-child > span {
    display: block;

    margin-bottom: 8px;

    color: #a77c39;

    font-family: 'Oswald', sans-serif;

    font-size: 10px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: .15em;

    text-transform: uppercase;
}

.ihe-contact-form-wrap__header h3 {
    margin: 0;

    color: #ffffff;

    font-family: 'Oswald', sans-serif;

    font-size: 25px;
    font-weight: 600;

    line-height: 1.15;

    letter-spacing: .025em;

    text-transform: uppercase;
}


/* =====================================================
   FORM STATUS
===================================================== */

.ihe-contact-form-wrap__status {
    flex-shrink: 0;

    display: inline-flex;
    align-items: center;

    gap: 9px;

    padding: 10px 13px;

    border:
        1px solid
        rgba(102,181,109,.22);

    color: #86cf8d;

    background:
        rgba(102,181,109,.035);

    font-family: 'Oswald', sans-serif;

    font-size: 9px;
    font-weight: 600;

    letter-spacing: .11em;

    text-transform: uppercase;
}

.ihe-contact-form-wrap__status i {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #7fd486;

    box-shadow:
        0 0 0 4px rgba(127,212,134,.07),
        0 0 12px rgba(127,212,134,.35);

    animation:
        iheContactStatus 1.8s
        ease-in-out infinite;
}

@keyframes iheContactStatus {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .45;
    }

}


/* =====================================================
   FORM INTRO
===================================================== */

.ihe-contact-form-wrap__intro {
    position: relative;
    z-index: 2;

    padding: 22px 32px;

    border-bottom:
        1px solid
        rgba(255,255,255,.055);

    background:
        rgba(255,255,255,.009);
}

.ihe-contact-form-wrap__intro p {
    max-width: 720px;

    margin: 0;

    color: #777777;

    font-size: 11.5px;

    line-height: 1.75;
}


/* =====================================================
   FORM
===================================================== */

.ihe-contact-form {
    position: relative;
    z-index: 2;

    padding: 31px 32px 34px;
}


/* =====================================================
   TWO COLUMN ROW
===================================================== */

.ihe-contact-form__row {
    display: grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap: 18px;
}


/* =====================================================
   FIELD
===================================================== */

.ihe-contact-field {
    margin-bottom: 20px;
}

.ihe-contact-field label {
    display: block;

    margin: 0 0 9px;

    color: #bdbdbd;

    font-family: 'Oswald', sans-serif;

    font-size: 10px;
    font-weight: 500;

    line-height: 1;

    letter-spacing: .11em;

    text-transform: uppercase;
}

.ihe-contact-field label span {
    color: #d5a447;

    margin-left: 2px;
}


/* =====================================================
   INPUT / SELECT / TEXTAREA
===================================================== */

.ihe-contact-field input,
.ihe-contact-field select,
.ihe-contact-field textarea {
    width: 100%;

    border-radius: 0;

    border:
        1px solid
        rgba(255,255,255,.105);

    outline: none;

    color: #eeeeee;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.032),
            rgba(255,255,255,.012)
        );

    font-family: 'Inter', sans-serif;

    font-size: 12.5px;

    font-weight: 400;

    box-shadow: none;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;
}

.ihe-contact-field input,
.ihe-contact-field select {
    height: 52px;

    padding: 0 15px;
}

.ihe-contact-field textarea {
    min-height: 160px;

    padding: 15px;

    line-height: 1.65;

    resize: vertical;
}


/* PLACEHOLDER */

.ihe-contact-field input::placeholder,
.ihe-contact-field textarea::placeholder {
    color: #5f5f5f;

    opacity: 1;
}


/* FOCUS */

.ihe-contact-field input:focus,
.ihe-contact-field select:focus,
.ihe-contact-field textarea:focus {
    border-color:
        rgba(228,180,83,.72);

    background:
        rgba(201,154,61,.038);

    box-shadow:
        0 0 0 3px rgba(201,154,61,.045),
        0 12px 30px rgba(0,0,0,.16);
}


/* =====================================================
   SELECT
===================================================== */

.ihe-contact-field select {
    appearance: none;
    -webkit-appearance: none;

    padding-right: 45px;

    cursor: pointer;

    background-image:
        linear-gradient(
            45deg,
            transparent 50%,
            #b98b3e 50%
        ),
        linear-gradient(
            135deg,
            #b98b3e 50%,
            transparent 50%
        );

    background-position:
        calc(100% - 19px) 22px,
        calc(100% - 14px) 22px;

    background-size:
        5px 5px,
        5px 5px;

    background-repeat: no-repeat;
}

.ihe-contact-field select option {
    color: #ffffff;

    background: #0a0a0a;
}


/* =====================================================
   MESSAGE LABEL
===================================================== */

.ihe-contact-field__label-row {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;
}

.ihe-contact-field__label-row small {
    margin-bottom: 9px;

    color: #5f5f5f;

    font-size: 9.5px;

    line-height: 1;

    text-align: right;
}


/* =====================================================
   CONSENT
===================================================== */

.ihe-contact-consent {
    position: relative;

    margin-top: 3px;

    display: grid;

    grid-template-columns:
        18px
        minmax(0,1fr);

    align-items: start;

    gap: 11px;

    cursor: pointer;
}

.ihe-contact-consent input {
    position: absolute;

    width: 1px;
    height: 1px;

    opacity: 0;

    pointer-events: none;
}

.ihe-contact-consent__box {
    position: relative;

    width: 17px;
    height: 17px;

    margin-top: 1px;

    border:
        1px solid
        rgba(201,154,61,.45);

    background:
        rgba(201,154,61,.025);

    transition:
        background .25s ease,
        border-color .25s ease;
}

.ihe-contact-consent input:checked
+ .ihe-contact-consent__box {
    border-color: #dcae50;

    background: #dcae50;
}

.ihe-contact-consent input:checked
+ .ihe-contact-consent__box::after {
    content: '';

    position: absolute;

    left: 5px;
    top: 2px;

    width: 4px;
    height: 8px;

    border:
        solid #080808;

    border-width:
        0 2px 2px 0;

    transform:
        rotate(45deg);
}

.ihe-contact-consent__text {
    color: #737373;

    font-family: 'Inter', sans-serif;

    font-size: 10.5px;

    line-height: 1.65;
}


/* =====================================================
   FORM FOOTER
===================================================== */

.ihe-contact-form__footer {
    margin-top: 27px;

    padding-top: 24px;

    display: grid;

    grid-template-columns:
        minmax(0,1fr)
        auto;

    align-items: center;

    gap: 30px;

    border-top:
        1px solid
        rgba(255,255,255,.065);
}


/* =====================================================
   SECURE MESSAGE
===================================================== */

.ihe-contact-form__secure {
    max-width: 390px;

    display: grid;

    grid-template-columns:
        25px
        minmax(0,1fr);

    align-items: center;

    gap: 10px;
}

.ihe-contact-form__secure svg {
    width: 22px;
    height: 22px;

    color: #9b7438;
}

.ihe-contact-form__secure span {
    color: #626262;

    font-size: 9.5px;

    line-height: 1.55;
}


/* =====================================================
   SUBMIT BUTTON
===================================================== */

.ihe-contact-form__footer button {
    min-width: 190px;
    min-height: 52px;

    padding: 0 21px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    border:
        1px solid
        rgba(201,154,61,.78);

    border-radius: 0;

    color: #090806;

    background:
        linear-gradient(
            135deg,
            #895b1a 0%,
            #ddb04f 47%,
            #efca70 62%,
            #94631d 100%
        );

    box-shadow:
        0 15px 32px rgba(201,154,61,.15),
        inset 0 1px 0 rgba(255,255,255,.36);

    font-family: 'Oswald', sans-serif;

    font-size: 11px;
    font-weight: 600;

    line-height: 1;

    letter-spacing: .11em;

    text-transform: uppercase;

    cursor: pointer;

    transition:
        transform .25s ease,
        filter .25s ease,
        box-shadow .25s ease;
}

.ihe-contact-form__footer button svg {
    width: 18px;
    height: 18px;

    transition:
        transform .25s ease;
}

.ihe-contact-form__footer button:hover {
    transform:
        translateY(-3px);

    filter:
        brightness(1.07);

    box-shadow:
        0 20px 42px rgba(201,154,61,.24),
        inset 0 1px 0 rgba(255,255,255,.4);
}

.ihe-contact-form__footer button:hover svg {
    transform:
        translateX(4px);
}


/* =====================================================
   FOCUS ACCESSIBILITY
===================================================== */

.ihe-contact a:focus-visible,
.ihe-contact input:focus-visible,
.ihe-contact select:focus-visible,
.ihe-contact textarea:focus-visible,
.ihe-contact button:focus-visible {
    outline:
        2px solid
        rgba(239,198,107,.58);

    outline-offset: 3px;
}


/* =====================================================
   LAPTOP
===================================================== */

@media (max-width: 1200px) {

    .ihe-contact__grid {
        grid-template-columns:
            minmax(300px,.7fr)
            minmax(500px,1.3fr);
    }

    .ihe-contact__intro {
        gap: 45px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .ihe-contact {
        padding:
            90px 0 100px;
    }

    .ihe-contact__intro {
        grid-template-columns:
            1fr;

        gap: 22px;

        margin-bottom: 42px;
    }

    .ihe-contact__intro > p {
        max-width: 650px;
    }

    .ihe-contact__grid {
        grid-template-columns:
            1fr;
    }

    .ihe-contact-info,
    .ihe-contact-form-wrap {
        width: 100%;
    }

    .ihe-contact-info {
        display: grid;

        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .ihe-contact-info__header,
    .ihe-contact-info__notice {
        grid-column:
            1 / -1;
    }

    .ihe-contact-item:nth-of-type(odd) {
        border-right:
            1px solid
            rgba(255,255,255,.065);
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .ihe-contact {
        padding:
            70px 0 80px;
    }

    .ihe-contact__container {
        width:
            min(
                calc(100% - 30px),
                1380px
            );
    }

    .ihe-contact__intro {
        margin-bottom: 35px;
    }

    .ihe-contact__intro h2 {
        font-size:
            clamp(
                39px,
                12vw,
                52px
            );
    }

    .ihe-contact__intro > p {
        font-size: 12.5px;
    }


    /* CONTACT INFO */

    .ihe-contact-info {
        display: flex;
    }

    .ihe-contact-info__header {
        padding:
            26px 21px 24px;
    }

    .ihe-contact-info__header h3 {
        font-size: 22px;
    }

    .ihe-contact-item {
        min-height: 94px;

        padding:
            18px 20px;

        grid-template-columns:
            44px
            minmax(0,1fr);

        gap: 13px;

        border-right:
            0 !important;
    }

    a.ihe-contact-item:hover {
        padding-left: 20px;
    }

    .ihe-contact-item__icon {
        width: 43px;
        height: 43px;
    }

    .ihe-contact-item__icon svg {
        width: 19px;
        height: 19px;
    }

    .ihe-contact-info__notice {
        padding:
            21px 20px;
    }


    /* FORM HEADER */

    .ihe-contact-form-wrap__header {
        min-height: auto;

        padding:
            25px 21px;

        align-items: flex-start;

        flex-direction: column;

        gap: 17px;
    }

    .ihe-contact-form-wrap__header h3 {
        font-size: 22px;
    }

    .ihe-contact-form-wrap__intro {
        padding:
            19px 21px;
    }


    /* FORM */

    .ihe-contact-form {
        padding:
            25px 21px 27px;
    }

    .ihe-contact-form__row {
        grid-template-columns:
            1fr;

        gap: 0;
    }

    .ihe-contact-field {
        margin-bottom: 18px;
    }

    .ihe-contact-field input,
    .ihe-contact-field select {
        height: 50px;
    }

    .ihe-contact-field textarea {
        min-height: 145px;
    }

    .ihe-contact-field__label-row {
        align-items: flex-start;

        flex-direction: column;

        gap: 0;
    }

    .ihe-contact-field__label-row small {
        margin:
            -2px 0 9px;

        text-align: left;
    }


    /* FORM FOOTER */

    .ihe-contact-form__footer {
        grid-template-columns:
            1fr;

        gap: 20px;
    }

    .ihe-contact-form__secure {
        max-width: none;
    }

    .ihe-contact-form__footer button {
        width: 100%;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {

    .ihe-contact__container {
        width:
            min(
                calc(100% - 24px),
                1380px
            );
    }

    .ihe-contact__intro h2 {
        font-size: 38px;
    }

    .ihe-contact-info__header,
    .ihe-contact-form-wrap__header {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ihe-contact-item {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ihe-contact-info__notice,
    .ihe-contact-form-wrap__intro {
        padding-left: 18px;
        padding-right: 18px;
    }

    .ihe-contact-form {
        padding-left: 18px;
        padding-right: 18px;
    }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .ihe-contact *,
    .ihe-contact *::before,
    .ihe-contact *::after {
        animation-duration:
            .01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            .01ms !important;

        scroll-behavior:
            auto !important;
    }

}


/* =====================================================
   ELEMENTOR FIX
===================================================== */

.elementor-widget-html .ihe-contact h2,
.elementor-widget-html .ihe-contact h3,
.elementor-widget-html .ihe-contact p {
    margin-left: 0;
    margin-right: 0;
}

.elementor-widget-html .ihe-contact a {
    box-shadow: none;
}

.elementor-widget-html .ihe-contact svg {
    display: block;
}

.elementor-widget-html .ihe-contact input,
.elementor-widget-html .ihe-contact select,
.elementor-widget-html .ihe-contact textarea,
.elementor-widget-html .ihe-contact button {
    font-family: inherit;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48e9cfe *//* =====================================================
   IMAM HARRISON EMPIRE
   CONTACT PAGE
   SECTION 03 — LOCATION MAP ONLY
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Oswald:wght@500;600;700&display=swap');


.ihe-location,
.ihe-location * {
    box-sizing: border-box;
}


.ihe-location {
    position: relative;

    width: 100%;

    padding: 110px 0 120px;

    overflow: hidden;
    isolation: isolate;

    color: #ffffff;

    background:
        linear-gradient(
            180deg,
            #050505 0%,
            #090805 50%,
            #050505 100%
        );

    font-family: 'Inter', sans-serif;
}


/* =====================================================
   BACKGROUND
===================================================== */

.ihe-location__pattern {
    position: absolute;
    inset: 0;

    z-index: -5;

    opacity: .08;

    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(201,154,61,.07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(201,154,61,.07) 1px,
            transparent 1px
        );

    background-size: 68px 68px;

    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 15%,
            #000 85%,
            transparent
        );

    -webkit-mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 15%,
            #000 85%,
            transparent
        );
}


.ihe-location__glow {
    position: absolute;

    z-index: -4;

    border-radius: 50%;

    filter: blur(150px);

    pointer-events: none;
}


.ihe-location__glow--one {
    top: 70px;
    left: -220px;

    width: 520px;
    height: 520px;

    background:
        rgba(201,154,61,.13);
}


.ihe-location__glow--two {
    right: -240px;
    bottom: -70px;

    width: 600px;
    height: 600px;

    background:
        rgba(122,76,17,.15);
}


/* =====================================================
   CONTAINER
===================================================== */

.ihe-location__container {
    position: relative;

    z-index: 2;

    width:
        min(
            calc(100% - 50px),
            1380px
        );

    margin: 0 auto;
}


/* =====================================================
   HEADER
===================================================== */

.ihe-location__header {
    max-width: 760px;

    margin: 0 auto 55px;

    text-align: center;
}


.ihe-location__eyebrow {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 18px;

    color: #e8bc5d;

    font-family: 'Oswald', sans-serif;

    font-size: 11px;
    font-weight: 500;

    letter-spacing: .12em;

    text-transform: uppercase;
}


.ihe-location__eyebrow span {
    display: block;

    width: 40px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #875818,
            #efc86b
        );
}


.ihe-location__header h2 {
    margin: 0;

    color: #ffffff;

    font-family: 'Oswald', sans-serif;

    font-size:
        clamp(
            40px,
            4.6vw,
            64px
        );

    font-weight: 700;

    line-height: .98;

    text-transform: uppercase;
}


.ihe-location__header h2 strong {
    display: block;

    margin-top: 8px;

    color: transparent;

    background:
        linear-gradient(
            180deg,
            #fff2c2,
            #efc86b,
            #8c5d1b
        );

    -webkit-background-clip: text;
    background-clip: text;
}


.ihe-location__header p {
    max-width: 620px;

    margin: 22px auto 0;

    color: #969696;

    font-size: 14px;

    line-height: 1.85;
}


/* =====================================================
   MAP WRAPPER
===================================================== */

.ihe-location__map-wrap {
    position: relative;

    overflow: hidden;

    border:
        1px solid
        rgba(201,154,61,.28);

    background:
        linear-gradient(
            160deg,
            rgba(20,17,10,.98),
            rgba(5,5,5,.99)
        );

    box-shadow:
        0 32px 75px rgba(0,0,0,.40),
        inset 0 0 0 1px rgba(255,255,255,.012);
}


.ihe-location__map-wrap::before {
    content: '';

    position: absolute;

    top: 0;
    left: 0;

    z-index: 5;

    width: 100%;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            #815416 0%,
            #e4b552 45%,
            #f4d487 55%,
            #815416 100%
        );
}


/* =====================================================
   MAP TOP LABEL
===================================================== */

.ihe-location__map-label {
    min-height: 88px;

    padding: 22px 26px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    border-bottom:
        1px solid
        rgba(201,154,61,.16);

    background:
        linear-gradient(
            90deg,
            rgba(201,154,61,.07),
            transparent 72%
        );
}


.ihe-location__map-label span {
    color: #9b7438;

    font-family: 'Oswald', sans-serif;

    font-size: 10px;
    font-weight: 500;

    letter-spacing: .13em;

    text-transform: uppercase;
}


.ihe-location__map-label strong {
    color: #ffffff;

    font-family: 'Oswald', sans-serif;

    font-size: 20px;
    font-weight: 600;

    letter-spacing: .03em;

    text-transform: uppercase;
}


/* =====================================================
   MAP
===================================================== */

.ihe-location__map {
    position: relative;

    width: 100%;

    min-height: 620px;

    overflow: hidden;

    background: #111111;
}


.ihe-location__map iframe {
    display: block;

    width: 100%;

    height: 620px;

    border: 0;

    filter:
        grayscale(.92)
        contrast(1.05)
        brightness(.78);

    transition:
        filter .45s ease,
        transform .45s ease;
}


.ihe-location__map:hover iframe {
    filter:
        grayscale(.18)
        contrast(1.04)
        brightness(.94);

    transform: scale(1.015);
}


/* MAP VIGNETTE */

.ihe-location__map::after {
    content: '';

    position: absolute;
    inset: 0;

    pointer-events: none;

    box-shadow:
        inset 0 0 70px rgba(0,0,0,.38);
}


/* =====================================================
   MAP FOOTER
===================================================== */

.ihe-location__map-footer {
    min-height: 72px;

    padding: 17px 26px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    border-top:
        1px solid
        rgba(201,154,61,.16);

    background:
        linear-gradient(
            90deg,
            rgba(17,14,8,.99),
            rgba(5,5,5,.99)
        );
}


.ihe-location__map-footer > span {
    color: #777777;

    font-family: 'Oswald', sans-serif;

    font-size: 10px;
    font-weight: 500;

    letter-spacing: .13em;

    text-transform: uppercase;
}


.ihe-location__map-footer a {
    min-height: 40px;

    padding: 0 14px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    border:
        1px solid
        rgba(201,154,61,.42);

    color: #e4b654;

    background:
        rgba(201,154,61,.03);

    font-family: 'Oswald', sans-serif;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .1em;

    text-decoration: none;

    text-transform: uppercase;

    transition:
        color .25s ease,
        background .25s ease,
        transform .25s ease;
}


.ihe-location__map-footer a:hover {
    color: #090806;

    background: #dfb353;

    transform: translateY(-2px);
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .ihe-location {
        padding: 90px 0 100px;
    }

    .ihe-location__map,
    .ihe-location__map iframe {
        min-height: 500px;
        height: 500px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .ihe-location {
        padding: 70px 0 80px;
    }

    .ihe-location__container {
        width:
            min(
                calc(100% - 30px),
                1380px
            );
    }

    .ihe-location__header {
        margin-bottom: 38px;

        text-align: left;
    }

    .ihe-location__eyebrow {
        justify-content: flex-start;
    }

    .ihe-location__eyebrow span {
        width: 31px;
    }

    .ihe-location__header h2 {
        font-size:
            clamp(
                36px,
                11vw,
                48px
            );
    }

    .ihe-location__header p {
        margin-left: 0;
        margin-right: 0;

        font-size: 13.5px;

        line-height: 1.75;
    }

    .ihe-location__map-label {
        min-height: auto;

        padding: 20px;

        align-items: flex-start;

        flex-direction: column;

        gap: 7px;
    }

    .ihe-location__map-label strong {
        font-size: 18px;
    }

    .ihe-location__map,
    .ihe-location__map iframe {
        min-height: 390px;
        height: 390px;
    }

    .ihe-location__map-footer {
        min-height: auto;

        padding: 18px 20px;

        align-items: stretch;

        flex-direction: column;

        gap: 13px;
    }

    .ihe-location__map-footer a {
        width: 100%;

        min-height: 46px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 420px) {

    .ihe-location__container {
        width:
            min(
                calc(100% - 24px),
                1380px
            );
    }

    .ihe-location__header h2 {
        font-size: 36px;
    }

    .ihe-location__map,
    .ihe-location__map iframe {
        min-height: 330px;
        height: 330px;
    }

}


/* =====================================================
   ACCESSIBILITY
===================================================== */

.ihe-location a:focus-visible,
.ihe-location iframe:focus-visible {
    outline:
        2px solid
        rgba(239,198,107,.56);

    outline-offset: 4px;
}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .ihe-location *,
    .ihe-location *::before,
    .ihe-location *::after {
        animation: none !important;
        transition: none !important;
    }

    .ihe-location__map iframe {
        transform: none !important;
    }

}


/* =====================================================
   ELEMENTOR FIX
===================================================== */

.elementor-widget-html .ihe-location h2,
.elementor-widget-html .ihe-location p {
    margin-left: 0;
    margin-right: 0;
}

.elementor-widget-html .ihe-location iframe {
    display: block;
    width: 100%;
}

.elementor-widget-html .ihe-location a {
    box-shadow: none;
}/* End custom CSS */