.golf-hero {
    background-image: url(../images/g1.avif)
}

.breadcrumb-home {
    color: var(--primary) !important
}

.breadcrumb-separator {
    color: #666
}

.breadcrumb-current {
    color: var(--primary-color)
}
/* Design Fix for Golf Section */
#golf {
    background: linear-gradient(135deg, #17d4d1 0%, #90e03e 100%) !important;
    padding: 80px 0;
    text-align: center;
}

.section-title.white {
    color: #fff !important;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.highlight-yellow {
    color: #ffeb33 !important;
}

.golf-sub {
    color: rgba(255,255,255,0.95);
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.tee-tag {
    background: #fff !important;
    color: #17d4d1 !important;
    font-weight: 600;
    margin-bottom: 20px;
}
