.elementor-913 .elementor-element.elementor-element-c34144c{--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-913 .elementor-element.elementor-element-ed879d3{--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-913 .elementor-element.elementor-element-01dc0de{--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-913 .elementor-element.elementor-element-1764874.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-beb68bf *//* =================================== */
/* Social Studies Olympiad Hero Section */
/* =================================== */
.social-hero {
  background: linear-gradient(135deg, #e67e22, #d35400, #f39c12);
  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);
}

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

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

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

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

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

.social-hero-btn:hover {
  background: #fff3e0;
  color: #a84300;
}

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

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

.social-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;
}

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

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

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

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