﻿/* =========================
       CONTACT PAGE
    ==========================*/
.contact-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.contact-title {
    font-size: 28px;
    font-weight: 700;
    color: #0056a6;
    margin-bottom: 20px;
    border-left: 5px solid #0056a6;
    padding-left: 15px;
}

.contact-info-box {
    background: #f8fbff;
    border: 1px solid #dbe9f6;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

    .contact-info-box h3 {
        margin-top: 0;
        font-size: 24px;
        font-weight: 700;
        color: #003b8e;
        margin-bottom: 20px;
    }

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}

    .contact-item i {
        width: 30px;
        font-size: 18px;
        color: #0056a6;
        margin-top: 3px;
    }

.contact-subtitle {
    font-weight: 700;
    color: #0056a6;
    margin-top: 18px;
    margin-bottom: 10px;
    font-size: 17px;
}

.contact-form-box {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 25px;
}

    .contact-form-box .form-control {
        height: 45px;
        border-radius: 8px;
        border: 1px solid #d6d6d6;
        box-shadow: none;
    }

    .contact-form-box textarea.form-control {
        height: auto;
        min-height: 140px;
        resize: vertical;
    }

    .contact-form-box label {
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
    }

.btn-contact {
    min-width: 120px;
    height: 42px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
}

#btnGui {
    margin-left: 10px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
    border-radius: 12px;
    margin-bottom: 25px;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        border: 0;
    }

@media (max-width: 767px) {
    .contact-title {
        font-size: 22px;
    }

    .contact-info-box h3 {
        font-size: 20px;
    }

    .contact-item {
        font-size: 15px;
    }

    .btn-contact {
        width: 100%;
        margin-top: 10px;
    }

    #btnGui {
        margin-left: 0;
    }
}
