/* ============================================================
   CareerSetu Pro
   Contact Page CSS
   FILE:
   public_html/assets/css/contact.css
   ============================================================ */

.cs-contact-page {
    min-height: 100vh;
    background: #f7faff;
    color: #10233f;
}

.cs-contact-hero {
    position: relative;
    overflow: hidden;
    padding: 92px 0 76px;
    background:
        radial-gradient(
            circle at 12% 20%,
            rgba(96, 165, 250, .20),
            transparent 34%
        ),
        radial-gradient(
            circle at 88% 10%,
            rgba(37, 99, 235, .15),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #f8fbff 0%,
            #edf5ff 48%,
            #f9fbff 100%
        );
    border-bottom: 1px solid #e4edf8;
}

.cs-contact-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -150px;
    bottom: -210px;
    border: 1px solid rgba(37, 99, 235, .10);
    border-radius: 50%;
    pointer-events: none;
}

.cs-contact-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.cs-contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border: 1px solid rgba(37, 99, 235, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .82);
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(30, 64, 175, .06);
}

.cs-contact-title {
    margin: 20px 0 16px;
    color: #10233f;
    font-size: clamp(38px, 5vw, 64px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.cs-contact-title span {
    display: block;
    color: #2563eb;
}

.cs-contact-hero-text {
    max-width: 680px;
    margin: 0 auto;
    color: #607089;
    font-size: 17px;
    line-height: 1.8;
}

.cs-contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 24px;
    color: #8090a7;
    font-size: 13px;
    font-weight: 600;
}

.cs-contact-breadcrumb a {
    color: #2563eb;
    text-decoration: none;
}

.cs-contact-section {
    padding: 82px 0;
}

.cs-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, .8fr);
    gap: 28px;
    align-items: stretch;
}

.cs-contact-form-card,
.cs-contact-info-card {
    border: 1px solid #e2ebf6;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(15, 35, 63, .07);
}

.cs-contact-form-card {
    padding: 34px;
}

.cs-contact-info-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(96, 165, 250, .14),
            transparent 35%
        ),
        linear-gradient(
            150deg,
            #0b2343,
            #102e55 60%,
            #123b69
        );
    border-color: rgba(255, 255, 255, .08);
    color: #fff;
}

.cs-contact-card-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.cs-contact-mini-icon,
.cs-contact-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 18px;
}

.cs-contact-card-kicker {
    display: block;
    margin-bottom: 6px;
    color: #64748b;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
}

.cs-contact-card-heading h2,
.cs-contact-info-top h2,
.cs-contact-bottom-card h2 {
    margin: 0;
    color: #10233f;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
}

.cs-contact-info-top .cs-contact-card-kicker {
    color: #7eb4ff;
}

.cs-contact-info-top h2 {
    color: #fff;
}

.cs-contact-info-top p {
    margin: 14px 0 0;
    color: #b9c9dd;
    font-size: 14px;
    line-height: 1.8;
}

.cs-contact-alert {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 22px;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.6;
}

.cs-contact-alert-success {
    border: 1px solid #b8ebd0;
    background: #f0fdf4;
    color: #166534;
}

.cs-contact-alert-error {
    border: 1px solid #fecaca;
    background: #fff7f7;
    color: #991b1b;
}

.cs-contact-form {
    position: relative;
}

