@media (max-width: 980px) { /* Tablet and below */
    .news-wrapper,
    #carousel-section-015-block,
    #carousel-section-014-block,
    #carousel-section-99-block { 
        display: none !important;
    }
}

/* ================== FORCE SF PRO FOR WHOLE PAGE ================== */
head {
  margin: 0px 0px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.module,
.module-hidden {
  padding-left: 30px !important;
  padding-right: 25px !important;
}

@media (max-width: 767px) {

  .module,
  .module-hidden {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/* =================== BASE LAYOUT =================== */
.banner-container {
  margin-top: 10px;
  display: flex;
  gap: 9px;
  height: 99%;
  flex-wrap: wrap;
}

/* Main Swiper Banner */
.main-banner {
  flex: 1.99;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.main-banner .swiper-slide img {
  width: 100%;
  height: 98%;
  display: block;
  border-radius: 20px;
  padding-top: 2px;
  padding-left: 6px;
}

/* Pagination Dots */
.swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

/* Side Banners */
.side-banners {
  flex: 1;
  display: flex;
  flex-direction: column;

}

.side-banners2 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.side-banner {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 2px;
  margin-top: 0px;
}

.side-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.side-banner2 {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 9px;
}

.side-banner2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;

}

/* Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 18px;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-left: 40px;
  margin-right: 40px;
}

/* Container for pagination bullets */
.swiper-pagination {
  bottom: 30px !important;
  left: 0;
  width: 100%;
  text-align: center;
}

/* Adjust size and spacing of bullets */
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 4px !important;
  border-radius: 50%;
  background: #000;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #000;
  transform: scale(1.2);
  /* enlarge active bullet */
  opacity: 1;
}

/* On Hover */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

/* Adjust Position */
.swiper-button-prev {
  left: 10px;
  /* shift outside left */
}

.swiper-button-next {
  right: 10px;
  /* shift outside right */
}


.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

.control-btn {
  font-size: 18px;
}

@media (max-width: 768px) {
  .banner-container {
    flex-direction: column;
  }

  .main-banner {
    width: 100%;
    margin-top: 5px;
    border-radius: 0;


  }

  .main-banner .swiper-slide img {
    border-radius: 0;
    padding-left: 0px;

  }

  .side-banners {
    width: 100%;
    margin-top: -10px;
    border-radius: 0;
  }

  .side-banners2 {
    width: 100%;
    margin-top: -2px;
    border-radius: 0;
  }

  .side-banner2,
  .side-banner2 img {
    border-radius: 0;
  }

  .side-banner,
  .side-banner img {
    border-radius: 0;
    margin-top: 5px;
  }

  .swiper-pagination {
    bottom: 10px !important;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 4px !important;
    border-radius: 50%;
    background: #000;
    opacity: 0.6;
    transition: all 0.3s ease;
  }

  .swiper-pagination-bullet-active {
    background: #000;
    transform: scale(1.2);
    opacity: 1;
  }
}


/* =================== CATEGORY =================== */

#apple-nav-block {
  padding-top: 40px;
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
  user-select: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#apple-nav-block .apple-nav-title {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  padding: 20px 0px 20px 40px;
  margin: 0;
  line-height: 1.2;
  flex: 1 1 auto;
  z-index: 999;
  word-break: break-word;
}

/* ============================= */
/* Arrow Buttons                 */
/* ============================= */
#apple-nav-block .nav-arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-10%);
  width: 60px;
  height: 60%;
  background: #fff;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

#apple-nav-block .nav-arrow.left {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

#apple-nav-block .nav-arrow.right {
  right: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
}

#apple-nav-block .nav-arrow:hover {
  background-color: #fff;
}

#apple-nav-block .arrow-icon {
  font-size: 40px;
  color: #333;
  transition: transform 0.3s ease, color 0.3s ease;
}

#apple-nav-block .nav-arrow:hover .arrow-icon {
  transform: scale(1.15);
  color: #000;
}

/* ============================= */
/* Scroll Area / Wrapper          */
/* ============================= */
#apple-nav-block .apple-nav {
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
}

#apple-nav-block .apple-nav:active {
  cursor: grabbing;
}

