@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
:root {
  --Primary: #f22233;
  --Secondary: #110a21;
  --Black: #000;
  --White: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.bookbtn {
  background: var(--Primary);
  padding: 5px 23px;
  color: var(--White);
  border: 1px solid var(--Black);
  border-radius: 50px;
  cursor: pointer;
}
.fs20 {
  font-size: 20px;
}
.social li a {
  color: var(--White);
}
.whatsapp {
  color: #25d366;
}
.menuBar .navbar-toggler {
  border: none;
  box-shadow: none;
}

.offcanvas {
  width: 280px;
}

.offcanvas .nav-link {
  font-size: 18px;
  padding: 10px 0;
}
.offcanvas .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.topbarSec {
  background: var(--Secondary);
}
.navbar .navbar-nav .nav-link {
  position: relative;
  padding-bottom: 6px;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show {
  color: var(--);
  border-bottom: 2px solid var(--Primary);
}
.menuBar {
  position: relative;
  overflow: hidden;
  height: 90vh; /* Full screen header, adjust if chahen */
}

.video-bg {
  object-fit: cover;
  z-index: -1; /* Navbar ke peeche rahe */
}

.navbar {
  z-index: 2; /* Video ke upar rahe */
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show {
  color: var(--White);
}
.navbar .navbar-nav .nav-link {
  color: var(--White);
}
/* FLOATING VERTICAL BUTTON */
.floating-btn {
  position: fixed;
  top: 50%;
  left: 0; /* viewport ke right edge */
  transform: translateY(-50%);
  background-color: var(--Primary);
  color: #fff;
  padding: 25px 10px;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  font-weight: bold;
  writing-mode: vertical-rl; /* vertical text */
  text-orientation: mixed;
  transform: translateY(-50%) rotate(180deg); /* top-to-bottom */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: background 0.3s;
}
.floating-btn:hover {
  background-color: #e64a19;
}

/* SLIDE FORM */
.slide-form {
  position: fixed;
  top: 50%;
  left: 0%; /* thoda gap floating button ke left side */
  transform: translateY(-50%) translateX(-100%);
  width: 350px;
  background: #fff;
  padding: 20px;
  border-radius: 8px 0 0 8px;
  box-shadow: -4px 0 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.4s ease;
  z-index: 9998;
}

/* FORM HEADER */
.slide-form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

/* ACTIVE STATE */
.slide-form.active {
  transform: translateY(-50%) translateX(0); /* slide in */
}
.welcomeText {
  align-items: center;
  position: absolute;
  bottom: 50px;
}
.fs30 {
  font-size: 30px;
}
.fs40 {
  font-size: 40px;
}
.fs50 {
  font-size: 50px;
}
.about-karaoke {
  background: #f9f9f9;
  padding: 6rem 0;
}

.image-wrapper {
  position: relative;
  width: 100%;
}

.main-img {
  width: 100%;
  border-radius: 16px;
}

.overlay-img {
  position: absolute;
  width: 55%;
  bottom: -30px;
  right: 0px;
  border-radius: 14px;
  border: 5px solid #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* CONTENT */
.sub-heading {
  color: #ff2c63;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.heading {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0;
}

.description {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.karaoke-points {
  list-style: none;
  padding: 0;
}

.karaoke-points li {
  margin-bottom: 8px;
  font-size: 16px;
}
.main-img,
.overlay-img {
  filter: brightness(0.85) contrast(1.15) saturate(1.2);
}
.karaoke-btn {
  background-color: var(--Primary);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border: none;
  transition: all 0.3s ease;
}

.karaoke-btn:hover {
  background-color: #d91e2d;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(242, 34, 51, 0.4);
}
/* SECTION */
.cta-karaoke-ultra {
  position: relative;
  padding: 50px 0; /* slim height */
  overflow: hidden;
  color: #fff;
  background: var(--Primary);
  padding-bottom: 20px;
}

/* BACKGROUND IMAGE + LIGHT EFFECT */
.neon-bg {
  position: absolute;
  inset: 0;
  background: var(--Primary);
  /* filter: brightness(0.35); */
  z-index: 0;
}

/* TEXT */
.cta-title {
  font-size: 34px;
  font-weight: 900;
  z-index: 2;
  position: relative;
}

.cta-title span {
  color: #fff;
  background: #000;
  padding: 2px 8px;
  border-radius: 6px;
  text-transform: uppercase;
}

.cta-subtitle {
  font-size: 16px;
  opacity: 0.9;
  margin-top: 5px;
  z-index: 2;
  position: relative;
}

/* BUTTON */
.cta-ultra-btn {
  position: relative;
  display: inline-block;
  background: var(--Secondary);
  color: #fff;
  padding: 12px 30px;
  font-weight: 700;
  border-radius: 30px;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s ease;
}

.cta-ultra-btn:hover {
  background: #fff;
  color: var(--Primary);
  transform: translateY(-3px);
}

/* PULSE RING ANIMATION */
.pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  border: 2px solid #fff;
  animation: pulseRing 1.6s infinite;
  z-index: 1;
}

@keyframes pulseRing {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* NEON LIGHT SPARK EFFECT */
.cta-karaoke-ultra::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: -20%;
  left: -50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15),
    transparent 70%
  );
  transform: rotate(25deg);
  animation: neonMove 3s infinite linear;
}

@keyframes neonMove {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}
/* Heading */
.venue-heading {
  font-size: 32px;
  font-weight: 900;
  color: var(--Primary);
  text-transform: uppercase;
}

.venue-subtitle {
  font-size: 16px;
  color: #aaa;
  margin-top: 6px;
}

/* Card */
.venue-card {
  background: var(--White);
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.217);
  transition: all 0.3s ease;
}

.venue-card:hover {
}

/* Card Image */
.card-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.venue-card:hover .card-img img {
  transform: scale(1.05);
}

/* Card Body */
.card-body {
  padding: 25px;
}

.card-body h5 {
  font-size: 20px;
  font-weight: 700;
  color: var(--Primary);
  margin-bottom: 6px;
}

.card-body p {
  font-size: 14px;
  color: var(--Black);
  margin-bottom: 10px;
}

/* Button */
.card-btn {
  display: inline-block;
  background: var(--Primary);
  color: #fff;
  padding: 8px 22px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: none;
}

.card-btn:hover {
  background: var(--White);
  transform: translateY(-2px);
  color: var(--Black);
}

/* Swiper adjustments */
.swiper {
  padding-bottom: 30px;
}

/* SECTION */
.explore-venue-cta {
  position: relative;
  background: var(--Primary);
  color: #fff;
  overflow: hidden;
  padding: 60px 0; /* slim but impactful */
}

/* BACKGROUND IMAGE OVERLAY */
.explore-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.pexels.com/photos/941861/pexels-photo-941861.jpeg")
    center/cover no-repeat;
  opacity: 0.15;
  filter: brightness(0.6);
  z-index: 0;
}

