/* bootstrap strat */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a{color:#fff;}

p a {
  color:#cb188b;
  text-decoration: none;
  transition: all 0.3s ease;
}

p a:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}

p{
	font-family: var(--font-reg);
  font-size: clamp(15px, 3vw, 20px);
  color: #fff;
}

.entry-title {
  position: relative;
  font-family: var(--lim-reg);
  font-size: clamp(30px, 3vw, 50px);
  color: #cb188b;
}

pre{
	background: black !important;
}

/* ::after pseudo-element for glowing border */
.entry-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 50px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 8px #e632a6, 0 0 12px #e632a6;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}


.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 2px solid #cb188b;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.2s ease;
  opacity: 1;
}

.custom-cursor.dissolve {
  opacity: 0;
  transform: scale(0.8) translate(-50%, -50%);
}

@media screen and (max-width:992px){
	.custom-cursor {
		display:none;
	}
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none;
}

.upper {
  text-transform: uppercase;
}

.mt-50px {
  margin-top: 50px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;

}



.banner-title {
  font-size: 80px;
  color: var(--p-color);
}

a:focus {
  outline: none !important;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;

}

.align-center {
  align-items: center;
}

.img-wp img {
  width: 100%;
}

.img-wp {
  width: 100%;

}

.mt-80px {
  margin-top: 80px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

.px-150 {
  padding: 0 150px;
}


img {
  height: auto;
}

/* bootstrap end */

/* fonts */

@font-face {
  font-family: 'monton-reg';
  src: url('../font/Monoton/Monoton-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'limelight-reg';
  src: url('../font/limelight/Limelight-Regular.ttf') format('truetype');
}


@font-face {
  font-family: 'ins-reg';
  src: url('../font/Instument/InstrumentSans-Regular.ttf') format('truetype');
}


@font-face {
  font-family: 'ins-semibold';
  src: url('../font/Instument/InstrumentSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'ins-bold';
  src: url('../font/Instument/InstrumentSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'ins-med';
  src: url('../font/Instument/InstrumentSans-Medium.ttf') format('truetype');
}



:root {
  --mon-reg: 'monton-reg', sans-serif;
  --lim-reg: 'limelight-reg', sans-serif;
  --font-reg: 'ins-reg', sans-serif;
  --font-sb: 'ins-semibold', sans-serif;
  --font-b: 'ins-bold', sans-serif;
  --font-med: 'ins-med', sans-serif;
  --p-color: #fff;
  --sec-color: #b72325;
  --gray: #555555;
}



html,
body {
  background-color: #000614;
  max-width: 100%;
  overflow-x: hidden;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.site-header {
  transition: all 0.4s ease;
  backdrop-filter: none;
  background-color: transparent;
}


.site-header.scrolled::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* .site-header.scrolled {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6),
    rgba(203, 24, 139, 0.3) 
  );
  transition: background 0.4s ease;
} */


.site-header .custom-logo {
  max-height: 186px;
  transition: all 0.6s ease;
}

.site-header.scrolled .custom-logo {
  max-height: 120px;
  /* smaller on scroll */
}

	.menu-logo .custom-logo {
  max-height: 120px;
}
.menu-logo .scrolled .custom-logo {
  max-height: 120px;
}


/* GSAP Overlay Styles with Background Image */
.gsap-menu-overlay {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  clip-path: circle(0% at 0% 30%);
  opacity: 1;
  overflow: hidden;
  pointer-events: none;
  background: #0b1829;
}




.gsap-menu-content {
  position: relative;
  z-index: 1;
}

.gsap-close-btn {
  position: absolute;
  top: 60px;
  left: 132px;
  font-size: 3rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10001;
}

.custom-logo {
  max-width: 200px;
  width: 100%;
  height: auto;
}

.gsap-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gsap-nav li {
  margin: 1rem 0;
}

.gsap-nav a {
  font-family: var(--font-sb);
  font-size: clamp(22px, 3vw, 30px);
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.gsap-nav a:hover,
.gsap-nav a.current-menu-item {
  color: #e632a6;
  text-shadow: 0 0 5px #e632a6;
}

.book_ticket_btn {
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 1rem 2rem;
  box-shadow: 0 0 10px #e632a6;
  background: transparent;
  font-family: var(--font-sb);
  font-size: clamp(17px, 3vw, 20px);
  text-transform: uppercase;
  color: var(--p-color);
  transition: all 0.3s ease-in-out;
}

.book_ticket_btn:hover {
  background: #e632a6;
  box-shadow: 0 0 10px #fff;
  border: 2px solid transparent;
}




.custom-hamburger {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 53px;
  height: 30px;
  cursor: pointer;
}

.custom-hamburger .bar {
  height: 4px;
  background-color: var(--p-color);
  border-radius: 2px;
}

.custom-hamburger .bar.top {
  width: 100%;
}

.custom-hamburger .bar.middle {
  width: 100%;
}

.custom-hamburger .bar.bottom {
  width: 100%;
}


/* Home banner css */

.home-banner-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  min-height: 100vh;
	height:auto;
  display: flex;
  align-items: center;
}

.home-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.home-banner-section .banner-heading {
  position: relative;
  z-index: 2;
  font-family: var(--mon-reg);
  font-size: clamp(30px, 4vw, 150px);
  text-transform: uppercase;
  line-height: 160px;
  margin-top: 2rem;
}

.home-banner-section .banner-heading strong {
  position: relative;
  z-index: 2;
  font-family: var(--font-b);
  font-size: clamp(100px, 20vw, 350px);
  text-shadow:
    0 0 5px #e632a6,
    0 0 10px #e632a6,
    0 0 20px #e632a6,
    0 0 40px #e632a6,
    0 0 80px #e632a6;
	margin:0 5px;
}

.banner-heading .word {
  display: inline-block;
  white-space: nowrap;
}


.home-about-section {
  background-color: #12002f;
  color: #fff;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Top colored bar */
.top-line {
  width: 121px;
  height: 3px;
  display: inline-flex;
  background-color: #fff;
}


.about_tagline {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-reg);
  font-size: clamp(27px, 3vw, 40px);
  margin-bottom: 0.5rem;
  justify-content: center;
}

/* Main heading like "Event" */
.about_main_title {
  font-family: var(--lim-reg);
  font-size: clamp(70px, 10vw, 200px);
  color: #cb188b;
  margin: 1rem;
  line-height: 1;

}

/* Details text */
.about_details h1 {
  color: #85afdb;
  font-family: var(--lim-reg);
  font-size: clamp(30px, 3vw, 70px);
  margin: 1rem 0;
  line-height: 1.1;
}


.about_details p {
  font-family: var(--font-reg);
  font-size: clamp(15px, 3vw, 20px);
  color: #fff;
  line-height: 1.8;
}


/* Button */
.button1 {
  display: inline-block;
  background-color: transparent;
  color: white;
  font-family: var(--font-sb);
  font-size: clamp(15px, 3vw, 20px);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 5px;
  z-index: 1;
}

.button1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 2px;
  background-color: #fff;
  box-shadow: 0 0 8px #e632a6, 0 0 16px #e632a6;
  transition: width 0.4s ease-in-out;
  z-index: -1;
}

.button1:hover::after {
  width: 100%;
}

.button1:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}

.services_section {
  background-color: #000614;
  min-height: 790px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services_heading {
  color: #cb188b;
  font-family: var(--lim-reg);
  font-size: clamp(35px, 3vw, 70px);
}

.service-name {
  display: inline-block;
  background-color: transparent;
  color: white;
  font-family: var(--font-b);
  font-size: clamp(20px, 3vw, 30px);
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 5px;
  z-index: 1;
}

.service-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 3px;
  background-color: #fff;
  box-shadow: 0 0 8px #e632a6, 0 0 16px #e632a6;
  transition: width 0.4s ease-in-out;
  z-index: -1;
}

.service-name:hover::after {
  width: 100%;
}

.service-name:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}


