/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    color: #0056b3;
    transition: color 0.3s ease;
}

a:hover {
    color: #003d7a;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
}

/* Header Styles */
header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.logo h1 {
    font-size: 1.8rem;
    color: #0056b3;
    margin: 0;
}

nav {
    display: flex;
    align-items: center;
}

.main-nav {
    display: flex;
    gap: 20px;
}

.main-nav li {
    position: relative;
}

.main-nav a {
    color: #333;
    font-weight: 500;
    padding: 10px 0;
    position: relative;
}

.main-nav a.active {
    color: #0056b3;
}

.main-nav a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0056b3;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu a {
    padding: 10px 15px;
    display: block;
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.dropdown-menu a:hover {
    background-color: #f8f9fa;
    color: #0056b3;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

.header-buttons {
    display: flex;
    gap: 10px;
}

.search-toggle, .login-btn {
    background: none;
    border: none;
    font-size: 1rem;
    color: #333;
    padding: 5px 10px;
    transition: color 0.3s ease;
}

.search-toggle:hover, .login-btn:hover {
    color: #0056b3;
}

.login-btn {
    background-color: #0056b3;
    color: #fff;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 500;
}

.login-btn:hover {
    background-color: #003d7a;
    color: #fff;
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
}

.search-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    display: none;
    z-index: 99;
}

.search-container.active {
    display: block;
}

.search-form {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}

.search-form input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    font-size: 1rem;
}

.search-form button {
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 0 15px;
    font-size: 1rem;
}

.search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.2rem;
    color: #333;
    cursor: pointer;
}

/* Hero Section */
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1305&q=80') center/cover no-repeat;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}

.hero h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    background-color: #0056b3;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #003d7a;
    color: #fff;
}

/* IPL Promo Banner - NEW ENHANCED SECTION */
.ipl-promo {
    background: linear-gradient(135deg, #0056b3, #00a0e9);
    color: white;
    padding: 30px 0;
    margin-top: -20px;
    position: relative;
    overflow: hidden;
}

.ipl-promo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1305&q=80') center/cover no-repeat;
    opacity: 0.2;
    z-index: 0;
}

.ipl-promo .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ipl-promo-content {
    max-width: 60%;
}

.ipl-promo h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.ipl-promo p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.ipl-promo-buttons {
    display: flex;
    gap: 15px;
}

.ipl-promo-btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ipl-promo-btn.primary {
    background-color: #fff;
    color: #0056b3;
}

.ipl-promo-btn.primary:hover {
    background-color: #f0f0f0;
    transform: translateY(-3px);
}

