.elementor-469 .elementor-element.elementor-element-7c70e683:not(.elementor-motion-effects-element-type-background), .elementor-469 .elementor-element.elementor-element-7c70e683 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://xioline.com/wp-content/uploads/2026/06/Untitled-design-2026-06-21T110219.709.png");background-position:0px 8px;background-repeat:no-repeat;background-size:cover;}.elementor-469 .elementor-element.elementor-element-7c70e683 > .elementor-container{min-height:61vh;}.elementor-469 .elementor-element.elementor-element-7c70e683{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-469 .elementor-element.elementor-element-7c70e683 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-469 .elementor-element.elementor-element-7eb145ef .elementor-icon-list-icon i{color:var( --e-global-color-e0dbc55 );transition:color 0.3s;}.elementor-469 .elementor-element.elementor-element-7eb145ef .elementor-icon-list-icon svg{fill:var( --e-global-color-e0dbc55 );transition:fill 0.3s;}.elementor-469 .elementor-element.elementor-element-7eb145ef{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-469 .elementor-element.elementor-element-7eb145ef .elementor-icon-list-text{color:var( --e-global-color-e0dbc55 );transition:color 0.3s;}.elementor-469 .elementor-element.elementor-element-7eb145ef .elementor-icon-list-item:hover .elementor-icon-list-text{color:var( --e-global-color-c542f99 );}.elementor-469 .elementor-element.elementor-element-77e7613c{text-align:center;}.elementor-469 .elementor-element.elementor-element-77e7613c .elementor-heading-title{color:var( --e-global-color-e0dbc55 );}.elementor-469 .elementor-element.elementor-element-305894f0{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}@media(min-width:1025px){.elementor-469 .elementor-element.elementor-element-7c70e683:not(.elementor-motion-effects-element-type-background), .elementor-469 .elementor-element.elementor-element-7c70e683 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-469 .elementor-element.elementor-element-7c70e683:not(.elementor-motion-effects-element-type-background), .elementor-469 .elementor-element.elementor-element-7c70e683 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:0px 0px;}}@media(max-width:767px){.elementor-469 .elementor-element.elementor-element-7c70e683 > .elementor-container{min-height:60vh;}.elementor-469 .elementor-element.elementor-element-7c70e683:not(.elementor-motion-effects-element-type-background), .elementor-469 .elementor-element.elementor-element-7c70e683 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-195px 0px;}.elementor-469 .elementor-element.elementor-element-305894f0{--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for section, class: .elementor-element-7c70e683 *//* =====================================================
   XIOLINE PREMIUM CONTACT HERO
   Main section class: xioline-contact-hero
   Colours used: Black, White and Grey only
===================================================== */

.xioline-contact-hero {
    position: relative;
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;

    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

/* Main black luxury overlay */
.xioline-contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;

    background:
        radial-gradient(
            circle at center,
            rgba(17, 17, 17, 0.42) 0%,
            rgba(17, 17, 17, 0.66) 55%,
            rgba(0, 0, 0, 0.88) 100%
        ),
        linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.76) 0%,
            rgba(17, 17, 17, 0.48) 50%,
            rgba(0, 0, 0, 0.76) 100%
        );
}

/* Soft centre glow */
.xioline-contact-hero::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 360px;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    filter: blur(90px);
}

/* Elementor section container */
.xioline-contact-hero > .elementor-container,
.xioline-contact-hero > .e-con-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Elementor column */
.xioline-contact-hero .elementor-column {
    width: 100%;
}

/* Main premium content panel */
.xioline-contact-hero .elementor-widget-wrap {
    position: relative;

    width: calc(100% - 40px);
    max-width: 960px;
    min-height: 310px;

    margin: 0 auto;
    padding: 52px 70px 58px !important;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            rgba(17, 17, 17, 0.78),
            rgba(0, 0, 0, 0.88)
        );

    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 34px;

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 0 -1px 0 rgba(255, 255, 255, 0.05);

    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
}

/* Fine inner border */
.xioline-contact-hero .elementor-widget-wrap::before {
    content: "";
    position: absolute;
    inset: 10px;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;

    pointer-events: none;
}

