/* Custom CSS for SSPL Website */

/* Logo Container Styling */
.hi-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
}

/* Logo Image Styling */
.hi-logo img {
    height: 60px;
    width: auto;
    margin: 6px 0;
    filter: brightness(1.2);
}

/* Footer Logo Styling */
.footer-hi-logo img {
    height: 120px;
    width: auto;
    background: none;
    padding: 0;
    border-radius: 0;
}

/* About SSPL Section */
.about-section {
    background-color: #f8f8f8;
    color: #050d42;
    padding: 60px 0;
}

.about-section h2.common-title {
    color: #050d42;
    margin-bottom: 30px;
}

.about-section .about-content {
    color: #333;
}

.about-section .about-content p.lead {
    font-size: 20px;
    font-weight: 600;
    color: #5a4c97;
    margin-bottom: 20px;
}

.about-section .about-content h3 {
    color: #050d42;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.about-section .about-content p {
    margin-bottom: 15px;
    color: #333;
}

.about-section .about-content ul {
    margin-bottom: 20px;
    color: #333;
    padding-left: 20px;
}

.about-section .about-content ul li {
    margin-bottom: 8px;
}

/* League Zones Section */
.league-zones-section {
    background-color: #f8f8f8;
    color: #050d42;
    padding: 60px 0;
}

.league-zones-section h2.common-title {
    color: #050d42;
    margin-bottom: 30px;
}

.zone-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    color: #333;
}

.zone-box h3 {
    color: #5a4c97;
    font-weight: 600;
    margin-bottom: 15px;
}

.zone-box p {
    color: #333;
}

