body, html {
  margin: 0;
  padding: 0;
}



.navbar-brand img {
    max-height: 60px; /* Adjust logo height */
  }
  
  .nav-link {
    color: #000; /* Default link color */
    font-weight: bold;
    margin: 0 10px; /* Adjust spacing between links */
  }
  
  .nav-link:hover {
    color: #007bff; /* Hover color */
  }
  
  .btn-outline-primary {
    font-weight: bold;
  }
  
  .navbar {
    background-color: #f8f9fa; /* Light background (can be adjusted) */
  }
  
  @media (max-width: 992px) {
    .navbar-nav {
      text-align: center; /* Center links on smaller screens */
    }
  }
  .lastimage img{
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .text-primary {
    --bs-text-opacity: 1;
    
    font-size: 7.5rem;
}


/* General container styling */
.container-fluid {
  padding: 0 15px;
  margin: 0 auto;
}

.service {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service .text-center {
  margin-bottom: 40px;
}

/* Service items styling */
.service-item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.service-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.service-btn {
  padding: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: black;


}

.service-btn i {
  font-size: 18px;
}

/* Text and spacing */
.service-content {
  margin-left: 20px;
}

.service-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.service-content p {
  margin-bottom: 0;
  color: #6c757d;
}

/* Responsive behavior */
@media (max-width: 1200px) {
  .service-content {
      margin-left: 15px;
  }
  
  .service-item {
      margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .text-center.mx-auto.pb-5 {
      padding-bottom: 40px;
  }

  .service-content {
      text-align: left;
  }
}

@media (max-width: 768px) {
  .service-content {
      text-align: center;
  }

  .service-item {
      padding: 20px;
  }

  .service-content h4 {
      font-size: 20px;
  }
  
  .service-btn {
      margin-bottom: 20px;
  }

  .row.gx-0 {
      margin: 0 -15px;
  }

  .service-content p {
      font-size: 14px;
  }
}

@media (max-width: 576px) {
  .service-item {
      padding: 15px;
  }

  .service-content h4 {
      font-size: 18px;
  }

  .service-btn i {
      font-size: 1.5rem;
  }

  .row.gx-0.gy-4 {
      margin-bottom: 0;
  }

  .service-content p {
      font-size: 13px;
  }
}

.footer{
  background-color: #6c757d;
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
}
.footer .container .row p a, .list-unstyled a{
  color: white;
  text-decoration: none;
}