.navbar-container {
    position: absolute !important;
}
.custom-nav a {
    color: var(--white-color);
}

.filter-section .filter-section-container {
    background-color: var(--white-color);
    box-shadow: 0px 10px 29px 0px #135EAC1F;
}

.filter-section .filter-section-container .filter-item:not(:first-child) {
    border-inline-start: 1px solid rgb(0 0 0 / 15%);
}

.filter-section {
    margin-top: -4rem;
    position: relative;
}

.filter-section-container input {
    border: 0;
    background-color: var(--white-color) !important;
    box-shadow: unset !important;
    opacity: .5;
}

.filter-section-container select,
.filter-section-container .nice-select {
    border: 0 !important;
    outline: 0 !important;
}

.about-content {
    max-width: 840px;
}

.about-section h1,
.about-section p {
    text-align: start !important;
}


.services-box {
    box-shadow: 0px 7px 29px 0px #135EAC1F;
}

.section-offers .container {
    background-image: url("../assets/images/offer.png");
    height: 460px;
}

.fa-star.active {
    color: gold;
}

.help-section-container {
    background-color: #FBE7EA;
}

/* Category Section */
.box-category:hover {
    box-shadow: 0px 7px 29px 0px #135EAC1F;
    transition: .3s;
}

/* Start News */
@media (min-width: 768px) {

    .news-card img,
    .news-card .news-content {
        flex: 1;
    }
}

@media (max-width: 767.98px) {

    .news-card picture {
        width: 100%;
    }
}

/* Start Testimonials */
.testimonials-card {
    box-shadow: 0px 7px 29px 0px #135EAC1F;
}

.quote-icon {
    position: absolute;
    inset-inline-end: 0;
    top: -30px;
    z-index: 999;
}