* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
  box-sizing: border-box;
}

body {
  font-family: var(--theme-font);
  color: #000;
  font-size: 16px;
}

:root {
  --color-black: #000;
  --theme-color: #197175;
  --theme-color2: #e6a34c;
  --theme-color3: #1b5c68;
  --white-color: #fff;
  --theme-font: "Poppins", sans-serif;
  --heading-font: "Momo Trust Display", sans-serif;
}

::-moz-selection {
  background-color: var(--theme-color);
  color: #fff;
}

::selection {
  background-color: var(--theme-color);
  color: #fff;
}

.bg-grey {
  background-color: #EFEFEF;
}

.text-bold {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

p {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--theme-font);
}

a {
  text-decoration: none;
  color: inherit;
}

.theme-color {
  color: var(--theme-color);
  font-family: inherit;
}

.theme-color2 {
  color: var(--theme-color2);
  font-family: inherit;
}

.ab-graphic-responsive-title {
  display: none;
}

.common-heading {
  font-family: var(--heading-font);
  font-size: 48px;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.common-heading span {
  font-family: inherit;
}

.section-title h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1em;
  text-transform: capitalize;
  background-color: var(--theme-color2);
  color: #fff;
  border-radius: 99px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.common-btn {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 113, 117, 0.3);
}
.common-btn:hover {
  background-color: var(--theme-color2); /* Changes to Gold */
  color: var(--white-color);
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(230, 163, 76, 0.4);
}

.common-space {
  padding: 4rem 0;
}

