@keyframes yellow-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.5);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(var(--bs-primary-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
  }
}
@keyframes black-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(21, 21, 21, 0.22);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(var(--bs-primary-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
  }
}
@keyframes orange-shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(21, 21, 21, 0.22);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(var(--bs-primary-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0);
  }
}
@keyframes orange-text-pulse {
  0% {
    color: var(--bs-body-color);
  }
  50% {
    color: var(--bs-link-color);
  }
  100% {
    color: var(--bs-body-color);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#services-section .cover {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.service-form {
  width: 100%;
}
.service-form .service-form-intro {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--theme-muted);
  margin-bottom: 1.15rem;
}
.service-form .service-form-intro i {
  color: var(--bs-primary);
  margin-right: 0.35rem;
}
.service-form .service-form-body,
.service-form .service-form-fields {
  width: 100%;
}
.service-form .service-form-fields {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: minmax(0, 1fr);
}
.service-form .service-form-field {
  width: 100%;
  min-width: 0;
}
.service-form .service-form-field > .col-form-label,
.service-form .service-form-field > div,
.service-form .service-form-field > .row {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
}
.service-form .service-form-field [class*=col-] {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  float: none !important;
  padding-left: 0;
  padding-right: 0;
}
.service-form .service-form-field .col-form-label {
  padding-bottom: 0.25rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--theme-heading);
}
.service-form .service-form-field > .row {
  margin: 0;
  padding: 0;
}
.service-form .service-form-field .input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}
.service-form .service-form-field .input-group > .input-group-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 2.75rem;
  padding-inline: 0.85rem;
  border-radius: 0.65rem 0 0 0.65rem;
}
.service-form .service-form-field .input-group > .form-control,
.service-form .service-form-field .input-group > select.form-control {
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  min-height: 2.75rem;
}
.service-form .service-form-field .input-group > .input-group-text + .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.65rem;
  border-bottom-right-radius: 0.65rem;
}
.service-form .service-form-field .input-group > .form-control:only-child,
.service-form .service-form-field .input-group > select.form-control:first-child:last-of-type {
  width: 100%;
  flex: 1 1 100%;
  border-radius: 0.65rem;
}
.service-form .service-form-field .input-group > .invalid-feedback {
  flex: 0 0 100%;
  width: 100%;
}
.service-form .service-form-field textarea.form-control {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 6rem;
  border-radius: 0.65rem;
}
.service-form .service-form-field .invalid-feedback {
  display: block;
  width: 100%;
  font-size: 0.78rem;
}
.service-form .service-form-presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.service-form .service-form-actions {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--theme-card-border);
}
.service-form .service-form-actions .btn {
  justify-content: center;
}
.service-form .service-form-accordion {
  margin-bottom: 0.25rem;
}
.service-form .service-form-accordion .accordion-item {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--theme-card-border);
}
.service-form .service-form-accordion .accordion-item:last-child {
  border-bottom: 0;
}
.service-form .service-form-accordion .accordion-button {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--theme-heading);
  background: var(--theme-surface-2);
  border-radius: 0.65rem !important;
  box-shadow: none;
  padding: 0.75rem 0.9rem;
}
.service-form .service-form-accordion .accordion-button:not(.collapsed) {
  background: rgba(var(--bs-primary-rgb), 0.12);
  color: var(--theme-heading);
}
.service-form .service-form-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.15);
}
.service-form .service-form-accordion .accordion-body {
  padding: 0.85rem 0.15rem 1rem;
}
.service-form .service-form-accordion .service-form-presets {
  margin-top: 0.75rem;
}

#services-section .detail-sidebar .section-heading {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

#contact-page-section {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  #contact-page-section {
    display: flex;
  }
}
#contact-page-section.partial-bg {
  border-top: 1px solid var(--theme-surface-2);
  background-color: var(--theme-surface-2);
}
#contact-page-section #contact-form-section {
  text-align: center;
  padding: 25px 0 25px 0;
}
@media (min-width: 576px) {
  #contact-page-section #contact-form-section {
    padding: 25px 50px 25px 50px;
  }
}
#contact-page-section #contact-form-section .title {
  color: var(--bs-link-color);
  text-transform: capitalize;
  padding-top: 10px;
  font-weight: 700;
  font-size: 2.34375rem;
}
#contact-page-section #contact-form-section .sub_title {
  margin-bottom: 1rem;
  font-weight: 300;
  line-height: 0.6;
  text-transform: capitalize;
  font-size: 1.875rem;
}
#contact-page-section #contact-form-section p.description {
  padding-top: 15px;
  padding-bottom: 15px;
}
#contact-page-section #contact-form-section p.description a {
  color: var(--bs-link-color);
  transition: 220ms ease-out;
}
#contact-page-section #contact-form-section p.description a:hover {
  color: var(--bs-primary);
  text-decoration: none;
}
#contact-page-section #google-map {
  height: 350px;
}
@media (min-width: 992px) {
  #contact-page-section #google-map {
    height: 100%;
  }
}
