:root {
  --color-accent: #c9a227;
  --color-dark: #14181f;
  --color-gray: #6c757d;
}

body {
  font-family:
    "Inter",
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  color: #212529;
}

h1, h2, h3, h4, h5, h6,
.section-title, .filter-heading, .navbar-brand {
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.text-accent {
  color: var(--color-accent) !important;
}
.bg-accent {
  background-color: var(--color-accent) !important;
}

.btn-accent {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  font-weight: 600;
}
.btn-accent:hover {
  background-color: #a9871f;
  border-color: #a9871f;
  color: #fff;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
  color: var(--color-accent) !important;
}
.lang-link {
  color: #adb5bd;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
}
.lang-link.active,
.lang-link:hover {
  color: var(--color-accent);
}
.lang-link::after {
  display: none;
}

.brand-logo {
  height: 64px;
  max-height: 64px;
  width: auto;
}

.top-bar {
  background: linear-gradient(90deg, #0d0f14 0%, #14181f 100%);
  border-bottom: 1px solid rgba(201, 162, 39, 0.25);
  position: relative;
  z-index: 1060;
}
.top-bar .dropdown {
  flex-shrink: 0;
}
.top-bar-link {
  color: #e4e6eb;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.top-bar-link:hover {
  color: var(--color-accent);
  background-color: rgba(201, 162, 39, 0.1);
}
.top-bar-link i {
  font-size: 1.15rem;
  color: var(--color-accent);
}
.top-bar-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: var(--color-accent);
}
.top-bar .dropdown-menu {
  min-width: 140px;
  font-size: 1rem;
  border: 1px solid rgba(201, 162, 39, 0.25);
  background-color: #fff;
  z-index: 1055;
}
.top-bar .dropdown-item {
  color: #212529;
}
.top-bar .dropdown-item.active,
.top-bar .dropdown-item:active {
  background-color: var(--color-accent);
}

.navbar-overlay {
  background: #0d0f14 !important;
  box-shadow: none;
}
.page-home {
  padding-top: 0;
}
.navbar.bg-dark,
.admin-sidebar.bg-dark {
  background-color: #000 !important;
}
.footer-link {
  color: #adb5bd;
  text-decoration: none;
}
.footer-link:hover {
  color: #fff;
}

.site-footer {
  background: linear-gradient(180deg, #14181f 0%, #0b0e13 100%);
  border-top: 3px solid var(--color-accent);
}
.footer-col-title {
  color: var(--color-accent);
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.footer-social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.footer-social-icon:hover {
  background: var(--color-accent);
  color: #14181f;
}

.hero-banner {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 75% 40%,
      rgba(212, 175, 55, 0.18),
      transparent 55%
    ),
    linear-gradient(135deg, #0a0a0a 0%, #14181f 50%, #0a0a0a 100%);
  background-color: var(--color-dark);
  border-bottom: 3px solid var(--color-accent);
}
.hero-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,10,15,.92) 15%, rgba(10,10,15,.55) 55%, rgba(10,10,15,.75) 100%);
  z-index: 1;
}

@media (max-width: 767px) {
  .hero-video-bg {
    display: none;
  }
}
.hero-banner > .container {
  position: relative;
  z-index: 2;
}
.hero-banner.has-custom-bg {
  background-blend-mode: normal;
  background-size: 115% auto !important;
  animation: heroPan 22s ease-in-out infinite alternate;
}
@keyframes heroPan {
  0% {
    background-position: 20% center;
  }
  100% {
    background-position: 80% center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-banner.has-custom-bg {
    animation: none;
  }
}
.page-home .hero-banner {
  min-height: 480px;
}

.service-card {
  border: 1px solid #eee;
  border-radius: 16px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.09) !important;
  border-color: rgba(201, 162, 39, 0.35);
}
.service-card .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.14), rgba(201, 162, 39, 0.05));
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.service-icon-svg {
  width: 28px;
  height: 28px;
  color: var(--color-accent);
}
.why-icon-svg {
  width: 44px;
  height: 44px;
  color: var(--color-accent);
}

