.efa-reels-slider .reel-card,
.reel-card,
.sponsor-logo,
.tournament-carousel-wrapper {
  box-sizing: border-box;
}
.award-card,
.award-card button,
.awards-heading,
.awards-subtext,
.efa-reels-text p,
.goals,
.img-container .rank,
.main-footer,
.media-card__caption-overlay,
.player-card .info div,
.player-card button,
.player-name,
.tab-content#awards,
body {
  font-family: AlQabas, sans-serif;
}
.top-bar__nav-item i,
.top-bar__social-item a:focus,
.top-bar__social-item a:hover {
  color: var(--efa-yellow);
}
.main-navbar__container,
.top-bar__container {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
}
.swiper-horizontal,
body {
  overflow-x: hidden;
}
:root {
  --efa-red: #c51927;
  --efa-yellow: #ffdd00;
  --efa-white: #fff;
  --efa-black: #111;
}
.top-bar {
  background: var(--efa-red);
  color: var(--efa-white);
}
.top-bar__container {
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
.top-bar__nav-list,
.top-bar__social-list {
  display: flex;
  gap: 1.5rem;
}
.top-bar__nav-item {
  font-size: 12px;
}
.top-bar__nav-item a {
  color: var(--efa-white);
  transition: color 0.2s;
}
.top-bar__nav-item i {
  font-size: 12px;
  margin-left: 2px;
}
.top-bar__social-item a {
  color: var(--efa-white);
  font-size: 14px;
  transition: color 0.2s;
}
.main-navbar {
  color: var(--efa-black);
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.03);
}
.main-navbar__container {
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.main-navbar__logo {
  height: 48px;
  margin-right: 2rem;
}
.main-navbar__nav-list {
  display: flex;
  gap: 2rem;
}
.main-navbar__nav-item {
  font-weight: 500;
  transition: color 0.2s;
  padding: 0.5rem;
  border-radius: 4px;
}
.main-navbar__nav-item.active,
.main-navbar__nav-item:focus,
.main-navbar__nav-item:hover {
  color: var(--efa-red);
  background: rgb(197 25 39 / 0.08);
}
.main-navbar__search-form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main-navbar__search-input {
  border: 1px solid #eee;
  border-radius: 999px;
  padding: 0.4rem 1rem;
  outline: 0;
  transition: border 0.2s;
}
.main-navbar__search-input:focus {
  border: 1.5px solid var(--efa-red);
}
.main-navbar__search-btn {
  background: var(--efa-red);
  color: var(--efa-white);
  border-radius: 999px;
  padding: 0.4rem 1rem;
  display: flex;
  align-items: center;
  transition: background 0.2s, color 0.2s;
}
.main-navbar__search-btn:focus,
.main-navbar__search-btn:hover {
  background: var(--efa-white);
  color: var(--efa-red);
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--efa-white);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-prev:hover {
  color: var(--efa-red);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .main-navbar,
  .main-navbar__container,
  .top-bar,
  .top-bar__container {
    display: none;
  }
  .header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.03);
    position: relative;
  }
  .header-mobile__logo {
    height: 40px;
    width: auto;
  }
  .mobile-menu,
  .search-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2;
    display: flex;
  }
  .header-mobile__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .header-mobile__icon-btn {
    font-size: 1.7rem;
    color: var(--efa-red);
    padding: 0.25rem;
    display: flex;
    align-items: center;
  }
  .mobile-menu,
  .mobile-menu__item a,
  .mobile-menu__social .top-bar__social-item a:focus,
  .mobile-menu__social .top-bar__social-item a:hover {
    color: var(--efa-black);
  }
  .mobile-menu {
    width: 100vw;
    background: var(--efa-white);
    flex-direction: column;
    padding: 2rem 1.5rem 1.5rem;
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
  }
  .mobile-menu__close,
  .mobile-menu__item a:focus,
  .mobile-menu__item a:hover,
  .search-popup__close {
    color: var(--efa-red);
  }
  .mobile-menu.open {
    transform: translateY(0);
  }
  .mobile-menu__close {
    align-self: flex-end;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .mobile-menu__section {
    width: 100%;
    margin-bottom: 2rem;
  }
  .mobile-menu__item {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
    width: 100%;
  }
  .mobile-menu__item:last-child {
    border-bottom: none;
  }
  .mobile-menu__item a {
    width: 100%;
    transition: color 0.2s;
  }
  .search-popup {
    width: 100vw;
    background: rgb(0 0 0 / 0.5);
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
  }
  .search-popup.open {
    opacity: 1;
    pointer-events: auto;
  }
  .search-popup__content {
    background: var(--efa-white);
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgb(0 0 0 / 0.08);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-width: 80vw;
    max-width: 400px;
  }
  .search-popup__close {
    font-size: 1.5rem;
    align-self: flex-end;
    margin-bottom: 1rem;
  }
  .search-popup__form {
    display: flex;
    gap: 0.5rem;
  }
  .search-popup__input {
    flex: 1;
    border: 1px solid #eee;
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    outline: 0;
    transition: border 0.2s;
  }
  .search-popup__input:focus {
    border: 1.5px solid var(--efa-red);
  }
  .search-popup__btn {
    background: var(--efa-red);
    color: var(--efa-white);
    border: none;
    border-radius: 999px;
    padding: 0.4rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background 0.2s, color 0.2s;
  }
  .search-popup__btn:focus,
  .search-popup__btn:hover {
    background: var(--efa-black);
    color: var(--efa-yellow);
  }
  .mobile-menu__social {
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mobile-menu__social .top-bar__social-list {
    gap: 1.5rem;
    justify-content: center;
  }
  .mobile-menu__social .top-bar__social-item a {
    font-size: 1.5rem;
    color: var(--efa-red);
    transition: color 0.2s;
  }
  .banner-section__img {
    max-width: 100vw;
    padding: 0 0.5rem;
  }
  .swiper.hero-swiper {
    aspect-ratio: 2/1;
    min-height: 140px;
  }
  @supports not (aspect-ratio: 2 / 1) {
    .swiper.hero-swiper {
      padding-bottom: 50%;
      min-height: 140px;
    }
  }
}
#hero,
.swiper.hero-swiper {
  max-width: 100%;
  padding: 0;
  width: 100vw;
}
@media (min-width: 992px) {
  .header-mobile,
  .mobile-menu,
  .search-popup {
    display: none !important;
  }
}
.banner-section {
  width: 100vw;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 10px 0;
}
.banner-section__img {
  width: 100vw;
  max-width: 1200px;
  height: auto;
  display: block;
  object-fit: contain;
}
#hero {
  margin: 0;
}
.swiper.hero-swiper {
  margin: 0 auto;
  aspect-ratio: 12/5;
  min-height: 200px;
  background: #eee;
  position: relative;
}
@supports not (aspect-ratio: 12 / 5) {
  .swiper.hero-swiper {
    position: relative;
    height: 0;
    padding-bottom: 41.66%;
    min-height: 200px;
  }
  .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100%;
  background: 0 0;
}
.hero-swiper.swiper-slide img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-pagination {
  outline: 0;
}
.matches-section,
.news-section {
  margin: 3rem 0;
  padding: 0 1rem;
}
.matches-section__title,
.news-section__title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: right;
  font-weight: 700;
}
.news-grid {
  display: grid;
  grid-template-columns: 25% 48% 25%;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
  min-height: 520px;
}
.news-grid__item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.08);
  height: 100%;
}
.news-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-grid__item--left-top {
  grid-column: 1/2;
  grid-row: 1/2;
}
.news-grid__item--left-bottom {
  grid-column: 1/2;
  grid-row: 2/3;
}
.news-grid__item--center {
  grid-column: 2/3;
  grid-row: 1/3;
}
.news-grid__item--right-top {
  grid-column: 3/4;
  grid-row: 1/2;
}
.news-grid__item--right-bottom {
  grid-column: 3/4;
  grid-row: 2/3;
}
.news-grid__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(to top, rgb(0 0 0 / 0.7) 70%, #fff0 100%);
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  pointer-events: none;
}
.carousel-wrapper,
.efa-reels-section h2,
.more-news-swiper,
.more-news__slide,
.product-carousel-wrapper {
  position: relative;
}
.news-grid__title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-shadow: 0 2px 8px rgb(0 0 0 / 0.3);
  pointer-events: auto;
}
@media (max-width: 900px) {
  .news-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 180px);
  }
  .news-grid__item--left-top {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .news-grid__item--left-bottom {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .news-grid__item--center {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .news-grid__item--right-top {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .news-grid__item--right-bottom {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
.match-card__name,
.matches-tab {
  font-size: 1.1rem;
  font-weight: 500;
}
.matches-tabs {
  display: flex;
  border: 1px solid;
  border-radius: 0.5rem;
  overflow: hidden;
  width: fit-content;
  margin-bottom: 2rem;
  margin-inline: auto;
}
.matches-tab {
  background: 0 0;
  border: none;
  color: #fff;
  padding: 0.7rem 2.2rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  outline: 0;
  opacity: 0.7;
}
.matches-tab--active {
  background: #fff;
  color: #d72638;
  opacity: 1;
}
.matches-list-wrapper {
  background: var(--efa-red);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.07);
  padding: 1.5rem 1rem;
}
.matches-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.match-card,
.match-card__team {
  align-items: center;
  display: flex;
}
.match-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  justify-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  padding: 1rem 1.5rem;
  gap: 1rem;
  color: var(--efa-white);
}
.match-card__team {
  gap: 0.7rem;
  min-width: 90px;
}
.match-card__team--home {
  justify-content: end;
}
.match-card__logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  border: 1.5px solid #eee;
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.05);
}
.more-news__btn,
.more-news__slide {
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.08);
}
.match-card__info {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  gap: 0.2rem;
  padding-inline: 3px;
}
.match-card__score {
  font-size: 1.5rem;
  margin: 0 0.5rem;
}
.match-card__status {
  font-size: 1rem;
  font-weight: 500;
  color: #888;
  margin: 0.2rem 0;
  text-align: center;
}
.match-card__status--finished {
  color: #000;
  background-color: #ffffff93;
  border-radius: 20px;
  padding: 5px 7px;
}
.match-card__status--not-started {
  color: #ffeb0a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
}
.match-card__time {
  font-size: 0.95rem;
  color: var(--efa-white);
  font-weight: 500;
  margin-top: 5px;
}
.more-news {
  margin: 3rem 0 2rem;
  padding: 0 1rem;
}
.more-news__container {
  margin: 0 auto;
}
.more-news__header {
  margin-bottom: 2rem;
}
.more-news__title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin: 0;
}
.more-news__slide {
  border-radius: 1rem;
  overflow: hidden;
}
.more-news__img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}
.more-news__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to top, rgb(0 0 0 / 0.8) 70%, #fff0 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  pointer-events: none;
}
.img-container,
.player-card,
.progress-container {
  position: relative;
  overflow: hidden;
}
.more-news__btn,
.more-news__slide-title {
  color: #fff;
  margin-bottom: 1.2rem;
  pointer-events: auto;
}
.more-news__slide-title {
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 2px 8px rgb(0 0 0 / 0.3);
  padding-inline: 10px;
}
.more-news__btn {
  display: inline-block;
  border: 1px solid #d72638;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.player-card button,
.section-header,
.tab {
  background-color: #fff0;
}
.more-news__btn:hover {
  background: #b81d2c;
}
.more-news-swiper .swiper-button-next,
.more-news-swiper .swiper-button-prev {
  color: #d72638;
  top: 50%;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.08);
  transform: translateY(-50%);
}
.more-news-swiper .swiper-button-next:after,
.more-news-swiper .swiper-button-prev:after {
  font-size: 1.3rem;
}
@media (max-width: 700px) {
  .matches-section__title {
    font-size: 1.3rem;
  }
  .matches-list-wrapper {
    padding: 1rem 0.3rem;
  }
  .match-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.7rem;
    padding: 0.7rem 0.5rem;
  }
  .match-card__team--away {
    flex-direction: row-reverse;
  }
  .match-card__team {
    justify-content: center;
  }
  .match-card__info {
    min-width: unset;
  }
  .more-news__title {
    font-size: 1.2rem;
  }
  .more-news__img {
    height: 170px;
  }
  .more-news__slide-title {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }
  .more-news__btn {
    font-size: 0.9rem;
    padding: 0.4rem 1.1rem;
    margin-bottom: 0.7rem;
  }
}
@font-face {
  font-family: AlQabas;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ArbFONTS-19307-alqabas-regular.ttf) format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: AlQabas;
  font-weight: 700;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  text-align: right;
  direction: rtl;
}
.history-title,
.media-gallery__title,
.store-title,
.top-scorers-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: right;
  color: #000;
  margin: 1em 0 0.5em;
  direction: rtl;
}
.container-home {
  padding: 0;
  margin: 0 auto;
  width: 90%;
}
.voting-section {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
}
.section-header {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
.tab {
  padding: 0.5rem 1.2rem;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  color: #b32222;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
#results,
.player-card .info,
.players-grid,
.tab-content#awards,
.tab.active {
  background-color: #b32222;
}
.tab.active {
  color: #fff;
  font-weight: 600;
}
.players-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  min-height: 300px;
}
.player-card {
  flex: 1 1 22%;
  max-width: 22%;
  min-width: 200px;
  color: #000;
  border-radius: 8px;
  text-align: center;
  transition: 0.3s;
}
.award-card,
.product-card {
  overflow: hidden;
  transition: transform 0.3s;
}
.player-card .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  padding: 10px;
}
.player-card .info div {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.player-card .info div h4 {
  margin: 0;
  font-size: 1rem;
}
.player-card .info div p {
  font-weight: 700;
  margin: 0;
}
.footer-links a:hover,
.gold,
.player-card .info div p span,
.yellow-text {
  color: gold;
}
.player-card button {
  border: 1px solid #fff;
  font-size: 15px;
  font-weight: 700;
  color: #ffeb0a;
  border-radius: 8px;
  cursor: pointer;
  width: 110px;
  height: 45px;
  padding: 10px;
  transition: 0.5s;
}
.award-card button,
.winner-list li button {
  transition: 0.3s;
  background-color: #fff0;
  cursor: pointer;
}
.player-card button:hover {
  color: #b32222;
  background-color: #ffeb0a;
}
.img-container {
  width: 100%;
  height: 181px;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: center center;
  border-top-left-radius: 50%;
}
.img-container .rank {
  position: absolute;
  bottom: 5%;
  right: 15%;
  background: gold;
  color: #000;
  font-weight: 500;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  z-index: 2;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .section-header {
    justify-content: center;
    font-size: 15px;
    gap: 5px;
  }
  .player-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .voting-section {
    width: 95%;
    padding: 1rem;
  }
  .tab {
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }
  .img-container .rank {
    right: 30%;
  }
  .player-card button {
    width: 90px;
    height: 38px;
    font-size: 13px;
  }
  .player-card .info div {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .tab {
    font-size: 0.95rem;
  }
  .player-card button {
    width: 85px;
    font-size: 12px;
    height: 35px;
  }
  .player-card .info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .player-card .info div {
    text-align: center;
  }
}
.tab-content#awards {
  border-radius: 0 0 12px 12px;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.awards-heading {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.awards-subtext {
  color: #f2f2f2;
  font-size: 0.95rem;
  margin-bottom: 2rem;
}
.awards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
.award-card {
  width: 220px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.award-card:hover {
  transform: translateY(-5px);
}
.award-card img {
  object-fit: center center;
  box-shadow: 10px rgb(0 0 0 / 0.1);
}
.award-card h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.award-card button {
  border: 1px solid #fff;
  color: gold;
  width: 110px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 18px;
  margin-top: 5px;
  border-radius: 8px;
}
.award-card button:hover {
  background-color: gold;
  color: #b32222;
}
@media (max-width: 1024px) {
  .award-card {
    width: 45%;
  }
  .awards-heading {
    font-size: 1.4rem;
  }
  .award-card h4 {
    font-size: 0.9rem;
  }
  .award-card button {
    font-size: 13px;
    padding: 7px 16px;
  }
  .player-card {
    flex: 1 1 45%;
    max-width: 45%;
  }
  .tab {
    font-size: 1.1rem;
  }
  .player-card button {
    width: 100px;
    height: 40px;
    font-size: 14px;
  }
  .player-card .info div {
    font-size: 14px;
  }
}
#results {
  padding: 10px;
  border-radius: 0 0 12px 12px;
  color: #fff;
}
.results-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.vote-results {
  flex: 1;
  min-width: 300px;
}
.result-bar {
  margin-bottom: 1.2rem;
}
.result-bar .info {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  margin-bottom: 5px;
}
.result-bar .bar {
  width: 100%;
  height: 14px;
  background-color: #eee;
  border-radius: 5px;
  overflow: hidden;
}
.result-bar .bar > div {
  height: 100%;
  background-color: #000;
}
.rank-label {
  font-size: 0.85rem;
  margin-top: 4px;
}
.competition-results {
  flex: 1;
}
.winner-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.winner-list li {
  color: #000;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.winner-list li p {
  margin: 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.buy-btn,
.footer-msg,
.green-text,
.history-title,
.league-container .league-table .league-table-body th,
.percent,
.rank-badge,
.read-more-btn,
.store-title,
.winner-list li button,
.winner-list li p span,
.yellow-text {
  font-weight: 700;
}
.winner-list li p span {
  color: #000;
}
.winner-list li button {
  border: 1px solid #fff;
  color: gold;
  border-radius: 8px;
  padding: 6px 12px;
}
.winner-list li button:hover {
  background-color: #b32222;
  color: #fff;
}
.footer-msg {
  margin-top: 1.5rem;
}
.green-text {
  color: #7cfc00;
}
.sub-text {
  font-size: 20px;
  margin-bottom: 1rem;
}
.result-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: center;
}
.result-meta {
  display: flex;
  flex-direction: column;
  text-align: right;
  flex: 0 0 35%;
}
.rank-text {
  font-size: 0.9rem;
  margin: 0;
}
.player-name {
  margin: 2px 0;
}
.progress-container {
  background-color: #e0e0e0;
  border-radius: 8px;
  height: 14px;
  width: 100%;
}
.progress-bar {
  background-color: #000;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
.percent {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 0.8rem;
}
.silver {
  color: silver;
}
.bronze {
  color: #cd7f32;
}
.tab-content {
  display: none;
  min-height: 300px;
}
.tab-content.active {
  display: block;
}
.store-section {
  padding: 2rem;
  max-width: 80%;
  margin: auto;
  direction: rtl;
}
.history-title,
.store-title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #ffeb0a;
}
.product-card {
  position: relative;
  border-radius: 10px;
  padding: 10px;
}
.product-card img {
  width: 100%;
  border-radius: 10px;
}
.buy-btn {
  position: absolute;
  bottom: 15px;
  right: 40%;
  background: linear-gradient(209.49deg, #fff -57.05%, #e2001a 100.99%),
    linear-gradient(0deg, rgb(0 0 0 / 0.2), rgb(0 0 0 / 0.2));
  color: #fff;
  padding: 8px 20px;
  border: 1px solid #ffeb0a;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  transition: 0.3s;
}
.buy-btn:hover {
  filter: brightness(1.1);
}
@media (max-width: 768px) {
  .award-card,
  .progress-container {
    width: 100%;
  }
  .tab-content#awards {
    padding: 1.5rem 1rem;
  }
  .awards-heading {
    font-size: 1.2rem;
  }
  .award-card h4,
  .awards-subtext {
    font-size: 0.85rem;
  }
  .award-card button {
    font-size: 12px;
    padding: 6px 14px;
  }
  .result-line {
    flex-direction: column;
    align-items: flex-start;
  }
  .percent {
    left: 10px;
    font-size: 0.75rem;
  }
  .player-name,
  .rank-text {
    font-size: 0.9rem;
  }
  .buy-btn {
    font-size: 12px;
    padding: 6px 14px;
    right: 30%;
  }
}
.league-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
}
.league-container .league-table {
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
}
.league-container .league-table h3 {
  text-align: right;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.league-container .league-table .league-table-body {
  background-color: var(--efa-red);
  padding: 15px;
  color: #fff;
  border-radius: 8px;
  margin: 10px;
}
.league-container .league-table .league-table-body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.league-container .league-table .league-table-body td {
  padding: 10px 5px;
  text-align: right;
  text-wrap: nowrap;
}
.league-container .league-table .league-table-body img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 6px;
}
.league-container .league-table .league-table-body .read-more {
  background-color: #fff0;
  border: 1px solid #ff0;
  color: #ff0;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  display: block;
  transition: 0.3s;
  margin-right: auto;
  margin-top: 5px;
}
.league-container .league-table .league-table-body .read-more:hover {
  background-color: #ff0;
  color: #a63d3d;
}
.league-table:not(.is-expanded) .hidden-row { display: none; }

.league-table.is-expanded .hidden-row { display: table-row; }
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.table-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.product-carousel-wrapper,
.tournament-carousel-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.history-section {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  direction: rtl;
}
.tournament-carousel-wrapper {
  position: relative;
  max-width: 100%;
  padding: 0;
}
.carousel-wrapper .slick-next-custom,
.carousel-wrapper .slick-prev-custom,
.product-carousel-wrapper .slick-next-custom,
.product-carousel-wrapper .slick-prev-custom,
.tournament-carousel-wrapper .slick-next-custom,
.tournament-carousel-wrapper .slick-prev-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #fff;
  border: none;
  font-size: 2rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
}
.tournament-carousel-wrapper .slick-prev-custom {
  left: -50px;
  right: auto;
}
.tournament-carousel-wrapper .slick-next-custom {
  right: -50px;
  left: auto;
}
.tournament-carousel {
  display: flex;
}
.tournament-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 10px;
}
.tournament-card img {
  width: 100%;
  height: auto;
  display: block;
}
.overlay-tournament {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to top, rgb(0 0 0 / 0.7), transparent);
  padding: 10px;
  color: #fff;
  font-size: 0.95rem;
  text-align: center;
}
.read-more-btn {
  margin-top: 5px;
  background-color: #fff0;
  border: 1px solid gold;
  color: gold;
  border-radius: 6px;
  padding: 6px 14px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}
