/* Yachay Sumaq — contact.html (temp02) */
.ys-contact-area {
    padding: 100px 0;
    background: #fff;
}
.ys-contact-card {
    background: #fff;
    border-radius: 22px;
    padding: 55px 50px;
    box-shadow: 0 25px 60px rgba(0, 36, 126, .1);
    border: 1px solid rgba(0, 36, 126, .06);
}
.ys-contact-title {
    font-family: 'Barlow', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: #00247e;
    margin-bottom: 14px;
}
.ys-contact-text {
    color: #5b6478;
    margin-bottom: 32px;
    max-width: 520px;
    line-height: 1.7;
}
.ys-contact-text strong {
    font-weight: 700;
    color: #00247e;
}
.ys-contact-text p {
    margin: 0;
}
.ys-contact-form .form-group {
    margin-bottom: 20px;
}
.ys-contact-form input,
.ys-contact-form textarea {
    width: 100%;
    border: 1px solid rgba(0, 36, 126, .15);
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 14.5px;
    color: #14212B;
    background: #fff;
    transition: all .3s ease;
}
.ys-contact-form textarea {
    min-height: 130px;
    resize: vertical;
}
.ys-contact-form input:focus,
.ys-contact-form textarea:focus {
    outline: none;
    border-color: #00247e;
    box-shadow: 0 0 0 4px rgba(0, 36, 126, .08);
}
.ys-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(100deg, #00247e, #001852);
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .04em;
    padding: 16px 34px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(0, 36, 126, .25);
    transition: all .35s ease;
}
.ys-contact-btn:hover {
    background: linear-gradient(100deg, #cd7d0b, #f0a93a);
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(205, 125, 11, .3);
}
.ys-contact-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ys-contact-info {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 38px;
    padding: 6px;
    transition: transform .35s ease;
}
.ys-contact-info:hover {
    transform: translateX(8px);
}
.ys-contact-info:last-child { margin-bottom: 0; }
.ys-contact-info-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 50%;
    border: 2px solid rgba(0, 36, 126, .18);
    color: #00247e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all .35s ease;
}
.ys-contact-info:hover .ys-contact-info-icon {
    background: linear-gradient(135deg, #cd7d0b, #f0a93a);
    border-color: transparent;
    color: #fff;
    transform: rotate(8deg) scale(1.08);
}
.ys-contact-info h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 17px;
    font-weight: 800;
    color: #00247e;
    margin-bottom: 4px;
}
.ys-contact-info p,
.ys-contact-info a {
    font-size: 14.5px;
    color: #5b6478;
    margin: 0;
    text-decoration: none;
}
.ys-contact-info a:hover {
    color: #cd7d0b;
}
.ys-contact-alert {
    padding: 14px 18px;
    border-radius: 12px;
    margin-bottom: 24px;
    font-size: 14px;
}
.ys-contact-alert--ok {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}
.ys-contact-alert--err {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.security_map_area .map_area iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    display: block;
}
