/* SELL audio PAGE  */
/* SELL audio PAGE — Promo  */

.audioPromo {
    padding: 100px 0px 120px;
    display: flex;
    align-items: center;
/*     justify-content: end; */
    flex-wrap: wrap;
/*     row-gap: 40px; */
}

.smallContainer-audio {
    max-width: 1160px; 
    padding: 0px 30px;
    margin: 0 auto;
}

.audioPromo-container{
    display: flex;
    align-items: center;
/*     justify-content: space-between; */
}

.audioPromo-textSide {
    display: flex;
    flex-direction: column;
    gap: 32px;
	min-width: 450px;
	margin-right: 150px;
}

.promoAudio-header {
    max-width: 530px;
    /*min-width: 520px; */
    font-family: Inter;
    font-size: 72px;
    font-weight: 700;
    margin: 0px; 
    color: var(--darkColor);
}

#promoAudioHeader {
    max-width: 615px;
}

.promoAudio-description {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #909DA2;
    margin: 0px;
}

.shiftPromoImg-audio {
    margin-right: 400px;
}

/* SELL audio PAGE — Devices Types */
.audioStuff {
    padding: 0px 30px 60px;
}


.audioStuff-types {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    overflow-x: auto;
}


.audio-stuff-header {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: var(--darkColor);
    margin-bottom: 60px;
    
}
.audio-type {
    text-wrap: nowrap;
    flex: 1;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    padding-bottom: 20px ;
    border-bottom: 2px solid #8E9EA3;
    color: #8E9EA3;
    filter: grayscale(100%);
    padding: 20px 10px;
}

.typeIsActive {
    color: #0CBF9B;
    border-bottom: 2px solid var(--primaryGreen);
    filter: grayscale(0%);
	pointer-events: none;
}


/* SELL audio PAGE — SellWarning */
.sellWarning-audio {
	margin-bottom: 40px;
    background-color: #FF6969;
}

.sellWarning-container {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 16px 0px;
    gap: 16px;
}

.sellWarning-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--whiteColor);
}

.audioDevices-categories {
    display: flex;
    justify-content: center;
}

.audio-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 45px;
    align-items: center;
    justify-content: center;
}


/* SELL audio PAGE — Get an Estimate */
.sellEstimation , .whatWeBuy {
    padding: 0px 0px;
}

.sellEstimation-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 60px;
}

.estimation-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: var(--darkColor);
}

.estimation-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: var(--grayTextColor);
    max-width: 591px;
}   

.sellEstimation-wrapper {
    padding: 80px 92px 80px 92px;
    background-color: #F6F9FA;
    border-radius: 40px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
}

.estimation-leftSide-audio:not(:last-child) {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.estimation-leftSide-header {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: var(--darkColor);
}

.estimataion-buttons {
    display: flex;
    gap: 16px;
    justify-content: start;
    flex-wrap: wrap;
}

.whatsApp-btn {
    padding: 16px 20px;
    background-color: #29A71A;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #FAFAFA;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
}

.sms-btn , .callUs-btn {
    padding: 13px 16px !important;
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #55676D;
    border: 1px solid #55676D;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
}

.sms-btn , .whatsApp-btn {
    padding: 13px 16px !important;
    border-radius: 15px !important;
    max-width: 150px;
    display: flex;
    text-align: center;
}

.estimation-btn:hover {
    box-shadow: 0px 4px 10px 5px #282E3D14;
}

.estimation-stopBy, .estimation-textUs , .estimation-sellBy {
    display: flex;
    justify-content: start;
    gap: 20px;
}

.stopBy-step , .textUs-step , .sellBy-step {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #55676D;
    margin-bottom: 8px;
}

.stopBy-header , .textUs-header , .sellBy-header{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: var(--darkColor);
    margin-bottom: 16px;
}   

.stopBy-p , .textUs-p , .sellBy-p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #55676D;
}

.textUs-guidelines {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #070A0B;
    cursor: pointer;
}

.textUs-list-header {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: var(--darkColor);
}

.textUs-list > ul , .sellBy-list > ul {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #55676D;
}

.stopByImg , .textUsImg , .sellByImg{
    padding: 14px;
    border-radius: 360px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.estimation-rightSide {
    position: relative;
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    position: relative;
}

.estimation-device-audio {
    max-width: 100%;
}

#estTablet , #estWatches , #estComputer , #estCamera , #estConsole{
    display: none;
}

/* SELL audio PAGE — Sell Electronics for Cash in Boston */
.sellForCash-audio {
    padding: 120px 0px;
}

.sellForCash-textContent {
    max-width: 480px;
}

.sellForCash-container-audio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 30px;
	flex-wrap: wrap-reverse;
}

