/*  LAYOUT UTILITIES  */
.sb-section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* HERO / HEADER SECTION (Screenshot 1)  */
.sb-club-view-hero-section {
    background: rgba(25, 60, 0, 1);
    color: var(--sb-text-light);
    padding: 32px 0 48px 0;
    position: relative;
    background-image: url(https://sbireland.com/storage/pages/bqi3OctCFfA3kL95VcZ0x9CdFX0AisCokuV6rBXN.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sb-cta-section .sb-cta-box .sb-header-btn {
    font-size: 18px;
    border-radius: 10px;
    padding: 14px 22px;
    margin-top: 8px;
}
.sb-back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(149, 212, 102, 1);
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 22px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sb-back-button:hover {
    color: var(--sb-text-light);
    transform: translateX(-3px);
}

.sb-hero-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.sb-hero-left {
    display: flex;
    align-items: center;
    gap: 24px;
    flex: 1;
    min-width: 300px;
}

.sb-academy-image-wrapper {
    position: relative;
    width: 130px;
    height: 130px;
    flex-shrink: 0;
    border-radius: 20px;
    padding: 2px;
    background: rgba(200, 235, 190, 1);
}

.sb-academy-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 17px;
}

.sb-academy-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sb-academy-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.sb-academy-title {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0%;
    margin: 0;
    line-height: 1.1;
}

.sb-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
}

.sb-badge-verified {
    background-color: rgba(93, 161, 44, 1);
}

.sb-badge-open {
    background-color: rgba(53, 191, 115, 1);
}

.sb-badge-closed {
    background-color: rgba(255, 152, 17, 1);
}

.sb-academy-subtitle {
    font-size: 18px;
    font-style: italic;
    color: rgba(196, 232, 169, 1);
    font-weight: 400;
}

.sb-contact-details {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.sb-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sb-contact-icon {
    color: var(--sb-accent-gold);
    flex-shrink: 0;
}

.sb-hero-right {
    display: flex;
    align-items: center;
}

.sb-header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
    gap: 6px;
}

.sb-header-btn-orange {
    background-color: var(--sb-theme-orange);
    color: #fff;
    padding: 14px 19px;
    border: none;
}

.sb-header-btn-orange:hover {
    background-color: var(--sb-theme-orange-hover);
    transform: translateY(-1px);
}

/* STATS SECTION */
.sb-stats-section {
    background: linear-gradient(90deg, rgba(24, 74, 30, 1) 0%, rgba(18, 55, 24, 1) 35%, rgba(10, 35, 18, 1) 70%, rgba(20, 36, 20, 1) 100%);
    padding: 50px 0;
}

