/***About the products Start***/
/* common style */

body {
    color: #284460;
}

a {
    color: #284460;
}

strong {
    font-weight: 600;
}

.section-spacing {
    padding: 40px 0;
}

.container.section-spacing {
    padding-left: 15px;
    padding-right: 15px;
}



.card-section-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: 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: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0;
    margin-top: 8px;
}

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

.main-section-title {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 24px;
}

@media (max-width:1024px) {
    .main-section-title {
        font-size: 24px;
    }

    .description {
        padding: 0 !important;
    }
}

.section-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}

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

.description {
    font-size: 18px;
    color: #284460;
    margin-bottom: 15px;
    line-height: 1.4;
}

.card-section-grid .card-item p{
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width:768px) {
    .description {
        font-size: 16px;
    }
}


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

.pagebuilder-button-primary {
    all: unset !important;
}

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

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

@media (max-width: 768px) {
    .section-spacing {
        padding: 20px 15px;
    }

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

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

.section-btn-wrap {
    text-align: center;
    margin-top: 40px;
}


/* about product details */
.about-products-section {
    background: #fff;
}

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

.about-products-content p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 24px;
    font-weight: 400;
}

.about-products-content p:last-child {
    margin-bottom: 0;
}

.about-products-content strong {
    font-weight: 600;
}

.about-products-content .link-highlight {
    color: #4092DB;
    border-bottom: 1px solid #4092DB;
}

@media (max-width: 768px) {
    .about-products-content {
        text-align: justify;
    }

    .about-products-content p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 16px;
        font-weight: 400;
    }

    .about-why-product-section .info-content li {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
}

@media (max-width: 540px) {
    .about-products-content p {
        font-size: 16px;
        line-height: 1.4;
    }
}



/* about why section */

/* remove css after all page is done with the page builder */
/* .about-why-product-section .info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.about-why-product-section .info-row:last-child {
    margin-bottom: 0;
}

.about-why-product-section .info-row:nth-of-type(even) {
    flex-direction: row-reverse;
}

.about-why-product-section .info-image {
    flex: 0 0 42.394%;
}

.about-why-product-section .info-image figure {
    position: relative;
    padding-top: 27.351%;
}

.about-why-product-section .info-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
} */

/* till here */

.about-why-product-section .info-row .pagebuilder-column-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}

.about-why-product-section .info-row:last-child .pagebuilder-column-line {
    margin-bottom: 0;
}

.about-why-product-section .info-row:nth-of-type(even) .pagebuilder-column-line {
    flex-direction: row-reverse;
}

.about-why-product-section .pagebuilder-column.info-image {
    flex: 0 0 41.334%;
}

.about-why-product-section .section-subtitle {
    text-align: left;
}

.about-why-product-section .info-image figure {
    position: relative;
    padding-top: 64.518%;
    height: auto;
}

.about-why-product-section .info-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100% !important;
    position: absolute;
    inset: 0;
    object-fit: cover;
}


.about-why-product-section .info-content {
    max-width: 575px;
    width: 100%;
    justify-content: center !important;
}

.about-why-product-section .info-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
}

.about-why-product-section .info-content p strong {
    font-weight: 600;
}

.about-why-product-section .info-content ul:not(.benefits) {
    padding-left: 16px;
}

.about-why-product-section .info-content li {
    list-style: disc;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
}
.about-why-product-section .info-content li strong a {
    font-weight: 600;
}

.about-why-product-section h2,
.about-why-product-section h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 24px;
}

.about-why-product-section .section-subtitle {
    font-size: 18px;
    line-height: 1.4;
}

.info-content .options-list h4 {
    font-size: 18px;
    line-height: 1.4;
}

.about-why-product-section .benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-why-product-section .benefits li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.about-why-product-section .benefits .benefit-details strong {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 8px;
}

.about-why-product-section .benefits .benefit-details p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}

