.elementor-3106 .elementor-element.elementor-element-3b664a4{--display:flex;--margin-top:150px;--margin-bottom:0px;--margin-left:10px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3106 .elementor-element.elementor-element-fab72ba{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3106 .elementor-element.elementor-element-7f29dce{--display:flex;}.elementor-3106 .elementor-element.elementor-element-cd1e8ab iframe{height:600px;filter:brightness( 99% ) contrast( 99% ) saturate( 100% ) blur( 0px ) hue-rotate( 15deg );}/* Start custom CSS for text-editor, class: .elementor-element-683f7ac *//* =====================================================
   SKILLZONE CONTACT PAGE
===================================================== */

.szcontact-page {

    --sz-blue: #277bb7;
    --sz-black: #050505;
    --sz-text: #626c73;
    --sz-light: #f4f8fb;
    --sz-border: #e1e8ed;

    position: relative;

    width: 100vw;
    max-width: 100vw;

    left: 50%;
    margin-left: -50vw;

    overflow: hidden;
}


.szcontact-page *,
.szcontact-page *::before,
.szcontact-page *::after {
    box-sizing: border-box;
}


.szcontact-container {

    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    padding-left: 25px;
    padding-right: 25px;
}


/* =========================================
   GLOBAL
========================================= */

.szcontact-eyebrow {

    display: inline-block;

    margin-bottom: 13px;

    color: var(--sz-blue);

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 2.3px;

    text-transform: uppercase;
}


.szcontact-btn {

    display: inline-flex;

    min-height: 52px;

    padding: 0 27px;

    align-items: center;
    justify-content: center;

    border-radius: 7px;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: .3s ease;
}


.szcontact-btn-primary {

    color: #fff;

    background: var(--sz-blue);

    border: 2px solid var(--sz-blue);
}


.szcontact-btn-primary:hover {

    color: #fff;

    background: #000;

    border-color: #000;
}


.szcontact-btn-outline {

    color: #000;

    background: transparent;

    border: 2px solid #000;
}


.szcontact-btn-outline:hover {

    color: #fff;

    background: #000;
}


.szcontact-btn-white {

    color: var(--sz-blue);

    background: #fff;

    border: 2px solid #fff;
}


.szcontact-btn-black {

    color: #fff;

    background: #000;

    border: 2px solid #000;
}



/* =========================================
   HERO
========================================= */

.szcontact-hero {

    padding: 95px 0;

    background:
        linear-gradient(
            120deg,
            #edf6fc 0%,
            #ffffff 70%
        );
}


.szcontact-hero-grid {

    display: grid;

    grid-template-columns:
        1.05fr .7fr;

    gap: 80px;

    align-items: center;
}


.szcontact-hero h1 {

    max-width: 720px;

    margin: 0 0 20px;

    color: #000;

    font-size:
        clamp(43px,5vw,65px);

    line-height: 1.05;
}


.szcontact-hero-lead {

    max-width: 700px;

    margin: 0 0 29px;

    color: var(--sz-text);

    font-size: 17px;

    line-height: 1.8;
}


.szcontact-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 11px;
}


.szcontact-hero-card {

    padding: 40px;

    color: #fff;

    background: #000;

    border-radius: 15px;

    box-shadow:
        0 20px 50px rgba(0,0,0,.12);
}


.szcontact-hero-card > span {

    display: block;

    margin-bottom: 9px;

    color: #64b5ed;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.szcontact-hero-card h3 {

    margin: 0 0 12px;

    color: #fff;

    font-size: 28px;

    line-height: 1.2;
}


.szcontact-hero-card > p {

    margin: 0 0 28px;

    color: #aeb7be;

    font-size: 13px;

    line-height: 1.75;
}


.szcontact-mini-info {

    display: grid;

    gap: 12px;
}


.szcontact-mini-info > div {

    padding: 14px 0;

    border-top:
        1px solid rgba(255,255,255,.14);
}


.szcontact-mini-info small,
.szcontact-mini-info strong {

    display: block;
}


.szcontact-mini-info small {

    margin-bottom: 5px;

    color: var(--sz-blue);

    font-size: 8px;

    letter-spacing: 1.3px;
}


.szcontact-mini-info strong {

    color: #fff;

    font-size: 13px;
}



/* =========================================
   CONTACT CARDS
========================================= */

.szcontact-info-section {

    padding: 55px 0;

    background: #fff;
}


.szcontact-info-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 15px;
}


