/*--- Partners section ---*/

.deloitte-logo {
    width: 40%!important;
}

.chivas-logo,
.yec-logo {
    width: 65%!important;
}

.startup-greece-logo {
    width: 30%!important;
}

.esu-logo {
    width: 35%!important;
}

@media (max-width: 992px) {

    .deloitte-logo {
        width: 55%!important;
    }

    .esu-logo {
        width: 50%!important;
    }

    .chivas-logo,
    .yec-logo {
        width: 80%!important;
    }

    .startup-greece-logo {
        width: 45%!important;
    }

    #section-partners {
        padding-bottom: 1rem; 
    }

}

/*--- Features section ---*/

.dynamic-accordion-item {
    border: 0;
    background-color: transparent;
    border-top: 1px solid #f1f2f5;
    border-radius: 0px;
}

.dynamic-accordion-item .card-header {
    background-color: transparent;
}

.collapsible-link {
    position: relative;
    padding-right: 2rem;
    padding-left: 0;
    width: 100%;
    text-align: left;
    white-space: normal;
}

.collapsible-link::before {
    content: '\f282';
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: bootstrap-icons;
}

.collapsible-link[aria-expanded='true']::before {
    content: '\f286';
}

.progress {
    margin-top: -1px;
    height: 4px;
}

.progress-bar {
    background-color: var(--bs-pink);
}

/*--- Solutions section ---*/

.ratio-8x5 { 
    --bs-aspect-ratio: 62.5%!important;
}

#solutions-sticky-top { 
    top: 8rem; 
}

.js-solutions-sticky-video { 
    transition: opacity 0.35s ease; 
}

.min-height-500 {
    min-height: 500px;
}

/*--- Testimonials section ---*/

.testimonial-quote-icon-wrapper {
    margin-top: -1rem;
}

.btn-owl-nav {
    width: 2.5rem;
    height: 2.5rem;
}