/* Event Details Page Specific Styles */

/* Override .soho-social-bar-full for event details page */
.soho-social-bar-full {
  background: #0a0a0a !important;
  border-top: 2px solid #333 !important;
  border-bottom: 2px solid #333 !important;
  padding: 15px 0 !important;
  position: relative !important;
  z-index: 98 !important;
  margin-top: 0px !important;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(46, 46, 46, 1) 100%
  ) !important;
  width: 100% !important;
  height: 250px !important;
  margin-left: auto !important;
}

.soho-social-bar-inner {
  border-top: 5px solid var(--soho-red);
  border-bottom: 5px solid var(--soho-red);
  height: 156px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Override container class inside soho-social-bar-inner */
.soho-social-bar-full .container.soho-social-bar-inner {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.soho-header-vinyl-right {
  top: -150px;
  right: -93px;
  z-index: 99;
}

/* Event Details Page - Large Event Card */
.site-event-details {
  position: relative;
}

.soho-event-details-wrapper {
  margin: 0 auto;
  position: relative;
}

.soho-event-details-wrapper .row {
  position: relative;
}

.soho-event-details-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
}

.soho-event-details-wrapper .row {
  position: relative;
}

.soho-barany-image {
  max-width: 400px;
  height: auto;
  display: block;
}

.soho-event-wrapper-large {
  position: relative;
  margin-bottom: 80px;
  padding: 20px;
  display: flex;
  z-index: 100;
  justify-content: center;
}

.soho-event-wrapper-large .soho-vinyl-wrapper {
  position: absolute;
  top: 64%;
  left: 33%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 1200px;
  height: 1200px;
}

.soho-event-wrapper-large .soho-vinyl-record {
  position: relative;
  width: 700px;
  height: 700px;
  background-image: url(../img/cd_events_background.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.soho-event-wrapper-large .soho-event-foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

.soho-event-card-large {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: 900px !important;
  margin: 0 auto;
  transform-origin: center top;
}

.soho-event-card-large .soho-event-banner {
  padding: 20px 25px;
}

.soho-event-card-large .soho-event-name {
  font-size: 2rem !important;
}

.soho-event-card-large .soho-event-venue {
  font-size: 1rem !important;
}

.soho-event-card-large .soho-event-date-top {
  font-size: 1.1rem !important;
}

.soho-event-card-large .soho-event-image-wrapper {
  height: 350px !important;
}

.soho-event-card-large .soho-event-details {
  padding: 30px;
}

.soho-event-card-large .soho-event-details-title {
  font-size: 1.5rem !important;
}

.soho-event-card-large .soho-event-details-date {
  font-size: 1.1rem !important;
}

.soho-event-card-large .soho-dj-line {
  font-size: 1rem !important;
  margin: 10px 0;
}

.soho-event-card-large .soho-drink-special {
  font-size: 1.1rem !important;
  padding: 20px;
  margin: 25px 0;
}

.soho-event-card-large .soho-ticket-bar {
  font-size: 1.2rem !important;
  padding: 15px;
  margin: 25px 0;
}

.soho-event-card-large .text-white.small {
  font-size: 1rem !important;
  margin: 12px 0;
}

.soho-event-card-large .soho-event-footer {
  font-size: 1rem !important;
  margin: 20px 0;
}

.soho-event-card-large .soho-btn-details {
  font-size: 1.1rem !important;
  padding: 15px 40px;
  margin-top: 20px;
}

.video {
  width: 900px;
  text-align: center;
}

.video video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  .soho-event-card-large {
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .soho-event-details-wrapper {
    padding: 0;
  }

  .soho-event-details-image {
    display: none;
  }

  .soho-event-card-large {
    max-width: 100% !important;
  }

  .soho-event-card-large .soho-event-banner {
    padding: 15px 20px;
  }

  .soho-event-card-large .soho-event-name {
    font-size: 1.5rem !important;
  }

  .soho-event-card-large .soho-event-image-wrapper {
    height: 250px !important;
  }

  .soho-event-card-large .soho-event-details {
    padding: 20px;
  }

  .video {
    width: 90%;
  }

  .video video {
    width: 100%;
  }
}

.soho-events-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 1;
  z-index: 0;
}

.site-event-details {
  position: relative;
  background-color: #000000;
  min-height: 100vh;
  padding: 40px 0 0 0;
}

.site-event-details::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.38;
  z-index: 1;
  pointer-events: none;
}

.site-event-details > *:not(.soho-event-details-image) {
  position: relative;
  z-index: 2;
}

.soho-event-details-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.soho-event-details-content {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  padding: 40px;
  color: white;
}

/* Event Header */
.soho-event-details-header {
  margin-bottom: 30px;
  text-align: center;
}

.soho-event-details-main-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}

/* DJs Section */
.soho-event-djs-section {
  margin-bottom: 25px;
  text-align: center;
}

.soho-dj-label {
  font-family: "Oswald", sans-serif;
  font-size: 0.9rem;
  color: var(--soho-teal);
  margin-bottom: 15px;
  text-transform: uppercase;
}

.soho-dj-item {
  font-family: "Oswald", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  margin: 8px 0;
  text-align: left;
  padding-left: 20px;
}

/* Drink Action Bar */
.soho-drink-action-bar {
  background: var(--soho-teal);
  color: white;
  padding: 15px 20px;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  margin: 25px 0;
  border-radius: 4px;
  line-height: 1.4;
}

