:root {
    --bs-primary: #107dad;
  --bs-secondary: #2E3A48;
  --bs-accent: #F5A623;
  --bs-background-light: #F4F7F9;
  --bs-background-dark: #101922;
  --bs-surface-light: #FFFFFF;
  --bs-surface-dark: #182430;
  --bs-text-primary-light: #2E3A48;
  --bs-text-primary-dark: #F4F7F9;
  --bs-text-secondary-light: #586474;
  --bs-text-secondary-dark: #a0aec0;
  --bs-border-light: #e2e8f0;
  --bs-border-dark: #2d3748;
  --bs-font-sans-serif: "Inter", sans-serif;
}

body {
  font-family: var(--bs-font-sans-serif);
  background-color: var(--bs-background-light);
  color: var(--bs-text-primary-light);
}

main {
  min-height: calc(100vh - 200px);
}

.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

[data-bs-theme="dark"] body {
  background-color: var(--bs-background-dark);
  color: var(--bs-text-primary-dark);
}

.bg-surface-light {
  background-color: var(--bs-surface-light);
}

.bg-surface-dark {
  background-color: var(--bs-surface-dark);
}

.hero-section {
  min-height: 75vh;
  background-size: cover;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 255, 0.6)), url('./hero-home.jpg');
  background-position: right;
}

.icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-primary);
}

.icon-circle .material-symbols-outlined {
  font-size: 2rem;
  color: #00aaff;
}

.icon-accent {
  color: var(--bs-accent);
  font-size: 2rem;
  margin-right: 1rem;
}

.icon-primary {
  color: var(--bs-primary);
  font-size: 2rem;
  margin-right: 1rem;
}

.rating-stars {
  color: var(--bs-accent);
}

.service-icon-container {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
}

.service-icon {
  font-size: 3rem;
}

.service-icon-large {
  font-size: 3.5rem;
  color: var(--bs-primary);
}

.card:hover {
  transform: translateY(-5px);
  transition: transform 0.2s ease-in-out;
}

.navbar.scrolled {
  background-color: var(--bs-surface-light) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.btn-primary {
  background-color: #107dad !important;
  border-color: #107dad;
}

.text-primary {
  color: #107dad !important;
}

.parallax-section {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 255, 0.6)), url('./choose-us.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.parallax-section .text-muted {
    color: #f8f9fa !important;
}

.parallax-section .card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: white !important;
}

.parallax-section .card .card-title {
    color: white !important;
}

.parallax-section .card .card-text {
    color: #f8f9fa !important;
}

.card-img-top {
  object-position: top center;
}

.values-section {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 139, 0.7)), url('./choose-us.jpg');
  background-size: cover;
  background-position: center;
  padding: 3rem;
  border-radius: .5rem;
}

@media (max-width: 768px) {
  .hero-section h1.display-4 {
    font-size: 2.5rem;
  }

  .hero-section p.lead {
    font-size: 1.1rem;
  }

  .hero-section {
    background-position: center center;
  }
}

@media (max-width: 576px) {
  .hero-section h1.display-4 {
    font-size: 2rem;
  }

  .hero-section p.lead {
    font-size: 1rem;
  }
}

.card-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.2s ease-in-out;
}

.btn-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.2s ease-in-out;
}

.contact-card {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transition: all 0.2s ease-in-out;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.contact-card h3 {
  margin-bottom: 1rem;
}

.contact-card p {
  margin-bottom: 0.5rem;
}

.table {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #dee2e6;
}

.table tbody tr:hover {
  background-color: #f8f9fa;
}

.get-in-touch-section {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 255, 0.6)), url('./hero-home.jpg');
  background-size: cover;
  background-position: center;
  color: white;
}

.get-in-touch-section .text-primary {
  color: var(--bs-accent) !important;
}

.operating-hours-section {
  background-color: #f8f9fa;
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}