.cta-section-home .btn {

  background: #000000;

  color: #fff;

}



.cta-section-home .btn i {

  margin-right: 5px;

  font-size: 24px;

  line-height: 0;

}



/* Sticky Footer CSS */

.sticky-footer {

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  background: #6A67EC;

  padding: 10px 0;

  text-align: center;

  border-top: none;

  z-index: 1100;

}



.sticky-footer .social-icon {

  margin: 0 10px;

  color: #EC93BE;

  font-size: 20px;

  transition: color 0.3s;

}



.sticky-footer .social-icon:hover {

  color: #EC93BE;

}



/* Add padding to the bottom of the body to prevent content overlap */

body {

  padding-bottom: 60px; /* Adjust this value to the height of your sticky footer */

}



/* Adjust Back-to-Top Button to be above Sticky Footer */

.back-to-top {

  position: fixed;

  bottom: 80px; /* Adjust this value if needed */

  right: 20px;

  z-index: 1100; /* Higher than the sticky footer */

}