/* Event Description */
.soho-event-description {
  margin: 30px 0;
  text-align: center;
}

.soho-event-description p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Ticket Information Section */
.soho-ticket-info-section {
  background: var(--soho-red);
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
  color: white;
}

.soho-ticket-info-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  color: white;
}

.soho-ticket-prices {
  margin-bottom: 30px;
}

.soho-ticket-price-item {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.6;
}

.soho-ticket-price-item strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

/* VIP Benefits */
.soho-vip-benefits {
  margin: 30px 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

.soho-vip-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
}

.soho-vip-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.soho-vip-list li {
  margin: 10px 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: white;
}

.soho-vip-sublist {
  padding-left: 30px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

/* Location */
.soho-event-location {
  text-align: center;
  margin: 25px 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

/* Action Buttons */
.soho-event-action-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.soho-btn-tickets {
  background: white;
  color: var(--soho-red);
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  transition: all 0.3s;
  display: inline-block;
}

.soho-btn-tickets:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--soho-red);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.soho-btn-details {
  background: var(--soho-red);
  color: white;
  padding: 8px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
  transition: background 0.3s;
}

.soho-btn-details:hover {
  background: white;
  color: var(--soho-red);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .soho-event-details-content {
    padding: 25px 20px;
  }

  .soho-event-details-main-title {
    font-size: 1.3rem;
  }

  .soho-ticket-info-section {
    padding: 20px 15px;
  }

  .soho-event-action-buttons {
    flex-direction: column;
  }

  .soho-btn-details,
  .soho-btn-tickets {
    width: 100%;
    text-align: center;
  }
.soho-event-details .soho-btn-details {
    font-size: 0.9rem !important;
}
  .soho-event-card-large .soho-drink-special {
    font-size: 0.9rem !important;
  }
  .soho-event-card-large .soho-ticket-bar {
    font-size: 0.9rem !important;
  }
}

/* Custom Carousel Styles for Event Details Page */
.soho-pagination-container {
  position: relative;
  padding: 20px 20px;
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
}

.soho-custom-carousel-wrapper {
  position: relative;
}

.soho-carousel-slide-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.soho-carousel-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  width: 100%;
  align-items: flex-start;
}

.soho-carousel-slide {
  flex: 0 0 50% !important;
  padding: 0 15px;
  box-sizing: border-box;
  min-width: 50% !important; /* Ensure it never shrinks below 50% */
  width: 50% !important;
  display: block !important;
}

.soho-pagination-container .soho-event-card {
  width: 100% !important;
  max-width: 400px; /* Reduced from 450px to avoid arrows overlapping */
  margin: 0 auto;
}

.soho-pagination-container .soho-vinyl-record {
  display: none;
}

.soho-pagination-container .soho-event-foreground {
  width: 500px !important; /* Reduced from 550px */
  height: 500px !important; /* Reduced from 550px */
}

/* Custom Carousel Controls */
.soho-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: var(--soho-red);
  border: none;
  border-radius: 50%;
  opacity: 1;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.soho-carousel-control:hover {
  background: #c01a1f;
  transform: translateY(-50%) scale(1.1);
  opacity: 1;
}

.soho-carousel-control-prev {
  left: 20px;
}

.soho-carousel-control-next {
  right: 20px;
}

.soho-carousel-control .carousel-control-prev-icon,
.soho-carousel-control .carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  filter: none;
}

@media (max-width: 576px) {
  .soho-main-title {
    font-size: 18px;
    text-align: right;
    letter-spacing: 0.5px;
  }
}

/* Responsive Carousel */
@media (max-width: 1200px) {
  .soho-carousel-control {
    width: 50px;
    height: 50px;
  }

  .soho-carousel-control .carousel-control-prev-icon,
  .soho-carousel-control .carousel-control-next-icon {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
  }

  .soho-carousel-control-prev {
    left: 10px;
  }

  .soho-carousel-control-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .soho-pagination-container {
    padding: 20px 10px;
  }

  .soho-carousel-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 0 5px;
  }

  .soho-carousel-track {
    width: 100%;
  }

  .soho-pagination-container .soho-event-card {
    max-width: 100%;
  }

  .soho-carousel-control {
    display: none !important;
  }

  /* Mobile Carousel Card Simplification */
  .soho-pagination-container .soho-event-banner {
    display: none;
  }

  .soho-pagination-container .soho-event-details > *:not(.soho-btn-details) {
    display: none;
  }

  .soho-pagination-container .soho-event-details {
    padding: 10px !important;
    text-align: center;
  }

  .soho-pagination-container .soho-btn-details {
    width: 100%;
    margin: 0;
    display: block;
  }

  .soho-carousel-slide {
    padding: 0 10px; /* Add spacing between slides */
  }

  /* Carousel Indicators */
  .soho-carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .soho-carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    opacity: 0.5;
    transition: all 0.3s ease;
    padding: 0;
    cursor: pointer;
  }

  .soho-carousel-dot.active {
    background-color: var(--soho-red);
    opacity: 1;
    transform: scale(1.2);
  }
}
.for-desktop {
  display: block;
}
.for-mobile {
  display: none;
}
@media (max-width: 900px) {
  .for-desktop {
    display: none;
  }
  .for-mobile {
    display: block;
  }
}
