/* ============ BOOTHS PAGE ANTON SC ADDITIONS ============ */
.hero-section-main-heading,
.hero-section-main-heading-red-part,
.hero-section-highlight-box-text,
.inyourface-why-hire-us-title-part,
.inyourface-posters-title,
.inyourface-poster-title,
.inyourface-posters-title-highlight,
.booth-options-title,
.booth-item-title,
.booth-item-price,
.booth-item-cta {
    font-family: "Anton SC", "Play", sans-serif !important;
}

/* Hero Section Styles */
.hero-section-container {
  position: relative;
  width: 100%;
  height: max-content;
  background-color: var(--dark-bg);
  padding: 120px 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-section-content-wrapper {
  width: 85%;
  max-width: 1400px;
  position: relative;
  z-index: 5;
}

.hero-section-heading-container {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.hero-section-main-heading {
  font-size: 72px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--primary-red);
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  width: max-content;
  overflow: hidden;
  text-transform: uppercase;
}

.hero-section-main-heading-red-part {
  color: var(--primary-red);
  position: relative;
  display: inline-block;
}

.hero-section-main-heading-red-part::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 15px;
  background-color: rgba(197, 37, 51, 0.2);
  bottom: 5px;
  left: -5%;
  z-index: -1;
  transform: skewX(-5deg);
  transition: height 0.3s ease-out, bottom 0.3s ease-out;
}

.hero-section-main-heading:hover .hero-section-main-heading-red-part::before {
  height: 30px;
  bottom: 0;
}

.hero-section-description-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.hero-section-description-paragraph {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-light);
  text-align: center;
  position: relative;
  padding: 0 20px;
}

/* Hero Section Decorative Elements */
.hero-section-decorative-corner {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index: 1;
}

.hero-section-decorative-corner-top-right {
  top: 0;
  right: 0;
  border: 3px solid var(--primary-red);
  transform: translate(30%, -30%) rotate(15deg);
  transition: transform 0.4s ease-out, border-width 0.4s ease-out;
}

.hero-section-decorative-corner-bottom-left {
  bottom: 0;
  left: 0;
  border: 3px solid var(--primary-red);
  transform: translate(-30%, 30%) rotate(15deg);
  transition: transform 0.4s ease-out, border-width 0.4s ease-out;
}

.hero-section-container:hover .hero-section-decorative-corner-top-left {
  transform: translate(-35%, -35%) rotate(-20deg);
  border-width: 5px;
}

.hero-section-container:hover .hero-section-decorative-corner-top-right {
  transform: translate(35%, -35%) rotate(20deg);
  border-width: 5px;
}

.hero-section-container:hover .hero-section-decorative-corner-bottom-left {
  transform: translate(-35%, 35%) rotate(20deg);
  border-width: 5px;
}

.hero-section-container:hover .hero-section-decorative-corner-bottom-right {
  transform: translate(35%, 35%) rotate(-20deg);
  border-width: 5px;
}

.hero-section-dynamic-highlight {
  display: inline-block;
  position: relative;
  font-weight: 600;
}

.hero-section-dynamic-highlight::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--primary-red);
  transition: width 0.5s ease;
}

.hero-section-description-paragraph:hover .hero-section-dynamic-highlight::after {
  width: 100%;
}

.hero-section-shine-effect {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 50px;
  height: 300%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(30deg);
  transition: 0.7s;
}

.hero-section-main-heading:hover .hero-section-shine-effect {
  left: 100%;
}

.hero-section-camera-frame {
  position: absolute;
  width: 300px;
  height: 200px;
  border: 5px solid rgba(197, 37, 51, 0.2);
  transform: rotate(-5deg) scale(1);
  z-index: 0;
  transition: transform 0.5s ease, border-color 0.5s ease;
}

.hero-section-camera-frame-1 {
  top: 10%;
  left: 5%;
}

.hero-section-camera-frame-2 {
  bottom: 15%;
  right: 8%;
  transform: rotate(5deg) scale(0.8);
}

.hero-section-container:hover .hero-section-camera-frame-1 {
  transform: rotate(-8deg) scale(1.1);
  border-color: rgba(197, 37, 51, 0.4);
}

.hero-section-container:hover .hero-section-camera-frame-2 {
  transform: rotate(8deg) scale(0.9);
  border-color: rgba(197, 37, 51, 0.4);
}

