@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
ul li {
  margin: 0;
}

.container {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}

.above_top_nav {
  background-color: #031f38;
  color: #fff;
  padding: 12px 0;
}
.above_top_nav p {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
.above_top_nav ul li img {
  width: 25px;
  height: 25px;
}

/* Navbar */
nav {
  background-color: #fff;
  padding: 0;
  position: relative;
}
nav .logo img {
  width: 190px;
  height: 36px;
}
nav .menu > ul {
  display: flex;
  gap: 30px;
}
nav .menu > ul > li > a {
  color: #031f38;
  font-size: 18px;
  font-weight: 800;
  padding: 20px 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
select {
  border-radius: 30px !important;
  padding: 10px 20px;
  min-height: 50px;
  border: none;
}
label {
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 768px) {
  .above_top_nav .social_icons {
    display: none !important;
  }
  .above_top_nav p {
    font-size: 14px;
  }
  nav .menu ul li {
    border-bottom: 1px solid #ddd;
  }
  nav .menu ul li a {
    font-size: 16px;
    padding: 15px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .logo {
    padding: 15px 0px;
  }
  .mobile_menu {
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
  }
  .mobile_menu .open_menu {
    display: block;
  }
  .mobile_menu .close_menu {
    display: none;
  }
  .mobile_menu.active .open_menu {
    display: none;
  }
  .mobile_menu.active .close_menu {
    display: block;
  }
  nav .menu ul {
    flex-direction: column;
    gap: 0;
  }
}

.slick-dots {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 45px;
  left: 0;
  right: 0;
  bottom: 0;
}
.slick-dots li {
  margin: 0;
}

/* Banner Carousel - Slick version */
.banner_carousel {
  background-color: #031f38;
}

.banner-slide {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: end;
  max-width: 1680px;
  margin: 0 auto;
}

.banner-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(3, 31, 56, 0),
    rgba(3, 31, 56, 1)
  );
}

.banner-content {
  position: relative;
  color: #fff;
  max-width: 800px;
  padding-bottom: 80px;
}

.banner-content h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.banner-content p {
  font-size: 24px;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.banner-content .btn-primary {
  background-color: #e0d527;
  border-color: #e0d527;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 30px;
  color: #031f38;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease, background-color 0.3s ease;
}

.banner-content .btn-primary:hover {
  background-color: #f7eb4c;
  border-color: #f7eb4c;
}

/* Slick dots (pagination) */
.bannerSlick .slick-dots {
  bottom: 30px;
}

.bannerSlick .slick-dots li {
  margin: 0 5px;
}

.bannerSlick .slick-dots li button:before {
  font-size: 0;
  width: 48px;
  height: 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  content: "";
}

.bannerSlick .slick-dots li.slick-active button:before {
  background-color: #e0d527;
  opacity: 1;
}

@media (max-width: 768px) {
  .banner-slide {
    height: 400px;
  }
  .banner-content {
    padding-bottom: 40px;
  }
  .banner-content h2 {
    font-size: 30px;
  }
  .slick-dots {
    gap: 10px;
  }
  .bannerSlick .slick-dots li button::before {
    width: 30px;
    height: 8px;
  }
}

/* Competition Carousel - Swiper version */
.competition_carousel_cards {
  margin: 60px 0;
  position: relative;
  overflow: hidden;
}

.tournament_title {
  background-color: rgba(0, 0, 0, 0.2);
  padding-right: 10px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 10px;
}

.competition_carousel_cards_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.competition_carousel_cards_header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 0;
}

.competition_carousel_controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.competition_carousel_controls .btn-primary {
  background-color: #031f38;
  border-color: #031f38;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
}

.competition_carousel_controls .btn-primary:hover {
  background-color: #f7eb4c;
  border-color: #f7eb4c;
  color: #031f38;
}

.competition-navigation {
  display: flex;
  gap: 10px;
}

.competition-button-prev,
.competition-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #031f38;
  transition: all 0.3s ease;
  z-index: 1;
}

.competition-button-prev:hover,
.competition-button-next:hover {
  background-color: #e0d527;
}

.competition_card {
  height: 200px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  transition: all 0.3s ease;
}
.competition_card:hover {
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
  position: relative;
  background-position: top;
}