.brands-strip {
  background: #fff;
  border-top: 1px solid #ece8dd;
  border-bottom: 1px solid #ece8dd;
}
.brands-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.brands-track {
  display: flex;
  gap: 3rem;
  width: max-content;
  animation: brandsScroll 45s linear infinite;
}
.brands-marquee:hover .brands-track {
  animation-play-state: paused;
}
@keyframes brandsScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .brands-track {
    animation: none;
  }
}
.brand-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
  flex-shrink: 0;
  width: 200px;
}
.brand-cell svg {
  width: 72px;
  height: 72px;
  color: var(--color-accent);
}
.brand-logo-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}
.brand-cell span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  color: var(--color-dark);
}

.services-single-icon {
  width: 84px;
  height: 84px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.14), rgba(201, 162, 39, 0.05));
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-single-icon svg {
  width: 40px;
  height: 40px;
}

.services-hero {
  background: linear-gradient(135deg, #14181f 0%, #1c2028 100%);
  border-bottom: 3px solid var(--color-accent);
}
.services-hero-photo {
  background:
    linear-gradient(0deg, rgba(10,10,15,.62), rgba(10,10,15,.3)),
    url('../images/services/services-hero-bg.jpg');
  background-size: cover;
  background-position: center center;
  min-height: 220px;
  display: flex;
  align-items: center;
}
.services-hero-photo h1,
.services-hero-photo p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.service-alt-card {
  background: #f7f5f0;
  border-radius: 12px;
  padding: 2rem 1.6rem;
  height: 100%;
  position: relative;
  border-left: 4px solid var(--color-accent);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-alt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.service-alt-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(201, 162, 39, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.service-alt-icon svg {
  width: 22px;
  height: 22px;
  color: var(--color-accent);
}
.service-alt-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.service-alt-card p {
  color: var(--color-gray);
  font-size: 0.9rem;
  margin: 0;
}

.service-photo-card {
  background: #fff;
  border: 1px solid #ece8dd;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-photo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.service-photo-wrap {
  height: 170px;
  overflow: hidden;
}
.service-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.14), rgba(201, 162, 39, 0.05));
}
.service-photo-body {
  padding: 1.25rem 1.4rem;
}
.service-photo-body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.service-photo-body p {
  color: var(--color-gray);
  font-size: 0.9rem;
  margin: 0;
}

.service-minimal-card {
  text-align: center;
  padding: 2rem 1.5rem;
  height: 100%;
  border: 1px solid #ece8dd;
  border-radius: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-minimal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.service-minimal-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(201, 162, 39, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.1rem;
}
.service-minimal-icon svg {
  width: 28px;
  height: 28px;
  color: var(--color-accent);
}
.service-minimal-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.service-minimal-card p {
  color: var(--color-gray);
  font-size: 0.9rem;
  margin: 0;
}
.service-number {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #f1e9d2;
  line-height: 1;
  z-index: 0;
}
.service-card .card-body > * {
  position: relative;
  z-index: 1;
}
.service-text {
  color: #6c757d;
  font-size: 0.92rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}
.service-text.is-expanded {
  -webkit-line-clamp: unset;
  display: block;
}
.service-toggle {
  align-self: flex-start;
  background: none;
  border: none;
  padding: 0;
  color: var(--color-accent);
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: auto;
}
.service-toggle:hover {
  text-decoration: underline;
}

.search-bar {
  max-width: 900px;
}
.search-bar-pro {
  max-width: 1000px;
  border-top: 4px solid var(--color-accent);
}
.search-field-label {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #98999e;
  margin-bottom: 0.35rem;
}
.search-field-label i {
  color: var(--color-accent);
  font-size: 0.85rem;
}
.search-bar-pro .form-select,
.search-bar-pro .form-control {
  border-radius: 10px;
  border-color: #e4e6ea;
  height: 46px;
  font-size: 0.92rem;
}
.search-bar-pro .form-select:focus,
.search-bar-pro .form-control:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 39, 0.15);
}
.more-criteria-panel {
  background: #faf9f6;
  border-radius: 12px;
  border: 1px solid #eeece4;
}
.btn-more-criteria {
  background: none;
  border: none;
  padding: 0;
  color: var(--color-accent);
  font-weight: 600;
  font-size: 0.88rem;
}
.btn-more-criteria:hover {
  text-decoration: underline;
}
.btn-search-submit {
  border-radius: 10px;
  height: 46px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(201, 162, 39, 0.3);
}

