* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}


.waranty-box {
    background: #254696;
    border-radius: 15px;
    color: #fff;
}

.waranty-flex {
    justify-content: center;
    padding: 15px 30px 20px 30px;
    display: flex;
}

.waranty-text {
    width: 75%;
    text-align: center;
}

.icon-css {
    margin: 20px auto 0 auto;
}

    .icon-css img {
        text-align: right;
    }

.waranty-text h3 {
    font-size: 24px;
    position: relative;
    font-style: italic;
    margin-bottom: 10px;
}

.waranty-text h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 2rem;
    font-style: italic;
}

.waranty-text h3::before {
    content: '';
    width: 33%;
    position: absolute;
    right: 0%;
    top: 45%;
    background: #fff;
    height: 3px;
}

.waranty-text h3::after {
    content: '';
    width: 33%;
    position: absolute;
    left: 0%;
    top: 45%;
    background: #fff;
    height: 3px;
}


.planet-sec {
    background: #fff;
    padding: 50px 0 50px 0;
}

.lenovo-certified-text-wrapper {
    width: 90%;
    margin: auto;
}

.planet-wrapper {
    display: grid;
    width: 90%;
    align-items: center;
    margin: auto;
    grid-template-columns: 150px auto;
    gap: 1rem;
    justify-content: center;
}

.planet-right-box h2 {
    font-size: 6rem;
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    line-height: 5rem;
}

.planet-right-box h3 {
    font-size: 3.5rem;
    text-align: left;
    color: #254696;
    line-height: 4rem;
    font-style: italic;
    font-weight: 500;
}


.lenov-warranty-sec {
    background: #0042a2;
    padding: 70px 0;
}

.lenov-warranty-wrapper {
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
}

.white-badge {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 800;
    border-radius: 10px;
    color: #16358a;
    font-style: italic;
}

/*.td-section {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
}

.td-title {
    font-size: 50px;
    padding: 50px 0 0px 0;
    color: #264695;
    text-align: center;
}

.td-section .faq-question {
    background: #ecebe8;
    font-size: 1rem;
    color: #16348a;
    font-weight: bold;
    border-radius: 20px;
}

.faq-question .icon {
    transition: transform 0.3s ease;
    font-weight: 500;
    font-size: 1.7rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}

.td-section .faq-item {
    border: none;
}

.td-section button:focus {
    background: #254696 !important;
    color: #fff;
}*/

.product-description-sec {
    background: #fff;
    padding: 70px 0;
}

.product-description {
    background: #0042a2;
    padding: 70px;
    border-radius: 10px;
}

.product-description-sec h2 {
    font-size: 50px;
    padding-bottom: 20px;
    color: #264695;
    text-align: center;
}

.product-desc-wrapper {
    width: 90%;
    margin: auto;
    display: grid;
}

.product-description {
    background: #0042a2;
    padding: 70px;
    border-radius: 10px;
}

    .product-description p {
        text-align: center;
        font-size: 30px;
        line-height: 50px;
        color: #fff;
        font-style: italic;
    }

.device-works-wrapper {
    margin: auto;
    width: 90%;
}

.device-works-sec {
    padding-bottom: 70px;
    text-align: left;
}

    .device-works-sec h3 {
        font-size: 1.7rem;
        color: #000;
    }

    .device-works-sec p {
        line-height: 30px;
        font-size: 22px;
        padding-top: 20px;
        color: #5e5e5e;
    }

.lenovo-certified-sec-pdp {
    background: #fff;
}

    .lenovo-certified-sec-pdp h2 {
        font-size: 50px;
        color: #264695;
        line-height: 56px;
    }

    .lenovo-certified-sec-pdp h6 {
        font-size: 26px;
        color: #000;
    }

.lenovo-certified-wrapper-pdp {
    width: 70%;
    margin: auto;
    display: grid;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
    padding: 40px 0;
}

.lenovo-certified-sec-pdp h2 {
    font-size: 50px;
    color: #264695;
    line-height: 56px;
    text-align: center;
}

.lenovo-certified-sec-pdp .white-badge {
    background: #16358a;
    padding: 15px 0;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 800;
    border-radius: 10px;
    color: #fff;
    font-style: italic;
}

.lenovo-certified-sec-pdp h6 {
    font-size: 26px;
    color: #000;
    text-align: center;
}

