
/* General Styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  scroll-behavior: smooth;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  padding-top: 50px;
}

html, body {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.nav-link.active {
  font-weight: bold;
  color: #f7c600 !important;
  border-bottom: 2px solid #f7c600;
}

.circle-icon {
  background-color: #333;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.circle-icon i {
  font-size: 17px;         
  color: white;            
  transition: transform 0.3s ease;
}

.service-label {
  right: 32%;
  bottom: 80px;
  margin-top: 1rem;
  font-weight: 600;
  transition: color 0.3s ease;
}

.service-label::after {
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 3px;
  background-color: #f7c600;
  margin: 0.5rem auto 0;
}

.service-item {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 2rem auto;
}

.service-label {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}

.circle-container {
  overflow: hidden;
}

.circle-icon-wrap {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.circle-icon {
  background-color: #333;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon i {
  font-size: 17px;
  color: white;
}

.wrap-text {
  text-align: justify;
}

#services {
  min-height: 100vh;
  display: flex;
  align-items: center; 
  padding-top: 100px; 
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .footer-services,
  .footer-links {
    display: none;
  }

  .footer-bottom-text {
    font-size: 0.8rem;
    text-align: center;
  }

  .footer-social-icons {
    text-align: center;
    margin-top: 0.5rem;
  }
}



