/* SOHO CLUB Custom Styles - Refined Design */

:root {
  --soho-red: #e31e24;
  --soho-black: #0a0a0a;
  --soho-dark-grey: #1a1a1a;
  --soho-text-grey: #b0b0b0;
  --soho-teal: #00d4aa;
  --soho-orange: #ff6b35;
}

body.soho-club-theme {
  background-color: var(--soho-black);
  color: white;
  font-family: "Roboto", sans-serif;
  padding-top: 0 !important;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.soho-main-title,
.soho-event-name,
.soho-event-details-title {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.soho-main-title {
  padding-left: 30px;
}

/* ============================================
   HEADER STYLES
   ============================================ */

.soho-header {
  position: relative;
  background-image: url(../img/footer_background.png);
  z-index: 1;
}

/* Top Bar */
.soho-top-bar {
  background: linear-gradient(
    90deg,
    rgba(10, 10, 10, 1) 0%,
    rgba(31, 31, 31, 1) 100%
  );
  padding: 15px 0;
  height: 84px;
  position: relative;
  z-index: 101; /* Above vinyl */
}

.soho-top-bar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 20px;
}

.soho-top-link {
  color: white;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 25px;
  font-size: 18px;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.soho-top-link:hover {
  color: var(--soho-red);
}

.soho-top-link-red {
  color: var(--soho-red) !important;
}

/* Vinyl Backgrounds in Header */
.soho-header-vinyl-left {
  position: absolute;
  top: 0;
  left: -20px;
  width: 577px;
  height: 498px;
  background-image: url(../img/cd_background_left_top.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  opacity: 1;
  pointer-events: none;
}

.soho-header-vinyl-right {
  position: absolute;
  top: -167px;
  right: -93px;
  width: 750px;
  height: 750px;
  background-image: url(../img/cd_background_right_top.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 1;
  pointer-events: none;
}

/* Main Header Content Area */
.soho-main-header-content {
  position: relative;
  padding-bottom: 0;
}

/* Logo Absolute */
.soho-logo {
  position: absolute;
  top: -95px;
  left: 20px;
  max-height: 150px;
  width: 150px;
  height: 150px;
  z-index: 102; /* Above vinyl and bars */
}

/* Red Title Bar Full Width */
.soho-title-bar-full {
  background-image: linear-gradient(
      90deg,
      rgba(245, 44, 59, 1) 56%,
      rgba(143, 26, 34, 0.47) 100%
    ),
    url(../img/header_right_blured_background.png);
  background-position: center, center;
  height: 127px;
  margin-top: 20px;
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-left: 200px; /* Space for vinyl/logo area */
}

.soho-main-title {
  font-family: "Mouse Memoirs", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Social & CTA Bar Full Width */
.soho-social-bar-full {
  background: #0a0a0a;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 15px 0;
  position: relative;
  z-index: 98;
  margin-top: 150px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(46, 46, 46, 1) 100%
  );
  width: 65%;
  height: 250px;
  margin-left: auto;
}

/* Inner container for content */
.soho-social-bar-inner {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.38) 100%
  );
  border-top: 5px solid var(--soho-red);
  border-bottom: 5px solid var(--soho-red);
  height: 156px;
  width: 98%;
  max-width: 1200px;
  margin: 32px 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soho-social-bar-inner .row {
  justify-content: flex-end !important;
  align-items: center !important;
}

.soho-social-group {
  flex-direction: column !important;
  gap: 10px !important;
}

.soho-follow-text {
  color: white;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.soho-social-icons {
  display: flex;
  gap: 10px;
}

.soho-social-icon {
  color: black;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  text-decoration: none;
  transition: transform 0.3s;
}

.soho-social-icon:hover {
  transform: scale(1.1);
}

.soho-cta-box-small {
  border: 1px solid var(--soho-red);
  font-size: 20px;
  border-radius: 10px;
  padding: 8px 15px;
  text-align: center;
  line-height: 1.2;
  margin-left: 20px;
}

.soho-cta-text-highlight {
  color: var(--soho-red);
  font-weight: 700;
  display: block;
}
.soho-ticket-dropdown-menu {
  z-index: 9999 !important;
  position: relative;
}

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

.soho-events-section {
  background-image: url(../img/background.png);
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-position: center center;
  padding: 40px 0px 0px;
}

.soho-events-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 1;
  z-index: 0;
}

.soho-events-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/background.png);
  background-size: cover;
  background-position: center center;
  opacity: 0.38;
  z-index: 1;
  pointer-events: none;
}

.soho-events-section > * {
  position: relative;
  z-index: 2;
}

.soho-event-wrapper {
  position: relative;
  margin-bottom: 80px;
  padding: 20px;
  display: flex;
  z-index: 100;
  justify-content: center;
}

/* Staggered positioning for event cards - first column (odd items) */
.soho-events .row > div:nth-child(odd) {
  position: relative;
  top: -400px;
}

/* The Vinyl Background behind the image */
.soho-vinyl-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: transform 0.5s ease;
}

