.home-slide-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
}
.home-slide-subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.slider-content-container {
    padding: 0 100px 100px 100px;
}

.custom-slider-button{
    color: #fff !important;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.right-image-custom { 
    position: absolute; 
    top: 0;
}

.left-image-custom { 
    position: absolute; 
    top: 0;
    left: -30%;
}

.list-unstyled ::before{
    display: none;
}

.background-image-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.desktop-only {
    display: block;
}
.no-desktop{
    display: none;
}

@media (max-width: 991px) and (min-width: 768px) {
    .slider-content-container {
        padding: 0 50px 50px 50px;
    } 
    .right-image-custom { 
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        bottom: 0%;
        top: auto;
        max-width: unset;
    }
    .left-image-custom { 
        position: absolute;
        left: 50%;
        transform: translateX(50%);
        bottom: 0%;
        top: auto;
        max-width: unset;
    }
    .desktop-only {
        display: none;
    }
    .no-desktop{
        display: block;
    }
}

@media (max-width: 768px) {
    .home-slide-title{
        font-size: 1.5rem;
    }
    .slider-content-container {
        padding: 0 20px 20px 20px;
    }
    .custom-slider-button{
        display: none;
    }
    .right-image-custom { 
        position: absolute;
        right: -100%;
        bottom: 0%;
        top: auto;
        max-width: unset;

    }
    .left-image-custom { 
        position: absolute;
        left: -100%;
        bottom: 0%;
        top: auto;
        max-width: unset;

    }
    .sm-background-image-cover {
        background-size: cover !important;
    }
    .desktop-only {
        display: none;
    }
    .no-desktop{
        display: block;
    }
}


.accordion-style-custom .accordion-item, .accordion-style-custom .accordion-button {border-radius: 0;}
.accordion-style-custom .accordion-item {border: none; border-radius: 0; margin-bottom: 1px;}
.accordion-style-custom .accordion-button {color: #fff; border-radius: 0; padding: 1rem; font-weight: 600; font-size: 16px; font-weight: 700; letter-spacing: 1px; background-color: #363636; text-transform: uppercase;}
.accordion-style-custom .accordion-button:hover {color: #fff;background-color: var(--base-color);}
.accordion-style-custom .accordion-body {background-color: #f7f7f7;}
.accordion-style-custom .accordion-button::after {background-image: url('/images/minus-icon.svg'); background-size: 1.5rem; background-position: center; background-repeat: no-repeat;}
.accordion-style-custom .accordion-button.collapsed::after {background-image: url('/images/plus-icon.svg'); background-size: 1.5rem; background-position: center; background-repeat: no-repeat;}
.accordion-style-custom .accordion-button:hover {color: #fff;}
.accordion-style-custom .accordion-item:first-of-type>.accordion-header .accordion-button { border-top-left-radius: 0; border-top-right-radius: 0;}
.accordion-style-custom .accordion-item:last-of-type>.accordion-header .accordion-button { border-bottom-left-radius: 0; border-bottom-right-radius: 0;}   
.accordion-style-custom .accordion-button:not(.collapsed), .accordion-style-custom .accordion-button:focus {color: #fff;background-color: var(--base-color) ;box-shadow: none;}


.tab-style3 .nav-tabs li a.nav-link.active, .tab-style3 .nav-tabs li a.nav-link.active:hover{
    background: var(--base-color); 
    border-color: var(--base-color); 
    color: #ffffff
}
.tab-style3 .nav-tabs li a.nav-link:hover{
    background: var(--base-color); 
    border-color: var(--base-color); 
    color: #ffffff
}

.tab-style3 .nav-tabs li a.nav-link{
    background: #ffffff; 
    border: 2px solid #232323; 
    color: #232323;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 11px 24px;

}

.btn.btn-fibro-custom:hover {background: var(--base-color); border-color: var(--base-color); color: #ffffff}
.btn.btn-fibro-custom {background: transparent; 
    border-color: #232323; 
    color: #232323;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}

.blockquote-text {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--base-color);
}