/* =========================================================
   ASD TRADERS
   CONTACT US PAGE
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.contact-page {

    overflow: hidden;

}

.contact-section {

    padding: 90px 0;

}

.contact-eyebrow {

    display: inline-block;

    margin-bottom: 14px;

    color: #39A8FF;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;

}

.contact-section-heading {

    max-width: 780px;

    margin: 0 auto 55px;

    text-align: center;

}

.contact-section-heading h2 {

    margin-bottom: 18px;

    color: #FFFFFF;

    font-size: 42px;

    line-height: 1.2;

}

.contact-section-heading p {

    color: #9CB0CC;

    font-size: 17px;

    line-height: 1.8;

}


/* =========================================================
   HERO
========================================================= */

.contact-hero {

    position: relative;

    min-height: 560px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(57, 168, 255, .14),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(99, 102, 241, .10),
            transparent 32%
        ),
        #06101C;

    border-bottom: 1px solid rgba(255, 255, 255, .06);

}

.contact-hero::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(57, 168, 255, .45),
        transparent
    );

}

.contact-hero-glow {

    position: absolute;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    filter: blur(90px);

    pointer-events: none;

}

.contact-glow-one {

    top: -220px;

    left: -140px;

    background: rgba(57, 168, 255, .14);

}

.contact-glow-two {

    right: -160px;

    bottom: -240px;

    background: rgba(99, 102, 241, .12);

}

.contact-hero-content {

    position: relative;

    z-index: 2;

    max-width: 850px;

    padding: 90px 0;

}

.contact-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 16px;

    margin-bottom: 24px;

    color: #8CCFFF;

    background: rgba(57, 168, 255, .09);

    border: 1px solid rgba(57, 168, 255, .20);

    border-radius: 999px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .8px;

    text-transform: uppercase;

}

.contact-hero h1 {

    margin: 0 0 24px;

    color: #FFFFFF;

    font-size: 64px;

    line-height: 1.08;

    letter-spacing: -2px;

}

.contact-hero h1 span {

    color: #39A8FF;

}

.contact-hero p {

    max-width: 770px;

    margin: 0;

    color: #9CB0CC;

    font-size: 19px;

    line-height: 1.85;

}

.contact-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 34px;

}


/* =========================================================
   BUTTONS
========================================================= */

.contact-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 50px;

    padding: 0 24px;

    border-radius: 10px;

    font-size: 15px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        box-shadow .25s ease;

}

.contact-btn:hover {

    transform: translateY(-2px);

}

.contact-btn-primary {

    color: #FFFFFF;

    background: #1689E8;

    border: 1px solid #1689E8;

    box-shadow:
        0 10px 30px rgba(22, 137, 232, .20);

}

.contact-btn-primary:hover {

    color: #FFFFFF;

    background: #2498F5;

    border-color: #2498F5;

    box-shadow:
        0 12px 35px rgba(22, 137, 232, .28);

}

.contact-btn-outline {

    color: #D8E7F7;

    background: rgba(255, 255, 255, .025);

    border: 1px solid rgba(255, 255, 255, .14);

}

.contact-btn-outline:hover {

    color: #FFFFFF;

    border-color: rgba(57, 168, 255, .55);

    background: rgba(57, 168, 255, .07);

}


/* =========================================================
   CONTACT OPTIONS
========================================================= */

.contact-options {

    background: #07121F;

}

.contact-options-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

}

.contact-option-card {

    padding: 28px 24px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 17px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .16);

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;

}

.contact-option-card:hover {

    transform: translateY(-5px);

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 16px 35px rgba(0, 0, 0, .22);

}

.contact-option-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 54px;

    height: 54px;

    margin-bottom: 21px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 14px;

}

.contact-option-card h3 {

    margin-bottom: 11px;

    color: #FFFFFF;

    font-size: 18px;

}

.contact-option-card p {

    min-height: 105px;

    margin-bottom: 20px;

    color: #8499B1;

    font-size: 13px;

    line-height: 1.75;

}

.contact-card-link {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #5CB8FF;

    font-size: 12px;

    font-weight: 700;

    transition:
        gap .25s ease,
        color .25s ease;

}

.contact-card-link:hover {

    gap: 13px;

    color: #8CCFFF;

}


/* =========================================================
   MAIN CONTACT AREA
========================================================= */

.contact-main {

    background: #06101C;

}

.contact-main-grid {

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 70px;

    align-items: start;

}


/* =========================================================
   CONTACT INFO
========================================================= */

.contact-info {

    padding-top: 10px;

}

.contact-info h2 {

    max-width: 540px;

    margin-bottom: 18px;

    color: #FFFFFF;

    font-size: 42px;

    line-height: 1.2;

}

