body, h1, h2, h3, h4, h5, h6, p, a, li, span, div {
    font-family: 'Comic Neue', cursive !important;
}

body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #fff; }
        header {
            background: linear-gradient(to right, #87CEFA, #B0E0E6);
            color: black;
            padding: 20px;
            text-align: center;
            font-size: 1.6em;
            
        }
        .icons {
            display: flex;
            justify-content: center;
            gap: 40px;
            margin: 20px 0;
            flex-wrap: wrap;
        }
        .icon {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-size: 0.9em;
            color: #333;
        }
        .icon img {
            width: 40px;
            height: 40px;
            margin-bottom: 5px;
        }
        .section-title { text-align: center; font-size: 1.5em; margin-top: 40px; }
        .description { padding: 20px; max-width: 900px; margin: 0 auto; font-size: 1.1em; line-height: 1.6; }
        .gallery, .slider-wrapper { padding: 20px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
        .gallery img { max-width: 300px; border-radius: 10px; }

        .slider-wrapper {
            overflow: hidden;
            width: 100%;
            max-width: 900px;
            margin: 0 auto;
            position: relative;
        }

        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
        }

        .slider img {
            flex-shrink: 0;
            width: 100%;
            height: auto;
            max-height: 500px;
            object-fit: cover;
        }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.triple-slider-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 20px;
}
.slider-block {
    flex: 1 1 30%;
    text-align: center;
}
.slider-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}
.slider {
    position: relative;
    overflow: hidden;
}
.slides-container {
    display: flex;
    transition: transform 0.5s ease;
}
.slide {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.prev, .next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    font-size: 18px;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    z-index: 10;
}
.prev { left: 0; }
.next { right: 0; }

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.slides-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}
.slider .slide {
    min-width: 100%;
    height: auto;
    flex-shrink: 0;
}

button.prev, button.next {
    display: none !important;
}

/* Center the iframe map container without changing its dimensions */
iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; /* Ensuring it doesn't exceed the container width */
}


.slider-golf img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
