.events-single-content {
  padding-top: 30px;
  padding-bottom: 50px;
  overflow: unset !important;
}
.events-single__row {
  display: flex;
  gap: 75px;
}

.events-single__main {
  width: 75%;
}

.events-single__sidebar {
  width: 35%;
}

/* ── Description ─────────────────────────────────── */
.events-single__desc {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #09334a48;
}

.events-single__intro p {
  color: var(--primary-color);
  font-size: clamp(23px, 2.013888888888889vw, 29px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}
.events-single__full-desc {
  font-size: clamp(16px, 1.319444444444444vw, 19px);
  line-height: 1;
  color: var(--primary-color);
  font-weight: 400;
}
.events-single__read-more {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--primary-color);
  font-size: clamp(16px, 1.319444444444444vw, 19px);
  font-weight: 400;
  line-height: 1.3;
}

.events-single__read-more:hover {
  color: #8c752c;
}

/* ── Sections ────────────────────────────────────── */
.events-single__section {
  border-bottom: 1px solid #09334a48;
  padding-bottom: 25px;
}

.events-single__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

h2.events-single__section-title,
.events-single__faq-trigger {
  font-size: clamp(22px, 2.361111111111111vw, 34px) !important;
  font-weight: 500 !important;
  color: var(--primary-color);
  font-family: "FreightBig Pro";
}

/* ── Event Details list ───────────────────────────── */
.events-single__details-list,
.events-single__venue-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.events-single__detail-item,
.events-single__venue-item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--primary-color);
  font-size: clamp(16px, 1.319444444444444vw, 19px);
  padding-bottom: 0;
}
.events-single__venue-item a {
  text-decoration: none;
}
.events-single__detail-item strong,
.events-single__venue-item strong {
  font-weight: 600;
}
.events-single__detail-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.events-single__venue-icon-wrap {
  width: 20px;
  min-width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.events-single__venue-text p {
  margin: 0;
}

/* ── FAQ accordion ───────────────────────────────── */
.events-single__faq-item {
  border-bottom: 1px solid #e8e8e8;
}

.events-single__faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 20px 0;
  font-weight: 500;
  color: #09334a;
  cursor: pointer;
  text-align: left;
  gap: 12px;
}

.events-single__faq-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
}

.events-single__faq-icon::before,
.events-single__faq-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.events-single__faq-icon::before {
  width: 18px;
  height: 2px;
  top: 8px;
  left: 0;
}

.events-single__faq-icon::after {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.events-single__faq-item.is-open .events-single__faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.events-single__faq-panel {
  padding-bottom: 18px;
  padding-top: 10px;
}

.events-single__faq-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.events-single__faq-list-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.events-single__faq-list-item__box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.events-single__faq-list-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.events-single__faq-list-highlighted {
  color: #09334a;
  font-weight: 600;
}

.events-single__faq-list-desc {
  color: #555;
  padding-left: 32px;
  color: var(--primary-color);
}

.events-single__faq-desc {
  font-size: clamp(16px, 1.319444444444444vw, 19px);
  line-height: 1;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 1.7;
}
.events-single__faq-desc p {
  margin-bottom: 0;
}
.events-single__faq-desc ul,
.events-single__faq-desc ol {
  padding-left: 20px;
}
.events-single__faq-desc ul li,
.events-single__faq-desc ul ul li {
  list-style-type: disc;
  padding-bottom: 0;
}
.events-single__faq-desc ol li,
.events-single__faq-desc ol ol li {
  list-style-type: decimal;
}

.events-single__faq-cta {
  display: inline-block;
  margin-top: 15px;
  font-size: clamp(17px, 1.388888888888889vw, 20px);
  background-color: var(--primary-color);
  color: #fff;
  padding: 20px;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.3s;
}

/* ── Sidebar widgets ─────────────────────────────── */
.events-single__sidebar {
  position: sticky;
  top: 20px;
  align-self: flex-start;
}

.events-single__widget {
  background: #edeae3;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 25px;
}

/* Product widget */
.events-single__product-price {
  font-size: clamp(28px, 2.708333333333333vw, 39px);
  font-weight: 700;
  color: #09334a;
  margin-bottom: 10px;
}
.events-single__product-price .price-note {
  font-size: clamp(16px, 1.319444444444444vw, 19px);
  font-weight: 400;
}
.events-single__product-price bdi {
  line-height: 1;
}

.events-single__qty-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  align-items: end;
}