/* League Terms Section */
.league-terms-section {
    background: linear-gradient(332deg, #c04991 12.4%, #5a4c97 73.65%);
    color: #fff;
    padding: 60px 0;
}

.league-terms-section h2.common-title {
    color: #fff;
    margin-bottom: 30px;
}

.league-terms-section h3 {
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
}

.league-terms-section ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.league-terms-section ul li {
    margin-bottom: 8px;
}

/* Leadership Section */
.leadership-section {
    background-color: #f8f8f8;
    color: #050d42;
    padding: 60px 0;
}

.leadership-section h2.common-title {
    color: #050d42;
    margin-bottom: 30px;
}

.team-member {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    color: #333;
}

.team-member h4 {
    color: #5a4c97;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-member p {
    color: #333;
}

/* Testimonials Section */
.testimonials-section {
    background: linear-gradient(332deg, #c04991 12.4%, #5a4c97 73.65%);
    color: #fff;
    padding: 60px 0;
}

.testimonials-section h2.common-title {
    color: #fff;
    margin-bottom: 30px;
}

.testimonial {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
}

.testimonial p {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 15px;
}

.testimonial .author {
    font-weight: 600;
}

/* Sponsorship Opportunities Section */
.sponsors-section h2.common-title {
    color: #050d42;
    margin-bottom: 30px;
}

.sponsors-section p {
    color: #333;
    margin-bottom: 20px;
}

.sponsors-section .logo-div h4 {
    color: #5a4c97;
    font-weight: 600;
    margin-bottom: 10px;
}

.sponsors-section .logo-div p {
    color: #333;
}

/* Mobile responsive fix for sponsors section padding */
@media screen and (max-width: 768px) {
    .sponsors-section {
        padding-top: 190px;
    }
}

/* New Era Section */
.new-era-section {
    background: #fff;
    color: #333;
    position: relative;
}

.new-era-content {
    position: relative;
    z-index: 2;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.new-era-statement {
    color: #c04991;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    text-align: left;
}

.new-era-statement::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: none;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
    border-radius: 2px;
}

.new-era-text p.lead {
    font-size: 1.4rem;
    font-weight: 600;
    color: #5a4c97;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    text-align: left;
}

.new-era-text p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: left;
}

/* Responsive Design for New Era Section */
@media (max-width: 768px) {
    .new-era-statement {
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
    }

    .new-era-text p.lead {
        font-size: 1.2rem;
    }

    .new-era-text p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .new-era-statement {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .new-era-text p.lead {
        font-size: 1.1rem;
    }
}

/* Hide Social Wall Section */
.social-wall {
    display: none !important;
}
.row award-image {
    border-radius: 20px !important;
}
.award-image {
    padding: 30px 10px;
    margin-bottom: -200px;
}

/* Page Banner Styles */
.page-banner {
    background: linear-gradient(135deg, #5a4c97 0%, #c04991 100%);
    padding: 60px 0;
    color: #fff;
}

.page-banner .page-heading {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    text-align: left;
}

@media (max-width: 768px) {
    .page-banner {
        padding: 40px 0;
    }

    .page-banner .page-heading {
        font-size: 2rem;
    }
}

/* Match Playing Conditions Page Styles */
.breadcrumb-section {
    background: #f8f8f8;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb-item a {
    color: #5a4c97;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #c04991;
    text-decoration: underline;
}

.breadcrumb-item.active {
    color: #666;
}

/* Sidebar Navigation Styles */
.about-nav-sidebar {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    position: sticky;
    top: 20px;
    margin-bottom: 30px;
}

.about-nav-sidebar h2 {
    color: #5a4c97;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
}

.nav-links-sidebar {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nav-links-sidebar a {
    color: #666;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 8px;
    background: #f8f8f8;
    transition: all 0.3s ease;
    font-weight: 500;
    border: 2px solid transparent;
    border-left: 4px solid transparent;
    display: block;
}

.nav-links-sidebar a:hover {
    background: #f0f0f0;
    border-left-color: #c04991;
    transform: translateX(5px);
    color: #5a4c97;
}

.nav-links-sidebar a.active {
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
    color: #fff;
    border-left-color: #fff;
    font-weight: 600;
}

.nav-links-sidebar a.active:hover {
    transform: translateX(0);
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
}

.match-conditions-section {
    background: #f8f8f8;
}

.conditions-content {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.conditions-header h1 {
    color: #5a4c97;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

.conditions-header h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: none;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
    border-radius: 2px;
}

.conditions-image {
    text-align: center;
    margin: 40px 0;
}

.conditions-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.download-section {
    text-align: center;
    margin: 40px 0;
    padding: 30px;
    background: linear-gradient(135deg, #5a4c97 0%, #c04991 100%);
    border-radius: 15px;
    color: #fff;
}

.download-text {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 500;
}

.download-text a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}

.download-text a:hover {
    color: #f0f0f0;
}

.additional-info {
    margin-top: 40px;
}

.additional-info h3 {
    color: #c04991;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 30px 0 15px 0;
    border-left: 4px solid #c04991;
    padding-left: 15px;
}

.additional-info ul {
    margin: 20px 0;
    padding-left: 20px;
}

.additional-info li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
}

.additional-info p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.competition-structure {
    margin: 25px 0;
}

.structure-item {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 4px solid #5a4c97;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.structure-item:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.structure-item h4 {
    color: #5a4c97;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.structure-item p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.contact-info {
    background: #f0f8ff;
    border-radius: 10px;
    padding: 25px;
    margin-top: 30px;
    border: 2px solid #e6f3ff;
}

.contact-info h3 {
    color: #5a4c97;
    margin-top: 0;
}

.contact-info a {
    color: #c04991;
    text-decoration: none;
    font-weight: 600;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Coming Soon Section Styles */
.coming-soon-section {
    margin: 40px 0;
}

.coming-soon-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    padding: 40px;
    text-align: center;
    border: 2px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.coming-soon-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
}

.coming-soon-content h3 {
    color: #5a4c97;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.coming-soon-content h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
    border-radius: 2px;
}

.coming-soon-content p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 20px;
}

.coming-soon-content ul {
    text-align: left;
    max-width: 500px;
    margin: 25px auto;
    padding: 0;
    list-style: none;
}

.coming-soon-content li {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
}

.coming-soon-content li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #c04991;
    font-weight: bold;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .coming-soon-content {
        padding: 30px 20px;
    }

    .coming-soon-content h3 {
        font-size: 1.5rem;
    }

    .coming-soon-content p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .about-nav-sidebar {
        position: static;
        margin-bottom: 20px;
        padding: 20px;
    }

    .about-nav-sidebar h2 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .nav-links-sidebar a {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .conditions-content {
        padding: 25px;
    }

    .conditions-header h1 {
        font-size: 2rem;
    }

    .download-text {
        font-size: 1.1rem;
    }

    .structure-item {
        padding: 20px;
    }
}

/* Ticker Scrolling Animation */
.spotlights {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.spotlights .table-div {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
}

.spotlights .s-title {
    color: #ffffff !important;
    opacity: 0.8;
    padding-right: 10px;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
}

.ticker {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    flex: 1;
    min-width: 0;
    max-width: 400px;
}

.ticker ul {
    display: inline-block !important;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    animation: marquee 35s linear infinite;
    animation-delay: 0s;
    animation-fill-mode: both;
}

.ticker li {
    display: inline;
    padding-right: 40px;
}

.ticker li a {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
}

.ticker li a:hover {
    color: #f0f0f0 !important;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Pause animation on hover */
.ticker:hover ul {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .ticker {
        max-width: 250px;
    }

    .ticker ul {
        animation-duration: 28s;
        animation-delay: 0s;
        animation-fill-mode: both;
    }

    .ticker li {
        padding-right: 25px;
    }

    .ticker li a {
        font-size: 13px;
    }

    .spotlights .s-title {
        font-size: 13px;
        padding-right: 8px;
    }
}

/* About Us Page Content Wrapper */
.about-content-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-content-wrapper .section-header h1 {
    color: #5a4c97;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

.about-content-wrapper .section-header h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: none;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
    border-radius: 2px;
}

.content-section {
    margin-bottom: 40px;
}

.content-section:last-child {
    margin-bottom: 0;
}

/* About Us specific styles */
.about-content .lead {
    font-size: 1.25rem;
    font-weight: 500;
    color: #5a4c97;
    margin-bottom: 20px;
    line-height: 1.6;
}

.about-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.vision-mission-card {
    background: linear-gradient(135deg, #5a4c97 0%, #c04991 100%);
    color: #fff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease;
}

.vision-mission-card:hover {
    transform: translateY(-5px);
}

.vision-mission-card h3 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.vision-mission-card p {
    color: #fff;
    margin-bottom: 10px;
    opacity: 0.95;
}

.vision-mission-card strong {
    font-weight: 600;
}

.mission-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.mission-list li {
    color: #fff;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
    opacity: 0.9;
}

.mission-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #fff;
    font-weight: bold;
}

.text-purple {
    color: #5a4c97 !important;
}

.feature-card {
    background: #f8f8f8;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border-top: 4px solid #c04991;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.feature-card h3 {
    color: #5a4c97;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.feature-card p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.impact-stat {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
    border-left: 4px solid #c04991;
}

.impact-stat:hover {
    transform: translateY(-5px);
}

.stat-number {
    color: #5a4c97;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.commitment-section {
    background: #f8f8f8;
    border-radius: 15px;
    padding: 30px;
}

.commitment-item {
    margin-bottom: 25px;
}

.commitment-item:last-child {
    margin-bottom: 0;
}

.commitment-item h5 {
    color: #5a4c97;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.commitment-item h5 i {
    margin-right: 10px;
    color: #28a745;
}

.commitment-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 768px) {
    .about-content-wrapper {
        padding: 25px;
    }

    .about-content-wrapper .section-header h1 {
        font-size: 2rem;
    }

    .vision-mission-card,
    .feature-card,
    .impact-stat {
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .commitment-section {
        padding: 20px;
    }
}

/* Governing Council Page Styles */
.governing-council-content {
    margin-top: 30px;
}

.authorities-section {
    margin-bottom: 40px;
}

.section-title {
    color: #5a4c97;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
    border-radius: 2px;
}

.authority-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    border-left: 4px solid #c04991;
    text-align: center;
}

.authority-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.authority-info {
    padding: 10px 0;
}

.authority-name {
    color: #5a4c97;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.authority-subtitle {
    color: #c04991;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 8px;
    font-style: italic;
}

.authority-position {
    color: #666;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.authority-organization {
    color: #888;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}

/* League Authorities - Larger cards */
.authorities-section:first-child .authority-card {
    padding: 35px 25px;
}

.authorities-section:first-child .authority-name {
    font-size: 1.5rem;
    margin-bottom: 1px;
}

.authorities-section:first-child .authority-position {
    font-size: 1.2rem;
    color: #5a4c97;
    font-weight: 700;
}

/* Administrative Authorities - Compact cards */
.authorities-section:last-child .authority-card {
    padding: 20px 15px;
}

.authorities-section:last-child .authority-name {
    font-size: 1.1rem;
}

.authorities-section:last-child .authority-position {
    font-size: 1rem;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }

    .authority-card {
        padding: 20px;
        margin-bottom: 20px;
    }

    .authority-name {
        font-size: 1.1rem;
    }

    .authority-position {
        font-size: 1rem;
    }

    .authorities-section:first-child .authority-card {
        padding: 25px 20px;
    }

    .authorities-section:first-child .authority-name {
        font-size: 1.3rem;
    }
}

/* About SSPL Content Styles */
.about-sspl-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.about-sspl-content .lead-text {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 25px;
    font-weight: 500;
}

.about-sspl-content .highlight-text {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #5a4c97;
    margin-bottom: 25px;
    font-weight: 600;
}

.about-sspl-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.inspirational-quote {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-left: 5px solid #c04991;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 10px;
    position: relative;
}

.inspirational-quote::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: #c04991;
    opacity: 0.3;
    font-family: serif;
}

.inspirational-quote p {
    font-size: 1.2rem;
    font-style: italic;
    color: #5a4c97;
    margin: 0;
    font-weight: 500;
    line-height: 1.7;
}

.section-divider {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
    margin: 40px auto;
    width: 100px;
    border-radius: 2px;
}

.motto-section {
    background: linear-gradient(135deg, #5a4c97 0%, #c04991 100%);
    color: white !important;
    padding: 30px;
    border-radius: 15px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.motto-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    transform: rotate(45deg);
}

.motto-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white !important;
}

.motto-text {
    color: #ffd700 !important;
    font-weight: 800;
}

.motto-description {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: white !important;
    opacity: 0.95;
}

.closing-statement {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    color: #ffd700 !important;
}

@media (max-width: 768px) {
    .about-sspl-content .lead-text {
        font-size: 1.1rem;
    }

    .about-sspl-content .highlight-text {
        font-size: 1.05rem;
    }

    .about-sspl-content p {
        font-size: 1rem;
    }

    .inspirational-quote {
        padding: 20px;
        margin: 25px 0;
    }

    .inspirational-quote p {
        font-size: 1.1rem;
    }

    .motto-section {
        padding: 25px 20px;
    }

    .motto-title {
        font-size: 1.3rem;
    }

    .closing-statement {
        font-size: 1.1rem;
    }
}

/* Vision Mission Image Styles */
.vision-mission-image {
    text-align: center;
    margin: 30px 0;
}

.vision-mission-img {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 100%;
    height: auto;
}

.vision-mission-img:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

/* Committee Cards Styles */
.committees-grid {
    margin-top: 20px;
}

.committee-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    border-left: 4px solid #c04991;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.committee-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
}

.committee-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    border-left-color: #5a4c97;
}

.committee-card h4 {
    color: #5a4c97;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    padding: 5px 0;
}

@media (max-width: 768px) {
    .vision-mission-img {
        border-radius: 15px;
    }

    .committee-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .committee-card h4 {
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .about-nav-sidebar {
        padding: 15px;
    }

    .conditions-content {
        padding: 20px;
    }

    .conditions-header h1 {
        font-size: 1.8rem;
    }
}

/* Page Subtitle Styles */
.page-subtitle {
    font-size: 0.8 rem;
}

/* Zone Card H3 Gradient Color */
.zone-card h3 {
    background: linear-gradient(90deg, #c04991 14%, #5a4c97 89.72%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    margin-bottom: 15px;
}

/* List Unstyled Font Size */
.list-unstyled {
    font-size: 1.1rem;
}

.list-unstyled li {
    font-size: 1.1rem;
    margin-bottom: 8px;
}

/* League Founder Card Styles */
.league-founder-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-left: none !important;
    border-right: 4px solid #c04991;
    padding: 40px 30px;
    text-align: left;
}

.league-founder-card .authority-info {
    padding: 0;
}

.director-message {
    margin-bottom: 30px;
    padding: 20px 0;
    border-bottom: 2px solid #f0f0f0;
}

.message-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}

.message-text:last-child {
    margin-bottom: 0;
}

.authority-signature {
    text-align: right;
    margin-top: 20px;
}

.authority-signature .authority-name {
    color: #5a4c97;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.authority-signature .authority-position {
    color: #c04991;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.authority-signature .authority-organization {
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 768px) {
    .league-founder-card {
        padding: 25px 20px;
    }

    .message-text {
        font-size: 1rem;
        text-align: left;
    }

    .authority-signature .authority-name {
        font-size: 1.2rem;
    }

    .authority-signature .authority-position {
        font-size: 1rem;
    }
}

/* Enhanced News Page Styles */
.news-card {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.2);
    position: relative;
}

