.elementor-42 .elementor-element.elementor-element-c03b615{--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 container, class: .elementor-element-c03b615 */.about-me-el {
  background: linear-gradient(120deg, #f9fafb 70%, #eef2ff 100%);
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
}

.about-me-el::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  background: rgba(37, 99, 235, 0.08);
  border-radius: 50%;
  top: -120px;
  right: -120px;
}

.about-wrap {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-tag {
  display: inline-block;
  background: #e0e7ff;
  color: #2563eb;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 16px;
}

.about-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 18px;
}

.about-btn {
  display: inline-block;
  margin-top: 10px;
  background: #2563eb;
  color: #fff;
  padding: 12px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: 0.3s ease;
}

.about-btn:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}

.about-visual img {
  width: 100%;
  max-width: 420px;
}

@media (max-width: 900px) {
  .about-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }
}/* End custom CSS */