#apple-nav-block .apple-nav-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 60px 20px 0px;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* ============================= */
/* Item Styling                   */
/* ============================= */
#apple-nav-block .apple-nav-item {
  flex: 0 0 calc((100% / 8) - 20px);
  text-align: center;
  text-decoration: none;
  color: #000;
  transition: transform 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#apple-nav-block .apple-nav-item img {
  width: 100%;
  max-width: 110px;
  height: auto;
  margin-bottom: 8px;
  transition: transform 0.3s ease;
}

#apple-nav-block .apple-nav-item span {
  display: block;
  font-size: 18px;
  white-space: normal;
  /* ✅ allows text to wrap to next line */
  line-height: 1.2;
  word-break: break-word;
  /* ✅ ensures long words wrap properly */
}

#apple-nav-block .apple-nav-item:hover {
  transform: scale(1.05);
}

/* ============================= */
/* Scrollbar Hidden (Optional)    */
/* ============================= */
#apple-nav-block .apple-nav::-webkit-scrollbar {
  display: none;
}

#apple-nav-block .apple-nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* ============================= */
/* Tablet Responsive              */
/* ============================= */
@media (max-width: 1024px) {
  #apple-nav-block .apple-nav-wrapper {
    gap: 15px;
    padding: 15px 40px;
  }

  #apple-nav-block .apple-nav-item {
    flex: 0 0 calc((100% / 5) - 15px);
  }

  #apple-nav-block .apple-nav-item img {
    max-width: 90px;
  }

  #apple-nav-block .nav-arrow {
    width: 50px;
  }
}

/* ============================= */
/* Mobile Responsive              */
/* ============================= */
@media (max-width: 767px) {
  #apple-nav-block {
    padding-top: 10px;
    margin-right: 10px;
  }

  #apple-nav-block .apple-nav-wrapper {
    gap: 0px;
    padding: 10px 5px;
    position: relative;
  }

  #apple-nav-block .apple-nav-item {
    flex: 0 0 calc((100% / 3) - 10px);
  }

  #apple-nav-block .apple-nav-item img {
    max-width: 70px;
  }

  /* ✅ Text wrapping fix */
  #apple-nav-block .apple-nav-item span {
    font-size: 16px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.2;
  }

  /* ✅ Arrows adjustments */
  #apple-nav-block .nav-arrow {
    width: 40px;
    height: 60%;
    top: auto;
    bottom: 5%;
    transform: translateY(0);
    padding-right: 0px !important;
  }

  #apple-nav-block .nav-arrow.left {
    display: none !important;
    /* hide left arrow */
  }

  #apple-nav-block .nav-arrow.right {
    display: flex !important;
    /* always show right arrow */
    right: 0px;
    /* ✅ give it a small offset from edge */
  }

  #apple-nav-block .arrow-icon {
    font-size: 18px;
  }

  /* ✅ More space at end of scroll area */
  #apple-nav-block .apple-nav-wrapper::after {
    content: "";
    flex: 0 0 40px;
    /* extra padding space after last item */
  }

  #apple-nav-block .apple-nav-title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    padding: 20px 0px 20px 20px;
    margin: 0;
    line-height: 1.2;
    flex: 1 1 auto;
    z-index: 999;
    word-break: break-word;
  }
}

/* ============================= */
/* Edge Spacing Adjustments       */
/* ============================= */
@media (min-width: 768px) {

  #apple-nav-block .apple-nav-wrapper::before,
  #apple-nav-block .apple-nav-wrapper::after {
    content: "";
    flex: 0 0 20px;
  }
}

@media screen and (min-width: 1023px) {

  .apple-nav-item:nth-child(1),
  .apple-nav-item:nth-child(2) {
    display: none !important;
  }
}


/* =================== WEEKLY HIGHLIGHTS =================== */


