.elementor-8817 .elementor-element.elementor-element-2a7964e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-8817 .elementor-element.elementor-element-2a7964e{--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-9e5fca3 */.exhibition-pass-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  font-family: 'Poppins', Arial, sans-serif;
}

.exhibition-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    #082b7d 0%,
    #0054d8 55%,
    #0075ff 100%
  );
  color: #fff;
  box-shadow: 0 20px 45px rgba(0, 47, 160, .22);
}

/* Decorative circles */
.exhibition-card::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -80px;
  top: -100px;
  background: rgba(255,255,255,.13);
  border-radius: 50%;
}

.exhibition-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  left: -90px;
  bottom: -100px;
  background: rgba(255,255,255,.08);
  border-radius: 50%;
}

.exhibition-top,
.orange-line,
.member-title,
.price-box,
.event-info,
.tea-box,
.exhibition-btn {
  position: relative;
  z-index: 2;
}

/* Header */
.exhibition-top {
  display: flex;
  align-items: center;
  gap: 16px;
}

.exhibition-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.event-label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  opacity: .8;
  margin-bottom: 4px;
}

.exhibition-top h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

/* Orange divider */
.orange-line {
  width: 65px;
  height: 4px;
  background: #ff8500;
  margin: 18px 0 22px;
  border-radius: 5px;
}

/* Member */
.member-title {
  margin-bottom: 12px;
}

.member-title span {
  font-size: 18px;
  display: block;
  font-weight: 500;
}

.member-title strong {
  font-size: 27px;
  display: block;
  color: #fff;
  font-weight: 800;
}

/* Price */
.price-box {
  background: #fff;
  border-radius: 15px;
  padding: 18px 22px;
  margin: 18px 0 22px;
  border: 2px dashed #0b55ca;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.price-box span {
  color: #555;
  font-size: 15px;
  font-weight: 700;
}

.price-box strong {
  color: #073ca7;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.price-box small {
  color: #777;
  font-size: 12px;
  font-weight: 600;
}

/* Event info */
.event-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
}

.info-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  background: #ff8500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.info-item span {
  display: block;
  font-size: 12px;
  opacity: .8;
  margin-bottom: 3px;
}

.info-item strong {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

/* Tea Coffee */
.tea-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 10px;
  padding: 13px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 800;
}

.tea-box i {
  color: #ffb15c;
  font-size: 18px;
}

/* Button */
.exhibition-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  border-radius: 9px;
  background: linear-gradient(90deg, #ff8500, #ff6700);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 10px 25px rgba(255,106,0,.3);
  transition: all .3s ease;
}

.exhibition-btn span {
  font-size: 22px;
  transition: .3s ease;
}

.exhibition-btn:hover {
  transform: translateY(-3px);
}

.exhibition-btn:hover span {
  transform: translateX(5px);
}


/* Tablet */
@media(max-width: 900px) {

  .exhibition-pass-wrap {
    grid-template-columns: 1fr;
    max-width: 650px;
  }

}


/* Mobile */
@media(max-width: 600px) {

  .exhibition-card {
    padding: 22px;
    border-radius: 16px;
  }

  .exhibition-top h2 {
    font-size: 23px;
  }

  .exhibition-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
  }

  .member-title strong {
    font-size: 24px;
  }

  .price-box {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .price-box small {
    grid-column: 1;
  }

  .price-box strong {
    grid-column: 2;
    grid-row: 1 / 3;
    font-size: 26px;
  }

  .event-info {
    grid-template-columns: 1fr;
  }

} 
/* ================================
   MEMBER / NON-MEMBER HIGHLIGHT
================================ */

.member-title {
  position: relative;
  z-index: 2;
  margin: 5px 0 18px;
  padding: 14px 20px;
  border-left: 5px solid #ff8500;
  background: rgba(255,255,255,.12);
  border-radius: 10px;
}

/* ACFI / Non text */
.member-title span {
  display: block;
  margin-bottom: 2px;
  color: #ffb15c;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Member / Non Member main text */
.member-title strong {
  display: block;
  color: #fff !important;
  font-size: 38px !important;
  line-height: 1.1;
  font-weight: 700 !important;
  letter-spacing: -.5px;
}

/* Extra highlight for complete title */
.exhibition-card:first-child .member-title strong::after {
  content: " ✓";
  color: #ffb15c;
  font-size: 27px;
}

.exhibition-card:nth-child(2) .member-title strong::after {
  content: " ✓";
  color: #ffb15c;
  font-size: 27px;
}


/* ================================
   PRICE BOX
================================ */

.price-box {
  margin-top: 10px;
}

.price-box strong {
  font-size: 34px;
}


/* ================================
   MOBILE
================================ */

@media(max-width:600px) {

  .member-title {
    padding: 13px 16px;
    margin-bottom: 16px;
  }

  .member-title span {
    font-size: 16px;
  }

  .member-title strong {
    font-size: 30px !important;
  }

  .price-box strong {
    font-size: 28px;
  }

}/* End custom CSS */