.menu ul li{
  list-style-type:none;
  display: inline-block;
  font-size: 14px;
  padding: 0px 8px;
  margin-top: 0px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.link1:hover {
  box-shadow: 0px 8px 25px #ff0024ad;
}
.title1 {
    font-size: 35px;
    color:#ffcd0a;
    font-size: 35px;
    margin: 6% 0% 0px 9%;


}
.link1 {
    border-radius: 15px;
    background: rgba(26, 8, 1, 0.4);
    float: left;
    padding: 33px;
    font-size: 54px;
    margin-left: 138px;
    margin-top: 15%;

}
  .menu {
  	float: right;
    color:  #d68910 ;
    width: auto;
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }
  .menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
    float: revert;
    display: flex;
    align-items: center;
}
  .nav-bar{
    background: rgba(0, 11, 53, 0.8);
    padding: 0px 50px;
  }

  .nav-bar h2{
  float: left;
  color: #ffae00;
  margin-top: 40px;
  }

.logo {
float: left;

}
.logo img{
  width: 30px;

}
.clear{
  clear: both;
}

.menu ul li:hover{
  color:#cdff00;
  padding-bottom: 25px;
  border-bottom: 4px solid #a5cc06;
  box-shadow: 0px 8px 9px #8bff009c;
}

a:hover{
  color: #f0ac09;
}
a{
  color: #fff;
  text-decoration: none;
}


.formcontent{
  width: 400px;
  border-radius: 20px;
  margin: auto;
  margin-top: 30px;
  background: rgba(0 ,0 ,0,.3);
  padding: 50px;
  color: #ffcc02;
}
.tablecontent {

    border-radius: 5px;
    margin: auto;
    margin-top: 30px;
    background:rgba(0, 0, 0, 0.61);
    padding: 25px;
    color:#ffa683;
    font-size: 33px;
    float: left;
    width: 26%;
    margin-left: 26px;
    height: 141px;
    border: 1px solid;
    border-color: #FFB300;

}

.formcontent h1{
color:#fff;
text-align:center;
}
body{
 color: white;
 margin: 0;
 padding: 0;
 background-image:url("../images/football.jpg");
 background-repeat: no-repeat;
 background-size:cover;
 font-family: 'Open Sans', sans-serif;
 background-size: cover;
 background-color: rgba(0, 0, 0, 0.28);
 background-blend-mode: multiply;
}
input{
  color: white;
  width: 100%;
  padding: 12px 5px;
  background: rgba(140, 82, 82, 0.4);
  border: none;
  border-radius: 15px;
  cursor: pointer;
}
button{
  color: white;
  width: 100%;
  padding: 12px 5px;
  background: rgba(140, 82, 82, 0.4);
  border: none;
  border-radius: 15px;
  cursor: pointer;
}

.c1{
  background-color:#0092db;
  margin: auto;
  border-radius: 15px;
  margin-top: 40px;
}
.c1:hover {
    background-color:#00adff;

}
.formcontent p{
  color:white;
}
.tl1{
  color:white;
  text-align: -moz-center;
}
th{
  padding: 6px;
  border: 2px solid #333;
  border-color: #0579bf;

}
td{
  padding: 6px;
  border: 2px solid #333;
  border-color: #0579bf;

}
.pth {
    font-size: 21px;
    margin: auto;
    font-size: ;
    color:white;
}
table {
    text-align: center;
    border-collapse: collapse;
    margin: 10px;
    margin-top: 20px;
    color: white;
    background:rgba(0, 0, 0, 0.51);
}
header {
    text-align: center;
}
.title h2{
  float: left;
}
.wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ========== NEW RESPONSIVE STYLES ========== */

/* Top Banner Section */
.top-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.banner-content {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Banner Slideshow */
.banner-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.banner-slide.active {
  opacity: 1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.banner-title {
  font-size: 48px;
  color: #ffcd0a;
  margin: 0 0 15px 0;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  font-weight: bold;
}

.banner-subtitle {
  font-size: 24px;
  color: #fff;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.8);
}

/* Navigation Container */
.nav-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  position: relative;
  gap: 15px;
}

.logo-name-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.nav-logo {
  height: 70px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
  margin: -5px 0;
}

.club-name {
  margin: 0;
  color: #ffae00;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

/* Login Buttons */
.login-buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  width: auto;
  flex-shrink: 0;
}

.login-btn {
  background: linear-gradient(135deg, #ffcd0a 0%, #ffae00 100%);
  color: #000;
  padding: 6px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 205, 10, 0.3);
}

.login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 205, 10, 0.5);
  color: #000;
}

/* Mobile Menu Toggle */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 1001;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/football.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  text-align: center;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffcd0a;
}

.hero-content p {
  font-size: 24px;
  color: #fff;
}

/* Section Titles */
.section-title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  color: #ffcd0a;
  padding-bottom: 15px;
  border-bottom: 3px solid #ffcd0a;
}

/* Club Information Section */
.club-info-section {
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.4);
}

