.elementor-48 .elementor-element.elementor-element-9c4cca0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-8eab5ae *//* Section */
.ganga-hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

/* Video */
.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/* Overlay */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,50,0,0.7), rgba(0,0,0,0.6));
  z-index: 1;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #d4af37;
  padding: 20px;
}

/* Heading */
.text-slide span {
  display: none;
  font-size: 42px;
  font-weight: 600;
}

.text-slide span.active {
  display: block;
}

/* Paragraph */
.hero-content p {
  color: #fff;
  margin: 15px 0;
  font-size: 18px;
}

/* Button */
.hero-btn {
  padding: 12px 30px;
  background: linear-gradient(135deg, #d4af37, #f5d76e);
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s;
}

.hero-btn:hover {
  transform: scale(1.05);
}/* End custom CSS */