.service-name-wrapper {
  position: relative;
  display: inline-block;
}

.tooltip-image {
  position: absolute;
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 0 10px #e632a6;
  pointer-events: none;
  /* avoids accidental flickers */
  opacity: 0;
  scale: 0.9;
  z-index: 10;
}

.tooltip-image img {
  width: 100%;
  border-radius: 6px;
  display: block;
}


.service-name-wrapper:hover .tooltip-image {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 576px) {
  .tooltip-image {
    top: -111px;
    width: 150px;
    left: 100%;
  }
}

.button2,
.wc-block-components-checkout-place-order-button, .wc-block-cart__submit-container .wc-block-cart__submit-button {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 2px;
  padding: 1rem 2rem;
  font-family: var(--font-sb);
  font-size: clamp(14px, 3vw, 20px);
  text-transform: uppercase;
  color: var(--p-color);
  background: transparent;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  box-shadow: 0 0 10px #e632a6;
}

.button2::before,
.wc-block-components-checkout-place-order-button::before,.wc-block-cart__submit-container .wc-block-cart__submit-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, #e632a6, transparent);
  transition: all 0.6s ease-in-out;
  z-index: 0;
}

.button2:hover::before,
.wc-block-components-checkout-place-order-button:hover::before, .wc-block-cart__submit-container .wc-block-cart__submit-button:hover::before {
  left: 100%;
}