.club-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.info-card {
  background: rgba(0, 11, 53, 0.8);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  border: 2px solid #ffcd0a;
  transition: transform 0.3s, box-shadow 0.3s;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(255, 205, 10, 0.3);
}

.info-card h3 {
  color: #ffae00;
  font-size: 24px;
  margin-bottom: 15px;
}

.info-card p {
  color: #fff;
  font-size: 18px;
}

.club-description {
  background: rgba(0, 11, 53, 0.6);
  padding: 30px;
  border-radius: 15px;
  line-height: 1.8;
}

.club-description p {
  margin-bottom: 20px;
  font-size: 16px;
}

/* Gallery Section */
.gallery-section {
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.2);
}

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

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-overlay p {
  color: #ffcd0a;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

/* Announcements Section */
.announcements-section {
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.4);
}

.announcements-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.announcement-card {
  background: rgba(0, 11, 53, 0.8);
  padding: 25px;
  border-radius: 15px;
  border-left: 5px solid #ffcd0a;
  transition: transform 0.3s, box-shadow 0.3s;
}

.announcement-card:hover {
  transform: translateX(10px);
  box-shadow: 0px 5px 20px rgba(255, 205, 10, 0.3);
}

.announcement-date {
  color: #ffae00;
  font-size: 14px;
  margin-bottom: 10px;
}

.announcement-card h3 {
  color: #ffcd0a;
  font-size: 24px;
  margin-bottom: 15px;
}

.announcement-card p {
  color: #fff;
  line-height: 1.6;
}

/* Page Header */
.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/football.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
}

.page-header h1 {
  font-size: 42px;
  color: #ffcd0a;
  margin-bottom: 15px;
}

.page-header p {
  font-size: 20px;
  color: #fff;
}

/* Matches Section */
.matches-section, .results-section {
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.4);
}

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

.match-card {
  background: rgba(0, 11, 53, 0.8);
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #ffcd0a;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.match-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(255, 205, 10, 0.4);
}

.match-competition {
  color: #ffae00;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.match-teams {
  margin: 20px 0;
}

.team {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}

