:root {
  --bs-primary: #d32f2f; /* Bootstrap primary override */
  --bs-link-color: #d32f2f;
  --bs-link-hover-color: #b71c1c;
  --primary-red: #d32f2f;
  --royal-blue: #1a237e;
  --bs-primary-rgb: 211, 47, 47; /* RGB of #D32F2F */
}
body {
  font-family: "Manrope", sans-serif;
}
.glass-nav {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(8px);
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.call-us {
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
}
.call-us .call-icon {
  display: flex;
  gap: 4px;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.5px solid #c5c5c5;
  justify-content: center;
}
.call-us svg {
  width: 20px;
  height: 20px;
  color: var(--light-text);
}
.call-us text {
  font-size: 12px;
  color: var(--light-text);
  font-weight: 500;
}
.call-us .call-number {
  font-size: 13px;
  font-weight: 600;
}