/*
body {
    font-family: 'Poppins', sans-serif;
}
*/

/* Define the gold color for hover effects in the footer links */
.text-gold {
    color: #d4af37;
}

/* Styling for the map container (unused with iframe, kept for reference) */
#map {
    height: 384px; /* Equivalent to h-96 in Tailwind (96 * 4px = 384px) */
    width: 100%;
    border-radius: 0.5rem; /* Equivalent to rounded-lg in Tailwind */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* Fixed syntax */
    position: relative; /* Ensure proper positioning */
    overflow: hidden; /* Prevent content overflow */
}

.page-top-section {
    width: 100%;
    height: 95vh;
}