.elementor-950 .elementor-element.elementor-element-251d6d5{--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-950 .elementor-element.elementor-element-f59c0a0{--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;}.elementor-950 .elementor-element.elementor-element-02bfb39{--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-950 .elementor-element.elementor-element-02bfb39.e-con{--align-self:center;}.elementor-950 .elementor-element.elementor-element-2176efc.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-0cfb05b *//* ============================= */
/* English Olympiad Hero Section */
/* ============================= */
.english-hero {
  background: linear-gradient(135deg, #8e44ad, #9b59b6, #be93d4);
  color: white;
  padding: 60px 20px;
  border-radius: 20px;
  margin: 40px auto;
  max-width: 1200px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.english-hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.english-hero-text {
  flex: 1 1 500px;
  max-width: 600px;
  z-index: 2;
}

.english-hero-text h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.english-hero-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.english-hero-btn {
  display: inline-block;
  background: #fff;
  color: #8e44ad;
  padding: 12px 25px;
  font-size: 1.1rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.english-hero-btn:hover {
  background: #f1e6ff;
  color: #6c3483;
}

/* Right Side Graphics */
.english-hero-graphic {
  flex: 1 1 300px;
  position: relative;
  min-height: 250px;
  text-align: center;
}

.english-hero-graphic .circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 20px;
  left: 50px;
}

.english-hero-graphic .triangle {
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-bottom: 120px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 20px;
  right: 50px;
}

.english-hero-graphic .square {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 100px;
  right: 100px;
  transform: rotate(15deg);
}

.english-hero-graphic .letters {
  font-size: 2rem;
  font-weight: bold;
  color: white;
  position: absolute;
  bottom: 40px;
  left: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .english-hero-container {
    flex-direction: column;
    text-align: center;
  }

  .english-hero-graphic {
    margin-top: 30px;
    min-height: 200px;
  }
}/* End custom CSS */