/* START Desktop view */
@media (min-width: 1201px) {
    .lx-banner-contact-us {
        position: relative;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
        overflow: hidden;
        background-blend-mode: overlay;
        background-color: #157f8b;
        background-image:
            radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 35%),
            radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
            radial-gradient(circle at center center, #1eb1c2 0%, #157f8b 70%, #0f6470 100%);
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding: 6rem 0 7rem 0;
        isolation: isolate;
    }

    .lx-banner-contact-us::before,
    .lx-banner-contact-us::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(60px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-banner-contact-us::before {
        top: -120px;
        left: -80px;
        width: 340px;
        height: 340px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
        animation: lxContactOrbA 14s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-contact-us::after {
        bottom: -140px;
        right: -100px;
        width: 380px;
        height: 380px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.45), transparent 70%);
        animation: lxContactOrbB 18s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-contact-us-title {
        position: relative;
        z-index: 1;
    }

    .lx-banner-contact-us-title .contact-us-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 800;
        text-align: center;
        margin: 5rem 0 0;
        font-size: 3.2rem;
        letter-spacing: -0.02em;
        line-height: 1.1;
        background: linear-gradient(
            110deg,
            #ffffff 0%,
            #eaf9fb 30%,
            #ffffff 42%,
            #d5f6fa 50%,
            #ffffff 58%,
            #eaf9fb 70%,
            #ffffff 100%
        );
        background-size: 300% auto;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lxContactTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    }

    .lx-banner-contact-us-title .contact-us-subtitle {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        text-align: center;
        color: #f0f6f8;
        font-size: 1.1rem;
        font-weight: 400;
        margin: 1.25rem auto 0;
        max-width: 760px;
        letter-spacing: 0.01em;
        opacity: 0.95;
    }

    .enquiry-content {
        padding: 2rem 2rem 0;
    }

    .lx-enquiry.container {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }

    .enquiry-content .lx-enquiry-form {
        background-color: #ffffff;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 1rem;
        margin-top: 2rem;
        margin-bottom: 3rem;
        padding-bottom: 1rem;
    }

    .enquiry-content .lx-enquiry-form .lx-enquiry-form-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        padding-top: 3rem;
        margin: 0;
        color: #000000;
    }

    .enquiry-content .lx-enquiry-form .lx-enquiry-description {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.9rem;
        font-weight: 400;
        text-align: center;
        line-height: 1.5;
        margin: 1rem 4rem 0;
        color: #5d5c5c;
    }

    .lx-enquiry-info {
        background-color: #f2f4f8;
        border: 1px solid rgba(25, 156, 170, 0.06);
        border-radius: 0.6rem;
        padding: 1.3rem 1.25rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        margin-top: 1.8rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        position: relative;
        overflow: hidden;
        isolation: isolate;
        transition: transform 0.4s cubic-bezier(0.22,1,0.36,1),
                    box-shadow 0.4s ease,
                    background-color 0.4s ease,
                    border-color 0.4s ease;
    }

    .lx-enquiry-info::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.18) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        transition: width 0.7s cubic-bezier(0.22,1,0.36,1), height 0.7s cubic-bezier(0.22,1,0.36,1);
        pointer-events: none;
        z-index: 0;
    }

    .lx-enquiry-info::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 60%;
        height: 100%;
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.45) 50%,
            rgba(255, 255, 255, 0) 100%
        );
        transform: skewX(-22deg);
        transition: left 0.8s ease;
        pointer-events: none;
        z-index: 1;
    }

    .lx-enquiry-info:hover {
        transform: translateY(-6px);
        background-color: #ffffff;
        border-color: rgba(25, 156, 170, 0.22);
        box-shadow: 0 20px 40px -15px rgba(21, 127, 139, 0.28),
                    0 8px 20px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(30, 177, 194, 0.08);
        animation: lxContactCardPulse 2.4s ease-in-out infinite;
    }

    .lx-enquiry-info:hover::before {
        width: 420px;
        height: 420px;
    }

    .lx-enquiry-info:hover::after {
        left: 140%;
    }

    .lx-enquiry-info > .row {
        position: relative;
        z-index: 2;
    }

    .lx-enquiry-info i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
        height: 3rem;
        font-size: 1.4rem;
        color: #ffffff;
        background-color: #1eb1c2;
        background-image: linear-gradient(135deg, #1eb1c2 0%, #157f8b 100%);
        border-radius: 0.6rem;
        position: relative;
        transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
    }

    .lx-enquiry-info:hover i {
        transform: scale(1.08) rotate(-4deg);
        box-shadow: 0 8px 20px -4px rgba(30, 177, 194, 0.55);
    }

    .lx-enquiry-info .row > div + div {
        padding-left: 2rem;
    }

    .lx-enquiry-info .lx-enquiry-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0;
        color: #000000;
        display: contents;
    }

    .lx-enquiry-info a {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        display: block;
        font-size: 1rem;
        text-decoration: none;
        font-weight: 500;
        color: #199caa;
        transition: color 0.3s ease, letter-spacing 0.3s ease;
    }

    .lx-enquiry-info:hover a {
        color: #157f8b;
        letter-spacing: 0.015em;
    }

    .lx-enquiry-info .lx-enquiries-address {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        display: block;
        margin-top: 0.2rem;
        font-size: 1rem;
        color: #000000;
        font-weight: 400;
        line-height: 1.5;
        font-style: normal;
    }

    .lx-enquiry-info .lx-registered-address {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        margin: 1rem 0 0.2rem;
    }

    .lx-map-wrapper {
        border-radius: 1rem;
        overflow: hidden;
        margin: 2rem 0rem 2rem 0rem;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        position: relative;
        transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
    }

    .lx-map-wrapper::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 1rem;
        box-shadow: inset 0 0 0 1px rgba(30, 177, 194, 0);
        transition: box-shadow 0.4s ease;
        pointer-events: none;
        z-index: 2;
    }

    .lx-map-wrapper:hover {
        transform: translateY(-4px);
        box-shadow: 0 20px 40px -15px rgba(21, 127, 139, 0.3), 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .lx-map-wrapper:hover::after {
        box-shadow: inset 0 0 0 2px rgba(30, 177, 194, 0.35);
    }
}
/* END Desktop view */