.button2:hover,
.wc-block-components-checkout-place-order-button:hover, .wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
  color: #fff;
  border-color: transparent;
  background-color: #e632a6;
  transform: scale(1.05);
}



/* About page css */

.about_heading {
  font-family: var(--lim-reg);
  font-size: clamp(30px, 3vw, 70px);
  color: #cb188b;
}

.about_subheading {
  font-family: var(--font-med);
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.3;
}

.about-content {
  font-family: var(--font-reg);
  font-size: clamp(13px, 3vw, 20px);
  color: #fff;
  line-height: 1.5;
}

.about_image {
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}

.about_image:hover {
  box-shadow: 0 0 10px #cb178b;
  filter: drop-shadow(0 0 10px #cb178b);
}

.stats_number {
  font-family: var(--lim-reg);
  font-size: clamp(40px, 4vw, 100px);
  color: #cb188b;
}

.stats_label {
  font-family: var(--font-b);
  font-size: clamp(18px, 3vw, 30px);
}

.about_bottom_description {
  font-family: var(--font-med);
  font-size: clamp(18px, 3vw, 30px);
  line-height: 1.3;
}


.event_title {
  font-family: var(--font-sb);
  font-size: clamp(22px, 3vw, 40px);
  color: var(--p-color);
}

.single-event-section .wp-post-image {
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 10px rgba(203, 24, 139, 0.5);
}

.event-info-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  padding: 0;
  flex-wrap: wrap;
  /* Optional: allows wrap on smaller screens */
}

.event-info-list li {
  flex: 1 1 0;
  min-width: 200px;
  /* Prevents too narrow cards */
  display: flex;
  align-items: center;
  background-color: #000614;
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0 0 10px rgba(203, 24, 139, 0.3);
  transition: all 0.3s ease-in-out;
  list-style: none;
  position: relative;
  overflow: hidden;
}


.event-info-list li:hover {
  box-shadow: 0 0 18px rgba(203, 24, 139, 0.8), 0 0 20px rgba(203, 24, 139, 0.4);
  transform: scale(1.02);
  z-index: 1;
}

.event-info-list li i {
  font-size: 1.4rem;
  color: #cb188b;
  margin-right: 12px;
  flex-shrink: 0;
  z-index: 1;
}

