.elementor-10636 .elementor-element.elementor-element-2f0c1cf{--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-10636 .elementor-element.elementor-element-8c9e67d{--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 text-editor, class: .elementor-element-1fd4ab5 */.cc-hero-circle {
  max-width: 1200px;
  margin: 40px auto;
  text-align: center;
}

.cc-hero-bg {
  position: relative;
  background: linear-gradient(135deg, #020e57, #0f2a70); /* Big hero background remains same */
  color: #fff;
  border-radius: 20px;
  padding: 80px 20px 120px;
  overflow: visible; /* Essential for the image to stick out */
}

.cc-hero-text-overlay {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  background: #fff8e1; /* Creamy small box behind text */
  border-radius: 12px;
}

.cc-hero-text-overlay h1 {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #020e57; /* Dark text on creamy box */
}

.cc-hero-text-overlay p {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #020e57;
}

.cc-hero-text-overlay strong {
  color: #ff9800;
}

.cc-hero-bg img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  bottom: -125px; /* Half of height to hang outside */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

@media (max-width: 768px) {
  .cc-hero-bg img {
    width: 200px;
    height: 200px;
    bottom: -100px;
  }
  .cc-hero-text-overlay {
    padding: 15px 20px;
  }
  .cc-hero-text-overlay h1 {
    font-size: 2rem;
  }
}/* End custom CSS */