/* =========================================================
   CONTACT HERO
========================================================= */

.contact-hero {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(21, 157, 204, 0.35),
            transparent 32%
        ),
        radial-gradient(
            circle at 20% 90%,
            rgba(245, 185, 0, 0.20),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #071d3b 0%,
            #0d315b 48%,
            #159dcc 100%
        );
}


/* subtle wall/grid texture */
.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.055) 1px,
            transparent 1px
        ),
        linear-gradient(
            rgba(255,255,255,.055) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    opacity: .45;
}


/* architectural curved shape */
.contact-hero::after {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -180px;
    top: -280px;

    border: 70px solid rgba(255,255,255,.055);

    border-radius: 50%;

    transform: rotate(-25deg);
}


/* overlay */
.contact-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4, 24, 52, .30),
            transparent 70%
        );

    z-index: 1;
}


.contact-hero .container {
    position: relative;
    z-index: 2;
}


.contact-hero-content {
    max-width: 680px;

    padding: 75px 0;

    color: #fff;
}


.contact-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 16px;

    color: #ffc72c;

    font-size: 14px;
    font-weight: 800;

    letter-spacing: 2px;
}


.contact-hero-label::before {
    content: "";

    width: 35px;
    height: 3px;

    border-radius: 3px;

    background: #ffc72c;
}


.contact-hero-content h1 {
    margin: 0 0 20px;

    color: #fff;

    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;

    font-weight: 800;
}


.contact-hero-content p {
    max-width: 580px;

    margin: 0;

    color: rgba(255,255,255,.88);

    font-size: 18px;
    line-height: 1.7;
}


/* =========================================================
   CONTACT SECTION
========================================================= */

.contact-section {
    padding: 40px 0;

    background: #fff;
}


/* =========================================================
   CONTACT INFO
========================================================= */

.contact-info {
    padding-right: 30px;
}

.section-eyebrow {
    display: block;

    margin-bottom: 10px;

    color: #159dcc;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2px;
}

.contact-info h2 {
    margin: 0 0 18px;

    color: #15294a;

    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
}

.contact-intro {
    margin-bottom: 38px;

    color: #666;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   CONTACT INFO ITEM
========================================================= */

.contact-info-item {
    display: flex;
    align-items: flex-start;

    gap: 18px;

    margin-bottom: 30px;
}

.contact-info-icon {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #eaf8fc;

    color: #159dcc;

    font-size: 19px;
}

.contact-info-label {
    display: block;

    margin-bottom: 5px;

    color: #15294a;

    font-size: 13px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info-item a,
.contact-info-item p {
    margin: 0;

    color: #222;

    font-size: 17px;
    line-height: 1.6;

    text-decoration: none;
}

.contact-info-item a:hover {
    color: #159dcc;
}


/* =========================================================
   FORM CARD
========================================================= */

.contact-form-card {
    padding: 38px;

    background: #fff;

    border: 1px solid #e8edf2;

    border-radius: 18px;

    box-shadow:
        0 15px 45px rgba(21, 41, 74, 0.08);
}

.contact-form-heading {
    margin-bottom: 30px;
}

.contact-form-heading > span {
    color: #159dcc;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;
}

.contact-form-heading h3 {
    margin: 7px 0 8px;

    color: #15294a;

    font-size: 30px;
    font-weight: 800;
}

.contact-form-heading p {
    margin: 0;

    color: #777;

    font-size: 15px;
}


/* =========================================================
   FORM
========================================================= */

.contact-form-label {
    display: block;

    margin-bottom: 8px;

    color: #15294a;

    font-size: 14px;
    font-weight: 600;
}

.contact-form-label span {
    color: #e53935;
}

.contact-input {
    min-height: 52px;

    padding: 13px 15px;

    border: 1px solid #dce3ea;

    border-radius: 8px;

    color: #15294a;

    background: #fff;

    font-size: 15px;

    box-shadow: none !important;
}

textarea.contact-input {
    min-height: 130px;

    resize: vertical;
}

.contact-input::placeholder {
    color: #9ba5af;
}

.contact-input:focus {
    border-color: #159dcc;

    box-shadow:
        0 0 0 3px rgba(21, 157, 204, 0.10) !important;
}

select.contact-input {
    cursor: pointer;
}


/* =========================================================
   SUBMIT
========================================================= */

.contact-submit-btn {
    min-height: 52px;

    padding: 13px 28px;

    border: 0;
    border-radius: 7px;

    background: #15294a;

    color: #fff;

    font-size: 15px;
    font-weight: 700;

    transition:
        background .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.contact-submit-btn:hover {
    background: #159dcc;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(21, 157, 204, 0.25);
}

.contact-submit-btn i {
    margin-left: 8px;

    transition: transform .2s ease;
}

.contact-submit-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .contact-hero {
        min-height: 380px;
    }

    .contact-info {
        padding-right: 0;
    }

    .contact-info h2 {
        font-size: 34px;
    }

}

@media (max-width: 767px) {

    .contact-hero {
        min-height: 360px;
    }

    .contact-hero-content {
        padding: 50px 20px;
    }

    .contact-hero-content h1 {
        font-size: 42px;
    }

    .contact-hero-content p {
        font-size: 15px;
    }

    .contact-section {
        padding: 60px 0 70px;
    }

    .contact-form-card {
        padding: 25px 20px;
    }

    .contact-form-heading h3 {
        font-size: 25px;
    }

}