/* SELL Jewelry PAGE  */
/* SELL Jewelry PAGE — Promo  */

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

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

/* For Child files (3lvl) */
#electronicsPromo {
    padding: 60px 0px !important;
}

/* For Child files (4lvl) */
#electronicsPromoLVLFour {
    padding: 80px 0px !important;
}

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

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

.promoElectronics-header {
    font-family: Inter;
    font-size: 72px;
    font-weight: 700;
    margin: 0px; 
    color: var(--darkColor);
}

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

.shiftPromoImg-electronics {
    margin-right: 300px;
}

/* SELL ELECTRONICS PAGE — Devices Types */
.electronicsDevices {
    padding: 60px 0px 80px;
}

.electronicsDevices-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

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

.device-type-link {
    flex: 1;
}

.device-type {
    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;
}

.device-icon {
    width: 40px;
    height: 40px;
}

.device-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

/* SELL ELECTRONICS PAGE —  DropDown Devices */
.electronicsDevices-categories {
    display: flex;
    justify-content: center;
}

.device-category {
    display: none;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
    align-items: center;
    justify-content: center;
}

#appleCatgr {
    display: flex;
}

.category-title {
    padding: 14px 28px;
    gap: 10px;
    border-radius: 360px;
    border: 2px solid #D3DCDF;
    color: #8E9EA3;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    transition: 0.3s ease-in-out;   
}

.category-title:hover{
    cursor: pointer;
    border: 2px solid var(--primaryGreen);
    color: var(--darkColor);
}

/* SELL ELECTRONICS PAGE — SellWarning */
.sellWarning {
    background-color: #FF6969;
	margin: 0px !important;
}

.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);
}

/* SELL ELECTRONICS PAGE — Sell Steps */
.sellSteps {
    padding: 80px 0px;
    width: 100%;
    background-color:#F6F9FA;
}

.sellSteps-header {
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
}

.sellSteps-list {
    min-height: 200px;
    margin-top: 48px;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sellSteps-item {
    position: relative;
    flex: 1;
    min-width: 360px;
}

.sellSteps-item:not(:last-child) {
    padding-right: 40px;
    margin-bottom: 40px;
}

.sellSteps-item::before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #D3DCDF;
    position: absolute;
    top: 30px;
    z-index: 1;
}

.sellSteps-step{
    width: 60px;
    height: 60px;
    background-color: var(--whiteColor);
    border-radius: 50%;
    border: 2px solid #D3DCDF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #C1CFD4;
    position: relative;
    z-index: 2;
}

.sellSteps-content {
    margin-top: 40px;
}

.sellSteps-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
}

.sellSteps-description {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #55676D;
    margin-top: 12px;
}

/* SELL ELECTRONICS PAGE — Get an Estimate */
.sellEstimation-electronics {
    padding: 120px 0px 0px !important;
}

.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: center;
    justify-content: space-between;
    position: relative;
}

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

.estimation-leftSide::before {
    content: '';
    height: 80%; 
    width: 3px; 
    background-color: #fff; 
    position: absolute;
    left: 30px; 
    top: 0;
    z-index: 0; 
}

.estimation-identify , .estimation-describe{
    display: flex;
    justify-content: start;
    gap: 20px;
}

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

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

.identify-p ,.descCondition-p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #55676D;
    margin-bottom: 12px;
}

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

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

.estimataion-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    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 {
    padding: 16px 20px;
    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;
}

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

.estimation-img {
    margin-right: -92px;
}

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

#estTablet , #estWatches , #estComputer , #estCamera , #estConsole ,#estSmartphone{
    display: none;
}
/* SELL ELECTRONICS PAGE — Find IMEI */

.findIMEI-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.imei-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-bottom: 8px;
}

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


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

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

.sellForCash-container {
    display: flex;
    justify-content: space-between;
}

.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-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 ELECTRONICS PAGE — Years of experience */
.experienceSection {
    padding: 120px 0px;
}

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

.experienceSection-leftSide , .experienceSection-rightSide {
    max-width: 560px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.leftSide-number {
    font-size: 112px;
    font-weight: 600;
    line-height: 134.4px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #22282B;
}

.leftSide-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #909DA2;
}

.rightSide-p {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #22282B;
}

/* SELL ELECTRONICS PAGE — At Deal Zone You Can Sell Almost 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 ELECTRONICS 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 ELECTRONICS PAGE — Selling Tips */
.faq {
    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;
    /* background-color: #F6F9FA; */
    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 ELECTRONICS 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;
    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;
}

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

.page-id-40 .electronicsDevices {
	display: none !important;
}