.elementor-41 .elementor-element.elementor-element-b5fed39{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-41 .elementor-element.elementor-element-d1a0e2f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-41 .elementor-element.elementor-element-f129ba8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d37c7bc *//* ==================================================
   GMY ASSOCIATES PLT
   CONTACT PAGE
   SECTION 01 - CONTACT HERO
================================================== */

.gmy-contact-hero {
    --red: #c9001b;
    --red-dark: #a50016;
    --black: #111111;
    --grey: #686868;
    --light: #f3f3f1;
    --line: #ddddda;

    position: relative;

    width: 100%;

    background: #ffffff;

    overflow: hidden;
}


/* ==================================================
   MAIN WRAP
================================================== */

.gmy-contact-hero-wrap {
    display: grid;

    grid-template-columns:
        .9fr
        1.1fr;

    width:
        min(
            1600px,
            calc(100% - 64px)
        );

    min-height: 730px;

    margin: 0 auto;
}


/* ==================================================
   LEFT
================================================== */

.gmy-contact-hero-content {
    position: relative;
    z-index: 3;

    display: flex;
    flex-direction: column;

    min-height: 730px;

    padding:
        38px
        clamp(40px, 5vw, 80px)
        40px
        0;

    box-sizing: border-box;

    background: #ffffff;
}


/* ==================================================
   TOP META
================================================== */

.gmy-contact-hero-meta {
    display: flex;

    align-items: center;

    gap: 14px;

    padding-bottom: 18px;

    border-bottom:
        1px solid
        var(--line);
}


.gmy-contact-hero-meta span {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    line-height: 1.4;

    letter-spacing: 1.4px;

    color: #777777;
}


.gmy-contact-hero-meta i {
    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: var(--red);
}


/* ==================================================
   TITLE AREA
================================================== */

.gmy-contact-hero-title {
    display: flex;
    flex-direction: column;

    justify-content: center;

    flex: 1;

    max-width: 690px;

    padding:
        55px
        0;
}


/* ==================================================
   KICKER
================================================== */

.gmy-contact-hero-kicker {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 20px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.7px;

    color: var(--red);
}


.gmy-contact-hero-kicker::before {
    content: "";

    width: 42px;
    height: 2px;

    background: var(--red);
}


/* ==================================================
   H1
================================================== */

.gmy-contact-hero-title h1 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            58px,
            6vw,
            91px
        );

    font-weight: 760;

    line-height: .86;

    letter-spacing: -6px;

    color: var(--black);
}


.gmy-contact-hero-title h1 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   DESCRIPTION
================================================== */

.gmy-contact-hero-title p {
    max-width: 570px;

    margin:
        30px
        0
        0;

    padding-left: 22px;

    border-left:
        3px solid
        var(--red);

    font-family: "Poppins", sans-serif;

    font-size: 15px;

    line-height: 1.8;

    color: var(--grey);
}


/* ==================================================
   ACTIONS
================================================== */

.gmy-contact-hero-actions {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    border-top:
        1px solid
        var(--line);

    border-left:
        1px solid
        var(--line);
}


/* ==================================================
   ACTION
================================================== */

.gmy-contact-action {
    display: grid;

    grid-template-columns:
        52px
        1fr
        30px;

    gap: 14px;

    align-items: center;

    min-height: 105px;

    padding:
        18px;

    box-sizing: border-box;

    border-right:
        1px solid
        var(--line);

    border-bottom:
        1px solid
        var(--line);

    text-decoration: none;

    background: #ffffff;

    transition:
        background .3s ease;
}


.gmy-contact-action:hover {
    background: var(--red);
}


/* ==================================================
   ACTION ICON
================================================== */

.gmy-contact-action-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    background: var(--red);

    transition:
        background .3s ease;
}


.gmy-contact-action-icon svg {
    width: 24px;
    height: 24px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-contact-action:hover
.gmy-contact-action-icon {
    background: #ffffff;
}


.gmy-contact-action:hover
.gmy-contact-action-icon svg {
    stroke: var(--red);
}


/* ==================================================
   ACTION COPY
================================================== */

.gmy-contact-action-copy small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.1px;

    color: var(--red);
}


.gmy-contact-action-copy strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.25;

    color: var(--black);
}


.gmy-contact-action > i {
    font-family: "Montserrat", sans-serif;

    font-size: 19px;

    font-style: normal;

    color: var(--red);

    transition:
        transform .3s ease;
}


.gmy-contact-action:hover
.gmy-contact-action-copy small,
.gmy-contact-action:hover
.gmy-contact-action-copy strong,
.gmy-contact-action:hover > i {
    color: #ffffff;
}


.gmy-contact-action:hover > i {
    transform:
        rotate(45deg);
}


/* ==================================================
   LEFT BOTTOM
================================================== */

.gmy-contact-hero-bottom {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    margin-top: 25px;
}


