.solklean-contact-page {
    position: relative;
    overflow: hidden;
    color: #0f273f;
    background: radial-gradient(circle at 8% 92%, rgba(0, 167, 216, 0.12) 0 150px, transparent 151px), linear-gradient(180deg, #ffffff 0%, #f8fafc 52%, #eef5fb 100%);
}

.contact-hero {
    position: relative;
    padding: 76px 0 42px;
}

    .contact-hero:before,
    .contact-main-section:before {
        content: "";
        position: absolute;
        right: 5%;
        top: 22px;
        width: 270px;
        height: 130px;
        opacity: 0.32;
        pointer-events: none;
        background-image: radial-gradient(circle, #00a7d8 2px, transparent 2.5px);
        background-size: 18px 18px;
    }

.contact-hero-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
    align-items: end;
    gap: 42px;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #005ca8;
    font-family: "InterB", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    text-transform: uppercase;
}

    .contact-eyebrow span {
        width: 48px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, #005ca8, #00a7d8);
    }

.contact-hero-content h1 {
    max-width: 820px;
    margin: 0;
    color: #0f273f;
    font-family: "InterB";
    font-size: 43px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: 0;
}

.contact-hero-content p {
    max-width: 760px;
    margin: 20px 0 0;
    color: #64748b;
    font-family: "InterR", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.75;
}

.contact-quick-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.contact-quick-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 6px 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(0, 92, 168, 0.1);
    border-radius: 18px;
    color: #0f273f;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

    .contact-quick-card:hover {
        color: #005ca8;
        transform: translateY(-4px);
        border-color: rgba(0, 167, 216, 0.32);
        box-shadow: 0 24px 54px rgba(0, 59, 130, 0.14);
    }

    .contact-quick-card i {
        grid-row: span 2;
        width: 52px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        color: #ffffff;
        font-size: 21px;
        background: linear-gradient(135deg, #005ca8, #00a7d8);
    }

    .contact-quick-card span {
        color: #64748b;
        font-family: "InterSB", Arial, sans-serif;
        font-size: 13px;
    }

    .contact-quick-card strong {
        min-width: 0;
        overflow: hidden;
        color: inherit;
        font-family: "InterB", Arial, sans-serif;
        font-size: 18px;
        line-height: 1.35;
        text-overflow: ellipsis;
    }

.contact-main-section {
    position: relative;
    padding: 20px 0 86px;
}

.contact-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 28px;
}

.contact-info-panel,
.contact-form-card,
.contact-map-panel {
    border: 1px solid rgba(0, 92, 168, 0.1);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.09);
}

.contact-info-panel,
.contact-form-card {
    padding: 30px;
}

