@import url('_common.css');
@import url('_header.css');
@import url('_page-header.css');
@import url('_breadcrumb.css');
@import url('_pager.css');
@import url('_single.css');
@import url('_component.css');

/* Hero Section */
.hero-section {
  background-image: url(../img/mv_bg.jpg);
  background-size: cover;
  padding: 1.875rem 0;
}

.hero-swiper {
  max-width: 100%;
  margin: 0 auto;

}
/* .swiper-wrapper {
  justify-content: center;
} */
.hero-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70rem;
  max-width: 90%;
}


.hero-swiper .swiper-pagination {
  position: relative;
  margin-top: 1.8125rem;
}

.hero-swiper .swiper-pagination-bullet {
  width: 80px;
  height: 2px;
  border-radius: 0;
  background-color: #888;
  opacity: 1;
  margin: 0 4px;
}

.hero-swiper .swiper-pagination-bullet-active {
  background-color: #004FFF;
  opacity: 1;
  height: 4px;
}

/* News Section */
.news-section {
  background-color: var(--white);
  padding: 5.625rem 0;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

.section-header h2 {
  font-family: var(--font-nobel);
  font-size: 2rem;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.view-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-blue);
  font-family: var(--font-nobel);
  font-size: 0.875rem;
  text-transform: capitalize;
  border-bottom: 1px solid var(--primary-blue);
  padding-bottom: 0.125rem;
}

.view-more.yellow {
  color: var(--yellow);
  border-bottom-color: var(--yellow);
}

.view-more.yellow svg path {
  stroke: var(--yellow);
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.news-card {

}

.news-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.news-image img {
  width: 100%;
}

.news-date {
  font-family: var(--font-century);
  font-size: 0.75rem;
  color: var(--gray-dark);
  line-height: 1.5;
}

.news-title {
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--black);
}

/* What is Air Race X Section */
.what-is-section {
  background: url('../img/whatis.jpg') center/cover no-repeat;
  position: relative;
  padding: 5.625rem 0;
  color: var(--white);
}



.what-is-content {
  position: relative;
  z-index: 1;
}

.what-is-content h2 {
  font-family: var(--font-nobel);
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-weight: normal;
}

.what-is-text {
  margin-bottom: 3rem;
}

.what-is-text p {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.what-is-text p:last-child {
  margin-bottom: 0;
}

/* About Section */
.about-section {
  background-color: var(--white);
  padding: 5.625rem 0;
}

.about-section h2 {
  font-family: var(--font-nobel);
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-weight: normal;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.about-header h3 {
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--primary-blue);
  line-height: 1.2;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.about-header h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: var(--primary-blue);
}

.about-table {
  display: flex;
  flex-direction: column;
}

.table-row {
  display: flex;
  flex-direction: column;
  padding: 1.875rem 0;
  border-bottom: 1px solid rgba(136, 136, 136, 0.5);
  gap: 0.75rem;
}

.table-label {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--black);
  min-width: 150px;
}

.table-content {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--black);
}

.table-content p {
  margin-bottom: 0.5rem;
}

.table-content p:last-child {
  margin-bottom: 0;
}

.link {
  color: var(--primary-blue);
  text-decoration: underline;
}

.video-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.video-placeholder {
  background-color: var(--gray-dark);
  width: 100%;
  max-width: 740px;
  aspect-ratio: 740/416;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
}

.play-button {
  cursor: pointer;
}

/* Partners Section */
.partners-section {
  background-color: var(--gray-light);
  padding: 5.625rem 0;
}

.partners-section h2 {
  font-family: var(--font-nobel);
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.partners-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.partners-grid:last-child {
  margin-bottom: 0;
}

.partner-category {
  border: 1px solid var(--primary-blue);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.category-header {

  padding: 0.9375rem 1.25rem;
  text-align: center;
  display: inline-flex;
  margin: 0 auto;
  position: relative;
}
.category-header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--primary-blue);
  transform: skew(-15deg);
}
.category-header h3 {
  color: var(--white);
  font-family: var(--font-nobel);
  font-size: 1rem;
  text-transform: capitalize;
  line-height: 1;
  position:relative;
  z-index: 1;
}

.partner-logos {
  padding: 1.25rem;
  flex: 1;
  width: 100%;
}

.logo-grid {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
}
.partner-logo {
  width: calc(50% - 0.625rem / 2);
}
.partner-logo {
}

