#unique-footer {
  background: linear-gradient(to right, #1f1f1f, #2a2a2a);
  color: #ccc;
  padding: 40px 0 20px;
  font-size: 14px;
  line-height: 1.6;
}

#unique-footer .row {
  margin-left: 0;
  margin-right: 0;
}

#unique-footer .col-md-3 {
  padding: 15px;
  margin-bottom: 20px;
  text-align: left;
  box-sizing: border-box;
}

#unique-footer h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.15rem;
  margin-bottom: 15px;
  margin-top: 0;
}

#unique-footer p {
  color: #ccc;
  margin: 0;
}

#unique-footer ul.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#unique-footer ul.list-unstyled li {
  margin-bottom: 8px;
}

#unique-footer a.footer-link {
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

#unique-footer a.footer-link:hover {
  color: #fff;
  padding-left: 5px;
}

#unique-footer hr {
  border-color: #444;
  margin: 20px 0;
}

#unique-footer .row.align-items-center {
  font-size: 13px;
  color: #999;
}

#unique-footer .brand-name {
  font-weight: bold;
  color: #fff;
}

#unique-footer a[class*="fa-"] {
  color: #ccc;
  font-size: 16px;
  margin: 0 6px;
  transition: color 0.3s ease;
}

.footer .social-icons2 a,
.footer .col-md-6.text-md-end a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 8px;
  margin-bottom: 15px;
  text-align: center;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}


.footer .social-icons2 a,
.footer .col-md-6.text-md-end a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 8px;
  text-align: center;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.footer .col-md-6.text-md-end a:hover {
  background-color: #555;
  color: #fff;
}

.services-modular {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px 110px;
  margin-top: 70px !important;
  background-color: #f8f9fa;
  justify-content: center; 
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.service-item {
  display: flex;
  align-items: center;
  max-width: 250px;
  margin: 15px;
  color: #444;
}

.service-item i {
  font-size: 32px;
  color: #009cfd;
  margin-right: 12px;
}


.service-item h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.service-item p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 15px;
    display: none;
    background: #009cfd;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1.2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
    cursor: pointer;
}

#back-to-top i {
    color: #fff;
}

@media (max-width: 1024px) {
.services-modular {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .service-item {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 15px 0;
  }

  .service-item i {
    margin-bottom: 10px;
  }

  .service-item h4 {
    font-size: 15px;
  }

  .service-item p {
    font-size: 13px;
  }
  #unique-footer .col-md-3 {
    width: 100%;
    padding: 10px 0;
    text-align: left !important;
  }

  #unique-footer h5 {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  #unique-footer ul.list-unstyled li {
    margin-bottom: 6px;
  }

  #unique-footer .row.align-items-center {
    text-align: center;
  }

  #unique-footer .text-md-start {
    text-align: center !important;
  }

  #unique-footer .text-md-end {
    text-align: center !important;
    margin-top: 10px;
    margin-bottom: 15px;
  }

}