.hero-section-backdrop-element {
  position: absolute;
  background: linear-gradient(135deg, rgba(197, 37, 51, 0.2) 0%, rgba(26, 26, 26, 0) 60%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  transform: skewY(-5deg);
  transform-origin: top right;
}

.hero-section-backdrop-element-2 {
  position: absolute;
  background: linear-gradient(225deg, rgba(197, 37, 51, 0.2) 0%, rgba(26, 26, 26, 0) 60%);
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 0;
  transform: skewY(5deg);
  transform-origin: bottom left;
}

.hero-section-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: var(--text-light);
  animation: scrollBounce 2s infinite;
  cursor: pointer;
  transition: color 0.3s ease;
}

.hero-section-scroll-indicator:hover {
  color: var(--primary-red);
}

.hero-section-scroll-indicator a, .hero-section-scroll-indicator i {
  color: inherit;
}

@keyframes scrollBounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0) translateX(-50%);
  }
  40% {
      transform: translateY(-15px) translateX(-50%);
  }
  60% {
      transform: translateY(-7px) translateX(-50%);
  }
}

.hero-section-polaroid-frame {
  position: absolute;
  width: 100px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 5px solid rgba(255, 255, 255, 0.08);
  transform: rotate(-15deg);
  z-index: 1;
  transition: transform 0.5s ease, border-color 0.5s ease, background-color 0.5s ease;
}

.hero-section-polaroid-frame::before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}

.hero-section-polaroid-frame-1 {
  top: 15%;
  right: 20%;
}

.hero-section-polaroid-frame-2 {
  bottom: 20%;
  left: 15%;
  transform: rotate(10deg);
}

.hero-section-container:hover .hero-section-polaroid-frame-1 {
  transform: rotate(-20deg) translateY(-10px);
  border-color: rgba(197, 37, 51, 0.2);
  background-color: rgba(255, 255, 255, 0.08);
}

.hero-section-container:hover .hero-section-polaroid-frame-2 {
  transform: rotate(15deg) translateY(-10px);
  border-color: rgba(197, 37, 51, 0.2);
  background-color: rgba(255, 255, 255, 0.08);
}

.hero-section-highlight-box {
  position: relative;
  margin: 60px auto 0;
  padding: 15px 40px;
  background-color: rgba(197, 37, 51, 0.1);
  border: 1px solid rgba(197, 37, 51, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.hero-section-highlight-box:hover {
  background-color: rgba(197, 37, 51, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hero-section-highlight-box-text {
  font-size: 18px;
  color: var(--text-light);
  font-weight: 500;
  letter-spacing: 1px;
}

.hero-section-highlight-box-icon {
  margin-right: 15px;
  font-size: 24px;
  color: var(--primary-red);
}

@media screen and (max-width: 1200px) {
  .hero-section-main-heading {
      font-size: 60px;
  }

  .hero-section-description-paragraph {
      font-size: 16px;
  }

  .hero-section-camera-frame {
      width: 250px;
      height: 170px;
  }

  .hero-section-decorative-corner {
      width: 120px;
      height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section-main-heading {
      font-size: 48px;
  }

  .hero-section-description-paragraph {
      font-size: 15px;
      padding: 0 10px;
  }

  .hero-section-camera-frame {
      display: none;
  }

  .hero-section-polaroid-frame {
      display: none;
  }

  .hero-section-image-slider {
      display: none;
  }

  .hero-section-decorative-corner {
      width: 80px;
      height: 80px;
  }

  .hero-section-highlight-box {
      padding: 10px 20px;
      margin-top: 40px;
      max-width: 90%;
  }

  .hero-section-highlight-box-text {
      font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .hero-section-container {
      padding: 100px 0 60px;
  }

  .hero-section-main-heading {
      font-size: 36px;
  }

  .hero-section-description-paragraph {
      font-size: 14px;
  }

  .hero-section-decorative-corner {
      width: 60px;
      height: 60px;
  }

  .hero-section-highlight-box {
      padding: 8px 15px;
      margin-top: 30px;
  }

  .hero-section-highlight-box-text {
      font-size: 14px;
  }

  .hero-section-highlight-box-icon {
      font-size: 20px;
      margin-right: 10px;
  }
}

@media screen and (max-width: 380px) {
  .hero-section-container {
      padding: 130px 0 60px;
  }
}






/* ============ BOOTH OPTIONS SECTION - COMPLETE REDESIGN ============ */
.booth-options-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    padding: 150px 0;
    overflow: hidden;
}

/* Animated Background Elements */
.booth-options-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(197, 37, 51, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(197, 37, 51, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.02) 0%, transparent 70%);
    animation: pulseBackground 15s ease-in-out infinite;
}

@keyframes pulseBackground {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

/* Floating Particles Background */
.booth-section-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.booth-section-particles::before,
.booth-section-particles::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-image: 
        radial-gradient(circle, rgba(197, 37, 51, 0.3) 1px, transparent 1px),
        radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px, 30px 30px;
    background-position: 0 0, 25px 25px;
    animation: floatParticles 60s linear infinite;
}

.booth-section-particles::after {
    animation-duration: 90s;
    animation-direction: reverse;
}

@keyframes floatParticles {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(100px, 100px) rotate(360deg); }
}

/* Container Styles */
.booth-options-container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

/* Header Styles with Animation */
.booth-options-header {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

.booth-options-title {
    font-size: 4.5rem;
    font-weight: 900;
    background: var(--primary-red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    animation: titleGlow 3s ease-in-out infinite;
}

@keyframes titleGlow {
    0%, 100% { 
        filter: drop-shadow(0 0 20px rgba(197, 37, 51, 0.5));
        transform: scale(1);
    }
    50% { 
        filter: drop-shadow(0 0 40px rgba(197, 37, 51, 0.8));
        transform: scale(1.02);
    }
}

.booth-options-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    font-weight: 300;
}

/* Grid Layout */
.booth-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 50px;
    perspective: 1000px;
}

/* Booth Item Card - Complete Redesign */
.booth-item {
    position: relative;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.9) 0%, rgba(10, 10, 10, 0.9) 100%);
    border-radius: 20px;
    padding: 15px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
    cursor: pointer;
    min-height: 650px;
    display: flex;
    flex-direction: column;
}

.booth-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(242, 166, 173, 0.05) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
    z-index: 1;
}