.section-title {
  font-weight: 700;
  position: relative;
  padding-bottom: 0.5rem;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 3px;
  background: var(--color-accent);
}

.car-card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.car-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1) !important;
}
.car-card-img {
  height: 200px;
  object-fit: contain;
  background-color: #f5f5f5;
}
.testimonial-card {
  border-left: 4px solid var(--color-accent);
  border-radius: 12px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08) !important;
}
.testimonial-stars {
  color: var(--color-accent);
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .fade-in-up {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.gallery-img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
}
.thumb-img {
  height: 70px;
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.thumb-img:hover {
  opacity: 1;
}

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #25d366;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 1000;
}

@media (max-width: 768px) {
  .hero-banner {
    min-height: 360px;
  }
  .page-home .hero-banner {
    min-height: 360px;
  }
  .gallery-img {
    max-height: 320px;
  }
}

.filter-box {
  background: #fff !important;
  border: 1px solid #e9ecef;
  border-radius: 14px !important;
  box-shadow: 0 2px 10px rgba(20, 24, 31, 0.05);
  padding: 1.5rem !important;
}
@media (min-width: 992px) {
  .filter-box {
    position: sticky;
    top: 90px;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
  }
}
.filter-box::-webkit-scrollbar {
  width: 6px;
}
.filter-box::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 3px;
}

.filter-box > h6.filter-heading {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-dark);
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 2px solid var(--color-accent);
}

.filter-section {
  padding-bottom: 1.1rem;
  margin-bottom: 1.1rem;
  border-bottom: 1px solid #f0f0f0;
}
.filter-section:last-of-type {
  border-bottom: none;
}
.filter-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--color-dark);
  margin-bottom: 0.7rem;
}
.filter-section-title i {
  color: var(--color-accent);
  font-size: 0.95rem;
}

.filter-box .form-select,
.filter-box .form-control {
  border-radius: 8px;
  border-color: #dfe3e8;
  font-size: 0.875rem;
}
.filter-box .form-select:focus,
.filter-box .form-control:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 39, 0.15);
}

.filter-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease;
  margin-bottom: 0.1rem;
}
.filter-option:hover {
  background-color: #faf7ee;
}
.filter-option input[type="checkbox"],
.filter-option input[type="radio"] {
  width: 1.05rem;
  height: 1.05rem;
  border-color: #c9ccd1;
  cursor: pointer;
  flex-shrink: 0;
}
.filter-option input[type="checkbox"]:checked,
.filter-option input[type="radio"]:checked {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}
.filter-option-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  margin-left: 0.6rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.filter-option-count {
  font-size: 0.75rem;
  color: #adb5bd;
  font-variant-numeric: tabular-nums;
}
.filter-option input:checked ~ .filter-option-label,
.filter-option:has(input:checked) .filter-option-label {
  color: var(--color-dark);
  font-weight: 600;
}

.filter-clear-link {
  display: inline-block;
  font-size: 0.78rem;
  color: var(--color-gray);
  text-decoration: underline;
  margin-top: 0.3rem;
}
.filter-clear-link:hover {
  color: var(--color-accent);
}

.filter-box .btn-accent {
  border-radius: 8px;
  padding: 0.6rem;
  font-size: 0.9rem;
}
.filter-box .btn-outline-secondary {
  border-radius: 8px;
  font-size: 0.85rem;
}