.competition_card_content {
  padding: 16px 20px;
  color: #fff;
}
.competition_card_content p {
  font-size: 14px;
  margin-bottom: 0;
}
.competition_card_content p::before {
  content: "";
  display: inline-block;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  margin-right: 5px;
  background-color: #e0d527;
}
.competition_card_content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.competition_card_content .btn-outline-light {
  border-radius: 30px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Swiper specific styles */
.competitionSwiper {
  overflow: visible;
  padding-right: 80px;
}

.swiper-slide {
  height: auto;
}

@media (max-width: 768px) {
  .competitionSwiper {
    padding-right: 40px;
  }

  .competition_carousel_controls {
    margin-top: 20px;
    justify-content: space-between;
  }

  .competition_carousel_cards_header h3 {
    font-size: 24px;
  }

  .tournament_title {
    font-size: 14px;
  }

  .competition_card_content h4 {
    font-size: 18px !important;
    margin-top: 5px;
  }

  .competition_card_content p {
    font-size: 14px;
  }

  .competition_card_content .btn-outline-light {
    font-size: 14px;
    padding: 6px 15px;
  }

  .tournament_title {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 480px) {
  .competitionSwiper {
    padding-right: 45px;
  }
}

.news_section_wrapper {
  background-color: #eef2fb;
  padding: 50px 0;
}

.news_section_wrapper .news_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.news_section_wrapper .news_header h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 0;
}

.news_section_wrapper .news_header .btn-primary {
  background-color: #031f38;
  border-color: #031f38;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
}
.news_section_wrapper .news_header .btn-primary:hover {
  background-color: #e0d527;
  border-color: #e0d527;
  color: #031f38;
}

.news_section_wrapper .news_card:hover img {
  transform: scale(1.03);
}
.news_section_wrapper .news_card_image {
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.news_section_wrapper .news_card img {
  width: 100%;
  height: 100%;
  min-height: 175px;
  max-height: 475px;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.news_section_wrapper .news_card a {
  text-decoration: none;
  color: #031f38;
}
.news_section_wrapper .news_card a p {
  font-size: 18px;
  font-weight: 600;

  margin-top: 10px;
  margin-bottom: 10px;
}

.news_section_wrapper .news_card a span {
  font-size: 16px;
  font-weight: 600;
  color: #031f38;
}

@media (max-width: 768px) {
  .news_section_wrapper .news_header .btn-primary {
    margin: 0 auto;
    display: block;
    max-width: 180px;
    margin-top: 20px;
  }
  .news_section_wrapper .news_header h3 {
    font-size: 30px;
  }
  .news_section_wrapper .news_card a p {
    font-size: 16px;
  }
}

/* Who we are section */
.who_we_are_wrapper {
  padding: 70px 0;
}

.who_we_are_wrapper .d-flex {
  border-radius: 20px;
  overflow: hidden;
}

.who_we_are_wrapper .d-flex .info_card {
  flex: 1 1 0 !important; /* Force equal width distribution */
  width: 0; /* This helps with equal distribution */
  min-width: 0; /* Allow shrinking below content size */
}

.who_we_are_wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 30px;
  text-align: center;
}

.who_we_are_wrapper .info_card {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 430px;
  position: relative;
  padding: 20px;
  margin-right: -2px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  width: 100%;
}

.who_we_are_wrapper .info_card svg {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.who_we_are_wrapper .info_card:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.who_we_are_wrapper .info_card:last-child {
  margin-right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.who_we_are_wrapper .info_card h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.who_we_are_wrapper .info_card p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .who_we_are_wrapper h3 {
    font-size: 30px;
  }
  .who_we_are_wrapper .info_card {
    height: 300px;
  }
  .who_we_are_wrapper .info_card {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .who_we_are_wrapper .info_card h4 {
    font-size: 20px;
  }
  .who_we_are_wrapper .info_card p {
    font-size: 14px;
  }
}

/* Stories Carousel */
.socca_stories_wrapper {
  padding: 70px 0;
  background-color: #eef2fb;
}

.stories_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.stories_header h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 0;
}

.stories_controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.stories_controls .btn-primary {
  background-color: #031f38;
  border-color: #031f38;
  color: #fff;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
}

.stories_controls .btn-primary:hover {
  background-color: #f7eb4c;
  border-color: #f7eb4c;
  color: #031f38;
}

.stories-navigation {
  display: flex;
  gap: 10px;
}

.stories-button-prev,
.stories-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #031f38;
  transition: all 0.3s ease;
  z-index: 1;
}

.stories-button-prev:hover,
.stories-button-next:hover {
  background-color: #e0d527;
  color: #031f38;
}

.story_card {
  height: 480px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.story_card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .stories_header h3 {
    font-size: 30px;
  }
  .stories_controls {
    margin-top: 20px;
    justify-content: space-between;
  }
}

.play-icon {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.play-icon svg {
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.play-icon::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
}

.story_card:hover .play-icon::after {
  transform: scale(1.5);
  opacity: 1;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.story_card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 2;
}

.story_card_content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.story_card_content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin-bottom: 0;
}

/* Slick stories carousel customization */
.storiesSlick {
  margin-right: 80px; /* Creates space for partial 5th card */
}

.stories_carousel_body {
  overflow: hidden;
  position: relative;
}

/* Show partial 5th card */
.storiesSlick .slick-list {
  overflow: visible;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .storiesSlick {
    margin-right: 60px;
  }
}

@media (max-width: 768px) {
  .storiesSlick {
    margin-right: 40px;
  }

  .story_card {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .storiesSlick {
    margin-right: 40px;
  }

  .story_card {
    height: 250px;
  }

  .stories_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

/* Our Partners section */
.our_partners_wrapper {
  padding: 80px 0;
}

.our_partners_wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 40px;
  text-align: center;
}

.our_partners_wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

@media (max-width: 768px) {
  .our_partners_wrapper h3 {
    font-size: 30px;
  }
  .our_partners_wrapper ul {
    justify-content: center;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
  .our_partners_wrapper ul li {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .our_partners_wrapper ul li img {
    width: auto;
    margin: 0 auto;
    max-width: 100px;
    max-height: 70px;
  }
}

/* Socca History section */
.socca_history_wrapper {
  background-color: #eef2fb;
}
.socca_history_wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 30px;
}

.socca_history_wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #031f38;
  margin-bottom: 30px;
}
.socca_history_wrapper .btn-primary {
  background-color: #031f38;
  border-color: #031f38;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
}
.socca_history_wrapper .btn-primary:hover {
  background-color: #f7eb4c;
  border-color: #f7eb4c;
  color: #031f38;
}
.socca_history_wrapper img {
  width: 100%;
}

@media (max-width: 768px) {
  .socca_history_wrapper {
    padding-top: 30px;
  }
  .socca_history_wrapper h3 {
    font-size: 30px;
  }
  .socca_history_wrapper p {
    font-size: 14px;
  }
  .socca_history_wrapper .btn-primary {
    font-size: 14px;
  }
  .socca_history_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 20px;
  }
}

/* Ambassador Carousel Section */
.socca_ambassador_wrapper {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.ambassador_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.ambassador_header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 0;
}

.ambassador_controls {
  display: flex;
  gap: 10px;
}

.ambassador-navigation {
  display: flex;
  gap: 10px;
}

.ambassador-button-prev,
.ambassador-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.ambassador-button-prev:hover,
.ambassador-button-next:hover {
  background-color: #e0d527;
}

.ambassador_carousel_body {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

.ambassadorSwiper {
  overflow: visible;
  padding: 0;
  margin: 0 -10px;
  padding-bottom: 10px;
}

.ambassadorSwiper .swiper-slide {
  height: auto;
  padding: 0 10px;
}

.ambassador_card {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease;
}
.ambassador_card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.ambassador_card_content {
  background-color: #031f38;
  position: relative;
  z-index: 2;
  padding: 15px;
  width: 100%;
}
.ambassador_card_content::before {
  content: "";
  position: absolute;
  top: -66%;
  right: 0;
  background-image: url(../../images/diagnal-shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.ambassador_card_content .quote {
  margin-bottom: 0;
  position: relative;
}
.ambassador_card_content .quote svg {
  position: absolute;
  top: -50px;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  
}
.ambassador_card_content .quote p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
}
.ambassador_info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  margin-top: 15px;
}
.ambassador_info h4 {
  color: #fff;
  font-size: 16px;
  padding-left: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}
.ambassador_info h4::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #e0d527;
  border-radius: 50%;
}


@media (max-width: 1200px) {
  .ambassador_card {
    height: 380px;
  }
}

@media (max-width: 992px) {
  .ambassador_card {
    height: 350px;
  }
  .ambassador_card_content .quote p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .ambassadorSwiper {
    margin: 0 -5px;
  }
  .ambassadorSwiper .swiper-slide {
    padding: 0 5px;
  }
  .ambassador_header h3 {
    font-size: 24px;
  }
  .ambassador_card {
    height: 400px;
  }
  .ambassador_header {
    margin-bottom: 20px;
  }
  .ambassador_controls {
    margin-top: 20px;
  }
  .ambassador_info {
    margin-top: 15px;
  }
}

/* App Download Section */
.above_footer_cta_wrapper {
  background-image: url(../../images/above_footer_cta.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  max-height: 500px;
  margin-top: 100px;
}
.above_footer_cta_wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  max-width: 500px;
  margin-top: 120px;
  margin-bottom: 30px;
}
.above_footer_cta_wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.above_footer_cta_wrapper .btn {
  border: solid 1px #fff;
  border-radius: 30px;
  padding: 10px 25px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.above_footer_cta_wrapper .socca_app_img {
  position: relative;
  top: -140px;
}

@media (max-width: 768px) {
  .above_footer_cta_wrapper {
    margin-top: 30px;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: -2px;
  }
  .above_footer_cta_wrapper h3 {
    font-size: 30px;
    margin-top: 30px;
  }
  .above_footer_cta_wrapper .socca_app_img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .socca_ambassador_wrapper {
    padding-bottom: 50px;
  }
}

/* footer section */
footer {
  background-color: #04294a;
  color: #fff;
  padding: 50px 0;
}

footer .footer_logo {
  margin-bottom: 20px;
}
footer p {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
footer a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
footer ul li {
  padding: 5px 0;
}
footer .social_icons {
  gap: 10px;
}
footer .social_icons li img {
  width: 48px;
  height: 48px;
}

.copyright {
  background-color: #1d3e5c;
  padding: 15px 0;
}
.copyright p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.copyright p span {
  color: rgba(255, 255, 255, 0.5);
}

/* Mega Menu Styles */
/* .menu ul li {
    position: relative;
}

.menu ul li a.has-mega-menu {
    position: relative;
} */

.mega_menu {
  position: absolute;
  padding: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: none;
  left: 0;
  width: 100%;
  background-color: #eef2fb;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
  left: 0;
}

.about_us_mega_menu {
  padding-left: 50px;
  justify-content: space-between;
  align-items: center;
}
.about_us_mega_menu svg {
  transition: transform 0.3s ease;
}

/* This is the key selector that needs to be fixed */
.menu ul li:hover .about_us_mega_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.about_us_mega_menu .about_us_info {
  max-width: 450px;
  width: 100%;
}
.about_us_mega_menu .about_us_links {
  max-width: 350px;
  width: 100%;
}

.about_us_mega_menu h3 {
  font-size: 28px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about_us_mega_menu h4 {
  font-size: 20px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 20px;
}

.about_us_mega_menu p {
  font-size: 16px;
  color: #031f38;
  margin-bottom: 20px;
  line-height: 1.6;
}

.mega-menu-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-links li {
  border-bottom: 1px dotted #031f38;
}

.mega-menu-links li a {
  color: #031f38;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 8px 0;
}

.mega-menu-links li a:hover {
  color: #e0d527;
  padding-left: 5px;
}

.about_us_mega_menu .about_us_image {
  max-width: 350px;
  width: 100%;
  position: relative;
}
.about_us_mega_menu .about_us_image svg {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
}
.about_us_mega_menu .about_us_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.world_cup_mega_menu h3 {
  font-size: 28px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.world_cup_mega_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.world_cup_mega_menu ul li {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 210px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.world_cup_mega_menu ul li:hover {
  background-position: top;
}
.world_cup_mega_menu ul li .worldcup_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.world_cup_mega_menu ul li .worldcup_logo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.world_cup_mega_menu ul li .worldcup_info {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  padding: 12px;
}
.world_cup_mega_menu ul li .worldcup_info span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding-left: 14px;
  position: relative;
  z-index: 10;
}
.world_cup_mega_menu ul li .worldcup_info h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 10;
  color: #fff;
  margin-bottom: 0;
}

.world_cup_mega_menu ul li .worldcup_info_content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.world_cup_mega_menu ul li .worldcup_info span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background-color: #e0d527;
}
.world_cup_mega_menu ul li .worldcup_info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  z-index: 1;
}

/* Tournament Mega Menu Styles */
.tournaments_mega_menu {
  display: none;
  padding: 30px;
  padding-left: 18px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.tournaments_sidebar {
  width: 250px;
  padding-right: 30px;
}

.tournaments_sidebar h3 {
  font-size: 28px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tournament-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tournament-categories li {
  font-size: 16px;
  font-weight: 600;
  color: #031f38;
  padding: 12px;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}

.tournament-categories li:hover,
.tournament-categories li.active {
  background-color: #fff;
  svg {
    circle {
      fill: #031f38;
    }
    path {
      stroke: #fff;
    }
  }
}

.tournaments_content {
  flex: 1;
}

.tournament-category-content {
  display: none;
}

.tournament-category-content.active {
  display: block;
}

.tournament-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tournament-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 15px;
  color: white;
  position: relative;
  overflow: hidden;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.tournament-card:hover {
  background-position: top;
}
.tournament-card .tournamnet_title {
  background-color: rgba(0, 0, 0, 0.5);
  padding-right: 5px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.tournament-card .tournamnet_title img {
  width: 25px;
  height: 25px;
}
.tournament-card .tournamnet_title span {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.tournament-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.tournament-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tournament-date {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-left: 15px;
}

.tournament-date:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #e0d527;
  border-radius: 50%;
}
.tournemnt-content {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.tournemnt-content p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

/* Inner Pages Banner */
.inner_pages_banner {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 300px;
  display: flex;
  align-items: flex-end;
}
.inner_pages_banner h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner_pages_content {
  padding: 70px 0;
}
.inner_pages_content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 20px;
}

.socca_about_slider {
  position: relative;
}
.socca_about_slider .slider_body {
  gap: 10px;
}
.socca_about_slider .slider_card {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}
.socca_about_slider .slider_card .slider_card_content {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  z-index: 10;
  color: #fff;
  font-size: 18px;
  padding-right: 40px;
}
.socca_about_slider .slider_card .slider_card_content img {
  height: 40px;
  width: 40px;
}
.socca_about_slider .slider_button_prev {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.socca_about_slider .slider_button_next {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.socca_strategy_video {
  width: 90%;
  padding: 70px 0;
  margin: 0 auto;
}
.socca_strategy_video .header_content {
  text-align: center;
}
.socca_strategy_video .header_content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 20px;
}
.socca_strategy_video img {
  width: 100%;
  border-radius: 20px;

  height: 100%;
  object-fit: contain;
}
.socca_strategy_video .video_content {
  position: relative;
}
.socca_strategy_video .video_content svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.socca_expanding {
  background-color: #eef2fb;
}
.socca_expanding h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  max-width: 350px;
  margin-bottom: 20px;
}
.socca_expanding p {
  font-size: 16px;
  font-weight: 400;
  max-width: 500px;
}
.socca_expanding .exp_1,
.socca_expanding .exp_2 {
  margin-right: 8px;
}
.socca_expanding .exp_3,
.socca_expanding .exp_4 {
  margin-left: 8px;
}
.socca_faq_section {
  padding: 70px 0;
}
.socca_faq_section img {
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.socca_faq_section h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 40px;
  max-width: 350px;
}

/* FAQ Accordion Styles */
.socca_faq_section .accordion {
  margin-top: 20px;
}

.socca_faq_section .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.socca_faq_section .accordion-header {
  margin: 0;
}

.socca_faq_section .accordion-button {
  background-color: #eef2fb;
  color: #031f38;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 25px;
  border: none;
  border-radius: 10px !important;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
  border-bottom: solid 1px #d7deef !important;
}

.socca_faq_section .accordion-button::after {
  display: none;
}

.socca_faq_section .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.socca_faq_section .accordion-button:not(.collapsed) {
  background-color: #eef2fb;
  color: #031f38;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.socca_faq_section .accordion-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.socca_faq_section .accordion-button .plus-icon {
  display: block;
}

.socca_faq_section .accordion-button .minus-icon {
  display: none;
}

.socca_faq_section .accordion-button:not(.collapsed) .plus-icon {
  display: none;
}

.socca_faq_section .accordion-button:not(.collapsed) .minus-icon {
  display: block;
}

.socca_faq_section .accordion-body {
  padding: 20px 25px;
  background-color: #eef2fb;
  border: 1px solid #eef2fb;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.related-topics {
  background-color: #eef2fb;
  padding: 70px 0;
  padding-bottom: 160px;
  margin-bottom: -100px;
}
.related-topics h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 20px;
}
.related-topics ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.related-topics ul li a {
  background-color: #fff;
  padding: 20px;
  border-radius: 40px;
  color: #031f38;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

/* Ambassador Page */
.ambassador_wrapper_header {
  background-color: #fff;
  padding: 70px 0;
}
.ambassador_wrapper_header h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  max-width: 350px;
}

.what_we_stand_for {
  background-color: #fff;
  padding: 90px 0;
}
.what_we_stand_for h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  text-align: center;
  margin-bottom: 15px;
}
.what_we_stand_for .sub_text {
  font-size: 16px;
  font-weight: 400;
  color: #031f38;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.what_we_stand_for .value_card {
  background-color: #eef2fb;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  position: relative;
}
.what_we_stand_for .value_card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #031f38;
  margin-top: 30px;
  margin-bottom: 10px;
}
.what_we_stand_for .value_card p {
  font-size: 16px;
  font-weight: 400;
  color: #031f38;
  margin-bottom: 0px;
  text-align: left;
}
.what_we_stand_for .value_card .abstract {
  position: absolute;
  top: 0;
  right: 0;
}

/* Governance Page */
.goverannce_top_wrapper {
  background-color: #fff;
  padding: 70px 0;
}
.goverannce_top_wrapper span {
  font-size: 16px;
  font-weight: 400;
  color: #031f38;
}
.goverannce_top_wrapper img {
  object-fit: contain;
  max-height: 500px;
}
.goverannce_top_wrapper h1 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  max-width: 600px;
}
.governance_wrapper {
  padding: 60px 0;
}
.governance_wrapper h2 {
  font-size: 36px;
  font-weight: 700;
  color: #031f38;
}

.governance_card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 445px;
  margin-bottom:15px;

}
.governance_card .location_info {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 10px;
  border-radius: 20px;
}
.governance_card .location_info img {
  width: 25px;
  height: 25px;
}
.governance_card .gov_card_content {
  position: relative;
  width: 100%;
  background-color: #031f38;
  padding: 20px;
  padding-top: 10px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
  z-index: 10;
}
.governance_card .gov_card_content:before {
  content: "";
  background-image: url("../../images/goverannce-shape.png");
  position: absolute;
  top: -50%;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.governance_card .gov_card_content h4 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
}
.governance_card .gov_card_content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.governance_card .gov_card_content a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  display: block;
  text-decoration: none;
  margin-top: 10px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  text-align: center;
  transition: all 0.3s ease;
}
.governance_card .gov_card_content a:hover {
  background-color: #fff;
  color: #031f38;
}