.szcontact-info-card {

    position: relative;

    display: block;

    padding: 28px;

    color: inherit;

    background: #fff;

    border:
        1px solid var(--sz-border);

    border-radius: 11px;

    text-decoration: none;

    transition: .3s ease;
}


a.szcontact-info-card:hover {

    transform: translateY(-5px);

    border-color: var(--sz-blue);

    box-shadow:
        0 16px 35px rgba(0,0,0,.06);
}


.szcontact-info-no {

    position: absolute;

    right: 18px;
    top: 13px;

    color:
        rgba(39,123,183,.12);

    font-size: 38px;

    font-weight: 800;
}


.szcontact-info-card small,
.szcontact-info-card strong {

    display: block;
}


.szcontact-info-card small {

    margin-bottom: 12px;

    color: var(--sz-blue);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.szcontact-info-card strong {

    color: #000;

    font-size: 16px;

    line-height: 1.4;
}


.szcontact-info-card p {

    margin: 7px 0 0;

    color: var(--sz-text);

    font-size: 11px;

    line-height: 1.6;
}



/* =========================================
   FORM
========================================= */

.szcontact-form-section {

    padding: 95px 0;

    background: var(--sz-light);
}


.szcontact-form-grid {

    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 75px;

    align-items: start;
}


.szcontact-form-intro h2 {

    margin: 0 0 17px;

    color: #000;

    font-size:
        clamp(34px,4vw,48px);

    line-height: 1.15;
}


.szcontact-form-intro > p {

    margin: 0;

    color: var(--sz-text);

    font-size: 15px;

    line-height: 1.8;
}


.szcontact-form-points {

    display: grid;

    gap: 11px;

    margin: 27px 0;
}


.szcontact-form-points > div {

    display: flex;

    gap: 8px;

    align-items: center;

    color: #000;

    font-size: 13px;

    font-weight: 600;
}


.szcontact-form-points span {
    color: var(--sz-blue);
}


.szcontact-help-box {

    margin-top: 30px;

    padding: 23px;

    color: #fff;

    background: #000;

    border-left:
        4px solid var(--sz-blue);

    border-radius: 8px;
}


.szcontact-help-box small,
.szcontact-help-box strong,
.szcontact-help-box a {

    display: block;
}


.szcontact-help-box small {

    color: #65b5ee;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.4px;
}


.szcontact-help-box strong {

    margin: 5px 0 7px;

    color: #fff;

    font-size: 18px;
}


.szcontact-help-box a {

    color: #fff;

    font-size: 11px;

    text-decoration: none;
}



/* FORM WRAPPER */

.szcontact-form-wrap {

    padding: 38px;

    background: #fff;

    border:
        1px solid var(--sz-border);

    border-radius: 15px;

    box-shadow:
        0 18px 45px rgba(0,0,0,.06);
}


.szcontact-form-heading {

    margin-bottom: 25px;

    padding-bottom: 20px;

    border-bottom:
        1px solid var(--sz-border);
}


.szcontact-form-heading span {

    color: var(--sz-blue);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.5px;
}


.szcontact-form-heading h3 {

    margin: 6px 0;

    color: #000;

    font-size: 27px;
}


.szcontact-form-heading p {

    margin: 0;

    color: var(--sz-text);

    font-size: 12px;
}


/* CONTACT FORM 7 STYLING */

.szcontact-cf7 .wpcf7 {
    margin: 0;
}


.szcontact-cf7 p {
    margin: 0 0 17px;
}


.szcontact-cf7 label {

    color: #222;

    font-size: 12px;

    font-weight: 700;
}


.szcontact-cf7 input[type="text"],
.szcontact-cf7 input[type="email"],
.szcontact-cf7 input[type="tel"],
.szcontact-cf7 input[type="number"],
.szcontact-cf7 input[type="date"],
.szcontact-cf7 select,
.szcontact-cf7 textarea {

    width: 100%;

    margin-top: 7px;

    padding: 13px 14px;

    color: #222;

    background: #f8fafb;

    border:
        1px solid #dce4e9;

    border-radius: 6px;

    outline: none;

    font-size: 13px;

    transition: .25s ease;
}


.szcontact-cf7 input:focus,
.szcontact-cf7 select:focus,
.szcontact-cf7 textarea:focus {

    background: #fff;

    border-color: var(--sz-blue);

    box-shadow:
        0 0 0 3px rgba(39,123,183,.08);
}


.szcontact-cf7 textarea {

    min-height: 130px;

    resize: vertical;
}


.szcontact-cf7 input[type="submit"] {

    width: 100%;

    min-height: 52px;

    padding: 0 25px;

    cursor: pointer;

    color: #fff;

    background: var(--sz-blue);

    border: 0;

    border-radius: 6px;

    font-size: 14px;

    font-weight: 700;

    transition: .3s ease;
}


.szcontact-cf7 input[type="submit"]:hover {
    background: #000;
}


.szcontact-cf7 .wpcf7-spinner {
    margin-top: 10px;
}


.szcontact-cf7 .wpcf7-response-output {

    margin: 18px 0 0 !important;

    padding: 12px !important;

    border-radius: 6px;

    font-size: 12px;
}



/* =========================================
   LOCATION
========================================= */

.szcontact-location-section {

    padding: 95px 0;

    background: #fff;
}


.szcontact-location-grid {

    display: grid;

    grid-template-columns:
        1.15fr .65fr;

    gap: 35px;

    align-items: stretch;
}


.szcontact-location-content {

    padding: 45px;

    background: var(--sz-light);

    border-radius: 14px;
}


.szcontact-location-content h2 {

    max-width: 650px;

    margin: 0 0 16px;

    color: #000;

    font-size:
        clamp(33px,4vw,47px);

    line-height: 1.15;
}


.szcontact-location-content > p {

    max-width: 680px;

    margin: 0 0 28px;

    color: var(--sz-text);

    font-size: 14px;

    line-height: 1.8;
}


.szcontact-address {

    padding: 22px;

    background: #fff;

    border-left:
        4px solid var(--sz-blue);

    border-radius: 8px;
}


.szcontact-address small,
.szcontact-address strong,
.szcontact-address span {

    display: block;
}


.szcontact-address small {

    color: var(--sz-blue);

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.4px;
}


.szcontact-address strong {

    margin: 6px 0;

    color: #000;

    font-size: 15px;
}


.szcontact-address span {

    color: var(--sz-text);

    font-size: 11px;

    line-height: 1.6;
}


.szcontact-location-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 25px;
}