.sb-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.sb-stat-card {
    background-color: var(--sb-bg-card);
    border-radius: 16px;
    padding: 18px 22px;
    text-align: left;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.sb-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.sb-stat-icon-wrapper {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-stat-icon-wrapper img {
    width: 100%;
    height: 100%;
}

.sb-stat-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sb-stat-number {
    font-family: "Inter", "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}

/* Text Colors per Stat Card matching screenshot palette */
.sb-color-members {
    color: rgba(93, 161, 44, 1);
}

.sb-color-snooker {
    color: rgba(120, 29, 190, 1);
}

.sb-color-break {
    color: rgba(255, 152, 17, 1);
}

.sb-color-events {
    color: rgba(93, 161, 44, 1);
}

.sb-color-years {
    color: rgba(51, 117, 216, 1);
}


.sb-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(19, 20, 19, 1);
    margin-top: 0;
}

/*SECTION 4: ALL MEMBERS DIRECTORY */
.sb-members-section {
    padding: 80px 0;
    background-color: rgba(245, 246, 244, 1);
}

.sb-search-input {
    width: 100%;
    height: 46px;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0 16px 0 40px;
    font-size: 13.5px;
    outline: none;
}

.sb-search-input:focus {
    border-color: var(--sb-theme-green);
}

.sb-search-icon-svg {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

/* Category pills scrolling list */
.sb-pills-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.sb-pill-btn {
    background-color: #ffffff;
    border: 1px solid rgba(233, 233, 233, 1);
    color: rgba(19, 20, 19, 1);
    font-size: 15px;
    font-weight: 500;
    padding: 14px 22px;
    border-radius: 16px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    font-family: 'Inter', sans-serif;
}

.sb-pill-btn:hover {
    background-color: #f8fafc;
}

.sb-pill-btn.sb-active {
    background-color: var(--sb-theme-green);
    border-color: var(--sb-theme-green);
    color: #ffffff;
}

/* Member cards grid */
.sb-member-card {
    background-color: #ffffff;
    border: 1px solid rgba(219, 221, 217, 1);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transition: transform 0.2s ease;
}

.sb-member-card:hover {
    transform: translateY(-2px);
}

.sb-member-badge-category {
    position: absolute;
    top: 14px;
    right: 14px;
    background-color: rgba(229, 245, 231, 1);
    color: rgba(49, 109, 56, 1);
    font-size: 12px;
    font-weight: 500;
    padding: 4px 11px;
    border-radius: 50px;
    text-transform: capitalize;
}

.sb-member-avatar-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 6px;
}

.sb-member-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sb-member-club-label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(66, 67, 66, 1);
    letter-spacing: 0.5px;
}

.sb-member-club-name {
    font-size: 20px;
    font-weight: 600;
    color: rgba(19, 20, 19, 1);
}

.sb-member-name {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}

.sb-member-contact-info {
    font-size: 14px;
    color: rgba(104, 105, 104, 1);
    line-height: 1.5;
    border-top: 1px solid #f1f5f9;
    padding-top: 12px;
    width: 100%;
    font-weight: 400;
}

.sb-pagination-indicator {
    margin-top: 30px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
}

.sb-section-title-main {
    font-size: 46px;
    font-weight: 700;
    color: rgba(19, 20, 19, 1);
    letter-spacing: -0.5px;
    font-family: 'Playfair Display';
}

.sb-section-title-main span {
    color: var(--sb-theme-green);
}

/*LEADERBOARD SECTION (Screenshot 4)  */
.sb-leaderboard-section {
    background: linear-gradient(135deg, #0f2e03 0%, #061401 100%);
    padding: 64px 0;
    color: var(--sb-text-light);
}

.sb-leaderboard-section .sb-section-title-main {
    color: var(--text-light);
}

.sb-section-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.sb-section-title-serif {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
}

.sb-section-title-serif span {
    color: #90c793;
}

.sb-leaderboard-card-wrapper {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 12px;
    overflow: hidden;
    color: #131413;
    border: 1px solid #E9E9E9;
}

.sb-leaderboard-table {
    width: 100%;
    border-collapse: collapse;
}

.sb-leaderboard-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px;
    border-bottom: 1px solid #f1eeeb;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sb-leaderboard-row:hover {
    background-color: #f9f7f2;
}

/* Best Record Golden Highlight Row */
.sb-leaderboard-row.sb-rank-1 {
    background-color: rgba(255, 245, 229, 1);
}

.sb-row-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.sb-rank-number {
    font-size: 20px;
    font-weight: 500;
    color: #131413;
    width: 24px;
}

.sb-rank-1 .sb-rank-number {
    color: var(--sb-accent-orange);
}

.sb-player-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Colorful Avatar Classes */
.sb-avatar-sm {
    background-color: rgba(233, 245, 224, 1);
    color: rgba(93, 161, 44, 1);
    border: 1px solid rgba(187, 213, 168, 1);
}

.sb-avatar-pn {
    background-color: rgba(232, 241, 254, 1);
    color: rgba(51, 117, 216, 1);
    border: 1px solid rgba(181, 206, 243, 1);
}

.sb-avatar-to {
    background-color: rgba(233, 245, 224, 1);
    color: rgba(93, 161, 44, 1);
    border: 1px solid rgba(187, 213, 168, 1);
}

.sb-avatar-mb {
    background-color: #e8eaf6;
    color: rgba(45, 86, 162, 1);
    border: 1px solid rgba(138, 166, 218, 1);
}

.sb-avatar-dc {
    background-color: rgba(233, 245, 224, 1);
    color: rgba(93, 161, 44, 1);
    border: 1px solid rgba(187, 213, 168, 1);
}

.sb-avatar-jl {
    background-color: rgba(232, 241, 254, 1);
    color: rgba(51, 117, 216, 1);
    border: 1px solid rgba(181, 206, 243, 1);
}

.sb-avatar-dr {
    background-color: rgba(233, 245, 224, 1);
    color: rgba(93, 161, 44, 1);
    border: 1px solid rgba(187, 213, 168, 1);
}

.sb-avatar-cm {
    background-color: #fce4ec;
    color: #c2185b;
    border: 1px solid #f48fb1;
}

.sb-avatar-jm {
    background-color: rgba(245, 232, 255, 1);
    color: rgba(120, 29, 190, 1);
    border: 1px solid rgba(208, 180, 229, 1);
}


.sb-player-meta {
    display: flex;
    flex-direction: column;
}

.sb-player-name {
    font-weight: 500;
    font-size: 16px;
    color: rgba(19, 20, 19, 1);
}

.sb-player-tag {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

/* Tag Type Styles matching screenshot text colors */
.sb-tag-amateur {
    color: rgba(49, 109, 56, 1);
}

.sb-tag-coaching {
    color: rgba(51, 117, 216, 1);
}

.sb-tag-seniors {
    color: rgba(45, 86, 162, 1);
}

.sb-tag-ladies {
    color: rgba(156, 35, 35, 1);
}

.sb-tag-u-21 {
    color: rgba(120, 29, 190, 1);
}


.sb-row-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sb-highest-break-num {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    color: rgba(93, 161, 44, 1);
}

.sb-rank-1 .sb-highest-break-num {
    color: rgba(255, 152, 17, 1);
}

.sb-not-rank-1 .sb-highest-break-num {
    color: #2e7d32;
}

.sb-break-label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-transform: lowercase;
    margin-top: 5px;
}

/* HOURS & LOCATION SECTION */
.sb-info-section {
    background-color: var(--sb-text-light);
    padding: 80px 0;
}

.sb-info-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
}

