.ap_aboutus {
  padding: 60px 0;
}
.cs_about_content {
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom right, #b0d2f6 0%, #d3e5fa96 10%, #ffffff 60%, #d3e5fa96 85%, #b0d2f6 100%);
    padding: 30px;
    border-radius: 20px;
  }
  .cs_about_text {
    color: #282828;
    font-size: 17px;
  }
  
  .whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
}

.whatsapp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}