.szcontact-location-side {

    display: flex;
}


.szcontact-location-card {

    width: 100%;

    padding: 40px;

    color: #fff;

    background: var(--sz-blue);

    border-radius: 14px;
}


.szcontact-location-card > span {

    display: block;

    margin-bottom: 20px;

    color: rgba(255,255,255,.72);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.7px;
}


.szcontact-location-card > div {

    padding: 15px 0;

    border-top:
        1px solid rgba(255,255,255,.2);
}


.szcontact-location-card small,
.szcontact-location-card a,
.szcontact-location-card strong {

    display: block;
}


.szcontact-location-card small {

    margin-bottom: 5px;

    color: rgba(255,255,255,.65);

    font-size: 8px;

    letter-spacing: 1.1px;
}


.szcontact-location-card a,
.szcontact-location-card strong {

    color: #fff;

    font-size: 13px;

    text-decoration: none;
}



/* =========================================
   FINAL
========================================= */

.szcontact-final {

    padding: 75px 0;

    background: var(--sz-blue);
}


.szcontact-final-grid {

    display: grid;

    grid-template-columns:
        1fr auto;

    gap: 45px;

    align-items: center;
}


.szcontact-final-grid > div:first-child {
    max-width: 760px;
}


.szcontact-final-grid
> div:first-child > span {

    display: block;

    margin-bottom: 8px;

    color:
        rgba(255,255,255,.7);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1.8px;
}