.cs-contact-honeypot {
    position: absolute !important;
    left: -99999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.cs-contact-label {
    display: block;
    margin-bottom: 8px;
    color: #263b58;
    font-size: 12px;
    font-weight: 750;
}

.cs-contact-label span {
    color: #dc2626;
}

.cs-contact-input-wrap {
    position: relative;
}

.cs-contact-input-wrap > i {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 2;
    color: #7890ad;
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}

.cs-contact-textarea-wrap > i {
    top: 17px;
    transform: none;
}

.cs-contact-input {
    width: 100%;
    min-height: 50px;
    padding: 12px 15px 12px 43px;
    border: 1px solid #dce6f1;
    border-radius: 12px;
    outline: none;
    background: #fbfdff;
    color: #162b47;
    font-size: 14px;
    line-height: 1.5;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.cs-contact-textarea {
    min-height: 160px;
    resize: vertical;
    padding-top: 13px;
}

.cs-contact-input::placeholder {
    color: #a1afbf;
}

.cs-contact-input:focus {
    border-color: #60a5fa;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .09);
}

.cs-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 54px;
    margin-top: 5px;
    padding: 12px 20px;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(37, 99, 235, .22);
    cursor: pointer;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.cs-contact-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(37, 99, 235, .28);
}

.cs-contact-info-list {
    margin-top: 30px;
}

.cs-contact-info-item {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    color: #fff;
    text-decoration: none;
}

.cs-contact-info-item:last-child {
    border-bottom: 0;
}

.cs-contact-info-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border: 1px solid rgba(126, 180, 255, .16);
    border-radius: 11px;
    background: rgba(126, 180, 255, .10);
    color: #7eb4ff;
    font-size: 14px;
}

.cs-contact-info-item > span:last-child {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cs-contact-info-item small {
    margin-bottom: 3px;
    color: #8fa6c1;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .08em;
}

.cs-contact-info-item strong {
    overflow-wrap: anywhere;
    color: #edf5ff;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.cs-contact-info-item em {
    margin-top: 2px;
    color: #8fa6c1;
    font-size: 10px;
    font-style: normal;
}

.cs-contact-info-item:hover .cs-contact-info-icon {
    background: rgba(126, 180, 255, .18);
}

.cs-contact-support-note {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    margin-top: 24px;
    padding: 16px;
    border: 1px solid rgba(126, 180, 255, .18);
    border-radius: 15px;
    background: rgba(255, 255, 255, .045);
}

.cs-contact-support-note-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 11px;
    background: rgba(37, 99, 235, .16);
    color: #7eb4ff;
}

.cs-contact-support-note strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
}

.cs-contact-support-note p {
    margin: 0;
    color: #a9bdd4;
    font-size: 11px;
    line-height: 1.6;
}

.cs-contact-bottom {
    padding: 0 0 82px;
}

.cs-contact-bottom-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 34px;
    border: 1px solid #dfe9f5;
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            #f0f7ff,
            #fff
        );
}

.cs-contact-bottom-card .cs-contact-card-kicker {
    color: #2563eb;
}

.cs-contact-bottom-card p {
    max-width: 680px;
    margin: 9px 0 0;
    color: #65758d;
    font-size: 13px;
    line-height: 1.7;
}

.cs-contact-bottom-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    flex: 0 0 auto;
    padding: 13px 19px;
    border-radius: 11px;
    background: #102e55;
    color: #fff;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

.cs-contact-bottom-btn:hover {
    transform: translateY(-2px);
    background: #2563eb;
    color: #fff;
}

@media (max-width: 991.98px) {

    .cs-contact-hero {
        padding: 72px 0 60px;
    }

    .cs-contact-section {
        padding: 60px 0;
    }

    .cs-contact-grid {
        grid-template-columns: 1fr;
    }

    .cs-contact-info-card {
        order: -1;
    }

    .cs-contact-bottom {
        padding-bottom: 60px;
    }
}

@media (max-width: 767.98px) {

    .cs-contact-hero {
        padding: 56px 0 48px;
    }

    .cs-contact-title {
        font-size: 39px;
    }

    .cs-contact-hero-text {
        font-size: 14px;
        line-height: 1.75;
    }

    .cs-contact-section {
        padding: 42px 0;
    }

    .cs-contact-form-card,
    .cs-contact-info-card {
        padding: 23px;
        border-radius: 19px;
    }

    .cs-contact-card-heading {
        margin-bottom: 22px;
    }

    .cs-contact-card-heading h2,
    .cs-contact-info-top h2,
    .cs-contact-bottom-card h2 {
        font-size: 23px;
    }

    .cs-contact-bottom-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px;
        border-radius: 18px;
    }

    .cs-contact-bottom-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 420px) {

    .cs-contact-title {
        font-size: 34px;
    }

    .cs-contact-eyebrow {
        font-size: 10px;
    }

    .cs-contact-form-card,
    .cs-contact-info-card {
        padding: 19px;
    }
}