.event-info-list .text-block {
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.event-info-list .text-block strong {
  color: #fff;
  margin-bottom: 4px;
  font-family: var(--font-sb);
  font-size: clamp(16px, 3vw, 17px);
}

.event-info-list .text-block span {
  color: #ccc;
  line-height: 1.4;
  font-family: var(--font-reg);
  font-size: clamp(13px, 3vw, 14px);
}

.event-description,
.event-description p {
  font-family: var(--font-reg);
  font-size: clamp(15px, 3vw, 18px);
  color: #fff;
  line-height: 1.6;
}

.event-tickets h3 {
  font-family: var(--font-sb);
  font-size: clamp(27px, 3vw, 40px);
  color: #cb188b;
  margin-bottom: 1rem;
}

.event-tickets .tickets-header {
  background-color: #cdcdcd;
}

.event-tickets .event_row {
  background-color: #000614;
  color: #fff;
  padding: 12px 10px;
  border-bottom: 2px solid #0f1522;
  transition: box-shadow 0.3s ease;
}

.event-tickets .event_row:hover {
  box-shadow: 0 0 15px rgba(203, 24, 139, 0.3);
}

/* Button Styling */
.event-tickets .btn-outline-secondary {
  border-color: #cb188b;
  color: #cb188b;
}

.event-tickets .btn-outline-secondary:hover {
  background-color: #cb188b;
  color: #fff;
}

/* Input Styling */
.event-tickets input.form-control {
  background-color: #111827;
  border: 1px solid #cb188b;
  color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 767.98px) {
  .event-tickets .tickets-header {
    display: none;
  }

  .event-tickets .event_row {
    display: block;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 16px 16px 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s;
  }

  .event-tickets .event_row:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }

  .event-tickets .event_row>div {
    width: 100% !important;
    margin-bottom: 12px;
    font-size: 15px;
  }

  .event-tickets .event_row>div::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 5px #e632a6;
    font-size: 15px;
    margin-bottom: 4px;
    background-color: transparent;
  }

}



.events_head {
  font-family: var(--font-sb);
  font-size: 15px;
}

.event_row div {
  font-family: var(--font-sb);
  font-size: 15px;
}


/* Contact section */

.contact-section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.contact_heading {
  font-family: var(--font-sb);
  font-size: clamp(22px, 3vw, 40px);
}

.contact_details {
  font-family: var(--font-reg);
  font-size: clamp(14px, 3vw, 20px);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.contact_details:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}

.contact_form_heading {
  font-family: var(--lim-reg);
  font-size: clamp(28px, 4vw, 40px);
  color: #fff;
  text-align: center;
}


.contact_form_wrap {
  background-color: #cb188b;
  border-radius: 8px;
  color: #fff;
  max-width: 630px;
}


.contact_form_wrap input,
.contact_form_wrap textarea,
.contact_form_wrap select {
  border: none;
  border-radius: 0;
  background-color: #fff;
  color: #555555;
  font-family: var(--font-med);
  font-size: clamp(14px, 3vw, 17px);
  padding-left: 1rem;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}

.contact_form_wrap input[type="text"],
.contact_form_wrap input[type="email"],
.contact_form_wrap input[type="tel"],
.contact_form_wrap select {
  padding-left: 1rem !important;
  height: 55px;
}


.contact_form_wrap input::placeholder,
.contact_form_wrap textarea::placeholder {
  color: #555555;
  font-family: var(--font-med);
  font-size: clamp(14px, 3vw, 17px);
}

.contact_form_wrap input:focus,
.contact_form_wrap textarea:focus {
  outline: none;
  border: none;
  background: linear-gradient(135deg, #ffffff, #f4c1de);
  box-shadow: 0 0 0 4px rgba(203, 24, 139, 0.35), 0 6px 14px rgba(0, 0, 0, 0.1);
  color: #cb188b;
}

.contact_form_wrap select:focus {
  outline: none;
  border: none;
  background: linear-gradient(135deg, #ffffff, #f4c1de);
  box-shadow: 0 0 0 4px rgba(203, 24, 139, 0.35), 0 6px 14px rgba(0, 0, 0, 0.1);
}

.contact_form_wrap textarea {
  resize: none;
  height: 177px;
}


.contact_form_wrap .wpcf7-spinner {
  display: block !important;
  margin: 10px auto 0 auto;
}


.contact_form_wrap .btn {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-family: var(--font-sb);
  font-size: clamp(14px, 3vw, 20px);
  transition: all 0.3s ease;
  width: clamp(150px, 10vw, 255px);
  height: clamp(50px, 3vw, 85px);
}

.contact_form_wrap .btn:hover {
  border: 2px solid transparent;
  outline: none;
  background: linear-gradient(135deg, #ffffff, #f4c1de);
  box-shadow: 0 0 0 4px rgba(203, 24, 139, 0.35), 0 6px 14px rgba(0, 0, 0, 0.1);
  color: #d0188b;
}

.wpcf7-not-valid-tip {
  color: #fff !important;
}


/* Events page css */

.events-listing {
  background-color: #000614;
}

.event-card {
  transition: all 0.3s ease;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(203, 24, 139, 0.1);
  transition: all 0.3s ease;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: start !important;
	justify-content:space-between;
}

.event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 12px rgba(230, 50, 166, 0.4), 0 0 24px rgba(230, 50, 166, 0.2);
}



.text-pink {
  color: #cb188b;
}

.event-slider-section .slick-prev::before,
.event-slider-section .slick-next::before {
  content: " " !important;
}

.event-slider-section .slick-arrows {
  z-index: 2;
  transform: translateY(-50%);
  left: 10rem;
  right: 10rem;
}

.event-slider-section .slick-arrows .btn {
  width: 44px;
  height: 44px;
  font-size: 4rem;
  font-weight: 400;
  background-color: transparent;
  color: #8c8394;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  border: none;
}

.event-slider-section .slick-arrows .btn:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}

.event_subheading {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-reg);
  font-size: clamp(27px, 3vw, 40px);
  margin-bottom: 0.5rem;
  justify-content: center;
}

