/* ========================================
   NEWS SECTION
   ======================================== */
.news {
  padding: 0 0 25px 0;
  background: var(--color-white);
}

.news .container {
  max-width: 1080px;
}

.news .section-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.news .section-tabs__title--active,
.news .section-tabs__title--inactive {
  position: static;
}

.news .btn--all {
  margin-left: auto;
}

.news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 25px;
}

/* Splide slider overrides */
.splide {
  margin-top: 15px;
}

.splide__track {
  overflow: hidden;
}

.splide__slide {
  height: auto;
}

.news__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 30px;
}

.news__arrow {
  width: 31px;
  height: 31px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.news__arrow:hover {
  opacity: 0.7;
}

/* ========================================
   LEADERSHIP SECTION
   ======================================== */
.leadership {
  padding: 60px 0;
  background: var(--color-white);
}

.leadership .container {
  max-width: 1080px;
  position: relative;
}

.leadership .section-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}

.leadership .section-tabs__title--active,
.leadership .section-tabs__title--inactive {
  position: static;
}

.leadership .btn--all {
  margin-left: auto;
}

.leadership__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 25px;
}

.leadership__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 30px;
}

.leadership__arrow {
  width: 31px;
  height: 31px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.leadership__arrow:hover {
  opacity: 0.7;
}

/* ========================================
   STATISTICS SECTION
   ======================================== */
.stats {
  padding: 60px 0;
  background: var(--color-white);
}

.stats .container {
  max-width: 1080px;
}

.stats__container {
  display: flex;
  justify-content: center;
  gap: 80px;
  background-color: var(--color-bg-light);
  border-radius: 25px;
  padding: 40px 60px;
  flex-wrap: wrap;
}

.stats__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.stats__number {
  font-family: var(--font-semibold);
  font-weight: 400;
  color: var(--color-black);
  font-size: 65px;
  letter-spacing: 0;
  line-height: 78px;
  white-space: nowrap;
}

.stats__label {
  font-family: var(--font-medium);
  font-weight: 500;
  color: var(--color-black);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
  white-space: nowrap;
  margin-left: 4px;
}

/* ========================================
   PROGRAMS SECTION
   ======================================== */
.programs {
  padding: 60px 0;
  background: var(--color-white);
}

.programs .container {
  max-width: 1080px;
}

.programs .section-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  gap: 50px;
}

.programs .section-tabs__title--active,
.programs .section-tabs__title--inactive {
  position: static;
}

.programs__tab-title {
  display: none;
}

.programs__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 35px;
}

/* ========================================
   PARTNERS SECTION
   ======================================== */
.partners {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners .container {
  max-width: 1080px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partners__title {
  font-family: var(--font-semibold);
  font-weight: 600;
  color: var(--color-black);
  font-size: 30px;
  letter-spacing: 0;
  line-height: 35px;
  white-space: nowrap;
  margin-bottom: 50px;
}

.partners__logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}

/* Partners Slider Styles */
#partners-slider {
  width: 100%;
}

#partners-slider .splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 144px;
}

.partners__logo {
  object-fit: contain;
  max-height: 144px;
}

.partners__logo--tdpu {
  width: 108px;
  height: 108px;
}

.partners__logo--nantong {
  width: 94px;
  height: 104px;
}

.partners__logo--grand-talim {
  width: 144px;
  height: 144px;
}

.partners__logo--islom {
  width: 104px;
  height: 104px;
}

.partners__logo--grand-maktab {
  width: 140px;
  height: 104px;
}

.partners__logo--nankin {
  width: 82px;
  height: 103px;
}

/* ========================================
   FAQ SECTION
   ======================================== */
.faq {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.faq .container {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.faq__title {
  font-family: var(--font-semibold);
  font-weight: 600;
  color: var(--color-black);
  font-size: 30px;
  letter-spacing: 0;
  line-height: 35px;
  white-space: nowrap;
  text-align: center;
  margin-bottom: 10px;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq__item {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.faq__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  cursor: pointer;
  width: 100%;
}

.faq__header:hover {
  opacity: 0.8;
}

.faq__line {
  display: none;
}

.faq__question {
  font-family: var(--font-medium);
  font-weight: 500;
  color: var(--color-black);
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
}

.faq__toggle {
  width: 23px;
  height: 23px;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq__item--active .faq__toggle {
  transform: rotate(45deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #F4F3F2;
  border-radius: 10px;
}

.faq__answer-text {
  padding: 20px;
  font-family: var(--font-regular);
  font-weight: 400;
  color: var(--color-text);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}

/* Mobile Barchasi Button - hidden on desktop */
.mobile-barchasi {
  display: none;
}

@media (max-width: 768px) {
  .mobile-barchasi {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
