.elementor-909 .elementor-element.elementor-element-6e997e7{--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-909 .elementor-element.elementor-element-6e03249{--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-909 .elementor-element.elementor-element-7e24d7e{--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-909 .elementor-element.elementor-element-365f192.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-122318e *//* ============================
   Computer Olympiad Hero
=============================== */
.computer-hero {
  padding: 60px 20px;
  background: linear-gradient(135deg, #e0f7fa, #80deea);
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin: 40px 0;
}

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

.computer-hero-text {
  flex: 1;
  min-width: 300px;
  margin-right: 40px;
}

.computer-hero-text h1 {
  font-size: 2.2rem;
  color: #004d40;
  margin-bottom: 15px;
}

.computer-hero-text p {
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.6;
}

.computer-hero-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #00796b;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.computer-hero-btn:hover {
  background: #004d40;
}

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

.computer-hero-graphic .monitor {
  width: 160px;
  height: 100px;
  background: #263238;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.computer-hero-graphic .monitor::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  background: #455a64;
  border-radius: 4px;
}

.computer-hero-graphic .keyboard {
  width: 140px;
  height: 20px;
  background: #607d8b;
  border-radius: 4px;
  margin-top: 25px;
}

.computer-hero-graphic .mouse {
  width: 30px;
  height: 45px;
  background: #90a4ae;
  border-radius: 15px;
  margin-left: 20px;
  margin-top: 20px;
}

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

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

  .computer-hero-graphic {
    flex-direction: column;
  }
}/* End custom CSS */