﻿.contact-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 45px;
    background: radial-gradient(circle at 82% 24%, rgba(255,255,255,.20), transparent 28%), radial-gradient(circle at 72% 80%, rgba(245,130,32,.20), transparent 26%), linear-gradient(120deg, #032b43 0%, #07587d 42%, #087cc4 72%, #16b4d8 100%);
    border-bottom: 0;
}

    .contact-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
        background-size: 40px 40px;
        opacity: .75;
    }

    .contact-hero::after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        right: -80px;
        top: -110px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(245,130,32,.34), rgba(245,130,32,0) 68%);
    }

.contact-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #9fe9f5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

    .contact-kicker::before {
        content: "";
        width: 34px;
        height: 2px;
        background: #f58220;
    }

.contact-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -2px;
}

    .contact-hero h1 span {
        color: #f7a54d;
    }

.contact-hero p {
    max-width: 650px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.8;
}

.contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    font-size: 13px;
}

    .contact-breadcrumb a {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
    }

        .contact-breadcrumb a:hover {
            color: #f7a54d;
        }

    .contact-breadcrumb span {
        color: rgba(255,255,255,.72);
    }

        .contact-breadcrumb span:last-child {
            color: #9fe9f5;
        }


/* ==========================================
   CONTACT MAIN
========================================== */

.contact-new-section {
    padding: 90px 0;
    background: #fff;
}

.contact-new-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 55px;
    align-items: start;
}



/* ==========================================
   LEFT INFORMATION
========================================== */

.contact-info-panel {
    padding-top: 12px;
}

.contact-info-kicker {
    margin-bottom: 12px;
    color: #f58220;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.contact-info-panel > h2 {
    margin: 0;
    color: #032b43;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.5px;
}

    .contact-info-panel > h2 span {
        color: #087cc4;
    }

.contact-info-intro {
    margin: 18px 0 30px;
    max-width: 510px;
    color: #000;
    font-size: 14px;
    line-height: 1.8;
}



/* Contact Cards */