/* START Tablet view */
@media (min-width: 768px) and (max-width: 1200px) {
    .lx-banner-contact-us {
        position: relative;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
        overflow: hidden;
        background-blend-mode: overlay;
        background-color: #157f8b;
        background-image:
            radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 35%),
            radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
            radial-gradient(circle at center center, #1eb1c2 0%, #157f8b 70%, #0f6470 100%);
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding: 6rem 0 8rem 0;
        isolation: isolate;
    }

    .lx-banner-contact-us::before,
    .lx-banner-contact-us::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(60px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-banner-contact-us::before {
        top: -100px;
        left: -60px;
        width: 280px;
        height: 280px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
        animation: lxContactOrbA 15s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-contact-us::after {
        bottom: -120px;
        right: -80px;
        width: 320px;
        height: 320px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.45), transparent 70%);
        animation: lxContactOrbB 19s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-contact-us-title {
        position: relative;
        z-index: 1;
    }

    .lx-banner-contact-us-title .contact-us-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 800;
        text-align: center;
        margin: 2rem 1.25rem 0;
        font-size: 2.2rem;
        letter-spacing: -0.02em;
        line-height: 1.1;
        background: linear-gradient(
            110deg,
            #ffffff 0%,
            #eaf9fb 30%,
            #ffffff 42%,
            #d5f6fa 50%,
            #ffffff 58%,
            #eaf9fb 70%,
            #ffffff 100%
        );
        background-size: 300% auto;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lxContactTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    }

    .lx-banner-contact-us-title .contact-us-subtitle {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        text-align: center;
        color: #f0f6f8;
        font-size: 1rem;
        font-weight: 400;
        margin: 1rem auto 0;
        max-width: 600px;
        letter-spacing: 0.01em;
        opacity: 0.95;
    }

    .enquiry-content {
        padding: 2.5rem 1.5rem;
    }

    .lx-enquiry.container {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 1.5rem;
        margin-bottom: 3rem;
    }

    .enquiry-content .lx-enquiry-form {
        background-color: #ffffff;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 2.5rem;
        padding-bottom: 1rem;
    }

    .enquiry-content .lx-enquiry-form .lx-enquiry-form-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
        padding-top: 2.5rem;
        margin: 0;
        color: #000000;
    }

    .enquiry-content .lx-enquiry-form .lx-enquiry-description {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.9rem;
        font-weight: 400;
        text-align: center;
        line-height: 1.5;
        margin: 1rem 2.5rem 0;
        color: #5d5c5c;
    }

    .lx-enquiry-info {
        background-color: #f2f4f8;
        border: 1px solid rgba(25, 156, 170, 0.06);
        border-radius: 0.6rem;
        padding: 1.2rem 1.1rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        margin-top: 1.5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        position: relative;
        overflow: hidden;
        isolation: isolate;
        transition: transform 0.4s cubic-bezier(0.22,1,0.36,1),
                    box-shadow 0.4s ease,
                    background-color 0.4s ease,
                    border-color 0.4s ease;
    }

    .lx-enquiry-info::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.18) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        transition: width 0.7s cubic-bezier(0.22,1,0.36,1), height 0.7s cubic-bezier(0.22,1,0.36,1);
        pointer-events: none;
        z-index: 0;
    }

    .lx-enquiry-info::after {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 60%;
        height: 100%;
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%
        );
        transform: skewX(-22deg);
        transition: left 0.8s ease;
        pointer-events: none;
        z-index: 1;
    }

    .lx-enquiry-info:hover {
        transform: translateY(-5px);
        background-color: #ffffff;
        border-color: rgba(25, 156, 170, 0.22);
        box-shadow: 0 18px 34px -14px rgba(21, 127, 139, 0.28),
                    0 6px 16px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(30, 177, 194, 0.08);
        animation: lxContactCardPulse 2.4s ease-in-out infinite;
    }

    .lx-enquiry-info:hover::before {
        width: 360px;
        height: 360px;
    }

    .lx-enquiry-info:hover::after {
        left: 140%;
    }

    .lx-enquiry-info > .row {
        position: relative;
        z-index: 2;
    }

    .lx-enquiry-info i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.8rem;
        height: 2.8rem;
        font-size: 1.3rem;
        color: #ffffff;
        background-color: #1eb1c2;
        background-image: linear-gradient(135deg, #1eb1c2 0%, #157f8b 100%);
        border-radius: 0.6rem;
        position: relative;
        transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
    }

    .lx-enquiry-info:hover i {
        transform: scale(1.08) rotate(-4deg);
        box-shadow: 0 8px 20px -4px rgba(30, 177, 194, 0.55);
    }

    .lx-enquiry-info .row > div + div {
        padding-left: 1.5rem;
    }

    .lx-enquiry-info .lx-enquiry-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
        color: #000000;
        display: contents;
    }

    .lx-enquiry-info a {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        display: block;
        font-size: 0.95rem;
        text-decoration: none;
        font-weight: 500;
        color: #199caa;
        transition: color 0.3s ease, letter-spacing 0.3s ease;
    }

    .lx-enquiry-info:hover a {
        color: #157f8b;
        letter-spacing: 0.015em;
    }

    .lx-enquiry-info .lx-enquiries-address {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        display: block;
        margin-top: 0.2rem;
        font-size: 0.95rem;
        color: #000000;
        font-weight: 400;
        line-height: 1.5;
        font-style: normal;
    }

    .lx-enquiry-info .lx-registered-address {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.05rem;
        font-weight: 600;
        margin: 1rem 0 0.2rem;
    }

    .lx-map-wrapper {
        border-radius: 1rem;
        overflow: hidden;
        margin: 1.5rem 0;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        position: relative;
        transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
    }

    .lx-map-wrapper::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 1rem;
        box-shadow: inset 0 0 0 1px rgba(30, 177, 194, 0);
        transition: box-shadow 0.4s ease;
        pointer-events: none;
        z-index: 2;
    }

    .lx-map-wrapper:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 34px -14px rgba(21, 127, 139, 0.28), 0 6px 16px rgba(0, 0, 0, 0.08);
    }

    .lx-map-wrapper:hover::after {
        box-shadow: inset 0 0 0 2px rgba(30, 177, 194, 0.35);
    }
}
/* END Tablet view */