header {
  position: fixed;
  top: 0px;
  background: #ffffff;
  width: 100%;
  z-index: 11;
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
  border-radius: 0px;
  left: 50%;
  transform: translateX(-50%);
}
header .container-fluid {
  margin: 0px 10px;
}
header .topbar {
  background-color: var(--theme-color);
  padding: 8px 0;
}
header .topbar .top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .topbar .top-inner .left-top {
  display: flex;
}
header .topbar .top-inner .left-top .cont-box {
  display: flex;
  align-items: center;
  margin-right: 1.5rem;
}
header .topbar .top-inner .left-top .cont-box i {
  color: #fff;
  margin-right: 0.5rem;
}
header .topbar .top-inner .left-top .cont-content p {
  margin: 0;
  color: #fff;
}
header .topbar .top-inner .left-top .cont-content p a {
  color: #fff;
}
header .topbar .top-inner .right-top .header-socials ul {
  display: flex;
  margin-bottom: 0;
}
header .topbar .top-inner .right-top .header-socials ul li {
  list-style: none;
  color: #fff;
  margin-left: 1rem;
}
header .topbar .top-inner .right-top .header-socials ul li a {
  color: #fff;
  width: 30px;
  height: 30px;
  background: var(--theme-color2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.3s;
}
header .topbar .top-inner .right-top .header-socials ul li a:hover {
  background: white;
  color: var(--theme-color);
}
header .navbar-brand img {
  max-height: 80px;
}
header nav {
  background-color: transparent;
  padding: 5px 0 !important;
}
header nav ul.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: var(--heading-font);
  padding: 10px 15px;
}
header nav ul.navbar-nav .nav-item .nav-link.active {
  color: #000000;
  transition: 0.3s;
}
header nav ul.navbar-nav .nav-item .nav-link.active:hover {
  color: var(--theme-color);
}
header .callnw-btns a {
  display: flex;
  align-items: center;
  background: unset;
  background-color: var(--theme-color3);
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  animation: unset;
}
header .callnw-btns .cc-icp {
  border-radius: 25px;
  background-color: var(--theme-color);
  width: 40px;
  height: 40px;
  margin-left: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.call-flaot {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #189233;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  margin-top: 0px;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 82px;
  left: 12px;
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #00e676;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  box-shadow: 2px 2px 3px #999;
  z-index: 10;
  line-height: 50px;
  transition: all ease-in-out 0.2s;
  bottom: 20px;
  left: 10px;
}

.banner-home {
  padding: 0px 0 0;
  max-height: 100vh;
  overflow: hidden;
}
.banner-home .owl-carousel {
  position: relative;
}
.banner-home .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.banner-home .owl-carousel .owl-nav button.owl-prev,
.banner-home .owl-carousel .owl-nav button.owl-next {
  pointer-events: all;
  background: var(--theme-color);
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.banner-home .owl-carousel .owl-nav button.owl-prev:hover,
.banner-home .owl-carousel .owl-nav button.owl-next:hover {
  background: var(--theme-color);
  color: #fff;
  transform: scale(1.1);
  border-color: #fff;
}
.banner-home .owl-carousel .owl-nav button.owl-prev i,
.banner-home .owl-carousel .owl-nav button.owl-next i {
  line-height: 0;
}
.banner-home .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
}
.banner-home .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 10px;
}
@media (max-width: 768px) {
  .banner-home .owl-carousel .owl-nav button.owl-prev,
  .banner-home .owl-carousel .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
  .banner-home .owl-carousel .owl-nav .owl-prev {
    left: 5px;
  }
  .banner-home .owl-carousel .owl-nav .owl-next {
    right: 5px;
  }
}
.banner-home .bnr-img {
  position: relative;
}
.banner-home .bnr-img .name-float {
  position: absolute;
  z-index: 2;
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0705882353);
  text-align: center;
  display: flex;
  width: 80%;
  gap: 20px;
}
.banner-home .bnr-img .name-float h4 {
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #30499e;
}
.banner-home .bnr-img .name-float p {
  margin-bottom: 0;
  line-height: 25px;
}
.banner-home .bnr-img .name-float .years-ex {
  border-left: 1px dotted var(--theme-color);
  padding-left: 20px;
}
.banner-home .bnr-img .name-float .years-ex p b {
  color: var(--theme-color);
  font-size: 20px;
  display: block;
}
.banner-home .content-bnr {
  margin-top: 8rem;
  padding: 15px;
}
.banner-home .inner-content {
  position: absolute;
  top: 0;
  z-index: 9;
  left: 0;
  width: 100%;
}
.banner-home .inner-content h2 {
  color: var(--theme-color);
  font-size: 3rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1450980392);
  -webkit-text-stroke: 1px #ffffff;
}
.banner-home .inner-content h2 span {
  color: rgb(140, 155, 33);
  font-family: inherit;
}
.banner-home .inner-content p {
  color: #fff;
}
.banner-home .bnr-btn-wraps {
  display: flex;
  align-items: center;
}
.banner-home .bnr-btn-wraps a:nth-child(2) {
  background-color: #fff;
  color: var(--theme-color);
  margin-left: 0.5rem;
}
.banner-home .common-btn {
  margin-left: 5px;
}
.banner-home .bnr-btn-wraps span {
  font-weight: 600;
}
.banner-home .bnr-btn-wraps a {
  font-weight: 600;
}
.banner-home .bg-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-home img {
  display: block;
  width: 100%;
  z-index: 0;
  position: relative;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer {
  padding: 60px 0px;
  background-color: #02344b;
}
.footer .footer-inner p {
  padding-top: 10px;
  margin-bottom: 0px;
  color: white;
}
.footer .footer-widget h4 {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 25px;
}
.footer .footer-widget h4::before {
  width: 70px;
  height: 3px;
  content: "";
  left: 0;
  bottom: -10px;
  position: absolute;
  background: var(--theme-color2);
}
.footer .footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer .footer-widget ul li {
  list-style: none;
  padding-top: 10px;
}
.footer .footer-widget ul a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  opacity: 1;
  transition: all 0.3s;
  font-size: 15px;
}
.footer .footer-widget ul a:hover {
  color: var(--theme-color2);
}
.footer .footer-widget .add li {
  font-size: 15px;
  color: white;
  display: grid;
  gap: 10px;
  grid-template-columns: 30px 1fr;
  align-items: center;
}
.footer .footer-widget .add li i {
  font-size: 15px;
  color: #ffffff;
  background: var(--theme-color2);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}
