/* @import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities'; */

/* debug */
.sf-dump-compact {
    display: none;
}

/* debug end */

* {
    box-sizing: border-box;
}

/* This is all you. */
body {
    display: grid;
    grid-template-rows: auto 1fr auto;
    color: #444444;
    font-family: "Trebuchet MS", "Fira Sans", Arial, sans-serif;
}

input,
select,
textarea {
    padding: 6px;
    padding-top: 8px;
    border: 1px solid #C6C6C6;
}

option {
    padding: 6px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

select[multiple] {
    padding: 0;
}

button
.button {
    padding: 0.35rem 0.5rem;
}

button.grey,
.button.grey {
	background: -moz-linear-gradient(left, #878787 0%, #676767 100%);
	background: -webkit-linear-gradient(left, #878787 0%, #676767 100%);
	background: -o-linear-gradient(left, #878787 0%, #676767 100%);
	background: -ms-linear-gradient(left, #878787 0%, #676767 100%);
    background: linear-gradient(left, #878787 0%, #676767 100%);
    color: #fff;
}

button.red,
.button.red {
    background: -moz-linear-gradient(left, #dd0b2e 0%, #bc0e27 100%);
	background: -webkit-linear-gradient(left, #dd0b2e 0%, #bc0e27 100%);
	background: -o-linear-gradient(left, #dd0b2e 0%, #bc0e27 100%);
	background: -ms-linear-gradient(left, #dd0b2e 0%, #bc0e27 100%);
    background: linear-gradient(left, #dd0b2e 0%, #bc0e27 100%);
    color: #fff;
}

.js-choice {
    max-width: 100%;
    text-overflow: ellipsis;
}

.choices__inner {
    padding: 0;
    border: 1px solid #C6C6C6;
    background: #fff;
    border-radius: 0;
    font-size: inherit;
    min-height: 0;
}

.choices[data-type*="select-one"] .choices__inner {
    padding: 0;
}

.choices__list--single {
    padding: 6px;
    padding-top: 8px;
}

.choices[data-type*="select-one"]::after {
    content: "\f078";
    right: 24px;
    top: 50%;
    margin-top: -8px;
    border: 0;
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-rendering: auto;
}

.choices[data-type*="select-one"].is-open::after {
    content: "\f077";
    margin-top: -8px;
    border: 0;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    padding: 6px;
    padding-top: 8px;
    font-size: inherit;
}

@media (min-width: 0px) {

    .choices__list--dropdown .choices__item--selectable,
    .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: inherit;
    }
}

/*p {*/
/*    margin-bottom: 1rem;*/
/*}*/

ul.horizontal li {
    position: relative;
    display: inline-block;
    padding: 0 1px;
    font-size: 14px;
}

.content>section {
    padding: 30px 0;
}

.content>section:first-child {
    padding-top: 0;
}

.content>section:nth-child(even) {
    background-color: #E8E8E9;
}

.container {
    position: relative;
}

.content-header {
    position: relative;
    margin-bottom: 20px;
}

.content-header.has-logo {
    padding-right: 136px;
}

.content-header-title {
    /* margin-top: 30px; */
}

.left-side {
    width: 100%;
    max-width: 900px;
}

.partners {
    padding-top: 20px;
}

.authorized-partners-content {
    width: 1200px;
    margin-bottom: 1rem;
}

.partner-logos {
    display: flex;
    gap: 36px;
    /*margin: 0 auto;*/
    justify-content: center;
    align-items: center;
    /*float: left;*/
    max-width: 900px;
    top: 2px;
    left: 2px;
    overflow: hidden; /* Hide overflowing content */
    transition: transform 0.5s ease-in-out;
}

.slider-logos div {
    display: flex;
    justify-content: center;
}

.slider-left-arrow,
.slider-right-arrow {
    position: absolute;
    top: 50%;
    font-size: 35px;
    color: #444444;
    transform: translateY(-50%);
}

.slider-left-arrow {
    left: -3rem;
    transform: translateY(-50%) translateX(-100%);
}

.slider-right-arrow {
    right: 16rem;
    transform: translateY(-50%) translateX(100%);
}
.slide img {
    /*width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
}

#authorizedPartnerLogos {
    display: flex;
    justify-content: space-between;
    width: 91.666667%;
    overflow: hidden;
    overflow-x: auto;
    gap: 2.5rem;
    border-radius: 0.25rem;
    scroll-behavior: smooth;
    max-width: 900px;
    position: relative;
    align-items: center;
}

#authorizedPartnerLogos::before,
#authorizedPartnerLogos::after {
    /*content: "";*/
    width: 45vw;
    flex-shrink: 0;
}



.qSkills-button {
    cursor: pointer;
    padding: 8px 35px;
    font-weight: bold;
    font-size: 1.25rem;
}

.qSkills-button-red {
    background-image: linear-gradient(to right, #db0031, #bb0f26);
    color: white;
}

.qSkills-button-white {
    background: #fff;
    color: #db0031;
    border-width: 1px;
    border-color: #db0031;
}

.red-gradient-button {
    font-size: 20px;
    font-weight: bold;
    background-image: linear-gradient(to right, #db0031, #bb0f26);
    border: none;
    border-radius: 0;
    color: white;
    width: 300px;
    height: 44px;
    cursor: pointer;
    margin-top: -10px;
    padding: 0px;
}

.icon-bar {
    position: fixed;
    top: 430px;
    right: 0;
    z-index: 1;
}

.icon-bar a {
    display: flex;
    height: 53px;
    padding: 16px;
    margin-bottom: 3px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #444444;
    color: #fff;
    font-size: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    transition: all 0.3s ease;
}

.icon-bar a:hover {
    background-color: #000;
}


/*Partner Blade*/

.slider-logos{
    position: relative;
    max-width: 900px;
    display: flex;
    gap: 36px;
    justify-content: center;
    align-items: center;
    padding-left: 3rem;
}

/* END of : Partner Blade*/

@media (min-width: 1920px) {
    .red-gradient-button {
        font-size: 20px;
        width: 100%;
    }
}


/* Styles for desktop screens above 1280px */
@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
}

@media (min-width: 1200px) {
    .red-gradient-button {
        font-size: 16px;
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
}

/* Responsive styles for mobile devices */
@media screen and (max-width: 800px) {
    /* Hide the 3rd, 4th and 5th images */
    .partner-logos div:nth-child(n) {
        padding-left: 3rem;
    }
    .partner-logos div:nth-child(n+3) {
        display: none;
    }

    .partner-logos{
        max-width: 400px;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-left: 1rem
    }

    /* Adjust the size of the logos */
    .partner-logos div {
        width: 50%;
    }

    /* Adjust the arrows positioning */
    .authorized-partner-left-arrow {
        left: -25rem;
    }

    .authorized-partner-right-arrow {
        margin-left: 1rem;
    }

    /* Adjust the width of the content */
    .authorized-partners-content {
        width: 100%;
    }
}


@media (min-width: 768px) { /* corresponds to md: breakpoint in tailwind */
    #authorizedPartnerLogos::before,
    #authorizedPartnerLogos::after {
        width: 0;
    }
}