.events-single__qty-row label {
  grid-column: 1 / -1;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
}

.events-single__qty-row .product-arrows-quantity {
  grid-column: 1;
  margin-bottom: 0;
}

.events-single__spaces-left {
  grid-column: 2;
  font-size: clamp(13px, 1.041666666666667vw, 15px);
  margin: 0;
  color: #2a9d5c;
  font-weight: 500;
  background-color: #fff;
  padding: 7px 5px;
  width: max-content;
  border-radius: 3px;
  line-height: 1;
}

.events-single__cart .qty {
  width: 50px;
}

.events-single__product-note {
  font-size: 12px;
  color: #888;
  margin-top: 12px;
  margin-bottom: 0;
}

.safe-checkout.event-single {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}
.safe-checkout.event-single p {
  margin: 0;
  font-size: 14px;
}

/* Review widget */
.events-single__review-widget-inner {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
}

.events-single__review-image-wrap {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  border-radius: 4px;
  overflow: hidden;
}

.events-single__review-overlay {
  position: relative;
  z-index: 1;
  padding: 28px 24px 24px;
  width: 100%;
}

.events-single__review-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.15) 60%,
    transparent 100%
  );
  z-index: 0;
}

.events-single__review-quotemark {
  display: block;
  font-size: 64px;
  line-height: 1;
  color: #fff;
  font-family: Georgia, serif;
  margin-bottom: 10px;
}

.events-single__review-quote {
  color: #fff;
  font-size: clamp(23px, 2.013888888888889vw, 29px);
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "FreightBig Pro";
  font-weight: 500;
}

.events-single__review-author {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(15px, 1.319444444444444vw, 19px);
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
  line-height: 130%;
}

.events-single__reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 3px;
  font-size: 13px;
}

.events-single__reviews-badge img {
  height: 18px;
  width: auto;
}

.events-single__reviews-stars {
  color: #f5a623;
  font-size: 14px;
  letter-spacing: 1px;
}

[id^="badge-ribbon"] {
  background: #000;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
}
[id^="badge-ribbon"] iframe {
  filter: invert(1) !important;
  display: block;
}

/* Video widget */
.events-single__video-widget-inner {
  margin-bottom: 25px;
  background-color: #edeae3;
  padding: 20px;
  border-radius: 3px;
}
.events-single__video-thumb {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}

.events-single__video-thumb img {
  width: 100%;
  display: block;
}

.events-single__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: none;
  border-radius: 50px;
  padding: 5px 20px 5px 5px;
  font-size: 15px;
  font-weight: 500;
  color: #09334a;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
  transition: background 0.2s;
}

.play-wraper {
  background: var(--primary-color);
  padding: 9px 10px 7px 12px;
  border-radius: 50%;
}

.events-single__play-btn:hover {
  background: #f5f5f5;
}

.events-single__video-text {
  color: var(--primary-color);
  margin: 0;
  font-size: clamp(15px, 1.319444444444444vw, 19px);
  font-weight: 500;
  line-height: 130%;
}

/* Follow Us widget */
.events-single__follow-title {
  font-size: 29px;
  font-weight: 500;
  color: #09334a;
  margin-bottom: 12px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-family: "FreightBig Pro" !important;
}

.events-single__social-icons {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.events-single__social-link img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: opacity 0.2s;
}

.events-single__social-link:hover img {
  opacity: 0.7;
}

/* ── Quantity +/- ───────────────────────────────── */
.product-arrows-quantity {
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  overflow: hidden;
}