.booth-item:hover::before {
    opacity: 1;
}

@keyframes borderGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.booth-item:hover {
    transform: translateY(-15px) rotateX(5deg);
    box-shadow: 
        0 30px 60px rgba(197, 37, 51, 0.3),
        0 40px 80px rgba(0, 0, 0, 0.5);
}

/* Image Container with Parallax Effect */
.booth-item-image-container {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    z-index: 2;
}

.booth-item-image-wrapper {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    transition: transform 0.6s ease;
}

.booth-item:hover .booth-item-image-wrapper {
    transform: scale(1.1) translateY(-10px);
}

.booth-item-image {
    width: 100%;
    height: 320px;
    object-fit: cover;
    filter: brightness(0.8) contrast(1.1);
    transition: all 0.6s ease;
}

.booth-item:hover .booth-item-image {
    filter: brightness(1) contrast(1.2) saturate(1.2);
}

/* Glowing Badge */
.booth-option-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: rgba(10, 10, 10, 0.9);
    border: 2px solid rgba(197, 37, 51, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    transition: all 0.4s ease;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        box-shadow: 0 0 20px rgba(197, 37, 51, 0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(197, 37, 51, 0.8);
    }
}

.booth-item:hover .booth-option-badge {
    transform: rotate(360deg) scale(1.1);
    background: rgba(197, 37, 51, 0.2);
}

.booth-option-badge-icon {
    font-size: 24px;
    color: var(--primary-red);
}

/* Content Area with Glass Effect */
.booth-item-content {
    padding: 35px;
    position: relative;
    z-index: 10;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.03), transparent);
}

/* Title with Neon Effect */
.booth-item-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease;
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
}

.booth-item:hover .booth-item-title {
    text-shadow: 
        0 0 10px rgba(197, 37, 51, 0.8),
        0 0 20px rgba(197, 37, 51, 0.6),
        0 0 30px rgba(197, 37, 51, 0.4);
}

/* Tag Container with Floating Animation */
.booth-item-tag-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.booth-item-tag {
    padding: 6px 16px;
    background: rgba(197, 37, 51, 0.1);
    border: 1px solid rgba(197, 37, 51, 0.3);
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.booth-item-tag::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(197, 37, 51, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s;
}

.booth-item-tag:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(197, 37, 51, 0.3);
}

.booth-item-tag:hover::before {
    width: 100%;
    height: 100%;
}

/* Description with Highlight Animation */
.booth-item-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    position: relative;
}

.booth-item-highlight {
    color: #ff3b3f;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.booth-item:hover .booth-item-highlight {
    text-shadow: 0 0 10px rgba(197, 37, 51, 0.5);
}

/* Animated Divider */
.booth-item-divider {
    width: 100%;
    height: 60px;
    margin: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booth-item-divider::before,
.booth-item-divider::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgba(197, 37, 51, 0.5), transparent);
    top: 50%;
    animation: dividerPulse 3s ease-in-out infinite;
}

