.elementor-243 .elementor-element.elementor-element-4ba84c5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-084c0a7 *//* ========================================================
   CONTACT PAGE
========================================================= */

.contact-page {
    --contact-blue: rgb(0, 97, 203);
    --contact-blue-dark: rgb(0, 63, 136);
    --contact-blue-light: rgb(49, 137, 232);
    --contact-navy: #07111f;
    --contact-text: #131a24;
    --contact-muted: #667085;
    --contact-border: #dce3ec;
    --contact-background: #0061cb;

    width: 100%;
    padding: 80px 20px 150px;
    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(0, 97, 203, 0.09),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 80%,
            rgba(0, 97, 203, 0.06),
            transparent 30%
        ),
        var(--contact-background);
    font-family: Arial, Helvetica, sans-serif;
}

.contact-page *,
.contact-page *::before,
.contact-page *::after {
    box-sizing: border-box;
}

.contact-page-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}


/* ========================================================
   CONTACT HERO
========================================================= */

.contact-hero-card {
    position: relative;
    max-width: 820px;
    margin: 0 auto 75px;
    padding: 70px 75px 45px;
    overflow: hidden;
    border-radius: 42px;
    background:
        linear-gradient(
            145deg,
            #03070d 0%,
            #07111f 55%,
            #001f43 100%
        );
    color: #ffffff;
    box-shadow: 0 35px 75px rgba(7, 17, 31, 0.28);
}

.contact-hero-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
    pointer-events: none;
}

.contact-hero-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.contact-circle-one {
    top: -130px;
    right: -100px;
    width: 330px;
    height: 330px;
    border: 60px solid rgba(0, 97, 203, 0.14);
}

.contact-circle-two {
    bottom: -120px;
    left: -100px;
    width: 280px;
    height: 280px;
    background: rgba(0, 97, 203, 0.08);
    filter: blur(3px);
}

.contact-hero-content {
    position: relative;
    z-index: 1;
}

.contact-hero-eyebrow {
    display: table;
    margin: 0 auto 30px;
    padding: 10px 24px;
    border: 1px solid rgba(0, 97, 203, 0.65);
    border-radius: 999px;
    background: rgba(0, 97, 203, 0.1);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
}

.contact-hero-title {
    margin: 0 0 24px;
    font-size: clamp(48px, 7vw, 76px);
    line-height: 0.87;
    font-weight: 900;
    letter-spacing: -4px;
    text-align: center;
    color: #ffffff;
}

.contact-hero-title span {
    display: block;
    color: var(--contact-blue-light);
}

.contact-hero-introduction {
    max-width: 600px;
    margin: 0 auto 38px;
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
    color: #b8c2d1;
}


/* ========================================================
   CONTACT INFORMATION
========================================================= */

.contact-information-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.contact-information-item {
    min-height: 72px;
    padding: 11px 18px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 15px;
    border: 1px solid rgba(0, 97, 203, 0.58);
    border-radius: 14px;
    background:
        linear-gradient(
            90deg,
            rgba(0, 97, 203, 0.08),
            rgba(0, 97, 203, 0.2)
        );
    color: #ffffff;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease;
}

a.contact-information-item:hover {
    transform: translateX(5px);
    border-color: var(--contact-blue-light);
    background: rgba(0, 97, 203, 0.3);
}

.contact-information-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--contact-blue);
    color: #ffffff;
}

.contact-information-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-information-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.contact-information-text small {
    font-size: 9px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8fa2b9;
}

.contact-information-text strong {
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #ffffff;
}

.contact-item-arrow {
    font-size: 20px;
    color: var(--contact-blue-light);
}

.contact-social-footer {
    margin-top: 38px;
    padding-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.contact-social-footer > span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #8995a6;
}

.contact-social-links {
    display: flex;
    gap: 9px;
}

.contact-social-links a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease;
}

.contact-social-links a:hover {
    transform: translateY(-3px);
    background: var(--contact-blue);
}

.contact-social-links svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ========================================================
   CONTACT FORM SECTION
========================================================= */

.contact-form-section {
    padding: 60px;
    border: 1px solid #e3e9f1;
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 25px 65px rgba(24, 39, 75, 0.1);
}

.contact-form-heading {
    max-width: 700px;
    margin: 0 auto 42px;
    text-align: center;
}

.contact-form-eyebrow {
    display: block;
    margin-bottom: 9px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--contact-blue);
}

.contact-form-heading h2 {
    margin: 0 0 13px;
    font-size: clamp(35px, 5vw, 52px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
    color: var(--contact-text);
}

.contact-form-heading p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: var(--contact-muted);
}


/* ========================================================
   FORM FIELDS
========================================================= */

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.contact-field-group {
    min-width: 0;
}

.contact-field-group label {
    display: block;
    margin-bottom: 9px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 800;
    color: #273244;
}

