.sports_news p {
  margin: 0 0;
  font-weight: 700;
  color: black;
  padding-top: 11px;
}
.logo img {
  width: 23% !important;
  margin: 0px 50px;
}
.spotibyte_satup {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .badmintion_overlay::before {
    position: absolute;
    content: "";
    background: #00000066;
    inset: 0;
}
.badmintion_overlay {
    position: relative;
}
.over_sports_image h5 {
    background: #abc502;
    margin: 0 0;
    padding: 8px 0;
    color: white;
    font-size: 18px;
}
.tabs {
  width: 100%;
}

.tab-buttons {
  display: flex;
  border-bottom: 2px solid #ddd;
}

.tab-btn {
  flex: 1;
  padding: 10px;
  text-align: center;
  background-color: #f4f4f4;
  border: none;
  cursor: pointer;
  outline: none;
}

.tab-btn.active {
  background-color: #abc502;
  border-bottom: 2px solid #abc502;
  color: white;
  font-weight: 600;
  font-size: 15px;
}
.tournament-card h1 {
  margin: 0;
}

.tournament-card h2 {
  color: #333;
  font-size: 1.8em;
  margin-bottom: 10px;
}

.tournament-card p {
  color: #555;
}

/* Section Layouts */
section {

  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tournament-card, .performer-card, .category-card, .media-item {
  background-color: #e2f3e0;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tournament-card h3, .category-card h3 {
  color: #4CAF50;
}

.tournament-card a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 15px;
  background-color: #4CAF50;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.tournament-card a:hover {
  background-color: #45a049;
}

/* Media Gallery */
#media-gallery .media-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Top Performers */
#top-performers .performer-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 10px;
}

/* Register Form */
.required {
  display: flex;
  flex-direction: column;
}

.required label {
  margin: 8px 0;
}

.required input {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.required button {
  padding: 12px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.required button:hover {
  background-color: #45a049;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}
.Gallery_imges img {
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
  
}
.Gallery_imges {
  overflow: hidden;
  border-radius: 10px;

}
.Gallery_imges:hover img {
  transform: scale(1.2);
}
.border-theme-colored {
  border: 1px solid #ffffff00 !important;
}
#cta {
  padding: 50px 0;
}

/* home css start */



.nav {
	display: flex;
	list-style: none;
	margin: 0;
}

.nav-item {
	position: relative;
	margin: 0 15px;
}

.nav-item a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px;
}
.active1_img img {
    height: 250px;
}
.active1_img:hover {
    transform: translateY(10px);
}
.more {
    text-align: center;
}
.more button {
    background: #f83737;
    border: none;
    color: white;
    font-weight: 700;
    width: 186px;
    height: 45px;
    border-radius: 100px;
}
.nav-item a:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}

/* Dropdown Styles */
.dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	color: black;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	z-index: 1000;
	min-width: 200px;
}

.dropdown a {
	color: black;
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

.dropdown a:hover {
	background-color: #f1f1f1;
}

.nav-item:hover .dropdown {
	display: block;
}

/* Mobile Menu Toggle */
.menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
}

.menu-toggle div {
	width: 30px;
	height: 4px;
	background-color: white;
	margin: 5px 0;
}
.logo img {
    width: 50%;
}

.search-container {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}
/*#header_mobil {*/
/*  background: linear-gradient(to bottom, #abc502, #abc502);*/
/*  padding: 0px 85px;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  position: relative;*/
/*  z-index: 1000;*/
/*  position: sticky;*/
/*  top: 0;*/
/*}*/
.search-container input {
	border: none;
	outline: none;
	padding: 10px;
	font-size: 16px;
	border-radius: 25px;
	width: 200px;
}

.search-container input::placeholder {
	color: #aaa;
}

.search-container button {
	background: none;
	border: none;
	cursor: pointer;

}

.search-container button img {
	width: 20px;
	height: 20px;
}

/*#header {*/

/*	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
/*	background: white;*/
/*}*/

/*.nav-menu {*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	list-style: none;*/
/*	margin: 0;*/
/*	padding: 0;*/
/*}*/

/*.nav-item {*/
/*	color: #000000;*/
/*	margin: 0 3px;*/
/*	padding: 3px 4px;*/
/*	cursor: pointer;*/
/*	border-radius: 5px;*/
/*	transition: background-color 0.3s;*/
/*}*/


/*.nav-item.active {*/
/*	background-color: #f83737;*/
/*	color: white;*/
/*}*/