.device-works-sec ul {
    margin: 0px;
    padding-top: 10px;
}

    .device-works-sec ul li {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        color: #000;
    }

        .device-works-sec ul li span {
            color: #0042a2;
        }

.mt-30 {
    margin-top: 30px;
}

.my-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-description {
    background: #0042a2;
    padding: 70px;
    border-radius: 10px;
}

    .product-description h6 {
        font-size: 30px;
        text-align: center;
        color: #fff;
        padding-bottom: 20px;
        font-style: italic;
        letter-spacing: 1px;
    }

    .product-description p {
        color: #fff;
    }

/*.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.pay-sec {
    border: none !important;
    padding: 20px 0;
}

.pay-gap-2 {
    column-gap: 5rem;
    row-gap: 1rem;
}

.pay-wrapper {
    display: grid;
    width: 95%;
    grid-template-columns: 1fr 1fr;
    margin: auto;
}

.availablepaymentcon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

    .availablepaymentcon .availablepaymentlabel {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        margin: 0;
    }

.availablepaymentoptions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    width: 100%;
}


    .availablepaymentoptions p {
        font-size: 11px;
        font-weight: 400;
        color: #000000;
        padding: 0;
        margin: 0;
        white-space: nowrap;
    }

    .availablepaymentoptions .inner {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 4px;
    }

.faq-section {
    width: 100%;
    padding: 70px 0;
    background: #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.lenovo-faq-wrapper {
    width: 80%;
    margin: auto;
}

    .lenovo-faq-wrapper h2 {
        font-size: 48px;
        color: #303e58;
        font-weight: 700;
    }

.faq-section {
    width: 100%;*/
    /* border-top: 1px solid #f5f3f3;
    border-bottom: 1px solid #f5f3f3; */
    /*padding: 70px 0;
    background: #f9f9f9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.lenovo-faq-wrapper {
    width: 80%;
    margin: auto;
}*/

/*.faq-wrapper {
    width: 95%;
    margin: 0 auto;
}

.lenovo-faq-wrapper h2 {
    font-size: 48px;
    color: #303e58;
    font-weight: 700;
}

.faq-title {
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    padding-bottom: 40px;
}

.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

    .faq-question .icon {
        transition: transform 0.3s ease;
        font-weight: 500;
        font-size: 1.7rem;
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}

    .faq-answer p {
        padding: 10px 20px;
        font-size: 1rem;
        text-align: left;
    }

.faq-section button:focus {
    background: #254696 !important;
    color: #fff !important;
}

.faq-section button:active {
    background: #254696 !important;
    color: #fff !important;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px 0;
}

.faq-item.active .faq-question .icon {
    transform: rotate(180deg);
    content: "–";
}

.lenovo-faq-wrapper h2 {
    font-size: 48px;
    color: #303e58;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.related-products-sec {
    padding: 70px 0;
}

.product-wrapper {
    width: 90%;
    margin: auto;
}

.swiper-slide {
    height: auto;
}

.related-products-sec .swiper-button-prev,
.swiper-button-next {
    padding: 20px;
    border-radius: 50%;
}

.product-swiper {
    width: 100%;
    padding: 2rem 1rem;
    position: relative;
}

.related-products-sec .swiper-horizontal {
    padding: 10px 0;
}

.related-products-sec .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px;
    color: #fff;
}

.related-products-sec .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 15px;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    background: #fff;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}*/



/*.product-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    transition: all 0.18s ease;
}

.product-info {
    padding: 1rem 1rem 0.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-img-wrap img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-title {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-pricing {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.price-current {
    font-size: 1.5rem;
    font-weight: 600;
    color: #e32c2b;
}

.price-old {
    font-size: 0.8rem;
    color: #888;
    text-decoration: line-through;
}*/

/*.product-cta {
    padding: 0.75rem 1rem 1rem;
}

    .product-cta button {
        width: 100%;
        background: #111;
        color: #fff;
        border: 0;
        border-radius: 8px;
        font-size: 0.85rem;
        font-weight: 600;
        padding: 0.6rem 0.9rem;
        cursor: pointer;
        transition: all 0.15s ease;
    }

.product-img-wrap {
    width: 100%;
    background: #fafafa;
    display: flex;
    align-items: center;
    padding: 28px 0;
    justify-content: center;
    height: 270px;
}

.related-products-sec .swiper-button-prev, .swiper-button-next {
    padding: 20px;
    border-radius: 50%;
}

.related-products-sec .swiper-button-next, .swiper-button-prev {
    background: rgba(17, 17, 17, 0.75);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    color: #fff;
    top: 45%;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.related-products-sec h2 {
    font-size: 48px;
    text-align: center;
    color: #303e58;
    line-height: 54px;
    padding-bottom: 30px;
}

.related-products-sec .swiper-wrapper {
    height: auto;
}

.related-products-sec .swiper-pagination {
    display: none;
}*/
/* lenovo Page CSS */