.carousel-section-3 {
  padding-top: 60px;
  width: 100%;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.carousel-section-3 .carousel-view {
  position: relative;
  width: 100%;
  padding-top: 0px;
}

.carousel-section-3 .carousel-buttons {
  position: absolute;
  top: -40px;
  right: 0;
  padding: 0 20px 0 0;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.carousel-section-3 button {
  border: none;
  cursor: pointer;
  border-radius: 50%;
  outline: none;
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
}

.carousel-section-3 .prev-btn,
.carousel-section-3 .next-btn {
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.carousel-section-3 .arrow-icon {
  fill: black;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.carousel-section-3 .prev-btn:hover:not(:disabled),
.carousel-section-3 .next-btn:hover:not(:disabled) {
  background-color: #d0d0d0;
  transform: scale(1.05);
}

.carousel-section-3 .prev-btn:disabled,
.carousel-section-3 .next-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.carousel-section-3 .item-list-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.carousel-section-3 .item-list-wrapper::-webkit-scrollbar {
  display: none;
}

.carousel-section-3 .item-list {
  display: flex;
  gap: 10px;
  padding: 10px;
}

.carousel-section-3 .item {
  flex: 1 0 auto;
  height: 500px;
  min-width: clamp(400px, 20vw, 600px);
  text-align: center;
  cursor: pointer;
  padding: 0px;
  border-radius: 0;
  background-color: transparent;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-section-3 .item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.2));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.carousel-section-3 .item img:hover {
  transform: scale(1.001);
  filter: drop-shadow(0 0px 8px rgba(0, 0, 0, 0.25));
}

.carousel-section-3 .carousel-header {
  position: absolute;
  top: -45px;
  left: 0;
}

.carousel-section-3 .carousel-title {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  padding-left: 15px;
  margin: 0;
  line-height: 1.2;
  flex: 1 1 auto;
  word-break: break-word;
}

.carousel-section-3 .carousel-title strong {
  font-weight: 400;
  color: #6e6e73;
}

/* =================== RESPONSIVE =================== */
@media (max-width: 768px) {
  .carousel-section-3 .item {
    flex: 1 0 auto;
    height: 400px;
    width: 250px;
    margin-left: 10px;
    min-width: clamp(300px, 100vw, 600px);
    text-align: center;
    cursor: pointer;
    padding: 0px;
    border-radius: 0;
    background-color: transparent;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel-section-3 .item img {
    max-width: 100%;
    height: 300px;
    max-height: 100%;
    object-fit: cover;
    background: transparent;
    border-radius: 0;
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .banner-container {
    flex-direction: column;
  }

  .main-banner {
    width: 100%;
    margin-top: 5px;
    border-radius: 0;
  }

  .main-banner .swiper-slide img {
    border-radius: 0;
    padding-left: 0;
  }

  .side-banners,
  .side-banners2 {
    width: 100%;
    border-radius: 0;
  }

  .side-banner,
  .side-banner img,
  .side-banner2,
  .side-banner2 img {
    border-radius: 0;
    margin-top: 5px;
  }

  .swiper-pagination {
    bottom: 10px !important;
  }

  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .carousel-section-3 .carousel-title {
    font-size: 20px;
  }

  .carousel-section-3 .item {
    min-width: 190px;
  }

  .carousel-section-3 .item img {
    border-radius: 10px;
  }

  .carousel-section-3 .item-list {
    display: flex;
    gap: 0px;
    padding: 0px;
  }
}

@media (max-width: 500px) {
  .carousel-section-3 .item {
    flex: 1 0 auto;
    height: 350px;
    width: 250px;
    margin-left: 10px;
    min-width: clamp(300px, 100vw, 600px);
    text-align: center;
    cursor: pointer;
    padding: 0px;
    border-radius: 0;
    background-color: transparent;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel-section-3 .item img {
    max-width: 100%;
    height: 300px;
    max-height: 100%;
    object-fit: cover;
    background: transparent;
    border-radius: 0;
    filter: drop-shadow(0 0px 5px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .banner-container {
    flex-direction: column;
  }

  .main-banner {
    width: 100%;
    margin-top: 5px;
    border-radius: 0;
  }

  .main-banner .swiper-slide img {
    border-radius: 0;
    padding-left: 0;
  }

  .side-banners,
  .side-banners2 {
    width: 100%;
    border-radius: 0;
  }

  .side-banner,
  .side-banner img,
  .side-banner2,
  .side-banner2 img {
    border-radius: 0;
    margin-top: 5px;
  }

  .swiper-pagination {
    bottom: 10px !important;
  }

  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .carousel-section-3 .carousel-title {
    font-size: 20px;
    padding-top: 15px;
  }

  .carousel-section-3 .item {
    min-width: 190px;
  }

  .carousel-section-3 .item img {
    border-radius: 10px;
  }

  .carousel-section-3 .item-list {
    display: flex;
    gap: 0px;
    padding: 0px;
  }
}

/* SPOTLIGHT */

/* ================== BASE STYLES ================== */
#carousel-section-013-block.carousel-section-013 {
  width: 100%;
  padding-top: 60px;
}

#carousel-section-013-block .carousel-view {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 0 0 -10px;
}

#carousel-section-013-block .carousel-header {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  /* ✅ allows title to go to next line if too long */
  padding-right: 80px;
  /* ✅ keeps safe space for buttons */
  box-sizing: border-box;
}

#carousel-section-013-block .carousel-title {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  padding-left: 15px;
  margin: 0;
  line-height: 1.2;
  flex: 1 1 auto;
  word-break: break-word;
  /* ✅ prevents overlapping long words */
}

#carousel-section-013-block .carousel-title strong {
  font-weight: 400;
  color: #6e6e73;
}

#carousel-section-013-block .carousel-buttons {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 0 10px 0 0;
  display: flex;
  gap: 10px;
}

#carousel-section-013-block button {
  border: none;
  cursor: pointer;
  background: none;
}

#carousel-section-013-block .prev-btn,
#carousel-section-013-block .next-btn {
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#carousel-section-013-block .arrow-icon {
  fill: black;
  width: 24px;
  height: 24px;
}

