/**
 * Explore Product Section
 *
 * Generated by Dreamz Page Builder on 2026-08-11.
 */

.explore_product_section .container {
    max-width: 1280px;
}

.explore_product_section .explore_product_top_part {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 31px;
}

.explore_product_section .explore_product_main_heading h2 {
    font-family: 'Liberation Sans';
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 30px;
}

.explore_product_section .explore_product_para p {
    font-family: 'Liberation Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    max-width: 1048px;
    margin: 0 auto;
}

.explore_product_section .explore_product_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.explore_product_section.four_columns .explore_product_row {
    grid-template-columns: repeat(4, 1fr);
}

.explore_product_section .explore_product_item {
    width: 100%;
    height: 100%;
}

.explore_product_section .explore_product_box {
    background: #F0E4D3;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    transition: all .3s ease;
}

.explore_product_section .explore_product_box:hover {
    border: 1px solid #88302F;
}

.explore_product_section .explore_product_icon_title_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.explore_product_section .explore_product_icon {
    margin-right: 20px;
}

.explore_product_section .explore_product_icon img {
    display: block;
    width: 48px;
    height: 48px;
    min-width: 48px;
    object-fit: contain;
    object-position: center;
}

.explore_product_section .explore_product_title h3 {
    font-family: 'Liberation Sans';
    font-weight: 700;
    font-size: 22px;
    line-height: 28.8px;
    letter-spacing: -0.48px;
    margin: 0;
}

.explore_product_section .explore_product_description p {
    font-family: 'Liberation Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 1199px) {
    .explore_product_section .explore_product_top_part {
        margin-bottom: 25px;
    }

    .explore_product_section .explore_product_main_heading h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 25px;
    }

    .explore_product_section .explore_product_para p {
        line-height: 24px;
    }

    .explore_product_section .explore_product_row {
        gap: 15px;
    }

    .explore_product_section .explore_product_box {
        padding: 15px;
    }

    .explore_product_section .explore_product_icon_title_wrapper {
        margin-bottom: 15px;
    }

    .explore_product_section .explore_product_icon {
        margin-right: 15px;
    }

    .explore_product_section .explore_product_icon img {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .explore_product_section .explore_product_title h3 {
        font-size: 22px;
        line-height: 26.8px;
    }

    .explore_product_section .explore_product_description p {
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .explore_product_section .explore_product_top_part {
        margin-bottom: 20px;
    }

    .explore_product_section .explore_product_main_heading h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .explore_product_section .explore_product_row,
    .explore_product_section.four_columns .explore_product_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .explore_product_section .explore_product_icon_title_wrapper {
        margin-bottom: 10px;
    }

    .explore_product_section .explore_product_icon {
        margin-right: 10px;
    }

    .explore_product_section .explore_product_icon img {
        width: 35px;
        height: 35px;
        min-width: 35px;
    }

    .explore_product_section .explore_product_title h3 {
        font-size: 20px;
        line-height: 24.8px;
    }
}

@media (max-width: 767px) {
    .explore_product_section .explore_product_top_part {
        margin-bottom: 15px;
    }

    .explore_product_section .explore_product_main_heading h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .explore_product_section .explore_product_para p {
        font-size: 15px;
        line-height: 22px;
    }

    .explore_product_section .explore_product_row,
    .explore_product_section.four_columns .explore_product_row {
        grid-template-columns: repeat(1, 1fr);
    }

    .explore_product_section .explore_product_icon img {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .explore_product_section .explore_product_title h3 {
        font-size: 18px;
        line-height: 22.8px;
    }

    .explore_product_section .explore_product_description p {
        font-size: 15px;
        line-height: 22px;
    }
}