.team-name {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.team-logo {
  font-size: 24px;
}

.vs {
  color: #ffcd0a;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

.match-info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ffcd0a;
}

.match-info p {
  color: #fff;
  margin: 8px 0;
  font-size: 14px;
}

/* Results Section */
.results-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.result-card {
  background: rgba(0, 11, 53, 0.8);
  padding: 25px;
  border-radius: 15px;
  border-left: 5px solid #ffcd0a;
}

.result-competition {
  color: #ffae00;
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.result-date {
  color: #ccc;
  font-size: 12px;
  margin-bottom: 15px;
}

.result-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

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

.result-team.our-team {
  font-weight: bold;
}

.result-team .team-name {
  font-size: 18px;
  color: #fff;
}

.result-team .score {
  font-size: 24px;
  font-weight: bold;
  color: #ffcd0a;
}

/* News Section */
.news-section {
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.2);
}

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

.news-card {
  background: rgba(0, 11, 53, 0.8);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s, box-shadow 0.3s;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 30px rgba(255, 205, 10, 0.3);
}

.news-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

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

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

.news-content {
  padding: 25px;
}

.news-date {
  color: #ffae00;
  font-size: 12px;
  margin-bottom: 10px;
}

.news-content h3 {
  color: #ffcd0a;
  font-size: 22px;
  margin-bottom: 15px;
}

.news-content p {
  color: #fff;
  line-height: 1.6;
  font-size: 14px;
}

/* Footer */
.footer {
  background: rgba(0, 11, 53, 0.9);
  padding: 30px 0;
  text-align: center;
  border-top: 2px solid #ffcd0a;
}

.footer p {
  color: #fff;
  margin: 0;
}

/* Active Link */
.menu ul li a.active {
  color: #ffcd0a;
  border-bottom: 3px solid #ffcd0a;
  padding-bottom: 5px;
}

/* ========== RESPONSIVE MEDIA QUERIES ========== */

/* Tablet Styles */
@media screen and (max-width: 968px) {
  .banner-content {
    height: 500px;
  }

  .banner-title {
    font-size: 36px;
  }

  .banner-subtitle {
    font-size: 20px;
  }

  .nav-container {
    padding: 10px 20px;
  }

  .nav-logo {
    height: 60px;
    width: auto;
    max-width: 120px;
    margin: -3px 0;
  }

  .club-name {
    font-size: 14px;
  }

  .menu ul li {
    font-size: 12px;
    padding: 0px 6px;
  }

  .login-buttons {
    gap: 6px;
    margin-top: 0;
  }

  .login-btn {
    padding: 5px 10px;
    font-size: 11px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content p {
    font-size: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .club-info-grid,
  .image-gallery,
  .matches-grid,
  .news-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .result-teams {
    flex-direction: column;
    gap: 15px;
  }

  .result-team {
    width: 100%;
    justify-content: space-between;
  }
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
  .banner-content {
    height: 450px;
  }

  .banner-title {
    font-size: 28px;
  }

  .banner-subtitle {
    font-size: 16px;
  }

  .menu-toggle {
    display: flex;
  }

  .menu {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }

  .menu.active {
    max-height: 500px;
  }

  .menu ul {
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    float: none;
  }

  .menu ul li {
    display: block;
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .menu ul li:hover {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffcd0a;
    box-shadow: none;
  }

  .nav-bar {
    padding: 0;
  }

  .nav-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
  }

  .logo {
    float: none;
    margin-bottom: 10px;
  }

  .logo-name-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    order: 1;
  }

  .nav-logo {
    height: 55px;
    width: auto;
    max-width: 110px;
    object-fit: contain;
    margin: -2px 0;
  }

  .club-name {
    text-align: left;
    font-size: 12px;
    margin: 0;
    padding: 0;
  }

  .menu ul li {
    font-size: 11px;
    padding: 10px 0;
  }

  .login-buttons {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
    order: 4;
  }

  .login-btn {
    padding: 8px 20px;
    font-size: 13px;
  }

  .menu {
    order: 3;
  }

  .menu-toggle {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
    order: 2;
  }

  .wrapper {
    padding: 0 15px;
  }

  .hero-section {
    padding: 30px 15px;
    min-height: 100px;
  }

  .hero-content h1 {
    font-size: 28px;
  }

  .hero-content p {
    font-size: 16px;
  }

  .page-header {
    padding: 60px 15px;
  }

  .page-header h1 {
    font-size: 32px;
  }

  .page-header p {
    font-size: 16px;
  }

  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .club-info-section,
  .gallery-section,
  .announcements-section,
  .matches-section,
  .results-section,
  .news-section {
    padding: 40px 0;
  }

  .club-info-grid,
  .image-gallery,
  .matches-grid,
  .news-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .info-card,
  .match-card,
  .news-card {
    padding: 20px;
  }

  .gallery-item img {
    height: 250px;
  }

  .announcement-card {
    padding: 20px;
  }

  .result-card {
    padding: 20px;
  }

  .match-info p,
  .news-content p {
    font-size: 14px;
  }

  .tablecontent {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    float: none;
  }

  .link1 {
    margin-left: 0;
    font-size: 24px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .title1 {
    font-size: 24px;
    margin: 6% 0% 0px 5%;
  }
}

/* Small Mobile Styles */
@media screen and (max-width: 480px) {
  .banner-content {
    height: 350px;
  }

  .banner-title {
    font-size: 22px;
  }

  .banner-subtitle {
    font-size: 14px;
  }

  .nav-logo {
    height: 50px;
    width: auto;
    max-width: 100px;
    margin: -2px 0;
  }

  .club-name {
    font-size: 11px;
  }

  .login-btn {
    padding: 5px 12px;
    font-size: 11px;
  }

  .hero-content h1 {
    font-size: 24px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .page-header h1 {
    font-size: 24px;
  }

  .section-title {
    font-size: 20px;
  }

  .info-card h3,
  .announcement-card h3,
  .news-content h3 {
    font-size: 18px;
  }

  .team-name {
    font-size: 16px;
  }

  .result-team .score {
    font-size: 20px;
  }
}

/* ========== ENHANCED ADMIN TABLE STYLES ========== */

.admin-table-container {
  background: rgba(0, 11, 53, 0.8);
  border-radius: 15px;
  padding: 30px;
  margin: 30px auto;
  max-width: 100%;
  overflow-x: auto;
}

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

.admin-table-title {
  color: #ffcd0a;
  font-size: 32px;
  margin: 0;
}

.back-to-admin {
  display: inline-block;
  background: linear-gradient(135deg, #ffcd0a 0%, #ffae00 100%);
  color: #000;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.back-to-admin:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(255, 205, 10, 0.4);
  color: #000;
}

.data-table {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  overflow: hidden;
  border-collapse: collapse;
}

.data-table thead {
  background: linear-gradient(135deg, rgba(255, 205, 10, 0.3) 0%, rgba(255, 174, 0, 0.3) 100%);
}

.data-table th {
  color: #ffcd0a;
  padding: 18px 15px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border: 1px solid rgba(255, 205, 10, 0.2);
  white-space: nowrap;
}

.data-table td {
  padding: 15px 12px;
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 205, 10, 0.1);
  font-size: 14px;
}

.data-table tbody tr {
  transition: all 0.3s ease;
}

.data-table tbody tr:hover {
  background: rgba(255, 205, 10, 0.15);
  transform: scale(1.01);
}

.data-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.2);
}

.data-table tbody tr:nth-child(even):hover {
  background: rgba(255, 205, 10, 0.15);
}

/* Responsive table */
@media screen and (max-width: 968px) {
  .admin-table-container {
    padding: 20px;
  }

  .data-table {
    font-size: 13px;
  }

  .data-table th,
  .data-table td {
    padding: 12px 8px;
    font-size: 13px;
  }

  .admin-table-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .admin-table-container {
    padding: 15px;
  }

  .data-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .data-table th,
  .data-table td {
    padding: 10px 6px;
    font-size: 12px;
  }

  .admin-table-title {
    font-size: 22px;
  }
}