.sb-hours-column,
.sb-location-column {
    display: flex;
    flex-direction: column;
}

.sb-column-title {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: var(--sb-text-dark);
}

/* Hours Card Styles */
.sb-hours-card {
    background-color: var(--sb-bg-card);
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sb-hours-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    font-size: 14px;
    font-weight: 500;
    color: rgba(19, 20, 19, 1);
}

.sb-hours-row:last-child {
    border-bottom: none;
}

/* Highlights current day (Screenshot 2 highlights MONDAY (TODAY)) */
.sb-hours-row.sb-today {
    background-color: rgba(229, 245, 231, 1);
    color: rgba(49, 109, 56, 1);
    font-weight: 700;
}

.sb-day-name {
    text-transform: capitalize;
}

.sb-time-range {
    font-variant-numeric: tabular-nums;
}

.sb-map-wrapper {
    position: relative;
    background-color: #eaeaea;
    border-radius: 16px;
    height: 330px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.sb-map-element {
    width: 100%;
    height: 100%;
    border: none;
}

.sb-map-action-row {
    display: flex;
    justify-content: flex-end;
}

.sb-btn-green {
    background-color: #519d30;
    color: #ffffff;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.sb-btn-green:hover {
    background-color: #438525;
    transform: translateY(-2px);
}

/* About column (info section, left) */
.sb-about-column {
    display: flex;
    flex-direction: column;
}

.sb-about-title {
    margin-bottom: 20px;
}

.sb-about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #4b5563;
    margin-bottom: 28px;
}

.sb-about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: auto;
}

/* Opening hours + map column (info section, right) */
.sb-hours-map-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sb-hours-map-column .sb-map-wrapper {
    margin-bottom: 0;
    height: 260px;
}

.sb-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.sb-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 34px;
    flex-wrap: wrap;
    gap: 16px;
}

/*CLUB NEWS SECTION (Screenshot Image_bb44c5.png) */
.sb-news-section {
    background-color: #ffffff;
    padding: 80px 0;
    border-bottom: 1px solid #e5e7eb;
}

.sb-news-section .sb-section-title-main {
    text-align: center;
    margin-bottom: 40px;
}

.sb-section-title-centered {
    text-align: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 48px;
    color: var(--sb-text-dark);
}

.sb-section-title-centered span {
    color: #519d30;
}

.sb-news-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}

.sb-news-card {
    background-color: #ffffff;
    border: 1px solid rgba(219, 221, 217, 1);
    border-radius: 16px;
    padding: 25px 24px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease;
}

.sb-news-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
}