#carousel-section-013-block .prev-btn:disabled,
#carousel-section-013-block .next-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#carousel-section-013-block .prev-btn:hover:not(:disabled),
#carousel-section-013-block .next-btn:hover:not(:disabled) {
  background-color: #d0d0d0;
}

#carousel-section-013-block .item-list-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

#carousel-section-013-block .item-list-wrapper::-webkit-scrollbar {
  display: none;
}

#carousel-section-013-block .item-list-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#carousel-section-013-block .item-list {
  display: flex;
  gap: 20px;
  padding: 10px 0 0 10px;
}

#carousel-section-013-block .first-item:first-child {
  margin-left: 10px;
}

#carousel-section-013-block .last-item:last-child {
  margin-right: 10px;
}

/* ================== ITEM + CONTAINER ================== */
#carousel-section-013-block .item {
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

#carousel-section-013-block .item-container {
  background: #fff;
  border-radius: 15px;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 450px;
  overflow: hidden;
  box-sizing: border-box;
}

#carousel-section-013-block .item-container:hover {
  transform: scale(1.0005);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

#carousel-section-013-block .item img {
  width: 90%;
  height: auto;
  object-fit: contain;
  border-radius: 15px 15px 0 0;
  margin: 0;
  display: block;
  flex-shrink: 0;
}

#carousel-section-013-block .item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  margin: 0;
  font-size: 16px;
  color: #000;
  text-align: left;
  overflow: hidden;
}

#carousel-section-013-block .item-text h4 {
  margin: 0;
  font-size: 24px;
  line-height: 1.6;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

#carousel-section-013-block .item-text p {
  margin: 0;
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
}

#carousel-section-013-block .item-text strong {
  font-weight: 400;
}

#carousel-section-013-block .item-text h4+p {
  margin-top: -10px;
}

/* ================== WIDTH DIFFERENCES ================== */
#carousel-section-013-block .first-item .item-container {
  width: 350px;
}

#carousel-section-013-block .first-item img {
  width: auto;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

#carousel-section-013-block .last-item img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 15px 15px 0 0;
}

#carousel-section-013-block .last-item .item-container {
  width: 300px;
}

#carousel-section-013-block .item:not(.first-item):not(.last-item) .item-container {
  width: 300px;
}

#carousel-section-013-block .item:not(.first-item):not(.last-item) img {
  width: 90%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  border-radius: 15px 15px 0 0;
  padding: 50px 10px 10px 10px;
  margin: 0;
}

/* ================== TABLET ================== */
@media (min-width: 600px) and (max-width: 1024px) {
  #carousel-section-013-block .carousel-title {
    font-size: 24px;
    word-break: break-word;
  }

  #carousel-section-013-block .item-container {
    height: 370px;
  }

  #carousel-section-013-block .first-item .item-container {
    width: 260px;
  }

  #carousel-section-013-block .item:not(.first-item):not(.last-item) .item-container {
    width: 220px;
  }

  #carousel-section-013-block .last-item .item-container {
    width: 220px;
  }

  #carousel-section-013-block .item-text p {
    font-size: 12px;
    margin: -10px 0 0 0;
  }

  #carousel-section-013-block .item-text h4 {
    font-size: 16px;
  }
}