.gmy-contact-hero-bottom span {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: #8a8a8a;
}


/* ==================================================
   RIGHT IMAGE
================================================== */

.gmy-contact-hero-visual {
    position: relative;

    min-height: 730px;

    margin-right: -32px;

    overflow: hidden;

    background: #161616;
}


.gmy-contact-hero-visual > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    transition:
        transform 1s
        cubic-bezier(.16,1,.3,1);
}


.gmy-contact-hero-visual:hover > img {
    transform:
        scale(1.025);
}


/* ==================================================
   IMAGE OVERLAY
================================================== */

.gmy-contact-hero-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            0deg,
            rgba(0,0,0,.75) 0%,
            rgba(0,0,0,.08) 65%
        );
}


/* ==================================================
   IMAGE TOP
================================================== */

.gmy-contact-image-top {
    position: absolute;

    z-index: 4;

    left: 35px;
    right: 35px;
    top: 32px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    padding-bottom: 17px;

    border-bottom:
        1px solid
        rgba(255,255,255,.30);
}


.gmy-contact-image-top span {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.4px;

    color:
        rgba(255,255,255,.82);
}


/* ==================================================
   IMAGE COPY
================================================== */

.gmy-contact-image-copy {
    position: absolute;

    z-index: 4;

    left: 45px;
    bottom: 50px;

    max-width: 470px;
}


.gmy-contact-image-copy > span {
    display: block;

    margin-bottom: 10px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.5px;

    color: #ff4058;
}


.gmy-contact-image-copy strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            37px,
            4vw,
            57px
        );

    font-weight: 750;

    line-height: .94;

    letter-spacing: -3px;

    color: #ffffff;
}


/* ==================================================
   RED CONTACT BOX
================================================== */

.gmy-contact-red-box {
    position: absolute;

    z-index: 6;

    right: 0;
    bottom: 0;

    width: 290px;

    padding:
        28px;

    box-sizing: border-box;

    background: var(--red);
}


/* ==================================================
   RED ICON
================================================== */

.gmy-contact-red-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 30px;

    border:
        1px solid
        rgba(255,255,255,.40);
}


.gmy-contact-red-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   RED BOX TEXT
================================================== */

.gmy-contact-red-box small {
    display: block;

    margin-bottom: 7px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.3px;

    color:
        rgba(255,255,255,.72);
}


.gmy-contact-red-box > strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 26px;

    font-weight: 700;

    line-height: 1.05;

    letter-spacing: -1px;

    color: #ffffff;
}


/* ==================================================
   RED LINK
================================================== */

.gmy-contact-red-box a {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-top: 28px;

    padding-top: 18px;

    border-top:
        1px solid
        rgba(255,255,255,.30);

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    text-decoration: none;

    color: #ffffff;
}


.gmy-contact-red-box a i {
    font-family: "Montserrat", sans-serif;

    font-size: 18px;

    font-style: normal;

    transition:
        transform .3s ease;
}


.gmy-contact-red-box a:hover i {
    transform:
        rotate(45deg);
}


/* ==================================================
   IMAGE BADGE
================================================== */

.gmy-contact-image-badge {
    position: absolute;

    z-index: 5;

    left: 0;
    top: 50%;

    transform:
        translateY(-50%);

    display: flex;

    align-items: center;

    gap: 14px;

    padding:
        18px
        20px;

    background: #ffffff;
}


.gmy-contact-image-badge > span {
    font-family: "Montserrat", sans-serif;

    font-size: 30px;

    font-weight: 800;

    line-height: 1;

    letter-spacing: -2px;

    color: var(--red);
}


.gmy-contact-image-badge > div {
    padding-left: 14px;

    border-left:
        1px solid
        #dddddd;
}


.gmy-contact-image-badge small {
    display: block;

    margin-bottom: 3px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1px;

    color: #999999;
}


.gmy-contact-image-badge strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 11px;

    font-weight: 700;

    color: var(--black);
}


/* ==================================================
   SERVICE STRIP
================================================== */

.gmy-contact-service-strip {
    width: 100%;

    background: var(--black);
}


.gmy-contact-service-inner {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    width:
        min(
            1600px,
            calc(100% - 64px)
        );

    margin: 0 auto;
}


/* ==================================================
   SERVICE
================================================== */

.gmy-contact-service {
    display: flex;

    align-items: center;

    gap: 14px;

    min-height: 105px;

    padding:
        20px
        22px;

    box-sizing: border-box;

    border-right:
        1px solid
        rgba(255,255,255,.14);
}


.gmy-contact-service:first-child {
    border-left:
        1px solid
        rgba(255,255,255,.14);
}


/* ==================================================
   SERVICE ICON
================================================== */

.gmy-contact-service-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    background:
        rgba(255,255,255,.06);
}