.contact-info > p {

    max-width: 570px;

    margin-bottom: 35px;

    color: #91A5BD;

    font-size: 16px;

    line-height: 1.85;

}

.contact-info-list {

    display: flex;

    flex-direction: column;

    gap: 14px;

}

.contact-info-item {

    display: flex;

    align-items: flex-start;

    gap: 14px;

    padding: 17px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 13px;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;

}

.contact-info-item:hover {

    background: #0E2032;

    border-color: rgba(57, 168, 255, .22);

    transform: translateX(3px);

}

.contact-info-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 42px;

    height: 42px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 11px;

}

.contact-info-item h3 {

    margin-bottom: 4px;

    color: #FFFFFF;

    font-size: 14px;

}

.contact-info-item p {

    margin: 0;

    color: #758BA5;

    font-size: 11px;

    line-height: 1.65;

}

.contact-info-links {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 25px;

}

.contact-small-link {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 9px 13px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .05);

    border: 1px solid rgba(57, 168, 255, .12);

    border-radius: 9px;

    font-size: 12px;

    font-weight: 700;

    transition:
        background .25s ease,
        border-color .25s ease;

}

.contact-small-link:hover {

    color: #8CCFFF;

    background: rgba(57, 168, 255, .09);

    border-color: rgba(57, 168, 255, .25);

}


/* =========================================================
   CONTACT FORM
========================================================= */

.contact-form-card {

    padding: 35px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 20px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .18);

}

.contact-form-header {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-bottom: 30px;

}

.contact-form-label {

    display: block;

    margin-bottom: 7px;

    color: #5CB8FF;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

}

.contact-form-header h3 {

    margin: 0;

    color: #FFFFFF;

    font-size: 25px;

}

.contact-form-header-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 50px;

    height: 50px;

    flex-shrink: 0;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 13px;

}

.contact-form {

    display: flex;

    flex-direction: column;

    gap: 18px;

}

.contact-form-row {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 16px;

}

.contact-field {

    display: flex;

    flex-direction: column;

    gap: 8px;

}

.contact-field label {

    color: #D8E7F7;

    font-size: 12px;

    font-weight: 700;

}

.contact-input-wrap,
.contact-textarea-wrap {

    position: relative;

}

.contact-input-wrap > i,
.contact-textarea-wrap > i {

    position: absolute;

    top: 17px;

    left: 15px;

    color: #58728B;

    font-size: 13px;

    pointer-events: none;

}

.contact-textarea-wrap > i {

    top: 18px;

}

.contact-input-wrap input,
.contact-textarea-wrap textarea {

    width: 100%;

    color: #FFFFFF;

    background: #07121F;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 10px;

    outline: none;

    font-family: inherit;

    font-size: 13px;

    transition:
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}

.contact-input-wrap input {

    height: 50px;

    padding: 0 15px 0 43px;

}

.contact-textarea-wrap textarea {

    min-height: 155px;

    resize: vertical;

    padding: 15px 15px 15px 43px;

    line-height: 1.7;

}

.contact-input-wrap input::placeholder,
.contact-textarea-wrap textarea::placeholder {

    color: #526B83;

}

.contact-input-wrap input:focus,
.contact-textarea-wrap textarea:focus {

    background: #0E2032;

    border-color: rgba(57, 168, 255, .40);

    box-shadow:
        0 0 0 3px rgba(57, 168, 255, .07);

}

.contact-input-wrap:focus-within > i,
.contact-textarea-wrap:focus-within > i {

    color: #5CB8FF;

}

.contact-submit-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    width: 100%;

    min-height: 52px;

    margin-top: 4px;

    color: #FFFFFF;

    background: #1689E8;

    border: 1px solid #1689E8;

    border-radius: 10px;

    cursor: pointer;

    font-family: inherit;

    font-size: 14px;

    font-weight: 700;

    box-shadow:
        0 10px 30px rgba(22, 137, 232, .20);

    transition:
        transform .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}

.contact-submit-btn:hover {

    transform: translateY(-2px);

    background: #2498F5;

    border-color: #2498F5;

    box-shadow:
        0 12px 35px rgba(22, 137, 232, .28);

}


/* =========================================================
   RESOURCES
========================================================= */

.contact-resources {

    background: #07121F;

}

.contact-resource-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

}

.contact-resource-card {

    display: flex;

    align-items: center;

    gap: 17px;

    padding: 25px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 15px;

    box-shadow:
        0 7px 22px rgba(0, 0, 0, .14);

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;

}

.contact-resource-card:hover {

    transform: translateY(-4px);

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 14px 30px rgba(0, 0, 0, .20);

}

.contact-resource-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 50px;

    height: 50px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 13px;

}

