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

.jewerlyPromo {
    padding: 80px 0px 40px;
    display: flex;
    align-items: center;
/*     justify-content: space-between; */
    flex-wrap: wrap;
/*     row-gap: 40px; */
}

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

.silverwarePromo {
    padding: 60px 0px !important;
}

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

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

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

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

#promoSilverImg , #promoGoldImg , #promoDiamondsImg , #promoMetalsImg {
    display: none;
}

#sellSilverImg, #sellGoldImg , #sellDiamondsImg ,   #sellMetalsImg {
    display: none;

}

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


/* SELL JEWELRY PAGE — Devices Types */
.jewelryStuff {
    padding: 60px 0px 60px;
}

.jewelryStuff-container {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 800px;
}

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

.jewelry-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 JEWELRY PAGE —  DropDown Devices */
.jewelryDevices-categories {
    display: flex;
    justify-content: center;
}

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

.categoryIsActive {
    display: flex !important; 
    max-height: 300px; 
    opacity: 1;
}

.category-title-jewelry {
    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-jewelry:hover{
    cursor: pointer;
    border: 2px solid var(--primaryGreen);
    color: var(--darkColor);
}


/* SELL Jewelry PAGE — Get an Estimate */
.sellEstimation {
    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-jewelry:not(:last-child) {
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    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;
}

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

.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;
    margin-bottom: 12px;
}

.textUs-guidelines {
	display: none;
    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 {
    max-width: 100%;
}

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

/* SELL JEWELRY PAGE — Sell Electronics for Cash in Boston */

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

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

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

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

/* SELL JEWELRY 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 JEWELRY 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;
}

.sellEverything-link:hover {
    box-shadow: 0px 4px 10px 5px #282E3D14;
}
/* SELL JEWELRY PAGE — Brands We buy */
.brandsWeBuy {
    padding: 120px 0px 0px;
}

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

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

.brandsWeBuy-grid {
    display: grid;
    margin-top: 48px;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.brandsWeBuy-grid-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.brandsWeBuy-grid-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: var(--darkColor);
}

.brandsWeBuy-grid-title > span {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: var(--darkColor);
}

/* SELL JEWELRY 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 JEWELRY PAGE — Selling Tips */
.faq-jewelry {
    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 JEWELRY 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;
}

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


/* New Gold Text Section */
.goldParagraphsSection{
    padding: 120px 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.goldParagraphTitle {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: var(--darkColor);
    margin-bottom: 10px;
}

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

.goldParagraph > table {
    width: 100%;
    font-style: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #55676D;
}

.goldParagraph > div {
    display: flex;
    justify-content: center;
}

.goldParagraph > ul {
    width: 100%;
    font-style: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #55676D;
}

.goldParagraph > div > img {
    margin-top: 30px;
    max-width: 800px;
    width: 100%;
    text-align: center;
}