.about-why-product-section ul li {
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .about-why-product-section .info-row .pagebuilder-column-line {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .about-why-product-section .pagebuilder-column.info-image {
        flex: 1;
        width: 100% !important;
    }

    .about-why-product-section .info-row:nth-of-type(even) {
        flex-direction: column;
    }

    .about-why-product-section .info-image {
        width: 100%;
        flex: unset;
    }

    .about-why-product-section .info-content {
        max-width: 100%;
        margin-top: 20px;
        width: 100% !important;
    }

    .about-why-product-section h2,
    .about-why-product-section h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 14px;
    }

    .about-why-product-section .section-subtitle {
        font-size: 16px;
        line-height: 1.4;
    }

    .info-content .options-list h4 {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media (max-width: 540px) {

    .about-why-product-section h2,
    .about-why-product-section h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .about-why-product-section .info-content ul img {
        width: 50px;
        height: 50px;
    }

    .about-why-product-section .benefits .benefit-details strong {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px;
    }

    .about-why-product-section .benefits .benefit-details p {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 0;
    }

    .about-why-product-section .info-content p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px;
    }

    .about-why-product-section .info-content {
        margin-top: 0;
    }
}


/* quick overview section */

.quick-overview-section {
    text-align: center;
    background-color: #fafafa;
}

.quick-overview-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.quick-overview-section .pagebuilder-column-line {
    gap: 20px;
    margin-bottom: 20px;
}

.overview-head {
    display: flex;
    gap: 20px;
    align-items: center;
}

.overview-header {
    background: white;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    border-radius: 16px;
}

.overview-icon {
    margin-bottom: 16px;
}

.quality-box h3 {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.quality-boxes {
    display: flex;
    gap: 20px;
}

.quality-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    flex: 1;
    justify-content: start !important;
}

.quality-box p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.overview-btn-wrap {
    text-align: center;
}

@media (max-width: 1024px) {
    .quick-overview-section .pagebuilder-column-line {
        gap: 16px;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }

    .quick-overview-section .pagebuilder-column-line .quality-box {
        width: calc((100% - 16px) /2) !important;
        flex: unset;
        justify-content: center;
    }

    .quick-overview-section.section-spacing {
        padding: 20px 15px;
    }
}

@media (max-width: 768px) {
    .overview-head {
        flex-direction: column;
    }

    .overview-header {
        width: 100%;
    }

    .overview-header p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 540px) {

    .quick-overview-section .pagebuilder-column-line .quality-box {
        width: 100% !important;
    }

    .overview-header h3,
    .quality-boxes h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .quality-box {
        width: 100%;
    }

    .quick-overview-grid img {
        width: 50px;
        height: 50px;
    }
}

/* testing section */

.testing-section .section-title {
    margin-bottom: 24px;
}

.testing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.testing-grid .pagebuilder-column-line {
    gap: 20px;
}

.testing-card {
    background: #FAFAFA;
    border-radius: 16px;
    padding: 16px;
    text-align: left;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    gap: 16px;
}

.testing-section .section-subtitle {
    text-align: left;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.card-content p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

.card-content p strong {
    font-weight: 500;
}

.card-content p span {
    font-weight: 500;
}

.card-icon {
    flex: 0 0 64px;
}

@media (max-width:1024px) {
    .testing-grid .pagebuilder-column-line {
        gap: 20px;
        flex-direction: column !important;
    }

    .testing-section .section-subtitle {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 16px;
    }

    .testing-card {
        width: 100% !important;
        justify-content: start !important;
    }
}

@media (max-width:768px) {
    .testing-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .testing-grid .pagebuilder-column-line {
        gap: 10px;
    }

    .testing-card {
        width: 100%;
    }

    .card-icon {
        flex: 0 0 40px;
    }

    .card-content p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width:480px) {
    .card-content p {
        font-size: 14px;
        line-height: 17px;
    }
}

/* useful option section */

.useful-options-section {
    background-color: #fafafa;
}

.options-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.options-image {
    flex: 0 0 42.393%;
    position: relative;
    padding-top: 33.932%;
}

.options-image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}

.options-content {
    flex: 0 0 48.292%;
    text-align: left;
}

.options-content h2 {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    margin-bottom: 24px;
}

.options-content p {
    text-align: left;
    margin-bottom: 16px;
}

.options-content h4 {
    font-size: 1rem;
    font-weight: 600;
    margin: 16px 0 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.options-list ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 10px;
}

.options-list li {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    list-style: disc;
}

@media (max-width: 1024px) {
    .options-row {
        justify-content: center;
        gap: 10px;
    }

    .options-image {
        flex: 1;
    }

    .options-content {
        flex: 1;
    }

    .options-image img {
        max-width: 100%;
    }
}

@media (max-width: 1024px) {
    .options-row {
        flex-direction: column;
    }

    .options-image {
        width: 100%;
        min-height: 300px;
    }

    .options-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .options-content h2 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 12px;
    }
}

@media (max-width: 540px) {
    .options-content h2 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 12px;
    }
}


/* battery section */
.battery-box .pagebuilder-column-line {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #E3FAFC;
    border-radius: 5px;
    padding: 24px 12px;
}

.battery-icon {
    flex: 0 0 112px;
}

.battery-content p {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}

.battery-content h3 {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
}

.battery-content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.battery-content strong {
    font-weight: 600;
}

@media (max-width: 768px) {

    .battery-info-section .pagebuilder-column-line {
        flex-direction: column;
    }


    .battery-icon {
        flex: 1;
        margin: auto;
    }

    .battery-content {
        flex: 1;
        width: 100% !important;
        justify-content: center !important;
        align-items: center;
    }

    .battery-content h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .battery-content p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 450px) {
    .battery-box {
        flex-direction: column;
    }
}

/* useful links */

.useful-links-section {
    background-color: #fff;
}

.additional-services-section {
    background-color: #FAFAFA;
}

.additional-services-section .pagebuilder-column-line,
.useful-links-section .pagebuilder-column-line {
    gap: 20px;
    justify-content: center;
}

.additional-services-section .overview-grids,
.useful-links-section .overview-grids {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.additional-services-section .overview-grids .pagebuilder-column-line {
    gap: 20px;
}

.additional-services-section .quality-box,
.useful-links-section .quality-box {
    background-color: #FAFAFA;
    flex: unset;
    width: calc((100% - 40px)/3) !important;
}

.additional-services-section .quality-box {
    background-color: #ffffff;
}

/* ---------- Grid Layout ---------- */
.useful-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
}

/* addition service */

.additional-services-section {
    background-color: #FAFAFA;
}

.additional-services-section .card-item {
    background-color: #ffffff;
}

/* ---------- Services Grid ---------- */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    justify-content: center;
    align-items: stretch;
}

/***About the products End***/


@media (max-width:768px) {

    .additional-services-section .quality-box,
    .useful-links-section .quality-box {
        width: 100% !important;
    }

    .quality-box h3 {
        font-size: 18px;
        line-height: 22px;
    }

    .quality-box p {
        font-size: 16px;
        line-height: 1.4;
    }

    .about-products-section .section-title {
        margin-bottom: 12px;
    }

    .about-why-product-section .pagebuilder-column.info-image {
        flex: 1;
    }
}