.remembring_wrapper .content_wrapper {
  background-color: #1a1a1a;
  padding: 40px 60px;
  border-radius: 20px;
  position: relative;
}
.remembring_wrapper .content_wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.remembring_wrapper .content_wrapper h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}
.remembring_wrapper .content_wrapper::before {
  content: "";
  background-image: url("../../images/shape-remembring-left.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 336px;
  height: 114px;
  background-repeat: no-repeat;
}
.remembring_wrapper .content_wrapper::after {
  content: "";
  background-image: url("../../images/shape-remembring-right.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 336px;
  height: 114px;
  background-repeat: no-repeat;
}
.remembring_wrapper .remembring_card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.remembring_wrapper .remembring_card img {
  max-width: 200px;
}
.remembring_wrapper .remembring_card .remembring_card_content h4 {
  font-size: 20px;
  font-weight: 900;
}
.remembring_wrapper .remembring_card .remembring_card_content p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 1.6;
}
.govenance_all_panel {
  position: relative;
  padding: 60px 0;
}
.govenance_all_panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.govenance_all_panel .gov-content {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  max-width: 1320px;
  margin: 0 auto;
  padding: 15px 30px;
}
.govenance_all_panel .gov-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.govenance_all_panel .gov-content p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0px;
  max-width: 800px;
  line-height: 1.6;
}

.governance_board_titles {
  padding-bottom: 70px;
  padding-top: 10px;
}
.governance_board_titles h4 {
  font-size: 36px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 0px;
}
.governance_board_titles p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
  color: #031f38;
}
.governance_board_titles ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(3, 31, 56, 0.1);
}

/* Partners Page */
.partners_wrapper {
  background-color: #fff;
  padding: 60px 0;
}
.partners_wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 10px;
}
.partners_wrapper p {
  font-size: 16px;
}
.partners_wrapper .btn {
  border-radius: 40px;
  color: #031f38;
}
.bg-panel {
  background-color: #eef2fb;
  padding: 30px;
  border-radius: 20px;
}

.more_partners_wrapper {
  padding: 70px 0;
}
.more_partners_wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.more_partners_wrapper h3 svg {
  width: 16px;
  height: 16px;
}
.more_partners_wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.more_partners_wrapper ul li {
  display: flex;
  align-items: center;
  background-color: #eef2fb;
  gap: 40px;
  padding: 20px;
  border-radius: 20px;
}
.more_partners_wrapper ul li .partner_logo {
  width: 250px;
  height: 250px;
  max-width: 250px;
  max-height: 250px;
  min-width: 250px;
  min-height: 250px;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_partners_wrapper ul li .partner_logo img {
  width: 100%;
  max-width: 150px;
  min-width: 150px;
  object-fit: contain;
}
.more_partners_wrapper ul li .partners-content h5 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0px;
}
.more_partners_wrapper ul li .partners-content span {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #444;
}
.more_partners_wrapper ul li .partners-content p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #031f38;
}
.more_partners_wrapper ul li .partners-content a {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #031f38;
  border-radius: 40px;
  border: 1px solid #031f38;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
}
.bottom_partners_wrapper {
  background-image: url(../../images/bottom_partners.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  margin-bottom: 150px;
}
.bottom_partners_wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.bottom_partners_wrapper p {
  font-size: 16px;
  color: #fff;
}
.bottom_partners_wrapper img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.bottom_partners_wrapper .btn {
  border-radius: 50px;
  color: #031f38;
  padding: 10px 20px;
  background-color: #fff;
}
.bottom_partners_wrapper .btn:hover {
  background-color: #031f38;
  color: #fff;
}

/* Rules Page */
.rules_wrapper {
  background-color: #fff;
  padding: 60px 0;
}
.rules_wrapper h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 10px;
}
.rules_wrapper img {
  width: 100%;
  border-radius: 20px;
}
.rules_wrapper .bg-panel {
  padding: 30px;
  border-radius: 20px;
  background-color: #eef2fb;
  margin-top: 30px;
  margin-bottom: 30px;
}
.rules_wrapper .bg-panel .number {
  height: 40px;
  width: 40px;
  border: 1px solid #031f38;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Contact Us Page */
.Offices_location {
  background-color: #fff;
  padding: 60px 0;
}
.Offices_location .office_location_card {
  background-color: #eef2fb;
  padding: 30px;
  border-radius: 20px;
}
.Offices_location .office_location_card svg {
  margin-bottom: 30px;
}
.Offices_location .office_location_card span {
  font-size: 18px;
  font-weight: 900;
  color: #031f38;
}
.Offices_location .office_location_card p {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: #031f38;
  margin-bottom: 0;
}

.contact_us_form_wrapper {
  padding: 40px 0;
  padding-top: 0px;
}
.contact_us_form_wrapper .contact_us_card {
  background-color: #eef2fb;
  background-image: url(../../images/contactus.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  border-radius: 20px;
  color: #fff;
}

.contact_us_form_wrapper .contact_us_card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.contact_us_form_wrapper .contact_us_card p {
  font-size: 16px;
  color: #fff;
}
.contact_us_form_wrapper .contact_us_card .btn {
  background-color: #fff;
  color: #031f38;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #031f38;
  border-radius: 40px;
  margin-top: 10px;
}

.contact_us_form_card {
  padding: 30px;
  background-color: #eef2fb;
  border-radius: 20px;
}
.contact_us_form_card .header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  gap: 10px;
}
.contact_us_form_card .header p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #031f38;
}
.contact_us_form_card form {
  padding-top: 20px;
}

