.max-w-200px {
    width: 200px;
}

.border-gray-300 {
    border-color: #d1d5db;
}

.bg-white {
    background-color: #ffffff;
}

.border-t-2 {
    border-top-width: 2px;
}

.text-gray-700 {
    color: #374151;
}

.text-xl {
    font-size: 1.25rem;
}

.leaflet-popup-content {
    margin: 0 !important;
}

.location-image {
    height: 450px;
    width: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.explore-block-one .inner-box {
    overflow: hidden;
    position: relative;
}

.explore-block-one:hover .location-image {
    transform: scale(1.05);
    /* Zoom in slightly */
}

.image-gallery {
    height: 320px;
    width: auto;
    object-fit: cover;
}