/* Centre highlight line */
.xioline-contact-hero .elementor-widget-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;

    width: 58%;
    height: 1px;

    transform: translateX(-50%);

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.9),
        transparent
    );

    box-shadow: 0 0 18px rgba(255, 255, 255, 0.38);
}

/* Remove Elementor default widget spacing */
.xioline-contact-hero .elementor-widget {
    margin-bottom: 0 !important;
}

/* =====================================================
   BREADCRUMB
===================================================== */

.xioline-contact-hero .elementor-widget-icon-list {
    position: relative;
    margin-bottom: 24px !important;
    z-index: 2;
}

.xioline-contact-hero .elementor-icon-list-items {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;

    gap: 20px;
}

.xioline-contact-hero .elementor-icon-list-item {
    margin: 0 !important;
    padding: 0 !important;
}

/* Breadcrumb text */
.xioline-contact-hero .elementor-icon-list-text {
    color: #FFFFFF !important;

    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.4;

    letter-spacing: 4px;
    text-transform: uppercase;

    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
}

/* Breadcrumb arrow/icon */
.xioline-contact-hero .elementor-icon-list-icon {
    color: #FFFFFF !important;
}

.xioline-contact-hero .elementor-icon-list-icon i {
    color: #FFFFFF !important;
    font-size: 10px !important;
}

.xioline-contact-hero .elementor-icon-list-icon svg {
    width: 10px !important;
    height: 10px !important;

    fill: #FFFFFF !important;
    color: #FFFFFF !important;
}

/* =====================================================
   HEADING AREA
===================================================== */

.xioline-contact-hero .elementor-widget-heading {
    position: relative;
    width: 100%;

    padding-top: 34px;
    padding-bottom: 32px;

    z-index: 2;
}

/* Top decorative line */
.xioline-contact-hero .elementor-widget-heading::before {
    content: "✦";

    position: absolute;
    top: 0;
    left: 50%;

    width: 270px;
    transform: translateX(-50%);

    color: #FFFFFF;

    font-size: 12px;
    line-height: 20px;
    text-align: center;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.7)
        )
        left center / 105px 1px no-repeat,

        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.7),
            transparent
        )
        right center / 105px 1px no-repeat;
}

/* Bottom decorative line */
.xioline-contact-hero .elementor-widget-heading::after {
    content: "◆";

    position: absolute;
    bottom: 0;
    left: 50%;

    width: 340px;
    transform: translateX(-50%);

    color: #FFFFFF;

    font-size: 7px;
    line-height: 14px;
    text-align: center;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.7)
        )
        left center / 145px 1px no-repeat,

        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.7),
            transparent
        )
        right center / 145px 1px no-repeat;
}

/* Main Contact Us heading */
.xioline-contact-hero .elementor-heading-title {
    margin: 0 !important;

    color: #FFFFFF !important;

    font-family:
        "Cormorant Garamond",
        "Playfair Display",
        Georgia,
        serif !important;

    font-size: clamp(60px, 7vw, 104px) !important;
    font-weight: 400 !important;
    line-height: 0.95 !important;

    letter-spacing: -2px;
    text-transform: none;

    text-shadow:
        0 4px 22px rgba(0, 0, 0, 0.75),
        0 0 35px rgba(255, 255, 255, 0.08);
}

/* Optional subtle shine on heading */
.xioline-contact-hero .elementor-heading-title {
    background: linear-gradient(
        180deg,
        #FFFFFF 0%,
        #F5F5F5 55%,
        #D9D9D9 100%
    );

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
}

/* =====================================================
   OPTIONAL XIOLINE-STYLE CORNER DETAILS
===================================================== */

.xioline-contact-hero .elementor-column::before,
.xioline-contact-hero .elementor-column::after {
    content: "";
    position: absolute;

    width: 70px;
    height: 70px;

    z-index: 4;
    pointer-events: none;
}

/* Top-left corner */
.xioline-contact-hero .elementor-column::before {
    top: 18px;
    left: calc(50% - 462px);

    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);

    border-radius: 24px 0 0 0;
}