.contact_us_form_card form label {
  font-size: 14px;
  font-weight: 700;
  align-items: top;
  margin-bottom: 8px;
}
.contact_us_form_card form .form-group {
  margin-bottom: 15px;
}

/* News Page */
.news_search_wrapper {
  padding: 70px 0;
}
.news_search_wrapper .search_controls {
  display: flex;
  align-items: end;
  gap: 20px;
  background-color: #eef2fb;
  padding: 20px;
  border-radius: 20px;
}
.news_search_wrapper .search_controls label {
  font-size: 14px;
  font-weight: 700;
  align-items: top;
  margin-bottom: 8px;
}
.news_search_wrapper .search_controls .form-group:first-of-type {
  flex: 2;
}
.news_search_wrapper .search_controls .form-group:last-of-type {
  max-width: 50px;
}
.news_search_wrapper .search_controls .form-group {
  flex: 1;
  width: 100%;
}
.news_search_wrapper .search_controls .btn {
  background-color: #031f38;
  color: #fff;
  border-radius: 50px;
  height: 50px;
  width: 50px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news_wrapper {
  padding-bottom: 30px;
}
.news_wrapper .news_filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.news_wrapper .news_filter ul li a {
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 700;
  color: #031f38;
  text-decoration: none;
  display: block;
  border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #031f38;
  overflow: hidden;
  transition: all 0.3s ease;
}
.news_wrapper .news_filter ul li a:hover {
  background-color: #031f38;
  color: #fff;
}
.news_wrapper .news_filter ul li.active a {
  background-color: #031f38;
  color: #fff;
}
.features_news {
  padding: 50px 0;
}
.features_news h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.features_news .news_card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  align-items: end;
  padding: 20px;
  height: 475px;
  position: relative;
  z-index: 2;
}
.features_news .news_card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 200px;
  z-index: 1;
  background: linear-gradient(to top, rgba(3, 31, 56, 1), rgba(3, 31, 56, 0));
  border-radius: 20px;
}
.features_news .news_card .content {
  z-index: 2;
  position: relative;
  color: #fff;
}
.features_news .news_card .content .category {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.features_news .news_card .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.regular_news_wrapper {
  padding: 30px 0;
}
.regular_news_wrapper .btn {
  background-color: #031f38;
  color: #fff;
  border-radius: 50px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.regular_news_wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.regular_news_wrapper .news_card .news_card_img {
  height: 200px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  padding: 10px;
}
.regular_news_wrapper .news_card .news_card_img .category {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
}
.regular_news_wrapper .news_card .news_card_img .category span {
  font-size: 14px;
  font-weight: 700;
}
.regular_news_wrapper .news_card h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.regular_news_wrapper .news_card a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #031f38;
  display: flex;
  align-items: center;
  gap: 5px;
}
.trending_news_wrapper {
  padding: 30px 0;
}
.trending_news_wrapper .trending_news_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.trending_news_wrapper .trending_news_header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
}
.trending-navigation {
  display: flex;
  gap: 10px;
}
.trending-button-prev,
.trending-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.trending-button-prev:hover,
.trending-button-next:hover {
  background-color: #e0d527;
}
.trending_news_wrapper .news_card {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  align-items: end;
  padding: 20px;
  position: relative;
  z-index: 2;
  margin: 0 10px;
}
.trending_news_wrapper .news_card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 150px;
  z-index: 1;
  background: linear-gradient(to top, rgba(3, 31, 56, 1), rgba(3, 31, 56, 0));
  border-radius: 20px;
}
.trending_news_wrapper .news_card .content {
  z-index: 2;
  position: relative;
  color: #fff;
}
.trending_news_wrapper .news_card .content .category {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.trending_news_wrapper .news_card .content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.bottom_news_letter {
  padding: 30px 0;
}
.bottom_news_letter .news_letter_content {
  padding: 20px;
  background-color: #eef2fb;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  min-height: 500px;
}
.bottom_news_letter .news_letter_content > div {
  max-width: 550px;
}
.bottom_news_letter .news_letter_content h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}
.bottom_news_letter .news_letter_content p {
  font-size: 16px;
  font-weight: 400;
}
.bottom_news_letter .news_letter_content .newsletter_form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bottom_news_letter .news_letter_content .newsletter_form input {
  width: 100%;
}
.bottom_news_letter .news_letter_content .newsletter_form button {
  background-color: #031f38;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
}
.bottom_news_letter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* News Details page */
.single_news_wrapper {
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
}
.single_news_wrapper span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.single_news_wrapper h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}
.single_news_wrapper .news_category {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.single_news_wrapper .news_category .cat {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 5px 10px;

  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 50px;
}
.single_news_wrapper .news_category p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
}
.single_news_wrapper .share_news p {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.6);
}
.single_news_wrapper .share_news ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.feature_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.single_news_wrapper h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.single_news_wrapper p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.teams_wrapper {
  padding: 40px 0;
}
.teams_wrapper h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0px;
}
.teams_wrapper ul {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
}
.teams_wrapper ul li {
  width: 100%;
  padding: 15px 0;
  background-color: #eef2fb;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.teams_wrapper ul li span {
  font-size: 14px;
  font-weight: 700;
  color: #031f38;
}
.teams_wrapper ul li img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
}
.teams_cta {
  background-image: url("../../images/teams_banner.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  min-height: 400px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teams_cta .content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.teams_cta h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
.teams_cta p {
  font-size: 16px;
  font-weight: 400;
}
.teams_cta a {
  background-color: #fff;
  color: #031f38;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 50px;
}

.header_info_secodn {
  background-color: rgba(255, 255, 255, 0.52);
  padding-bottom: 20px;
}
.header_info_secodn .top_part {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #031f38;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  margin-bottom: 10px;
}
.header_info_secodn .top_part h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
.header_info_secodn p {
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
  margin: 0;
}
.header_info_secodn h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 10px;
  margin-bottom: 15px;
}
.header_info_secodn ul {
  padding: 0 20px;
}
.header_info_secodn ul li svg {
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
  margin-top: 5px;
}
.header_info_secodn ul li {
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
  margin: 0;
  display: flex;
  gap: 10px;
}
.form-heder {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 25px;
}
.form-heder h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 0;
}
.form-heder .country_field {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  border-radius: 50px;
  max-width: 350px;
}
.form-heder .country_field .form-group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-heder .country_field .form-group .form-control {
  background-color: #eef2fb;
}
.form-heder .country_field .form-group label {
  font-size: 14px;
  font-weight: 600;
  width: 150px;
}

