.hero_section {
    padding: 60px 0;
    background-color: #f8f8f8;
}
.contact_section {
    padding: 80px 0;
}
.contact_item {
    margin-bottom: 30px;
}
.contact_icon {
    float: left;
    margin-right: 15px;
}
.contact_icon i {
    color: #0e8ce4;
}
.map_section {
    padding: 60px 0;
    background-color: #f8f8f8;
}
.map_section .text-center > div {
    background-color: #e9ecef;
    padding: 40px;
    border-radius: 10px;
    margin-top: 30px;
}
.map_section .fa-4x {
    color: #0e8ce4;
}
.contact_info h3 {
    color: #0e8ce4;
    margin-bottom: 40px;
    font-weight: 600;
}
.contact_item {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.contact_item::after {
    content: "";
    display: table;
    clear: both;
}
.contact_icon {
    width: 60px;
    height: 60px;
    background-color: #f8f8f8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_text h5 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}
.contact_text p {
    margin: 0;
    color: #666;
}
.contact_form_container h3 {
    color: #0e8ce4;
    margin-bottom: 30px;
    font-weight: 600;
}
.form-control {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding: 12px 16px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}
.form-control:focus {
    border-color: #0e8ce4;
    box-shadow: 0 0 0 0.2rem rgba(14, 140, 228, 0.25);
}
.btn-primary {
    background-color: #0e8ce4;
    border-color: #0e8ce4;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background-color: #0c7cd5;
    border-color: #0c7cd5;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(14, 140, 228, 0.3);
}
.alert {
    border-radius: 8px;
    border: none;
}
@media (max-width: 768px) {
    .contact_item {
        text-align: center;
    }
    .contact_icon {
        float: none !important;
        margin: 0 auto 15px;
    }
}