/* Bottom-right corner */
.xioline-contact-hero .elementor-column::after {
    right: calc(50% - 462px);
    bottom: 18px;

    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);

    border-radius: 0 0 24px 0;
}

/* =====================================================
   HOVER EFFECT
===================================================== */

.xioline-contact-hero .elementor-widget-wrap {
    transition:
        transform 0.4s ease,
        border-color 0.4s ease,
        box-shadow 0.4s ease;
}

.xioline-contact-hero .elementor-widget-wrap:hover {
    transform: translateY(-4px);

    border-color: rgba(255, 255, 255, 0.62);

    box-shadow:
        0 38px 95px rgba(0, 0, 0, 0.58),
        0 0 0 1px rgba(255, 255, 255, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

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

@media screen and (max-width: 1024px) {

    .xioline-contact-hero {
        min-height: 450px;
    }

    .xioline-contact-hero .elementor-widget-wrap {
        width: calc(100% - 50px);
        max-width: 780px;
        min-height: 290px;

        padding: 48px 48px 52px !important;

        border-radius: 30px;
    }

    .xioline-contact-hero .elementor-widget-wrap::before {
        border-radius: 22px;
    }

    .xioline-contact-hero .elementor-heading-title {
        font-size: 74px !important;
    }

    .xioline-contact-hero .elementor-column::before {
        left: calc(50% - 370px);
    }

    .xioline-contact-hero .elementor-column::after {
        right: calc(50% - 370px);
    }
}

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

@media screen and (max-width: 767px) {

    .xioline-contact-hero {
        min-height: 390px;

        background-position: center center !important;
    }

    .xioline-contact-hero::after {
        width: 320px;
        height: 240px;

        filter: blur(55px);
    }

    .xioline-contact-hero .elementor-widget-wrap {
        width: calc(100% - 30px);
        min-height: 260px;

        padding: 40px 20px 44px !important;

        border-radius: 24px;

        backdrop-filter: blur(9px);
        -webkit-backdrop-filter: blur(9px);
    }

    .xioline-contact-hero .elementor-widget-wrap::before {
        inset: 7px;
        border-radius: 18px;
    }

    .xioline-contact-hero .elementor-widget-wrap::after {
        width: 65%;
    }

    .xioline-contact-hero .elementor-icon-list-items {
        gap: 10px;
    }

    .xioline-contact-hero .elementor-icon-list-text {
        font-size: 10px !important;
        letter-spacing: 2px;
    }

    .xioline-contact-hero .elementor-icon-list-icon i {
        font-size: 8px !important;
    }

    .xioline-contact-hero .elementor-widget-icon-list {
        margin-bottom: 20px !important;
    }

    .xioline-contact-hero .elementor-widget-heading {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .xioline-contact-hero .elementor-heading-title {
        font-size: 48px !important;
        line-height: 1 !important;
        letter-spacing: -1px;
    }

    .xioline-contact-hero .elementor-widget-heading::before {
        width: 190px;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(255, 255, 255, 0.65)
            )
            left center / 70px 1px no-repeat,

            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.65),
                transparent
            )
            right center / 70px 1px no-repeat;
    }

    .xioline-contact-hero .elementor-widget-heading::after {
        width: 230px;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(255, 255, 255, 0.65)
            )
            left center / 92px 1px no-repeat,

            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.65),
                transparent
            )
            right center / 92px 1px no-repeat;
    }

    /* Hide large outer corner lines on mobile */
    .xioline-contact-hero .elementor-column::before,
    .xioline-contact-hero .elementor-column::after {
        display: none;
    }

    .xioline-contact-hero .elementor-widget-wrap:hover {
        transform: none;
    }
}

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

