/* ===========================
   PAGE HEADER
=========================== */

.page-header {
    background: linear-gradient(135deg, #1F1F1F 0%, #343434 100%);
    color: #fff;
    padding: 90px 0;
    text-align: center;
    border-bottom: 4px solid #C7A548;
}

    .page-header h1 {
        font-weight: 700;
    }

    .page-header p {
        color: #d6d6d6;
    }

/* ===========================
   CONTACT CARD
=========================== */

.contact-card {
    background: #fff;
    border-radius: 20px;
    padding: 45px;
    box-shadow: 0 20px 40px rgba(0,0,0,.08);
}

    .contact-card h4 {
        color: #1F1F1F;
    }

/* ===========================
   CONTACT BOX
=========================== */

.contact-box {
    background: #fafafa;
    border-left: 6px solid #C7A548;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
}

    .contact-box h4 {
        color: #1F1F1F;
        margin-bottom: 20px;
    }

    .contact-box hr {
        border-color: #C7A548;
        opacity: 1;
    }

    .contact-box i {
        color: #C7A548;
        margin-right: 8px;
        font-size: 18px;
    }

    .contact-box strong {
        color: #1F1F1F;
    }

/* ===========================
   DIVIDERS
=========================== */

.section-divider {
    width: 80px;
    height: 4px;
    background: #C7A548;
    border-radius: 999px;
    margin-bottom: 30px;
}

.gold-divider {
    width: 450px;
    height: 4px;
    background: #C7A548;
    border-radius: 999px;
}

/* ===========================
   GOOGLE MAP
=========================== */

.map-wrapper {
    height: 100%;
}

.contact-map {
    width: 100%;
    height: 100%;
    min-height: 560px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

/* ===========================
   WHATSAPP BUTTON
=========================== */

.whatsapp-btn {
    background: #25D366;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px;
    transition: .3s;
}

    .whatsapp-btn:hover {
        background: #1EBE5D;
        color: #fff;
    }

    .whatsapp-btn i {
        color: #fff;
    }

/* ===========================
   RESPONSIVE
=========================== */

@media (max-width: 768px) {

    .page-header {
        padding: 60px 20px;
    }

    .contact-card {
        padding: 25px;
    }

    .gold-divider {
        width: 100%;
    }

    .contact-map {
        min-height: 400px;
        margin-top: 20px;
    }
}