/* START Mobile view */
@media (max-width: 767px) {
    .lx-banner-contact-us {
        position: relative;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        overflow: hidden;
        background-blend-mode: overlay;
        background-color: #157f8b;
        background-image:
            radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 35%),
            radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
            radial-gradient(circle at center center, #1eb1c2 0%, #157f8b 70%, #0f6470 100%);
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding: 3rem 0 4rem 0;
        isolation: isolate;
    }

    .lx-banner-contact-us::before,
    .lx-banner-contact-us::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(50px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-banner-contact-us::before {
        top: -80px;
        left: -50px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
        animation: lxContactOrbA 16s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-contact-us::after {
        bottom: -90px;
        right: -60px;
        width: 220px;
        height: 220px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.45), transparent 70%);
        animation: lxContactOrbB 20s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-contact-us-title {
        position: relative;
        z-index: 1;
    }

    .lx-banner-contact-us-title .contact-us-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 800;
        text-align: center;
        margin: 2.5rem 0 0;
        font-size: 2rem;
        letter-spacing: -0.02em;
        line-height: 1.15;
        background: linear-gradient(
            110deg,
            #ffffff 0%,
            #eaf9fb 30%,
            #ffffff 42%,
            #d5f6fa 50%,
            #ffffff 58%,
            #eaf9fb 70%,
            #ffffff 100%
        );
        background-size: 300% auto;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lxContactTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    }

    .lx-banner-contact-us-title .contact-us-subtitle {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        text-align: center;
        color: #f0f6f8;
        font-size: 0.9rem;
        font-weight: 400;
        margin: 0.85rem auto 0;
        max-width: 480px;
        padding: 0 0.5rem;
        letter-spacing: 0.01em;
        opacity: 0.95;
    }

    .enquiry-content {
        padding: 2rem 0.5rem;
    }

    .lx-enquiry.container {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }

    .enquiry-content .lx-enquiry-form {
        background-color: #ffffff;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 1rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
    }

    .enquiry-content .lx-enquiry-form .lx-enquiry-form-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        padding-top: 2rem;
        margin: 0;
        color: #000000;
    }

    .enquiry-content .lx-enquiry-form .lx-enquiry-description {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.85rem;
        font-weight: 400;
        text-align: center;
        line-height: 1.5;
        margin: 0.8rem 1.25rem 0;
        color: #5d5c5c;
    }

    .lx-enquiry-info {
        background-color: #f2f4f8;
        border: 1px solid rgba(25, 156, 170, 0.06);
        border-radius: 0.6rem;
        padding: 1rem;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        margin-top: 1rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        position: relative;
        overflow: hidden;
        isolation: isolate;
        transition: transform 0.4s cubic-bezier(0.22,1,0.36,1),
                    box-shadow 0.4s ease,
                    background-color 0.4s ease,
                    border-color 0.4s ease;
    }

    .lx-enquiry-info::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.18) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        transition: width 0.7s cubic-bezier(0.22,1,0.36,1), height 0.7s cubic-bezier(0.22,1,0.36,1);
        pointer-events: none;
        z-index: 0;
    }

    .lx-enquiry-info:active {
        transform: translateY(-4px);
        background-color: #ffffff;
        border-color: rgba(25, 156, 170, 0.22);
        box-shadow: 0 12px 24px -10px rgba(21, 127, 139, 0.28),
                    0 0 0 1px rgba(30, 177, 194, 0.08);
    }

    .lx-enquiry-info:active::before {
        width: 280px;
        height: 280px;
    }

    .lx-enquiry-info > .row {
        position: relative;
        z-index: 2;
    }

    .lx-enquiry-info .row {
        display: flex;
        align-items: flex-start;
    }

    .lx-enquiry-info i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.6rem;
        height: 2.6rem;
        font-size: 1.2rem;
        color: #ffffff;
        background-color: #1eb1c2;
        background-image: linear-gradient(135deg, #1eb1c2 0%, #157f8b 100%);
        border-radius: 0.5rem;
        transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
    }

    .lx-enquiry-info:active i {
        transform: scale(1.06) rotate(-3deg);
        box-shadow: 0 6px 16px -4px rgba(30, 177, 194, 0.5);
    }

    .lx-enquiry-info .row > div + div {
        padding-left: 2.5rem;
    }

    .lx-enquiry-info .lx-enquiry-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        margin: 0;
        color: #000000;
        display: contents;
    }

    .lx-enquiry-info a {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        display: block;
        font-size: 0.9rem;
        text-decoration: none;
        font-weight: 500;
        color: #199caa;
        transition: color 0.3s ease;
    }

    .lx-enquiry-info:active a {
        color: #157f8b;
    }

    .lx-enquiry-info .lx-enquiries-address {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        display: block;
        margin-top: 0.2rem;
        font-size: 0.9rem;
        color: #000000;
        font-weight: 400;
        line-height: 1.5;
        font-style: normal;
    }

    .lx-enquiry-info .lx-registered-address {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        margin: 0.8rem 0 0.2rem;
    }

    .lx-map-wrapper {
        border-radius: 1rem;
        overflow: hidden;
        margin: 1.25rem 0;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
        position: relative;
        transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
    }

    .lx-map-wrapper:active {
        transform: translateY(-3px);
        box-shadow: 0 12px 24px -10px rgba(21, 127, 139, 0.28);
    }
}
/* END Mobile view */