.event_heading {
  font-family: var(--lim-reg);
  font-size: clamp(70px, 10vw, 200px);
  color: #cb188b;
  margin: 1rem;
  line-height: 1;
  text-align: center;
}

.page-id-26 .event_heading,
.page-id-142 .event_heading {
  font-size: clamp(30px, 3vw, 70px) !important;
}


.custom-prev::before,
.custom-next::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid #8c8394;
  /* Adjust color here */
  border-width: 0 3px 3px 0;
  padding: 5px;
  transform: rotate(135deg);
  transition: all 0.2s ease-in-out;
}

.custom-next::before {
  transform: rotate(-45deg);
}

/* Optional: Hover effect */
.custom-prev:hover::before,
.custom-next:hover::before {
  border-color: #fff;
  filter: drop-shadow(0 0 10px #e632a6);
}



.event-pagination .page-numbers {
  display: inline-block;
  margin: 0 8px;
  padding: 8px 16px;
  background-color: #1a1b2b;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
}

.event-pagination .page-numbers:hover,
.event-pagination .current {
  background-color: #cb188b;
  color: #fff;
}

.event-title,
.event-card h2 {
  font-family: var(--font-sb);
  font-size: clamp(18px, 3vw, 27px);
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}

.event-price {
  font-family: var(--font-sb);
  font-size: clamp(14px, 3vw, 20px);
  color: #fff;
  margin-bottom: 10px;
}

.event-location,
.event-date {
  font-family: var(--font-reg);
  font-size: clamp(13px, 3vw, 17px);
  color: #a5a5a7;
  margin-bottom: 10px;
}

.ticket-pill {
  color: #155724;
  font-weight: 500;
  font-size: 1rem !important;
  padding: 0.2rem 0.55rem;
  border-radius: 50rem;
  display: inline-block;
  width: fit-content;
  text-align: left;
}

.bg-high {
  background-color: #c6f6c6;
  border: 1px solid #28a745;
}

.bg-medium {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  color: #856404;
}

.bg-low {
  background-color: #ffe0e0;
  border: 1px solid #dc3545;
  color: #721c24;
}

.bg-soldout {
  background-color: #cc1324;
  color: #fff;
}


.event-details-card {
  background: #0c1221;
  color: #dfe2ea;
  box-shadow: 0 0 10px #000614;
}

/* section title “Details” */
.details-heading {
  font-family: var(--font-sb);
  font-size: clamp(22px, 3vw, 40px);
  color: #e6007d;
}

.detail-title {
  font-weight: 600;
  color: #ffffff;
}

/* pink icons */
.icon-pink {
  font-size: clamp(15px, 3vw, 24px);
  color: #cb178b;
  line-height: 1;
}

/* fine divider between blocks */
.detail-block:not(:last-child) {
  border-bottom: 1px solid #2b3242;
  padding-bottom: 1.25rem;
}

.detail-block .detail-title {
  font-family: var(--font-sb);
  font-size: clamp(15px, 3vw, 24px);
}

.detail-block p {
  font-family: var(--font-reg);
  font-size: clamp(14px, 3vw, 17px);
  color: #bdbdbd;
}

.event-details-card .text-muted {
  color: #8790a3 !important;
}

/* responsive tweaks */
@media (max-width: 768px) {
  .event-details-card {
    margin-top: 2rem;
  }
}

.event-days-pill {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  background-color: #eaeaea;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease-in-out;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

/* Variants */
.event-days-pill.green {
  background-color: #d4f4e3;
  color: #157347;
  border: 1px solid #a1e4c5;
}

.event-days-pill.yellow {
  background-color: #fff3cd;
  color: #664d03;
  border: 1px solid #ffe69c;
}

.event-days-pill.gray {
  background-color: #dee2e6;
  color: #495057;
  border: 1px solid #c6cbd1;
}

.event-days-pill.countdown-pink {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffe0ef;
  color: #cb188b;
  font-weight: 600;
  border-radius: 30px;
  font-size: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  min-width: 150px;
  text-align: center;
}


/* Target My Account page only */
body.woocommerce-account .woocommerce-account-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 0 0 250px;
  background-color: #02091b;
  padding: 1.5rem;
  border-radius: 10px;
  border: 1px solid #2c354a;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 1rem;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
  display: block;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
  background-color: #cb188b;
  color: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  flex: 1;
  min-width: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

body.woocommerce-account p {
  color: #fff !important;
  opacity: 0.8;
}

/* 🌙 Dark Theme for WooCommerce Orders Table */
body.woocommerce-account .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background-color: #000614;
  border: 1px solid #1e293b;
  font-size: 15px;
  color: #ffffff;
}

body .mep-user-ticket-list table {
  margin-top: 15px;
}

body.woocommerce-account .woocommerce-orders-table th,
body.woocommerce-account .woocommerce-orders-table td {
  padding: 10px 12px;
  border: 1px solid #1e293b;
  text-align: left;
  color: #ffffff;
}

body.woocommerce-account .woocommerce-orders-table th {
  background-color: #0a1122;
  font-weight: 600;
  color: #ffffff;
}

body.woocommerce-account .woocommerce-orders-table__header {
  background-color: #dddddd !important;
  color: #000614 !important;
  padding: 10px !important;
  font-size: 14px;
}

body.woocommerce-account .woocommerce-orders-table tr:nth-child(even) {
  background-color: #0f172a;
}

body.woocommerce-account .woocommerce-orders-table a.button.view {
  background-color: #cb188b;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
}

body.woocommerce-account .woocommerce-orders-table a.button.view:hover {
  background-color: #a41372;
  color: #fff;
}

body.woocommerce-account .mep-user-ticket-list table tr th {
  color: #000614 !important;
}


.cart-count {
  font-size: 0.8rem;
  min-width: 20px;
  line-height: 1;
  background-color: #cb188b;
  min-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa-cart-shopping,
.fa-user-tie {
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: clamp(22px, 3vw, 25px);
}

.fa-cart-shopping:hover,
.fa-user-tie:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}



/* Order page design */

/* Dark Theme for WooCommerce Order Received Page */

body.page-id-143 .woocommerce {
  background-color: #0a0f1c;
  padding: 2rem;
  border-radius: 8px;
}

body.page-id-143 h1,
body.page-id-143 h2,
body.page-id-143 strong {
  color: #ffffff;
}


body.page-id-143 p {
  color: #ffffff !important;
  opacity: 0.8;
}

body.page-id-143 .woocommerce-notice--success {
  background-color: #0f2d19;
  border-left: 5px solid #28a745;
  color: #a9f5c9;
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 2rem;
}

body.page-id-143 ul.order_details,
body.page-id-143 .woocommerce-table {
  background-color: #111827;
  border: 1px solid #1f2937;
  border-radius: 6px;
  padding: 1rem;
}

body.page-id-143 ul.order_details li,
body.page-id-143 .woocommerce-table td,
body.page-id-143 .woocommerce-table th {
  border-color: #1f2937;
  color: #d1d5db;
}

body.page-id-143 .woocommerce-table tfoot th,
body.page-id-143 .woocommerce-table tfoot td {
  background-color: #0f172a;
  color: #f8fafc;
}

body.page-id-143 address {
  background-color: #111827;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #1f2937;
  color: #cbd5e1;
}

body.page-id-143 .woocommerce-customer-details p {
  margin: 0.5rem 0;
}

body.page-id-143 .woocommerce-order-details__title,
body.page-id-143 .woocommerce-column__title {
  margin-top: 2rem;
  border-bottom: 1px solid #334155;
  padding-bottom: 0.5rem;
}

body.page-id-143 .woocommerce .woocommerce-Price-amount {
  color: #38bdf8;
  font-weight: bold;
}

body.page-id-143 .wc-item-meta-label {
  color: #94a3b8;
}

body.page-id-143 .woocommerce-order-overview__total strong {
  color: #facc15;
}


/* Hide "New in store" section on Cart page */
.page-id-142 .wp-block-woocommerce-empty-cart-block>h2:nth-of-type(2),
.page-id-142 .wp-block-woocommerce-empty-cart-block hr {
  display: none !important;
}


/* -- Tickets styling ------------------------------------------- */
.tickets-section {
  background: #000614;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.tickets-section .tickets-heading {
  color: #cb188b;
  font-family: var(--lim-reg);
  font-size: clamp(35px, 3vw, 70px);
}

.tickets-section .tickets-header {
  background: #cdcdcd;
  border-radius: 2px;
  color: #000613;
  font-family: var(--font-sb);
  font-size: clamp(15px, 3vw, 20px);
  padding: 0.75rem 0;
}

.tickets-section .tickets-event {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tickets-section .tickets-event:last-child {
  border-bottom: none;
}


.tickets-section .ticket-img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 2px;
}

.tickets-section .ticket-title {
  color: #fff;
  font-family: var(--font-sb);
  font-size: clamp(15px, 3vw, 20px);
}

.tickets-section p{
  color: #fff;
  font-family: var(--font-sb);
  font-size: clamp(13px, 3vw, 20px);
}

.tickets-section .ticket_time, .ticket_date{
  color: #bebebe !important;
  font-family: var(--font-reg) !important;
  font-size: clamp(13px, 3vw, 17px) !important;
}

.tickets-section .button3 {
  color: #cb188b;
  font-family: var(--font-med);
  font-size: clamp(15px, 3vw, 20px);
  border: 1px solid #cb188b;
  border-radius: 2px;
  width: fit-content;
  padding: 0.5rem 1rem;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tickets-section .button3:hover {
  background-color: #cb188b;
  color: #fff;
  text-decoration: none;
}

.text-label {
  display: inline-block;
  color: #cb188b;
  background-color: rgba(203, 24, 139, 0.1);
  font-family: var(--font-sb);
  font-size: clamp(14px, 3vw, 17px);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}














/* Footer Section */

.footer-slider {
  overflow: hidden;
}

.footer-slider img {
  width: 100%;
  max-width: 377px;
  max-height: 342px;
  height: auto;
  display: block;
  object-fit: cover;
}

.custom-footer {
  background: #0b0b1c;
  color: #fff;
  position: relative;
  text-align: center;
  height: fit-content;
  display: flex;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.footer-slider {
  flex-shrink: 0;
}

.footer-overlay {
  flex-shrink: 0;
}

.footer-logo img {
  max-width: 160px;
}

.footer-phone-label {
  color: #cb178b;
  font-family: var(--font-med);
  font-size: clamp(14px, 3vw, 16px);
  text-transform: uppercase;
  display: block;

}

.footer-phone a {
  font-family: var(--font-med);
  font-size: clamp(16px, 3vw, 30px);
  transition: all 0.3s ease-in-out;
}

.footer-phone a:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}

.footer-nav a {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-reg);
  font-size: clamp(14px, 3vw, 16px);
}

.footer-nav a:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}

