body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #D84040;
}
 .logo {
      float: right;
     margin-right: 20px;
     width: 100px;
	  clip-path: circle(100%);
	  object-fit: cover;
	  position: absolute;
	 top: 0;
	 left: 0;
   width: 80px;    
  height: auto;
   margin: 10px;   
	  
	}	 
.logo {
      overflow: hidden; 
      padding: 20px;
}
.language-selector {
  width: 38px;
  height: 27px;
  margin-right: 10px;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;  
	height: auto;
  margin: 10px;  
  clip-path: circle(50%);	
	

}

header {
    background-color: #A31D1D;
    color: white;
    padding: 10px ;
    text-align: center;
}

header h1 a {
    color: white;
    text-decoration: none;
	text-align:left;
	
}

nav ul {
    list-style: none;
    justify-content: center;
	  overflow: hidden;
	  background-color: #ECDCBF;
	  border: 3px solid #F8F2DE;
	  display: flex;
    gap: 20px;
}
nav li {
  float:none;
margin:40px

}
nav li a {
  display: flex;
  color: rgba(255, 255, 255, 0);
  padding: 0 1rem;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

nav ul li {
    display: inline-block;
    margin: 10px;
	padding-inline:20px;
	
}
li a:hover {
  background-color: #F8F2DE;
  width:50px;
  margin: 0 10px;
  padding: 0 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
	font-size: 15px;
	
}
p{
  text-align: center;
  text-align-last: left;
  color:white;
}
nav{
   padding:10px 0px;
   text-align: center;
}
section {
    padding: 20px;
    background-color: #D84040;
    margin: 20px;
	  color:white;
}

footer {
    text-align: center;
    padding: 2px 0;
    background-color:#A31D1D ;
    color: white;
    width: 100%;
    bottom: 0;
    border: #A31D1D;
    
}
footer-content {
  max-width: 1200px; /* Keep content centered and readable */
  margin: 0 auto;
  padding: 0 15px; /* Optional: add horizontal padding to content */
}
h2{
	text-align: center;
	 margin-bottom: 10px;
   color:white;
}
h3{
	text-align: center;
  color:white;
}
.fola {
  display: block;
  margin: 40px auto; 
  max-width: 100%;     
  width: 400px;     
  height: auto;       
  border-radius: 5px;
}
.cute{
  display: block;
  margin: 40px auto; 
  max-width: 100%;    
  width: 400px;      
  height: auto;      
  border-radius: 5px; 

}
.bea{
  display: block;
  margin: 40px auto; 
  max-width: 100%;    
  width: 400px;      
  height: auto;      
  border-radius: 5px;
}
.image-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 30px auto; 
}

.image-row img {
  max-width: 90%;
  width: 300px; 
  height: auto;
  border-radius: 5px;
}
.youknow{
  display: block;
  margin: 40px auto;
  max-width: 100%;     
  width: 400px;       
  border-radius: 5px; 
  height:auto;
 border-radius: 5px;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color:#ECDCBF;
  color: white;
  border-width: 10px;
}
table{
  color:white
}
 .nav-link {
            position: relative;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -2px;
            left: 0;
            background-color: #6366f1;
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
        }
        /* Contact form container */
.contact-form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

/* Form styling */
.contact-form {
  background-color: #A31D1D; /* Deep red background */
  border: 2px solid #F8F2DE; /* Light border */
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

/* Form group */
.form-group {
  margin-bottom: 20px;
}

/* Labels */
.contact-form label {
  display: block;
  font-size: 14px;
  color: #F8F2DE;
  margin-bottom: 8px;
  font-weight: bold;
}

/* Inputs, textarea, select */
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px;
  background-color: #D84040;
  border: 1px solid #F8F2DE;
  border-radius: 4px;
  color: white;
  font-size: 14px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #f4dcdc;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: white;
  background-color: #c73232;
}

/* Submit button */
.submit-btn {
  width: 100%;
  padding: 12px;
  background-color: #F8F2DE;
  color: #A31D1D;
  border: none;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-btn:hover {
  background-color: white;
}
/* Coaching Section */
.coaching-section {
  background-color: #A31D1D;
  padding: 40px 20px;
  color: white;
}

.coaching-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #F8F2DE;
}

/* Coach Grid Layout */
.coach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
}

