﻿

.section-title {    
    color: #12236f;
}

    .section-title span {
        color: #2563eb;
    }

.section-desc {
    max-width: 750px;
    margin: auto;
    color: #666;
}

.contact-card {
    background: #fff;
    padding: 35px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    height: 100%;
}

    .contact-card i {
        font-size: 25px;
        color: #1d4ed8;
        margin-bottom: 10px;
    }

    .contact-card h4 {
        font-size: 20px;
        margin-bottom: 15px;
        color: #12236f;
    }

    .contact-card a:hover {
        color: #1d4ed8;
    }

        .contact-card a, .contact-card a:focus, .contact-card a:active {
            color: #333;
        }

.escalation-table {
    border: 1px solid #dbeafe;

}

    .escalation-table th {
        background: #1d4ed8;
        color: #fff;
        padding: 10px;
     }

    .escalation-table td {
        padding: 12px;
        vertical-align: top;
    }

    .escalation-table tr:nth-child(even) {
        background: #f8fbff;
    }

    .escalation-table a {
        color: #1d4ed8;
        word-break: break-word;
    }

.complaint-box {
    background: #f8fbff;
    border-left: 5px solid #1d4ed8;
    padding: 35px;
    border-radius: 15px;
}

    .complaint-box h3 {
        color: #12236f;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .complaint-box ul {
        padding-left: 20px;
    }

    .complaint-box li {
        margin-bottom: 12px;
    }

    .complaint-box a {
        color: #1d4ed8;
    }

.complaint-form-section {
    background: #dfedff;
}

.complaint-form-box {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}

    .complaint-form-box label {
        display: block;
        font-weight: 600;
        margin-bottom: 8px;
        color: #12236f;
    }

        .complaint-form-box label span {
            color: #e63946;
        }

    .complaint-form-box .form-control,
    .complaint-form-box .form-select {
        height: 52px;
        border: 1px solid #dbe4f3;
        border-radius: 10px;
    }

    .complaint-form-box textarea.form-control {
        height: auto;
    }

    .complaint-form-box .form-control:focus, .form-select:focus, textarea.form-control:focus, .select2-container .select2-selection--single:focus {
        border-color: #0d47d9;
        box-shadow: none;
    }

.btn-submit {
    background: #1d4ed8;
    color: #fff;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
    margin-right: 10px;
    transition: .3s;
}

    .btn-submit:hover {
        background: #1239a8;
    }

.btn-reset {
    background: #f1f5f9;
    color: #12236f;
    border: none;
    padding: 14px 35px;
    border-radius: 50px;
    font-weight: 600;
}

    .btn-reset:hover {
        background: #e2e8f0;
    }

.alert-info {
    background: #eef5ff;
    border: none;
    color: #12236f;
    padding: 15px 20px;
    border-radius: 12px;
}

    .alert-info a {
        color: #1d4ed8;
        font-weight: 600;
    }

@media(max-width:768px) {

    .complaint-form-box {
        padding: 25px;
    }

    .btn-submit,
    .btn-reset {
        width: 100%;
        margin: 5px 0;
    }
}

.contact-map-section {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

    .contact-map-section iframe {
        width: 100%;
        height: 550px;
        border: 0;
        display: block;
    }

@media(max-width:768px) {
    .contact-map-section iframe {
        height: 400px;
    }
}