.carousel-box .carousel-container-sponsorship {
  max-width: 942px;
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FDB645;
  color: #FFF;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 10px 10px 8px;
}

.carousel-box .carousel-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-box .carousel-heading {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 1px;
  width: 43%;
  margin: 0 40px 0 10px;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}

.carousel-box .carousel-viewport {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carousel-box .carousel-logos-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: transform;
}

.carousel-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 78px;
  height: 78px;
  margin-right: 40px;
}

.carousel-box .carousel-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.carousel-box .carousel-logo:hover {
  opacity: 0.95;
}

.carousel-logos-container a {
  display: block;
  text-decoration: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  line-height: 0;
}

/* Mobile & Tablet styles (up to 768px) */
@media (max-width: 768px) {
  .carousel-box .carousel-container-sponsorship {
    width: 100vw;
    height: 70px;
    margin: 1px 0 0 0;
  }

  .carousel-box .carousel-inner {
    position: relative;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .carousel-box .carousel-heading {
    font-size: 16px;
    margin: 4px 0 0 0 !important;
    white-space: normal;
    text-align: center;
    width: 100%;
  }

  .carousel-box .carousel-viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 42px;
    margin: 2px 0 2px 0 !important;
    overflow: hidden;
    padding: 0 20px;
  }

  .carousel-box .carousel-logos-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }

  .carousel-box .carousel-logo-container {
    width: 42px;
    height: 42px;
    margin-right: 25px;
  }

  .carousel-box .carousel-logo {
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/* news related css  for both desktop and mobil*/
.news-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.news-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 0;
}

.news-section__slider {
  position: relative;
  height: 250px;
  padding: 16px;
  overflow: hidden;
}

.news-section__slides {
  max-width: 928px;
  height: 100%;
  position: relative;
}

.news-section__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.news-section__slide--active {
  opacity: 1;
  z-index: 1;
}

.news-section__dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 100;
}

.news-section__dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  background-color: white;
  opacity: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.news-section__dot:hover,
.news-section__dot--active {
  opacity: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news-section__arrow {
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}

.news-section__arrow--left {
  left: 10px;
}

.news-section__arrow--right {
  right: 10px;
}

.news-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 8px;
  padding: 10px 16px 16px;
}

.news-section__title {
  font-size: 48px;
  color: #FDB645;
  margin: 0;
}

.news-section__subtitle {
  font-weight: 400;
  font-size: 32px;
  color: #5E5E5E;
  margin: 0;
}

.news-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.news-section__nav {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 960px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.news-section__nav::-webkit-scrollbar {
  display: none;
}

.news-section__nav-btn {
  position: relative;
  background-color: transparent;
  color: #FDB645;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  cursor: pointer;
}

.news-section__nav-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 148px;
  height: 3px;
  background-color: #FDB645;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.news-section__nav-btn:not(.news-section__nav-btn--active):hover::after {
  opacity: 0.6;
}

.news-section__nav-btn--active {
  font-weight: 700;
}

.news-section__nav-btn--active::after {
  opacity: 1;
}

.news-section__list {
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-section__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding: 32px;
}

.news-section__post-img-container {
  position: relative;
  height: 250px;
  aspect-ratio: 7/5;
}
.news-section__post-img-container img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}