.footer .footer-widget .social li {
  display: inline-block;
}
.footer .footer-widget .social a {
  text-decoration: none;
  color: white;
  opacity: 1;
  margin-right: 10px;
  font-size: 16px;
  min-width: 35px;
  height: 35px;
  background: var(--theme-color2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  transition: 0.3s;
}
.footer .footer-widget .social a:hover {
  background: white;
  color: var(--theme-color2);
}

.footer-bottom {
  background-color: #022c3f;
  border-top: 0.5px solid rgba(255, 255, 255, 0.0901960784);
  padding: 15px;
}
.footer-bottom p {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0px;
}

.party-btn {
  padding: 14px 32px;
  border: none;
  border-radius: 32px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)), conic-gradient(#ffc336, #07c3f5, #f94eff, #ffd166);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.45), 0 0 20px rgba(255, 77, 210, 0.2);
  transition: 0.25s;
  /* Default glowing pulse */
  animation: glowPulse 2.2s infinite ease-in-out;
}

/* Pulsating glow loop */
@keyframes glowPulse {
  0% {
    box-shadow: 0 6px 20px rgba(255, 77, 210, 0.3), 0 0 10px rgba(77, 217, 255, 0.2);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 35px rgba(255, 77, 210, 0.55), 0 0 60px rgba(77, 217, 255, 0.4);
    transform: scale(1.04);
  }
  100% {
    box-shadow: 0 6px 20px rgba(255, 77, 210, 0.3), 0 0 10px rgba(77, 217, 255, 0.2);
    transform: scale(1);
  }
}
.party-btn::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  background: radial-gradient(circle, rgba(255, 77, 210, 0.25), transparent 60%), radial-gradient(circle, rgba(77, 217, 255, 0.2), transparent 70%);
  filter: blur(15px);
  opacity: 0;
  transition: 0.25s;
  z-index: -1;
}

/* Hover jump + extra glow */
.party-btn:hover {
  transform: translateY(-6px) scale(1.06);
}

/* Confetti burst */
.party-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
}

.party-btn:hover::before {
  opacity: 1;
  animation: confetti 0.8s forwards ease-out;
}