/* Styles for Laptops */
@media (min-width: 1024px) and (max-width: 1440px) {
}

/* Styles for Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
    .related-products-sec h2 {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 20px;
    }
}

/* Styles for Mobile Potrait */
@media (min-width: 480px) and (max-width: 767px) {
}


/* Styles for Small Mobile */
@media (min-width: 320px) and (max-width: 479px) {
    .device-works-sec p {
        font-size: 12px;
        padding-bottom: 10px;
        padding-top: 10px;
        line-height: 16px;
    }

    .waranty-text h2 {
        font-size: 28px;
        font-weight: 900;
        line-height: 0rem;
        font-style: italic;
    }

    .planet-sec {
        background: #fff;
        padding: 30px 0;
    }


    .planet-wrapper {
        gap: 0.5rem;
        grid-template-columns: 70px auto;
    }

    .planet-left-box img {
        width: 100%;
    }

    .planet-right-box h2 {
        font-size: 2.8rem;
        line-height: 4.8rem;
    }

    .planet-right-box h3 {
        font-size: 2rem;
        line-height: 1.3rem;
    }


    .lenov-warranty-sec {
        padding: 40px 0;
    }

    .lenov-warranty-wrapper {
        grid-template-columns: 90%;
        width: 90%;
        justify-content: center;
    }

    .white-badge {
        padding: 15px 0;
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .td-title {
        font-size: 28px;
        padding: 10px 0;
    }

    .product-description-sec {
        padding: 0 0 30px 0;
    }

        .product-description-sec h2 {
            font-size: 28px;
            padding-bottom: 10px;
        }

    .product-description {
        padding: 20px;
    }

        .product-description p {
            font-size: 15px;
            line-height: 25px;
        }

    .device-works-sec h3 {
        font-size: 1rem;
    }

    .device-works-sec p {
        font-size: 12px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .lenovo-certified-sec-pdp h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .lenovo-certified-sec-pdp h6 {
        font-size: 12px;
        line-height: 16px;
    }

    .device-works-sec {
        padding-bottom: 15px;
    }

    .lenovo-certified-wrapper-pdp {
        width: 90%;
        grid-template-columns: 100%;
        padding: 20px 0;
    }

    .lenovo-certified-sec-pdp .white-badge {
        padding: 15px 0;
        font-size: 15px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .device-works-sec ul li {
        font-size: 13px;
    }

    .product-description h6 {
        font-size: 18px;
        padding-bottom: 0px;
    }

    .faq-title {
        font-size: 2rem;
    }

    .product-title {
        font-size: 1rem;
    }

    .pay-wrapper {
        width: 95%;
        grid-template-columns: 1fr;
    }

    .pay-box {
        overflow: scroll;
    }

    .waranty-flex {
        padding: 15px 10px 20px 10px;
    }

    .faq-section {
        padding: 30px 0;
    }

    .waranty-text h3 {
        font-size: 43px;
    }

        .waranty-text h3::before {
            display: none;
        }

        .waranty-text h3::after {
            display: none;
        }

    .lenovo-faq-wrapper {
        width: 90%;
    }

        .lenovo-faq-wrapper h2 {
            font-size: 20px;
            line-height: 25px;
        }

    .faq-item {
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

    .faq-question {
        font-size: 1.4rem;
        padding: 10px;
    }

    .faq-answer p {
        padding: 5px 10px;
        font-size: 0.7rem;
        text-align: left;
    }

    .related-products-sec {
        padding: 35px 0;
    }

        .related-products-sec h2 {
            font-size: 20px;
            line-height: 25px;
            padding-bottom: 10px;
        }

    .product-wrapper {
        width: 90%;
        margin: auto;
    }

    .availablepaymentoptions {
        display: flex;
        width: 100%;
        overflow: scroll;
        justify-content: space-around;
        gap: 12px;
    }

    .icon-css {
        margin-top: 0px;
    }
}

p, h3 {
     font-family: "Inter", sans-serif !important;
}