.footer-bottom {
  margin-top: 15px;
  min-height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.web-design {
  display: block;
  font-family: var(--font-reg);
  font-size: clamp(14px, 3vw, 16px);
}

.copyright {
  color: #fff;
  font-family: var(--font-reg);
  font-size: clamp(14px, 3vw, 16px);
  margin: 0;
}

.footer-bottom a {
  color: white;
}

.footer-bottom a:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}

.footer-slider .slick-track {
  display: flex;
  /* gap: 15px; */
}

.footer-slider .slick-slide {
  margin: 0;
  padding: 1rem;
}

.footer-bottom {
  background-color: #cb188b;
}

.social_icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #cb178b;
  color: #fff;
  transition: background-color 0.3s ease, transform 0.3s ease;
  background-color: transparent;
}

.social_icon i {
  font-size: 1.2rem;
}

/* Brand-specific background colors on hover */
.social_icon.facebook:hover {
  background-color: #1877F2;
}

.social_icon.instagram:hover {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285AEB 90%);
}

.social_icon.youtube:hover {
  background-color: #FF0000;
}

/* Shared hover effect for icons */
.social_icon:hover,
.details_icon:hover {
  transform: scale(1.05);
  color: #fff;
  transition: all 0.3s ease;
  border: 1px solid #cb188b;
}


