* {
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
}

.bg-fah {
    background-color: #101822;
}

.header-logo {
    width: 120px;
}

@media (max-width: 649px) {
    .header-logo {
    width: 100px;
}
}

/* Style for Next and Prev arrows */
.swiper-button-next, .swiper-button-prev {
    color: black;
}

/* Style for pagination bullets */
.swiper-pagination-bullet {
    background-color: black;
}

/* Style for hiding Next and Prev arrows on mobile devices */
@media (max-width: 649px) {
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
}

.bg-grey {
    background-color: #e1e1e1;
}

.img-thumbnail {
    max-width: 120px;
}

.product-title {
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 2rem;
    line-height: 1.1;
}

@media (max-width: 649px) {
.product-title {
    font-size: 18px;
}
}

.product-details {
    color: #3f444b;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.9;
}

.video-100vw {
    width: 100%;
    height: 400px;
}

.text-secondary {
color: #7a7a7a !important;
font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 649px) {
    .title-text {
        font-size: 1rem;
    }
}

.title-text {
    color: #3a3a3a;
    font-weight: 600;
    text-transform: uppercase;
    padding: 70px 0px 70px 0px;
    text-align: center;
    font-size: 2rem;
}

.title-bg {
    background-image: url(../../assets/images/title-bg.png);
    background-size: cover;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button:focus {
    background-color: #000;
    color: #fff; 
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 0.125rem rgb(25 24 24 / 50%);
}


.accordion-body {
    line-height: 30px;
    color: #000;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.quiz-title {
    font-weight: 800 !important;
    line-height: 38px;
}

@media (max-width: 649px) {
.quiz-title {
    font-weight: 800 !important;
        line-height: 22px;
    font-size: 1rem;
}
}

.quiz-subtitle {
    color: #7A7A7A;
    font-size: 16px;
    margin-top: 20px;
}

.quiz-q {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
}

@media (max-width: 649px) {
    .quiz-q {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}
}

.product-desc {
 color: #7A7A7A;
    font-size: 16px;
    margin-top: 20px;   
    line-height: 28px;
}

@media (min-width: 649px) {
.w-sm-75 {
    width: 75%
}
}

.single-product-title {
    font-size: 2.3rem;
    line-height: 37px;
}

@media (max-width: 649px) {
    .single-product-title {
    font-size: 1.5rem;
    line-height: 25px;
    text-align: center;
}
}



.nav-pills {
    --bs-nav-pills-border-radius: 2rem;
}

.nav-fah .nav-link {
    color: black; /* Sets the text color to black */
}

.nav-fah .nav-link.active, .nav-fah .nav-link:hover {
    background-color: black; /* Sets the background color to black */
    color: white; /* Sets the text color to white for contrast */
}