.news-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c04991 0%, #5a4c97 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news-card:hover::before {
    opacity: 1;
}

.news-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    border-color: rgba(192, 73, 145, 0.2);
}

.news-image {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
}

.news-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news-card:hover .news-image::after {
    opacity: 1;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    filter: brightness(1.1) contrast(1.05);
}

.news-card:hover .news-image img {
    transform: scale(1.08);
}

.news-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.news-date {
    color: #c04991;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    background: linear-gradient(90deg, rgba(192, 73, 145, 0.1) 0%, rgba(90, 76, 151, 0.1) 100%);
    border-radius: 20px;
    border: 1px solid rgba(192, 73, 145, 0.2);
}

.news-title {
    color: #2c3e50;
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}

.news-card:hover .news-title {
    color: #34495e;
}

.news-excerpt {
    color: #5a6c7d;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 25px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
}

.read-more-btn {
    color: #5a4c97;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    margin-top: auto;
    position: relative;
    display: none;
    align-items: center;
    padding: 12px 20px;
    background: linear-gradient(90deg, rgba(90, 76, 151, 0.1) 0%, rgba(192, 73, 145, 0.1) 100%);
    border-radius: 25px;
    border: 2px solid transparent;
    background-clip: padding-box;
    width: fit-content;
}

.read-more-btn::after {
    content: '→';
    margin-left: 8px;
    transition: transform 0.3s ease;
    font-weight: bold;
}