/* ============================================================
   Animations & scroll-triggered reveals (all viewports)
   ============================================================ */

@keyframes lxContactTitleShimmer {
    0%   { background-position: 150% center; }
    100% { background-position: -150% center; }
}

@keyframes lxContactOrbA {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(60px, 40px) scale(1.15); }
}

@keyframes lxContactOrbB {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(-70px, -40px) scale(1.18); }
}

@keyframes lxContactFadeInUp {
    from { opacity: 0; transform: translateY(45px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Futuristic pulse effect for hovered info cards */
@keyframes lxContactCardPulse {
    0%, 100% {
        box-shadow: 0 20px 40px -15px rgba(21, 127, 139, 0.28),
                    0 8px 20px rgba(0, 0, 0, 0.06),
                    0 0 0 1px rgba(30, 177, 194, 0.08),
                    0 0 0 0 rgba(31, 192, 208, 0.45);
    }
    50% {
        box-shadow: 0 20px 40px -15px rgba(21, 127, 139, 0.32),
                    0 8px 20px rgba(0, 0, 0, 0.08),
                    0 0 0 1px rgba(30, 177, 194, 0.18),
                    0 0 0 12px rgba(31, 192, 208, 0);
    }
}

/* Banner load-in — fire immediately with staggered delay */
.contact-us .anim-banner-1,
.contact-us .anim-banner-2 {
    opacity: 0;
}
.contact-us .anim-banner-1 { animation: lxContactFadeInUp 1.4s cubic-bezier(0.22,1,0.36,1) 0.15s both; }
.contact-us .anim-banner-2 { animation: lxContactFadeInUp 1.4s cubic-bezier(0.22,1,0.36,1) 0.45s both; }

/* Scroll-triggered base states — scoped to contact-us pages */
.contact-us-page .anim-up,
.contact-us-page .anim-left,
.contact-us-page .anim-right,
.contact-us-page .anim-scale {
    opacity: 0;
    transition: opacity 1.1s cubic-bezier(0.22,1,0.36,1),
                transform 1.1s cubic-bezier(0.22,1,0.36,1);
    will-change: opacity, transform;
}
.contact-us-page .anim-up    { transform: translateY(38px); }
.contact-us-page .anim-left  { transform: translateX(-42px); }
.contact-us-page .anim-right { transform: translateX(42px); }
.contact-us-page .anim-scale { transform: scale(0.94); }

.contact-us-page .anim-d1 { transition-delay: 0.15s; }
.contact-us-page .anim-d2 { transition-delay: 0.30s; }
.contact-us-page .anim-d3 { transition-delay: 0.45s; }
.contact-us-page .anim-d4 { transition-delay: 0.60s; }

.contact-us-page .anim-up.is-visible,
.contact-us-page .anim-left.is-visible,
.contact-us-page .anim-right.is-visible,
.contact-us-page .anim-scale.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .contact-us .anim-banner-1,
    .contact-us .anim-banner-2 {
        animation: none;
        opacity: 1;
    }
    .contact-us-page .anim-up,
    .contact-us-page .anim-left,
    .contact-us-page .anim-right,
    .contact-us-page .anim-scale {
        transition: none;
        opacity: 1;
        transform: none;
    }
    .lx-banner-contact-us::before,
    .lx-banner-contact-us::after,
    .lx-banner-contact-us-title .contact-us-title,
    .lx-enquiry-info:hover {
        animation: none !important;
    }
}