body,
html {
    height: 100%;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body {
    background-color: #f8f9fa;
    color: #333;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

hr {
    margin: auto;
    width: 80%;
    border: none;
    height: 1px;
    background-color: #ddd;
}

h1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 40px;
    color: #806000;
    margin: 20px 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 30px;
    color: #806000;
    margin: 25px 0 15px 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    color: #806000;
    margin: 15px 0 10px 0;
    font-weight: 700;
}

p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 12px 0;
}

li {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin: 8px 0;
}

a {
    color: #0052cc;
    text-decoration: underline;
    transition: all 0.3s ease;
    font-weight: 600;
}

a:hover {
    color: #003a99;
    background-color: #e8f0ff;
    text-decoration: underline;
}

table,
th,
td {
    border: 1px solid #ddd;
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px;
    color: #555;
}

table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1100px;
    border-collapse: collapse;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

th,
td {
    padding: 12px 16px;
}

th {
    width: auto;
    background: linear-gradient(135deg, #e8dcc8 0%, #ddd0c0 100%);
    font-weight: 700;
    color: #333;
}

tr:nth-child(even) {
    background-color: #f9f7f4;
}

tr:hover {
    background-color: #f0ede8;
}

.double-line {
    border: none;
    border-top: 3px double #806000;
    height: 5px;
    margin: 2.5em auto;
    width: 80%;
}

.section-heading {
    font-size: 145%;
    font-weight: 700;
    color: #806000;
    margin: 20px 0 12px 0;
}

.tour-section {
    margin-left: 40px;
    padding: 20px;
    background-color: #fff;
    border-left: 4px solid #806000;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(128, 96, 0, 0.08);
}

.tour-heading {
    font-size: 115%;
    font-weight: 700;
    color: #806000;
}

.content-section {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
}

.content-section-center {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.content-section-center img:hover {
    opacity: 0.9;
}

.hero-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 12px auto;
}

.hero-title {
    flex: 1 1 260px;
    min-width: 240px;
    text-align: center;
}

.hero-logo {
    width: 18vw !important;
    max-width: 300px !important;
    height: auto;
    object-fit: contain;
}

.hero-logo-right {
    display: block;
}

.container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}


.hotel-logo {
    object-fit: contain;
    vertical-align: middle;
    margin: 10px 10px;
}

.club-logo {
    height: auto;
    width: auto;
    max-height: 275px;
    max-width: 100%;
}

.embedded-youtube {
    max-width: 100%;
    border: none;
}

.footer-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-gallery img {
    flex: 0 1 auto;
    height: 200px;
    width: auto;
}


.chuck-image {
    max-width: 60%;
    height: auto;
}


@media (max-width: 1400px) {


    .content-section,
    .content-section-center {
        width: 100%;
        padding: 0 20px;
    }

    .double-line,
    hr {
        width: 100%;
    }


    .hero-logo {
        width: 50vw !important;
        max-width: 350px !important;
    }

    .hero-header {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .hero-logo-right {
        display: none !important;
    }

    .footer-gallery img:first-child,
    .footer-gallery img:last-child {
        display: none !important;
    }

}