.read-more-btn:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #5a4c97 0%, #c04991 100%);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(90, 76, 151, 0.3);
}

.read-more-btn:hover::after {
    transform: translateX(3px);
}

/* Loading spinner styles */
.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    border-width: 0.2em;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

/* Responsive design for news cards */
@media (max-width: 768px) {
    .news-card {
        margin-bottom: 20px;
    }

    .news-image {
        height: 180px;
    }

    .news-content {
        padding: 20px;
    }

    .news-title {
        font-size: 1.1rem;
    }

    .news-excerpt {
        font-size: 0.9rem;
        -webkit-line-clamp: 2;
    }

    .read-more-btn {
        padding: 10px 16px;
        font-size: 0.85rem;
    }
}

/* Sponsors Grid Layout */
.sponsors-grid {
    position: relative;
}

.sponsor-column {
    position: relative;
    padding: 20px;
}

/* Custom widths for sponsor columns */
@media (min-width: 992px) {
    .sponsors-grid .sponsor-column:nth-child(1) {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .sponsors-grid .sponsor-column:nth-child(2) {
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    /*.sponsors-grid .sponsor-column:nth-child(3) {
        flex: 0 0 15%;
        max-width: 15%;
    }*/
    
    /*.sponsors-grid .sponsor-column:nth-child(4) {
        flex: 0 0 18%;
        max-width: 18%;
    }*/
}

/* Divider lines for desktop */
@media (min-width: 992px) {
    .sponsor-column:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(to bottom, transparent 10%, #ddd 20%, #ddd 80%, transparent 90%);
    }
}

/* Divider lines for mobile */
@media (max-width: 991px) {
    .sponsor-column:not(:last-child)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10%;
        width: 80%;
        height: 1px;
        background: linear-gradient(to right, transparent 10%, #ddd 20%, #ddd 80%, transparent 90%);
    }
}

.sponsor-category {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.sponsor-category-title {
    color: #050d42;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #5a4c97;
}

.sponsor-items {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.sponsor-logo-card {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 15px;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.sponsor-logo-card:hover {
    transform: translateY(-5px);
}

.sponsor-logo {
    max-width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

.sponsor-overlay {
    margin-top: 10px;
    display: none;
}

.sponsor-overlay h5 {
    color: #050d42;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.sponsor-overlay p {
    color: #5a4c97;
    font-size: 0.9rem;
    margin: 0;
}

/* Placeholder cards for upcoming sponsors */
.sponsor-placeholder-card {
    background: #f8f9fa;
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
}

.sponsor-placeholder-card:hover {
    border-color: #5a4c97;
}

.placeholder-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.placeholder-content i {
    opacity: 0.6;
}

.placeholder-content h5 {
    font-weight: 600;
    margin-bottom: 5px;
}

.placeholder-content p {
    font-size: 0.9rem;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .sponsor-column {
        padding: 15px 10px;
    }
    
    .sponsor-category-title {
        font-size: 1.1rem;
    }
    
    .sponsor-logo {
        max-height: 60px;
    }
    
    .sponsor-placeholder-card {
        padding: 20px 10px;
        min-height: 120px;
    }
}

/* Gallery Box Height Reduction */
.gallery-box .thumbnail {
    aspect-ratio: 16/9 !important;
}

/* Read More/Less Styles */
.description-container {
    text-align: left;
}

.description-container .short-desc,
.description-container .full-desc {
    display: inline;
    line-height: 1.5;
}

.description-container .read-more-link {
    color: #007bff;
    text-decoration: none;
    font-style: italic;
    margin-left: 5px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.description-container .read-more-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.description-container .read-more-link:focus {
    outline: none;
    color: #0056b3;
}