/* ==============================
   Contact Us - refined contact info
   ============================== */

.contact-style-three .form-inner {
    background: #f8f9fc;
    border-radius: 18px;
    padding: 42px 38px 36px 38px;
    box-shadow: 0 10px 35px rgba(10, 25, 60, 0.06);
}

.contact-style-three .form-group input,
.contact-style-three .form-group textarea {
    border: 1px solid #e4e8f0;
    background: #ffffff;
    border-radius: 12px;
    transition: all 0.25s ease;
}

.contact-style-three .form-group input:focus,
.contact-style-three .form-group textarea:focus {
    border-color: #c8d2e3;
    box-shadow: 0 0 0 3px rgba(16, 42, 112, 0.05);
}

.contact-info-box {
    margin-top: 34px;
    padding-top: 8px;
    border-top: 1px solid #e8edf5;
}

.contact-info-box .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 0;
    margin-bottom: 0;
}

.contact-info-box .contact-item + .contact-item {
    border-top: 1px solid #edf1f7;
}

.contact-info-box .icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #eef3fb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

.contact-info-box .icon i {
    font-size: 14px;
    color: #0f2d75;
}

.contact-info-box .text {
    flex: 1;
    line-height: 1.65;
}

.contact-info-box .text a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #4a5568;
    text-decoration: none;
    transition: color 0.25s ease;
    word-break: break-word;
}

.contact-info-box .text a:hover {
    color: #0f2d75;
}

.contact-style-three .content-box h2 {
    margin-bottom: 18px;
}

.contact-style-three .content-box p {
    max-width: 560px;
    color: #5f6b7a;
    line-height: 1.8;
}

.contact-style-three .image-box img {
    width: 100%;
    max-width: 500px;
    height: 373px;
    object-fit: cover;
    border-radius: 16px;
    display: block;
}

.contact-style-three .message-btn {
    margin-bottom: 10px;
}

.contact-style-three .theme-btn.btn-two {
    border-radius: 999px;
    padding: 14px 30px;
    box-shadow: 0 8px 20px rgba(15, 45, 117, 0.10);
}

@media (max-width: 991px) {
    .contact-style-three .form-inner.ml_100 {
        margin-left: 0 !important;
        margin-top: 40px;
    }

    .contact-style-three .form-inner {
        padding: 34px 24px 28px 24px;
    }

    .contact-info-box .text a {
        font-size: 14px;
    }
}