/* Indicator Sidebars */
.sb-news-card::before {
    content: '';
    position: absolute;
    left: 23px;
    top: 25px;
    bottom: 25px;
    width: 6px;
    border-radius: 20px;
}

.sb-news-card.sb-pinned::before {
    background-color: rgba(237, 140, 14, 1);
}

.sb-news-card.sb-regular::before {
    background-color: rgba(93, 161, 44, 1);
}

.sb-news-content {
    padding-left: 30px;
    flex: 1;
    position: relative;
}

.sb-news-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.sb-news-date {
    font-size: 14px;
    font-weight: 400;
    color: rgba(66, 67, 66, 1);
}

.sb-news-badge-pinned {
    background-color: rgba(254, 243, 226, 1);
    color: rgba(237, 140, 14, 1);
    font-size: 12px;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.sb-news-title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(19, 20, 19, 1);
    margin-bottom: 6px;
}

.sb-news-description {
    font-size: 16px;
    color: rgba(66, 67, 66, 1);
    line-height: 1.6;
    font-weight: 400;
}

.sb-grid-layout {
    transition: opacity .25s ease;
}

.sb-grid-layout.is-loading {
    opacity: .4;
    pointer-events: none;
}

.sb-pill-btn {
    transition: all .25s ease;
}

.member-fade-in {
    animation: memberFadeIn .35s ease forwards;
}

.sb-title-photo {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--sb-text-light);
    letter-spacing: -0.5px;
}

.sb-gallery-section {
    background-color: var(--sb-text-light);
    padding: 80px 0;
}

/*  LAYOUT UTILITIES  */
.sb-section-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* GRID ARCHITECTURE */
.sb-gallery-top-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.sb-gallery-bottom-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ALBUM CARD styling */
.sb-album-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--sb-bg-card);
    aspect-ratio: 16 / 13;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: var(--sb-transition-smooth);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sb-album-card.sb-large-featured {
    aspect-ratio: 5 / 4;
    height: 100%;
}

.sb-gallery-right-stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sb-gallery-right-stack .sb-album-card {
    flex: 1;
    aspect-ratio: auto;
}

/* CARD HOVER INTERACTIONS */
.sb-album-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(10, 15, 12, 0.9) 0%, rgba(10, 15, 12, 0.4) 40%, rgba(10, 15, 12, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.sb-album-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 20px 40px rgba(53, 122, 56, 0.15);
}

/* IMAGE / GRAPHICS */
.sb-album-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.sb-album-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--sb-transition-smooth);
}

.sb-album-card:hover .sb-album-image {
    transform: scale(1.06);
}

/* CARD UI LABELS */
.sb-album-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    background: rgba(93, 161, 44, 1);
    border-radius: 20px;
    padding: 6px 14px;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 6px;
    transition: var(--sb-transition-smooth);
}

.sb-album-badge-icon {
    font-size: 14px;
    line-height: 1;
}

.sb-album-badge span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.sb-album-card:hover .sb-album-badge span {
    color: #ffffff;
}

.sb-album-content {
    position: relative;
    z-index: 3;
    padding: 24px;
    pointer-events: none;
}

.sb-album-meta {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 1);
}

.sb-album-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.2px;
}

/* LIGHTBOX OVERLAY */
.sb-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 10, 9, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    padding: 20px;
}

.sb-lightbox.sb-active {
    opacity: 1;
    pointer-events: auto;
}

/* LIGHTBOX HEADER */
.sb-lightbox-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1010;
}

.sb-lightbox-album-info {
    display: flex;
    flex-direction: column;
}

.sb-lightbox-category {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--sb-billiard-green-light);
}

.sb-lightbox-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}

.sb-lightbox-counter {
    background: rgba(255, 255, 255, 0.07);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #fff;
    color: #fff;
}

.sb-lightbox-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sb-lightbox-close {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--sb-transition-smooth);
}

.sb-lightbox-close:hover {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.4);
    transform: rotate(90deg);
}

.sb-lightbox-close svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}

/* LIGHTBOX MAIN VIEWER */
.sb-lightbox-viewer {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 20px 0;
}

.sb-swiper-container {
    width: 100%;
    height: 100%;
    max-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sb-swiper-track {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

.sb-swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    user-select: none;
}

.sb-swiper-slide img {
    max-width: 90%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease;
}

/* NAVIGATION BUTTONS */
.sb-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1020;
    transition: var(--sb-transition-smooth);
}

