/* Start custom CSS for html, class: .elementor-element-56873c5 */.hero-about {
      background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
                  url('https://digitalgulab.com/wp-content/uploads/2025/04/Untitled-design-31.webp') center/cover no-repeat;
      color: #fff;
      text-align: center;
      padding: 120px 20px;
    }

    .hero-about h1 {
      font-size: 50px;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .hero-about p {
      font-size: 20px;
      max-width: 700px;
      margin: 0 auto 30px;
      line-height: 1.6;
    }

    .hero-about .btn {
      background-color: #ff4f81;
      color: #fff;
      text-decoration: none;
      padding: 14px 28px;
      border-radius: 6px;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .hero-about .btn:hover {
      background-color: #e83e6f;
    }

    @media (max-width: 768px) {
      .hero-about h1 {
        font-size: 36px;
      }

      .hero-about p {
        font-size: 18px;
      }
    }/* End custom CSS */