@media (max-width: 768px) {
  .trending_news_wrapper .trending_news_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .trending_news_wrapper .trending_news_header h2 {
    font-size: 30px;
  }
  .trending-navigation {
    width: 100%;
    justify-content: center;
  }
  .trending_news_wrapper .news_card {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .socca_faq_section .accordion-button {
    font-size: 16px;
    padding: 15px 20px;
  }

  .socca_faq_section .accordion-body {
    padding: 15px 20px;
  }
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .tournament-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  .menu {
    display: none;
  }

  .tournaments_mega_menu {
    flex-direction: column;
  }

  .tournaments_sidebar {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(3, 31, 56, 0.1);
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .tournaments_content {
    padding-left: 0;
  }

  .tournament-cards {
    grid-template-columns: 1fr;
  }

  .mega_menu {
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transform: translateY(0) !important;
  }
  .about_us_mega_menu {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 10px !important;
  }
  /* .about_us_mega_menu .about_us_image {
        display: none !important;
    } */

  .world_cup_mega_menu ul li {
    height: 70px;
    margin-bottom: 10px;
  }
  .world_cup_mega_menu ul li .worldcup_logo {
    height: 30px;
    z-index: 100;
    width: 30px;
    top: 20px;
  }
  .world_cup_mega_menu ul li .worldcup_info {
    padding-top: px;
    padding-left: 50px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
  }

  .tournaments_mega_menu {
    padding: 15px !important;
  }

  .tournaments_content {
    width: 100%;
  }
  .tournament-cards {
    gap: 10px !important;
  }

  footer p {
    text-align: left !important;
  }
  footer .social_icons {
    justify-content: flex-start !important;
  }

  footer .row > .col-md-4 {
    margin-bottom: 30px;
  }

  .socca_expanding {
    padding-top: 50px;
  }
  .socca_expanding img {
    width: 100%;
    margin: 0 !important;
    border-radius: 20px !important;
    margin-bottom: 15px !important;
  }
  .related-topics ul {
    grid-template-columns: 1fr;
  }
  .related-topics ul li a {
    font-size: 16px;
    padding: 10px 15px;
  }

  .ambassador_wrapper .ambassador_card {
    height: 430px !important;
  }

  .goverannce_top_wrapper h1 {
    font-size: 30px;
  }
  .governance_wrapper h2 {
    font-size: 24px;
  }

  .governance_card {
    margin-bottom: 20px;
  }
  .remembring_wrapper .content_wrapper {
    padding: 30px 20px;
  }
  .remembring_wrapper .content_wrapper::before {
    width: 136px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .remembring_wrapper .content_wrapper::after {
    width: 136px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .remembring_wrapper .content_wrapper h3 {
    font-size: 24px;
  }
  .remembring_wrapper .remembring_card {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .govenance_all_panel .gov-content {
    bottom: 50px;
  }
  .govenance_all_panel .gov-content p {
    display: none;
  }
  .govenance_all_panel .gov-content h2 {
    font-size: 24px;
  }
  .governance_board_titles h4 {
    font-size: 24px;
  }
  .governance_board_titles p {
    font-size: 16px;
  }
  .governance_board_titles ul li {
    padding: 15px 0;
  }
  .governance_board_titles ul li p {
    font-size: 14px;
  }

  .more_partners_wrapper ul li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: 15px;
  }
  .more_partners_wrapper ul li .partner_logo {
    width: 100%;
  }

  .bottom_partners_wrapper h3 {
    font-size: 30px;
  }
  .bottom_partners_wrapper p {
    font-size: 14px;
  }
  .bottom_partners_wrapper .btn {
    font-size: 14px;
  }

  .Offices_location .office_location_card {
    margin-bottom: 20px;
  }
  .contact_us_form_card {
    margin-top: 20px;
  }

  .news_search_wrapper .search_controls {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  .news_search_wrapper .search_controls .search_input {
    width: 100%;
  }
  .news_wrapper .news_filter ul {
    flex-wrap: wrap;
  }
  .news_wrapper .news_filter ul li {
    width: 100%;
    max-width: 200px;
  }
  .news_wrapper .news_filter ul li a {
    font-size: 14px;
    text-align: center;
  }
  .features_news .news_card {
    margin-bottom: 15px;
  }
  .features_news h2,
  .regular_news_wrapper h2 {
    font-size: 30px;
  }
  .news_card {
    margin-bottom: 15px;
  }
  .bottom_news_letter .news_letter_content {
    min-height: 300px;
    margin-bottom: 15px;
  }
  .news_card .news_card_content {
    padding: 15px;
  }
  .news_card .news_card_content h4 {
    font-size: 18px;
  }
  .bottom_news_letter .news_letter_content h3 {
    font-size: 30px;
  }
  .bottom_news_letter .news_letter_content p {
    font-size: 14px;
  }
  .bottom_news_letter .news_letter_content .newsletter_form {
    width: 100%;
  }
  .teams_wrapper h2 {
    font-size: 30px;
  }
  .teams_wrapper ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .teams_cta {
    padding: 20px 0;
    min-height: 300px;
  }
  .teams_cta h2 {
    font-size: 30px;
  }
  .teams_cta p {
    font-size: 14px;
  }
  .teams_cta a {
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  .ambassador_wrapper .ambassador_card {
    height: 430px !important;
  }
}

/* News Mega Menu Styles */
.news_mega_menu {
  padding-left: 50px;
  justify-content: space-between;
  align-items: center;
}
.news_mega_menu svg {
  transition: transform 0.3s ease;
}

/* This is the key selector for hover functionality */
.menu ul li:hover .news_mega_menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.news_mega_menu .news_info {
  max-width: 450px;
  width: 100%;
}
.news_mega_menu .news_categories {
  max-width: 350px;
  width: 100%;
}
.news_mega_menu .news_categories ul li {
  margin-bottom: 20px;
}
.news_mega_menu .news_categories ul li h6 {
  font-size: 16px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 10px;
}
.news_mega_menu .news_categories ul li a {
  text-decoration: none;
  color: #031f38;
}
.news_mega_menu .news_categories ul li h6 span {
  font-size: 14px;
  font-weight: 400;
  color: #031f38;
  margin-bottom: 10px;
}
.news_mega_menu .news_categories ul li .news_date {
  display: flex;
  align-items: center;
  gap: 5px;
}

.news_mega_menu h3 {
  font-size: 28px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.news_mega_menu p {
  font-size: 16px;
  color: #031f38;
  margin-bottom: 20px;
  line-height: 1.6;
}

.news_mega_menu .news_featured {
  max-width: 350px;
  width: 100%;
  position: relative;
}
.news_mega_menu .news_featured p {
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 100;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.news_mega_menu .news_featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  /* ... existing media query code ... */

  .news_mega_menu {
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 10px !important;
  }
}

.governance_card {
  position: relative;
  overflow: hidden;
}

.biography-panel {
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 31, 56, 0.95);
  transition: top 0.3s ease-in-out;
  z-index: 10;
}

.biography-panel.active {
  top: 0;
}

.bio-content {
  padding: 20px;
  color: white;
  height: 100%;
  overflow-y: auto;
}

.bio-content h4 {
  color: #e0d527;
  margin-bottom: 15px;
  font-size: 20px;
}

.bio-content p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.bio-close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.bio-close:hover {
  transform: scale(1.1);
}

.bio-trigger {
  cursor: pointer;
}

/* Banner Swiper Styles */
.banner_carousel {
  background-color: #031f38;
}

.banner-slide {
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: end;
  max-width: 1680px;
  margin: 0 auto;
}

.bannerSwiper .swiper-pagination {
  bottom: 30px;
  max-width: 1320px;
  margin: 0 auto;
  padding-right: 45px;
  text-align: right;
  left: 0;
  right: 0;
}

.bannerSwiper .swiper-pagination-bullet {
  width: 48px;
  height: 8px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 5px;
}

.bannerSwiper .swiper-pagination-bullet-active {
  background-color: #e0d527;
}

/* Stories Swiper Styles */
.storiesSwiper {
  overflow: visible;
  padding-right: 80px;
  padding-bottom: 20px;
}

/* Ambassador Swiper Styles */
.ambassadorSwiper {
  overflow: visible;
  padding-right: 80px;
}

.ambassadorSwiper .swiper-slide {
  height: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .banner-slide {
    height: 400px;
  }

  .bannerSwiper .swiper-pagination {
    padding-right: 20px;
  }

  .bannerSwiper .swiper-pagination-bullet {
    width: 30px;
  }

  .storiesSwiper,
  .ambassadorSwiper {
    padding-right: 40px;
  }
}

@media (max-width: 480px) {
  .ambassadorSwiper {
    padding-right: 70px;
  }
  .storiesSwiper {
    padding-right: 40px;
  }
}

/* About Socca Slider Styles */
.socca_about_slider {
  position: relative;
}

.aboutSocca {
  padding: 0 200px;
}

.socca_about_slider .slider_card {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.socca_about_slider .slider_card .slider_card_content {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-flex;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  z-index: 10;
  color: #fff;
  font-size: 18px;
  padding-right: 40px;
}

.socca_about_slider .slider_card .slider_card_content img {
  height: 40px;
  width: 40px;
}

.socca_about_slider .slider_button_prev,
.socca_about_slider .slider_button_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.socca_about_slider .slider_button_prev {
  left: 30px;
}

.socca_about_slider .slider_button_next {
  right: 30px;
}

@media (max-width: 1000px) {
  .aboutSocca {
    padding: 0 100px;
  }
}

@media (max-width: 768px) {
  .aboutSocca {
    padding: 0 50px;
  }

  .socca_about_slider .slider_card {
    height: 300px;
  }

  .socca_about_slider .slider_button_prev {
    left: 10px;
  }

  .socca_about_slider .slider_button_next {
    right: 10px;
  }
}

@media (max-width: 500px) {
  .aboutSocca {
    padding: 0 30px;
  }

  .socca_about_slider .slider_card {
    height: 250px;
  }

  .socca_about_slider .slider_button_prev,
  .socca_about_slider .slider_button_next {
    display: none;
  }
}

/* --- Fixture Css --- */

.fixture_top_nav {
  background-color: #031f38;
  color: #fff;
  padding: 12px 0;
}

.fixture_top_nav ul li img {
  width: 25px;
  height: 25px;
}

@media (max-width: 768px) {
  .fixture_top_nav .social_icons {
    display: none !important;
  }
}

.socca-cup-logo {
  height: 30px;
}

/* Custom CSS for navbar styling */
.navbar-custom {
  background-color: #000;
  padding: 5px 0;
  position: sticky;
  top: 0px;
  z-index: 1000;
}

.navbarbold ul li a {
  font-weight: 700 !important;
}

.navbar-custom .navbar-brand {
  padding: 0.5rem 1rem;
}

.navbar-custom .navbar-nav .nav-link {
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 50px;
}

.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .nav-link.active {
  background-color: #ffffff;
  color: #000;
  border-radius: 50px;
}

.world-cup-logo {
  height: 40px;
}

@media (max-width: 768px) {
  .navbar-custom .navbar-nav {
    background-color: #000;
  }

  .navbar-custom .navbar-nav .nav-link {
    padding: 0.5rem;
  }
}

/* Victory Banner */

.banner {
  background-color: #000d40;
  color: #ffffff; /* White text */
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}
.matches_banner {
  position: sticky;
  top: 66px;
  z-index: 1000;
  width: 100%;
}
/* Left Section */
.left-section {
 padding-right: 100px;
 text-align: right;
}

.congratulations {
  color: #ffbe55;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.team-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.team-name img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.team-name h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.cup-winners {
  font-size: 16px;
  color: #b0b8c4;
  font-weight: 600;
}

/* Right Section */
.right-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.match-result {
  background-color: #132776;
  padding: 35px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  position: relative;
}

.score {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  color: #b0b8c4;
}

.score img {
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

.score span {
  font-size: 24px;
  font-weight: bold;
}

.watch-highlights {
  color: white;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.watch-highlights img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

/* Trophy Icon */
.trophy-icon {
  position: absolute;
  top: -15px;
  left: -45px;
}

.trophy-icon img {
  width: 75px;
  height: 160px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .banner {
    padding: 20px;
  }

  .left-section {
    margin-bottom: 20px;
    text-align: center;
  }

  .team-name {
    justify-content: center;
  }

  .trophy-icon {
  

      left: 85%;
      top: -170px;
    
  }

  .match-result {
    padding-left: 15px;
    padding-right: 15px;
  }
  .score span {
    font-size: 16px;
  }
  .score img {
    width: 20px;
    height: 20px;
  }
  .watch-highlights {
    font-size: 12px;
  }

  .Socca-Oman-Cup-2024-slider-data img {
    width: 70px !important;
    height: 70px !important;
  }
}


/* -------- Socca-Oman-Cup-2024 ---------- */

.Socca-Oman-Cup-2024 {
  background-color: #1a2b8f;
  color: white;
  position: relative;
  padding: 30px 0;
  width: 100%;
  height: auto;
}
.slider_container {
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
}

.Socca-Oman-Cup-2024-slider {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* gap: 10px; */
  padding-bottom: 20px;
  margin: 0 auto;
}

.Socca-Oman-Cup-2024-slider-data {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Socca-Oman-Cup-2024-slider-data img {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  margin-bottom: 10px;
  border: 2px solid #ffc107;
}

.Socca-Oman-Cup-2024-slider-data p {
  font-size: 11px;
  font-weight: 600;
}

.left-Arrow {
  position: absolute;
  left: -48px;
  width: 45px;
  top: 48px;
}

.right-Arrow {
  position: absolute;
  right: -48px;
  width: 45px;
  top: 48px;
}

/* Socca-Oman-Cup-2024-images */
/* Base Styles */
.Socca-Oman-Cup-2024-images {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.Historic-Vitory {
  position: relative; /* So the <p> can be absolutely placed over the image */
  overflow: hidden;
  border-radius: 20px;
}
.Historic-Vitory:hover img {
  transform: scale(1.1);
}

.Historic-Vitory img {
  display: block; /* Keep your existing image styling */
  width: 100%;    /* or whatever width you already have */
  transition: transform 0.3s ease-in-out;
}

.Historic-Vitory p {
  position: absolute;
  bottom: 0px; 
  left: 0px;
  font-size: 30px;
  max-width: 100%;
  margin: 0;
  color: #fff;
  z-index: 2;
  padding: 20px;
}
.Historic-Vitory p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}


/* Headlines Section */
.headlines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #172664;
  padding: 20px;
  border-radius: 10px;
  color: #ffffff;
  /* height: 450px; */
  width: 436px;
  overflow: hidden;
}

.headlines h3 {
  font-size: 20.8px;
  /* margin-bottom: 20px; */
}

.headlines-div a{
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px #344280 solid;
  padding: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.headlines-div a:hover {
  background-color: #344280;
}

.headlines-div a:hover img {
  transform: scale(1.05);
}
.headlines-div:nth-last-child(1) {
  border-bottom: none;
}
.headlines-div .img_container {
  width: 110px;
  height: 60px;
  min-width: 110px;
  overflow: hidden;
  /* padding-top: 5px; */
}
.headlines-div .img_container img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;

}

.headlines-div p {
  margin: 0;
  font-size: 13.3px;
  /* padding-right: 70px; */
  color: #a8adc5;
}
.card a {
  text-decoration: none;
  color: inherit;
}
/* Responsive Styles */
@media (max-width: 1200px) {
  /* For Laptops and Smaller Desktops */
  .Socca-Oman-Cup-2024-images {
    gap: 30px;
  }

  .Socca-Oman-Cup-2024-images {
    padding: 0 20px;
  }

  .Historic-Vitory p {
    font-size: 24px;
  }

  .headlines-div img {
    width: 100px;
    height: 60px;
  }

  .headlines-div p {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .Socca-Oman-Cup-2024-images {
    flex-direction: column;
    align-items: center;
    /* gap: 20px; */
    /* height: 2000px; */
  }

  .Historic-Vitory {
    width: 100%;
    /* height: 300px; */
  }

  .Historic-Vitory p {
    font-size: 18px;
  }

  .headlines {
    width: 100%;
  }
}

/* ----- News Section ----- */



.isf_news_container .isf_news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.isf_news_container .isf_news_title h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 0;
}

.isf_news_container .isf_news_title .btn-primary {
  background-color: #031f38;
  border-color: #031f38;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
}

.isf_news_container .isf_news_title .btn-primary:hover {
  background-color: #e0d527;
  border-color: #e0d527;
  color: #031f38;
}

.isf_news_container .isf_news_item img {
  width: 100%;
  height: 100%;
  min-height: 175px;
  max-height: 475px;
  object-fit: cover;
}

.isf_news_container .isf_news_item a {
  text-decoration: none;
  color: #031f38;
}

.isf_news_container .isf_news_item a p {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.isf_news_container .isf_news_item a span {
  font-size: 16px;
  font-weight: 600;
  color: #031f38;
}

@media (max-width: 768px) {
  .isf_news_container .isf_news_title .btn-primary {
    margin: 0 auto;
    display: block;
    max-width: 180px;
    margin-top: 20px;
  }
  .isf_news_container .isf_news_title h3 {
    font-size: 30px;
  }
  .isf_news_container .isf_news_item a p {
    font-size: 16px;
  }
}

/* ----- Who We Are Section ----- */

.about_us_section {
  padding: 70px 0;
}

.about_us_section .d-flex {
  border-radius: 20px;
  overflow: hidden;
}

.about_us_section .d-flex .about_info_block {
  flex: 1 1 0 !important; /* Force equal width distribution */
  width: 0; /* This helps with equal distribution */
  min-width: 0; /* Allow shrinking below content size */
}

.about_us_section h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 30px;
  text-align: center;
}

.about_us_section .about_info_block {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 430px;
  position: relative;
  padding: 20px;
  margin-right: -2px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  width: 100%;
}

.about_us_section .about_info_block svg {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.about_us_section .about_info_block:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.about_us_section .about_info_block:last-child {
  margin-right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.about_us_section .about_info_block h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about_us_section .about_info_block p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about_us_section h3 {
    font-size: 30px;
  }
  .about_us_section .about_info_block {
    height: 300px;
  }
  .about_us_section .about_info_block {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .about_us_section .about_info_block h4 {
    font-size: 20px;
  }
  .about_us_section .about_info_block p {
    font-size: 14px;
  }
}

/* Existing News Section CSS (unchanged base styles) */
.isf_news_container {
  padding: 50px 0;
}

.isf_news_container .isf_news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.isf_news_container .isf_news_title h3 {
  font-size: 42px;
  font-weight: 700;
  color: #031f38;
  margin-bottom: 0;
}

.isf_news_container .isf_news_title .btn-primary {
  background-color: #031f38;
  border-color: #031f38;
  color: #fff;
  border-radius: 30px;
  padding: 10px 25px;
  font-weight: 600;
}

.isf_news_container .isf_news_title .btn-primary:hover {
  background-color: #e0d527;
  border-color: #e0d527;
  color: #031f38;
}

.isf_news_container .isf_news_item a {
  text-decoration: none;
  color: #031f38;
}
.isf_news_container .isf_news_item:hover img {
  transform: scale(1.05);
}

.isf_news_container .isf_news_item a p {
  font-size: 16px;
  color: #6c7a81;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.isf_news_container .isf_news_item a span {
  font-size: 16px;
  font-weight: 600;
  color: #031f38;
}

.isf_news_container .isf_news_item .news-image-container_small {
  border-radius: 15px 15px 0px 0;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.isf_news_container .isf_news_item .news-image-container_small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

/* New styles for image overlay */
.isf_news_container .isf_news_item .news-image-container {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.isf_news_container .isf_news_item .news-image-container:hover img {
  transform: scale(1.05);
}

.isf_news_container .isf_news_item .news-image-container img {
  width: 100%;
  height: 420px;
  min-height: 175px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.isf_news_container .isf_news_item .news-overlay-text {
  position: absolute;
  padding: 15px;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  /* text-align: center; */
}
.isf_news_container .isf_news_item .news-overlay-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 160%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.isf_news_container .isf_news_item .news-overlay-text p {
  color: #ffffff; /* White text to match the image */
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 768px) {
  .isf_news_container .isf_news_title .btn-primary {
    margin: 0 auto;
    display: block;
    max-width: 180px;
    margin-top: 20px;
  }
  .isf_news_container .isf_news_title h3 {
    font-size: 30px;
  }
  .isf_news_container .isf_news_item a p {
    font-size: 16px;
  }
  .isf_news_container .isf_news_item .news-overlay-text p {
    font-size: 16px; /* Adjust font size for smaller screens */
  }
}

/* Style for the "View all news" button */
.view-all-news-btn {
  background-color: #132776; /* Medium to dark blue */
  color: white; /* White text */
  padding: 15px 40px;
  text-decoration: none; /* Remove underline from link */
  font-size: 16px; /* Font size */
  display: inline-block; /* Allows width and padding control */
  text-align: center; /* Center text horizontally */
  cursor: pointer; /* Pointer cursor for interactivity */
  transition: all 0.3s ease;
  width: 20%;
  border-radius: 10px;
}

/* Hover effect */
.view-all-news-btn:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow on hover */
}

@media (max-width: 768px) {
  .view-all-news-btn {
    width: 100%;
  }
}

.mainContainer {
  width: 100%;
  margin: auto;
}

/* ------------- Featured Clips Section ------------- */

/* Section styling */
.featured-clips {
  margin: 20px auto;
}

/* Section title */
.section-title {
  color: #324650;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 600;
}

/* Cards container using CSS Grid */
.cards-container {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 columns on large screens */
  gap: 20px;
}

/* Responsive adjustments with media queries */
@media (max-width: 1200px) {
  .cards-container {
    grid-template-columns: repeat(3, 1fr); /* 3 columns on medium screens */
  }
}

@media (max-width: 768px) {
  .cards-container {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on smaller tablets */
  }
}

/* Individual card styling */
.card {
  background-color: white;
  border-radius: 10px; /* Rounded corners */
  overflow: hidden; /* Ensures content stays within rounded edges */
  position: relative; /* So absolute elements can position inside */
  transition: all 0.3s ease-in-out;
}
.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

/* Image wrapper to maintain aspect ratio */
.image-wrapper {
  position: relative;
  aspect-ratio: 3 / 4; /* Portrait aspect ratio; ensures consistent card shape */
}

/* Image styling */
.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crops image to fit container */
}

/* "New" badge styling */
.new-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #F9BD47;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}

/* Text overlay inside the image */
.text-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px;
}

/* Text styling */
.text-overlay p {
  margin: 0;
  font-size: 13px;
}


@media (min-width: 1300px) {
  .mainContainer {
    width: 95%;
  }
}

@media (min-width: 1500px) {
  .mainContainer {
    width: 82%;
  }
}

@media (min-width: 1800px) {
  .mainContainer {
    width: 75%;
  }
}

@media (min-width: 2000px) {
  .mainContainer {
    width: 65%;
  }
}


/* ------------------------- Group -------------------------- */

/* Basic container styles (optional) */
.group-container-fluid {
  background-color: #EEF2FB;
  padding: 50px 0 200px;
  position: relative !important;
  margin-bottom: -100px;
}


/* Section title style */
.section-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  text-align: left; /* or center, as desired */
}

/* ----- GROUP CARD ----- */
.group-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 26px 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  /* max-width: 320px; Adjust as needed */
  margin-bottom: 0px; /* Space below card if stacked vertically */
}

.group-title {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #4a5c64;
}

/* Team list inside the card */
.group-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each team row */
.group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
  transition: all 0.3s ease;
}
.group-item:hover {
  background-color: #f9f9f9;
  border-radius: 10px;
}

.group-item:last-child {
  border-bottom: none;
}
.group-item .stat:last-of-type {
  color: #617078;
}

/* Left side: color bar + flag + country name */
.left-info {
  display: flex;
  align-items: center;
  position: relative;
}

/* The vertical color bar (optional) */
.color-bar {
  display: inline-block;
  width: 3px;
  height: 30px;
  border-radius: 10px;
  margin-right: 8px;
  position: absolute;
  left: -8px;
}

.flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%; /* optional if you want circular flags */
  margin-right: 8px;
}

.country-name {
  font-size: 16px;
  color: #859197;
}

/* Right side: the numeric stats (P, +/- , Pts) */
.right-info {
  display: flex;
  gap: 10px; /* space between the numbers */
  font-weight: 500;
  color: #859197;
}

.right-info-head {
  display: flex;
  gap: 10px; /* space between the numbers */
  font-weight: 500;
  color: #859197;
  justify-content: end;
  margin-bottom: 12px;
}

.stat {
  min-width: 20px;
  text-align: center;
}

.leftContent {
  text-align: right;
}

/* ------ Swiper Navigation Buttons ------ */

.swiper-navigation {
  right: 2;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  justify-content: end;
  margin-bottom: 10px;
}

.groupDiv .swiper-wrapper {
  padding-bottom: 10px;
}
/* Default arrow style */
.swiper-button-prev, .swiper-button-next {
  background: #6189f5;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
}

/* Hover effect for arrows (optional) */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #ccc;
}

/* Add custom CSS for white navbar toggler icon */
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
  .navbar-custom .navbar-nav {
    background-color: #000;
  }

  .navbar-custom .navbar-nav .nav-link {
    padding: 0.5rem;
  }
}

.unique-groups-swiper  {
  padding-right: 80px;
}

/* Groups Page */
.group_page_wrapper {
  padding: 60px 0;
  background-color: #F1F3F8;
  padding-bottom: 160px;
  margin-bottom: -100px;
}
.group_page_wrapper h1 {
  font-size: 50px;
  font-weight: 900;
  color: #0A0C0D;
  margin-bottom: 40px;
}

.group_table_wrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}
.group_table_wrapper .group_footer {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
  padding-top: 20px;
}

.group_table_wrapper .group_footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #0A0C0D;
}


.group_table_wrapper .group_title {
  font-size: 20px;
  font-weight: 500;
  color: #0A0C0D;
  margin-bottom: 20px;
}

.group_table_wrapper .group_table table {
  width: 100%;
  border-collapse: collapse;
}

.group_table_wrapper .group_table table th {
  font-size: 14px;
  font-weight: 500;
  color: #859197;
  text-align: center;
  padding: 10px 5px;
  border-bottom: 1px solid #E5E5E5;
}

.group_table_wrapper .group_table table th.team_info_col {
  text-align: left;
  padding-left: 10px;
}

.group_table_wrapper .group_table table td {
  text-align: center;
  padding: 0px 5px;
  font-size: 14px;
  border-bottom: 1px solid #E5E5E5;
}

.group_table_wrapper .group_table .team_row {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.group_table_wrapper .group_table .team_row:hover {
  background-color: #f9f9f9;
}

.group_table_wrapper .group_table .team_info {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.group_table_wrapper .group_table .team_info.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%;
  background-color: #E0D527;
}

.group_table_wrapper .group_table .team_info img {
  width: 40px;
  height: 40px;
}

.group_table_wrapper .group_table .team_info p {
  margin: 0;
  font-weight: 500;
}

.group_table_wrapper .group_table .form_gruide {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.group_table_wrapper .group_table .form_gruide span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 500;
  background-color: #E5E5E5;
}

.group_table_wrapper .group_table .form_gruide span.win {
  background-color: #11C500;
}

.group_table_wrapper .group_table .form_gruide span.draw {
  background-color: #D9D9D9;
  color: #000;
}

.group_table_wrapper .group_table .form_gruide span.loss {
  background-color: #FF3635;
}

.group_table_wrapper .group_table .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.group_table_wrapper .group_table .arrow.active {
  transform: rotate(180deg);
}

/* Match history accordion styles */
.match_history {
  display: none;
  background-color: #f9f9f9;
}

.match_history.active {
  display: table-row;
}

.history_container {
  padding: 20px;
}

.history_container h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
  text-align: left;
}



.match_item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #E5E5E5;
  gap: 10px;
}
.match_item:last-child {
  border-bottom: none;
}

.match_status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #fff;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 500;
}

.match_status.win {
  background-color: #11C500;
}

.match_status.draw {
  background-color: #D9D9D9;
  color: #000;
}

.match_status.loss {
  background-color: #FF3635;
}

.match_status.draw {
  background-color: #D9D9D9;
}
.match_teams {
  font-weight: 500;
  margin-bottom: 5px;
}

.match_item .match_info {
  display: block;
  text-align: left;
}
.match_item .match_info span {
  display: block;
}
.match_item .match_info .match_teams {
  font-weight: 500;
  margin-bottom: 5px;
}
.match_item .match_info .date_venue {
  font-size: 12px;
  color: #666;
}

.match_result {
  align-self: flex-start;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

.match_result.win {
  background-color: #11C500;
}

.match_result.draw {
  background-color: #D9D9D9;
  color: #000;
}

.match_result.loss {
  background-color: #FF3635;
}

/* Responsive styles */
@media (max-width: 768px) {

  .group_table_wrapper .group_title {
    padding-left: 15px;
  }
  .match_list {
    grid-template-columns: 1fr;
  }
  
  .group_table_wrapper .group_table table {
    font-size: 12px;
  }
  
  .group_table_wrapper .group_table .team_info {
    min-width: auto;
    padding-left: 10px;
  }
  
  .group_table_wrapper .group_table .team_info img {
    width: 25px;
    height: 25px;
  }
  
  .group_table_wrapper .group_table .form_gruide span {
    width: 15px;
    height: 15px;
  }

  .group_table_wrapper .group_table table th {
    font-size: 12px;
  }

  .group_table_wrapper .group_footer {
    padding-left: 15px;
  }
}

/* Update table container for mobile scrolling */
.group_table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* For smoother scrolling on iOS */
  scrollbar-width: thin; /* For Firefox */
}

.group_table::-webkit-scrollbar {
  height: 6px; /* Height of the scrollbar */
}

.group_table::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
  border-radius: 10px;
}