.contact-resource-card h3 {

    margin-bottom: 5px;

    color: #FFFFFF;

    font-size: 16px;

}

.contact-resource-card p {

    margin: 0;

    color: #8298B1;

    font-size: 13px;

    line-height: 1.6;

}

.contact-resource-arrow {

    margin-left: auto;

    color: #4E7EA2;

    font-size: 13px;

    transition:
        transform .25s ease,
        color .25s ease;

}

.contact-resource-card:hover .contact-resource-arrow {

    color: #5CB8FF;

    transform: translateX(4px);

}


/* =========================================================
   MICOSOFT
========================================================= */

.contact-microsoft {

    background: #06101C;

}

.contact-microsoft-box {

    display: flex;

    align-items: flex-start;

    gap: 30px;

    padding: 45px;

    background:
        linear-gradient(
            135deg,
            rgba(57, 168, 255, .07),
            rgba(255, 255, 255, .018)
        );

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 20px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .14);

}

.contact-microsoft-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 68px;

    height: 68px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .09);

    border: 1px solid rgba(57, 168, 255, .18);

    border-radius: 18px;

    font-size: 26px;

}

.contact-microsoft-content {

    max-width: 900px;

}

.contact-microsoft-content h2 {

    margin-bottom: 12px;

    color: #FFFFFF;

    font-size: 32px;

}

.contact-microsoft-content p {

    margin: 0;

    color: #91A5BD;

    font-size: 16px;

    line-height: 1.85;

}


/* =========================================================
   CTA
========================================================= */

.contact-cta {

    padding-top: 30px !important;

    padding-bottom: 100px !important;

    background: #07121F;

}

.contact-cta-box {

    padding: 70px 30px;

    text-align: center;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(57, 168, 255, .12),
            transparent 55%
        ),
        #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 22px;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .18);

}

.contact-cta-box h2 {

    margin-bottom: 16px;

    color: #FFFFFF;

    font-size: 42px;

}

.contact-cta-box p {

    max-width: 680px;

    margin: 0 auto;

    color: #91A5BD;

    font-size: 17px;

    line-height: 1.8;

}

.contact-cta-actions {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 30px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .contact-section {

        padding: 75px 0;

    }

    .contact-hero {

        min-height: auto;

    }

    .contact-hero-content {

        padding: 85px 0;

    }

    .contact-hero h1 {

        font-size: 52px;

    }

    .contact-options-grid {

        grid-template-columns: repeat(2, 1fr);

    }

    .contact-main-grid {

        grid-template-columns: 1fr;

        gap: 45px;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .contact-section {

        padding: 60px 0;

    }


    /* HERO */

    .contact-hero-content {

        padding: 70px 0;

        text-align: center;

    }

    .contact-badge {

        font-size: 11px;

    }

    .contact-hero h1 {

        font-size: 38px;

        line-height: 1.12;

        letter-spacing: -1px;

    }

    .contact-hero p {

        font-size: 16px;

        line-height: 1.75;

    }

    .contact-hero-actions {

        justify-content: center;

    }

    .contact-btn {

        width: 100%;

    }


    /* HEADINGS */

    .contact-section-heading {

        margin-bottom: 38px;

    }

    .contact-section-heading h2 {

        font-size: 31px;

    }

    .contact-section-heading p {

        font-size: 15px;

    }


    /* OPTIONS */

    .contact-options-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .contact-option-card {

        padding: 25px 22px;

    }

    .contact-option-card p {

        min-height: auto;

    }


    /* INFO */

    .contact-info h2 {

        font-size: 31px;

    }

    .contact-info > p {

        font-size: 15px;

    }


    /* FORM */

    .contact-form-card {

        padding: 28px 22px;

    }

    .contact-form-row {

        grid-template-columns: 1fr;

        gap: 18px;

    }

    .contact-form-header h3 {

        font-size: 22px;

    }


    /* RESOURCES */

    .contact-resource-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .contact-resource-card {

        padding: 22px;

    }


    /* MICOSOFT */

    .contact-microsoft-box {

        flex-direction: column;

        padding: 30px 24px;

        gap: 24px;

        text-align: center;

    }

    .contact-microsoft-icon {

        margin: 0 auto;

    }

    .contact-microsoft-content h2 {

        font-size: 29px;

    }

    .contact-microsoft-content p {

        font-size: 15px;

    }


    /* CTA */

    .contact-cta {

        padding-top: 15px !important;

        padding-bottom: 70px !important;

    }

    .contact-cta-box {

        padding: 50px 22px;

    }

    .contact-cta-box h2 {

        font-size: 31px;

    }

    .contact-cta-box p {

        font-size: 15px;

    }

}