.product-arrows-quantity button {
  border: none;
  cursor: pointer;
  padding: 10px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
.events-single__cart .product-arrows-quantity input[type="number"] {
  border-radius: 0;
  width: auto !important;
}

.product-arrows-quantity button:hover {
  background: #f5f5f5;
}

.product-arrows-quantity .quantity {
  display: flex;
  min-height: 100%;
}

.product-arrows-quantity input.qty {
  border: none;
  text-align: center;
  width: 50px;
  font-size: 15px;
  color: #09334a;
  -moz-appearance: textfield;
  appearance: textfield;
}

.product-arrows-quantity input.qty::-webkit-outer-spin-button,
.product-arrows-quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.events-single__cart .quantity input {
  height: 44px;
}
.single_add_to_cart_button.single-event {
  width: 100% !important;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  font-size: clamp(21px, 0.1388888888888889vw, 25px);
  font-weight: 500;
  line-height: 130%;
  border: none;
  margin-top: 15px;
}
.single_add_to_cart_button.single-event:hover,
.events-single__faq-cta:hover {
  background-color: #8c752c;
}
.single_add_to_cart_button.single-event svg {
  display: inline-flex;
}
/* ── Video popup ─────────────────────────────────── */
.media-video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 111111111;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1734358a;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.media-video-box.media-video-active {
  opacity: 1;
  visibility: visible;
}

.media-video {
  max-width: 995px;
  width: 100%;
}

.media-video__iframe {
  overflow: hidden;
  transform: translateY(-30%);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  display: flex;
}

.media-video-active .media-video__iframe {
  overflow: hidden;
  transform: translateY(0);
  transition: all 0.4s ease;
  opacity: 1;
  visibility: visible;
  display: flex;
}

.media-video__iframe iframe {
  width: 100%;
  height: 530px;
}

.media-video-active .media-video__iframe iframe {
  width: 100%;
  height: 530px;
}

.media-video__close {
  position: absolute;
  top: -30%;
  right: 0;
  cursor: pointer;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  transition: all 0.4s ease;
  background-color: #fff;
  z-index: 2;
}

.media-video-active .media-video__close {
  transition: all 0.4s ease;
  top: -25px;
  right: -20px;
}

.media-video__close li {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 2px;
  transition: 0.3s ease;
  background: #09334a;
  transform: translateY(-50%) rotate(0);
  opacity: 1;
  border-radius: 10px;
  padding-bottom: 0;
}

.media-video__close li:nth-child(1) {
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%) rotate(-45deg);
}

.media-video__close li:nth-child(2) {
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%) rotate(45deg);
}
.events-single__widget.events-single__product-widget.mobile {
  display: none;
}
/* ── Mobile ─────────────────────────────────────── */
@media only screen and (max-width: 1280px) {
  .events-single__row {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .media-video__iframe iframe {
    height: 400px;
  }

  .media-video-active .media-video__iframe iframe {
    height: 400px;
  }
  .media-video {
    max-width: 70%;
  }
}
@media only screen and (max-width: 991px) {
  .events-single__main,
  .events-single__sidebar {
    width: 100%;
    flex: 0 0 100%;
  }
  .events-single__row {
    flex-direction: column;
  }
  .events-single__widget.events-single__product-widget.mobile {
    display: block;
  }
  .events-single__widget.events-single__product-widget.desktop {
    display: none;
  }
  .events-single-content {
    padding-top: 0;
  }
  .events-single__faq-cta.btn {
    width: 100%;
    text-align: center;
  }
  .events-single__video-widget-inner {
    background-color: #fff;
    padding: 0;
  }
  .media-video-active .media-video__close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .media-video {
    max-width: 80%;
  }
  .media-video-active .media-video__iframe iframe {
    height: 350px;
  }
}

@media only screen and (max-width: 567px) {
  .media-video {
    max-width: 85%;
  }
  .media-video-active .media-video__iframe iframe {
    height: 300px;
  }
}
