/***Printer Rental Start***/
@media (max-width: 991px) {
    .cms-page-view .hero-content {
        gap: 0;
    }
}

.cms-page-view .container::before,
.cms-page-view .container::after {
    display: none;
}

.normal-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}

.card-section-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.card-item {
    display: flex;
    width: calc((100% - 40px)/3);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    padding: 20px;
    border-radius: 16px;
}

.card-section-grid .card-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 8px;
}

.card-section-grid .card-item h3 {
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    line-height: 29px;
    margin-top: 16px;
    margin-bottom: 0;
}

.section-subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
}

.btn-more-info {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding: 16px 48px;
    border-radius: 10px;
    display: inline-block;
    background-color: #F9BC1A;
}

.btn-more-info:hover {
    background-color: #f9bd1ad2;
}

.subtitle-text {
    text-align: left;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}

@media (max-width: 1024px) {
    .card-section-grid .card-item h3 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 8px;
    }
}

@media (max-width: 768px) {

    .section-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .btn-more-info {
        padding: 10px 28px;
    }

    .section-subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .section-btn-wrap {
        margin-top: 30px;
    }

    .card-item {
        width: calc((100% - 20px)/2);
    }

    .normal-text {
        font-size: 16px;
        line-height: 19px;
    }

    .subtitle-text {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 540px) {
    .section-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .section-subtitle {
        margin-bottom: 12px;
    }

    .card-item {
        width: 100%;
    }

    .card-section-grid .card-item h3 {
        font-size: 18px;
        line-height: 22px;
        margin-top: 8px;
    }
}


/* about printer section */

.about-printer .section-title {
    margin-bottom: 24px;
    text-align: left;
}

.about-printer .image-wrapper {
    flex: 0 0 278px;
}

.about-printer .pagebuilder-column-line {
    display: flex;
    align-items: center;
    gap: 20px;
}

.key-benefits-section {
    gap: 40px;
}

.key-benefits-section .image-wrapper {
    position: relative;
    padding-top: 25.5%;
    width: 100%;
}

.key-benefits-section .image-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

/* customer satisfaction section */

.customer-column.left-column {
    padding: 18px 0;
    flex: 0 0 40.286%;
}

.customer-column.left-column img {
    width: 223px;
    height: 48px;
    object-fit: contain;
}

.customer-column.left-column li {
    list-style: decimal;
    margin-bottom: 16px;
}

.customer-column.left-column ul {
    padding-left: 16px;
}

.right-column.customer-column {
    background-color: #ffffff;
    border-radius: 6px;
}

.customer-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 18px 16px;
    flex: 1;
}

.customer-satisfaction .customer-satisfaction-section {
    display: flex;
    align-items: start;
    gap: 20px;
    background-color: #FAFAFA;
    padding: 24px;
    border-radius: 5px;
}

/* optiprint rental overview */

.rental-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.rental-details ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* product overview */

.product-overview-section{
    gap: 20px;
}

.product-card-wrapper {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 5px;
}

.product-overview-section .pagebuilder-column.product-title{
    width: 100% !important;
}

.product-overview-section .pagebuilder-column-line{
    flex-wrap: wrap;
    gap: 20px;
    padding: 16px;
    background-color: #ffffff;
    border-radius: 5px;
}

.product-overview-section .pagebuilder-column-group {
    padding: 24px;
    background-color: #fafafa;
}

.product-data {
    display: flex;
    gap: 20px;
    padding-top: 32px;
}

.product-overview-section .product-column {
    width: calc((100% - 20px)/2) !important;
}

.spec-list strong {
    font-weight: 600;
}

ul.spec-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.left-product-image.product-column figure {
    position: relative;
    padding-top: 60%;
}

.left-product-image img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    inset: 0;
    object-fit: contain;
}

.products-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 24px;
    background-color: #FAFAFA;
}

@media (max-width: 768px) {

    .about-printer .image-wrapper{
        flex: 1;
    }

    .product-overview-section .pagebuilder-column-group{
        padding: 0;
    }

    .product-overview-section .pagebuilder-column-line{
        background-color: #fafafa;
    }

    .image-printer {
        flex-direction: column;
    }

    .key-benefits-section .container {
        gap: 20px;
    }

    .customer-satisfaction .customer-satisfaction-section {
        flex-direction: column;
        padding: 16px;
    }

    .customer-satisfaction .pagebuilder-column-line{
        flex-direction: column;
    }

    .customer-column {
        padding: 0;
        width: 100% !important;
        flex: unset;
    }

    .customer-column {
        padding: 10px;
        gap: 12px;
    }

    .rental-details {
        gap: 12px;
    }

    .product-data {
        flex-direction: column;
    }

    .products-wrapper {
        padding: 12px;
        gap: 20px;
    }
}

/***Printer Rental End***/