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 {
    background: #f5f7fb;
}

.card {
    border: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.form-section-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #6c757d;
}

.service-option {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: border-color 0.2s;
    padding: 10px;
    display: flex;
    align-items: center;
    min-height: 120px;
}

.service-option.selected {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}

.service-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 20px;
}

.service-label {
    font-weight: 500;
    font-size: 1.2rem;
}

.service-desc {
    color: #555;
    font-size: 0.98rem;
}