.ipl-promo-btn.secondary {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.ipl-promo-btn.secondary:hover {
    background-color: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

.ipl-promo-image {
    width: 35%;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}

/* Live Scores Section */
.live-scores {
    padding: 60px 0;
}

.live-scores h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

.score-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.score-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.score-card-header {
    background-color: #0056b3;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.score-card-header h3 {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.score-card-header p {
    font-size: 0.9rem;
    opacity: 0.8;
}

.score-card-body {
    padding: 15px;
}

.team {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.team:last-of-type {
    border-bottom: none;
}

.team-name {
    font-weight: 500;
}

.team-score {
    font-weight: 700;
}

.match-status {
    text-align: center;
    font-weight: 500;
    color: #0056b3;
    margin: 10px 0;
}

.loading, .no-matches, .error {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.loading {
    color: #0056b3;
}

.no-matches {
    color: #666;
}

.error {
    color: #dc3545;
}

.watch-btn {
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.watch-btn:hover {
    background-color: #003d7a;
}

/* Featured Match Section */
.featured-match {
    padding: 60px 0;
    background-color: #f0f5ff;
}

.featured-match h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

.featured-match-banner {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}

.featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.featured-overlay h3 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.featured-overlay p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    max-width: 600px;
}

/* Schedule Section */
.schedule {
    padding: 60px 0;
}

.schedule h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

.schedule-container {
    overflow-x: auto;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.schedule-table th, .schedule-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.schedule-table th {
    background-color: #0056b3;
    color: #fff;
    font-weight: 500;
}

.schedule-table tr:last-child td {
    border-bottom: none;
}

.schedule-table tr:hover {
    background-color: #f8f9fa;
}

.view-btn {
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.view-btn:hover {
    background-color: #003d7a;
}

/* Blogs Section */
.blogs {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.blogs h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

.blog-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.filter-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.filter-btn:hover, .filter-btn.active {
    background-color: #0056b3;
    color: #fff;
    border-color: #0056b3;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.blog-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.blog-image {
    height: 200px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

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

.blog-content {
    padding: 20px;
}

.blog-category {
    display: inline-block;
    background-color: #0056b3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.blog-content h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.blog-content p {
    color: #666;
    margin-bottom: 15px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.read-more {
    display: inline-block;
    color: #0056b3;
    font-weight: 500;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #003d7a;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.pagination-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.pagination-btn:hover, .pagination-btn.active {
    background-color: #0056b3;
    color: #fff;
    border-color: #0056b3;
}

.pagination-btn.next {
    width: auto;
    padding: 0 15px;
}

/* Match Details Section */
.match-details {
    padding: 60px 0;
}

.match-details h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

#matchDetailsContent {
    text-align: center;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Newsletter Section */
.newsletter {
    padding: 60px 0;
    background-color: #0056b3;
    color: #fff;
}

.newsletter-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.newsletter h2 {
    margin-bottom: 15px;
    font-size: 2rem;
}

.newsletter p {
    margin-bottom: 30px;
    opacity: 0.9;
}

.newsletter-form {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 5px 0 0 5px;
    font-size: 1rem;
}

.newsletter-form button {
    background-color: #003d7a;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    padding: 0 20px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
    background-color: #002a56;
}

/* Footer */
footer {
    background-color: #222;
    color: #fff;
    padding: 60px 0 0;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-section h3 {
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #fff;
}

.footer-section p {
    margin-bottom: 20px;
    color: #ccc;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.social-link:hover {
    background-color: #0056b3;
    color: #fff;
}

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

.footer-links a {
    color: #ccc;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.contact-info li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: #ccc;
}

.contact-info i {
    color: #0056b3;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom p {
    color: #ccc;
}

.footer-bottom-links {
    display: flex;
    gap: 20px;
}

.footer-bottom-links a {
    color: #ccc;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #fff;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
    overflow-y: auto;
}

.modal-content {
    background-color: #fff;
    margin: 50px auto;
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
    width: 90%;
    position: relative;
}

.live-stream-modal {
    max-width: 1000px;
}

.close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
}

.modal h2 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

iframe {
    border: none;
    width: 100%;
}

/* Login Modal Styles */
.login-modal {
    max-width: 500px;
}

.login-container {
    padding: 20px 0;
}

.login-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.login-tab {
    background: none;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    position: relative;
}

.login-tab.active {
    color: #0056b3;
}

.login-tab.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0056b3;
}

.login-form-container {
    display: none;
}

.login-form-container.active {
    display: block;
}

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

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.remember-me, .terms {
    display: flex;
    align-items: center;
    gap: 10px;
}

.remember-me input, .terms input {
    width: auto;
}

.login-submit, .register-submit {
    width: 100%;
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-submit:hover, .register-submit:hover {
    background-color: #003d7a;
}

.forgot-password {
    text-align: center;
    margin-top: 15px;
}

.forgot-password a {
    color: #0056b3;
    font-size: 0.9rem;
}

/* Page Header */
.page-header {
    background-color: #0056b3;
    color: #fff;
    padding: 40px 0;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.breadcrumbs {
    font-size: 0.9rem;
}

.breadcrumbs a {
    color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs a:hover {
    color: #fff;
}

.breadcrumbs span {
    color: #fff;
}

/* Points Table Styles */
.points-table-section {
    padding: 60px 0;
}

.points-table-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow-x: auto;
}

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

.season-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.season-selector label {
    font-weight: 500;
}

.season-selector select {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.group-selector {
    display: flex;
    gap: 10px;
}

.group-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 500;
    color: #666;
    transition: all 0.3s ease;
}

.group-btn:hover, .group-btn.active {
    background-color: #0056b3;
    color: #fff;
    border-color: #0056b3;
}

.points-table {
    width: 100%;
    border-collapse: collapse;
}

.points-table th, .points-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.points-table th {
    background-color: #f8f9fa;
    font-weight: 500;
    color: #333;
}

.team-column {
    text-align: left;
    min-width: 200px;
}

.team-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.team-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.form-column {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.form-indicator {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 700;
}

.form-indicator.win {
    background-color: #28a745;
    color: #fff;
}

.form-indicator.loss {
    background-color: #dc3545;
    color: #fff;
}

.form-indicator.nr {
    background-color: #6c757d;
    color: #fff;
}

.qualification-row {
    background-color: #f8f9fa;
}

.qualification-row td {
    font-weight: 500;
    color: #666;
    text-align: left;
}

.table-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.legend-color {
    width: 20px;
    height: 20px;
    border-radius: 5px;
}

.legend-color.playoffs {
    background-color: #e6f7ff;
    border: 1px solid #0056b3;
}

.legend-form {
    width: 20px;
    height: 20px;
}

.table-notes {
    margin-top: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    font-size: 0.9rem;
    color: #666;
}

.table-notes p {
    margin-bottom: 5px;
}

.table-notes p:last-child {
    margin-bottom: 0;
}

/* Recent Matches Section */
.recent-matches {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.recent-matches h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

.recent-matches-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.match-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.match-date {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.match-teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.match-teams .team {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.match-teams .team-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.match-score {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.vs {
    font-size: 0.8rem;
    color: #666;
}

.match-result {
    text-align: center;
    font-weight: 500;
    color: #0056b3;
    margin-bottom: 15px;
}

.match-link {
    display: block;
    text-align: center;
    color: #0056b3;
    font-weight: 500;
    transition: color 0.3s ease;
}

.match-link:hover {
    color: #003d7a;
}

/* Teams Section */
.teams-section {
    padding: 60px 0;
}

.teams-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.team-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.team-logo-container {
    background-color: #f8f9fa;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.team-logo-container .team-logo {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.team-info {
    padding: 20px;
}

.team-info h3 {
    margin-bottom: 15px;
    font-size: 1.3rem;
    color: #333;
}

.team-details {
    margin-bottom: 20px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-label {
    font-weight: 500;
    color: #666;
}

.detail-value {
    color: #333;
}

.team-stats {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0056b3;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
}

.team-link {
    display: block;
    text-align: center;
    background-color: #0056b3;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.team-link:hover {
    background-color: #003d7a;
}

.team-history {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.team-history h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2rem;
    color: #333;
}

.history-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.history-content p {
    margin-bottom: 15px;
    line-height: 1.7;
}

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

/* Stats Page Styles */
.stats-section {
    padding: 60px 0;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.stats-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.stats-header {
    background-color: #0056b3;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.stats-header h3 {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.stats-body {
    padding: 20px;
}

.stats-list {
    list-style: none;
}

.stats-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.stats-item:last-child {
    border-bottom: none;
}

.player-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.player-rank {
    width: 25px;
    height: 25px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 0.8rem;
}

.player-name {
    font-weight: 500;
}

.player-team {
    font-size: 0.8rem;
    color: #666;
}

.player-stat {
    font-weight: 700;
    color: #0056b3;
}

/* About Us Page Styles */
.about-section {
    padding: 60px 0;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.about-content h2 {
    margin-bottom: 20px;
    color: #333;
}

.about-content p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.team-members {
    margin-top: 40px;
}

.team-members h3 {
    margin-bottom: 20px;
    color: #333;
}

.members-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 30px;
}

.member-card {
    text-align: center;
}

.member-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-name {
    font-weight: 700;
    margin-bottom: 5px;
}

.member-role {
    color: #666;
    font-size: 0.9rem;
}

/* Contact Page Styles */
.contact-section {
    padding: 60px 0;
}

.contact-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.contact-info-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact-info-card h3 {
    margin-bottom: 20px;
    color: #333;
}

.contact-info-list {
    list-style: none;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon {
    width: 40px;
    height: 40px;
    background-color: #0056b3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
}

.contact-details h4 {
    margin-bottom: 5px;
    color: #333;
}

.contact-details p {
    color: #666;
}

.contact-form-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact-form-card h3 {
    margin-bottom: 20px;
    color: #333;
}

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

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form textarea {
    height: 150px;
    resize: vertical;
}

.contact-form button {
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #003d7a;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }
    
    .hero h2 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .featured-overlay h3 {
        font-size: 1.5rem;
    }
    
    .featured-overlay p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    header .container {
        flex-wrap: wrap;
    }
    
    .logo {
        margin-bottom: 10px;
    }
    
    nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        transition: left 0.3s ease;
        overflow-y: auto;
    }
    
    nav.active {
        left: 0;
    }
    
    .main-nav {
        flex-direction: column;
        gap: 0;
        padding: 20px;
    }
    
    .main-nav li {
        width: 100%;
    }
    
    .main-nav a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
    }
    
    .dropdown-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        min-width: auto;
        display: none;
    }
    
    .dropdown.active .dropdown-menu {
        display: block;
    }
    
    .dropdown-menu a {
        padding-left: 20px;
    }
    
    .menu-toggle {
        display: block;
    }
    
    .header-buttons {
        margin-left: auto;
    }
    
    .hero {
        padding: 60px 0;
    }
    
    .hero h2 {
        font-size: 1.8rem;
    }
    
    .featured-match-banner {
        height: 200px;
    }
    
    .featured-overlay h3 {
        font-size: 1.3rem;
    }
    
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
    
    .modal-content {
        margin: 20px auto;
        width: 95%;
    }
    
    .table-filters {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .points-table th, .points-table td {
        padding: 10px;
    }
    
    .form-column {
        flex-wrap: wrap;
    }
    
    .team-card {
        max-width: 350px;
        margin: 0 auto;
    }
    
    .contact-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .logo h1 {
        font-size: 1.5rem;
    }
    
    .hero h2 {
        font-size: 1.5rem;
    }
    
    .hero p {
        font-size: 0.9rem;
    }
    
    .cta-button {
        padding: 10px 20px;
    }
    
    .score-cards {
        grid-template-columns: 1fr;
    }
    
    .featured-overlay h3 {
        font-size: 1.2rem;
    }
    
    .featured-overlay p {
        font-size: 0.9rem;
    }
    
    .schedule-table th, .schedule-table td {
        padding: 10px;
    }
    
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-form input {
        border-radius: 5px;
        margin-bottom: 10px;
    }
    
    .newsletter-form button {
        border-radius: 5px;
        width: 100%;
        padding: 12px;
    }
    
    .blog-filter {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-btn {
        width: 100%;
    }
    
    .team-stats {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .stat-item {
        flex: 1;
        min-width: 80px;
    }
}