.gmy-contact-service-icon svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: var(--red);

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-contact-service > span:last-child {
    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    font-weight: 650;

    line-height: 1.3;

    color: #ffffff;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-contact-hero-wrap {
        width:
            calc(100% - 50px);

        grid-template-columns:
            1fr
            1fr;
    }


    .gmy-contact-hero-content {
        padding-right: 40px;
    }


    .gmy-contact-hero-title h1 {
        font-size:
            clamp(
                55px,
                6.5vw,
                72px
            );
    }


    .gmy-contact-hero-actions {
        display: block;
    }


    .gmy-contact-action {
        min-height: 90px;
    }


    .gmy-contact-hero-visual {
        margin-right: -25px;
    }


    .gmy-contact-image-badge {
        display: none;
    }


    .gmy-contact-service-inner {
        width:
            calc(100% - 50px);

        grid-template-columns:
            repeat(3, 1fr);
    }


    .gmy-contact-service {
        border-bottom:
            1px solid
            rgba(255,255,255,.14);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-contact-hero-wrap {
        display: flex;

        flex-direction: column;

        width:
            calc(100% - 34px);

        min-height: 0;
    }


    /* CONTENT */

    .gmy-contact-hero-content {
        min-height: 0;

        padding:
            25px
            0
            45px;
    }


    .gmy-contact-hero-title {
        padding:
            65px
            0;
    }


    .gmy-contact-hero-kicker {
        font-size: 10px;
    }


    .gmy-contact-hero-title h1 {
        font-size:
            clamp(
                50px,
                14vw,
                68px
            );

        letter-spacing: -4px;
    }


    .gmy-contact-hero-title p {
        font-size: 14px;

        line-height: 1.75;
    }


    .gmy-contact-hero-actions {
        display: block;
    }


    .gmy-contact-action {
        grid-template-columns:
            52px
            1fr
            30px;

        min-height: 95px;
    }


    .gmy-contact-action-copy strong {
        font-size: 15px;
    }


    /* IMAGE */

    .gmy-contact-hero-visual {
        min-height: 680px;

        margin:
            0
            -17px;
    }


    .gmy-contact-image-top {
        left: 20px;
        right: 20px;
        top: 20px;
    }


    .gmy-contact-image-top span {
        font-size: 9px;
    }


    .gmy-contact-image-copy {
        left: 25px;
        right: 25px;

        bottom: 260px;
    }


    .gmy-contact-image-copy strong {
        font-size: 45px;
    }


    .gmy-contact-red-box {
        width: 100%;

        padding:
            25px;
    }


    .gmy-contact-red-icon {
        margin-bottom: 20px;
    }


    /* SERVICES */

    .gmy-contact-service-inner {
        display: block;

        width:
            calc(100% - 34px);
    }


    .gmy-contact-service {
        min-height: 82px;

        border-left:
            1px solid
            rgba(255,255,255,.14);

        border-bottom:
            1px solid
            rgba(255,255,255,.14);
    }


    .gmy-contact-service > span:last-child {
        font-size: 13px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 430px) {

    .gmy-contact-hero-meta {
        justify-content: space-between;
    }


    .gmy-contact-hero-meta span {
        font-size: 9px;
    }


    .gmy-contact-hero-title h1 {
        font-size: 49px;
    }


    .gmy-contact-hero-bottom {
        display: block;
    }


    .gmy-contact-hero-bottom span {
        display: block;

        margin-top: 5px;
    }


    .gmy-contact-hero-visual {
        min-height: 650px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-12e4a56 *//* ==================================================
   GMY ASSOCIATES PLT
   CONTACT PAGE
   SECTION 04 - LOCATION & MAP
================================================== */

.gmy-location-section {
    --red: #c9001b;
    --red-dark: #a50016;
    --black: #111111;
    --grey: #6f6f6f;
    --light: #f4f4f2;
    --line: #dededb;

    position: relative;
    width: 100%;

    padding:
        clamp(100px, 8vw, 145px)
        0;

    background: #ffffff;

    overflow: hidden;
}


/* ==================================================
   WRAPPER
================================================== */

.gmy-location-wrap {
    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;
}


/* ==================================================
   HEADER
================================================== */

.gmy-location-head {
    display: grid;

    grid-template-columns:
        1.25fr
        .75fr;

    gap: 70px;

    align-items: end;

    margin-bottom: 55px;
}


/* ==================================================
   KICKER
================================================== */

.gmy-location-kicker {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 18px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.7px;

    color: var(--red);
}


.gmy-location-kicker::before {
    content: "";

    width: 42px;
    height: 2px;

    flex: 0 0 42px;

    background: var(--red);
}


/* ==================================================
   TITLE
================================================== */

.gmy-location-head-left h2 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            50px,
            5vw,
            76px
        );

    font-weight: 750;

    line-height: .92;

    letter-spacing: -4px;

    color: var(--black);
}


.gmy-location-head-left h2 span {
    display: block;

    color: var(--red);
}


/* ==================================================
   HEADER RIGHT
================================================== */

.gmy-location-head-right {
    display: grid;

    grid-template-columns:
        64px
        1fr;

    gap: 20px;

    align-items: center;
}


.gmy-location-head-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    background: var(--red);
}