.group_table::-webkit-scrollbar-thumb {
  background: #888; /* Scrollbar color */
  border-radius: 10px;
}

.group_table::-webkit-scrollbar-thumb:hover {
  background: #555; /* Scrollbar hover color */
}

/* Make sure the table takes the necessary width */
.group_table table {
  width: 100%;
  border-collapse: collapse;
}

/* Media query for mobile responsiveness */
@media (max-width: 768px) {

  .group_table_wrapper {
    padding: 20px 0px;
  }
  .group_table thead th:nth-child(2) {
    content: "P";
  }
  
  .group_table thead th:nth-child(2)::before {
    content: attr(data-mobile);
    display: inline;
  }
  
  .group_table thead th:nth-child(2)::after {
    content: none;
  }

  .group_table thead th:nth-child(8) {
    content: "+/-";
  }

  .group_table thead th:nth-child(8)::before {
    content: attr(data-mobile);
    display: inline;
  }
  
  .group_table thead th:nth-child(8)::after {
    content: none;
  }

  .group_table thead th:nth-child(9) {
    content: "Pts";
  }

  .group_table thead th:nth-child(9)::before {
    content: attr(data-mobile);
    display: inline;
  }

  .group_table thead th:nth-child(9)::after {
    content: none;
  }

  .group_table thead th:nth-child(3), .group_table tbody td:nth-child(3) {
    display: none;
  }

  .group_table thead th:nth-child(4), .group_table tbody td:nth-child(4) {
    display: none;
  }

  .group_table thead th:nth-child(5), .group_table tbody td:nth-child(5) {
    display: none;
  }

  .group_table thead th:nth-child(6), .group_table tbody td:nth-child(6) {
    display: none;
  }

  .group_table thead th:nth-child(7), .group_table tbody td:nth-child(7) {
    display: none;
  }

  .group_page_wrapper h1 {
    font-size: 34px;
  }
  .group_table {
    border-radius: 0 0 8px 8px;
  }
  
  /* Ensure table header remains visible when scrolling */
  .group_table thead {
    position: sticky;
    top: 0;
    z-index: 1;
    /* background-color: #f5f5f5; */
  }

  
  .match_item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 769px) {
  .group_table thead th:nth-child(2) {
    content: "Played";
  }
  
  .group_table thead th:nth-child(2)::before {
    content: none;
  }
  
  .group_table thead th:nth-child(2)::after {
    content: attr(data-desktop);
    display: inline;
  }

  .group_table thead th:nth-child(8) {
    content: "Points";
  }

  .group_table thead th:nth-child(8)::before {
    content: none;
  }

  .group_table thead th:nth-child(8)::after {
    content: attr(data-desktop);
    display: inline;
  }

  .group_table thead th:nth-child(9) {
    content: "Points";
  }

  .group_table thead th:nth-child(9)::before {
    content: none;
  }
  
  .group_table thead th:nth-child(9)::after {
    content: attr(data-desktop);
    display: inline;
  }
}



