.contact-content {
    text-align: center;
    margin: 1rem 0;
    padding: 1rem 0;
}

.contact-content h2 {
    font-size: 1.15rem !important;
    text-align: center;
    margin: 1rem 0;
    font-weight: 500 !important;
    color: #054b7a !important;
}

.contact-info-box .icon-circle {
    width: 35px;
    height: 35px;
    min-width: 35px;
    background-color: #e7f1ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.contact-info-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.contact-info-box h2 {
    font-size: 1rem !important;
    color: #054b7a;
    font-weight: 600 !important;
    margin-bottom: .15rem;
}

.contact-info-box p {
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: .35px;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.contact-info-box a {
    color: #1e293b;
}

.contact-info-box {
    background: #fff;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    transition: background-color 0.3s ease;
}

.icon-circle i {
    color: #054b7a !important;
}

.contact-form-wrapper .input-icon i::before {
    background: #e7f1ff;
    padding: .5rem;
    border-radius: 50px;
}

.blue-box {
    background: #054b7a;
}

.blue-box h2 {
    color: #ffffff;
}

.blue-box p {
    color: #ffffff;
}

/* ---------------------------- */
.contact-form-wrapper .form-control::placeholder {
    color: #999;
    font-size: .8rem;
}

.contact-form-wrapper .form-control {
    border: 1px solid #f1f5f9;
    font-size: 15px;
    line-height: 26px;
    background-color: #fff;
    border-radius: 50px;
    font-weight: 500 !important;
    color: #1e293b !important;
    padding: .575rem .75rem;
}

.contact-form-wrapper .input-icon {
    position: relative;
}

.contact-form-wrapper .input-icon i {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #054b7a;
    font-size: .85rem;
}

.text-area-icon {
    position: absolute !important;
    top: 20px !important;
}

.contact-form-wrapper .input-icon input,
.contact-form-wrapper .input-icon textarea {
    padding-left: 40px;
}

.contact-form-wrapper .input-icon textarea {
    min-height: 120px;
    border-radius: 20px;
}

.contact-form-wrapper .radio-group label {
    margin-right: 20px;
    font-weight: 500;
}

.contact-form-wrapper .btn-submit {
    background-color: #054b7a;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.contact-form-wrapper .btn-submit:hover {
    background-color: #043a60;
}

.contact-form-wrapper .contact-form {
    max-width: 600px;
    margin: auto;
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.contact-form-wrapper label {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: .9rem !important;
    color: #054b7a;
    font-weight: 600 !important;
}