.read-more-btn:hover {
  background-color: gold;
  color: #000;
}
.slick-next-custom,
.slick-prev-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #b32222;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 10px rgb(0 0 0 / 0.15);
  transition: 0.3s;
}
.top-scorers-section {
  padding: 2rem;
  direction: rtl;
  margin: auto;
  text-align: right;
}
.top-scorers-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.top-scorers-carousel .scorer-card {
  text-align: center;
  padding: 10px;
  position: relative;
}
.img-wrapper {
  position: relative;
  height: 90px;
  margin: 0 auto 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rank-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff0;
  border: 1px solid gold;
  color: #fff;
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgb(0 0 0 / 0.3);
  margin: 5px;
}
.goals,
.player-name {
  font-size: 14px;
  font-weight: 700;
}
.goals,
.social-icons i:hover {
  color: #b32222;
}
.media-gallery {
  padding: 2rem 1rem;
  margin: 0 auto;
}
.media-gallery__title {
  text-align: right;
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.hidden-row {
  display: none;
} /* اخفي الافتراضي */

.media-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.media-card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.media-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.08);
}
.media-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media-card__icon {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(255 255 255 / 0.85);
  color: #b32222;
  padding: 6px;
  border-radius: 6px;
  font-size: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-card__icon i {
  font-size: 1.1rem;
}
.media-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.media-card__caption-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  background: linear-gradient(to top, rgb(0 0 0 / 0.7), transparent 100%);
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: right;
  z-index: 1;
}