.soho-vinyl-record {
  position: relative;
  width: 300px;
  height: 300px;
  background-image: url(../img/cd_events_background.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.soho-event-wrapper:hover .soho-vinyl-wrapper {
  transform: translate(-50%, -50%) rotate(10deg);
}

.soho-event-card {
  position: relative;
  z-index: 1; /* Above CD */
  background: var(--soho-dark-grey);
  border-radius: 0;
  width: 568px;
  height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  border: 1px solid #222;
}

/* Event Banner */
.soho-event-banner {
  padding: 10px 15px;
  color: white;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: relative;
}
/* Banners colors */
.soho-event-banner-purple {
  background: linear-gradient(90deg, #a044ff, #6a11cb);
}
.soho-event-banner-blue {
  background: linear-gradient(90deg, #2193b0, #6dd5ed);
}
.soho-event-banner-red {
  background: linear-gradient(90deg, #cb2d3e, #ef473a);
}
.soho-event-banner-green {
  background: linear-gradient(90deg, #11998e, #38ef7d);
}
.soho-event-banner-orange {
  background: linear-gradient(90deg, #f12711, #f5af19);
}
.soho-event-banner-exclusive {
  background: linear-gradient(90deg, #0f2027, #203a43, #2c5364);
}

.soho-event-banner-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.soho-event-venue {
  font-size: 0.75rem;
  color: white;
  font-weight: 400;
  opacity: 0.9;
}

.soho-event-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  margin: 5px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.soho-event-date-top {
  font-size: 0.8rem;
  font-weight: 600;
  color: white;
}

/* Event Image Area */
.soho-event-image-wrapper {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #000;
}

.soho-event-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}

.soho-event-foreground {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 760px;
  height: 760px;
  object-fit: contain;
  z-index: 1;
  pointer-events: none;
}

/* Event Details Body */
.soho-event-details {
  background: #111;
  padding: 20px;
  color: white;
  text-align: center;
  border-top: 2px solid var(--soho-red);
}

.soho-event-details-title {
  font-size: 1.1rem;
  color: white;
  margin-bottom: 5px;
  font-weight: 700;
}

.soho-event-details-date {
  color: var(--soho-teal);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
}

.soho-dj-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 0.8rem;
  color: #ccc;
  margin-bottom: 15px;
}

.soho-drink-special {
  background: var(--soho-teal);
  color: #000;
  padding: 8px;
  margin: 10px -20px;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.soho-event-desc-short {
  font-size: 0.8rem;
  color: #999;
  margin: 10px 0;
  line-height: 1.4;
  padding: 0 10px;
}

.soho-ticket-bar {
  background: var(--soho-red);
  color: white;
  padding: 8px;
  margin: 10px -20px;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.soho-ticket-bar.orange {
  background: var(--soho-orange);
}

.soho-event-footer {
  font-size: 0.75rem;
  color: #777;
  margin-top: 15px;
  border-top: 1px solid #333;
  padding-top: 10px;
}
.soho-footer-event-link {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
.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: #fff;
  color: var(--soho-red);
}

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

.soho-features-section {
  background: var(--soho-black);
  background-image: url(../img/red_crowd_background.png);
  background-size: cover;
  background-position: center;
  min-height: auto;
}

.soho-features-header {
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
}

.soho-features-title {
  font-size: 1.8rem;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.soho-features-subtitle {
  font-size: 1rem;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.soho-features-list {
  list-style: none;
  padding: 0;
  margin: 20px auto 0;
}

.soho-features-list li {
  color: white;
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Feature Grid Section */
.soho-feature-grid-section {
  background: var(--soho-black);
  padding: 40px 0 60px;
}

/* Features Grid */
.soho-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}

.soho-feature-item {
  background: rgba(30, 30, 30, 0.8);
  padding: 30px 20px;
  border-radius: 8px;
  border: 1px solid #333;
}

.soho-feature-icon-circle {
  width: 60px;
  height: 60px;
  background: var(--soho-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  color: black;
}

.soho-feature-name {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1rem;
}

.soho-feature-desc {
  color: #999;
  font-size: 0.85rem;
  line-height: 1.4;
}

/* ============================================
   BANNER SECTION STYLES
   ============================================ */

.soho-banner-section {
  position: relative;
  min-height: 500px;
  background-image: url("../img/red_crowd_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soho-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 60px 20px;
}

.soho-banner-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.soho-banner-subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--soho-red);
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.soho-banner-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 800px;
  margin: 0 auto;
}

.soho-banner-list li {
  font-size: 1.1rem;
  color: white;
  margin-bottom: 15px;
  line-height: 1.6;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* ============================================
   FOOTER SECTION STYLES
   ============================================ */

.soho-footer-section {
  background: var(--soho-dark-grey);
  padding: 60px 0;
  color: white;
}

.soho-club-heading {
  text-align: center;
  margin-bottom: 50px;
}

.soho-club-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  margin-bottom: 10px;
}

.soho-club-subtitle {
  font-size: 1.1rem;
  color: #ccc;
  margin: 0;
}

.soho-footer-row {
  margin-top: 40px;
}

.soho-footer-column {
  padding: 20px;
}

.soho-footer-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
}

.soho-events-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.soho-events-list li {
  color: #ccc;
  font-size: 0.9rem;
  margin-bottom: 12px;
  line-height: 1.5;
}

.soho-map-wrapper {
  text-align: center;
}

.soho-map-address {
  color: white;
  font-weight: 600;
  margin-bottom: 5px;
}

.soho-map-link {
  margin-bottom: 15px;
}

.soho-map-link a {
  color: white;
  text-decoration: none;
  font-size: 0.85rem;
}

.soho-map-link a:hover {
  color: var(--soho-red);
}

.soho-map-container {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #333;
}

.soho-map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.soho-contact-info {
  color: #ccc;
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 25px;
}

.soho-contact-info p {
  margin-bottom: 8px;
}

.soho-follow-title {
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  margin-bottom: 15px;
}

.soho-social-icons-bottom {
  display: flex;
  gap: 15px;
}

.soho-social-icon-bottom {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soho-black);
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s;
}

.soho-social-icon-bottom:hover {
  background: var(--soho-red);
  color: white;
  transform: scale(1.1);
}

/* ============================================
   FOOTER STYLES
   ============================================ */

.soho-footer {
  background: #050505;
  background-image: url("../img/footer_background.png");
  background-size: cover;
  background-position: bottom center;
  padding: 50px 0 20px;
  color: #ccc;
  border-top: 1px solid #222;
}

.soho-footer-logo-img {
  height: 50px;
  margin-bottom: 15px;
}

.soho-footer-col-title {
  color: white;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 25px;
}

.soho-footer-col-subtitle {
  font-size: 18px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}

.soho-footer-list {
  list-style: none;
  padding: 0;
  font-size: 0.85rem;
}

.soho-footer-list li {
  margin-bottom: 8px;
}

.soho-footer-social-links a {
  color: white;
  margin-right: 15px;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.soho-footer-social-links a:hover {
  color: var(--soho-red);
}

/* ============================================
   MOBILE HEADER STYLES
   ============================================ */

.soho-mobile-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 20px;
  position: relative;
  z-index: 103;
}

.soho-mobile-logo-wrapper {
  width: 140px;
  height: 140px;
  background: var(--soho-red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.soho-mobile-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.soho-mobile-social-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.soho-mobile-social-icons {
  display: flex;
  gap: 8px;
}

.soho-mobile-social-icon {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--soho-black);
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s;
}

.soho-mobile-social-icon:hover {
  background: var(--soho-red);
  color: white;
}

.soho-mobile-menu-btn {
  width: 40px;
  height: 40px;
  background: var(--soho-red);
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}

.soho-mobile-menu-btn:hover {
  background: #c01a1f;
}

#mobileMenu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
  width: auto;
  margin-top: 10px;
}

.soho-mobile-menu {
  background: rgba(0, 0, 0, 0.95);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.soho-mobile-menu-link {
  color: white;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  transition: background 0.3s;
}

.soho-mobile-menu-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.soho-mobile-menu-link-red {
  color: var(--soho-red) !important;
}

.soho-mobile-cta-bar {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  padding: 15px 20px;
  margin: 20px;
  text-align: center;
}

.soho-mobile-cta-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

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

/* Tablet and below (max-width: 1200px) */
@media (max-width: 1200px) {
  .soho-main-title {
    font-size: 60px;
  }

  .soho-social-bar-full {
    width: 80%;
  }

  .soho-vinyl-record {
    width: 700px;
    height: 700px;
  }

  .soho-event-foreground {
    width: 600px;
    height: 600px;
  }

  .soho-event-card {
    width: 500px;
  }
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .soho-title-bar-full {
    padding-left: 20px;
    margin-top: 100px;
    height: 100px;
  }

  .soho-main-title {
    font-size: 45px;
  }

  .soho-logo {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    max-height: 120px;
    width: 120px;
    height: 120px;
  }

  .soho-header-vinyl-right {
    display: none;
  }

  .soho-header-vinyl-left {
    display: block;
    width: 200px;
    height: 172px;
    top: -30px;
    left: -50px;
    z-index: 1;
  }

  .soho-social-bar-full {
    width: 100%;
    margin-right: 0;
    margin-top: 100px;
    height: auto;
    min-height: 200px;
  }

  .soho-social-bar-inner {
    width: 95%;
    margin: 20px auto;
    height: auto;
    min-height: 140px;
  }

  .soho-social-bar-full .row {
    justify-content: center !important;
  }

  .soho-feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .soho-events .row > div:nth-child(odd) {
    top: 0;
  }

  .soho-vinyl-record {
    width: 500px;
    height: 500px;
  }

  .soho-event-foreground {
    width: 450px;
    height: 450px;
  }

  .soho-event-card {
    width: 450px;
  }

  .soho-features-section {
    height: auto;
    min-height: 400px;
    padding: 40px 0;
  }

  .soho-features-title {
    font-size: 1.5rem;
  }

  .soho-footer .row {
    flex-direction: column;
  }

  .soho-footer .col-md-4 {
    margin-bottom: 30px;
    text-align: center;
  }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .soho-header-vinyl-left {
    display: block;
    width: 200px;
    height: 172px;
    top: 0px;
    left: 0px;
    z-index: 0;
  }

  .soho-title-bar-full {
    padding-left: 0;
    padding-right: 0;
    height: 80px;
    margin-top: 0;
    width: 100%;
  }

  .soho-title-bar-full .container {
    padding-left: 0;
    padding-right: 0;
  }

  .soho-main-title {
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
  }

  .soho-mobile-logo-wrapper {
    position: absolute;
    left: -21px;
    top: -35px;
    width: 140px;
    height: 140px;
  }

  .soho-mobile-social-icon {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }

  .soho-mobile-menu-btn {
    width: 35px;
    height: 35px;
    font-size: 1.3rem;
  }

  .soho-mobile-cta-bar {
    margin: 20px auto;
    padding: 5px;
    max-width: 90%;
    border: 2px solid var(--soho-red);
    border-radius: 30px;
  }

  .soho-mobile-cta-content {
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .soho-events-section {
    padding: 20px 0 40px;
  }

  .soho-events .row > div {
    top: 0 !important;
    margin-bottom: 40px;
  }

  .soho-event-wrapper {
    padding: 10px;
    margin-bottom: 40px;
  }

  .soho-event-card {
    width: 90%;
    max-width: 400px;
  }

  .soho-event-image-wrapper {
    height: 200px;
  }

  .soho-features-section {
    height: auto !important;
    min-height: 450px !important;
    padding: 30px 0;
    z-index: 9999;
  }

  .soho-features-title {
    font-size: 1.3rem;
  }

  .soho-features-list li {
    font-size: 0.9rem;
  }

  .soho-feature-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0 15px;
  }

  .soho-feature-item {
    padding: 20px 15px;
  }

  .soho-footer {
    padding: 30px 0 15px;
  }

  .soho-footer-col-title {
    font-size: 20px;
  }
}

/* Small Mobile (max-width: 576px) */
@media (max-width: 576px) {
  .soho-top-link {
    font-size: 0.8rem;
    margin: 0 5px;
  }

  .soho-title-bar-full {
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .soho-main-title {
    font-size: 24px;
    letter-spacing: 0.5px;
  }

  .soho-logo {
    max-height: 80px;
    width: 80px;
    height: 80px;
  }

  .soho-social-bar-full {
    margin-top: 60px;
    height: auto;
    min-height: 160px;
  }

  .soho-social-bar-inner {
    padding: 10px;
    margin: 15px auto;
  }

  .soho-social-group {
    gap: 5px !important;
  }

  .soho-follow-text {
    font-size: 0.7rem;
  }

  .soho-cta-box-small {
    font-size: 0.65rem;
    padding: 8px;
  }

  .soho-event-wrapper {
    padding: 5px;
    margin-bottom: 30px;
  }

  .soho-event-card {
    width: 85%;
    max-width: 350px;
  }

  .soho-event-banner {
    padding: 8px 10px;
  }

  .soho-event-image-wrapper {
    height: 180px;
  }

  .soho-event-details {
    padding: 15px;
  }

  .soho-event-details-title {
    font-size: 1.1rem;
  }

  .soho-features-section {
    min-height: 300px;
    padding: 20px 0;
  }

  .soho-features-title {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .soho-features-list li {
    font-size: 0.85rem;
    margin-bottom: 8px;
  }

  .soho-feature-icon-circle {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .soho-feature-name {
    font-size: 0.9rem;
  }

  .soho-feature-desc {
    font-size: 0.8rem;
  }

  .soho-footer {
    padding: 25px 0 10px;
  }

  .soho-footer-col-title {
    font-size: 18px;
  }

  .soho-footer-list {
    font-size: 0.8rem;
  }
}

.text-danger {
  color: var(--soho-red) !important;
}
.bg-black {
  background-color: black !important;
}
