/* Marker Icon */
.custom-marker img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    
}

/* Info Window Styling */
.custom-info-window {
    font-family: Arial, sans-serif;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: 300px; /* Adjust the max width */
    max-height: 300px; /* Set a max height to control the popup size */
}

.gm-style-iw gm-style-iw-c {
    font-family: Arial, sans-serif;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    max-width: 300px; /* Adjust the max width */
    max-height: 300px; /* Set a max height to control the popup size */}

/* Title Styling */
.custom-info-window h3 {
    margin: 0;
    font-size: 24px;
    color: #007bff;
}

/* Paragraph Styling */
.custom-info-window p {
    margin: 5px 0;
    font-size: 20px;
    color: #333;
}

/* Optional: Style for links inside the info window */
.custom-info-window a {
    color: #007bff;
    text-decoration: none;
}