/* ================== MOBILE ================== */
@media (max-width: 599px) {
  #carousel-section-013-block .carousel-title {
    font-size: 20px;
    word-break: break-word;
  }

  #carousel-section-013-block .carousel-buttons {
    top: -50px;
  }

  #carousel-section-013-block .item-container {
    height: 270px;
  }

  #carousel-section-013-block .first-item .item-container {
    width: 200px;
  }

  #carousel-section-013-block .item:not(.first-item):not(.last-item) .item-container {
    width: 180px;
  }

  #carousel-section-013-block .last-item .item-container {
    width: 180px;
  }

  #carousel-section-013-block .item-text p {
    font-size: 10px;
    line-height: 1.5;
  }

  #carousel-section-013-block .item-text h4 {
    font-size: 12px;
  }
}



/* ================== BASE STYLES ================== */
/* ================== ALL SLIDERS ================== */

.carousel-section {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  padding-top: 130px;
}

.carousel-section .carousel-view {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0;
}

/* ================== HEADER WRAPPER ================== */
.carousel-section .carousel-header {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  /* ✅ allows title to move to next line if too long */
  padding-right: 90px;
  /* ✅ spacing to prevent overlap with buttons */
  box-sizing: border-box;
}

/* ================== TITLE ================== */
.carousel-section .carousel-title {
  font-size: 35px;
  font-weight: 400;
  color: #000;
  padding-left: 15px;
  margin: 0;
  line-height: 1.2;
  flex: 1 1 auto;
  word-break: break-word;
  /* ✅ ensures long words wrap instead of overflowing */
}

.carousel-section .carousel-title strong {
  font-weight: 400;
  color: #6e6e73;
}

/* ================== BUTTONS ================== */
.carousel-section .carousel-buttons {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 0 20px 0 0;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.carousel-section button {
  border: none;
  cursor: pointer;
  background: none;
}

.carousel-section .prev-btn,
.carousel-section .next-btn {
  width: 40px;
  height: 40px;
  background-color: #e0e0e0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-section .arrow-icon {
  fill: black;
  width: 24px;
  height: 24px;
}

.carousel-section .prev-btn:disabled,
.carousel-section .next-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.carousel-section .prev-btn:hover:not(:disabled),
.carousel-section .next-btn:hover:not(:disabled) {
  background-color: #d0d0d0;
}

/* ================== SCROLL AREA ================== */
.carousel-section .item-list-wrapper {
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.carousel-section .item-list-wrapper::-webkit-scrollbar {
  display: none;
}

.carousel-section .item-list-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.carousel-section .item-list {
  display: flex;
  gap: 20px;
  padding: 10px 0 0 10px;
}

.carousel-section .first-item:first-child {
  margin-left: 10px;
}

.carousel-section .last-item:last-child {
  margin-right: 10px;
}

/* ================== ITEM + CONTAINER ================== */
.carousel-section .item {
  flex: 0 0 auto;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.carousel-section .item-container {
  background: #fff;
  border-radius: 15px;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 450px;
  overflow: hidden;
  box-sizing: border-box;
}

.carousel-section .item-container:hover {
  transform: scale(1.0005);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}

.carousel-section .item img {
  width: 100%;
  height: auto;
  max-height: 65%;
  object-fit: contain;
  border-radius: 15px 15px 0 0;
}

.carousel-section .item video {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.carousel-section .item-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  margin: 0;
  font-size: 18px;
  color: #000;
  text-align: left;
  overflow: hidden;
}

.carousel-section .item-text strong {
  font-weight: 500;
}

.carousel-section .item-text h4 {
  margin: 0;
  font-size: 25px;
  line-height: 1.4;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}

.carousel-section .item-text p {
  margin: 0;
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
  line-height: 1.6;
}

.carousel-section .item-text h4+p {
  margin-top: 0px;
}

/* ================== WIDTH DIFFERENCES ================== */
.carousel-section .first-item .item-container {
  width: 350px;
}

.carousel-section .first-item img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.carousel-section .last-item img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0 0;
}

.carousel-section .last-item .item-container {
  width: 300px;
}

.carousel-section .item:not(.first-item):not(.last-item) .item-container {
  width: 300px;
}

/* ================== TABLET ================== */
@media (min-width: 600px) and (max-width: 1024px) {
  .carousel-section .carousel-title {
    font-size: 24px;
    word-break: break-word;
  }

  .carousel-section .item-container {
    height: 370px;
  }

  .carousel-section .first-item .item-container {
    width: 260px;
  }

  .carousel-section .item:not(.first-item):not(.last-item) .item-container {
    width: 220px;
  }

  .carousel-section .last-item .item-container {
    width: 220px;
  }

  .carousel-section .item-text p {
    font-size: 12px;
    margin: -10px 0 0 0;
  }

  .carousel-section .item-text h4 {
    font-size: 16px;
  }
}

/* ================== MOBILE ================== */
@media (max-width: 599px) {
  .carousel-section .carousel-title {
    font-size: 20px;
    word-break: break-word;
  }

  .carousel-section .carousel-buttons {
    top: -50px;
  }

  .carousel-section .item-container {
    height: 270px;
  }

  .carousel-section .first-item .item-container {
    width: 200px;
  }

  .carousel-section .item:not(.first-item):not(.last-item) .item-container {
    width: 180px;
  }

  .carousel-section .last-item .item-container {
    width: 180px;
  }

  .carousel-section .item-text p {
    font-size: 10px;
    line-height: 1.5;
  }

  .carousel-section .item-text h4 {
    font-size: 12px;
  }

  .carousel-section .first-item img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    /* fills container neatly */
    border-radius: 15px 15px 0 0;
  }

}


/* LOAD MORE */
.module.hidden {
  display: none;
  position: relative;
}

/* Spinner overlay */
.module .loader {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.loader::after {
  content: "";
  width: 28px;
  height: 28px;
  border: 3px solid #000;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#loadMoreBtn {
  display: block;
  margin: 60px auto;
  padding: 14px 34px;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  animation: heartbeat 1.5s infinite;
}

#loadMoreBtn:hover {
  border: 1px solid #000;
  transform: scale(1.05);
  background: #000;
  color: #fff;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  14% {
    transform: scale(1.1);
  }

  28% {
    transform: scale(1);
  }

  42% {
    transform: scale(1.1);
  }

  70% {
    transform: scale(1);
  }
}

