/* Contact — resources/views/contact.blade.php */
#sj-main {
    background: #f6f8fb;
    padding: 0 !important;
    margin: 0 !important;
}

.contact-title-strip {
    background-image:
        linear-gradient(90deg, rgba(234, 241, 248, 0.92) 0%, rgba(231, 239, 247, 0.80) 45%, rgba(227, 236, 246, 0.22) 100%),
        url("../../images/slider/banner4.jpeg");
    background-size: cover;
    background-position: right center;
    border-top: 1px solid #d5dfeb;
    border-bottom: 1px solid #d5dfeb;
    padding: 30px 0 34px;
}

.contact-strip-title {
    margin: 0 0 10px;
    font-size: 44px;
    line-height: 1.1;
    font-weight: 700;
    color: #0f315d;
}

.contact-title-strip .strip-note {
    margin: 0 0 8px;
    color: #44566e;
    font-size: 14px;
    line-height: 1.6;
}

.contact-title-strip .sj-breadcrumb li,
.contact-title-strip .sj-breadcrumb li a {
    color: #1f4b7a;
    font-size: 13px;
}

.contact-main {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 16px 40px;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
}

.contact-card {
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 6px;
    box-shadow: 0 6px 20px rgba(17, 54, 96, 0.05);
    padding: 18px;
    height: 100%;
}

.faq-row {
    margin-top: 14px;
}

.section-title {
    margin: 0 0 6px;
    color: #0f315d;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
}

.section-desc {
    margin: 0 0 12px;
    color: #5c6f84;
    font-size: 13px;
    line-height: 1.45;
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.full {
    grid-column: 1 / -1;
}

.form-label {
    font-size: 12px;
    color: #204163;
    font-weight: 600;
}

.form-control,
.form-select,
.form-textarea {
    width: 100%;
    border: 1px solid #d8e0ea;
    border-radius: 4px;
    background: #fff;
    color: #334b63;
    font-size: 12px;
    padding: 8px 10px;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form-control:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: #2f7fb1;
    box-shadow: 0 0 0 2px rgba(47, 127, 177, 0.12);
}

.form-textarea {
    min-height: 95px;
    resize: vertical;
}

.upload-wrap {
    position: relative;
}

.upload-btn {
    width: 100%;
    border: 1px dashed #cad6e3;
    border-radius: 4px;
    background: #f9fbfd;
    padding: 7px 9px;
    color: #4c6178;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-name {
    font-size: 11px;
    color: #6a7c90;
}

.captcha-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
}

.captcha-wrap .form-control {
    flex: 1;
    min-width: 120px;
}

.captcha-wrap img {
    height: 34px;
    border: 1px solid #d8e0ea;
    border-radius: 4px;
    background: #fff;
}

.captcha-reload {
    width: 34px;
    height: 34px;
    border: 1px solid #d8e0ea;
    border-radius: 4px;
    background: #fff;
    color: #254b75;
    cursor: pointer;
}

.submit-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 2px;
}

.submit-btn {
    background: #15914b;
    border: 1px solid #118443;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #127f41;
}

.faq-card {
    background: #fffdf6;
    border: 1px solid #f1e3b7;
    border-radius: 6px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.faq-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff5d9;
    color: #c4972b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.faq-title {
    margin: 0;
    color: #c4972b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.faq-text {
    margin: 2px 0 0;
    color: #6c6f72;
    font-size: 13px;
}

.faq-btn {
    border: 1px solid #edd89f;
    background: #fff8e7;
    color: #bb8f28;
    border-radius: 4px;
    padding: 9px 16px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.faq-btn:hover {
    color: #fff;
    background: #c4972b;
    border-color: #c4972b;
}

.info-title {
    margin: 0 0 16px;
    color: #0f315d;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.info-box {
    border: 1px solid #e6edf5;
    border-radius: 6px;
    background: #fff;
    padding: 14px;
    margin-bottom: 12px;
}

.info-box-muted {
    background: #f8fbfe;
}

.info-row {
    display: flex;
    gap: 11px;
    margin-bottom: 10px;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eef4fa;
    color: #1a6091;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.info-label {
    margin: 0 0 2px;
    color: #1a6091;
    font-size: 14px;
    font-weight: 700;
}

.info-text {
    margin: 0;
    color: #495f76;
    font-size: 13px;
    line-height: 1.5;
}

.info-small {
    font-size: 12px;
}

.social-row {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.social-row a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d4deea;
    color: #1a6091;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-decoration: none;
}

.social-row a:hover {
    background: #1a6091;
    color: #fff;
}

.stats-row {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e4eaf2;
    border-radius: 8px;
    box-shadow: 0 5px 16px rgba(17, 54, 96, 0.04);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-item {
    padding: 16px 18px;
    border-right: 1px solid #e9eff6;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stat-item:last-child {
    border-right: 0;
}

.stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #dfe9f4;
    color: #1a6091;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.stat-num {
    margin: 0;
    color: #0f315d;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.stat-txt {
    margin: 2px 0 0;
    color: #5b6e82;
    font-size: 13px;
}

.alert {
    padding: 10px 12px;
    border-radius: 4px;
    margin-bottom: 14px;
    font-size: 13px;
    border: 1px solid transparent;
}

.alert-success {
    color: #155724;
    background: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background: #f8d7da;
    border-color: #f5c6cb;
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .stats-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat-item:nth-child(2) {
        border-right: 0;
    }

    .contact-strip-title,
    .section-title,
    .info-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .contact-main {
        padding: 18px 12px 34px;
    }

    .contact-form {
        grid-template-columns: 1fr;
    }

    .faq-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-row {
        grid-template-columns: 1fr;
    }

    .stat-item {
        border-right: 0;
        border-bottom: 1px solid #e9eff6;
    }

    .stat-item:last-child {
        border-bottom: 0;
    }

    .contact-strip-title,
    .section-title,
    .info-title {
        font-size: 28px;
    }
}