@media screen and (max-width: 420px) {

    .xioline-contact-hero {
        min-height: 360px;
    }

    .xioline-contact-hero .elementor-widget-wrap {
        width: calc(100% - 22px);
        padding: 36px 15px 40px !important;
    }

    .xioline-contact-hero .elementor-heading-title {
        font-size: 42px !important;
    }

    .xioline-contact-hero .elementor-icon-list-text {
        font-size: 9px !important;
        letter-spacing: 1.5px;
    }

    .xioline-contact-hero .elementor-widget-heading::after {
        width: 200px;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(255, 255, 255, 0.65)
            )
            left center / 78px 1px no-repeat,

            linear-gradient(
                90deg,
                rgba(255, 255, 255, 0.65),
                transparent
            )
            right center / 78px 1px no-repeat;
    }
}





/* ==================================================
   XIOLINE CONTACT HERO – MOBILE ADJUSTMENT
================================================== */

@media only screen and (max-width: 767px) {

    .xioline-contact-hero {
        min-height: 430px !important;
        height: auto !important;

        display: flex !important;
        align-items: center !important;

        padding: 82px 10px 30px !important;

        background-position: center center !important;
        background-size: cover !important;
    }

    .xioline-contact-hero > .elementor-container,
    .xioline-contact-hero > .e-con-inner {
        min-height: 0 !important;
        height: auto !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Smaller glass content panel */
    .xioline-contact-hero .elementor-widget-wrap {
        width: calc(100% - 16px) !important;
        max-width: 360px !important;

        min-height: 235px !important;
        height: auto !important;

        margin: 0 auto !important;
        padding: 30px 18px 32px !important;

        border-radius: 22px !important;
    }

    .xioline-contact-hero .elementor-widget-wrap::before {
        inset: 7px !important;
        border-radius: 16px !important;
    }

    /* Breadcrumb */
    .xioline-contact-hero .elementor-widget-icon-list {
        width: 100% !important;
        margin-bottom: 18px !important;
    }

    .xioline-contact-hero .elementor-icon-list-items {
        width: 100% !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-wrap: wrap !important;

        gap: 6px 9px !important;
    }

    .xioline-contact-hero .elementor-icon-list-text {
        max-width: 240px !important;

        font-size: 8px !important;
        line-height: 1.45 !important;
        letter-spacing: 1.4px !important;

        text-align: center !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
    }

    .xioline-contact-hero .elementor-icon-list-icon i,
    .xioline-contact-hero .elementor-icon-list-icon svg {
        font-size: 7px !important;
        width: 7px !important;
        height: 7px !important;
    }

    /* Heading area */
    .xioline-contact-hero .elementor-widget-heading {
        padding-top: 25px !important;
        padding-bottom: 24px !important;
    }

    .xioline-contact-hero .elementor-heading-title {
        max-width: 290px !important;
        margin: 0 auto !important;

        font-size: 37px !important;
        line-height: 1.08 !important;
        letter-spacing: -0.6px !important;

        text-align: center !important;
        overflow-wrap: anywhere !important;
    }

    /* Shorter decorative lines */
    .xioline-contact-hero .elementor-widget-heading::before {
        width: 160px !important;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(255,255,255,0.68)
            ) left center / 58px 1px no-repeat,

            linear-gradient(
                90deg,
                rgba(255,255,255,0.68),
                transparent
            ) right center / 58px 1px no-repeat !important;
    }

    .xioline-contact-hero .elementor-widget-heading::after {
        width: 180px !important;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(255,255,255,0.68)
            ) left center / 70px 1px no-repeat,

            linear-gradient(
                90deg,
                rgba(255,255,255,0.68),
                transparent
            ) right center / 70px 1px no-repeat !important;
    }
}

/* Extra-small mobile */
@media only screen and (max-width: 420px) {

    .xioline-contact-hero {
        min-height: 400px !important;
        padding-top: 75px !important;
        padding-bottom: 24px !important;
    }

    .xioline-contact-hero .elementor-widget-wrap {
        max-width: 335px !important;
        min-height: 220px !important;

        padding: 27px 14px 29px !important;
    }

    .xioline-contact-hero .elementor-heading-title {
        max-width: 265px !important;
        font-size: 33px !important;
        line-height: 1.08 !important;
    }

    .xioline-contact-hero .elementor-icon-list-text {
        max-width: 215px !important;
        font-size: 7px !important;
        letter-spacing: 1.1px !important;
    }
}/* End custom CSS */