.booth-item-divider::before {
    left: 0;
}

.booth-item-divider::after {
    right: 0;
}

@keyframes dividerPulse {
    0%, 100% { opacity: 0.3; transform: scaleX(0.8); }
    50% { opacity: 1; transform: scaleX(1); }
}

.booth-item-divider-icon {
    font-size: 24px;
    color: var(--primary-red);
    animation: iconRotate 4s linear infinite;
    filter: drop-shadow(0 0 10px rgba(197, 37, 51, 0.5));
}

@keyframes iconRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Feature List with Stagger Animation */
.booth-item-feature-list {
    list-style: none;
    margin-bottom: 25px;
}

.booth-item-feature {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.booth-item-feature::before {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(197, 37, 51, 0.1), transparent);
    transition: left 0.5s ease;
}

.booth-item-feature:hover::before {
    left: 100%;
}

.booth-item-feature:hover {
    background: rgba(197, 37, 51, 0.05);
    transform: translateX(10px);
}

.booth-item-feature-icon {
    color: #ff3b3f;
    margin-right: 15px;
    font-size: 18px;
    filter: drop-shadow(0 0 5px rgba(197, 37, 51, 0.5));
}

.booth-item-feature-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

/* Price Display with Glow Effect */
.booth-item-price {
    font-size: 2.2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #ff3b3f 0%, #ff6b6b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: auto 0 25px;
    padding-top: 20px;
    position: relative;
    filter: drop-shadow(0 2px 10px rgba(197, 37, 51, 0.3));
}

.booth-item-price::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(197, 37, 51, 0.5), transparent);
}

/* CTA Button with Liquid Effect */
.booth-item-cta {
    display: inline-block;
    padding: 18px 40px;
    background: linear-gradient(135deg, #ff3b3f 0%, #c52533 100%);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 10px 30px rgba(197, 37, 51, 0.3);
}

.booth-item-cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.booth-item-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(197, 37, 51, 0.4);
}

.booth-item-cta:hover::before {
    width: 300px;
    height: 300px;
}

/* Hover Indicator Arrow */
.booth-item-hover-indicator {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: rgba(197, 37, 51, 0.1);
    border: 2px solid rgba(197, 37, 51, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.4s ease;
}

.booth-item:hover .booth-item-hover-indicator {
    opacity: 1;
    transform: translateX(0) rotate(90deg);
}

.booth-item-hover-indicator i {
    color: var(--primary-red);
    font-size: 20px;
}

/* Special Effects for Different Booth Types */
.booth-item[data-booth-type="360"] .booth-item-image-wrapper {
    animation: rotate360 20s linear infinite;
}

@keyframes rotate360 {
    0% { transform: rotate(0deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1.1); }
}

.booth-item[data-booth-type="mirror"]::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
}

.booth-item[data-booth-type="glowing"] {
    animation: glowingBooth 4s ease-in-out infinite;
}

@keyframes glowingBooth {
    0%, 100% {
        box-shadow: 0 0 30px rgba(197, 37, 51, 0.2);
    }
    50% {
        box-shadow: 0 0 50px rgba(197, 37, 51, 0.4);
    }
}

/* Mobile Responsive Design */
@media screen and (max-width: 1200px) {
    .booth-options-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 40px;
    }

    .booth-options-title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 768px) {
    .booth-options-section {
        padding: 100px 0;
    }

    .booth-options-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .booth-options-title {
        font-size: 2.8rem;
    }

    .booth-item {
        min-height: 600px;
        border-top: 2px solid #fff;
    }

    .booth-item-title {
        font-size: 1.8rem;
    }

    .booth-item-price {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 480px) {
    .booth-options-container {
        width: 95%;
    }

    .booth-options-title {
        font-size: 2.2rem;
        letter-spacing: 1px;
    }

    .booth-item-content {
        padding: 25px;
    }

    .booth-item-cta {
        padding: 15px 30px;
        font-size: 1rem;
    }

    .booth-option-badge {
        display: none;
    }
}

/* Loading Animation for Images */
.booth-item-image-container.loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    animation: imageLoading 1.5s ease-in-out infinite;
}

@keyframes imageLoading {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Accessibility Focus States */
.booth-item:focus-within {
    outline: 3px solid var(--primary-red);
    outline-offset: 5px;
}

.booth-item-cta:focus {
    outline: 3px solid #ffffff;
    outline-offset: 3px;
}




