
.bg-fequently {
    background: url('../assets/images/home/bg-section-5.jpeg') no-repeat 0px 0px;
    background-size: cover;
    padding: 20px;
    background-position: center top;
    text-align: center;
    color: #F4EBDA;
}

.accordion-consult .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    background-color: rgba(255, 255, 255, 0.903);
    padding: 2px 30px;
    margin: 2px;
    color: #333;
}

.accordion-item:has(> div button[aria-expanded=true]) {
    background-color: rgba(211, 220, 247, .9);
}

.accordion-consult button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion-consult button:hover,
.accordion-consult button:focus {
    cursor: pointer;
}

.accordion-consult button:hover::after,
.accordion-consult button:focus::after {
    cursor: pointer;
}


.accordion-consult button .icon {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    width: 36px;
    height: 36px;
    border: 1px solid;
    border-radius: 36px;
}

.accordion-consult button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 16px;
    left: 12px;
    width: 10px;
    height: 2px;
    background: currentColor;

}

.accordion-consult button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 12px;
    left: 16px;
    width: 2px;
    height: 10px;
    background: currentColor;
}


.accordion-consult button[aria-expanded=true] .icon {
    background: #333;
    color: rgba(211, 220, 247, 1);
    transform: rotate(45deg);
}

.accordion-consult button[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    margin-bottom: 25px;
}

.accordion-consult .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion-consult .accordion-content div {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}




/* Parallax CSS */
.background-oregon-grapes {
    background-image: url("../assets/images/home/home-banner.png");
    height: calc(100vh - 120px);
    width: calc(100% - 60px);
    max-width: 1800px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
}

@media (max-width: 987px) {
    .background-oregon-grapes {
        /* height: 330px; */
        width: 100%;
        background-position: center;
    }
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }

    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}