.buy-btn,
.footer-msg,
.green-text,
.history-title,
.league-container .league-table .league-table-body th,
.percent,
.rank-badge,
.read-more-btn,
.store-title,
.winner-list li button,
.winner-list li p span,
.yellow-text {
  color: var(--efa-yellow);
  text-align: right;
}

.carousel-wrapper .slick-prev-custom,
.product-carousel-wrapper .slick-prev-custom {
  right: auto;
  left: -5%;
}
.carousel-wrapper .slick-next-custom,
.product-carousel-wrapper .slick-next-custom {
  left: auto;
  right: -5%;
}
@media (max-width: 992px) {
  .media-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.efa-reels-section {
  display: block;
  border-radius: 8px;
}
.efa-reels-text {
  width: 90%;
  background-color: #372d2e;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 5px;
}
.efa-reels-text p {
  width: 100%;
  padding: 0 10px;
  background-color: #372d2e;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  text-wrap: nowrap;
}
.efa-reels-slider .card-efa {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: transparent !important;
}
.efa-reels-slider .card-efa .w-100.mt-2 p,
.efa-reels-slider .reel-caption {
  background: #232323;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  margin: 0;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.15);
  letter-spacing: 0.25px;
  width: 100%;
  text-align: center;
}
.efa-reels-slider .reel-card {
  margin: 0 auto;
  display: block;
  transition: 0.3s;
  position: relative;
}
.efa-reels-slider .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
  transition: transform 0.3s;
}
.efa-reels-slider .slick-track {
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}
.sponsors-section {
  text-align: center;
  padding: 40px 20px;
}
.sponsors-title {
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
}
.sponsors-logos {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.sponsor-logo {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid var(--efa-red);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin: 10px;
  text-align: center;
}
.sponsor-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.sponsors-logos .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-prev,
.swiper-button-next {
  color: #c51927;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.sponsors-logos .swiper-button-next:after,
.sponsors-logos .swiper-button-prev:after {
  font-size: 1rem;
}
.sponsors-logos .swiper-pagination-bullet {
  opacity: 0.7;
}
.sponsors-logos .swiper-pagination-bullet-active {
  background: var(--efa-red);
  opacity: 1;
}
.sponsors-logos:not(.swiper-initialized) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .sponsor-logo {
    width: 120px;
    height: 120px;
    margin: 8px;
  }
}
@media (max-width: 768px) {
  .section-header {
    justify-content: center;
    font-size: 15px;
    gap: 5px;
  }
  .league-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .league-table {
    width: 100%;
    margin-bottom: 0;
  }
  .img-wrapper {
    height: 150px;
  }
  .lock-psevccrsrsmsel button .slick-prev-custom,
  ltck-npxtscosrrmusel button .slick-next-custom {
    left: 30px;
  }
  .league-table table {
    width: 100%;
  }
  .player-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .read-more-btn {
    font-size: 12px;
    padding: 5px 12px;
  }
  .overlay-tournament {
    font-size: 0.85rem;
  }
  .voting-section {
    width: 95%;
    padding: 1rem;
  }
  .tab {
    font-size: 1rem;
    padding: 0.4rem 1rem;
  }
  .player-card button {
    width: 90px;
    height: 38px;
    font-size: 13px;
  }
  .player-card .info div {
    font-size: 13px;
  }
  .carousel-wrapper .slick-next-custom,
  .carousel-wrapper .slick-prev-custom,
  .product-carousel-wrapper .slick-next-custom,
  .product-carousel-wrapper .slick-prev-custom {
    width: 30px;
    height: 30px;
  }
  .sponsors-logos .swiper-slide {
    margin: 0 5px;
  }
  .sponsors-logos:not(.swiper-initialized) {
    gap: 10px;
  }
  .sponsor-logo {
    width: 100px;
    height: 100px;
    margin: 6px;
  }
  .sponsors-logos .swiper-button-next,
  .sponsors-logos .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
  .sponsors-logos .swiper-button-next:after,
  .sponsors-logos .swiper-button-prev:after {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .sponsor-logo {
    width: 80px;
    height: 80px;
    margin: 5px;
  }
}
@media (max-width: 320px) {
  .sponsor-logo {
    width: 60px;
    height: 60px;
    margin: 4px;
  }
}
.efa-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.efa-reels-slider .card-efa {
  max-width: 340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  aspect-ratio: 340/470;
  min-height: 470px;
}
.efa-reels-slider .card-efa iframe {
  display: block;
  margin-bottom: 10px;
  min-width: 300px !important;
  max-width: 300px !important;
  min-height: 380px !important;
  max-height: 380px !important;
  width: 100% !important;
  height: calc(100% - 60px) !important;
  border-radius: 16px;
  border: 2px solid;
  background: #181818;
}
.efa-reels-slider .reel-caption {
  background: #232323;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  text-align: center;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.15);
}
.efa-reels-slider {
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.reel-card {
  scroll-snap-align: start;
  flex: 0 0 auto;
  margin: 0 5px;
  padding: 0 5px;
  min-width: 300px;
}
.efa-reels-slider::-webkit-scrollbar {
  display: none;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 126.67%;
  overflow: hidden;
  border-radius: 16px;
  background: #181818;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.efa-reels-slider {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.efa-reels-section {
  width: 100%;
  margin: 50px auto 60px;
  padding: 30px 15px;
  overflow: hidden;
  text-align: right;
}
.efa-reels-section h2 {
  display: inline-block;
}
.efa-reels-slider {
  direction: rtl;
  margin: 0 auto;
  position: relative;
}
.efa-reels-slider .reel-card {
  width: 100%;
  padding: 0 10px;
}
.efa-reels-slider .card-efa {
  width: 100%;
  height: 470px;
  background: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.efa-reels-slider .video-container {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  background: #181818;
}
.efa-reels-slider .video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.efa-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgb(0 0 0 / 0.7);
  color: #fff;
  border: 1px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.2);
}
.efa-slider-btn:hover {
  transform: translateY(-50%) scale(1.05);
  background: rgb(0 0 0 / 0.9);
  border-color: rgb(255 255 255 / 0.5);
}
.efa-slider-prev {
  left: 0;
}
.efa-slider-next {
  right: 0;
}
@media (max-width: 1200px) {
  .efa-reels-slider .card-efa {
    min-height: 470px;
    padding: 18px 8px 12px;
  }
  .efa-reels-slider .card-efa iframe {
    margin-bottom: 18px;
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .efa-reels-slider .reel-card {
    width: 250px;
  }
  .efa-reels-slider .card-efa .w-100.mt-2 p,
  .efa-reels-slider .reel-caption {
    font-size: 0.85rem;
    padding: 10px 0 8px;
    border-radius: 6px;
  }
  .efa-slider-prev {
    left: 5px;
    top: 50%;
  }
  .efa-slider-next {
    right: 5px;
    top: 50%;
  }
}
@media (max-width: 991px) {
  .swiper.hero-swiper {
    aspect-ratio: 2/1;
    min-height: 140px;
  }
  @supports not (aspect-ratio: 2 / 1) {
    .swiper.hero-swiper {
      padding-bottom: 50%;
      min-height: 140px;
    }
  }
  .efa-reels-slider .card-efa {
    min-height: 470px;
    padding: 12px 4px 8px;
  }
  .efa-reels-slider .card-efa iframe {
    margin-bottom: 12px;
    width: 320px !important;
    min-width: 320px !important;
    max-width: 320px !important;
    height: 400px !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }
  .efa-reels-slider .slick-prev-custom {
    left: 10px;
  }
  .efa-reels-text p {
    font-size: 18px;
  }
  .efa-reels-slider .card-efa .w-100.mt-2 p,
  .efa-reels-slider .reel-caption {
    padding: 8px 0;
    font-size: 0.98rem;
  }
  .efa-reels-slider .reel-card {
    width: 100px;
  }
  .efa-slider-prev {
    left: 15px;
    top: 50%;
  }
  .efa-slider-next {
    right: 10px;
    top: 50%;
  }
}
@media (max-width: 600px) {
  .media-gallery__grid,
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-grid {
    grid-template-rows: repeat(5, 160px);
  }
  .news-grid__item--left-top {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .news-grid__item--left-bottom {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .news-grid__item--center {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .news-grid__item--right-top {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .news-grid__item--right-bottom {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .news-section__title {
    font-size: 1.3rem;
  }
  .table-wrapper table {
    min-width: 400px;
    font-size: 0.9em;
  }
  .efa-reels-section {
    width: 100%;
    padding: 0 5px;
  }
  .efa-reels-slider .reel-card {
    width: 280px;
    margin: 0 auto;
  }
  .efa-reels-text p {
    font-size: 15px;
  }
  .efa-reels-slider .card-efa {
    min-height: 450px;
    padding: 6px 2px 4px;
    max-width: 280px;
  }
  .efa-reels-slider .card-efa iframe {
    margin-bottom: 8px;
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
    height: 350px !important;
    min-height: 350px !important;
    max-height: 350px !important;
  }
  .efa-reels-slider .card-efa .w-100.mt-2 p,
  .efa-reels-slider .reel-caption {
    padding: 6px 0;
    font-size: 0.95rem;
  }
  .efa-slider-prev {
    left: 15px;
    top: 50%;
  }
  .efa-slider-next {
    right: 15px;
    top: 50%;
  }
}
@media (max-width: 480px) {
  .tab {
    font-size: 0.95rem;
  }
  .container-home {
    width: 100%;
  }
  .player-card button {
    width: 85px;
    font-size: 12px;
    height: 35px;
  }
  .player-card .info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .player-card .info div {
    text-align: center;
  }
  .carousel-wrapper .slick-next-custom,
  .carousel-wrapper .slick-prev-custom,
  .product-carousel-wrapper .slick-next-custom,
  .product-carousel-wrapper .slick-prev-custom {
    width: 20px;
    height: 20px;
  }
  .efa-reels-section {
    padding: 0;
  }
  .efa-reels-slider .reel-card {
    width: 280px;
    margin: 0 auto;
  }
  .efa-reels-slider .card-efa {
    min-height: 420px;
    padding: 4px 1px 2px;
    max-width: 280px;
  }
  .efa-reels-slider .card-efa iframe {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
    height: 325px !important;
    min-height: 325px !important;
    max-height: 325px !important;
  }
  .efa-reels-slider .card-efa .w-100.mt-2 p,
  .efa-reels-slider .reel-caption {
    padding: 6px 0;
    font-size: 0.9rem;
  }
  .efa-slider-prev {
    left: 15px;
    top: 50%;
  }
  .efa-slider-next {
    right: 15px;
    top: 50%;
  }
}
@media (max-width: 360px) {
  .efa-reels-slider .reel-card {
    width: 260px;
    min-width: auto;
  }
  .efa-reels-slider .card-efa {
    min-height: 400px;
    max-width: 260px;
  }
  .efa-reels-slider .card-efa iframe {
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    height: 300px !important;
    min-height: 300px !important;
    max-height: 300px !important;
  }
  .efa-reels-slider .card-efa .w-100.mt-2 p,
  .efa-reels-slider .reel-caption {
    font-size: 0.85rem;
  }
  .efa-slider-prev {
    left: 5px;
    top: 50%;
  }
  .efa-slider-next {
    right: 5px;
    top: 50%;
  }
}
@media (max-width: 1200px) {
  .efa-reels-slider .card-efa {
    max-width: 320px;
    min-height: 450px;
    height: 450px;
  }
  .efa-slider-prev {
    left: 5px;
  }
  .efa-slider-next {
    right: 5px;
  }
  .efa-reels-slider .video-container {
    height: 360px;
  }
}
@media (max-width: 991px) {
  .efa-reels-slider .card-efa {
    max-width: 300px;
    min-height: 430px;
  }
  .efa-reels-slider .reel-caption {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .efa-reels-section {
    padding: 30px 10px;
  }
  .efa-reels-slider .card-efa {
    max-width: 280px;
    min-height: 400px;
  }
  .efa-slider-btn {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .efa-reels-section h2 {
    font-size: 1.5rem;
  }
  .efa-reels-slider .card-efa {
    max-width: 260px;
    min-height: 380px;
  }
  .efa-reels-slider .reel-caption {
    font-size: 0.85rem;
    padding: 8px;
  }
}
.efa-reels-section h2,
.section-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 25px;
  text-align: center;
  color: #000;
}
@media (max-width: 480px) {
  .efa-reels-slider .card-efa {
    max-width: 240px;
    min-height: 350px;
  }
  .efa-slider-prev {
    left: 0;
  }
  .efa-slider-next {
    right: 0;
  }
}
@media (max-width: 360px) {
  .efa-reels-slider .card-efa {
    max-width: 220px;
    min-height: 320px;
  }
}
@media (max-width: 991px) {
  .efa-reels-slider .card-efa {
    height: 420px;
  }
  .efa-reels-slider .video-container {
    height: 340px;
  }
}
@media (max-width: 768px) {
  .efa-reels-slider .card-efa {
    height: 380px;
  }
  .efa-reels-slider .video-container {
    height: 300px;
  }
  .efa-reels-slider {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .efa-reels-slider .card-efa {
    height: 340px;
  }
  .efa-reels-slider .video-container {
    height: 260px;
  }
}
