/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

footer a:hover {
    text-decoration: underline;
    color: #f8f9fa;
}

.btn-primary {
    background-color: #0056d2;
    border: none;
}

.btn-primary:hover {
    background-color: #0041a8;
}

*/

.hero-section {
    background-color: #f8f9fa;
}

.service-icon {
    font-size: 2.5rem;
    color: #0d6efd;
}

.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    .btn-primary:hover {
        background-color: #0b5ed7;
    }

footer a:hover {
    color: #adb5bd;
}

/* Smooth scroll for anchor links */
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Segoe UI', sans-serif;
}

.navbar-nav .nav-link.active {
    font-weight: bold;
    color: #0d6efd;
}

footer a:hover {
    text-decoration: underline;
}
.hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
