/* Logo: "apna event*" */
.logo-mark {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  /* prevent line-wrap on mobile */
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.logo-mark-dark {
  color: #111111;
  text-shadow: none;
}

.logo-mark-dark .logo-star {
  color: #FF3B7A;
}

/* Larger size specifically for the hero navbar */
.logo-mark-hero {
  font-size: 1.375rem;
  /* 22px mobile */
}

.logo-star {
  color: #e61054;
  font-weight: 700;
  margin-left: 1px;
}

@media (min-width: 640px) {
  .logo-mark {
    font-size: 1.25rem;
  }

  .logo-mark-hero {
    font-size: 1.625rem;
    /* 26px sm+ */
  }
}

@media (min-width: 768px) {
  .logo-mark-hero {
    font-size: 1.875rem;
    /* 30px md+ */
  }
}

:root {
  --ink: #111111;
  --ink-soft: #222222;
  --muted: #5E5E5E;
  --muted-light: #8A8A8A;
  --muted-extra-light: #A0A0A0;
  --cream: #FFFFFF;
  --bg-subtle: #F6F6F6;
  --bg-card: #FFFFFF;
  --border-subtle: #ECECEC;
  --border-input: #E4E4E4;
  --border-dark: #111111;
  --pill-radius: 99px;
  --blue: #111111;
  --pink: #111111;
}

html {
  scroll-behavior: smooth;
}

body.site {
  background-color: #FAFAFA;
  color: var(--ink);
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Headings in Outfit with tight leading and subtle letter-spacing */
h1,
h2,
h3,
h4,
.display {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.wordmark {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Frosted glass tags and icon pills */
.frosted-pill {
  background: rgba(30, 30, 30, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #FFFFFF;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.frosted-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hero container styling */
.hero-wrapper {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  background: #1A1A1A;
  box-shadow: 0 30px 60px -25px rgba(0, 0, 0, 0.25), 0 10px 20px -10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .hero-wrapper {
    border-radius: 46px;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.35) 0%, rgba(17, 17, 17, 0) 22%, rgba(17, 17, 17, 0) 45%, rgba(17, 17, 17, 0.92) 80%, #111111 100%);
}

/* Pill buttons */
.btn-pill-white {
  height: 56px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: #FFFFFF;
  color: #111111;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: all 0.2s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.btn-pill-white:hover {
  background: #F0F0F0;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.btn-pill-dark {
  height: 56px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background: #111111;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.btn-pill-dark:hover {
  background: #252525;
  transform: translateY(-1px);
}

.btn-pill-outline {
  height: 42px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  border: 1.5px solid #E2E2E2;
  background: transparent;
  color: #111111;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-pill-outline:hover,
.btn-pill-outline.active {
  background: #111111;
  border-color: #111111;
  color: #FFFFFF;
}

/* Venue Cards */
.venue-card {
  border-radius: 26px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1.5px solid #ECECEC;
  box-shadow: 0 14px 30px -18px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.25s ease, border-color 0.25s ease;
}

.venue-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px -18px rgba(0, 0, 0, 0.14);
  border-color: #D6D6D6;
}

/* Checkbox choice cards for Enquiry Form (prominent & dominant) */
.choice-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1.5px solid #E4E4E4;
  background: #FFFFFF;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}

.choice-card:hover {
  border-color: #BDBDBD;
  background-color: #FAFAFA;
}

.choice-card:has(input:checked) {
  border-color: #111111;
  background-color: #111111;
  color: #FFFFFF !important;
  box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.15);
}

.choice-card:has(input:checked) .choice-title {
  color: #FFFFFF;
}

.choice-card:has(input:checked) .choice-desc {
  color: #D4D4D4;
}

.choice-card:has(input:checked) .custom-checkbox {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #111111;
}

.choice-card:has(input:checked) .custom-checkbox svg {
  display: block;
}

.custom-checkbox {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1.5px solid #D1D1D1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.2s ease;
}

.custom-checkbox svg {
  display: none;
  width: 13px;
  height: 13px;
  stroke: currentColor;
  stroke-width: 3;
}

/* Testimonials Carousel (Continuous right to left marquee) */
.testimonial-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, black 3%, black 97%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 3%, black 97%, transparent);
}

.testimonial-track {
  display: flex;
  gap: 1.25rem;
  width: max-content;
  animation: marqueeRotate 38s linear infinite;
  will-change: transform;
}

.testimonial-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeRotate {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.testimonial-card {
  width: 320px;
  flex-shrink: 0;
  border-radius: 26px;
  background: #FFFFFF;
  border: 1.5px solid #ECECEC;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 10px 24px -12px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

@media (min-width: 640px) {
  .testimonial-card {
    width: 360px;
    padding: 26px;
  }
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px -12px rgba(0, 0, 0, 0.1);
}

/* Modal styling */
/* Modal Bottom Sheet */
.modal-shell[hidden] {
  display: none !important;
}

.modal-shell {
  background: rgba(17, 17, 17, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: background 0.3s cubic-bezier(0.16, 1, 0.3, 1), backdrop-filter 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.modal-shell.modal-open {
  background: rgba(17, 17, 17, 0.65);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.modal-shell::-webkit-scrollbar {
  display: none;
}

/* ── Mobile Phone: Bottom sheet fitting content, max-height 88vh ── */
.modal-box {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #FFFFFF;
  border-top: 1.5px solid rgba(0, 0, 0, 0.08);
  border-left: 1.5px solid rgba(0, 0, 0, 0.08);
  border-right: 1.5px solid rgba(0, 0, 0, 0.08);
  border-bottom: none;
  box-shadow: 0 -20px 60px -10px rgba(0, 0, 0, 0.35);
  height: auto;
  max-height: 88vh;
  max-height: 88dvh;
  transform: translateY(100%);
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), max-height 0.3s ease;
}

.modal-shell.modal-open .modal-box {
  transform: translateY(0);
}

/* ── Desktop & Laptop: Centered Modal Dialog (Classic Middle-Page Format) ── */
@media (min-width: 640px) {
  .modal-box {
    border-radius: 32px !important;
    border: 1.5px solid #ECECEC !important;
    box-shadow: 0 25px 70px -15px rgba(0, 0, 0, 0.28) !important;
    height: auto !important;
    max-height: 85vh !important;
    transform: scale(0.96) !important;
    opacity: 0;
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }

  .modal-shell.modal-open .modal-box {
    transform: scale(1) !important;
    opacity: 1 !important;
  }
}

/* Modal Scroll Area with top gradual fading effect and comfortable bottom clearance */
.modal-scroll-area {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  mask-image: linear-gradient(to bottom,
      transparent 0px,
      rgba(0, 0, 0, 0.35) 10px,
      black 30px,
      black 100%);
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0px,
      rgba(0, 0, 0, 0.35) 10px,
      black 30px,
      black 100%);
}

/* Mobile safe area padding for bottom of scroll area */
@media (max-width: 639.98px) {
  .modal-scroll-area {
    padding-bottom: max(2.5rem, calc(env(safe-area-inset-bottom, 24px) + 1.25rem));
  }
}

@media (min-width: 640px) {
  .modal-scroll-area {
    padding-bottom: 2.25rem;
  }
}

/* Chrome, Edge, Safari WebKit customization for scrollbars */
.modal-scroll-area::-webkit-scrollbar,
.modal-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
  /* No visible track length */
}

.modal-scroll-area::-webkit-scrollbar-track,
.modal-box::-webkit-scrollbar-track {
  background: transparent;
  /* Track length completely invisible */
  border: none;
}

.modal-scroll-area::-webkit-scrollbar-thumb,
.modal-box::-webkit-scrollbar-thumb {
  background-color: transparent;
  /* Hidden by default */
  border-radius: 9999px;
  transition: background-color 0.25s ease;
}

/* Bar visible only when hovering over modal or on touch/scroll */
.modal-scroll-area:hover::-webkit-scrollbar-thumb,
.modal-scroll-area:focus-within::-webkit-scrollbar-thumb,
.modal-scroll-area:active::-webkit-scrollbar-thumb,
.modal-scroll-area.is-scrolling::-webkit-scrollbar-thumb,
.modal-box:hover::-webkit-scrollbar-thumb,
.modal-box:focus-within::-webkit-scrollbar-thumb,
.modal-box:active::-webkit-scrollbar-thumb,
.modal-box.is-scrolling::-webkit-scrollbar-thumb {
  background-color: rgba(17, 17, 17, 0.3);
}

.modal-scroll-area:hover::-webkit-scrollbar-thumb:hover,
.modal-box:hover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(17, 17, 17, 0.55);
}

/* Firefox scrollbar support */
.modal-scroll-area:hover,
.modal-scroll-area:focus-within,
.modal-scroll-area:active,
.modal-scroll-area.is-scrolling,
.modal-box:hover,
.modal-box:focus-within,
.modal-box:active,
.modal-box.is-scrolling {
  scrollbar-color: rgba(17, 17, 17, 0.3) transparent;
}

/* Clean pill input styling */
.pill-input {
  height: 56px;
  border-radius: 99px;
  border: 1.5px solid var(--border-input);
  background: #FFFFFF;
  padding: 0 20px;
  font-size: 15px;
  color: #111111;
  outline: none;
  width: 100%;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pill-input:focus {
  border-color: #111111;
  box-shadow: 0 0 0 1px #111111;
}

.pill-input::placeholder {
  color: #9A9A96;
}

.pill-textarea {
  border-radius: 22px;
  border: 1.5px solid var(--border-input);
  background: #FFFFFF;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.5;
  color: #111111;
  outline: none;
  width: 100%;
  resize: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pill-textarea:focus {
  border-color: #111111;
  box-shadow: 0 0 0 1px #111111;
}

.pill-textarea::placeholder {
  color: #9A9A96;
}

/* Metric badge card */
.metric-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 99px;
  background: #FFFFFF;
  border: 1.5px solid #ECECEC;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* Founder polaroid card */
.founder-frame {
  border-radius: 24px;
  overflow: hidden;
  background: #FFFFFF;
  border: 1.5px solid #ECECEC;
  padding: 10px;
  box-shadow: 0 14px 30px -12px rgba(0, 0, 0, 0.08);
}

/* Admin statuses */
.status-open {
  background: #efe7d4;
  color: #6a5420;
}

.status-contacted {
  background: #dce7ff;
  color: #1d3f9a;
}

.status-closed_fail {
  background: #f8d9d6;
  color: #8a2218;
}

.status-closed_success {
  background: #d9efe0;
  color: #1d6a38;
}

/* Hide scrollbar utility */
.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

/* Venue Card Multi-Image Carousel */
.venue-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
}

.venue-carousel-track {
  display: flex;
  height: 100%;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
}

.venue-carousel-slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  position: relative;
}

.venue-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: rgba(17, 17, 17, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
  z-index: 20;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.venue-card:hover .venue-carousel-btn,
.venue-carousel:focus-within .venue-carousel-btn {
  opacity: 1;
}

.venue-carousel-btn:hover {
  background: rgba(17, 17, 17, 0.9);
  transform: translateY(-50%) scale(1.08);
}

.venue-carousel-btn.prev {
  left: 8px;
}

.venue-carousel-btn.next {
  right: 8px;
}

@media (hover: none) {
  .venue-carousel-btn {
    opacity: 0.8;
  }
}

.venue-carousel-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 20;
  pointer-events: auto;
}

.venue-carousel-dot {
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.45);
  transition: width 0.25s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.25s ease;
  cursor: pointer;
  border: none;
  padding: 0;
}

.venue-carousel-dot.active {
  width: 18px;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.venue-carousel-dot:not(.active) {
  width: 5px;
}

.venue-carousel-dot:hover:not(.active) {
  background: rgba(255, 255, 255, 0.85);
}