* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

/* --------------------------------------------------- */
#navbar .nav-link {
  color: black;
  transition: color 0.3s ease;
}

#navbar .nav-link:hover {
  color: gray;
}

/* --------------------------------------------------- */
#sap_img {
  height: 45vh;
  background-image: url(./assets/Product/SAP\ Business\ One.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-left: 16vw;
  color: white;
}

#wss {
  padding: 0 90px;
  justify-content: center;
  margin-bottom: 20px;
}

#wss img {
  margin-left: 80px;
}

#cards4 {
  background-color: #686d76;
  margin-bottom: 40px;
}

#bottom .card {
  position: relative;
  height: 52vh;
  box-shadow: 0px 0px 7px black;
  transition: 0.5s ease;
  cursor: pointer;
}

#bottom .card:hover {
  transform: translateY(-15px);
  box-shadow: 0px 0px 8px yellowgreen;
}

#bottom .card h5 {
  color: #1a2130;
}

#cards4 .btn {
  position: absolute;
  bottom: 20px;
  left: 30px;
}

#bottom .card {
  background-color: #e3e1d9;
}

#collpasebody2 {
  margin: 20px 200px;
}

.collpasebody {
  margin: 20px 200px;
}

/* --------------------------------------------------- */

.cta-banner {
background: linear-gradient(90deg, #2d3b9b, #7a47a6);
color: #fff;
padding: 20px;
border-radius: 5px;
margin-top: 30px;
}

.cta-banner h3 {
margin-bottom: 10px;
margin-left: -120px;
}

.cta-banner p {
margin-bottom: 20px;

}
#sideDiv{
  padding-top: 25px;
  padding-right: 180px;
}



