﻿
.contact-banner {
    background: linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.65)), url('images/contact-banner.jpg');
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    text-align: center;
    color: #fff;
}

    .contact-banner h1 {
        font-size: 48px;
        font-weight: 700;
    }

.contact-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    height: 100%;
    transition: .3s;
}

    .contact-card:hover {
        transform: translateY(-5px);
    }

.contact-icon {
    font-size: 35px;
    color: #c89b3c;
    margin-bottom: 15px;
}

.contact-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.enquiry-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
}

.form-control {
    height: 50px;
    border-radius: 8px;
}

textarea.form-control {
    height: 120px !important;
}

.btn-send {
    background: #c89b3c;
    color: #fff;
    padding: 12px 35px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
}

    .btn-send:hover {
        background: #a57d29;
        color: #fff;
    }

.map-section {
    margin-top: 50px;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
}

    .section-title h2 {
        font-weight: 700;
        color: #222;
    }