/* TITLE & TEXT */
.explore-title {
  font-size: 34px;
  font-weight: 900;
  z-index: 1;
  position: relative;
}

.explore-subtitle {
  font-size: 16px;
  margin-top: 8px;
  z-index: 1;
  position: relative;
  color: #eee;
}

/* BUTTON */
.explore-btn {
  position: relative;
  background: #fff;
  color: var(--Primary);
  padding: 14px 36px;
  font-weight: 700;
  border-radius: 30px;
  transition: all 0.3s ease;
  z-index: 1;
}

.explore-btn:hover {
  background: var(--Accent);
  color: #fff;
  transform: translateY(-3px);
}

/* Optional: Pulse Glow Behind Button */
.explore-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  border: 2px solid #fff;
  opacity: 0.5;
  z-index: -1;
  animation: pulseGlow 1.8s infinite;
}

@keyframes pulseGlow {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* Section */
.get-quote-section {
  position: relative;
  background: var(--Secondary);
  color: #fff;
  padding: 60px 0;
  overflow: hidden;
}

/* Background Overlay */
.quote-bg {
  position: absolute;
  inset: 0;
  background: url("https://images.pexels.com/photos/941861/pexels-photo-941861.jpeg")
    center/cover no-repeat;
  opacity: 0.1;
  filter: brightness(0.5);
  z-index: 0;
}

/* Heading */
.quote-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--Primary);
  text-transform: uppercase;
}

.quote-subtitle {
  font-size: 16px;
  color: #ccc;
  margin-top: 6px;
}

/* Form */
.quote-form .form-control {
  background: #111;
  border: 1px solid #333;
  border-radius: 10px;
  color: #fff;
  padding: 12px 15px;
  transition: all 0.3s ease;
}
.quote-form .form-control::placeholder {
  color: #777;
}

.quote-form .form-control:focus {
  border-color: var(--Primary);
  box-shadow: 0 0 8px rgba(242, 34, 51, 0.5);
  background: #1a1a1a;
}

/* Button */
.quote-btn {
  background: var(--Primary);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.quote-btn:hover {
  background: var(--Accent);
  transform: translateY(-2px);
}

/* Optional Pulse Glow */
.quote-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  border: 2px solid #fff;
  opacity: 0.3;
  z-index: -1;
  animation: pulseGlow 1.8s infinite;
}

@keyframes pulseGlow {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.faq-section {
  background: #fff;
  color: #111;
  padding: 60px 0;
}

/* Heading */
.faq-heading {
  font-size: 32px;
  font-weight: 900;
  color: #f22233; /* club accent */
}

.faq-subtitle {
  font-size: 16px;
  color: #555;
  margin-top: 6px;
}

/* Accordion */
.accordion-button {
  background: #f9f9f9;
  color: #111;
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 8px;
  padding: 16px;
  transition: all 0.3s ease;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background: #f22233;
  color: #fff;
}

.accordion-body {
  background: #fff;
  padding: 16px;
  border-left: 3px solid #f22233;
  font-size: 14px;
  color: #333;
}

/* Hover effect for collapsed buttons */
.accordion-button:hover {
  background: #ffe6e9;
}

.site-footer {
  background: var(--Primary);
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: #f22233;
}

/* Social icons */
.social-icon {
  display: inline-block;
  margin: 0 8px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #222;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #f22233;
  color: #fff;
  transform: scale(1.1);
}

/* Footer logo */
.footer-logo img {
  max-width: 120px;
  height: auto;
}

/* Copyright */
.site-footer p {
  margin: 0;
  color: #fff;
}
