.newlook {
	padding:50px;
}
@media (max-width: 767px) {
  .newlook {
    padding: 0;
  }
}
.hero-section {
  background-image: url('https://demo.awaikenthemes.com/infine/wp-content/uploads/2024/10/hero-bg.jpg'); /* Replace with correct path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  padding: 50px;
  position: relative;
  color: white;
  text-align: left;
  font-family: 'Segoe UI', sans-serif;
    border-radius: 30px 30px 30px 30px;
}

/* Overlay for better text readability */
.hero-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(180deg, rgba(4, 42, 45, 0) 65.37%, #042A2D 100.18%), 
				linear-gradient(270deg, rgba(4, 42, 45, 0) 59.75%, #042A2D 100%) !important; /* Dark overlay */
  z-index: 1;
    border-radius: 30px 30px 30px 30px;
}

/* Content inside the hero */
.hero-section .container {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}

.hero-section h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

.hero-section h1 span {
  color: #35e890; /* Green business keyword */
}

.hero-section p {
  font-size: 18px;
  color: #d0d0d0;
  margin-top: 10px;
}


.color-grid {
    font-weight: 700;
    background-image: linear-gradient(267.43deg, #73ED7C 4.95%, #019297 97.92%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}