.news-section__post-content {
  width: 100%;
  padding-left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.news-section__post-title {
  font-size: 34px;
  font-weight: 700;
  color: #FDB645;
  margin: 0;
  line-height: normal;
}

.news-section__post-divider {
  width: 100%;
  height: 2px;
  background: #FDB645;
  margin: 0;
}

.news-section__post-text {
  font-size: 16px;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.news-section__post-btn {
  background-color: #DD9E37;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 24px;
  border: 0;
  border-radius: 4px;
  width: 40%;
  max-width: 172px;
  min-height: 44px;
  cursor: pointer;
}

.news-section__pagination {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-section__pagination .paginator {
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

.news-section__pagination .paginator-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 3px;
  margin: 0 !important;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #232323;
}

.news-section__pagination .current_link {
  font-weight: 700;
  font-size: 16px;
}

.news-section__pagination .arrow {
  font-size: 32px;
  line-height: 3px;
  text-decoration: none;
}

.news-section__pagination a {
  color: #232323;
  text-decoration: none;
}

.news-section__pagination a:hover,
.news-section__pagination a:focus,
.news-section__pagination a:active {
  text-decoration: none;
}

.news-section__no-results {
  text-align: center;
  padding: 20px;
  color: #232323;
}

@media (max-width: 768px) {
  .news-section {
    gap: 10px;
  }

  .news-section__slider {
    padding: 16px 16px 10px;
    height: 142px;
  }

  .news-section__nav-btn::after {
    width: 80px;
  }

  .news-section__post-img-container {
    width: calc(100vw - 32px);
    height: 235px;
  }

  .news-section__arrow {
    display: none;
  }

  .news-section__title {
    font-size: 32px;
  }

  .news-section__subtitle {
    font-size: 20px;
  }

  .news-section__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .news-section__nav::-webkit-scrollbar {
    display: none;
  }

  .news-section__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
  }

  .news-section__post-content {
    padding-left: 0;
  }

  .news-section__post-title {
    font-size: 24px;
  }

  .news-section__post-divider {
    height: 1px;
  }

  .news-section__post-text {
    font-size: 14px;
  }

  .news-section__post-btn {
    width: auto;
    max-width: 100%;
  }

  .news-section__pagination {
    padding: 8px 64px;
  }
}
.news-section__single-news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 16px 32px;
  position: relative;
}

.news-section__single-news {
  color: #5E5E5E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 16px;
  gap: 32px;
  width: 100%;
}

.news-section__single-news__content {
  width: 614px;
}

.news-section__single-news__content-abstract {
  margin: 0;
  padding: 10px 0;
}

.news-section__single-news__content-headline {
  color: #FDB645;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.news-section__single-news__content-subheadline {
  color: #FDB645;
  font-size: 20px;
  margin: 0;
}

.news-section__single-news__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 614px;
  aspect-ratio: 1/1;
}
.news-section__single-news__banner img,
.news-section__single-news__banner #flashContainer {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}

.news-section__single-news__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 250px;
}

.news-section__single-news__sidebar-banner {
  margin-right: 10px;
}
.news-section__single-news__sidebar-banner img {
  border-radius: 5px;
  height: 72px;
  width: 100px;
}

.news-section__single-news__sidebar-categories-link {
  color: #5E5E5E;
  display: block;
  font-size: 14px;
  padding: 5px 0;
  text-decoration: none;
}

.news-section__single-news__sidebar-heading {
  color: #FDB645;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
}

.news-section__single-news__sidebar-news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.news-section__single-news__sidebar-news-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 72px;
}

.news-section__single-news__sidebar-news-info--link {
  font-size: 12px !important;
}
.news-section__single-news__sidebar-news-info--link a {
  color: #FDB645;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}

.news-section__single-news__sidebar-news-info--link a p {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.news-section__single-news__sidebar-news-info--link span {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #5E5E5E;
  font-weight: 400;
}

.news-section__single-news__sidebar-news-section {
  padding: 32px 0;
}

.news-section__single-news__info {
  display: block;
  padding: 4px 0 8px;
}
.news-section__single-news__info .header-big {
  color: #5E5E5E;
}

.news-section__single-news__post-divider {
  display: none;
}

@media (max-width: 768px) {
  .news-section__single-news__container {
    padding: 16px 16px 6px;
  }

  .news-section__single-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    gap: 6px;
  }

  .news-section__single-news__banner {
    width: calc(100vw - 32px) !important;
  }

  .news-section__single-news__banner img,
.news-section__single-news__banner #flashContainer {
    width: calc(100vw - 32px) !important;
  }

  .news-section__single-news__content {
    width: calc(100vw - 32px);
  }

  .news-section__single-news__content-subheadline {
    font-size: 24px;
  }

  .news-section__single-news__post-divider {
    background: #FDB645;
    display: block;
    height: 2px;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .news-section__single-news__sidebar {
    width: calc(100vw - 32px);
  }

  .news-section__single-news__sidebar-banner img {
    height: 143px;
    width: 200px;
  }

  .news-section__single-news__sidebar-heading {
    font-size: 24px;
  }

  .news-section__single-news__sidebar-news-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .news-section__single-news__sidebar-news-info::-webkit-scrollbar {
    display: none;
  }

  .news-section__single-news__sidebar-news-info-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 212px;
  }

  .news-section__single-news__sidebar-news-info--link a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 60px;
    width: 200px;
  }

  .news-section__single-news__sidebar-news-section {
    padding: 10px 0;
  }
}