.elementor-902 .elementor-element.elementor-element-babeea4{--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;}.elementor-902 .elementor-element.elementor-element-6f4ec05{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8978b80 *//* Hero Background */
.hindi-hero {
  background: linear-gradient(135deg, #f97316, #dc2626);
  padding: 70px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Layout */
.hindi-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* Text */
.hindi-hero-text {
  flex: 1;
  min-width: 320px;
  margin-right: 30px;
}
.hindi-hero-text h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'Noto Sans Devanagari', sans-serif;
}
.hindi-hero-text p {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.7;
}
.hindi-hero-btn {
  display: inline-block;
  background: #fff;
  color: #7f1d1d;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hindi-hero-btn:hover {
  background: #7f1d1d;
  color: #fff;
}

/* Graphics */
.hindi-hero-graphic {
  flex: 1;
  min-width: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Book */
.hindi-hero-graphic .book {
  width: 120px;
  height: 80px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
  position: absolute;
  top: 80px;
  left: 60px;
  animation: float 6s ease-in-out infinite;
}

/* Pen */
.hindi-hero-graphic .pen {
  width: 15px;
  height: 100px;
  background: #1e3a8a;
  border-radius: 5px;
  position: absolute;
  right: 80px;
  top: 70px;
  transform: rotate(-20deg);
  animation: float 5s ease-in-out infinite;
}

/* Sun (symbol of knowledge) */
.hindi-hero-graphic .sun {
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, #fde047, #facc15, #eab308);
  border-radius: 50%;
  position: absolute;
  bottom: 60px;
  right: 60px;
  animation: pulse 4s infinite alternate;
}

/* Animations */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}
@keyframes pulse {
  0% { transform: scale(0.95); opacity: 0.8; }
  100% { transform: scale(1.1); opacity: 1; }
}
/* Mobile Fix */
@media (max-width: 768px) {
  .hindi-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hindi-hero-text {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .hindi-hero-graphic {
    position: relative;
    margin-top: 20px;
  }

  /* Hide Sun in mobile to avoid overlap */
  .hindi-hero-graphic .sun {
    display: none;
  }
}/* End custom CSS */