.title-inner span,
.form-head span,
.map-copy span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #005ca8;
    font-family: "InterB";
    font-size: 16px;
    text-transform: uppercase;
}

    .title-inner span:before,
    .form-head span:before,
    .map-copy span:before {
        content: "";
        width: 38px;
        height: 3px;
        border-radius: 999px;
        background: linear-gradient(90deg, #005ca8, #00a7d8);
    }

.title-inner h2,
.form-head h2,
.map-copy h2 {
    margin: 0;
    color: #0f273f;
    font-family: "InterB", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

.form-head p {
    margin: 12px 0 0;
    color: #64748b;
    font-family: "InterR", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.65;
}

.infoCompany {
    margin-top: 22px;
}

    .contact .infoCompany,
    .infoCompany,
    .infoCompany * {
        color: #334155 !important;
        font-family: "InterR", Arial, sans-serif !important;
        font-size: 16px !important;
        line-height: 1.75 !important;
        text-decoration: none !important;
    }

        .infoCompany p,
        .infoCompany div {
            position: relative;
            margin: 0 0 14px;
            padding-left: 40px;
        }

            .infoCompany p:before,
            .infoCompany > div:before {
                content: "\f05a";
                position: absolute;
                left: 0;
                top: 0px;
                width: 32px;
                height: 32px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                color: #ffffff;
                font-family: "Font Awesome 6 Free";
                font-weight: 900;
                font-size: 14px;
                background: linear-gradient(135deg, #005ca8, #00a7d8);
                box-shadow: 0 10px 22px rgba(0, 92, 168, 0.2);
            }

            .infoCompany p:nth-child(1):before,
            .infoCompany > div:nth-child(1):before {
                content: "\f3c5";
            }

            .infoCompany p:nth-child(2):before,
            .infoCompany > div:nth-child(2):before {
                content: "\f095";
            }

            .infoCompany p:nth-child(3):before,
            .infoCompany > div:nth-child(3):before {
                content: "\f0ac";
            }

.contact-support-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 24px;
    padding: 18px;
    border-radius: 16px;
    color: #005ca8;
    background: #eef7fb;
}

    .contact-support-note i {
        margin-top: 2px;
        color: #00a7d8;
        font-size: 20px;
    }

    .contact-support-note p {
        margin: 0;
        font-family: "InterSB";
        font-size: 15px;
        line-height: 1.6;
    }

.GuiYkien {
    padding: 0;
    margin: 26px 0 0;
    background: transparent;
    border-radius: 0;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-field {
    position: relative;
}

.form-field-full {
    grid-column: 1 / -1;
}

.form-field label {
    display: block;
    margin-bottom: 8px;
    color: #0f273f;
    font-family: "InterSB", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4;
}

.GuiYkien .txt {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(0, 92, 168, 0.14);
    border-radius: 14px;
    outline: none;
    color: #0f273f;
    font-family: "InterR", Arial, sans-serif;
    font-size: 16px;
    background: #f8fafc;
    box-shadow: none;
    transition: border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

    .GuiYkien .txt:focus {
        border-color: rgba(0, 167, 216, 0.6);
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(0, 167, 216, 0.12);
    }

.GuiYkien textarea.txt {
    min-height: 132px;
    padding-top: 14px;
    resize: vertical;
}

.error-contact {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    color: #005ca8 !important;
    font-size: 16px;
}

.captcha-box {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border: 1px solid rgba(0, 92, 168, 0.14);
    border-radius: 14px;
    background: #f8fafc;
    width: max-content;
}

.GuiYkien .imgCapcha {
    height: 38px;
    width: auto;
    margin: 0 !important;
}

.GuiYkien .btnRefresh {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #005ca8, #00a7d8);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

    .GuiYkien .btnRefresh:hover {
        color: #ffffff;
        transform: rotate(90deg);
        box-shadow: 0 12px 24px rgba(0, 92, 168, 0.24);
    }

.form-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.GuiYkien .btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-radius: 999px;
    cursor: pointer;
    font-family: "InterB", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, color 0.28s ease, border-color 0.28s ease;
}

.btn-submit-contact {
    border: 1px solid #005ca8;
    color: #ffffff;
    background: linear-gradient(135deg, #005ca8, #003b82);
    box-shadow: 0 14px 30px rgba(0, 59, 130, 0.24);
}

    .btn-submit-contact:hover {
        color: #ffffff;
        transform: translateY(-3px);
        background: linear-gradient(135deg, #00a7d8, #005ca8);
        box-shadow: 0 18px 38px rgba(0, 92, 168, 0.3);
    }

.btn-reset-contact {
    border: 1px solid rgba(0, 92, 168, 0.14);
    color: #0f273f;
    background: #ffffff;
}

    .btn-reset-contact:hover {
        color: #005ca8;
        border-color: rgba(0, 167, 216, 0.4);
        transform: translateY(-3px);
    }

.contact-map-panel {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 28px;
}

.map-copy {
    padding: 26px 28px 0;
}

.google_map {
    height: 390px;
    width: 100%;
    margin-top: 22px;
    overflow: hidden;
    border-radius: 0 0 24px 24px;
}

    .google_map iframe {
        display: block;
        border: none;
    }

.loadgif {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 250, 252, 0.72);
}

.centerload {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

@media (max-width: 1023px) {
    .contact-hero {
        padding: 58px 0 32px;
    }

    .contact-hero-shell,
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-hero-content h1 {
        font-size: 36px;
    }
}

@media (max-width: 739px) {
    .contact-hero {
        padding: 44px 0 26px;
    }

    .contact-eyebrow {
        gap: 9px;
        font-size: 13px;
    }

        .contact-eyebrow span {
            width: 34px;
        }

    .contact-hero-content h1 {
        font-size: 23px;
        line-height: 1.5;
    }

    .contact-hero-content p {
        font-size: 15px;
    }

    .contact-info-panel,
    .contact-form-card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .GuiYkien .btn {
        width: 100%;
    }

    .contact-main-section {
        padding-bottom: 54px;
    }

    .google_map {
        height: 320px;
    }

    .title-inner h2,
    .form-head h2,
    .map-copy h2 {
        font-size: 21px;
    }
}