@keyframes confetti {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    box-shadow: 0 -8px #ffd166, 8px 0 #ff4dd2, -8px 0 #4dd9ff;
  }
  100% {
    transform: translate(-50%, -120%) scale(1.1);
    opacity: 0;
    box-shadow: -30px -90px rgba(255, 209, 102, 0.9), 30px -80px rgba(255, 77, 210, 0.9), -10px -60px rgba(77, 217, 255, 0.9);
  }
}
.about-funky {
  color: #000000;
  position: relative;
  overflow: hidden;
  /* Floating glow circles */
  /* Pulse glow */
  /* floating animation */
  /* Funky Button */
}
.about-funky .funky-title {
  font-family: var(--heading-font);
  font-size: 48px;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  margin-bottom: 28px;
  /* Gold Underline */
}
.about-funky .funky-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--theme-color3);
  margin: 10px auto 0;
  left: 0;
  position: absolute;
}
.about-funky .funky-text {
  font-size: 1.05rem;
  margin-bottom: 10px;
  line-height: 1.65;
}
.about-funky .funky-list {
  padding: 0;
  list-style: none;
  margin: 15px 0;
}
.about-funky .funky-list li {
  margin: 6px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.about-funky .about-main-img {
  position: relative;
}
.about-funky .funky-img-wrapper.wraper-2 {
  position: absolute;
  width: 75%;
  top: 84%;
}
.about-funky .aboy-bo-content {
  border-left: 3px solid var(--theme-color);
  padding-left: 15px;
}
.about-funky .funky-img-wrapper {
  position: relative;
}
.about-funky .funky-img {
  border: 4px solid var(--theme-color);
  box-shadow: 0 0 25px rgba(255, 77, 210, 0.6);
  animation: pulseGlow 2.3s infinite ease-in-out;
}
.about-funky .glow-circle {
  position: absolute;
  width: 140px;
  height: 140px;
  background: rgba(255, 77, 210, 0.5);
  filter: blur(80px);
  border-radius: 50%;
  top: -30px;
  left: -30px;
  animation: float 4s infinite ease-in-out;
}
.about-funky .glow-circle.glow-2 {
  background: rgba(77, 217, 255, 0.4);
  bottom: -30px;
  right: -30px;
  top: auto;
  left: auto;
  animation-delay: 1.2s;
}
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 25px rgba(255, 77, 210, 0.5);
  }
  50% {
    box-shadow: 0 0 45px rgba(77, 217, 255, 0.7);
  }
  100% {
    box-shadow: 0 0 25px rgba(255, 77, 210, 0.5);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.about-funky .btn-funky {
  background: #0b0312;
  font-weight: 700;
  border: none;
  padding: 12px 28px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s ease;
}
.about-funky .btn-funky:hover {
  color: #ffffff;
  background: var(--theme-color3);
}
.about-funky .dance {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  max-width: 171px;
}

/* CTA Section */
.cta-funky {
  background: linear-gradient(180deg, rgb(78, 78, 78) 0%, rgba(137, 137, 137, 0.9) 100%), url(img/11.jpg);
  background-size: cover;
  background-position: bottom;
  color: #fff;
  overflow: hidden;
  position: relative;
  /* Title Animation */
  /* Disco Lights Effect */
  /* Funky CTA Button */
}
.cta-funky .disco-img.img-1 {
  position: absolute;
  left: 0;
  top: -64px;
}
.cta-funky .disco-img.img-1 img {
  max-width: 139px;
  mix-blend-mode: multiply;
}
.cta-funky .disco-img.img-2 {
  position: absolute;
  bottom: -80px;
  right: 8px;
}
.cta-funky .disco-img.img-2 img {
  max-width: 107px;
  mix-blend-mode: multiply;
}
.cta-funky .cta-title {
  font-family: var(--heading-font);
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  /* Gold Underline */
}
.cta-funky .cta-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #fff;
  margin: 10px auto 0;
}
@keyframes textGlow {
  0% {
    text-shadow: 0 0 10px rgba(255, 77, 210, 0.5);
  }
  50% {
    text-shadow: 0 0 30px rgba(77, 217, 255, 0.8);
  }
  100% {
    text-shadow: 0 0 10px rgba(255, 77, 210, 0.5);
  }
}
.cta-funky .cta-text {
  font-size: 1.1rem;
  opacity: 0.95;
  font-weight: 500;
}
.cta-funky .disco-light {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.6;
  animation: discoFloat 6s infinite ease-in-out;
  z-index: 0;
}
.cta-funky .disco-1 {
  background: #ff4dd2;
  top: -50px;
  left: -50px;
}
.cta-funky .disco-2 {
  background: #4dd9ff;
  bottom: -40px;
  right: -60px;
  animation-delay: 1s;
}
.cta-funky .disco-3 {
  background: #ffd166;
  top: 30%;
  left: 70%;
  animation-delay: 2s;
}
@keyframes discoFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.2);
  }
}
.cta-funky .btn-funky-cta {
  background: #000;
  padding: 14px 36px;
  font-size: 1.1rem;
  font-weight: 700;
  border: none;
  border-radius: 50px;
  color: hsl(0, 0%, 100%);
  position: relative;
  overflow: hidden;
  z-index: 2;
  transition: 0.3s;
}
.cta-funky .btn-funky-cta:hover {
  color: var(--theme-color3);
  background: #fff;
}
.cta-funky .cta-small {
  font-size: 0.9rem;
  opacity: 0.75;
  margin-top: 10px;
}