.matches_container_wrapper {

  position: relative;
  width: calc(100% - 220px);
}
.matches_container_wrapper .left-Arrow {
  left: -15px;
}
.matches_container_wrapper .right-Arrow {
  right: -15px;
}
.matches_container_wrapper .left-Arrow, .matches_container_wrapper .right-Arrow {
  background-color: transparent;
  top: 38px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
}



.matches_view_all_btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 30px;

}
.matches_view_all_btn:hover {
  background-color: #1a2b8f;
  border-color: #fff;
}

.matches_container {
  width: calc(100% - 50px);
  padding-right: 60px;
}

 .single_match_card {
  background-color: #132776;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  max-width: 160px;
}
 .single_match_card p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
 }
 .single_match_card .time_indicator {
  font-size: 12px;
  color: #ffffffb3;
 }

 .single_match_card .group_indicator {
  font-size: 12px;
  color: #ffffff80;
 }
 .single_match_card .opponent_team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 0;
}
 .single_match_card .opponent_team div {
  display: flex;
  align-items: center;
  gap: 10px;
}
 .single_match_card .opponent_team div img {
  width: 15px;
  height: 15px;
}


/* Media query for mobile responsiveness */
@media (max-width: 768px) {
  .matches_container_wrapper {
    width: 100%;
  }
  .matches_container {
    width: 100%;
    padding-right: 0px;
  }
  .matches_view_all_btn {
    display: none;
  }
  .matches_container_wrapper .slider-arrows {
    display: none;
  }
  .matches_banner {
    padding-left: 0;
    padding-right: 0;
  }
}









