
.software-dev-banner {
    background: url('images/site_design_12.jpg') no-repeat center center/cover;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
  }

  .dev-overlay {
    background-color: rgba(0, 0, 0, 0.6); /* dark overlay */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dev-content {
    color: #fff;
    padding: 20px;
    max-width: 800px;
  }

  .dev-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .dev-content p {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .dev-content h1 {
      font-size: 1.5rem;
    }
 .software-dev-banner{
  
height: 25vh;
 }
}



.software-section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: auto;
    }

    .software-section h2 {
      font-size: 32px;
      color: blue;
      margin-bottom: 20px;
    }

    .software-section p {
      font-size: 18px;
      color: #555;
      margin-bottom: 25px;
    }

    .software-section ul {
      margin-left: 20px;
      color: #001f3f;
      font-size: 18px;
    }

    @media (max-width: 768px) {
      .software-banner {
        padding: 60px 15px;
        background-position: center top;
        height: 30vh;
      }

      .software-section h2 {
        font-size: 24px;
      }

      .software-section p, .software-section ul {
        font-size: 16px;
      }

      .software-section ul {
        margin-left: 0;
        list-style-position: inside;
      }
    }