.dancefloor-section {
  background-size: 300% 300%;
  animation: neonBG 6s infinite linear;
  color: #000000;
  position: relative;
}
@keyframes neonBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.dancefloor-section .funky-title {
  font-size: 40px;
  font-weight: 800;
  text-shadow: 0 0 10px #ff0080, 0 0 20px #00ffff;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.dancefloor-section .intro-text {
  font-size: 18px;
  font-weight: 600;
}
.dancefloor-section .funky-img {
  border-radius: 10px;
  height: 563px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: glowImg 2s infinite alternate;
}
@keyframes glowImg {
  from {
    box-shadow: 0 0 10px #fff;
  }
  to {
    box-shadow: 0 0 25px #00ffea;
  }
}
.dancefloor-section .spec-box {
  background: rgba(0, 0, 0, 0.4);
  border: 2px dashed #fff;
  border-radius: 12px;
}
.dancefloor-section .price .price {
  font-size: 30px;
  font-weight: 900;
  text-shadow: 0 0 10px yellow;
}
.dancefloor-section .party-btn {
  display: inline-block;
  background: #ff007b;
  padding: 12px 35px;
  font-size: 20px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 0 15px #ff00ff;
  transition: 0.2s;
  animation: btnAnim 1s infinite alternate;
}
.dancefloor-section .party-btn:hover {
  transform: scale(1.15) rotate(-2deg);
  background: #ffea00;
  color: #000;
  box-shadow: 0 0 25px #fff;
}
@keyframes btnAnim {
  from {
    box-shadow: 0 0 10px #ff00ff;
  }
  to {
    box-shadow: 0 0 25px #00ffff;
  }
}
.dancefloor-section .des1 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 200px;
}
.dancefloor-section .list-unstyled {
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 14px;
  gap: 15px;
  font-weight: 600;
}
.dancefloor-section .right-product {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1882352941);
  border-radius: 23px;
}
.dancefloor-section .viwemore a {
  padding: 12px 24px !important;
  font-size: 12px !important;
  margin-bottom: 15px;
}

.gallery-section {
  background-color: #f9fbfb; /* Very subtle teal-grey tint for separation */
  padding: 80px 0;
  position: relative;
  font-family: var(--theme-font);
  /* --- Header Styling (Matches previous sections) --- */
  /* --- Gallery Card Styling --- */
  /* --- Owl Carousel Dots Customization --- */
  /* --- View Button --- */
}
.gallery-section .section-header {
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.gallery-section .section-header .main-title {
  font-family: var(--heading-font);
  font-size: 48px;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  /* Gold Underline */
}
.gallery-section .section-header .main-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--theme-color3);
  margin: 10px auto 0;
}
.gallery-section .section-header .intro-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.gallery-section .gallery-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden; /* Keeps the zoom inside the box */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Soft shadow */
  margin: 15px; /* Spacing for shadow */
  height: 350px; /* Fixed height for uniformity */
  border: 1px solid rgba(25, 113, 117, 0.1);
  /* Hover Effect: Zoom Image */
  /* Hover Effect: Gold Border overlay */
}
.gallery-section .gallery-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}
.gallery-section .gallery-card:hover img {
  transform: scale(1.1);
}
.gallery-section .gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 0px solid var(--theme-color2);
  transition: border-width 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.gallery-section .gallery-card:hover::after {
  border-width: 4px; /* Gold border appears on hover */
}
.gallery-section .owl-dots {
  margin-top: 30px;
  text-align: center;
}
.gallery-section .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #dae1e3 !important; /* Light grey default */
  display: block;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.gallery-section .owl-dots .owl-dot.active span, .gallery-section .owl-dots .owl-dot:hover span {
  background: var(--theme-color) !important; /* Teal Active */
  transform: scale(1.2);
  box-shadow: 0 0 0 2px var(--white-color), 0 0 0 4px var(--theme-color2); /* Gold Ring effect */
}
.gallery-section .view-btn {
  display: inline-block;
  color: var(--theme-color3);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 2px solid var(--theme-color2);
  padding-bottom: 5px;
  transition: all 0.3s ease;
}
.gallery-section .view-btn:hover {
  color: var(--theme-color);
  letter-spacing: 1px;
}

