html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}

.site-header {
    background-color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    padding: .5rem;
}

.navbar {
    padding: 0.5rem 1rem;
}

.logo {
    height: 40px;
}

.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .dropdown-toggle:hover {
    color: #f0ad4e;
}


.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
}

.dropdown-item {
    color: #333;
}

.dropdown-item:hover {
    background-color: #f0ad4e;
    color: #fff;
}

.phone-btn {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
    font-weight: bold;
    border-radius: 20px;
    padding: 10px 20px;
}

.phone-btn:hover {
    background-color: #ec971f;
    border-color: #d58512;
}


.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('images/05159650-66C9-4222-A838-459AA3C4FB9F.png') no-repeat center center/cover;
    background-attachment: fixed;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0 15px;
}

.hero-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #f0ad4e;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.schedule-btn {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 100px;
}

.schedule-btn:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.fa-phone-alt {
    margin-right: 8px;
}

.specialties-section {
    color: #333;
}

.section-title {
    color: #0d6efd;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.specialties-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.specialties-list {
    list-style: none;
    padding-left: 0;
}

.specialties-list li {
    margin-bottom: 10px;
}

.specialties-list .fa-check {
    color: #0d6efd;
    margin-right: 10px;
}

.service-card {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    text-align: center;
}

.service-card .card-img-top {
    height: 150px;
    object-fit: cover;
}

.service-card .card-body {
    padding: 1.5rem;
}

.service-card .card-title {
    color: #0d6efd;
    font-weight: bold;
}

.call-now-btn {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #333;
    font-weight: bold;
    width: 100%;
    margin-top: 1rem;
}

.repair-services-section {
    background-color: #f8f9fa;
    color: #333;
}

.section-heading {
    color: #0d6efd;
    font-weight: bold;
}

.section-subheading {
    color: #6c757d;
}

.service-item-card {
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1);
    text-align: left;
    overflow: hidden;
    height: 100%;
}

.service-item-image-holder {
    background-color: #8a70d6;
    padding: 1rem;
    text-align: center;
}

.service-item-image-holder img {
    height: 215px;
    width: auto;
    border-radius: 0.5rem;
}

.service-item-content {
    padding: 1.5rem;
    text-align: center;
}

.service-item-content h5 {
    color: #0d6efd;
    font-weight: bold;
    font-size: 1.25rem;
}

.repair-services-cta .btn {
    background-color: #3b5998;
    border-color: #3b5998;
    padding: 0.75rem 1.5rem;
    font-weight: bold;
}

.faq-section {
    background-color: #f8f9fa;
}

.faq-section .section-heading {
    color: #343a40;
}

.faq-section .accordion {
    max-width: 800px;
    margin: auto;
}

.faq-section .accordion-item {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}

.faq-section .accordion-button {
    background-color: #fff;
    color: #343a40;
    font-weight: 500;
    border-radius: 0.5rem;
}

.faq-section .accordion-button:focus {
    box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed) {
    color: #0d6efd;
    background-color: #fff;
    box-shadow: none;
}

.faq-section .accordion-body {
    color: #6c757d;
    text-align: left;
}

.faq-cta {
    color: #6c757d;
}

.site-footer {
    background-color: #212529;
    color: #adb5bd;
    padding: 3rem 0;
}

.site-footer h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.footer-links {
    list-style: none;
    padding-left: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #adb5bd;
    text-decoration: none;
}

.footer-links a:hover {
    color: #fff;
}

.subscribe-form .form-control {
    background-color: #343a40;
    border-color: #495057;
    color: #fff;
}

.subscribe-form .form-control::placeholder {
    color: #adb5bd;
}

.social-icons {
    list-style: none;
    padding-left: 0;
    margin-top: 1.5rem;
}

.social-icons li {
    display: inline-block;
    margin-right: 1rem;
}

.social-icons a {
    color: #fff;
    background-color: #343a40;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0.25rem;
}

.site-footer hr {
    border-color: #343a40;
    margin: 2rem 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-legal-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-legal-links li {
    display: inline-block;
    margin-left: 1.5rem;
}

@media (max-width: 992px) {
    .header-transparent {
        background-color: rgba(0, 0, 0, 0.8);
        position: static;
    }
}