.elementor-8 .elementor-element.elementor-element-e8a411b{--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-4ed4415 *//* ================================
   UPDATEPEDIA / SARKARI YOJANA HERO
   Clean, fast, isolated version
================================ */

.up-yojana-hero{
  margin: 24px auto 28px;
}

.up-yojana-hero__inner{
  background: linear-gradient(135deg, #f5fafb 0%, #fbf5fb 100%);
  border: 1px solid #ececf3;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(16, 40, 81, 0.06);
  padding: 34px 28px 26px;
  text-align: center;
}

.up-yojana-hero__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #ececf3;
  box-shadow: 0 4px 14px rgba(16, 40, 81, 0.05);
  color: #44516b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.up-yojana-hero__title{
  margin: 0 0 8px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1px;
  background: linear-gradient(90deg, #ff5a5f 0%, #7b2cbf 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: #21254e;
}

.up-yojana-hero__subtitle{
  margin: 0 0 16px;
  color: #31456a;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.25;
  font-weight: 700;
}

.up-yojana-hero__desc{
  max-width: 980px;
  margin: 0 auto;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.82);
  border: 1px solid #efeff5;
  color: #4a5369;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  box-shadow: 0 4px 18px rgba(16, 40, 81, 0.04);
}

.up-yojana-hero__states{
  margin-top: 22px;
}

.up-yojana-hero__states-title{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  padding: 11px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e5f8f4 0%, #f9dfea 100%);
  color: #1255a2;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.25;
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(16, 40, 81, 0.05);
}

.up-yojana-hero__states-title::after{
  content: "◔";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,.75);
  color: #6e6a8a;
  font-size: 14px;
  flex: 0 0 24px;
}

.up-yojana-hero__pills{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.up-yojana-hero__pills a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid #e7e8f0;
  background: linear-gradient(90deg, #f7f7fa 0%, #f8dfe8 100%);
  box-shadow: 0 3px 10px rgba(16, 40, 81, 0.04);
  color: #222b4c;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.up-yojana-hero__pills a:hover,
.up-yojana-hero__pills a:focus{
  background: linear-gradient(90deg, #ffffff 0%, #ffdbe9 100%);
  color: #cf2e7c;
  box-shadow: 0 8px 18px rgba(16, 40, 81, 0.09);
  transform: translateY(-1px);
  text-decoration: none;
}

.up-yojana-hero__pills a:focus-visible{
  outline: 2px solid #1255a2;
  outline-offset: 2px;
}

/* Mobile */
@media (max-width: 768px){
  .up-yojana-hero{
    margin: 18px auto 22px;
  }

  .up-yojana-hero__inner{
    padding: 24px 14px 18px;
    border-radius: 18px;
  }

  .up-yojana-hero__badge{
    margin-bottom: 12px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .up-yojana-hero__subtitle{
    margin-bottom: 14px;
  }

  .up-yojana-hero__desc{
    padding: 12px 12px;
    font-size: 15px;
    line-height: 1.65;
  }

  .up-yojana-hero__states{
    margin-top: 18px;
  }

  .up-yojana-hero__states-title{
    padding: 9px 14px;
    margin-bottom: 14px;
  }

  .up-yojana-hero__states-title::after{
    width: 20px;
    height: 20px;
    font-size: 12px;
    flex-basis: 20px;
  }

  .up-yojana-hero__pills{
    justify-content: flex-start;
    gap: 8px;
  }

  .up-yojana-hero__pills a{
    min-height: 36px;
    padding: 8px 12px;
    font-size: 14px;
  }
}/* End custom CSS */