.testimonial-section {
  background-color: var(--white-color); /* Clean White Canvas */
  padding: 80px 0;
  font-family: var(--theme-font);
  color: var(--color-black);
  /* --- Header Styling --- */
  /* --- Minimalist Card Styling --- */
  /* --- Carousel Dots --- */
}
.testimonial-section .section-header {
  margin-bottom: 40px;
}
.testimonial-section .section-header .main-title {
  font-family: var(--heading-font);
  font-size: 48px;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  /* Gold Underline */
}
.testimonial-section .section-header .main-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--theme-color3);
  margin: 10px auto 0;
}
.testimonial-section .section-header .intro-text {
  font-size: 16px;
  color: #000000;
  max-width: 500px;
  margin: 0 auto;
}
.testimonial-section .test-card {
  /* No solid background, just an outline */
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08); /* Very subtle grey border */
  border-radius: 8px;
  padding: 40px 30px;
  position: relative;
  transition: all 0.4s ease;
  margin: 15px;
  /* Floating Quote Icon (Watermark style) */
  /* --- Hover Interaction --- */
}
.testimonial-section .test-card .quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 40px;
  color: #f0f0f0; /* Very light grey initially */
  transition: 0.4s;
  z-index: 0;
}
.testimonial-section .test-card .card-body {
  position: relative;
  z-index: 1;
}
.testimonial-section .test-card .stars {
  color: var(--theme-color2);
  font-size: 13px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.testimonial-section .test-card .test-text {
  font-size: 16px;
  line-height: 1.8;
  color: #000000; /* Soft black */
  margin-bottom: 25px;
  font-weight: 400;
}
.testimonial-section .test-card .test-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--theme-color3);
  margin: 0;
}
.testimonial-section .test-card .test-role {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 5px;
  display: block;
}
.testimonial-section .test-card:hover {
  border-color: var(--theme-color); /* Border turns Teal */
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(25, 113, 117, 0.08); /* Soft Teal Shadow */
}
.testimonial-section .test-card:hover .quote-icon {
  color: rgba(230, 163, 76, 0.2); /* Icon turns faint gold */
  transform: scale(1.1);
}
.testimonial-section .owl-dots {
  margin-top: 40px;
  text-align: center;
}
.testimonial-section .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #eee !important;
  margin: 5px 6px;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.testimonial-section .owl-dots .owl-dot.active span, .testimonial-section .owl-dots .owl-dot:hover span {
  background: var(--theme-color3) !important; /* Dark Teal Active */
  transform: scale(1.2);
}

.footer-section {
  background: linear-gradient(179deg, #1b1b1b, rgba(77, 77, 77, 0.97)), url(img/dance-party-club.jpg);
  color: var(--white-color);
  font-family: var(--theme-font);
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
  background-size: cover;
  /* --- Titles --- */
  /* --- Menus (WordPress) --- */
  /* --- Contact List --- */
  /* --- Social Icons --- */
  /* --- Copyright Bar --- */
}
.footer-section .footer-title {
  font-family: var(--heading-font);
  font-size: 28px;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
  /* Gold underline decoration */
}
.footer-section .footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: var(--theme-color3);
}
.footer-section .footer-menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-menu-wrapper ul li {
  margin-bottom: 12px;
}
.footer-section .footer-menu-wrapper ul li a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease;
  display: inline-block;
}
.footer-section .footer-menu-wrapper ul li a:hover {
  color: var(--theme-color3); /* Turns Gold on hover */
  transform: translateX(5px); /* Subtle slide effect */
}
.footer-section .contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.footer-section .contact-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
}
.footer-section .contact-list li i {
  color: #fff; /* Gold Icons */
  font-size: 18px;
  margin-right: 15px;
  margin-top: 4px; /* Align icon with text top */
  min-width: 20px;
}
.footer-section .contact-list li a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-section .contact-list li a:hover {
  color: var(--theme-color3);
}
.footer-section .social-links {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 15px;
}
.footer-section .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-section .social-links li a:hover {
  background-color: var(--theme-color3); /* Gold background */
  color: var(--white-color);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-color: var(--theme-color3);
}
.footer-section .social-links li a i {
  font-size: 18px;
}
.footer-section .copyright-area {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.footer-section .copyright-area p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.social-party {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 12px;
}
.social-party li a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #ff00ff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: 0.3s;
  box-shadow: 0 0 10px rgba(255, 0, 255, 0.3137254902);
}
.social-party li a:hover {
  transform: scale(1.2) rotate(8deg);
  color: #000;
  background: #ff00ff;
  border-color: #00f2ff;
  box-shadow: 0 0 15px #ff00ff, 0 0 25px #00eaff;
}

.bredcumb {
  padding: 84px 0 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-image: linear-gradient(180deg, #0b021c 0%, #120436 100%);
  background-position: center;
  position: relative;
  color: #fff;
}
.bredcumb h1 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.bredcumb .bred-list-wrappe ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.bredcumb .bred-list-wrappe ul li {
  margin-right: 5px;
  list-style: none;
}
.bredcumb .bred-list-wrappe ul li:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding-left: 8px;
  padding-right: 5px;
}
.bredcumb .bred-list-wrappe ul li:last-child:after {
  display: none;
}