.szcontact-final h2 {

    margin: 0 0 10px;

    color: #fff;

    font-size:
        clamp(31px,4vw,44px);
}


.szcontact-final p {

    margin: 0;

    color:
        rgba(255,255,255,.8);

    font-size: 14px;
}


.szcontact-final-actions {

    display: flex;

    gap: 10px;

    flex-wrap: wrap;
}



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

@media (max-width: 1024px) {

    .szcontact-info-grid {
        grid-template-columns:
            repeat(2,1fr);
    }

}



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

@media (max-width: 767px) {

    .szcontact-container {

        padding-left: 18px;
        padding-right: 18px;
    }


    .szcontact-hero,
    .szcontact-form-section,
    .szcontact-location-section {

        padding: 65px 0;
    }


    .szcontact-hero-grid,
    .szcontact-form-grid,
    .szcontact-location-grid,
    .szcontact-final-grid {

        grid-template-columns: 1fr;
    }


    .szcontact-hero-grid,
    .szcontact-form-grid {

        gap: 40px;
    }


    .szcontact-hero h1 {
        font-size: 40px;
    }


    .szcontact-hero-card,
    .szcontact-form-wrap,
    .szcontact-location-content,
    .szcontact-location-card {

        padding: 30px;
    }

}



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

@media (max-width: 520px) {

    .szcontact-hero h1 {
        font-size: 35px;
    }


    .szcontact-info-grid {
        grid-template-columns: 1fr;
    }


    .szcontact-hero-actions,
    .szcontact-location-actions,
    .szcontact-final-actions {

        flex-direction: column;
    }


    .szcontact-btn {
        width: 100%;
    }


    .szcontact-form-wrap {

        padding: 25px 20px;
    }


    .szcontact-location-content,
    .szcontact-location-card {

        padding: 25px 20px;
    }

}



/* =========================================
   FIXED CALL + WHATSAPP
   MOBILE / TABLET ONLY
========================================= */

.sz-mobile-contact-bar {
    display: none;
}


@media (max-width: 1024px) {

    .sz-mobile-contact-bar {

        position: fixed;

        left: 0;
        right: 0;
        bottom: 0;

        z-index: 99999;

        display: grid;

        grid-template-columns: 1fr 1fr;

        width: 100%;

        padding:
            8px
            10px
            calc(8px + env(safe-area-inset-bottom));

        background: #fff;

        border-top:
            1px solid #e2e8ed;

        box-shadow:
            0 -6px 22px rgba(0,0,0,.10);
    }


    .sz-mobile-contact-bar a {

        display: flex;

        min-height: 50px;

        align-items: center;
        justify-content: center;

        gap: 8px;

        margin: 0 4px;

        border-radius: 7px;

        color: #fff;

        font-size: 14px;
        font-weight: 700;

        text-decoration: none;
    }


    .sz-mobile-call {
        background: #277bb7;
    }


    .sz-mobile-whatsapp {
        background: #25D366;
    }


    .sz-contact-icon {

        font-size: 18px;

        line-height: 1;
    }


    body {
        padding-bottom: 76px;
    }

}


@media (min-width: 1025px) {

    .sz-mobile-contact-bar {
        display: none !important;
    }

}/* End custom CSS */