.sb-nav-btn:hover {
    background: var(--sb-billiard-green);
    border-color: var(--sb-billiard-green-light);
    transform: translateY(-50%) scale(1.1);
}

.sb-nav-btn.sb-prev {
    left: 20px;
}

.sb-nav-btn.sb-next {
    right: 20px;
}

.sb-nav-btn svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
}

/* BOTTOM THUMBNAILS SLIDER */
.sb-lightbox-thumbs-container {
    padding: 10px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    gap: 12px;
    max-width: 100%;
    z-index: 1010;
}

.sb-thumb-item {
    width: 80px;
    height: 54px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.4;
    flex-shrink: 0;
    border: 2px solid transparent;
    transition: var(--sb-transition-smooth);
    background-color: #1a1a1a;
}

.sb-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.sb-thumb-item:hover {
    opacity: 0.8;
    transform: scale(1.05);
}

.sb-thumb-item.sb-active {
    opacity: 1;
    border-color: var(--sb-billiard-green-light);
    transform: scale(1.1);
    box-shadow: 0 0 12px rgba(76, 175, 80, 0.5);
}

/* INSTRUCTION INFO */
.sb-slide-info-panel {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(15, 20, 17, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 24px;
    border-radius: 30px;
    max-width: 80%;
    text-align: center;
    z-index: 1015;
    pointer-events: none;
}

.sb-slide-caption {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}

.sb-helper-keys {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 11px;
    color: var(--sb-text-muted);
    display: flex;
    gap: 12px;
    z-index: 1010;
}

.sb-key {
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

.sb-events-heading {
    text-align: center;
    margin-bottom: 50px;
}

.sb-events-heading h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
}

.sb-events-heading span {
    color: #7db64c;
}

.sb-events-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.sb-event-card {
    background: #fff;
    border: 1px solid rgba(219, 221, 217, 1);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: .3s;
}

.sb-event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.sb-event-date {
    width: 72px;
    min-width: 72px;
    height: 72px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.sb-day {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
}

.sb-month {
    font-size: 16px;
    font-weight: 600;
}

.sb-green {
    background: rgba(233, 249, 240, 1);
    color: rgba(93, 161, 44, 1);
}

.sb-purple {
    background: rgba(245, 239, 255, 1);
    color: rgba(120, 29, 190, 1);
}

.sb-blue {
    background: rgba(237, 244, 255, 1);
    color: rgba(51, 117, 216, 1);
}

.sb-orange {
    background: rgba(254, 243, 226, 1);
    color: rgba(255, 152, 17, 1);
}

.sb-event-content {
    flex: 1;
}

.sb-event-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(19, 20, 19, 1);
    margin-bottom: 6px;
}

.sb-event-content p {
    font-size: 14px;
    color: rgba(66, 67, 66, 1);
}

.sb-event-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(93, 161, 44, 1);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: gap .25s ease, color .25s ease;
    white-space: nowrap;
}

.sb-event-btn svg {
    transition: transform .25s ease;
}

.sb-event-btn:hover {
    color: #4a8a1f;
}

.sb-event-btn:hover svg {
    transform: translateX(3px);
}

.sb-event-btn.disabled {
    color: #9aa0a6;
    cursor: default;
}

.sb-events-section {
    padding: 100px 0;
    background: radial-gradient(circle at 50% 0%, #1e5423 0%, #0b2c0f 78%);
}

.sb-facilities-section {
    padding: 80px 0px;
    background: rgba(255, 255, 255, 1);
}

.sb-facilities-heading {
    margin-bottom: 35px;
}

.sb-facilities-heading h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    color: #161616;
}

.sb-facilities-heading span {
    color: #73b13f;
}

.sb-facilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.sb-facility-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 22px;
    padding: 30px;
    text-align: center;
    transition: .35s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sb-facility-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.sb-facility-icon {
    margin-bottom: 30px;
    width: 68px;
    height: 68px;
}

.sb-facility-icon img {
    width: 100%;
    height: 100%;
}

.sb-facility-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: rgba(19, 20, 19, 1);
    margin-bottom: 10px;
}