.details_icon {
  width: 40px;
  height: 40px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 1.2rem;
  background-color: #cb188b;
}










/* Breadcrumbs section */



.global_banner {
  color: #fff;
  text-align: center;
  width: 100%;
  min-height: 55vh;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px 80px; 
  box-sizing: border-box;
}

.global_banner.full-height {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.banner_heading,
.banner-title {
  display: block;
  max-width: 100%;
  white-space: normal;
  /* allow wrapping */
  word-wrap: break-word;
  /* fallback */
  overflow-wrap: break-word;
}

.banner_heading .word,
.banner-title .word {
  display: inline-block;
  white-space: nowrap;
  /* prevent word break inside */
  word-break: keep-all;
  /* best for preventing break inside */
  overflow-wrap: normal;
}

.banner_heading .letter,
.banner-title .letter {
  display: inline-block;
  will-change: transform;
}

.talk_text {
  display: inline;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.talk_text .letter {
  display: inline-block;
  will-change: transform;
}

.talk_text .word {
  display: inline-block;
}




.global_banner .banner-title {
  font-family: var(--font-b);
  font-size: clamp(33px, 3vw, 70px);
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumbs {
  font-family: var(--font-med);
  font-size: clamp(16px, 3vw, 20px);
  color: #fff;
}

.breadcrumbs a:hover {
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
}


/* Pagination design */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin-top: 50px;
  color: #fff;
}

/* Page Links & Prev/Next */
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  font-family: var(--font-med);
  font-size: clamp(14px, 3.5vw, 20px);
  font-size: 16px;
  border-radius: 8px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover effect */
.pagination a:hover {
  background-color: #ffd0d0;
  border: 1px solid var(--sec-color);
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Current page style */
.pagination .current {
  background-color: var(--sec-color);
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

/* Ellipsis */
.pagination .dots {
  color: #888;
  pointer-events: none;
}

/* Font Awesome icon spacing */
.pagination i {
  font-size: 14px;
}

.pagination a:active {
  transform: translateY(0);
  box-shadow: none;
}

.event-thumb {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 2px;
}

.event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}

/* Base style for WooCommerce success message button */
.woocommerce-message .button {
  background-color: #cb188b;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect */
.woocommerce-message .button:hover {
  background-color: #a2156f; /* Darker shade for hover */
  color: #ffffff;
}

.woocommerce-cart p {
  font-size: clamp(14px, 1.2vw, 18px);
  color: #cb188b;
  line-height: 1.6;
}

/* Product metadata text (e.g., Details Information) */
.woocommerce-cart .wc-block-components-product-details__value {
  font-size: clamp(13px, 1vw, 16px);
  color: #aaa;
}

/* Total amount styling */
.woocommerce-cart .wc-block-components-totals-footer-item span {
  font-size: clamp(16px, 2vw, 22px) !important;
  font-weight: bold !important;
  color: #cb188b !important;
}

.event-coming-soon{
	font-family: var(--font-b);
  font-size: clamp(26px, 3vw, 50px);
  color: #fff;
  text-shadow: 0 0 5px #e632a6, 0 0 5px #e632a6;
  margin: 0;
  text-transform: uppercase;
}