.login_button {
	float: right;
}

.login_button button {
	background: #f83737;
	color: white;
	border: none;
	padding: 7px 14px;
	border-radius: 5px;
	font-weight: 600;
}
#top_bar {
  background: aliceblue;
  box-shadow: 0px 8px 34px rgba(12, 0, 0, 0.1);
}
.footer_logo img {
  width: 40%;
}
.footer_ican_box i {
  font-size: 20px;
  background: #072c72;
  padding: 11px 18px;
  border-radius: 10px;
  color: white;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
}
.footer_ican_box i:hover {
  animation: zoomPulse 0.8s infinite ease-in-out;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}
.calling a {
  font-size: 16px;
  color: #060606;
  text-decoration: none;
  font-weight: 600;
  margin: 0 0;
  padding: 0 0;
}
.calling p {
  font-size: 16px;
  margin: 0 0;
  font-weight: 400;
}
.calling {
  margin-left: 18px;
}

@keyframes zoomPulse {
  0% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
  100% {
      transform: scale(1);
  }
}
#footer {
  padding: 20px 0px;
  position: relative;
  z-index: 15;
  background: #abc50247;
}
#footer::before {
  position: absolute;
  content: "";
  background: #ffffff5c;
  inset: 0;
  z-index: -3;
}

.footer2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer2 div {
  margin: 10px;
  flex: 1;
}
.footer2 h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.footer p, .footer ul {
  font-size: 19px;
  line-height: 1.6;
}
.footer2 ul {
  list-style: none;
  padding: 0;
}
.footer2 ul li {
  margin-bottom: 5px;
}
.footer2 ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
}
.footer2 ul li a:hover {
  text-decoration: underline;
}
.newsletter input[type="email"] {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 100px;
  margin-bottom: 10px;
}
.newsletter button {
  padding: 10px 20px;
  background-color: #5A4BDA;
  color: #fff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  width: 100%;
}
.newsletter button:hover {
  background-color: #4636B6;
}
.social-icons {
  display: flex;
  gap: 10px;
}
.social-icons a {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #444;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
}
.social-icons a:hover {
  background-color: #5A4BDA;
}
.row.frontend_logo {
  display: flex;
  align-items: center;
}
.tame_contant img {
  width: 100%;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
}

.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

.card-content h3 {
  font-size: 1.2rem;
  color: #333;
  margin: 0 0 10px;
}

.card-content .cta-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #abc502;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
form#contact_form {
  background-color: white;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card_top {
  margin-top: 30px;
}
.card {
  float: left;
  min-height: 280px;
  padding-bottom: 14px !important;
  position: relative;
  text-align: center;
  width: 100%;
}
.card-content .cta-button:hover {
  background-color: #0056b3;
}
.single-class-details {
  border: 2px solid #ff000000;
  display: inline-block;
  text-align: center;
  background: #abc50259;
  transition: 0.3s;
}
.single-class-details h5 {
  font-size: 18px;
}

.Training {
  padding-bottom: 40px;
}
.single-class-details h4 {
  font-size: 26px;
  margin: 0 0;
  font-weight: 500;
  font-family: emoji;
}

.single-class-details:hover h4 {
  color: #0032ba;
}
.single-class-details:hover {
  border: 2px solid #6b0002;
}
.player-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.player-card:hover {
  transform: scale(1.05);
}

.player-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.player-info {
  padding: 15px;
  text-align: center;
}

.player-name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0;
  color: #555;
}

.player-sport {
  font-size: 1em;
  color: #888;
}

.player-achievements {
  margin-top: 10px;
  font-size: 0.9em;
  color: #666;
}
.players {
  margin: 32px 0;
  background: #abc50233;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  padding: 15px;
}
.player-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  width: 200px;
  text-align: center;
}
.player-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.player-name {
  font-size: 18px;
  font-weight: bold;
}
.player-role {
  color: #555;
}
@media (min-width:320px) and (max-width:990px) {
	.navbar {
		display: none;
	}

	.sarch_bar {
		width: 100%;
		display: flex;
		align-items: center;
	}

	.icon {
		display: block;
	}

	.navbar ul .nav-menu {
		display: block;
	}

	.show {
		display: block;
	}

	.nav-menu {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.login_button {
		position: absolute;
		top: 215px;
		right: 10px;
	}

	ul.nav-menu {
		position: relative;
	}

	#navbars {
		margin-top: 32px;
	}

	.nav-item {
		padding: 9px 8px;
		font-size: 20px;
	}
}