.elementor-152 .elementor-element.elementor-element-051ec67{--display:flex;}/* Start custom CSS for html, class: .elementor-element-565bcbd *//* Container & Layout Setup */
.hero-scroll-wrapper {
  position: relative;
  width: 100%;
  background-color: #0b0f19;
  color: #ffffff;
  overflow: hidden;
}

.hero-pinned-section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Banner Image Zoom & Clip Frame */
.hero-banner-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 80vh;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.hero-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content Overlay */
.hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 700px;
  padding: 0 20px;
}

.hero-title {
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.25rem;
  opacity: 0.8;
  margin-bottom: 2rem;
}

.hero-btn {
  display: inline-block;
  padding: 14px 32px;
  background: #ffffff;
  color: #0b0f19;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease;
}

/* Floating Cards */
.floating-card {
  position: absolute;
  z-index: 4;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 16px;
  width: 200px;
}

.card-left {
  top: 35%;
  left: 8%;
}

.card-right {
  bottom: 25%;
  right: 8%;
}

/* Next Section Styling */
.next-section {
  min-height: 100vh;
  background: #ffffff;
  color: #0b0f19;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
}/* End custom CSS */