/* Dates Carousel Styles */
.dates_carousel_wrapper {
  position: relative;
  padding: 0 40px;
  margin-top: 20px;
}

.dates_carousel {
  width: 100%;
  overflow: hidden;
}

/* Add this new style for the slide */
.dates_carousel .swiper-slide {
  width: auto; /* Let the slide take the width of its content */
}

.dates_carousel_item {
  background-color: #132776;
  padding: 10px 20px;
  border-radius: 40px;
  max-width: 150px;
  width: max-content; /* This ensures the item takes only the space it needs */
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dates_carousel_item p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.dates_carousel_item:hover,
.dates_carousel_item.active {
  background-color: #E0D527;
}

.dates_carousel_item:hover p,
.dates_carousel_item.active p {
  color: #031F38;
}

.dates-button-prev,
.dates-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #132776;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.dates-button-prev {
  left: 0;
}

.dates-button-next {
  right: 0;
}

.dates-button-prev:hover,
.dates-button-next:hover {
  background-color: #E0D527;
}

.dates-button-prev:hover path,
.dates-button-next:hover path {
  stroke: #031F38;
}

@media (max-width: 768px) {
  .dates_carousel_wrapper {
    padding: 0 35px;
  }

  .dates_carousel_item {
    padding: 12px 20px;
  }

  .dates_carousel_item p {
    font-size: 13px;
  }

  .single_date_matches .matches_contain {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}


.matches_with_dates {
  padding: 50px 0;
  background-color: #F1F3F8;
  padding-bottom: 180px !important;
  margin-bottom: -100px !important;
}
.single_date_matches {
  margin-bottom: 30px;
}
.single_date_matches h3 {
  font-size: 20px;
  font-weight: 600;
  color: #031F38;
  margin-bottom: 20px;
}
.single_date_matches .matches_contain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.single_match_item {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
}
.single_match_item p {
  margin: 0;
}
.single_match_item .group_name {
  font-size: 14px;
  font-weight: 400;
  color: #ACB9C0;
  margin-bottom: 5px;
}
.single_match_item .teams_names_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.single_match_item .teams_names_wrapper > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.single_match_item .teams_names_wrapper .team_and_score {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  color: #63747E;

}
.single_match_item .teams_names_wrapper .team_and_score p {
  font-size: 20px;
  font-weight: 600 !important;
  color: #1a3A3C !important;
}

.single_match_item .teams_names_wrapper .team_and_score .score_number {
  font-size: 18px;
  font-weight: 600;
  color: #031F38;
}

.single_match_item .teams_names_wrapper .team_and_score > div {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}

.single_match_item .teams_names_wrapper .team_and_score > div img {
  width: 24px;
  height: 24px;
}


.single_match_item .teams_names_wrapper .match_info {
  min-width: 120px;
  height: 100%;
  border-left: 2px solid #ddd;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  max-width: 120px;
  width: 120px;
  font-size: 14px;
  font-weight: 400;
  color: #63747E;
  position: relative;
  padding: 0 10px;
}
.single_match_item .teams_names_wrapper .match_info p{
  color: #1a313c !important;
}
.single_match_item .teams_names_wrapper .match_info a {
  display: block;
  background-color: #F1F3F8;
  color: #031F38;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  width: 100%;
  transition: all 0.3s ease;
  text-decoration: none;
}
.single_match_item .teams_names_wrapper .match_info a:hover {
  background-color: #E0D527;
  color: #031F38;
}
.single_match_item .teams_names_wrapper .match_info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.single_match_item .teams_names_wrapper .match_info svg {
  position: absolute;
  bottom: 5px;
  left: 15px;
  z-index: 100;
}





/* Smooth Scroll Behavior */
html {
  scroll-behavior: smooth;
}

/* Active date styles */
.dates_carousel_item.active {
  background-color: #E0D527;
}

.dates_carousel_item.active p {
  color: #031F38;
}

/* Add IDs to match sections for scrolling */
.single_date_matches {
  scroll-margin-top: 200px; /* Adjust based on your header height */
}

/* Intersection Observer Styles */
.match-section-observed {
  transition: all 0.3s ease;
}




.below_top_scorer_wrapper_wrapper {
  background-color: #EEF2FB;

}

.banner_top_scorer {
  background-image: url(../../images/top_scorer_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.banner_top_scorer h1 {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}

.top_three_scorers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.single_player_top {
  background-color: #0D1E62;
  border-radius: 8px;
}
.single_player_top .player_img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: url(../../images/single_top_scorer_bg.png);
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.single_player_top .player_img img {
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.single_player_top .player_img span {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #F9BF4B;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #031F38;
  border-radius: 8px;
}
.single_player_top .player_info {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
}
.single_player_top .player_info img {
  width: 24px;
  height: 24px;
}
.single_player_top .player_info h4 {
  font-size: 18px;
  font-weight: 600;
}
.single_player_top .player_info p {
  margin: 0;
}
.single_player_top .player_info h4{
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 0;
}
.single_player_top .player_info .goals_count {
  width: 100px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.single_player_top .player_info .goals_count h5 {
  font-size: 42px;
  font-weight: 600;
  margin: 0;
  display: block;
  color: #F9BF4B;
}
.single_player_top .player_info .goals_count p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
}


.below_top_scorer_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 50px 0;
}
.small_top_scorer {
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px #E5E5E5;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.small_top_scorer p {
  font-size: 18px;
  font-weight: 600;
  color: #031F38;
}
.small_top_scorer .small_top_scorer_number {
  font-size: 14px;
  font-weight: 400;
  color: #031F38;
  margin-bottom: 0;
}
.small_top_scorer .middle_part {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  position: relative;
}
.small_top_scorer .middle_part h4 {
  font-size: 20px;
  font-weight: 600;
  color: #031F38;
  margin-bottom: 0;
}
.small_top_scorer .middle_part h5 {
  font-size: 14px;
  font-weight: 400;
  color: #031F38;
  margin-bottom: 0;
}
.small_top_scorer .middle_part img {
  width: 50px;
  border-radius: 50px;
  border: solid 1px #E5E5E5;
  height: 50px;
}
.small_top_scorer .middle_part img.flag {
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: 5px;
  left: 40px;
}

.small_top_scorer .goals_count  {
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}
.small_top_scorer .goals_count h5 {
  font-size: 35px;
  font-weight: 600;
  margin: 0;
  display: block;
  color: #2D3EDB;
}
.small_top_scorer .goals_count p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 768px) {
  .banner_top_scorer h1 {
    font-size: 32px;
  }
  .top_three_scorers {
    grid-template-columns: 1fr;
  }
  .below_top_scorer_wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .matches_banner {
    position: sticky;
    top: 56px; /* Adjust if your mobile header height is different */
    z-index: 1000;
    width: 100%;
    left: 0;
    right: 0;
  }
}

.matches_banner {
  position: sticky;
  top: 66px;
  z-index: 1000;
  width: 100%;
}

@media (max-width: 768px) {
  .matches_banner {
    position: relative; /* Change to relative initially */
    width: 100%;
    top: 0;
  }
  .dates_carousel {
    padding-left: 20px;
  }

  .matches_banner.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  /* Add this to prevent content jump when banner becomes fixed */
  .matches_banner-spacer {
    display: none;
    height: 0;
  }

  .matches_banner-spacer.active {
    display: block;
  }
}