.contact-field-group label span {
    color: var(--contact-blue);
}

.contact-input-wrapper {
    position: relative;
}

.contact-input-icon {
    position: absolute;
    top: 50%;
    left: 17px;
    width: 20px;
    height: 20px;
    color: var(--contact-blue);
    transform: translateY(-50%);
    pointer-events: none;
}

.contact-input-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-input-wrapper input,
.contact-message-field textarea {
    width: 100%;
    border: 1px solid var(--contact-border);
    border-radius: 11px;
    outline: none;
    background: #f9fbfd;
    font-family: inherit;
    font-size: 14px;
    color: var(--contact-text);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.contact-input-wrapper input {
    min-height: 58px;
    padding: 0 17px 0 50px;
}

.contact-input-wrapper input::placeholder,
.contact-message-field textarea::placeholder {
    color: #99a2b1;
}

.contact-input-wrapper input:focus,
.contact-message-field textarea:focus {
    border-color: var(--contact-blue);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(0, 97, 203, 0.1);
}

.contact-message-field {
    position: relative;
    margin-top: 25px;
}

.contact-message-field textarea {
    min-height: 180px;
    padding: 17px 18px 40px;
    resize: vertical;
    line-height: 1.65;
}

.message-character-count {
    position: absolute;
    right: 15px;
    bottom: 13px;
    font-size: 11px;
    color: #929dad;
}


/* ========================================================
   FORM BOTTOM
========================================================= */

.contact-form-bottom {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.contact-privacy-message {
    max-width: 480px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 11px;
    line-height: 1.55;
    color: #7a8494;
}

.contact-privacy-message svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: var(--contact-blue);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-submit-button {
    min-width: 190px;
    min-height: 56px;
    padding: 14px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: none;
    border-radius: 9px;
    background:
        linear-gradient(
            90deg,
            var(--contact-blue),
            var(--contact-blue-light)
        );
    font-family: inherit;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.4px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 13px 28px rgba(0, 97, 203, 0.24);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.contact-submit-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 35px rgba(0, 97, 203, 0.34);
}

.contact-submit-button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none;
}

.contact-submit-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ========================================================
   RESPONSE MESSAGES
========================================================= */

.contact-form-response {
    display: none;
    margin-top: 22px;
    padding: 14px 17px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

.contact-form-response.show {
    display: block;
}

.contact-form-response.success {
    border: 1px solid #97d9b5;
    background: #edf9f2;
    color: #157342;
}

.contact-form-response.error {
    border: 1px solid #f3abab;
    background: #fff1f1;
    color: #a82828;
}


/* Hide anti-spam field */

.contact-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}


/* ========================================================
   TABLET
========================================================= */

@media (max-width: 820px) {

    .contact-page {
        padding: 65px 18px 120px;
    }

    .contact-hero-card {
        padding: 60px 45px 40px;
        border-radius: 32px;
    }

    .contact-form-section {
        padding: 48px 35px;
    }

}


/* ========================================================
   MOBILE
========================================================= */

@media (max-width: 620px) {

    .contact-page {
        padding: 45px 14px 100px;
    }

    .contact-hero-card {
        margin-bottom: 50px;
        padding: 45px 18px 30px;
        border-radius: 25px;
    }

    .contact-hero-eyebrow {
        margin-bottom: 24px;
        padding: 9px 18px;
    }

    .contact-hero-title {
        font-size: 48px;
        letter-spacing: -3px;
    }

    .contact-hero-introduction {
        font-size: 14px;
    }

    .contact-information-item {
        min-height: 67px;
        padding: 10px 12px;
        grid-template-columns: 39px minmax(0, 1fr) auto;
        gap: 11px;
    }

    .contact-information-icon {
        width: 39px;
        height: 39px;
    }

    .contact-information-text strong {
        font-size: 12px;
    }

    .contact-social-footer {
        display: block;
        text-align: center;
    }

    .contact-social-links {
        justify-content: center;
        margin-top: 15px;
    }

    .contact-form-section {
        padding: 38px 19px;
        border-radius: 20px;
    }

    .contact-form-heading {
        margin-bottom: 32px;
    }

    .contact-form-heading h2 {
        font-size: 36px;
        letter-spacing: -1.5px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-message-field {
        margin-top: 20px;
    }

    .contact-form-bottom {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .contact-privacy-message {
        align-items: flex-start;
    }

    .contact-submit-button {
        width: 100%;
    }

}


/* ========================================================
   ACCESSIBILITY
========================================================= */

.contact-information-item:focus-visible,
.contact-social-links a:focus-visible,
.contact-submit-button:focus-visible,
.contact-input-wrapper input:focus-visible,
.contact-message-field textarea:focus-visible {
    outline: 3px solid rgba(0, 97, 203, 0.35);
    outline-offset: 3px;
}/* End custom CSS */