/* Fade-in animation */
.module.revealed {
  animation: fadeInUp 0.4s ease both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* BRANDS SLIDER */

#logo-slider-001 {
  width: 100vw;
  /* full viewport width */
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  /* keep your original styles */
  margin-top: 50px !important;
  overflow: hidden;
  background: #e5e5e5;
  padding: 20px 0 0px;
  touch-action: pan-y;
  text-align: center;
  font-family: 'SF Pro Display', 'SF Pro Text', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

#logo-slider-001 h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
}

#logo-slider-001 .logo-track {
  display: flex;
  align-items: center;
  will-change: transform;
  cursor: grab;
}

#logo-slider-001 a {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 40px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

#logo-slider-001 a img {
  display: block;
  height: 75px;
  width: auto;
  max-width: 300px;
  object-fit: contain;
  cursor: pointer;
}

#logo-slider-001 a:hover img {
  transform: scale(1.001);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Responsive adjustments */
@media (min-width:1440px) {
  #logo-slider-001 a {
    margin: 0 25px;
  }

  #logo-slider-001 a img {
    height: 80px;
  }
}

@media (min-width:1025px) and (max-width:1439px) {
  #logo-slider-001 a img {
    height: 75px;
  }
}

@media (max-width:1024px) {
  #logo-slider-001 a {
    margin: 0 25px;
  }

  #logo-slider-001 a img {
    height: 70px;
  }
}

@media (max-width:768px) {

  #logo-slider-001 a {
    margin: 0 20px;
  }

  #logo-slider-001, logo-slider-002 a img {
    height: 100px;
  }

    #logo-slider-001 a img {
    margin-top: -15%;
    height: 45px;
  }

}

@media (max-width:486px) {
  #logo-slider-001 a {
    margin: 0 15px;
  }

  #logo-slider-001 a img {
    height: 55px;
  }
}

/* SHIMMER CORE */
/* Safe overlay container */
.page-shimmer-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 99999;
  /* high but below modals if you need to tweak */
}