.price-section .h2 {
  color: var(--theme-color);
  font-weight: 600;
}

.pd-wrappers {
  background: linear-gradient(45deg, #cb3cd4, #5600ff);
  padding: 25px;
  border-radius: 5px;
}
.pd-wrappers .variations {
  margin-bottom: 10px;
}
.pd-wrappers .variations tr {
  display: flex;
}
.pd-wrappers .variations select {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.pd-wrappers .variations option {
  width: 100%;
}
.pd-wrappers .variations .label {
  min-width: 18%;
}
.pd-wrappers .variations .label label {
  padding-bottom: 21px;
  text-transform: capitalize;
}
.pd-wrappers .variations .value {
  display: flex;
  gap: 15px;
  align-items: center;
}
.pd-wrappers .woocommerce-variation-price {
  border: dotted 2px;
  padding: 8px 30px;
  margin-bottom: 22px;
  margin-top: 13px;
}
.pd-wrappers .woocommerce-variation {
  display: flex;
  color: #fff;
  font-size: 26px;
}
.pd-wrappers .stock.in-stock {
  margin: 0;
  margin-top: 24px;
  font-size: 19px;
  display: none;
  color: red;
  background-color: #fff;
  padding: 1px 10px;
  margin-left: 15px;
}
.pd-wrappers .reset_variations {
  color: #fff;
  background-color: red;
  padding: 6px 5px;
}
.pd-wrappers button.cms-addtocart-btn {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fff !important;
  opacity: 1 !important;
  font-weight: 600;
  border: solid 3px;
  cursor: not-allowed;
  cursor: pointer !important;
}
.pd-wrappers button.cms-addtocart-btn:not(.disabled) {
  cursor: pointer !important;
}
.pd-wrappers button.wc-buy-now-btn-single {
  width: 61%;
  background-color: var(--theme-color2) !important;
  border: none !important;
  border-color: transparent !important;
  padding: 7px 0;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 20px;
  margin-left: 6%;
  margin-top: 6px;
}
.pd-wrappers button.wc-buy-now-btn-single:hover {
  opacity: 0.9;
}

.product-text-details {
  padding: 23px;
  background-color: rgba(243, 243, 243, 0.8588235294);
  border-radius: 5px;
}
.product-text-details #description-tab {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 20px;
}
.product-text-details #reviews-tab {
  color: #212121;
  font-weight: 600;
  font-size: 20px;
}
.product-text-details .tab-content {
  background-color: #fff !important;
}
.product-text-details .tab-content ul li {
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--theme-font);
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.product-text-details .tab-content ul li:before {
  content: "\f00c";
  position: absolute;
  left: -24px;
  color: var(--theme-color);
  font-size: 20px;
  font-family: "fontawesome";
}
.product-text-details .tab-content h4 {
  font-size: 20px;
  color: var(--theme-color);
}
.product-text-details #respond h3 {
  font-size: 20px;
  color: var(--theme-color);
}
.product-text-details #respond .comment-form-comment {
  display: flex;
  gap: 15px;
}
.product-text-details #respond label {
  color: #212121;
  display: flex;
}
.product-text-details #respond textarea {
  height: 150px;
  width: 100%;
  border: none;
}
.product-text-details #respond #commentform {
  background-color: rgba(245, 245, 245, 0.8117647059);
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}
.product-text-details #respond #submit {
  background-color: #fff;
  padding: 8px 23px;
  background: linear-gradient(45deg, #cb3cd4, #5600ff);
  color: #fff;
  border: none;
}

form.checkout.woocommerce-checkout .checkout-two-column-layout {
  display: flex;
  gap: 15px;
}

form.checkout.woocommerce-checkout #order_review_table strong {
  color: #000000 !important;
}

form.checkout.woocommerce-checkout .two-column-layout-left {
  background-image: linear-gradient(45deg, #353535, #4f4f4f, #454545);
}

form.checkout.woocommerce-checkout #payment label {
  color: #000;
}