.gmy-location-head-icon svg {
    width: 28px;
    height: 28px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-location-head-right small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.3px;

    color: var(--red);
}


.gmy-location-head-right strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 18px;

    font-weight: 700;

    color: var(--black);
}


.gmy-location-head-right p {
    margin:
        5px
        0
        0;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    color: var(--grey);
}


/* ==================================================
   STAGE
================================================== */

.gmy-location-stage {
    display: grid;

    grid-template-columns:
        1.55fr
        .55fr;

    min-height: 680px;

    background: var(--light);
}


/* ==================================================
   MAP
================================================== */

.gmy-location-map {
    position: relative;

    min-height: 680px;

    overflow: hidden;

    background: #e9e9e6;
}


.gmy-location-map iframe {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    display: block;

    border: 0;
}


/* ==================================================
   MAP LABEL
================================================== */

.gmy-location-map-label {
    position: absolute;

    z-index: 5;

    left: 30px;
    bottom: 30px;

    display: flex;

    align-items: center;

    gap: 15px;

    min-width: 300px;

    padding:
        17px
        22px
        17px
        17px;

    box-sizing: border-box;

    background:
        rgba(255,255,255,.96);

    box-shadow:
        0 15px 45px
        rgba(0,0,0,.12);
}


/* ==================================================
   MAP PIN
================================================== */

.gmy-location-map-pin {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    background: var(--red);
}


.gmy-location-map-pin svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-location-map-label small {
    display: block;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: var(--red);
}


.gmy-location-map-label strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    font-weight: 700;

    color: var(--black);
}


/* ==================================================
   RIGHT PANEL
================================================== */

.gmy-location-panel {
    display: flex;

    flex-direction: column;

    min-height: 680px;

    padding:
        32px;

    box-sizing: border-box;

    background: var(--red);

    color: #ffffff;
}


/* ==================================================
   PANEL TOP
================================================== */

.gmy-location-panel-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding-bottom: 22px;

    border-bottom:
        1px solid
        rgba(255,255,255,.28);
}


.gmy-location-panel-top span {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.3px;

    color:
        rgba(255,255,255,.70);
}


.gmy-location-panel-top strong {
    font-family: "Montserrat", sans-serif;

    font-size: 30px;

    font-weight: 800;

    letter-spacing: -2px;

    color: #ffffff;
}


/* ==================================================
   ADDRESS
================================================== */

.gmy-location-address {
    padding:
        45px
        0
        35px;
}


.gmy-location-address-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 35px;

    border:
        1px solid
        rgba(255,255,255,.38);
}


.gmy-location-address-icon svg {
    width: 27px;
    height: 27px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-location-address > small {
    display: block;

    margin-bottom: 9px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.4px;

    color:
        rgba(255,255,255,.67);
}


.gmy-location-address h3 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            31px,
            3vw,
            43px
        );

    font-weight: 750;

    line-height: .95;

    letter-spacing: -2px;

    color: #ffffff;
}


.gmy-location-address h3 span {
    display: block;

    color:
        rgba(255,255,255,.65);
}


.gmy-location-address p {
    margin:
        24px
        0
        0;

    padding-top: 22px;

    border-top:
        1px solid
        rgba(255,255,255,.25);

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.75;

    color:
        rgba(255,255,255,.82);
}


/* ==================================================
   DIRECTION
================================================== */

.gmy-location-direction {
    display: grid;

    grid-template-columns:
        50px
        1fr
        25px;

    gap: 14px;

    align-items: center;

    min-height: 85px;

    padding:
        13px;

    box-sizing: border-box;

    background: #ffffff;

    text-decoration: none;
}


.gmy-location-direction-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    background: var(--black);
}


.gmy-location-direction-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-location-direction small {
    display: block;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.1px;

    color: var(--red);
}


.gmy-location-direction strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 15px;

    font-weight: 700;

    color: var(--black);
}


.gmy-location-direction > i {
    font-family: "Montserrat", sans-serif;

    font-size: 19px;

    font-style: normal;

    color: var(--red);

    transition:
        transform .3s ease;
}


.gmy-location-direction:hover > i {
    transform:
        rotate(45deg);
}


/* ==================================================
   PHONE
================================================== */

.gmy-location-phone {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-top: 15px;

    padding:
        17px
        0;

    border-top:
        1px solid
        rgba(255,255,255,.25);

    border-bottom:
        1px solid
        rgba(255,255,255,.25);

    text-decoration: none;
}