/* single shimmer tile */
.page-shimmer-tile {
  position: absolute;
  border-radius: 6px;
  background: linear-gradient(90deg, #ececec 0%, #f6f6f6 50%, #ececec 100%);
  background-size: 200% 100%;
  animation: shimmer-pan 1.1s linear infinite;
  pointer-events: none;
  /* avoid capturing clicks */
  will-change: transform, opacity, left, top;
}

/* small variations */
.page-shimmer-tile.line {
  border-radius: 4px;
  height: 12px;
}

.page-shimmer-tile.small {
  height: 10px;
  border-radius: 4px;
}

.page-shimmer-hide {
  opacity: 0;
  transition: opacity .24s ease;
}

/* animation */
@keyframes shimmer-pan {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@keyframes shimmerMove {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}


/* banner */
:root {
  --side-width: 35vw;
  --banner-gap: 2%;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: #fff;
}

/* ==== WRAPPER ==== */
.hero-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
}

/* ==== HERO ==== */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index:1;
}

/* ==== MAIN SLIDER ==== */
.main-slider {
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 6;
  background: #000;
  transition: all 0.3s ease;
}

.slides {
  display: flex;
  height: 100%;
  transition: transform 0.4s ease;
}

.slide {
  min-width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* ==== MOBILE SLIDER ==== */
.mobile-slider {
  display: none;
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
}

.mobile-slides {
  display: flex;
  transition: transform 0.4s ease;
}

.mobile-slide {
  min-width: 100%;
  height: 100%;
}

.mobile-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==== DOTS ==== */
.dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.dot {
  position: relative;
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.dot::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #000;
  transition: width 0.4s ease;
}

.dot.active::before {
  width: 100%;
}

/* ==== SIDE BANNERS ==== */
.hero-side {
  position: absolute;
  top: 50%;
  right: var(--banner-gap);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5vw;
  z-index: 5;
  transition: all 0.3s ease;
}

.side-item {
  width: var(--side-width);
  aspect-ratio: 20 / 8;
  border-radius: 10px;
  overflow: hidden;
  transition: width 0.3s ease, aspect-ratio 0.3s ease;
}

.side-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/* ==== RESPONSIVE ==== */

/* Gradually shrink side banners as viewport shrinks */
@media (max-width: 1600px) {
  :root {
    --side-width: 32vw;
  }
}

@media (max-width: 1300px) {
  :root {
    --side-width: 30vw;
  }
}

@media (max-width: 1100px) {
  :root {
    --side-width: 28vw;
  }

  .main-slider {
    aspect-ratio: 16 / 7;
    position: relative;
    overflow: hidden;
  }

  /* Move the image view to cut the left part instead of right */
  .main-slider .slide img {
    object-fit: cover;
    object-position: left center;
  }
}

/* ==== TABLET ==== */
@media (max-width: 1094px) {
  .main-slider {
    display: none;
  }

  .mobile-slider {
    display: block;
  }

  .hero-side {
    display: none;
  }

  .hero-wrapper {
    flex-direction: column;
  }
}

/* ==== MOBILE ==== */
@media (max-width: 900px) {
  .main-slider {
    display: none;
  }

  .mobile-slider {
    display: block;
  }

  .hero-side {
    display: none;
  }

  .hero-wrapper {
    flex-direction: column;
  }
}

:root {
  --soft-black: #2b2b2b;
  --ring-bg: rgba(0, 0, 0, 0.12);
  --ring-fill: #111;
  --ring-width: 4px;
  --show-arrows: 1;
  --progress: 0;
}

/* ==== SLIDER CONTROLS ==== */
.slider-controls {
  position: absolute;
  left: 2%;
  bottom: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  z-index: 20;
}

/* ==== BASE BUTTON ==== */
.control-btn {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid var(--soft-black);
  color: var(--soft-black);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.control-btn:hover {
  transform: scale(1.05);
}

/* ==== PLAY/PAUSE BUTTON ==== */
.play-pause {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: visible;
}

/* ==== ICON ==== */
.pause-icon {
  position: relative;
  z-index: 3;
  font-size: 18px;
  color: var(--soft-black);
  pointer-events: none;
}

/* ==== PROGRESS RING ==== */
.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ring-bg {
  fill: none;
  stroke: var(--ring-bg);
  stroke-width: var(--ring-width);
}

.ring-progress {
  fill: none;
  stroke: var(--ring-fill);
  stroke-width: var(--ring-width);
  stroke-linecap: round;
  stroke-dasharray: 289;
  /* circumference for r=46 */
  stroke-dashoffset: calc(289 - (var(--progress, 0) * 2.89));
  transition: stroke-dashoffset 0.2s linear;
}

/* ==== TABLET ==== */
@media (max-width: 1094px) {
  .slider-controls {
    gap: 10px;
    bottom: 30px;
  }

  .control-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .play-pause {
    width: 46px;
    height: 46px;
  }

  .pause-icon {
    font-size: 14px;
  }
}

/* ==== MOBILE ==== */
@media (max-width: 768px) {
  .slider-controls {
    gap: 8px;
    bottom: 25px;
  }

  .control-btn {
    width: 34px;
    height: 34px;
    font-size: 16px;
    border-width: 1.5px;
  }

  .play-pause {
    width: 38px;
    height: 38px;
  }

  .pause-icon {
    font-size: 12px;
  }

  .progress-ring {
    width: 100%;
    height: 100%;
  }
}

/* ============================
   FULL-WIDTH WRAPPER
============================ */
.news-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  margin-top: 50px !important;
  background: #e5e5e5;
  overflow: hidden;
  padding: clamp(14px, 3vw, 22px) 0;
  text-align: center;
  touch-action: pan-y;

  font-family: 'SF Pro Display', 'SF Pro Text',
    -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* ============================
   TITLE
============================ */
.news-title {
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 600;
  color: #111;
  margin-bottom: clamp(10px, 2vw, 18px);
  text-align: center;
}

/* ============================
   TICKER CONTAINER
============================ */
.news-ticker {
  width: 100%;
  overflow: hidden;
}

/* ============================
   MOVING TRACK
============================ */
.ticker-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: ticker-scroll 26s linear infinite;
}

/* ============================
   GROUP (DUPLICATED)
============================ */
.ticker-group {
  display: flex;
}

/* ============================
   INDIVIDUAL ITEM
============================ */
.ticker-item {
  white-space: nowrap;
  font-size: clamp(18px, 3vw, 26px);
  color: #222;
  margin-right: clamp(28px, 5vw, 64px);
  position: relative;
}

/* Separator dot */
.ticker-item::after {
  content: "";
  position: absolute;
  right: -35px;
  color: #888;
}


/* ============================
   HOVER PAUSE (DESKTOP ONLY)
============================ */
@media (hover: hover) {
  .news-ticker:hover .ticker-track {
    animation-play-state: paused;
  }
}

/* ============================
   MOBILE TWEAKS
============================ */
@media (max-width: 480px) {
  .ticker-item {
    margin-right: 30px;
  }
}

/* ============================
   INFINITE LOOP ANIMATION
============================ */
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ===== SECTION ===== */

#mx-activity-section {
  width: 100%;
  padding: 80px 40px;
  background: #ffffff;
  box-sizing: border-box;
}