.sellForCash-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: var(--darkColor);
    margin-bottom: 24px;
}

.sellForCash-p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #909DA2;
    margin-bottom: 48px;
}

.sellForCash-p > b {
    color: var(--darkColor);
}

.sellForCash-Img {
    max-width: 100%;
}

.sellForCash-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #283438;
    padding: 19px 57px;
    border: 1px solid #283438;
    border-radius: 11px;
    transition: 0.3s ease-in-out;
}

.sellForCash-link:hover {
    box-shadow: 0px 4px 10px 5px #282E3D14;
}

/* SELL Audio PAGE — What we buy*/
.whatWeBuy {
    padding: 0px 0px 40px;
}

.whatWeBuy-wrapper {
    padding: 80px 0px 80px 0px;
    background-color: #F6F9FA;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden; 
}

.whatWeBuy-leftSide:not(:last-child) {
    max-width: 505px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
    padding: 0px 80px 0px 80px;
    margin-bottom: 30px;
}

.whatWeBuyHeader {
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: var(--darkColor);
}

.whatWeBuyList {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0px;
}

.brandsInclude {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 12px;
}

.brandsIncludeTitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #55676D;
}

.brandsIncludeItemsDiv {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.manyOtherTitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #283438;
}

.brandsIncludeItem {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #283438;
    background-color: white;
    border: 2px solid #D3DCDF;
    border-radius: 90px;
}   

.whatWeBuyListItem {
    list-style-image: url(../img/sellElectronics/icons/tickIcon.png);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #55676D;
}


/* SELL audio PAGE - Sell Everything */
.sellEverything {
    padding: 100px 0px;
    background-color: #F6F9FA;
}

.sellEverything-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sellEverything-header {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: var(--darkColor);
    margin-bottom: 24px;
}

.sellEverything-desc {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    color: #55676D;
    margin-bottom: 48px;
}

.sellEverything-link {
    display: inline-block;
    position: relative;
    padding: 19px 45px;
    background-color: #0CBF9B;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--whiteColor);
    border-radius: 11px;
    transition: 0.3s ease-in-out;
}

.sellEverything-link:hover {
    box-shadow: 0px 4px 10px 5px #282E3D14;
}

/* SELL audio PAGE — Selling Tips */
.sellingTips {
    padding: 120px 0px 0px ;
}

.sellingTips-header {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: var(--darkColor);
    margin-bottom: 24px;
}

.sellingTips-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sellingTips-listItem {
    list-style-image: url(../img/sellElectronics/icons/tickIcon.png);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #55676D;
}

.sellingTips-p{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #55676D;
}

/* SELL audio PAGE — Local Convenience and Top Offers */
.topOffers-textContent {
    max-width: 480px;
}

.topOffers-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 30px;
}

.topOffers-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 60px;
    text-align: left;
    color: var(--darkColor);
    margin-bottom: 24px;
}

.topOffers-p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #909DA2;
    margin-bottom: 48px;
}

.topOffers-p > b {
    color: var(--darkColor);
}

.topOffers-Img {
    max-width: 100%;
}

.topOffers-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #283438;
    padding: 19px 57px;
    border: 1px solid #283438;
    border-radius: 11px;
    transition: 0.3s ease-in-out;
}

.topOffers-link:hover {
    box-shadow: 0px 4px 10px 5px #282E3D14;
}


/* SELL audio PAGE — Selling Tips */
.faq-audio {
    padding: 120px 0px;
}

.faq-header {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: var(--darkColor);
    margin-bottom: 60px;
}

.question-wrapper {
    padding: 40px 40px;
    border-radius: 20px;
    cursor: pointer;
}

.question-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    text-align: left;
}

.answer-p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    margin-top: 24px;
    color: #55676D;
}

.answerIsActive {
    max-height: 200px; 
    opacity: 1;
}

.drowdown-img {
    transition: transform 0.3s ease-in-out;
    margin-left: 15px;
}

.dropdownIsActive {
    transform: rotate(180deg);
}

/* SELL audio PAGE — Selling Tips */
.moreQuestion {
    padding: 100px 0px;
    background-color: #F6F9FA;
}

.moreQuestion-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.moreQuestion-header {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: var(--darkColor);
    margin-bottom: 24px;
}

.moreQuestion-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #55676D;
    margin-bottom: 48px;
}

.moreQuestion-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--whiteColor);
    display: inline-block;
    position: relative;
    padding: 19px 45px;
    background-color: #0CBF9B;
    border-radius: 11px;
    transition: 0.3s ease-in-out;
}

.moreQuestion-link:hover {
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 4px 10px 5px #282E3D14;
}

/* Shift Promo Img  */
.shiftPromoImg-audio{
	padding-right: 80px !important;
}