.gmy-location-phone > span {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    background:
        rgba(255,255,255,.12);
}


.gmy-location-phone svg {
    width: 21px;
    height: 21px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-location-phone small {
    display: block;

    margin-bottom: 3px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.1px;

    color:
        rgba(255,255,255,.62);
}


.gmy-location-phone strong {
    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   PANEL BOTTOM
================================================== */

.gmy-location-panel-bottom {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-top: auto;

    padding-top: 25px;
}


.gmy-location-panel-bottom span {
    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1px;

    color:
        rgba(255,255,255,.62);
}


.gmy-location-panel-bottom i {
    flex: 1;

    height: 1px;

    background:
        rgba(255,255,255,.27);
}


.gmy-location-panel-bottom strong {
    font-family: "Montserrat", sans-serif;

    font-size: 21px;

    font-weight: 800;

    color: #ffffff;
}


/* ==================================================
   BOTTOM STRIP
================================================== */

.gmy-location-bottom {
    display: grid;

    grid-template-columns:
        1.4fr
        repeat(3, .65fr);

    min-height: 120px;

    background: var(--black);
}


/* ==================================================
   BOTTOM MAIN
================================================== */

.gmy-location-bottom-main {
    display: flex;

    align-items: center;

    gap: 16px;

    padding:
        20px
        28px;

    border-right:
        1px solid
        rgba(255,255,255,.14);
}


.gmy-location-bottom-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    background: var(--red);
}


.gmy-location-bottom-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-location-bottom-main small,
.gmy-location-bottom-item small {
    display: block;

    margin-bottom: 5px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: #ff3b54;
}


.gmy-location-bottom-main strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 16px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   BOTTOM ITEMS
================================================== */

.gmy-location-bottom-item {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding:
        20px
        25px;

    border-right:
        1px solid
        rgba(255,255,255,.14);
}


.gmy-location-bottom-item:last-child {
    border-right: 0;
}


.gmy-location-bottom-item strong {
    font-family: "Montserrat", sans-serif;

    font-size: 15px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-location-wrap {
        width:
            calc(100% - 50px);
    }


    .gmy-location-head {
        grid-template-columns:
            1fr
            .7fr;

        gap: 45px;
    }


    .gmy-location-stage {
        grid-template-columns:
            1.25fr
            .75fr;
    }


    .gmy-location-bottom {
        grid-template-columns:
            1fr
            1fr;
    }


    .gmy-location-bottom-main {
        grid-column:
            1 / -1;

        min-height: 100px;

        border-bottom:
            1px solid
            rgba(255,255,255,.14);
    }


    .gmy-location-bottom-item {
        min-height: 90px;

        border-bottom:
            1px solid
            rgba(255,255,255,.14);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-location-section {
        padding:
            75px
            0;
    }


    .gmy-location-wrap {
        width:
            calc(100% - 34px);
    }


    /* HEADER */

    .gmy-location-head {
        display: block;

        margin-bottom: 45px;
    }


    .gmy-location-kicker {
        font-size: 10px;
    }


    .gmy-location-head-left h2 {
        font-size:
            clamp(
                43px,
                12vw,
                57px
            );

        letter-spacing: -3px;
    }


    .gmy-location-head-right {
        margin-top: 30px;
    }


    .gmy-location-head-right strong {
        font-size: 17px;
    }


    .gmy-location-head-right p {
        font-size: 13px;
    }


    /* STAGE */

    .gmy-location-stage {
        display: block;
    }


    /* MAP */

    .gmy-location-map {
        min-height: 560px;
    }


    .gmy-location-map-label {
        left: 15px;
        right: 15px;
        bottom: 15px;

        min-width: 0;
    }


    /* PANEL */

    .gmy-location-panel {
        min-height: 600px;

        padding:
            30px
            25px;
    }


    .gmy-location-address h3 {
        font-size: 40px;
    }


    .gmy-location-address p {
        font-size: 14px;
    }


    /* BOTTOM */

    .gmy-location-bottom {
        display: block;
    }


    .gmy-location-bottom-main,
    .gmy-location-bottom-item {
        min-height: 85px;

        border-right: 0;

        border-bottom:
            1px solid
            rgba(255,255,255,.14);
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 430px) {

    .gmy-location-map {
        min-height: 500px;
    }


    .gmy-location-head-icon {
        width: 55px;
        height: 55px;
    }


    .gmy-location-address {
        padding-top: 40px;
    }


    .gmy-location-address h3 {
        font-size: 36px;
    }


    .gmy-location-direction {
        grid-template-columns:
            48px
            1fr
            22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30f13e0 *//* ==================================================
   GMY ASSOCIATES PLT
   CONTACT PAGE
   SECTION 03 - BUSINESS ENQUIRY FORM
================================================== */

.gmy-enquiry-section {
    --red: #c9001b;
    --red-dark: #a50016;
    --black: #111111;
    --dark: #181818;
    --grey: #707070;
    --light: #f4f4f2;
    --line: #ddddda;

    position: relative;
    width: 100%;

    padding:
        clamp(100px, 8vw, 145px)
        0;

    background: #111111;

    overflow: hidden;
}


/* ==================================================
   BACKGROUND DETAIL
================================================== */

.gmy-enquiry-section::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    left: -210px;
    bottom: -210px;

    border:
        1px solid
        rgba(255,255,255,.08);

    border-radius: 50%;
}


.gmy-enquiry-section::after {
    content: "";

    position: absolute;

    width: 620px;
    height: 620px;

    left: -310px;
    bottom: -310px;

    border:
        1px solid
        rgba(255,255,255,.05);

    border-radius: 50%;
}


/* ==================================================
   WRAPPER
================================================== */

.gmy-enquiry-wrap {
    position: relative;
    z-index: 3;

    display: grid;

    grid-template-columns:
        .7fr
        1.3fr;

    width:
        min(
            1500px,
            calc(100% - 80px)
        );

    margin: 0 auto;

    background: #ffffff;
}


/* ==================================================
   LEFT INTRO
================================================== */

.gmy-enquiry-intro {
    position: relative;

    display: flex;
    flex-direction: column;

    min-height: 800px;

    padding:
        38px
        clamp(35px, 4vw, 60px)
        42px;

    box-sizing: border-box;

    background: var(--red);

    color: #ffffff;
}


/* ==================================================
   INTRO TOP
================================================== */

.gmy-enquiry-intro-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    padding-bottom: 20px;

    border-bottom:
        1px solid
        rgba(255,255,255,.28);
}


.gmy-enquiry-intro-top span:first-child {
    font-family: "Montserrat", sans-serif;

    font-size: 25px;

    font-weight: 800;

    color:
        rgba(255,255,255,.45);
}


.gmy-enquiry-intro-top span:last-child {
    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.4px;

    color:
        rgba(255,255,255,.78);
}


/* ==================================================
   INTRO MAIN
================================================== */

.gmy-enquiry-intro-main {
    padding:
        60px
        0
        45px;
}


/* ==================================================
   KICKER
================================================== */

.gmy-enquiry-kicker {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 18px;

    font-family: "Poppins", sans-serif;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 1.5px;

    color: #ffffff;
}


.gmy-enquiry-kicker::before {
    content: "";

    width: 35px;
    height: 2px;

    background: #ffffff;
}


/* ==================================================
   INTRO TITLE
================================================== */

.gmy-enquiry-intro-main h2 {
    max-width: 520px;

    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            46px,
            4.5vw,
            66px
        );

    font-weight: 750;

    line-height: .91;

    letter-spacing: -3.5px;

    color: #ffffff;
}


.gmy-enquiry-intro-main h2 strong {
    display: block;

    font-weight: 750;

    color:
        rgba(255,255,255,.67);
}


/* ==================================================
   INTRO DESCRIPTION
================================================== */

.gmy-enquiry-intro-main p {
    max-width: 480px;

    margin:
        28px
        0
        0;

    padding-left: 20px;

    border-left:
        2px solid
        rgba(255,255,255,.55);

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 400;

    line-height: 1.8;

    color:
        rgba(255,255,255,.80);
}


/* ==================================================
   SERVICES
================================================== */

.gmy-enquiry-services {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    border-top:
        1px solid
        rgba(255,255,255,.24);

    border-left:
        1px solid
        rgba(255,255,255,.24);
}


/* ==================================================
   SERVICE ITEM
================================================== */

.gmy-enquiry-service {
    display: flex;

    align-items: center;

    gap: 12px;

    min-height: 105px;

    padding:
        15px;

    box-sizing: border-box;

    border-right:
        1px solid
        rgba(255,255,255,.24);

    border-bottom:
        1px solid
        rgba(255,255,255,.24);
}


.gmy-enquiry-service > span {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    background:
        rgba(255,255,255,.10);
}


.gmy-enquiry-service svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-enquiry-service small {
    display: block;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    color:
        rgba(255,255,255,.55);
}


.gmy-enquiry-service strong {
    display: block;

    font-family: "Montserrat", sans-serif;

    font-size: 13px;

    font-weight: 650;

    line-height: 1.3;

    color: #ffffff;
}


/* ==================================================
   LEFT BOTTOM
================================================== */

.gmy-enquiry-intro-bottom {
    display: flex;

    align-items: center;

    gap: 14px;

    margin-top: auto;

    padding-top: 30px;
}


.gmy-enquiry-intro-bottom-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    background: #ffffff;
}


.gmy-enquiry-intro-bottom-icon svg {
    width: 24px;
    height: 24px;

    fill: none;

    stroke: var(--red);

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-enquiry-intro-bottom small {
    display: block;

    margin-bottom: 4px;

    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color:
        rgba(255,255,255,.62);
}


.gmy-enquiry-intro-bottom strong {
    font-family: "Montserrat", sans-serif;

    font-size: 17px;

    font-weight: 700;

    color: #ffffff;
}


/* ==================================================
   FORM AREA
================================================== */

.gmy-enquiry-form-area {
    padding:
        clamp(40px, 5vw, 75px);

    box-sizing: border-box;

    background: #ffffff;
}


/* ==================================================
   FORM HEADER
================================================== */

.gmy-enquiry-form-head {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-bottom: 45px;

    padding-bottom: 25px;

    border-bottom:
        1px solid
        var(--line);
}


.gmy-enquiry-form-head > div > span {
    display: block;

    margin-bottom: 7px;

    font-family: "Poppins", sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 1.5px;

    color: var(--red);
}


.gmy-enquiry-form-head h3 {
    margin: 0;

    font-family: "Montserrat", sans-serif;

    font-size:
        clamp(
            32px,
            3vw,
            45px
        );

    font-weight: 750;

    line-height: 1;

    letter-spacing: -2px;

    color: var(--black);
}


/* ==================================================
   HEADER ICON
================================================== */

.gmy-enquiry-form-head-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 65px;
    height: 65px;

    flex: 0 0 65px;

    background: var(--red);
}


.gmy-enquiry-form-head-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   FORM ROW
================================================== */

.gmy-form-row {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap: 25px;

    margin-bottom: 25px;
}


/* ==================================================
   FIELD
================================================== */

.gmy-form-field {
    min-width: 0;
}


.gmy-form-field-full {
    margin-bottom: 25px;
}


/* ==================================================
   LABEL
================================================== */

.gmy-form-field label {
    display: block;

    margin-bottom: 10px;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    color: #333333;
}


.gmy-form-field label span {
    color: var(--red);
}


/* ==================================================
   INPUT
================================================== */

.gmy-form-input,
.gmy-form-select {
    position: relative;

    display: grid;

    grid-template-columns:
        55px
        1fr;

    align-items: center;

    min-height: 64px;

    border:
        1px solid
        #d9d9d6;

    background: #fafafa;

    transition:
        border-color .25s ease,
        background .25s ease;
}


/* ==================================================
   INPUT ICON
================================================== */

.gmy-form-input > span,
.gmy-form-select > span {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 55px;
    height: 100%;

    border-right:
        1px solid
        #ddddda;
}


.gmy-form-input svg,
.gmy-form-select svg {
    width: 22px;
    height: 22px;

    fill: none;

    stroke: var(--red);

    stroke-width: 1.4;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==================================================
   INPUT ELEMENT
================================================== */

.gmy-form-input input,
.gmy-form-select select {
    width: 100%;

    height: 62px;

    padding:
        0
        18px;

    box-sizing: border-box;

    border: 0;
    outline: 0;

    background: transparent;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    font-weight: 400;

    color: var(--black);
}


.gmy-form-input input::placeholder {
    color: #999999;
}


/* ==================================================
   FOCUS
================================================== */

.gmy-form-input:focus-within,
.gmy-form-select:focus-within,
.gmy-form-textarea:focus-within {
    border-color: var(--red);

    background: #ffffff;
}


/* ==================================================
   SELECT
================================================== */

.gmy-form-select {
    grid-template-columns:
        55px
        1fr
        40px;
}


.gmy-form-select select {
    appearance: none;
    -webkit-appearance: none;

    cursor: pointer;
}


.gmy-form-select > i {
    font-family: "Montserrat", sans-serif;

    font-size: 18px;

    font-style: normal;

    color: var(--red);

    pointer-events: none;
}


/* ==================================================
   TEXTAREA
================================================== */

.gmy-form-textarea {
    border:
        1px solid
        #d9d9d6;

    background: #fafafa;

    transition:
        border-color .25s ease,
        background .25s ease;
}


.gmy-form-textarea textarea {
    display: block;

    width: 100%;
    min-height: 165px;

    padding:
        18px;

    box-sizing: border-box;

    resize: vertical;

    border: 0;
    outline: 0;

    background: transparent;

    font-family: "Poppins", sans-serif;

    font-size: 14px;

    line-height: 1.7;

    color: var(--black);
}


.gmy-form-textarea textarea::placeholder {
    color: #999999;
}


/* ==================================================
   FORM FOOTER
================================================== */

.gmy-form-footer {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 35px;

    padding-top: 30px;

    border-top:
        1px solid
        var(--line);
}


/* ==================================================
   FORM NOTE
================================================== */

.gmy-form-note {
    display: flex;

    align-items: center;

    gap: 12px;

    max-width: 330px;
}


.gmy-form-note > span {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    background: #f1f1ef;
}


.gmy-form-note svg {
    width: 21px;
    height: 21px;

    fill: none;

    stroke: var(--red);

    stroke-width: 1.5;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.gmy-form-note p {
    margin: 0;

    font-family: "Poppins", sans-serif;

    font-size: 12px;

    line-height: 1.55;

    color: #777777;
}


/* ==================================================
   SUBMIT
================================================== */

.gmy-form-submit {
    display: flex;

    align-items: center;

    gap: 25px;

    min-height: 62px;

    padding:
        7px
        7px
        7px
        27px;

    border: 0;

    background: var(--red);

    cursor: pointer;

    transition:
        background .3s ease,
        transform .3s ease;
}


.gmy-form-submit > span {
    font-family: "Poppins", sans-serif;

    font-size: 12px;

    font-weight: 600;

    color: #ffffff;
}


.gmy-form-submit i {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    background: #ffffff;

    font-family: "Montserrat", sans-serif;

    font-size: 19px;

    font-style: normal;

    color: var(--red);

    transition:
        transform .3s ease;
}


.gmy-form-submit:hover {
    background: var(--black);

    transform:
        translateY(-2px);
}


.gmy-form-submit:hover i {
    transform:
        rotate(45deg);
}


/* ==================================================
   FORM BOTTOM
================================================== */

.gmy-enquiry-form-bottom {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 45px;

    padding-top: 20px;

    border-top:
        1px solid
        var(--line);
}


.gmy-enquiry-form-bottom span {
    font-family: "Poppins", sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 1.2px;

    color: #999999;
}


.gmy-enquiry-form-bottom i {
    flex: 1;

    height: 1px;

    background: var(--line);
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1100px) {

    .gmy-enquiry-wrap {
        width:
            calc(100% - 50px);

        grid-template-columns:
            .8fr
            1.2fr;
    }


    .gmy-enquiry-intro {
        padding:
            35px;
    }


    .gmy-enquiry-services {
        grid-template-columns:
            1fr;
    }


    .gmy-enquiry-service {
        min-height: 80px;
    }


    .gmy-enquiry-form-area {
        padding:
            45px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media (max-width: 767px) {

    .gmy-enquiry-section {
        padding:
            75px
            0;
    }


    .gmy-enquiry-wrap {
        display: block;

        width:
            calc(100% - 34px);
    }


    /* INTRO */

    .gmy-enquiry-intro {
        min-height: 0;

        padding:
            30px
            25px
            35px;
    }


    .gmy-enquiry-intro-main {
        padding:
            55px
            0
            40px;
    }


    .gmy-enquiry-kicker {
        font-size: 10px;
    }


    .gmy-enquiry-intro-main h2 {
        font-size:
            clamp(
                42px,
                12vw,
                56px
            );

        letter-spacing: -3px;
    }


    .gmy-enquiry-intro-main p {
        font-size: 14px;
    }


    .gmy-enquiry-services {
        grid-template-columns:
            1fr
            1fr;
    }


    .gmy-enquiry-service {
        min-height: 100px;
    }


    .gmy-enquiry-intro-bottom {
        margin-top: 35px;
    }


    /* FORM */

    .gmy-enquiry-form-area {
        padding:
            40px
            25px;
    }


    .gmy-enquiry-form-head {
        margin-bottom: 35px;
    }


    .gmy-enquiry-form-head h3 {
        font-size: 34px;
    }


    .gmy-enquiry-form-head-icon {
        width: 55px;
        height: 55px;

        flex-basis: 55px;
    }


    .gmy-form-row {
        display: block;

        margin-bottom: 0;
    }


    .gmy-form-row
    .gmy-form-field {
        margin-bottom: 23px;
    }


    .gmy-form-field label {
        font-size: 12px;
    }


    .gmy-form-input input,
    .gmy-form-select select,
    .gmy-form-textarea textarea {
        font-size: 14px;
    }


    /* FOOTER */

    .gmy-form-footer {
        display: block;
    }


    .gmy-form-note {
        margin-bottom: 25px;
    }


    .gmy-form-submit {
        width: 100%;

        justify-content: space-between;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media (max-width: 430px) {

    .gmy-enquiry-services {
        display: block;
    }


    .gmy-enquiry-service {
        min-height: 80px;
    }


    .gmy-enquiry-intro-main h2 {
        font-size: 42px;
    }


    .gmy-enquiry-form-area {
        padding:
            35px
            20px;
    }


    .gmy-enquiry-form-head-icon {
        display: none;
    }


    .gmy-enquiry-form-bottom {
        display: block;
    }


    .gmy-enquiry-form-bottom i {
        display: none;
    }


    .gmy-enquiry-form-bottom span {
        display: block;

        margin-top: 5px;
    }

}/* End custom CSS */