body {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.sub-heading p {
    color: white;
  }

.f16 {
    font-size: 16px;
}
.f14 {
    font-size: 14px!important;
}
.fade {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}
.fade.show {
    opacity: 1;
}
.top-content {
    background: 
    linear-gradient(135deg,#0000 20.5%,rgba(171, 56, 21, 0.98) 0 29.5%,#0000 0) 0 5px,
    linear-gradient( 45deg,#0000 8%,rgba(171, 56, 21, 0.98) 0 17%, #0000 0 58%) 10px 0,
    linear-gradient(135deg,#0000 8%,rgba(171, 56, 21, 0.98) 0 17%, #0000 0 58%,rgba(171, 56, 21, 0.98) 0 67%,#0000 0),        
    linear-gradient( 45deg,#0000 8%,rgba(171, 56, 21, 0.98) 0 17%, #0000 0 58%,rgba(171, 56, 21, 0.98) 0 67%,#0000 0 83%,rgba(171, 56, 21, 0.98) 0 92%,#0000 0),
    #a73412;
    background-size: 20px 20px;


    font-family: 'Bebas Neue';
}
/* .header {
    min-height: 235px;
} */
ul.dropdown-menu {
    border-radius: 0%;
}
.text-basketball {
  color:#DF4507;
}
.bg-basketball, .btn-basketball {
    background-color: #DF4507!important;
}
.btn-basketball:hover {
    background-color: #EE6730!important;
}
/* .top-content .container {
    width: 1148px;
} */
.header .container, .announcements .container, .middle-content .container,footer .bottom-content .container,.sub-page.container {
    /* width: 939px; */
    font-family: 'Bebas Neue';
}
.middle-content .sub-page.container {
    font-family: "Lato", sans-serif;
}

.navbar {
    background: rgba(167, 52, 18, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--kba-nero, #FFFFFF);
    padding: 0;
    transition: all 0.4s ease;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-nav .nav-link {
    position: relative;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 0 4px;
    padding: 8px 12px !important;
}

.navbar-nav .nav-link:hover {
    background-color: rgba(223, 69, 7, 0.8);
    transform: translateY(-2px);
}

.navbar-nav .nav-link.active {
    background-color: #DF4507;
    box-shadow: 0 4px 8px rgba(223, 69, 7, 0.3);
}

.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: rgba(167, 52, 18, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-top: 8px;
    padding: 8px 0;
    transition: all 0.3s ease;
}

.dropdown-item {
    color: white;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin: 2px 8px;
}

.dropdown-item:hover {
    background-color: rgba(223, 69, 7, 0.8);
    color: white;
    transform: translateX(5px);
}

.registration-btn {
    background: linear-gradient(135deg, #DF4507, #EE6730);
    border-radius: 25px;
    padding: 8px 20px !important;
    margin: 0 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(223, 69, 7, 0.3);
}

.registration-btn:hover {
    background: linear-gradient(135deg, #EE6730, #DF4507);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(223, 69, 7, 0.4);
    color: white !important;
}

.navbar-toggler {
    border: none;
    padding: 4px 8px;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler:hover {
    background-color: rgba(223, 69, 7, 0.8);
    border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 4px;
    color: white;
    transition: all 0.3s ease;
}
.login-bg {
    background-color: rgba(0, 0, 0, 0.459);
}

#logo {
    width: 255px;
    transition: 0.4s;
    padding: 10px;
}
.vl {
    border-left: 1px solid rgb(255, 255, 255);
    height: 80px;
  }
.hero, .news {
    position: relative;
    margin: 0 auto;
  }

/* Modern Hero Section Styles */
.modern-hero {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin: 20px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    min-height: 500px;
}

.modern-hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.hero-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.hero-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
    display: block;
    border-radius: 12px;
}

.modern-hero:hover .hero-img {
    transform: scale(1.05);
}

.modern-hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(167, 52, 18, 0.5), rgba(223, 69, 7, 0.4));
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 40px;
    color: white;
    border-radius: 0 0 12px 12px;
}

.hero-content {
    max-width: 800px;
}

.hero-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.hero-title:hover {
    color: #FFD700;
    transform: translateX(5px);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero-read-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.hero-read-more:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.hero-read-more img {
    transition: transform 0.3s ease;
}

.hero-read-more:hover img {
    transform: translateX(5px);
}

/* Responsive Hero */
@media (max-width: 768px) {
    .hero-img {
        height: 300px;
    }
    
    .modern-hero-overlay {
        padding: 25px;
    }
    
    .hero-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .hero-read-more {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-img {
        height: 250px;
    }
    
    .modern-hero-overlay {
        padding: 20px;
    }
    
    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    
    .hero-read-more {
        padding: 8px 16px;
        font-size: 13px;
    }
}
.hero-overlay{
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgb(0, 0, 0,0.8); 
    /* background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)); Black background with 0.5 opacity */
    width: 75%;
    padding: 80px;
    color: white;
    overflow-wrap: break-word;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
  }
  .hero-overlay a img {
    width: 50px;
  }
  .news-overlay  {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0)); /* Black background with 0.5 opacity */
    width: 100%;
    padding: 8px;
    color: white;
    overflow-wrap: break-word;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
  }
.hero-overlay a, .news-overlay a {
    text-decoration: none;
    color: white;
}

/* Enhanced News Section Styles */
.section-title h3 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.view-all-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.view-all-btn img {
    transition: transform 0.3s ease;
}

.view-all-btn:hover img {
    transform: translateX(3px);
}

/* Enhanced News Grid */
.news {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.news img {
    transition: transform 0.4s ease;
}

.news:hover img {
    transform: scale(1.05);
}

.news-overlay {
    background: linear-gradient(135deg, rgba(167, 52, 18, 0.9), rgba(223, 69, 7, 0.8));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 0 0 8px 8px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.3;
}
/* .player {
    padding: 20px;
}
.player-container {
    border: 1px solid rgba(0, 0, 0, 0.412);
} */
.player-name {
    /* font-family: "Lato", sans-serif; */
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    background-color: #a73412;
}
/* Enhanced Announcements Section */
.announcements {
    background: linear-gradient(135deg, #512e24, #3d231c);
    position: relative;
    overflow: hidden;
}

.announcements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.section-header {
    position: relative;
    z-index: 2;
}

.section-title {
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
}

.section-actions {
    position: relative;
    z-index: 2;
}

.announcements-grid {
    position: relative;
    z-index: 2;
}

.announcement-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.announcement-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.announcement-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.announcement-link {
    display: block;
    height: 100%;
}

.announcement-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.announcement-card:hover .announcement-image {
    transform: scale(1.1);
}

.announcement-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(167, 52, 18, 0.8), rgba(223, 69, 7, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.announcement-card:hover .announcement-overlay {
    opacity: 1;
}

.read-more-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #A73412;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.read-more-btn:hover {
    background: rgba(255, 255, 255, 1);
    color: #A73412;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.read-more-btn img {
    transition: transform 0.3s ease;
}

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

.announcement-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.announcement-meta {
    margin-bottom: 12px;
}

.announcement-date {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #A73412;
    background: rgba(167, 52, 18, 0.1);
    padding: 4px 12px;
    border-radius: 15px;
    display: inline-block;
}

.announcement-title {
    margin: 0;
    flex-grow: 1;
}

.announcement-title a {
    color: #2C1810;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.announcement-title a:hover {
    color: #A73412;
}

/* Legacy styles for backward compatibility */
.announcement-text,.contact-details {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
.white-heading {
    /* border-radius: 20px 0 20px 0; */
    background: var(--kba-nero, #FFFFFF);
    width: fit-content;
    padding: 15px;
    color: #EE6730;
    padding-bottom: 10px;
}
.red-heading {
    /* border-radius: 20px 0 20px 0; */
    background: #EE6730;
    width: fit-content;
    padding: 15px;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.white-heading h2, .red-heading h2{
    margin: 0;
}
/* Enhanced Featured Players Section */
.featured-players {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.featured-players::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: repeating-linear-gradient(135deg, rgba(255, 119, 0, 0.05) 0, rgba(255, 119, 0, 0.05) 1px, transparent 0, transparent 50%);
    background-size: 75px 75px;
    pointer-events: none;
}

.featured-players .section-header {
    position: relative;
    z-index: 2;
}

.featured-players .section-title {
    color: #A73412;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    text-shadow: 1px 1px 2px rgba(167, 52, 18, 0.1);
}

.featured-players .section-subtitle {
    color: #6C757D;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
}

.featured-players .section-actions {
    position: relative;
    z-index: 2;
}

.players-grid {
    position: relative;
    z-index: 2;
}

.player-card {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(167, 52, 18, 0.1);
}

.player-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(167, 52, 18, 0.15);
    border-color: rgba(167, 52, 18, 0.2);
}

.player-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.player-link {
    display: block;
    height: 100%;
}

.player-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.player-card:hover .player-image {
    transform: scale(1.05);
}

.player-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(167, 52, 18, 0.8), rgba(223, 69, 7, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.player-card:hover .player-overlay {
    opacity: 1;
}

.player-profile-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.95);
    color: #A73412;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.player-profile-btn:hover {
    background: rgba(255, 255, 255, 1);
    color: #A73412;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.player-profile-btn img {
    transition: transform 0.3s ease;
}

.player-profile-btn:hover img {
    transform: translateX(3px);
}

.player-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.player-name {
    margin: 0;
}

.player-name a {
    color: #2C1810;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.player-name a:hover {
    color: #A73412;
}
/* Enhanced Honours Section */
.honours {
    background: linear-gradient(135deg, #A63512, #591C0A, #371206);
    background-size: 400% 400%;
    animation: GradientBackground 8s ease infinite;
    min-height: 600px;
    position: relative;
    overflow: hidden;
}

.honours::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="90" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
    pointer-events: none;
}

.honours .section-header {
    position: relative;
    z-index: 2;
}

.honours .section-title {
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.honours .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
}

.honours-content {
    position: relative;
    z-index: 2;
}

.trophy-section {
    padding: 40px 20px;
}

.trophy-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

.trophy-image {
    width: 200px;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.trophy-wrapper:hover .trophy-image {
    transform: scale(1.05);
}

.trophy-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: trophyGlow 3s ease-in-out infinite alternate;
}

@keyframes trophyGlow {
    0% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
    100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1.1); }
}

.trophy-title {
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0 1rem 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.trophy-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
}

.stats-section {
    padding: 40px 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 1);
}

.stat-number {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #A73412;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(167, 52, 18, 0.1);
}

.stat-label {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #2C1810;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Legacy styles for backward compatibility */
.achievement {
    width: 939px;
    background-color: #ffffff;
}
.achievement .row .col p {
    font-size: 36px;
}
.achievement .row .col span{
    font-size: 20px;
}
.achievement .row .col p, .achievement .row .col span {
    color: #09352B;
}
.green-right-border {
    border-right: 1px solid #09352B;
}
/* Enhanced Captain's Corner Section */
.captains-corner {
    background: linear-gradient(135deg, #2C1810, #591C0A, #A63512);
    background-size: 400% 400%;
    animation: GradientBackground 10s ease infinite;
    position: relative;
    overflow: hidden;
}

.captains-corner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="captains-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23captains-pattern)"/></svg>');
    pointer-events: none;
}

.captains-corner .section-header {
    position: relative;
    z-index: 2;
}

.captains-corner .section-title {
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.captains-corner .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
}

.captains-corner .section-actions {
    position: relative;
    z-index: 2;
}

.captains-corner-nav {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 5px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.captains-corner-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    background: transparent;
}

.captains-corner-nav .nav-link:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

.captains-corner-nav .nav-link.active {
    background: linear-gradient(135deg, #A63512, #DF4507);
    color: white;
    box-shadow: 0 4px 15px rgba(167, 52, 18, 0.4);
}

.captains-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    padding: 20px 0;
}

.captain-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    height: 100%;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.captain-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
}

.captain-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 280px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.captain-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.captain-card:hover .captain-image {
    transform: scale(1.1);
}

.captain-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(167, 52, 18, 0.9), rgba(223, 69, 7, 0.8));
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.captain-card:hover .captain-overlay {
    opacity: 1;
}

.captain-details {
    padding: 20px;
    color: white;
    width: 100%;
    text-align: center;
}

.captain-period {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.captain-name {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 5px 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.captain-role {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

/* Enhanced Get in Touch Section */
.get-in-touch {
    background: linear-gradient(135deg, #2C1810, #591C0A, #A63512);
    background-size: 400% 400%;
    animation: GradientBackground 10s ease infinite;
    position: relative;
    overflow: hidden;
}

.get-in-touch::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="contact-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23contact-pattern)"/></svg>');
    pointer-events: none;
}

.get-in-touch .section-header {
    position: relative;
    z-index: 2;
}

.get-in-touch .section-title {
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.get-in-touch .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
}

.get-in-touch .section-actions {
    position: relative;
    z-index: 2;
}

.contact-page-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-page-link:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    text-decoration: none;
}

.contact-content {
    position: relative;
    z-index: 2;
}

.contact-map-wrapper {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-map {
    position: relative;
    height: 500px;
}

.map-container {
    height: 100%;
    width: 100%;
    border-radius: 16px;
}

.contact-form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-email {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(135deg, rgba(167, 52, 18, 0.1), rgba(223, 69, 7, 0.1));
    border-radius: 12px;
    border: 1px solid rgba(167, 52, 18, 0.2);
}

.contact-email i {
    font-size: 24px;
    color: #A63512;
    background: rgba(167, 52, 18, 0.1);
    padding: 12px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-details h4 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 5px 0;
    color: #2C1810;
}

.contact-details a {
    color: #A63512;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    font-size: 13px;
}

.contact-details a:hover {
    color: #DF4507;
}

.contact-form {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.modern-input,
.modern-textarea {
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(167, 52, 18, 0.1);
    border-radius: 12px;
    padding: 15px 20px;
    font-size: 16px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.modern-input:focus,
.modern-textarea:focus {
    outline: none;
    border-color: #A63512;
    box-shadow: 0 0 0 3px rgba(167, 52, 18, 0.1);
    background: rgba(255, 255, 255, 1);
}

.modern-textarea {
    min-height: 120px;
    resize: vertical;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin: 5px 0 0 0;
    font-weight: 500;
}

.modern-submit-btn {
    background: linear-gradient(135deg, #A63512, #DF4507);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(167, 52, 18, 0.3);
}

.modern-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(167, 52, 18, 0.4);
    background: linear-gradient(135deg, #DF4507, #A63512);
}

.modern-submit-btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.modern-submit-btn:hover i {
    transform: translateX(3px);
}

/* Legacy styles for backward compatibility */
.captains-corner-slider-content{
    background-image: radial-gradient(#ff9847 1px, transparent 1px);
    background-size: 13px 13px;
    background-color: #ffffff;
    padding: 15px 40px 0px 0px;
    margin: 15px 20px 0px 0px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0%;
}
.slick-dots {
    bottom: 13px!important;
}
.slick-prev {
    left: 0px;
    z-index: 1;
}
.slick-next {
    right: 40px;
    z-index: 1;
}
.slick-prev::before, .slick-next::before {
    color: #a73412;
    font-size: 40px;
    opacity: 0.15;
}
.slick-dots li button::before {
    font-size: 14px;
    color: #a73412;
}
.slick-dots li.slick-active button::before {
    color: #a73412;
    font-size: 20px;
}
/* .gallery {
    background-color: #a73412;
} */
.gallery-box {
    padding: 10px;
    background: white;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 20px;
}
#aics_name, #aics_email, #aics_message {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 20px;
    background-color: #D9D9D9;
    border-radius: 0%;
}
#aics_message{
    height: 300px;
}
#aics_message::placeholder, #aics_email::placeholder, #aics_name::placeholder {
    color: rgb(163, 163, 163);
    opacity: 1; /* Firefox */
}
/* Enhanced Gallery Section */
.gallery {
    background: linear-gradient(135deg, #A63512, #591C0A, #371206);
    background-size: 400% 400%;
    animation: GradientBackground 8s ease infinite;
    position: relative;
    overflow: hidden;
}

.gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="gallery-pattern" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23gallery-pattern)"/></svg>');
    pointer-events: none;
}

.gallery .section-header {
    position: relative;
    z-index: 2;
}

.gallery .section-title {
    color: #FFFFFF;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.gallery .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    margin: 0;
}

.gallery .section-actions {
    position: relative;
    z-index: 2;
}

.gallery-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 20px 0;
}

.gallery-item {
    position: relative;
}

.gallery-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
}

.gallery-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.gallery-link {
    display: block;
    height: 100%;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-card:hover .gallery-image {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(167, 52, 18, 0.8), rgba(223, 69, 7, 0.7));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

.gallery-view-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.95);
    color: #A73412;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.gallery-view-btn:hover {
    background: rgba(255, 255, 255, 1);
    color: #A73412;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.gallery-view-btn img {
    transition: transform 0.3s ease;
}

.gallery-view-btn:hover img {
    transform: translateX(3px);
}

.gallery-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
}

.photo-count {
    background: rgba(167, 52, 18, 0.9);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.gallery-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.gallery-title {
    margin: 0 0 10px 0;
}

.gallery-title a {
    color: #2C1810;
    text-decoration: none;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gallery-title a:hover {
    color: #A73412;
}

.gallery-date {
    margin-top: auto;
}

.gallery-date span {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6C757D;
    background: rgba(167, 52, 18, 0.1);
    padding: 4px 12px;
    border-radius: 15px;
    display: inline-block;
}

.no-gallery-message {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, 0.8);
}

.no-gallery-message h4 {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    margin: 0;
}

.gallery-pagination {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    text-align: center;
}

.gallery-pagination .pagination {
    justify-content: center;
}

.gallery-pagination .pagination-list {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery-pagination .pagination-list li a {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.gallery-pagination .pagination-list li a:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.btn-basketball {
    border-radius: 0;
    font-size: 22px;
}
/* Old footer styles removed - replaced with modern footer styles above */
.nav-tabs .nav-link {
    color: black;
    font-size: 14px;
    border-radius: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #EE6730;
    border-bottom: #EE6730 solid 2px;
    color: white;
    border-color: white;
    border-bottom-color: orange;
    border-radius: 0;
}
.dropdown-item.active, .dropdown-item:active {
    background-color:#DF4507;
}
.title {
    font-size: 14px;
}
/* Remove border-radius from ul */
.pagination {
    border-radius: 0;
}

/* Remove border-radius from li */
.pagination .page-item {
    border-radius: 0;
}

/* Remove border-radius from a */
.pagination .page-link {
    border-radius: 0;
    color: black;
}

/* Style for active li a */
.pagination .page-item.active .page-link {
    background-color: #DF4507;
    border-color: #DF4507;
    color: white;
}
.page-item:first-child .page-link, .page-item:last-child .page-link  {
    border-radius: 0;
}
.zoom-image {
    overflow: hidden;
}

.zoom-image img {
    transition: transform 0.3s ease;
}
.card, .card-img, .card-img-top {
    border-radius: 0;
}
.card-footer {
    border-radius: 0;
    background-color: transparent;
    border-top: 0;
    padding: 0%;
}
.card:hover {
    border: 1px solid #DF4507;
}

.card:hover .zoom-image img {
    transform: scale(1.1);
}
.card:hover .btn {
    background-color: #DF4507!important;
    border-color: #DF4507!important;
    color: white!important;
}
a {
    color:  #DF4507;
    text-decoration: underline;
}
h5 {
    font-weight: 700;
}
.accordion-item:first-of-type,.accordion-item:first-of-type>.accordion-header .accordion-button,.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed, .accordion-item:last-of-type {
    border-radius: 0;
}
.accordion-button:not(.collapsed){
    background-color: #EE6730;
    border-bottom: #EE6730 solid 2px;
    color: white;
    border-bottom-color: orange;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
.table {
    border: 1px solid #c7c7c7;
    font-size: 14px;
}
.table thead th {
    background-color: #DF4507;
    color: white;
    font-weight: 700;
}
.list-group-item.active {
    background-color: #EE6730;
    border-color: #EE6730;
    font-weight: 700;
    /* padding-bottom: 30px; */

}
.list-group-item.active > a {
    color: white;
    
}
.achievement-list, .activity-list, .contact-list,.form-select {
    border-radius: 0;
    font-size: 14px;
}
.image-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 0;
}
/* .hero-img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
  }
  
  .hero-img:hover {
    transform: scale(1.1);
  } */
  
@media (max-width: 535px) {
    /* body {
        font-size: 14px;
    } */
    /* .top-content .container, .header .container, .announcements .container, .middle-content .container,footer .bottom-content .container,.sub-page.container {
        width: 100%;
    } */
    /* .header {
        min-height: 135px;
    } */
    .header .container{
        padding: 0;
    }
    /* .announcements .container {
        width: 100%;
    } */
    #logo {
        width: 180px !important;
        padding: 8px !important;
    }
    .vl {
        border-left: 1px solid rgb(255, 255, 255);
        height: 60px;
    }
    .navbar {
        line-height: 1.6!important;
    }
    .navbar-toggler {
        border: 0;
        border-radius:0%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: white;
        padding:0 7px;
        margin: 0;
    }
    .get-in-touch{
        padding-top: 75px!important;
    }
    .hero {
        padding-top: 67px;
    }
    .hero-overlay,.announcement-text{
        font-size: 14px;
    }
    .hero-overlay {
        padding: 20px;
        font-size: 14px;
        width: 100%;
    }
    .hero-overlay a img {
        width: 20px;
      }
    .news-overlay{
        font-size: 12px;
    }
    .slick-next {
        right: 16px;
    }
    .captains-corner-slider-content{
        padding: 40px;
        margin: 10px;
    }


}


  @keyframes GradientBackground {
    0% {
      background-position: 0% 50%;
    }

    50% {
      background-position: 100% 50%;
    }

    100% {
      background-position: 0% 50%;
    }
  }

/* Enhanced Mobile Responsive Design for Content Sections */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem !important;
    }
    
    .section-subtitle {
        font-size: 1rem !important;
    }
    
    .announcement-card {
        margin-bottom: 20px;
    }
    
    .player-card {
        margin-bottom: 20px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .trophy-image {
        width: 150px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 1rem;
    }
    
    .honours-content .row {
        flex-direction: column;
    }
    
    .trophy-section {
        padding: 20px;
        margin-bottom: 30px;
    }
    
    .stats-section {
        padding: 20px;
    }
    
    /* Captain's Corner responsive */
    .captains-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .captain-image-wrapper {
        height: 250px;
    }
    
    .captain-name {
        font-size: 16px;
    }
    
    .captain-role {
        font-size: 13px;
    }
    
    /* Get in Touch responsive */
    .get-in-touch .section-title {
        font-size: 2.2rem;
    }
    
    .contact-form-wrapper {
        padding: 25px;
    }
    
    .contact-map {
        height: 450px;
    }
    
    .contact-email {
        padding: 18px;
        gap: 12px;
    }
    
    .contact-email i {
        width: 45px;
        height: 45px;
        font-size: 20px;
        padding: 10px;
    }
    
    .contact-details h4 {
        font-size: 15px;
    }
    
    .contact-details a {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 1.8rem !important;
    }
    
    .section-subtitle {
        font-size: 0.9rem !important;
    }
    
    .announcement-image-wrapper {
        height: 150px;
    }
    
    .player-image-wrapper {
        height: 200px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .trophy-image {
        width: 120px;
    }
    
    .trophy-title {
        font-size: 1.5rem;
    }
    
    .trophy-subtitle {
        font-size: 1rem;
    }
    
    /* Gallery responsive */
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px 0;
    }
    
    .gallery-image-wrapper {
        height: 180px;
    }
    
    .gallery-title a {
        font-size: 16px;
    }
    
    .photo-count {
        font-size: 11px;
        padding: 4px 10px;
    }
    
    .gallery-view-btn {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    /* Captain's Corner responsive */
    .captains-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 15px 0;
    }
    
    .captain-image-wrapper {
        height: 220px;
    }
    
    .captain-name {
        font-size: 16px;
    }
    
    .captain-role {
        font-size: 13px;
    }
    
    .captain-period {
        font-size: 11px;
        padding: 4px 10px;
    }
    
    .captains-corner-nav .nav-link {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    /* Get in Touch responsive */
    .get-in-touch .section-title {
        font-size: 2rem;
    }
    
    .get-in-touch .section-subtitle {
        font-size: 1rem;
    }
    
    .contact-form-wrapper {
        padding: 20px;
    }
    
    .contact-map {
        height: 400px;
    }
    
    .contact-email {
        padding: 15px;
        gap: 10px;
    }
    
    .contact-email i {
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding: 8px;
    }
    
    .contact-details h4 {
        font-size: 14px;
    }
    
    .contact-details a {
        font-size: 13px;
    }
    
    .modern-input,
    .modern-textarea {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .modern-submit-btn {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* Modern Footer Styles */
.modern-footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
    color: #ffffff;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #EE6730 50%, transparent 100%);
}

.footer-content {
    padding: 60px 0 40px;
}

/* Partners Section */
.partners-section {
    margin-bottom: 50px;
    text-align: center;
}

.partners-header {
    margin-bottom: 30px;
}

.partners-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.partners-divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #EE6730, #FF8C42);
    margin: 0 auto;
    border-radius: 2px;
}

.partners-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.partner-placeholder {
    padding: 20px;
    border: 2px dashed #444;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.partner-text {
    color: #888;
    font-style: italic;
    font-size: 14px;
}

/* Footer Main Content */
.footer-main {
    margin-bottom: 40px;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 10px;
}

.footer-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #EE6730;
    border-radius: 1px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
}

.footer-link::before {
    content: '→';
    position: absolute;
    left: -15px;
    opacity: 0;
    color: #EE6730;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: #EE6730;
    padding-left: 15px;
    text-decoration: none;
}

.footer-link:hover::before {
    opacity: 1;
}

/* Social Media Section */
.social-media {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.social-link:hover::before {
    left: 100%;
}

.social-link:hover {
    background: #EE6730;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(238, 103, 48, 0.3);
}

.social-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
}

.social-link:hover .social-icon {
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}

.contact-info {
    margin-top: 20px;
}

.contact-text {
    color: #aaaaaa;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Footer Bottom */
.footer-bottom {
    background: #111111;
    padding: 25px 0;
    border-top: 1px solid #333;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-links-bottom {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-bottom-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.footer-bottom-link:hover {
    color: #EE6730;
    text-decoration: none;
}

.footer-divider {
    color: #555;
    font-size: 12px;
}

.copyright-text {
    color: #888888;
    font-size: 13px;
    font-weight: 400;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-content {
        padding: 40px 0 30px;
    }
    
    .partners-title {
        font-size: 24px;
    }
    
    .footer-section-title {
        font-size: 16px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-links-bottom {
        justify-content: center;
    }
    
    .social-media {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-content {
        padding: 30px 0 20px;
    }
    
    .partners-title {
        font-size: 20px;
    }
    
    .footer-section-title {
        font-size: 15px;
    }
    
    .footer-link {
        font-size: 13px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
    }
    
    .social-icon {
        width: 18px;
        height: 18px;
    }
    
    .contact-text {
        font-size: 13px;
    }
    
    .footer-bottom-link {
        font-size: 12px;
    }
    
    .copyright-text {
        font-size: 12px;
    }
}

/* Animation for footer elements */
.footer-section {
    animation: fadeInUp 0.6s ease-out;
}

.footer-section:nth-child(1) { animation-delay: 0.1s; }
.footer-section:nth-child(2) { animation-delay: 0.2s; }
.footer-section:nth-child(3) { animation-delay: 0.3s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effects for social icons */
.social-link {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-link:hover {
    transform: translateY(-3px) scale(1.05);
}

/* Enhanced accessibility */
.footer-link:focus,
.social-link:focus,
.footer-bottom-link:focus {
    outline: 2px solid #EE6730;
    outline-offset: 2px;
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .modern-footer {
        background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    }
    
    .footer-bottom {
        background: #000000;
    }
}

/* ===== OVERALL POLISH & PERFORMANCE ENHANCEMENTS ===== */

/* Loading Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: calc(200px + 100%) 0;
    }
}

/* Scroll-triggered animations - safer approach */
.animate-on-scroll {
    transition: all 0.4s ease-out;
}

.animate-on-scroll.animated {
    transform: translateY(0);
}

.animate-on-scroll.fade-left {
    transform: translateX(-10px);
}

.animate-on-scroll.fade-left.animated {
    transform: translateX(0);
}

.animate-on-scroll.fade-right {
    transform: translateX(10px);
}

.animate-on-scroll.fade-right.animated {
    transform: translateX(0);
}

.animate-on-scroll.scale-in {
    transform: scale(0.98);
}

.animate-on-scroll.scale-in.animated {
    transform: scale(1);
}

/* Enhanced hover effects */
.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hover-glow {
    transition: all 0.3s ease;
}

.hover-glow:hover {
    box-shadow: 0 0 20px rgba(167, 52, 18, 0.3);
}

.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Performance optimizations */
* {
    box-sizing: border-box;
}

/* Optimize animations for performance */
.animate-on-scroll,
.hover-lift,
.hover-glow,
.hover-scale {
    will-change: transform, opacity;
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll,
    .hover-lift,
    .hover-glow,
    .hover-scale {
        transition: none;
        animation: none;
    }
    
    html {
        scroll-behavior: auto;
    }
}



/* Loading states */
.loading {
    position: relative;
    overflow: hidden;
}

.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: shimmer 1.5s infinite;
}

/* Enhanced focus states for accessibility */
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #a73412;
    outline-offset: 2px;
}

/* Skip to content link for accessibility */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #a73412;
    color: white;
    padding: 8px;
    text-decoration: none;
    z-index: 1000;
    border-radius: 4px;
}

.skip-link:focus {
    top: 6px;
}

/* Enhanced section transitions */
.section-transition {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.section-transition.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Micro-interactions for buttons */
.btn-micro {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-micro::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-micro:hover::before {
    width: 300px;
    height: 300px;
}

/* Enhanced card interactions */
.card-interactive {
    transition: all 0.3s ease;
    cursor: pointer;
}

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

/* Parallax effect for hero section */
.hero-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Enhanced typography animations */
.text-reveal {
    overflow: hidden;
}

.text-reveal span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

/* Stagger animation delays */
.text-reveal span:nth-child(1) { animation-delay: 0.1s; }
.text-reveal span:nth-child(2) { animation-delay: 0.2s; }
.text-reveal span:nth-child(3) { animation-delay: 0.3s; }
.text-reveal span:nth-child(4) { animation-delay: 0.4s; }
.text-reveal span:nth-child(5) { animation-delay: 0.5s; }

/* Enhanced navigation interactions */
.nav-link-enhanced {
    position: relative;
    transition: color 0.3s ease;
}

.nav-link-enhanced::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #a73412, #ff6b35);
    transition: width 0.3s ease;
}

.nav-link-enhanced:hover::after {
    width: 100%;
}

/* Enhanced form interactions */
.form-control-enhanced {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.form-control-enhanced:focus {
    border-color: #a73412;
    box-shadow: 0 0 0 3px rgba(167, 52, 18, 0.1);
    transform: translateY(-2px);
}

/* Enhanced image loading */
.image-lazy {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.image-lazy.loaded {
    opacity: 1;
}

/* Enhanced scroll indicator */
.scroll-indicator {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #a73412, #ff6b35);
    z-index: 9999;
    transition: width 0.1s ease;
}

/* Enhanced back to top button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #a73412, #ff6b35);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(167, 52, 18, 0.3);
}

/* Enhanced loading spinner */
.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #a73412;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Enhanced tooltip */
.tooltip-enhanced {
    position: relative;
    cursor: help;
}

.tooltip-enhanced::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.tooltip-enhanced::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.tooltip-enhanced:hover::before,
.tooltip-enhanced:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Enhanced responsive breakpoints */
@media (max-width: 1200px) {
    .animate-on-scroll {
        transition-duration: 0.4s;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .hero-parallax {
        background-attachment: scroll;
    }
}

@media (max-width: 480px) {
    .back-to-top {
        bottom: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* Performance optimizations for animations */
@media (prefers-reduced-motion: no-preference) {
    .animate-on-scroll {
        will-change: transform, opacity;
    }
    
    .hover-lift,
    .hover-glow,
    .hover-scale {
        will-change: transform;
    }
}

/* Print styles */
@media print {
    .animate-on-scroll,
    .hover-lift,
    .hover-glow,
    .hover-scale,
    .back-to-top,
    .scroll-indicator {
        display: none !important;
    }
    
    * {
        animation: none !important;
        transition: none !important;
    }
}

/* Keyboard navigation styles */
.keyboard-navigation *:focus {
    outline: 2px solid #a73412 !important;
    outline-offset: 2px !important;
}

/* Enhanced focus states for interactive elements */
.keyboard-navigation .nav-link:focus,
.keyboard-navigation .btn:focus,
.keyboard-navigation .card-interactive:focus {
    outline: 3px solid #a73412 !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 3px rgba(167, 52, 18, 0.2) !important;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .modern-hero-overlay {
        background: rgba(0, 0, 0, 0.8) !important;
    }
    
    .glassmorphism {
        background: rgba(255, 255, 255, 0.95) !important;
        border: 2px solid #000 !important;
    }
    
    .btn, .modern-submit-btn {
        border: 2px solid #000 !important;
    }
}

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    .glassmorphism {
        background: rgba(30, 30, 30, 0.9) !important;
        color: #fff !important;
    }
    
    .modern-input,
    .modern-textarea {
        background: rgba(30, 30, 30, 0.9) !important;
        color: #fff !important;
        border-color: #555 !important;
    }
    
    .modern-input:focus,
    .modern-textarea:focus {
        border-color: #a73412 !important;
        background: rgba(40, 40, 40, 0.9) !important;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .animate-on-scroll,
    .hover-lift,
    .hover-glow,
    .hover-scale,
    .btn-micro,
    .card-interactive {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }
    
    .text-reveal span {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    
    .loading::before {
        animation: none !important;
    }
    
    .loading-spinner {
        animation: none !important;
    }
    
    html {
        scroll-behavior: auto !important;
    }
}

/* High contrast and reduced motion combined */
@media (prefers-contrast: high) and (prefers-reduced-motion: reduce) {
    .modern-hero-overlay {
        background: rgba(0, 0, 0, 0.9) !important;
    }
    
    .glassmorphism {
        background: rgba(255, 255, 255, 0.98) !important;
        border: 3px solid #000 !important;
    }
}

/* Print optimization */
@media print {
    .animate-on-scroll,
    .hover-lift,
    .hover-glow,
    .hover-scale,
    .back-to-top,
    .scroll-indicator,
    .loading::before,
    .btn-micro::before {
        display: none !important;
    }
    
    * {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
    
    .modern-hero-overlay {
        background: rgba(0, 0, 0, 0.3) !important;
    }
    
    .glassmorphism {
        background: rgba(255, 255, 255, 0.95) !important;
        box-shadow: none !important;
    }
    
    .container {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .row {
        display: block !important;
    }
    
    .col, .col-lg-4, .col-md-6 {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
}

/* Performance optimizations for older browsers */
@supports not (display: grid) {
    .captains-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    .captain-card {
        flex: 1 1 300px;
    }
}

@supports not (backdrop-filter: blur(10px)) {
    .glassmorphism {
        background: rgba(255, 255, 255, 0.95) !important;
    }
}

/* Enhanced loading states */
.loading-placeholder {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
    height: 200px;
    margin-bottom: 20px;
}

/* Enhanced error states */
.error-state {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    color: #721c24;
}

.error-state::before {
    content: '⚠️';
    margin-right: 10px;
}

/* Enhanced success states */
.success-state {
    background: rgba(40, 167, 69, 0.1);
    border: 1px solid rgba(40, 167, 69, 0.3);
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    color: #155724;
}

.success-state::before {
    content: '✅';
    margin-right: 10px;
}

/* Enhanced warning states */
.warning-state {
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    color: #856404;
}

.warning-state::before {
    content: '⚠️';
    margin-right: 10px;
}

/* Enhanced info states */
.info-state {
    background: rgba(23, 162, 184, 0.1);
    border: 1px solid rgba(23, 162, 184, 0.3);
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
    color: #0c5460;
}

.info-state::before {
    content: 'ℹ️';
    margin-right: 10px;
}

/* Enhanced responsive utilities */
@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .section-header {
        text-align: center;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .section-subtitle {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
    
    .scroll-indicator {
        height: 2px;
    }
}

@media (max-width: 992px) {
    .glassmorphism {
        backdrop-filter: blur(5px);
    }
    
    .modern-hero {
        min-height: 400px;
    }
}

/* Enhanced performance monitoring styles */
.performance-indicator {
    position: fixed;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 10000;
    display: none;
}

.performance-indicator.show {
    display: block;
}

/* Enhanced debugging styles */
.debug-mode * {
    outline: 1px solid red !important;
}

.debug-mode .animate-on-scroll {
    outline: 2px solid blue !important;
}

.debug-mode .hover-lift {
    outline: 2px solid green !important;
}

/* Enhanced SEO and semantic styles */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Enhanced semantic structure */
main {
    outline: none;
}

section {
    outline: none;
}

article {
    outline: none;
}

aside {
    outline: none;
}

nav {
    outline: none;
}

/* Enhanced form validation styles */
.form-control-enhanced.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control-enhanced.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}

.valid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #28a745;
}

/* Enhanced loading spinner variations */
.loading-spinner-sm {
    width: 20px;
    height: 20px;
    border-width: 2px;
}

.loading-spinner-lg {
    width: 60px;
    height: 60px;
    border-width: 6px;
}

.loading-spinner-primary {
    border-top-color: #a73412;
}

.loading-spinner-secondary {
    border-top-color: #6c757d;
}

.loading-spinner-success {
    border-top-color: #28a745;
}

.loading-spinner-danger {
    border-top-color: #dc3545;
}

.loading-spinner-warning {
    border-top-color: #ffc107;
}

.loading-spinner-info {
    border-top-color: #17a2b8;
}

/* Enhanced animation performance */
@media (prefers-reduced-motion: no-preference) {
    .animate-on-scroll {
        will-change: transform, opacity;
    }
    
    .hover-lift,
    .hover-glow,
    .hover-scale {
        will-change: transform;
    }
    
    .btn-micro::before {
        will-change: width, height;
    }
    
    .loading::before {
        will-change: transform;
    }
}

/* Enhanced print styles for better readability */
@media print {
    body {
        font-size: 12pt;
        line-height: 1.4;
        color: #000;
        background: #fff;
    }
    
    h1, h2, h3, h4, h5, h6 {
        color: #000;
        page-break-after: avoid;
    }
    
    a {
        color: #000;
        text-decoration: underline;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 10pt;
    }
    
    img {
        max-width: 100%;
        height: auto;
        page-break-inside: avoid;
    }
    
    .container {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
    }
    
    .row {
        display: block;
        margin: 0;
    }
    
    .col, .col-lg-4, .col-md-6 {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
    }
    
    .modern-footer {
        background: #fff !important;
        color: #000 !important;
    }
    
    .footer-section-title {
        color: #000 !important;
        border-bottom: 1px solid #000;
    }
    
    .footer-link {
        color: #000 !important;
    }
    
    .social-media {
        display: none;
    }
}
