/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.close-btn{
    position: relative;
    right: 0;
}
.disabled {
 pointer-events: none;
}

.dateDrpDwn input{
	padding:5px;
}
/* Remove default white space from Google Maps InfoWindow */
.gm-style-iw {
    padding: 0 !important;
    overflow: hidden !important;
}

.gm-style-iw-d {
    padding: 0 !important;
    margin: 0 !important;
}

.gm-style-iw-c {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
}


.gallery-item {
        position: relative;
        border-radius: 12px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background: #fff;
    }

    .gallery-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    }

    .gallery-img {
        border-radius: 12px;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }