/* ========================================Global======================================== */
body{
  font-family: "IBM Plex Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
}
body,
section {
  background-color: #fff;
}

h1,
h2,
h5,
p,
.text-muted {
  color: #424551;
}

.orange {
  color: #EE7700;
}

.fw-bold {
  font-weight: 600 !important;
}
.section {
  margin: 80px 0;
}


.scroll-reveal {
  opacity: 0;
  transform: translateY(50px); 
  transition: all 0.8s ease-out;
}


.scroll-reveal.active {
  opacity: 1;
  transform: translateY(0);
}
/* ========================================Header======================================== */

.elgens-header {
  box-shadow: 0 2px 20px -10px rgba(0, 0, 0, 0.3);
}

.elgens-header.classic .elgens-nav .menu.level-1 > li > a {
  display: inline-block !important;
  width: auto !important;
  white-space: nowrap !important;
  text-align: center;
  padding: 0 1em !important;
}


/* ========================================Hero======================================== */

.top-hero {
  background: url("../images/header-texture.png") center/cover no-repeat;
  padding: 40px 0;
}

.top-hero h1 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}


/* ========================================Breadcrumb======================================== */

.breadcrumb-item.active {
  color: #424551;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #9A9CA5;
}


/* =======================================Product======================================== */

.main-product h2 {
  font-size: 38px;
}
.main-product h5 {
  font-size: 18px;
}
.product-section {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  margin: 10px 60px;
  background: url("../images/prduct-bg.png") center/cover no-repeat;
}


/* ========================================Features List======================================== */

.features {
  list-style: none;
  padding-left: 0;
}

.features li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #424551;
}

.features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 14px;
  height: 14px;
  background: url("../images/bullet-icon.png") center/contain no-repeat;
}


/* ========================================Slider======================================== */

.slider-container {
  position: relative;
  max-width: 800px;
  margin: auto;
}

.slider {
  position: relative;
}

.slide {
  display: none;
  width: 100%;
}

.slide.active {
  display: block;
}


/* Navigation Arrows */

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #333;
}
.slider-nav:hover{
  color: #EE7700;
}
.prev {
  left: -80px;
}

.next {
  right: -80px;
}


/* ========================================Thumbnails======================================== */

.thumbnails {
  margin-top: 40px;

  justify-content: center;
  gap: 20px;
}

.thumb,
.thumb-img {
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}

.thumb {
  width: 120px;
  opacity: 0.5;
  border-radius: 8px;
}

.thumb.active {
  opacity: 1;
  border-color: #EE7700;
}

.thumb-img:hover {
  border-color: #EE7700;
}

/* ========================================Share-box======================================== */
.share-box {
  background: #d9d9d9;
  padding: 15px 25px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.share-text {
  font-weight: bold;
  color: #333;
}

.icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none;
  transition: 0.3s ease;
}

.icon:hover {
  background: #999;
  color: #fff;
}


.side-label {
  position: absolute;
  right: 30px;
  top: 30%;
  height: auto;
  width: 120px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-right: 1px solid #EE7700;
}

.side-label span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 120px;
  font-weight: 700;
  color: rgba(0,0,0,0.08);
  letter-spacing: 6px;
}
.side-label.smaller span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 70px;
  font-weight: 700;
  color: rgba(0,0,0,0.08);
  letter-spacing: 6px;
}
.certification{
    background: #cfc6bc;
}
.cert-slider {
  overflow: hidden;
  width: 100%;
  background: #cfc6bc;
  padding: 30px 0;
}

.cert-track {
  display: flex;
  transition: transform 0.6s ease;
}


.cert-item {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-item img {
  height: 60px;
  width: auto;
}

.certSwiper {
  width: 100%;
}

.certSwiper .swiper-slide {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certSwiper .swiper-slide img {
  height: 60px;
  width: auto;
}


.table-responsive{
  padding-top: 30px;
}
.custom-tabs .nav-item {
  margin-right: 10px;
  flex: 1; 
  text-align: center;
}

.custom-tabs .nav-link {
  font-size: 20px;
  justify-content: center;
  color: #7B7777;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #7B7777;
  border-radius: 0;
  padding: 12px 20px;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
}
.custom-tabs .nav-link::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/tab-icon-o.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-tabs .nav-link.active::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/tab-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-tabs .nav-link.active {

  color: #1E212C !important;
  background-color: #EE7700 !important; 
  border-bottom-color: #EE7700 !important;
}


.custom-spec-table thead{
  margin-top: 30px;
}
.custom-spec-table thead th {
    margin-top: 30px;
  font-size: 16px;
  background-color: #555 !important;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.custom-spec-table tbody td.table-light {
  background-color: #F0F0F0 !important;
}

.custom-spec-table td, .custom-spec-table th {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-spec-table tbody td {
  border: none;
}

.table > :not(caption) > * > * {
  background-color: #fff;
}

/* ========================================Tab-downland ======================================== */

.download-card {
  background: #ef7d00;
  color: #fff;
  height: 200px;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.download-card.deep-blue{
  background: #0b5777;
}
.download-card span{
  font-size: 20px;
  font-weight: 600;
}

.download-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.download-card img {
  transition: 0.3s;
}

.download-card:hover img {
  transform: scale(1.1);
}


.custom-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  opacity: 1;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1060;
}
.modal-body h4{
  color: #1E212C;
}
.title-line {
  height: 1px;
  background-color:#ef7d00;
}

.cert-card-link {
  text-decoration: none;
}

.cert-card {
  border-radius: 8px;
  background-color:#ef7d00;
  color: white;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease;
  padding: 15px;
  text-align: center;
}

.cert-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.cert-card span {
  margin-top: 10px;
  font-size:20px;
}

@media (max-width: 576px) {
  .cert-card {
    height: 110px;
  }
  .cert-card span {
    font-size: 0.8rem;
  }
}

.cta-section {
  position: relative;
  min-height: 342px;
  background: url('../images/partner-bg.png') center/cover no-repeat;
  padding: 80px 0;
}

.position-relative h2{
  color: #fff;
}

.position-relative p{
  color: #fff;
}
.overlay::after {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: radial-gradient(rgba(255,255,255,0.2) 1px, transparent 1px);
  background-size: 20px 20px;
}

.z-1 {
  z-index: 1;
}
.btn-orange:hover {
  background-color:#ef7d00;
  color: #1E212C;
}
.btn-orange{
  position: relative;
  overflow: hidden;
}

.btn-orange::before{
  content: "";
  position: absolute;
  top: 0; left: -80%;
  width: 80%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,.5),
    transparent
  );
  transition: transform .6s ease;
}

.btn-orange:hover::before{
  transform: translateX(260%);
}
p.lead {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
}

.related-products {
  background-color:#D7CEC6;
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.product-card {
  transition: transform 0.3s ease;
}
.product-card p{
  color: #1E212C;
}

.product-card:hover {
  transform: translateY(-5px);
}

.img-container {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-container img{
    height: 200px;
    max-width: fit-content;
}
.btn-orange {
  font-weight: 600;
  background-color:#d67102;;
  color: #1E212C;
  border-radius: 0;
  padding: 8px 25px;
  font-size:16px;
  border: none;
}


/* Navigation Arrows Styling */
.carousel-controls .btn {
  position: absolute;
  top: 50%;
  font-size: 2rem;
  border: none;
}

.prev-arrow { left: 20px; }
.next-arrow { right: 20px; }

.footer-section {
  background-color: #ffffff;
  font-size: 16px; 
  color: #1E212C;
}

.footer-section a {
  transition: opacity 0.2s ease;
}

.footer-section a:hover {
  opacity: 0.7;
}

.footer-section i {
  font-size: 14px;
}
.footer-section .fa-facebook-f{
  color: #0866FF;
}
.footer-section .fa-linkedin-in{
  background-color: #0866FF;
  color: #fff;
  padding: 3px;
}
.footer-section .text-muted{
  font-weight: 300;
  padding: 0 5px;
  color: #000 !important;
}
.modal-body{
  background-size: cover;
  background-image: url(../images/popup-bg.png);
}
.modal-body {
  color: #EE7700;
}
.modal-content{
  background-color: unset;
  background-clip: unset;
  border: 0;
}

.modal {
      --bs-modal-width: 800px;
}

.preparing{
  font-weight: bold;
  font-size: 5.5rem;
  color: rgba(0, 0, 0, 0.08);
  text-align: center;
  margin: 50px;
}

.product-section-wrapper {
  position: sticky;
  top: 100px; 
}

#goTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #EE7700;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: none; 
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: opacity 0.3s ease;
}

#goTop:hover {
  background-color: #EE7700;
}

.info-section {
  border: 2px solid #ee7702;
  padding: 30px;
}
.info-section h3{
  margin-bottom: 10px;
  color: #1E212C;
}
.info-section ul li{
  color: #1E212C;
}

.product-swiper .swiper-slide {
  height: auto;
}

.product-card {
  height: 100%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none; 
}

.swiper-button-prev i {
  transform: rotate(180deg);
}

.swiper-button-prev i,
.swiper-button-next i {
  font-size: 28px;
  color: #EE7800;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 0;
}
.slider-nav svg{
  width: 46px;
  height: 46px;
}

/* ========================================Global Exhibition======================================== */

.exhibition-page {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #171717 0%, #1f1f1f 34%, #161616 100%);
  color: #fff;
}

.exhibition-page main .breadcrumb-item,
.exhibition-page main .breadcrumb-item.active,
.exhibition-page main p,
.exhibition-page main h1,
.exhibition-page main h2 {
  color: #fff;
}

.exhibition-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 96px;
  background-image:url(../images/ex-banner.png);
  background-size: contain;
}

.exhibition-hero::before,
.exhibition-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.exhibition-hero::before {
  background-image:
    radial-gradient(circle, rgba(113, 145, 166, 0.85) 1.6px, transparent 1.7px);
  background-size: 12px 12px;
  opacity: 0.6;
  mix-blend-mode: screen;
}

.exhibition-hero::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), transparent 35%, transparent 70%, rgba(0, 0, 0, 0.25)),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.38));
}

.exhibition-hero__inner {
  position: relative;
  z-index: 1;
}

.exhibition-breadcrumb {
  margin-bottom: 16px;
  font-size: 0.95rem;
}

.exhibition-hero h1 {
  font-size: 38px;
    font-weight: 600;
    color: #fff;
}

.exhibition-hero__molecule {
  position: absolute;
  top: -62px;
  right: 18px;
  width: 220px;
  height: 180px;
  opacity: 0.9;
}

.exhibition-hero__molecule img{
  width: 100%;
}

.exhibition-overview {
  position: relative;
  padding: 56px 0 88px;
  background-color: #000;
  background-image: url(../images/ex-bg.png);
  background-size: cover;
}

.exhibition-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 10%, rgba(255, 255, 255, 0.07), transparent 28%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.05), transparent 22%);
  pointer-events: none;
}


.exhibition-timeline {
  position: relative;
  z-index: 1;
  margin-bottom: 52px;
  margin-top: 30px;
}

.exhibition-timeline::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: 26px;
  height: 2px;
  background: rgba(255, 255, 255, 0.26);
  pointer-events: none;
  z-index: 0;
}

.exhibition-timeline__controls {
  display: flex;
  justify-content: flex-end;
  gap: 36px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.exhibition-timeline__controls,
.exhibition-timeline__track {
  position: relative;
  z-index: 1;
}

.exhibition-timeline__controls a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.exhibition-timeline__controls a i {
  font-size: 1.2rem;
  transition: transform 0.25s ease;
}

.exhibition-timeline__controls a:hover {
  transform: translateY(-2px);
}

.exhibition-timeline__controls a:first-child:hover i {
  transform: translateX(-4px);
}

.exhibition-timeline__controls a:last-child:hover i {
  transform: translateX(4px);
}

.exhibition-timeline__controls a:hover,
.exhibition-timeline__controls a:active,
.exhibition-timeline__controls a.is-active {
  color: #ee7700;
}

.exhibition-timeline__controls a.is-disabled,
.exhibition-timeline__controls a.is-disabled:hover,
.exhibition-timeline__controls a.is-disabled:active {
  color: rgba(255, 255, 255, 0.34);
  pointer-events: none;
  transform: none;
}

.exhibition-timeline__controls a.is-disabled i {
  transform: none !important;
}

.exhibition-timeline__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding: 0 6px 48px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}

.exhibition-timeline__track::-webkit-scrollbar {
  display: none;
}

.exhibition-timeline__track.is-dragging {
  cursor: grabbing;
}

.exhibition-timeline__item {
  border: 0;
  color: #fff;
  background: unset;
  position: relative;
  flex: 0 0 auto;
  min-width: 156px;
  text-align: center;
  font-size: clamp(1.7rem, 2vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  z-index: 1;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.exhibition-timeline__item:hover {
  transform: translateY(-6px);
  color: #ee7700;
}

.exhibition-timeline__item::before,
.exhibition-timeline__item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  pointer-events: none;
  bottom: -28px;
}

.exhibition-timeline__item::before {
  width: 10px;
  height: 10px;
  background: #ee7700;
  z-index: 3;
}

.exhibition-timeline__item::after {
  width: 10px;
  height: 10px;
  box-shadow:
    0 0 0 5px rgba(23, 23, 23, 0.94),
    0 0 0 8px #ee7700;
  z-index: 2;
}

.exhibition-timeline__item.is-active::before {
  width: 14px;
  height: 14px;
}

.exhibition-timeline__item.is-active::after {
  width: 14px;
  height: 14px;
  box-shadow:
    0 0 0 6px rgba(23, 23, 23, 0.94),
    0 0 0 10px #ee7700;
}

.exhibition-timeline__item.is-active::after {
  animation: exhibitionTimelinePulse 1.6s ease-in-out infinite;
}

@keyframes exhibitionTimelinePulse {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
    box-shadow:
      0 0 0 6px rgba(23, 23, 23, 0.94),
      0 0 0 10px #ee7700,
      0 0 16px rgba(238, 119, 0, 0.42);
    opacity: 1;
  }

  50% {
    transform: translateX(-50%) scale(1.14);
    box-shadow:
      0 0 0 6px rgba(23, 23, 23, 0.94),
      0 0 0 10px #ee7700,
      0 0 30px rgba(238, 119, 0, 0.9);
    opacity: 1;
  }
}

.exhibition-cards {
  position: relative;
  z-index: 1;
}

.exhibition-year-panel {
  display: none;
  animation: exhibitionPanelFade 0.35s ease;
}

.exhibition-year-panel.is-active {
  display: flex;
}

@keyframes exhibitionPanelFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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

.exhibit-card {
  position: relative;
  height: 100%;
  min-height: 760px;
  padding: 40px 38px 34px;
  background: #4F4F4F;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  border-radius: 5px;
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background-color 0.35s ease;
}

.exhibit-card::before,
.exhibit-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.35s ease,
    transform 0.45s ease;
}

.exhibit-card::before {
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.14), transparent 35%, transparent 65%, rgba(255,255,255,0.08));
  transform: translateX(-18px);
}

.exhibit-card::after {
  top: -6px;
  left: -6px;
  width: 56px;
  height: 56px;
  border-top: 16px solid #fff;
  border-left: 16px solid #fff;
  border-radius: 5px 0 0 0;
  transform: translate(-10px, -10px);
}

.exhibit-card:hover::before,
.exhibit-card:hover::after {
  opacity: 1;
}

.exhibit-card .card-corner {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 56px;
  height: 56px;
  border-right: 16px solid #fff;
  border-bottom: 16px solid #fff;
  border-radius: 0 0 5px 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(10px, 10px);
  transition:
    opacity 0.35s ease,
    transform 0.45s ease;
}

.exhibit-card:hover {
  background: #EE7800;
  transform: translateY(-10px);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.34);
}

.exhibit-card:hover::before {
  opacity: 1;
  transform: translateX(0);
}

.exhibit-card:hover::after {
  transform: translate(0, 0);
}

.exhibit-card:hover .card-corner {
  opacity: 1;
  transform: translate(0, 0);
}

.exhibit-card h2 {
  margin-bottom: 28px;
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
}


.exhibit-card > *:not(.card-corner) {
  position: relative;
  z-index: 1;
}

.event-banner {
  display: grid;
  gap: 4px;
  margin-bottom: 24px;
  padding: 18px 22px;
  color: #fff;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.exhibit-card:hover .event-banner {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.18);
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 16px;
  margin-bottom: 28px;
  font-size: 1rem;
}

.event-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.event-meta span img{
  width: 22px;
}


.event-photo {
  margin-top: 34px;
  overflow: hidden;
}

.event-photo img {
  width: 80%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.exhibit-card:hover .event-photo img {
  transform: scale(1.04);
  filter: saturate(1.05);
}

.event-gallery-2 {
  grid-template-columns: repeat(6, 1fr) !important;
}

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

.event-gallery figure {
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}


.event-gallery figure:nth-child(4),
.event-gallery figure:nth-child(5) {
  grid-column: span 1;
}

.event-gallery img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.4s ease, filter 0.35s ease;
}

.event-gallery figure:hover img {
  transform: scale(1.12);
  filter: saturate(1.08);
}

body.lightbox-open {
  overflow: hidden;
}

.exhibition-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
}

.exhibition-lightbox.is-open {
  display: block;
}

.exhibition-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.exhibition-lightbox__dialog {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: min(1280px, calc(100vw - 48px));
  max-height: calc(100vh - 72px);
  padding: 56px 56px 44px;
  background: #1f1f1f;
  overflow: hidden;
}

.exhibition-lightbox__stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
}

.exhibition-lightbox__image {
  max-width: 100%;
  max-height: 60vh;
  display: block;
  object-fit: contain;
}

.exhibition-lightbox__image.is-entering,
.exhibition-lightbox__caption.is-entering {
  animation: exhibitionLightboxFade 0.28s ease;
}

.exhibition-lightbox__caption {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  font-size: 0.98rem;
  line-height: 1.5;
  min-height: 1.5em;
}

.exhibition-lightbox__close,
.exhibition-lightbox__nav {
  position: absolute;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.exhibition-lightbox__close:hover,
.exhibition-lightbox__nav:hover {
  color: #fff;
}

.exhibition-lightbox__close {
  top: 16px;
  right: 18px;
  font-size: 2.2rem;
}

.exhibition-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  padding: 12px;
}

.exhibition-lightbox__nav--prev {
  left: 14px;
}

.exhibition-lightbox__nav--next {
  right: 14px;
}

.exhibition-lightbox__nav:disabled {
  opacity: 0.25;
  cursor: default;
}

.exhibition-lightbox__thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  max-height: 136px;
  overflow: hidden;
}

.exhibition-lightbox__thumb {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0.68;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.exhibition-lightbox__thumb:hover,
.exhibition-lightbox__thumb.is-active {
  opacity: 1;
  transform: translateY(-2px);
}

.exhibition-lightbox__thumb img {
  width: 90px;
  height: 66px;
  object-fit: cover;
  display: block;
}

@keyframes exhibitionLightboxFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

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

.cta-section .btn.btn-orange,
.exhibition-cta__button {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease,
    color 0.3s ease;
}

.cta-section .btn.btn-orange:hover,
.exhibition-cta__button:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px rgba(238, 119, 0, 0.28);
}

.cta-section .btn.btn-orange img,
.exhibition-cta__button img {
  transition: transform 0.25s ease;
}

.cta-section .btn.btn-orange:hover img,
.exhibition-cta__button:hover img {
  transform: translateX(4px);
}

/* ========================================Partner Zone======================================== */

.partner-page {
  background: #fff;
}

.partner-page main .breadcrumb-item,
.partner-page main .breadcrumb-item.active,
.partner-page main p,
.partner-page main h1,
.partner-page main h2,
.partner-page main h3 {
  color: #fff;
}

.partner-page main .breadcrumb-item a {
  color: #ee7700;
  text-decoration: none;
  font-weight: 600;
}

.partner-page main .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}

.partner-intro {
  padding: 38px 0 10px;
  background: #fff;
}

.partner-intro p {
  margin: 0;
  color: #424551 !important;
  font-size: 1rem;
  line-height: 1.8;
}

.partner-map {
  padding: 18px 0 64px;
  background: #fff;
}

.partner-map__stage {
  position: relative;
  max-width: 1286px;
  margin: 0 auto;
}

.partner-map__image {
  display: block;
  width: 100%;
  height: auto;
}

.partner-hotspot {
  position: absolute;
  z-index: 1;
  padding: 0;
  border: 0;
  border-radius: 999px;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  transition: box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.partner-hotspot:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.52),
    0 0 0 5px rgba(238, 119, 0, 0.18);
  outline: none;
  transform: translateY(-1px);
}

@media (hover: hover) and (pointer: fine) {
  .partner-hotspot:hover {
    background: rgba(255, 255, 255, 0.08);
    box-shadow:
      0 0 0 2px rgba(255, 255, 255, 0.52),
      0 0 0 5px rgba(238, 119, 0, 0.18);
    outline: none;
    transform: translateY(-1px);
  }
}

.partner-hotspot--assured-na {top: 27.6%;left: 13.4%;
    width: 10.2%;
    height: 5.8%;}
.partner-hotspot--agdisplays {
    top: 20%;
    left: 14.5%;
    width: 7.8%;
    height: 4.4%;
}
.partner-hotspot--fieldworks { top: 12.5%;
    left: 50.3%;
    width: 14.4%;
    height: 5.8%; }
.partner-hotspot--aayur { top: 20.2%;
    left: 75.1%;
    width: 10.3%;
    height: 5.2%;}
.partner-hotspot--dynalog {
    top: 27.8%;
    left: 75.3%;
    width: 9.7%;
    height: 5.6%;
}
.partner-hotspot--anteor { top: 27.9%; left: 46.5%; width: 6.4%; height: 5.9%; }
.partner-hotspot--ipocking {    top: 27.8%;
    left: 63%;
    width: 6.4%;
    height: 6%; }
.partner-hotspot--steliau { top: 35.7%;
    left: 41.9%;
    width: 10.1%;
    height: 5.8%;}
.partner-hotspot--pentamek {     top: 36.2%;
    left: 75.4%;
    width: 10%;
    height: 5.2%; }
.partner-hotspot--distec {     top: 43.5%;
    left: 47.6%;
    width: 10%;
    height: 6%; }
.partner-hotspot--assured-eu {    top: 43.9%;
    left: 58.8%;
    width: 10.4%;
    height: 5.3%;}
.partner-hotspot--t12 {     top: 75%;
    left: 80.4%;
    width: 6.3%;
    height: 6.1%; }

.partner-directory {
  position: relative;
    padding: 56px 0 88px;
    background-color: #000;
    background-image: url(../images/ex-bg.png);
    background-size: cover;
}

.partner-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 36px;
  overflow-x: auto;
  background: transparent;
}

.partner-tab {
  flex: 1 0 180px;
  border: 0;
  padding: 16px 20px;
  background: #747474;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.partner-tab:first-child {
  border-top: 2px solid #ee7700;
}

.partner-tab.is-active,
.partner-tab:hover {
  background: #5c5c5c;
  color: #fff;
}

.partner-panel {
  background-color: unset;
  display: none;
}

.partner-panel.is-active {
  display: block;
  animation: exhibitionPanelFade 0.3s ease;
}

.partner-panel .row {
  row-gap: 12px;
}

.partner-section-title {
  position: relative;
  margin: 0 0 24px;
  padding-left: 18px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}

.partner-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 24px;
  background: #ee7700;
}

.partner-card {
  position: relative;
  height: 100%;
  min-height: 310px;
  scroll-margin-top: 24px;
  padding: 26px 26px 22px;
  background: #666;
  border-radius: 5px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.partner-card::before,
.partner-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition:
    opacity 0.35s ease,
    transform 0.45s ease;
}

.partner-card::before {
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 35%, transparent 65%, rgba(255, 255, 255, 0.08));
  transform: translateX(-18px);
}

.partner-card::after {
  top: -6px;
  left: -6px;
  width: 56px;
  height: 56px;
  border-top: 16px solid #fff;
  border-left: 16px solid #fff;
  border-radius: 5px 0 0 0;
  transform: translate(-10px, -10px);
}

.partner-card:hover,
.partner-card.is-selected {
  background: #f1840f;
  transform: translateY(-6px);
  box-shadow: 0 24px 40px rgba(0, 0, 0, 0.22);
}

.partner-card:hover::before,
.partner-card:hover::after,
.partner-card.is-selected::before,
.partner-card.is-selected::after {
  opacity: 1;
  transform: translate(0, 0);
}

.partner-card .card-corner {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 56px;
  height: 56px;
  border-right: 16px solid #fff;
  border-bottom: 16px solid #fff;
  border-radius: 0 0 5px 0;
  opacity: 0;
  pointer-events: none;
  transform: translate(10px, 10px);
  transition:
    opacity 0.35s ease,
    transform 0.45s ease;
}

.partner-card:hover .card-corner,
.partner-card.is-selected .card-corner {
  opacity: 1;
  transform: translate(0, 0);
}

.partner-card > *:not(.card-corner) {
  position: relative;
  z-index: 1;
}

.partner-card__logo {
  background-color: #fff;
  display: block;
  width: auto;
  max-width: min(232px, 100%);
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
  object-position: left center;
}

.partner-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
}

.partner-card__meta {
  margin: 0;
  padding: 0;
  list-style: none;
}

.partner-card__meta li {
  display: flex;
  gap: 10px;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.partner-panel[data-region-panel="europe"] .partner-card,
.partner-panel[data-region-panel="asia"] .partner-card {
  min-height: 286px;
}

.partner-panel[data-region-panel="europe"] .partner-card h3 {
  font-size: 1.55rem;
}

.partner-panel[data-region-panel="europe"] .partner-card__meta li {
  font-size: 0.95rem;
}

.partner-card__meta i {
  flex: 0 0 16px;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
}

.partner-card__meta a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-word;
}

.partner-cta {
  padding: 0;
}

.partner-cta__panel {
  position: relative;
  overflow: hidden;
  padding: 86px 24px 74px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.4), rgba(18, 18, 18, 0.58)),
    url("../images/banner.png") center/cover no-repeat;
}

.partner-cta__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1.2px, transparent 1.3px);
  background-size: 20px 20px;
  opacity: 0.35;
}

.partner-cta__panel > * {
  position: relative;
  z-index: 1;
}

.partner-cta h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  font-weight: 700;
}

.partner-cta p {
  max-width: 760px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.9);
}

.partner-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 42px;
  background: #ee7700;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.partner-cta__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 28px rgba(238, 119, 0, 0.28);
}

.partner-cta__button img {
  width: 18px;
}

@media (max-width: 1200px){
  .custom-tabs .nav-link{
    font-size: 16px;
  }
}

@media (max-width: 991px){
  .custom-tabs .nav-link{
    font-size: 14px;
    padding: 12px 0px;
  }

  .exhibition-hero__molecule {
    opacity: 0.45;
    transform: scale(0.82);
    transform-origin: top right;
  }

  .exhibition-timeline__track {
    gap: 16px;
  }

  .exhibit-card {
    min-height: auto;
  }

  .partner-map__stage {
    max-width: 100%;
  }
}
@media (max-width: 768px){
  .custom-tabs .nav-item {
    width: 47%;
    flex: none;
}
.custom-tabs .nav-link {
    padding: 12px 20px;
}
.section {
    margin: 40px 0;
}
.table-responsive {
    padding-top: 10px;
}
.img-container img{
    height: 200px;
    max-width: 100%;
}
 .custom-spec-table thead tr:last-child{
  background-color: #555;
 }
.custom-spec-table td:last-child{
  padding-top: 0;
}

  .exhibition-hero {
    padding: 72px 0;
  }

  .exhibition-hero__molecule {
    display: none;
  }

  .exhibition-overview {
    padding: 42px 0 64px;
  }

  .exhibition-timeline__controls {
    justify-content: flex-end;
    gap: 24px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }

  .exhibition-timeline__controls a {
    gap: 10px;
    font-size: 0.95rem;
  }

  .exhibition-timeline__track {
    gap: 14px;
    padding: 0 18px 40px;
    scroll-padding-left: 18px;
    scroll-padding-right: 18px;
  }

  .exhibition-timeline__item {
    min-width: 116px;
    font-size: clamp(1.45rem, 7vw, 2.2rem);
    padding-bottom: 0;
  }

  .event-banner strong {
    font-size: 2.3rem;
  }

  .exhibit-card {
    padding: 32px 24px 26px;
  }

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


  .partner-map {
    padding-bottom: 42px;
  }

  .partner-map__stage {
    min-height: auto;
    padding-bottom: 24px;
  }

  .partner-map__image {
    width: 100%;
  }

  .partner-tabs {
    gap: 10px;
    padding-bottom: 8px;
  }

  .partner-tab {
    flex-basis: auto;
    min-width: 150px;
  }

  .partner-card {
    min-height: auto;
    padding: 24px 22px 20px;
  }

  .partner-card h3 {
    font-size: 1.55rem;
  }

  .partner-cta__panel {
    padding: 58px 18px 50px;
  }

  .exhibition-lightbox__dialog {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    padding: 44px 16px 20px;
  }

  .exhibition-lightbox__nav {
    font-size: 1.8rem;
    padding: 8px;
  }

  .exhibition-lightbox__nav--prev {
    left: 4px;
  }

  .exhibition-lightbox__nav--next {
    right: 4px;
  }

  .exhibition-lightbox__thumb img {
    width: 62px;
    height: 48px;
  }

  .exhibition-lightbox__caption {
    font-size: 0.9rem;
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .custom-spec-table tr {
    display: block;
  }

  .custom-spec-table td {
    display: block;
    width: 100%;
    padding-left: 1rem !important;
  }
  .custom-tabs .nav-link{
      justify-content: flex-start;
      border-bottom: 1px solid #7B7777;
}
.preparing{
    font-size: 3.5rem;
}

  .exhibition-cta__button {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 576px){
.d-m-none{
  display: none;
}
.preparing{
    font-size: 2.5rem;
}
.thumbnails{
  display: none;
}
.product-section{
  margin: 0 ;
}
.breadcrumb-item{
  font-size: 13px;
}
.side-label{
  display: none;
}
.prev {
  left: -10px;
}

.next {
  right: -10px;
}
.product-section {
  margin: 0;
  padding: 0 20px;
}
.certSwiper .swiper-slide {
    width: 90px;
}


  .exhibition-timeline__item {
    font-size: 1.8rem;
    min-width: 108px;
  }

  .exhibition-timeline__controls {
    gap: 18px;
  }

  .exhibition-timeline__controls a {
    font-size: 0.9rem;
  }

  .exhibition-timeline__track {
    padding: 0 14px 38px;
    gap: 12px;
  }

  .event-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .event-banner {
    padding: 16px;
  }

  .event-banner__eyebrow {
    font-size: 1.8rem;
  }

  .event-banner__brand {
    font-size: 2.2rem;
  }

  .event-gallery img,
  .event-photo img {
    height: 112px;
  }

  .partner-section-title {
    font-size: 1.2rem;
  }

  .partner-card__logo {
    transform: scale(0.92);
    transform-origin: left center;
  }

  .partner-card h3 {
    font-size: 1.35rem;
  }

  .partner-cta__button {
    width: 100%;
    justify-content: center;
  }
}