.results-toolbar {
  background: #fff;
  border: 1px solid #eef0f2;
  border-radius: 10px;
  padding: 0.65rem 1rem;
}
.results-toolbar select.form-select {
  border-radius: 8px;
}
.top-bar-link {
  white-space: nowrap;
}

@media (max-width: 576px) {
  .top-bar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .top-bar-link {
    font-size: 0.8rem;
    gap: 0.25rem;
    padding: 0.15rem 0.3rem;
  }
  .top-bar .container,
  .top-bar > .d-flex {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .top-bar .dropdown-menu {
    min-width: 100px;
  }
}
@media (max-width: 576px) {
  .brand-logo {
    height: 44px;
    max-height: 44px;
  }
}
.navbar-collapse {
  background-color: #14181f;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-top: 0.5rem;
}
.navbar-collapse .nav-link {
  color: #e4e6eb !important;
  padding: 0.5rem 0;
}
.navbar-collapse .nav-link:hover,
.navbar-collapse .nav-link.active {
  color: var(--color-accent) !important;
}

.top-bar .dropdown-menu {
  background-color: #ffffff;
  opacity: 1;
}
@media (max-width: 576px) {
  .top-bar .dropdown {
    position: static;
  }
  .top-bar .dropdown-menu {
    position: absolute;
    right: 0.5rem;
    left: auto;
    top: 100%;
    transform: none;
    z-index: 2000;
  }
  .top-bar {
    overflow: visible;
  }
}
@media (max-width: 576px) {
  .top-bar .container {
    padding-left: 12px !important;
  }
  .top-bar-icon {
    flex-shrink: 0;
  }
}

.services-top-bar {
  background: #0d0f14;
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(201, 162, 39, 0.25);
}
.services-tagline {
  color: #adb5bd;
  font-size: 0.9rem;
  max-width: 620px;
  margin: 0 auto 1.1rem;
  line-height: 1.5;
}
.services-pills-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
}
.service-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.2rem;
  border-radius: 30px;
  background: #14181f;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  border: 1px solid rgba(201, 162, 39, 0.4);
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  cursor: default;
}
.service-pill:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: #14181f;
  transform: translateY(-2px);
}
@media (max-width: 576px) {
  .services-tagline {
    font-size: 0.82rem;
  }
  .service-pill {
    font-size: 0.78rem;
    padding: 0.45rem 1rem;
  }
}

.services-strip {
  background: #0d0f14;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(201, 162, 39, 0.2);
}
.services-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #c9c9ce;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.services-strip-dot {
  margin: 0 0.9rem;
  color: var(--color-accent);
  font-size: 0.5rem;
}
@media (max-width: 768px) {
  .services-strip-inner {
    font-size: 0.68rem;
    letter-spacing: 0.03em;
  }
  .services-strip-dot {
    margin: 0 0.5rem;
  }
}
.review-form-card {
  background: #fff;
  border-top: 4px solid var(--color-accent);
  border-radius: 14px;
  padding: 2rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.review-form-quote-icon {
  position: absolute;
  top: -20px;
  left: 24px;
  width: 40px;
  height: 40px;
  background: var(--color-accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: Georgia, serif;
  box-shadow: 0 4px 10px rgba(201, 162, 39, 0.35);
}
.review-form-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0.75rem 0 1.25rem;
  color: var(--color-dark);
}
.review-form-input {
  border-color: #e4e6ea;
  border-radius: 8px;
}
.review-form-input:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 39, 0.15);
}
.review-form-submit {
  background: var(--color-dark);
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 0.6rem;
  border: none;
}
.review-form-submit:hover {
  background: #000;
  color: #fff;
}

.star-rating-input {
  display: flex;
  gap: 0.4rem;
  font-size: 1.6rem;
}
.star-rating-input .star-choice {
  color: #e4e6ea;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.1s ease;
}
.star-rating-input .star-choice:hover {
  transform: scale(1.1);
}
.star-rating-input .star-choice.active {
  color: var(--color-accent);
}
.services-strip-inner a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease;
}
.services-strip-inner a:hover {
  color: var(--color-accent);
}