.sb-facility-card p {
    font-size: 16px;
    color: rgba(66, 67, 66, 1);
    line-height: 1.5;
}

.sb-facilities-btn-wrap {
    text-align: center;
    margin-top: 35px;
}

.sb-facilities-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 12px;
    background: #73b13f;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.sb-facilities-btn:hover {
    background: #5d9830;
}

.sb-cta-section {
    padding: 80px 0;
    background: rgba(23, 54, 1, 1);
}

.sb-cta-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.sb-cta-box h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
    color: rgba(255, 255, 255, 1);
}

.sb-cta-desc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity:80%;
}

.sb-cta-quote {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 1);
    opacity:80%;
}

.sb-cta-quote strong {
    font-style: normal;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}

.sb-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 34px;
    background: #f7a31a;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s ease;
}

.sb-cta-btn:hover {
    background: #e89000;
    transform: translateY(-2px);
}

.sb-cta-btn svg {
    transition: .3s;
}

.sb-cta-btn:hover svg {
    transform: translateX(4px);
}

@media(max-width:991px) {
    .sb-cta-box h2 {
        font-size: 44px;
    }

    .sb-cta-desc,
    .sb-cta-quote {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .sb-cta-box {
        padding: 50px 20px;
    }

    .sb-cta-box h2 {
        font-size: 34px;
    }

    .sb-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media(max-width:1024px) {

    .sb-facilities-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sb-facilities-heading h2 {
        font-size: 44px;
    }

}

@media(max-width:767px) {

    .sb-facilities-grid {
        grid-template-columns: 1fr;
    }

    .sb-facilities-heading h2 {
        font-size: 34px;
    }

    .sb-facility-card {
        padding: 30px 20px;
    }

}

@media(max-width:991px) {

    .sb-events-grid {
        grid-template-columns: 1fr;
    }

    .sb-events-heading h2 {
        font-size: 44px;
    }

}

@media(max-width:576px) {

    .sb-event-card {
        flex-wrap: wrap;
    }

    .sb-event-btn {
        width: 100%;
        margin-top: 10px;
    }

    .sb-events-heading h2 {
        font-size: 34px;
    }

}

/* RESPONSIVE DESIGN BREAKPOINTS */
@media (max-width: 1024px) {
    .sb-gallery-top-layout {
        grid-template-columns: 1.2fr 1fr;
    }

    .sb-title-photo,
    .sb-title-gallery {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    body {
        padding: 20px 12px;
    }

    .sb-gallery-top-layout {
        grid-template-columns: 1fr;
    }

    .sb-gallery-bottom-layout {
        grid-template-columns: 1fr;
    }

    .sb-album-card.sb-large-featured {
        aspect-ratio: 16 / 13;
    }

    .sb-nav-btn {
        width: 44px;
        height: 44px;
    }

    .sb-nav-btn.sb-prev {
        left: 8px;
    }

    .sb-nav-btn.sb-next {
        right: 8px;
    }

    .sb-helper-keys {
        display: none;
    }

    .sb-lightbox-thumbs-container {
        padding: 10px 5px;
    }

    .sb-thumb-item {
        width: 60px;
        height: 42px;
    }

    .sb-lightbox-title {
        font-size: 18px;
    }
}

@keyframes memberFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sb-skeleton {
    height: 280px;
    border-radius: 18px;
    background: linear-gradient(90deg,
            #f3f4f6 25%,
            #e5e7eb 37%,
            #f3f4f6 63%);
    background-size: 400% 100%;
    animation: shimmer 1.4s infinite;
}


@keyframes shimmer {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}


/*   RESPONSIVE DESIGN BREAKPOINTS */
@media (max-width: 1024px) {
    .sb-info-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sb-stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .sb-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .sb-hero-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .sb-hero-right {
        width: 100%;
    }

    .sb-btn-primary {
        width: 100%;
        justify-content: center;
    }

    .sb-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sb-academy-title {
        font-size: 30px;
    }

    .sb-section-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .sb-grid-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .sb-stats-grid {
        grid-template-columns: 1fr;
    }

    .sb-hero-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .sb-academy-image-wrapper {
        width: 100px;
        height: 100px;
    }

    .sb-academy-title {
        font-size: 26px;
    }

    .sb-contact-details {
        flex-direction: column;
        gap: 10px;
    }
}