<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>CRM Banner</title>
  <style>
    body {
      margin: 0;
      font-family: Arial, sans-serif;
       padding: 0 !important;
    }
span.theme-menu-name {
    font-weight: 600;
    color: #3b3486;
}
form.zpform-container.zpnewsletter-input-container {
    width: 90% !important;
}

    .banner {
      position: relative;
      width: 100%;
      aspect-ratio: 3 / 2; /* Adjust based on your preferred layout */
      background: url('/mnt/data/20250622_2309_CRM Teamwork Illustration_remix_01jycbf001e3abzrh9q93gqkh3.png') no-repeat center center;
      background-size: cover;
    }
.zscustom-section-bizxpert-02.zpdefault-section-bg .zs-bx-achievements[data-element-id].zpelem-box.zs-bx-achievements-box1 {
    background: linear-gradient(180deg, #ffca20 0%, #fff 90%);
}
.zscustom-section-bizxpert-02.zpdefault-section-bg .zs-bx-achievements[data-element-id].zpelem-box.zs-bx-achievements-box2 {
    background: linear-gradient(180deg, #f13336 0%, #fff 90%);
}
.zscustom-section-bizxpert-02.zpdefault-section-bg .zs-bx-achievements[data-element-id].zpelem-box.zs-bx-achievements-box3 {
    background: linear-gradient(180deg, #2486cf 0%, #fff 90%);
}
.zscustom-section-bizxpert-02 .zs-bx-achievements[data-element-id].zpelem-box {
    background: linear-gradient(180deg, #24a04c 0%, #fff 90%);
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0px -10px 5px rgba(0, 0, 0, 0.1);
}
/* Newsletter1 scoped section */
.Newsletter1 {
  background: #ffffff;
  border-left: 4px solid #00a2e8;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
  border-radius: 8px;
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Left text content */
.Newsletter1 .zpheading {
  font-size: 28px;
  font-weight: 700;
  color: #000843;
  margin-bottom: 15px;
  line-height: 1.4;
}

.Newsletter1 .zpheading span {
  display: block;
  color: #00a2e8;
}

.Newsletter1 .zptext p {
  font-size: 16px;
  line-height: 1.7;
  color: #7a89a3;
  margin: 0;
  max-width: 90%;
}

/* Button alignment */
.Newsletter1 .zpbutton-align-right {
  text-align: right;
}

/* Button styling */
.Newsletter1 .zpbutton-wrapper {
  background-color: #00a2e8;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: inline-block;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.Newsletter1 .zpbutton-wrapper:hover {
  background-color: #008fcc;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .Newsletter1 {
    flex-direction: column;
    text-align: left;
  }

  .Newsletter1 .zpbutton-align-right {
    text-align: left;
    margin-top: 20px;
  }
}



    @media (min-width: 768px) {
      .banner {
        aspect-ratio: 16 / 9;
      }
    }

    .banner-text {
      position: absolute;
      bottom: 30px;
      left: 40px;
      color: white;
      background-color: rgba(0, 0, 0, 0.5);
      padding: 15px 25px;
      border-radius: 10px;
      font-size: 1.5rem;
    }
  </style>
</head>
<body>

  <div class="banner">
    <div class="banner-text">
      Empowering Business with CRM, ERP, Web & Salesforce
    </div>
  </div>

</body>
</html>