.mx-activity-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
}

/* ===== LIST ===== */

.mx-activity-list {
  flex: 1;
}

.mx-activity-label {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.mx-activity-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mx-activity-list li {
  display: flex;
  align-items: center;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 14px;
  cursor: pointer;
  user-select: none;
}

/* ===== THICK ARROW ===== */

.mx-activity-list li::after {
  content: "";
  width: 28px;
  height: 28px;
  margin-left: 18px;
  background-color: currentColor;
  flex-shrink: 0;

  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 6l6 6-6 6v-4H2v-4h8V6z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M10 6l6 6-6 6v-4H2v-4h8V6z'/%3E%3C/svg%3E") no-repeat center;

  -webkit-mask-size: 130%;
  mask-size: 130%;

  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

@media (hover: hover) {
  .mx-activity-list li:hover::after {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ===== IMAGE ===== */

.mx-activity-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.mx-activity-image img {
  width: auto;
  height: 100%;
  max-height: 720px;
  aspect-ratio: 702 / 936;
  object-fit: cover;
  border-radius: 4px;

  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.45s ease, transform 0.6s ease;
}

.mx-activity-image img.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1024px) {
  #mx-activity-section {
    padding: 60px 20px;
  }

  .mx-activity-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .mx-activity-image {
    display: none;
  }

  .mx-activity-list li {
    font-size: 28px;
    justify-content: space-between;
  }

  .mx-activity-list li::after {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 480px) {
  .mx-activity-list li {
    font-size: 24px;
  }
}
