.cta-btn {
    background: linear-gradient(135deg, #9360c5 0%, #341b4d 100%);
    color: #fff;
    padding: 14px 28px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    animation: pulseGlow 2s infinite;
}

.cta-btn:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 25px rgba(147, 96, 197, 0.4);
}

.cta-btn:active {
    transform: scale(0.96);
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(147, 96, 197, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(147, 96, 197, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(147, 96, 197, 0);
    }
}

.custom-form {
    max-width: 700px;
    margin: auto;
}

.custom-form input,
.custom-form textarea {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 14px;
    background: #f7f7f7;
    outline: none;
}

.custom-form textarea {
    height: 150px;
    resize: none;
}

.custom-form input::placeholder,
.custom-form textarea::placeholder {
    color: #999;
    letter-spacing: 1px;
}

/* Button Styling */
.form-btn {
    text-align: right;
}

.custom-form input[type="submit"] {
    background: #4b2c6f;
    color: #fff;
    border: none;
		margin-bottom:5px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.custom-form input[type="submit"]:hover {
    background: #3a2156;
}
.wpcf7 form .wpcf7-response-output{
	margin:unset;
}
.wpcf7 form>div, .wpcf7 form>p {
	margin:unset;
}
.wpcf7-not-valid-tip {
    margin: -15px 8px 15px 0px;
}
/* ================================================
   ECS EVENTS - COMPLETE STYLESHEET
   ================================================ */

/* ── GRID LAYOUT ── */
/* ul.ecs-event-list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
} */

/* ── EVENT CARD ── */
/* ul.ecs-event-list li.ecs-event {
  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  padding-bottom: 16px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

ul.ecs-event-list li.ecs-event:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15) !important; */
}

/* ── THUMBNAIL ── */
/* ul.ecs-event-list li.ecs-event a img,
ul.ecs-event-list li.ecs-event img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;
  transition: transform 0.4s ease !important;
}

ul.ecs-event-list li.ecs-event:hover img {
  transform: scale(1.04) !important;
} */

/* ── TITLE ── */
/* ul.ecs-event-list li.ecs-event h4.entry-title,
ul.ecs-event-list li.ecs-event .entry-title {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 14px 16px 8px !important;
  padding: 0 !important;
}

ul.ecs-event-list li.ecs-event h4.entry-title a,
ul.ecs-event-list li.ecs-event .entry-title a {
  text-decoration: none !important;
  color: #1a1a1a !important;
  transition: color 0.2s ease !important;
}

ul.ecs-event-list li.ecs-event h4.entry-title a:hover,
ul.ecs-event-list li.ecs-event .entry-title a:hover {
  color: #e74c3c !important;
} */

/* ── EXCERPT ── */
/* ul.ecs-event-list li.ecs-event p.ecs-excerpt,
ul.ecs-event-list li.ecs-event .ecs-excerpt {
  font-size: 16px !important;
  color: #666666 !important;
  line-height: 1.6 !important;
  margin: 0 16px 12px !important;
  padding: 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important; */
}

/* ── DATE / TIME ── */
/* ul.ecs-event-list li.ecs-event .duration.time {
  display: block !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 8px 16px 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #e74c3c !important;
  width: auto !important;
} */

/* ── VENUE ── */
/* ul.ecs-event-list li.ecs-event .duration.venue {
  display: block !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 16px 12px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #888888 !important;
  width: auto !important;
  font-style: normal !important;
} */

/* ── HIDE "at" TEXT ── */
/* ul.ecs-event-list li.ecs-event .duration.venue em {
  display: none !important;
} */

/* ── CATEGORY ── */
/* ul.ecs-event-list li.ecs-event .ecs-category,
ul.ecs-event-list li.ecs-event .tribe-event-categories,
ul.ecs-event-list li.ecs-event p.ecs-category {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #2e7d32 !important;
  background: #e8f5e9 !important;
  border-radius: 20px !important;
  padding: 3px 10px !important;
  margin: 0 4px 8px 16px !important;
  width: fit-content !important;
} */

/* ul.ecs-event-list li.ecs-event .ecs-category a,
ul.ecs-event-list li.ecs-event .tribe-event-categories a {
  text-decoration: none !important;
  color: #2e7d32 !important;
} */

/* ── TAG ── */
/* ul.ecs-event-list li.ecs-event .ecs-tag,
ul.ecs-event-list li.ecs-event .tribe-event-tags,
ul.ecs-event-list li.ecs-event p.ecs-tag {
  display: inline-block !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #e65100 !important;
  background: #fff3e0 !important;
  border-radius: 20px !important;
  padding: 3px 10px !important;
  margin: 0 4px 8px 4px !important;
  width: fit-content !important;
}

ul.ecs-event-list li.ecs-event .ecs-tag a,
ul.ecs-event-list li.ecs-event .tribe-event-tags a {
  text-decoration: none !important;
  color: #e65100 !important;
}
ul.ecs-event-list li.ecs-event img {
  min-height: 260px;
}
.cta-btn {
  background: linear-gradient(135deg, #9360C5 0%, #341B4D 100%);
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  animation: pulseGlow 2s infinite;
}
 */
/* Hover effect */
/* .cta-btn:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 12px 25px rgba(147, 96, 197, 0.4);
} */

/* Click effect */
/* .cta-btn:active {
  transform: scale(0.96);
} */

/* Infinite pulse glow */
/* @keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(147, 96, 197, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(147, 96, 197, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(147, 96, 197, 0);
  }
} */
/* ── TABLET: 2 COLUMNS ── */
/* @media (max-width: 1024px) {
  ul.ecs-event-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
} */

/* ── MOBILE: 1 COLUMN ── */
/* @media (max-width: 600px) {
  ul.ecs-event-list {
    grid-template-columns: 1fr !important;
  }

  ul.ecs-event-list li.ecs-event img {
    height: 180px !important;
  }
}
.elementor-440 .elementor-element.elementor-element-dabf6e1 .uael-video__caption {
   
    margin-bottom: 15px !important;
} */

/*------- Custom css --------*/
.banner-title span {
    background: linear-gradient(90deg, #d3b8ff, #ffeef9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 800;
		font-size: 90px;
}
.hero-followers {
    background: #d7aaff;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 700;
}
.hero-followers span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.band-banner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
#sticky-button {
    position: fixed;
    right: 20px;
    z-index: 9999;
    bottom: 80px;
    display: flex;
    justify-content: end;
}
.tribe-event-tags a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}
@media(max-width:1350.98px){
.uael-video-gallery-wrap button.slick-arrow {
    display: none !important;
}
.hero-followers {
    right: 10px !important;
}
.band-banner {
    display: none;
}
}
@media(max-width:1110.98px){
	
}

@media(max-width:1024.98px){
.banner-title span {
    font-size: 60px;
}
}

@media(max-width:480.98px){
.banner-title span {
    font-size: 50px;
}
.hero-section .hero-followers {
    position: relative !important;
    right: 50% !important;
    left: 0% !important;
}
.hero-section .hero-image {
    padding: 0;
}
.hero-section .hero-image img.attachment-full {
    width: 100%;
    max-width: 100%;
}
	.cta-btn {
    padding: 9px 19px;
    font-size: 12px;
}
}