form.checkout.woocommerce-checkout p#delivery-charge-info {
  color: #fff !important;
  margin-left: 10px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: #ffffff !important;
}

.woocommerce .woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #ffffff !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

#cclw_payment_section #payment ul.payment_methods li .payment_box {
  margin-top: 15px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: unset;
  background-color: #f3f3f3;
}

form.checkout_coupon.woocommerce-form-coupon button.btn.btn-fill.btn-primary {
  background-color: #a21769;
  border: unset;
  padding: 11px 16px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  form.checkout.woocommerce-checkout .checkout-two-column-layout {
    flex-direction: column;
  }
  form.checkout.woocommerce-checkout .checkout-two-column-layout .two-column-layout-left {
    width: 100%;
  }
  form.checkout.woocommerce-checkout .two-column-layout-right {
    width: 100%;
  }
}
.dancefloor-section {
  background-color: var(--white-color);
  padding: 80px 20px;
  font-family: var(--theme-font);
  color: var(--color-black);
  /* --- Header Styling --- */
  /* --- Layout Wrapper --- */
  /* --- Left: Image Box --- */
  /* --- Right: Details & Table --- */
  /* --- Button Styling --- */
}
.dancefloor-section .section-header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.dancefloor-section .section-header .main-title {
  font-family: var(--heading-font);
  font-size: 48px;
  color: #000;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  /* Add a subtle gold underline */
}
.dancefloor-section .section-header .main-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--theme-color);
  margin: 10px auto 0;
  border-radius: 2px;
}
.dancefloor-section .section-header .intro-text {
  font-size: 16px;
  line-height: 1.6;
  color: #555; /* Slightly softer black */
}
.dancefloor-section .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 991px) {
  .dancefloor-section .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.dancefloor-section .image-box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(27, 92, 104, 0.15); /* Soft teal shadow */
  border: 1px solid rgba(25, 113, 117, 0.1);
}
.dancefloor-section .image-box .product-img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.dancefloor-section .image-box:hover .product-img {
  transform: scale(1.03);
}
.dancefloor-section .image-box .price-tag {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--white-color);
  padding: 15px 25px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  border-left: 5px solid var(--theme-color2);
}
.dancefloor-section .image-box .price-tag .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--theme-color3);
}
.dancefloor-section .image-box .price-tag .amount {
  font-size: 24px;
  font-weight: 700;
  color: var(--theme-color);
}
.dancefloor-section .details-box {
  background-color: var(--white-color);
}
.dancefloor-section .table-container {
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden; /* Clips corners of header */
  margin-bottom: 30px;
}
.dancefloor-section .pricing-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.dancefloor-section .pricing-table thead {
  background-color: var(--theme-color3);
  color: var(--white-color);
}
.dancefloor-section .pricing-table thead th {
  padding: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.dancefloor-section .pricing-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}
.dancefloor-section .pricing-table tbody tr:last-child {
  border-bottom: none;
}
.dancefloor-section .pricing-table tbody tr:hover {
  background-color: rgba(25, 113, 117, 0.05); /* Very light theme tint */
}
.dancefloor-section .pricing-table tbody tr td {
  padding: 15px;
  font-size: 15px;
  color: var(--color-black);
}
.dancefloor-section .pricing-table tbody tr td:last-child {
  font-weight: 700;
  color: var(--theme-color);
}
.dancefloor-section .action-area {
  text-align: center;
}
.dancefloor-section .action-area .book-btn {
  display: inline-block;
  background-color: #000;
  color: var(--white-color);
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 113, 117, 0.3);
}
.dancefloor-section .action-area .book-btn:hover {
  background-color: var(--theme-color3); /* Changes to Gold */
  color: var(--white-color);
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(230, 163, 76, 0.4);
}

.book-btn {
  display: inline-block;
  background-color: #000;
  color: var(--white-color);
  padding: 18px 45px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(25, 113, 117, 0.3);
}
.book-btn:hover {
  background-color: var(--theme-color3); /* Changes to Gold */
  color: var(--white-color);
}

.banner-home.desktop-banner {
  display: block !important;
}

.banner-home.mobile-banner {
  display: none !important;
}/*# sourceMappingURL=style.css.map */