﻿/* Fancy and responsive styles for the InfoWindow */
.info-window-content {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 300px;
    width: 100%;
    color: #333;
    font-size: 14px;
}

.info-window-content strong {
    color: #007BFF;
}

.info-window-content .distance {
    font-size: 16px;
    font-weight: bold;
}

.info-window-content .time {
    color: #28a745;
    font-weight: bold;
}
.frh_page .main-img {
    max-width: 100%;
    height: auto;
    max-height: 412px;
}
/* Responsive design adjustments */
@media (max-width: 600px) {
    .info-window-content {
        padding: 10px;
        max-width: 200px;
    }
}

.weather-container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.weather-container h1 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #2c3e50;
}

.weather-container img {
    width: 100px;
    height: auto;
}

.weather-container p {
    font-size: 18px !important;
    margin: 5px 0 !important;
}

.temp {
    font-size: 32px !important;
    font-weight: bold;
    color: #e67e22 !important;
}

.weather-info img {
    width: 200px
}

/* Facilities Section */
#facilityDiv .facilities {
    padding: 50px 20px;
    background: #fff;
}

    #facilityDiv .facilities h2 {
        font-size: 2.5rem;
        margin-bottom: 30px;
        color: #333;
    }

/* Facilities Container */
#facilityDiv .facilities-container {
    gap: 30px;
    max-width: 1100px;
    margin: auto;
    width: auto;
    display: flex;
}

/* Facility Card */
#facilityDiv .facility-card {
    background: linear-gradient(135deg, #60770d, #c4e93b);
    color: white;
    padding: 15px;
    border-radius: 14px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

    #facilityDiv .facility-card h3 {
        font-size: 1.5rem;
    }

    /* Hover Effect */
    #facilityDiv .facility-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
#detailTrekking p {
    margin-bottom: 0px;
}