.partner-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* FAQ Section */
.faq-section {
  background-color: var(--gray-medium);
  padding: 5.625rem 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  border-bottom: 1px solid rgba(136, 136, 136, 0.5);
  padding: 1.875rem 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  margin-bottom: 1.875rem;
}

.question-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex: 1;
}

.question-marker {
  font-family: var(--font-century);
  font-size: 1.75rem;
  color: var(--primary-blue);
  line-height: 1.2;
  flex-shrink: 0;
}

.question-text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  color: var(--black);
}

.faq-toggle {
  font-size: 1.5rem;
  color: var(--primary-blue);
  line-height: 1;
  padding: 0;
  margin-left: 1rem;
  flex-shrink: 0;
}

.faq-answer {
  font-size: 0.875rem;
  line-height: 1.8;
  color: var(--black);
  margin-left: 2.75rem;
}

.faq-answer p {
  margin-bottom: 0.5rem;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.faq-item:not(.active) .faq-answer {
  display: none;
}
.faq-toggle {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  text-indent: -9999px;
}
.faq-item.active .faq-toggle {
  background-image: url("../img/faq_minus.png");
}
.faq-item .faq-toggle {
  background-image: url("../img/faq_plus.png");
}
/* Footer */
.footer {
  background: linear-gradient(90deg, var(--gradient-start) 0%, var(--gradient-mid) 59.615%, var(--gradient-end) 100%);
  color: var(--white);
  padding: 3.75rem 0;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin-bottom: 2rem;
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.footer-logo-section .logo-container img {
  width: auto;
  height: 40px;
}

.footer-logo-section .logo-text {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.3;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.nav-column {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.nav-column a {
  font-family: var(--font-nobel);
  font-size: 1rem;
  line-height: 1.5;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  padding-top: 0.6875rem;
  border-top: 1px solid var(--white);
}

.copyright p {
  font-family: var(--font-nobel);
  font-size: 0.75rem;
  line-height: 1.8;
}

.privacy-policy a {
  font-family: var(--font-nobel);
  font-size: 0.875rem;
  text-transform: capitalize;
  text-decoration: underline;
  line-height: 1.5;
}

/* Tablet Styles */
@media (min-width: 768px) {
  :root {
    --container-max-width: 768px;
    --container-padding: 2rem;
    --section-padding: 3rem 0;
  }

  .announcement-banner p {
    font-size: 1rem;
  }

  .logo-container img {
    height: 45px;
  }

  .logo-text {
    font-size: 0.6875rem;
  }

  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }

  .what-is-content h2 {
    font-size: 2.5rem;
  }

  .what-is-text p {
    font-size: 1rem;
  }

  .about-section h2 {
    font-size: 2.5rem;
  }

  .table-row {
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
  }

  .table-label {
    font-size: 1rem;
    min-width: 180px;
  }

  .table-content {
    font-size: 1rem;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }



  .footer-nav {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1280px) {
   .mobile-menu-toggle {
    display: none;
  }
}
/* Desktop Styles */
@media (min-width: 1024px) {
  :root {
    --container-max-width: 1024px;
    --container-padding: 3rem;
  }


  .logo-container img {
    height: 50px;
  }

  .logo-text {
    font-size: 0.8125rem;
    flex-shrink: 0;
  }

  .section-header h2 {
    font-size: 3.125rem;
  }

  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .what-is-content h2 {
    font-size: 3.125rem;
  }

  .what-is-text p {
    font-size: 1.125rem;
  }

  .about-section h2 {
    font-size: 3.125rem;
  }

  .about-header h3 {
    font-size: 1.625rem;
  }

  .table-label {
    font-size: 1.125rem;
    min-width: 240px;
  }

  .table-content {
    font-size: 1rem;
  }

  .partners-section h2 {
    font-size: 3.125rem;
  }

  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-logo-section {
    flex-shrink: 0;
  }

  .footer-nav {
    flex-direction: row;
    gap: 3.75rem;
  }
}

/* Large Desktop Styles */
@media (min-width: 1280px) {
  :root {
    --container-max-width: 1200px;
    --container-padding: 4rem;
  }
}

/* Extra Large Desktop */
@media (min-width: 1440px) {
  :root {
    --container-max-width: 940px;
  }
}

@media (max-width: 1024px) {
 .logo-container img {
    height: auto;
    width: 160px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
  }
  .footer-nav {
    gap: 0.5rem;
  }
}