   /* ===== HIDE BANNER ON MOBILE ===== */
@media (max-width: 768px) {
    .banner-section {
        display: none;
    }
}

@media (min-width: 992px) {
    .search-section {
        display: none;
    }
}

.contact-image img {
    width: 100%;
    height: auto;
}

.contact-title {
    margin-bottom: 20px;
}

.contact-detail-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    background: #0da487;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.contact-detail-box h4 {
    margin: 0;
    font-size: 16px;
}

.contact-detail-box p {
    margin: 0;
    font-size: 14px;
}