/* Coach Card */
.coach-card {
  background-color: #D84040;
  border: 2px solid #F8F2DE;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 12px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.coach-card:hover {
  transform: translateY(-5px);
}

/* Coach Image */
.coach-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #F8F2DE;
  object-fit: cover;
  margin-bottom: 15px;
}

/* Name */
.coach-card h4 {
  font-size: 18px;
  margin-bottom: 5px;
  color: white;
}

/* Role */
.coach-card .role {
  color: #F8F2DE;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Bio */
.coach-card .bio {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
.team-section {
  background-color: #A31D1D;
  padding: 60px 20px;
  color: white;
}

.team-container {
  max-width: 1200px;
  margin: 0 auto;
}

.team-intro {
  text-align: center;
  margin-bottom: 50px;
}

.team-intro h2 {
  font-size: 2.5em;
  color: white;
}

.team-intro .highlight {
  color: #ECDCBF;
}

.team-intro p {
  color: #F8F2DE;
  font-size: 1rem;
  max-width: 600px;
  margin: 10px auto 0;
}

/* Grid Layout */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

/* Player Card */
.player-card {
  background-color: #D84040;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.player-card:hover {
  transform: translateY(-5px);
}

.player-img {
  position: relative;
}

.player-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.player-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  padding: 15px;
  color: white;
}

.player-overlay h3 {
  margin: 0;
  font-size: 1.1em;
}

.player-overlay p {
  color: #F8F2DE;
  margin-top: 5px;
}

/* Info Below Image */
.player-info {
  padding: 20px;
  font-size: 14px;
}

.player-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.player-meta span {
  color: #F8F2DE;
}

.player-links a {
  color: #F8F2DE;
  margin-left: 10px;
  text-decoration: none;
  font-size: 13px;
}

.player-links a:hover {
  text-decoration: underline;
}

.squad-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin: 40px 0;
}

.player-card {
  background-color: #A31D1D;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 20px;
}

.player-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 6px;
}

.player-card h3 {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #F8F2DE;
}

.player-card p {
  font-size: 0.9rem;
  color: #fff;
  margin-top: 8px;
}

.team-links {
  text-align: center;
  margin-top: 50px;
}

.team-links a {
  display: inline-block;
  margin: 10px;
  padding: 12px 24px;
  background-color: #F8F2DE;
  color: #A31D1D;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

 .fixture-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 30px;
      margin: 40px 0;
    }

    .fixture-card {
      background-color: #A31D1D;
      border: 2px solid #F8F2DE;
      border-radius: 10px;
      padding: 20px;
      color: white;
      box-shadow: 0 4px 12px rgba(0,0,0,0.3);
      transition: transform 0.3s ease;
    }

    .fixture-card:hover {
      transform: translateY(-5px);
    }

    .fixture-card h4 {
      margin-top: 0;
      font-size: 18px;
      color: #F8F2DE;
    }

    .fixture-card p {
      margin: 6px 0;
      font-size: 14px;
    }

    .fixture-card .team-tag {
      font-weight: bold;
      color: #F8F2DE;
      font-size: 15px;
    }

    .team-links {
      text-align: center;
      margin-top: 40px;
    }

    .team-links a {
      display: inline-block;
      margin: 10px;
      padding: 12px 24px;
      background-color: #F8F2DE;
      color: #A31D1D;
      font-weight: bold;
      border-radius: 6px;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .team-links a:hover {
      background-color: white;
    }

    footer {
      margin-top: 60px;
      padding: 10px;
      text-align: center;
      background-color: #A31D1D;
      color: white;
    }
    @media (min-width: 768px) {
  .md\:w-1\/2 {
    width: 50%;
  }
}
.m{
  display: block;
  margin-top: 2.5rem;    /* Keeps top margin */
  margin-bottom: 2.5rem; /* Keeps bottom margin */
  margin-left: auto;   /* Push remaining space to the left */
  margin-right: 0;     /* Explicitly set right margin to 0 */
  max-width: 100%;
  width: min(400px, 90vw);
  height: auto;
  border-radius: 0.3125rem;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.m:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.hehe{
  display: block;
  margin: 40px auto;
  max-width: 100%;     
  width: 400px;       
  border-radius: 5px; 
  height:auto;
 border-radius: 5px;
}