a {
    color: #ffffff;
    ;
}

a:hover {
    color: #ffffff;
    ;
}

footer {
    background-color: #000000;
}

footer .logo {
    width: 238px;
}

footer .footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

footer .footer-nav li a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    color: #ef581f !important;
}

.navbar-nav .nav-link {
    color: #222 !important;
    font-size: 1rem;
    font-weight: 700;
}

.navbar-nav .active {
    color: #ef581f !important;
}

.link-secondary {
    color: #fff !important;
}

#hero-section {
    background: linear-gradient(330.09deg, #ef581f 0, #000000 30.51%);
    /* background-image: url('/images/hero-image-1.jpg'); */
    background-size: cover;
    background-position: center;
    min-height: 732px;
    padding-top: 100px;
    /* margin-bottom: 4rem; */
    color: #ffffff;
}

.comparison-table {
    background-color: #001f40;
}

#steps {
    background: linear-gradient(330.09deg, #ef581f 0, #000000 61.51%);
    /* height: 732px; */
    padding-top: 100px;
    padding-bottom: 4rem;
}

#guides {
    background: linear-gradient(330.09deg, #ef581f 0, #000000 61.51%);
    color: #fff;
}

#testimonials {
    height: 732px;
    padding-top: 50px;
    padding-bottom: 4rem;
}

.navbar-brand {
    width: 250px;
    left: 15px;
}

.featured-guide-list {
    list-style-type: none;
}

.bg-accent {
    background-color: #414141;
}

.bg-dark-transparent {
    background: rgba(0, 0, 0, 0.7);
    border: 3px solid #fff;
}

.btn-vita {
    background-color: #ef581f;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
}

.btn-gurus {
    background-image: linear-gradient(to right, #1199e0 0%, #2f3d90 50%, #1199e0 100%) !important;
    background-size: 200% auto;
    color: #fff;
    font-weight: bold;
    transition: background-position 0.5s ease-in-out;
}

.btn-gurus:hover {
    background-position: 100% 0;
    color: #ffffff;
}

.btn-vita-secondary {
    background-color: #001f40;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
}
.btn-vita-secondary:hover {
    color: #ffffff;
}
.btn-vita-secondary {
    background-color: #001f40;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
}

#guides a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.text-secondary {
    color: #fff !important;
}

#about-us-section {
    padding-top: 150px !important;
    background: linear-gradient(330.09deg, #ef581f 0, #000000 61.51%);
}

#contact-us-section {
    padding-top: 150px !important;
    background: linear-gradient(330.09deg, #ef581f 0, #000000 61.51%);
    color: #fff;
}

#value-my-car {
    padding-top: 150px !important;
    background: linear-gradient(330.09deg, #ef581f 0, #000000 61.51%);
    color: #fff;
}

#selling-your-car-section {
    padding-top: 150px !important;
    background: linear-gradient(330.09deg, #ef581f 0, #000000 61.51%);
    color: #fff;
}

.btn-outline-vita {
    color: #ef581f !important;
    border-color: #ef581f !important;
    font-weight: bold;
}

.btn-outline-vita:hover {
    color: #fff !important;
    background-color: #ef581f !important;
    border-color: #ef581f !important;
}

.accordion-button:not(.collapsed) {
    color: #ef581f;
}

.accordion-body {
    color: #000;
}

.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}

@media screen and (min-width: 320px) {
    .carousel-inner {
        display: flex;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 1);
    }
}

@media screen and (min-width: 768px) {
    .carousel-inner {
        display: flex;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 1024px) {
    .carousel-item {
        flex: 0 0 calc(100% / 3);
    }
}

.carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
}

#testimonials-section {
    background-color: #000;
    color: #fff;
}

#testimonials-section .card {
    margin: 0 0.5em;
    border-radius: 0;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    font-size: 0.9em;
    color: #000;
}

.carousel-control-prev,
.carousel-control-next {
    width: 6vh;
    height: 6vh;
    background-color: #ef581f;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.8;
}

.star {
    font-size: 1.5rem;
    /* Increased star size */
    color: #fcb20a;
    /* Changed star colour to yellow */
    margin: 0 0.3rem;
    /* Adjusted spacing */
}

.progress-bar {
    background-color: #2f3d90;
}