.contact-detail-card {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 15px 16px;
    margin-bottom: 12px;
    border: 1px solid #dfeaf0;
    border-radius: 15px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a.contact-detail-card:hover {
    transform: translateY(-2px);
    border-color: #bcdbea;
    box-shadow: 0 8px 24px rgba(3, 43, 67, .07);
}

.contact-detail-icon {
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #eef8ff;
    color: #087cc4;
}

    .contact-detail-icon svg {
        width: 22px;
        height: 22px;
    }

.contact-detail-icon-orange {
    background: #fff3e9;
    color: #f58220;
}

.contact-detail-icon-cyan {
    background: #eafafd;
    color: #16b4d8;
}

.contact-detail-content {
    flex: 1;
    min-width: 0;
}

    .contact-detail-content span {
        display: block;
        margin-bottom: 3px;
        color: #70828c;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: .8px;
        text-transform: uppercase;
    }

    .contact-detail-content strong {
        display: block;
        color: #032b43;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
        word-break: break-word;
    }

.contact-detail-arrow {
    color: #087cc4;
    font-size: 17px;
}



/* Support box */

.contact-support-box {
    display: flex;
    gap: 14px;
    margin-top: 25px;
    padding: 20px;
    border-radius: 16px;
    background: #032b43;
}

.contact-support-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f58220;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.contact-support-box strong {
    display: block;
    color: #fff;
    font-size: 14px;
}

.contact-support-box p {
    margin: 4px 0 8px;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    line-height: 1.55;
}

.contact-support-box a {
    color: #8fe7f4;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}



/* ==========================================
   CONTACT FORM
========================================== */

.contact-form-card {
    padding: 38px;
    border: 1px solid #dce8ee;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(3, 43, 67, .08);
}

.contact-form-head {
    margin-bottom: 28px;
}

.contact-form-label {
    margin-bottom: 9px;
    color: #f58220;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.contact-form-head h2 {
    margin: 0;
    color: #032b43;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 800;
}

    .contact-form-head h2 span {
        color: #087cc4;
    }

.contact-form-head p {
    margin: 12px 0 0;
    color: #000;
    font-size: 13px;
    line-height: 1.7;
}



/* Grid */

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
}

.contact-field-full {
    grid-column: 1 / -1;
}



/* Labels */

.contact-field label {
    display: block;
    margin-bottom: 7px;
    color: #032b43;
    font-size: 12px;
    font-weight: 700;
}

    .contact-field label span {
        color: #f58220;
    }



/* Input */

.contact-input-wrap {
    position: relative;
}

    .contact-input-wrap > svg {
        position: absolute;
        top: 50%;
        left: 14px;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        color: #71858f;
        pointer-events: none;
        z-index: 2;
    }

    .contact-input-wrap input,
    .contact-input-wrap select {
        width: 100%;
        height: 50px;
        padding: 0 15px 0 43px;
        border: 1px solid #dce8ee;
        border-radius: 11px;
        outline: none;
        background: #f9fcfd;
        color: #032b43;
        font-size: 13px;
        transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }

    .contact-input-wrap select {
        cursor: pointer;
    }

        .contact-input-wrap input:focus,
        .contact-input-wrap select:focus,
        .contact-field textarea:focus {
            border-color: #16b4d8;
            background: #fff;
            box-shadow: 0 0 0 3px rgba(22, 180, 216, .10);
        }

    .contact-input-wrap input::placeholder,
    .contact-field textarea::placeholder {
        color: #84949c;
    }



/* Textarea */

.contact-field textarea {
    width: 100%;
    min-height: 135px;
    padding: 14px 15px;
    resize: vertical;
    border: 1px solid #dce8ee;
    border-radius: 11px;
    outline: none;
    background: #f9fcfd;
    color: #032b43;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.65;
}



/* Submit Button */

.contact-submit-btn {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f58220;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(245, 130, 32, .20);
    transition: background .2s ease, transform .2s ease;
}

    .contact-submit-btn:hover {
        background: #df7114;
        transform: translateY(-1px);
    }

    .contact-submit-btn:disabled {
        opacity: .65;
        cursor: not-allowed;
        transform: none;
    }

.contact-submit-arrow {
    font-size: 18px;
}



/* Message */

.contact-message {
    margin-bottom: 20px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
}

    .contact-message.success {
        background: #eaf8ee;
        border: 1px solid #bee7ca;
        color: #23743a;
    }

    .contact-message.error {
        background: #fff0f0;
        border: 1px solid #f2c5c5;
        color: #b53636;
    }



/* ==========================================
   MAP
========================================== */

.contact-map-section {
    padding: 80px 0;
    background: #f6fafc;
}

.contact-map-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 35px;
    margin-bottom: 28px;
}

.contact-map-kicker {
    margin-bottom: 8px;
    color: #f58220;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.contact-map-head h2 {
    margin: 0;
    color: #032b43;
    font-size: 37px;
    font-weight: 800;
}

    .contact-map-head h2 span {
        color: #087cc4;
    }

.contact-map-head > p {
    max-width: 470px;
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.7;
}

.contact-map {
    overflow: hidden;
    border: 1px solid #dce8ee;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(3,43,67,.07);
}

    .contact-map iframe {
        display: block;
    }



/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .contact-new-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-info-panel {
        padding-top: 0;
    }

        .contact-info-panel > h2 {
            font-size: 37px;
        }
}



/* ==========================================
   MOBILE
========================================== */

@media (max-width: 576px) {

    .contact-hero {
        padding: 55px 0 60px;
    }

        .contact-hero h1 {
            font-size: 42px;
            letter-spacing: -1px;
        }

        .contact-hero p {
            font-size: 14px;
            line-height: 1.7;
        }


    .contact-new-section {
        padding: 55px 0;
    }


    .contact-info-panel > h2 {
        font-size: 32px;
    }


    .contact-form-card {
        padding: 24px 18px;
        border-radius: 18px;
    }


    .contact-form-head h2 {
        font-size: 28px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .contact-field-full {
        grid-column: auto;
    }

    .contact-map-section {
        padding: 55px 0;
    }

    .contact-map-head {
        display: block;
    }

        .contact-map-head h2 {
            font-size: 31px;
        }

        .contact-map-head > p {
            margin-top: 12px;
        }

    .contact-map iframe {
        height: 330px;
    }

    .contact-hero::after {
        width: 250px;
        height: 250px;
        right: -100px;
        top: -70px;
    }
}
