:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7ce80c1 */.mafsin-hero {
    width: 100%;
    background: #f7f6f2;
    padding: 80px 5%;
    box-sizing: border-box;
}

.mafsin-hero-box {
    max-width: 1700px;
    min-height: 480px;
    margin: 0 auto;
    background: #123b36;
    border-radius: 16px;
    position: relative;
    display: flex;
    align-items: center;
}

.mafsin-hero-content {
    width: 55%;
    padding: 60px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.mafsin-hero-content h1 {
    margin: 0 0 25px;
    color: #ffffff;
    font-size: 60px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.mafsin-hero-content h1 span {
    color: #55f078;
}

.mafsin-hero-content > p {
    max-width: 700px;
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
}

.mafsin-features {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 32px;
}

.mafsin-feature {
    display: flex;
    align-items: center;
    gap: 9px;
}

.mafsin-feature span {
    width: 25px;
    height: 25px;
    min-width: 25px;
    background: #55f078;
    color: #123b36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
}

.mafsin-feature p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.mafsin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    padding: 15px 30px;
    background: #55f078;
    color: #123b36 !important;
    border-radius: 30px;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.mafsin-button:hover {
    background: #ffffff;
    color: #123b36 !important;
    transform: translateY(-2px);
}

.mafsin-hero-image {
    width: 47%;
    height: 525px;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.mafsin-hero-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}


/* TABLET */

@media (max-width: 1100px) {

    .mafsin-hero {
        padding: 60px 4%;
    }

    .mafsin-hero-content {
        padding: 45px;
    }

    .mafsin-hero-content h1 {
        font-size: 48px;
    }

    .mafsin-hero-image {
        height: 450px;
    }

    .mafsin-hero-content > p {
        font-size: 16px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .mafsin-hero {
        padding: 30px 15px;
    }

    .mafsin-hero-box {
        display: flex;
        flex-direction: column;
        min-height: auto;
        overflow: hidden;
        border-radius: 14px;
    }

    .mafsin-hero-content {
        width: 100%;
        padding: 35px 25px 30px;
    }

    .mafsin-hero-content h1 {
        font-size: 38px;
        line-height: 1.08;
        letter-spacing: -0.8px;
        margin-bottom: 20px;
    }

    .mafsin-hero-content > p {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 23px;
    }

    .mafsin-features {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 25px;
    }

    .mafsin-feature p {
        font-size: 14px;
    }

    .mafsin-feature span {
        width: 23px;
        height: 23px;
        min-width: 23px;
        font-size: 13px;
    }

    .mafsin-button {
        width: 100%;
        min-width: 0;
        padding: 14px 20px;
        box-sizing: border-box;
        font-size: 16px;
    }

    .mafsin-hero-image {
        position: relative;
        width: 100%;
        height: 320px;
        right: auto;
        top: auto;
        transform: none;
    }

    .mafsin-hero-image img {
        border-radius: 0;
    }

}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .mafsin-hero {
        padding: 20px 10px;
    }

    .mafsin-hero-content {
        padding: 30px 20px 25px;
    }

    .mafsin-hero-content h1 {
        font-size: 33px;
    }

    .mafsin-hero-image {
        height: 280px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e551f0a */.mafsin-wall-section {
    width: 100%;
    padding: 85px 5%;
    background: #ffffff;
    box-sizing: border-box;
    text-align: center;
}

.mafsin-wall-heading {
    max-width: 750px;
    margin: 0 auto 50px;
}

.mafsin-wall-heading span {
    display: block;
    margin-bottom: 12px;
    color: #123b36;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.mafsin-wall-heading h2 {
    margin: 0 0 15px;
    color: #123b36;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
}

.mafsin-wall-heading p {
    margin: 0 auto;
    max-width: 650px;
    color: #52635f;
    font-size: 16px;
    line-height: 1.6;
}


/* CARDS */

.mafsin-wall-grid {
    max-width: 1600px;
    margin: 0 auto 45px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.mafsin-wall-card {
    min-height: 205px;
    padding: 35px 25px;
    background: #f7f6f2;
    border: 1px solid #ecebe5;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.mafsin-wall-card:hover {
    background: #123b36;
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(18, 59, 54, 0.12);
}

.mafsin-wall-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    background: #55f078;
    color: #123b36;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-weight: 700;
    transition: 0.3s;
}

.mafsin-wall-card h3 {
    margin: 0 0 10px;
    color: #123b36;
    font-size: 20px;
    font-weight: 700;
    transition: 0.3s;
}

.mafsin-wall-card p {
    margin: 0;
    color: #596864;
    font-size: 14px;
    line-height: 1.6;
    transition: 0.3s;
}

.mafsin-wall-card:hover h3,
.mafsin-wall-card:hover p {
    color: #ffffff;
}


/* BUTTON */

.mafsin-wall-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 38px;
    background: #123b36;
    color: #ffffff !important;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.mafsin-wall-button:hover {
    background: #55f078;
    color: #123b36 !important;
    transform: translateY(-2px);
}


/* TABLET */

@media (max-width: 900px) {

    .mafsin-wall-section {
        padding: 65px 4%;
    }

    .mafsin-wall-heading h2 {
        font-size: 36px;
    }

    .mafsin-wall-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* MOBILE */

@media (max-width: 600px) {

    .mafsin-wall-section {
        padding: 55px 18px;
    }

    .mafsin-wall-heading {
        margin-bottom: 35px;
    }

    .mafsin-wall-heading span {
        font-size: 12px;
    }

    .mafsin-wall-heading h2 {
        font-size: 31px;
    }

    .mafsin-wall-heading p {
        font-size: 14px;
    }

    .mafsin-wall-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .mafsin-wall-card {
        min-height: auto;
        padding: 30px 22px;
    }

    .mafsin-wall-button {
        width: 100%;
        box-sizing: border-box;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37fbbd7 */.mafsin-products-section {
    width: 100%;
    margin: 0 !important;
    padding: 45px 5% 65px !important;
    background: #f7f6f2 !important;
    box-sizing: border-box;
}


/* PRODUCTS GRID */

.mafsin-products-section ul.products {
    width: 100% !important;
    max-width: 1650px !important;

    margin: 0 auto !important;
    padding: 0 !important;

    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 28px !important;

    list-style: none !important;
}


/* PRODUCT */

.mafsin-products-section ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;

    float: none !important;
    position: relative !important;

    text-align: center !important;
    box-sizing: border-box;
}


/* PRODUCT IMAGE AREA */

.mafsin-products-section
ul.products
li.product
.woocommerce-loop-product__link {
    position: relative !important;
    display: block !important;
}


/* IMAGE */

.mafsin-products-section
ul.products
li.product
a img {
    width: 100% !important;
    height: 310px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: block !important;

    object-fit: cover !important;
    object-position: center !important;

    border-radius: 11px !important;
}


/* ADD TO CART BUTTON */

.mafsin-products-section
ul.products
li.product
.add_to_cart_button,
.mafsin-products-section
ul.products
li.product
.product_type_simple,
.mafsin-products-section
ul.products
li.product
.product_type_variable,
.mafsin-products-section
ul.products
li.product
.button {
    width: calc(100% - 20px) !important;

    min-height: 48px !important;

    position: absolute !important;
    left: 10px !important;
    top: 262px !important;

    z-index: 5 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 13px 20px !important;

    background: #55f078 !important;
    color: #123b36 !important;

    border: none !important;
    border-radius: 0 0 10px 10px !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;

    box-shadow: none !important;

    opacity: 0;
    transform: translateY(10px);

    transition: all 0.3s ease !important;
}


/* SHOW BUTTON ON HOVER */

.mafsin-products-section
ul.products
li.product:hover
.add_to_cart_button,
.mafsin-products-section
ul.products
li.product:hover
.product_type_simple,
.mafsin-products-section
ul.products
li.product:hover
.product_type_variable,
.mafsin-products-section
ul.products
li.product:hover
.button {
    opacity: 1 !important;
    transform: translateY(0) !important;
}


/* BUTTON HOVER */

.mafsin-products-section
ul.products
li.product
.add_to_cart_button:hover,
.mafsin-products-section
ul.products
li.product
.product_type_simple:hover,
.mafsin-products-section
ul.products
li.product
.product_type_variable:hover,
.mafsin-products-section
ul.products
li.product
.button:hover {
    background: #55f078 !important;
    color: #123b36 !important;
}


/* PRODUCT TITLE */

.mafsin-products-section
ul.products
li.product
.woocommerce-loop-product__title {
    margin: 16px 0 8px !important;
    padding: 0 !important;

    color: #123b36 !important;

    font-size: 18px !important;
    line-height: 1.35 !important;
    font-weight: 500 !important;
}


/* RATING */

.mafsin-products-section
ul.products
li.product
.star-rating {
    margin: 8px auto 10px !important;

    font-size: 15px !important;
}


/* RATING STARS */

.mafsin-products-section
ul.products
li.product
.star-rating span::before {
    color: #f2a900 !important;
}


/* PRICE */

.mafsin-products-section
ul.products
li.product
.price {
    margin: 0 !important;

    color: #123b36 !important;

    font-size: 18px !important;
    font-weight: 600 !important;
}


/* SALE / NEW BADGE */

.mafsin-products-section
ul.products
li.product
.onsale {
    top: 12px !important;
    left: 12px !important;
    right: auto !important;

    margin: 0 !important;

    padding: 7px 13px !important;

    background: #55f078 !important;
    color: #123b36 !important;

    border-radius: 20px !important;

    font-size: 13px !important;
    font-weight: 600 !important;

    z-index: 6 !important;
}


/* TABLET */

@media (max-width: 1000px) {

    .mafsin-products-section {
        padding: 40px 4% 55px !important;
    }

    .mafsin-products-section ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }

    .mafsin-products-section
    ul.products
    li.product
    a img {
        height: 330px !important;
    }

    .mafsin-products-section
    ul.products
    li.product
    .add_to_cart_button,
    .mafsin-products-section
    ul.products
    li.product
    .product_type_simple,
    .mafsin-products-section
    ul.products
    li.product
    .product_type_variable,
    .mafsin-products-section
    ul.products
    li.product
    .button {
        top: 282px !important;
    }

}


/* MOBILE */

@media (max-width: 600px) {

    .mafsin-products-section {
        padding: 30px 15px 45px !important;
    }

    .mafsin-products-section ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 22px 12px !important;
    }

    .mafsin-products-section
    ul.products
    li.product
    a img {
        height: 230px !important;
        border-radius: 8px !important;
    }

    .mafsin-products-section
    ul.products
    li.product
    .add_to_cart_button,
    .mafsin-products-section
    ul.products
    li.product
    .product_type_simple,
    .mafsin-products-section
    ul.products
    li.product
    .product_type_variable,
    .mafsin-products-section
    ul.products
    li.product
    .button {
        width: calc(100% - 12px) !important;

        left: 6px !important;
        top: 190px !important;

        min-height: 40px !important;

        padding: 10px 8px !important;

        border-radius: 0 0 8px 8px !important;

        font-size: 13px !important;
    }

    .mafsin-products-section
    ul.products
    li.product
    .woocommerce-loop-product__title {
        margin-top: 13px !important;
        font-size: 15px !important;
    }

    .mafsin-products-section
    ul.products
    li.product
    .price {
        font-size: 16px !important;
    }

}


/* SMALL MOBILE */

@media (max-width: 400px) {

    .mafsin-products-section ul.products {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
    }

    .mafsin-products-section
    ul.products
    li.product
    a img {
        height: 300px !important;
    }

    .mafsin-products-section
    ul.products
    li.product
    .add_to_cart_button,
    .mafsin-products-section
    ul.products
    li.product
    .product_type_simple,
    .mafsin-products-section
    ul.products
    li.product
    .product_type_variable,
    .mafsin-products-section
    ul.products
    li.product
    .button {
        top: 260px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-353fc77 */.mafsin-about-art {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #123b36 !important;
    box-sizing: border-box;
}

.mafsin-about-box {
    width: 100%;
    max-width: 1700px;
    min-height: 570px;
    margin: 0 auto;
    padding: 0 !important;

    display: flex;
    align-items: stretch;

    background: #123b36 !important;
    overflow: hidden !important;
}


/* IMAGE */

.mafsin-about-image {
    width: 48%;
    height: 570px;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;
    position: relative;
}

.mafsin-about-image img {
    width: 100%;
    height: 100%;

    display: block;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover !important;
    object-position: center !important;

    /*
    Image ke andar jo white border hai
    usko hide karne ke liye zoom
    */
    transform: scale(1.16);

    border-radius: 0 !important;
}


/* CONTENT */

.mafsin-about-content {
    width: 52%;

    margin: 0 !important;
    padding: 70px 7%;

    display: flex;
    flex-direction: column;
    justify-content: center;

    box-sizing: border-box;

    background: #123b36 !important;
}

.mafsin-about-content h2 {
    max-width: 700px;

    margin: 0 0 28px !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 44px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;

    letter-spacing: -1px;
}

.mafsin-about-content h2 span {
    color: #55f078 !important;
}

.mafsin-about-content > p {
    max-width: 680px;

    margin: 0 0 32px !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 17px !important;
    line-height: 1.65 !important;
}


/* FEATURES */

.mafsin-about-features {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;

    gap: 40px;

    margin: 0 !important;
    padding: 0 !important;
}

.mafsin-about-feature {
    width: 250px;

    display: flex;
    align-items: flex-start;

    gap: 10px;

    margin: 0 !important;
    padding: 0 !important;
}

.mafsin-about-feature span {
    width: 25px;
    height: 25px;
    min-width: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #55f078 !important;
    color: #123b36 !important;

    border-radius: 50%;

    font-size: 14px;
    font-weight: 700;
}

.mafsin-about-feature p {
    margin: 0 !important;
    padding: 0 !important;

    color: #ffffff !important;

    font-size: 15px !important;
    line-height: 1.45 !important;
}


/* TABLET */

@media (max-width: 1100px) {

    .mafsin-about-box {
        min-height: 500px;
    }

    .mafsin-about-image {
        height: 500px;
    }

    .mafsin-about-content {
        padding: 50px 45px;
    }

    .mafsin-about-content h2 {
        font-size: 36px !important;
    }

    .mafsin-about-content > p {
        font-size: 15px !important;
    }

    .mafsin-about-features {
        gap: 20px;
    }

}


/* MOBILE */

@media (max-width: 767px) {

    .mafsin-about-art {
        width: 100%;
        margin: 0 !important;
        padding: 0 !important;
        background: #123b36 !important;
    }

    .mafsin-about-box {
        width: 100%;

        display: flex;
        flex-direction: column;

        min-height: auto;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;
    }

    .mafsin-about-image {
        width: 100%;
        height: 360px;

        overflow: hidden !important;
    }

    .mafsin-about-image img {
        width: 100%;
        height: 100%;

        transform: scale(1.12);

        object-fit: cover !important;
    }

    .mafsin-about-content {
        width: 100%;

        margin: 0 !important;
        padding: 45px 25px 50px !important;

        background: #123b36 !important;
    }

    .mafsin-about-content h2 {
        max-width: 100%;

        margin: 0 0 22px !important;

        font-size: 34px !important;
        line-height: 1.12 !important;
    }

    .mafsin-about-content > p {
        max-width: 100%;

        margin: 0 0 28px !important;

        font-size: 15px !important;
        line-height: 1.6 !important;
    }

    .mafsin-about-features {
        flex-direction: column;
        gap: 15px;
    }

    .mafsin-about-feature {
        width: 100%;
        max-width: 100%;
    }

}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .mafsin-about-image {
        height: 300px;
    }

    .mafsin-about-image img {
        transform: scale(1.12);
    }

    .mafsin-about-content {
        padding: 35px 20px 40px !important;
    }

    .mafsin-about-content h2 {
        font-size: 30px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4dbb5d0 *//* =========================================
   MAFSIN FEATURED PRODUCT SECTION
   ========================================= */

.mafsin-featured-product {
    width: 100%;
    max-width: 1500px;

    margin: 0 auto !important;
    padding: 65px 6% !important;

    display: flex;
    align-items: center;

    gap: 55px;

    background: #ffffff !important;

    box-sizing: border-box;
}


/* =========================================
   LEFT CONTENT
   ========================================= */

.mafsin-featured-content {
    width: 48%;

    padding: 10px 0;

    box-sizing: border-box;
}

.mafsin-featured-label {
    display: block;

    margin: 0 0 12px !important;

    color: #55f078 !important;

    font-size: 14px !important;
    font-weight: 700 !important;

    letter-spacing: 1.5px;
}

.mafsin-featured-content h2 {
    margin: 0 0 20px !important;
    padding: 0 !important;

    color: #123b36 !important;

    font-size: 40px !important;
    line-height: 1.15 !important;

    font-weight: 700 !important;
}

.mafsin-featured-intro {
    margin: 0 0 25px !important;
    padding: 0 !important;

    color: #123b36 !important;

    font-size: 16px !important;
    line-height: 1.55 !important;
}


/* =========================================
   FEATURES
   ========================================= */

.mafsin-featured-features {
    margin: 0 0 25px !important;
    padding: 0 !important;

    list-style: none !important;

    display: grid;

    grid-template-columns: 1fr 1fr;

    column-gap: 30px;
    row-gap: 14px;
}

.mafsin-featured-features li {
    position: relative;

    margin: 0 !important;
    padding: 0 0 0 30px !important;

    color: #123b36 !important;

    font-size: 14px !important;
    line-height: 1.4 !important;
}

.mafsin-featured-features li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    width: 22px;
    height: 22px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #55f078;

    color: #123b36;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;
}


/* =========================================
   DESCRIPTION
   ========================================= */

.mafsin-featured-description {
    margin: 0 0 28px !important;
    padding: 0 !important;

    color: #123b36 !important;

    font-size: 15px !important;
    line-height: 1.55 !important;

    max-width: 650px;
}


/* =========================================
   PRICE + BUTTON
   ========================================= */

.mafsin-featured-bottom {
    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 5px !important;
    padding: 0 !important;
}

.mafsin-featured-price {
    margin: 0 !important;
    padding: 0 !important;

    color: #123b36 !important;

    font-size: 24px !important;
    font-weight: 700 !important;
}


/* =========================================
   ADD TO CART
   NORMAL = GREEN
   ========================================= */

.mafsin-featured-cart {
    width: 310px !important;
    height: 72px !important;

    display: inline-flex !important;

    align-items: center !important;
    justify-content: center !important;

    padding: 0 35px !important;
    margin: 0 !important;

    background: #55f078 !important;

    color: #123b36 !important;

    border: 0 !important;
    border-radius: 40px !important;

    font-family: inherit !important;

    font-size: 18px !important;
    font-weight: 700 !important;

    line-height: 1 !important;
    text-align: center !important;

    text-decoration: none !important;

    box-shadow: none !important;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease !important;
}


/* =========================================
   HOVER = WHITE
   ========================================= */

.mafsin-featured-cart:hover {
    background: #ffffff !important;

    color: #123b36 !important;

    border: 2px solid #123b36 !important;

    transform: translateY(-1px);

    box-shadow: none !important;
}


/* =========================================
   FOCUS
   ========================================= */

.mafsin-featured-cart:focus {
    background: #55f078 !important;

    color: #123b36 !important;

    border: 0 !important;

    outline: none !important;

    box-shadow: none !important;
}


/* =========================================
   RIGHT IMAGE AREA
   ========================================= */

.mafsin-featured-images {
    width: 52%;

    display: grid;

    grid-template-columns: 2fr 1fr;

    gap: 14px;

    align-items: stretch;

    box-sizing: border-box;
}


/* MAIN IMAGE */

.mafsin-featured-main-image {
    width: 100%;
    height: 520px;

    overflow: hidden;

    border-radius: 14px;

    background: #f5f5f5;
}

.mafsin-featured-main-image img {
    width: 100%;
    height: 100%;

    display: block;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;

    object-position: center;
}


/* SMALL IMAGES */

.mafsin-featured-small-images {
    height: 520px;

    display: grid;

    grid-template-rows: repeat(3, 1fr);

    gap: 14px;
}

.mafsin-featured-small-images img {
    width: 100%;
    height: 100%;

    display: block;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;

    border-radius: 12px;

    background: #f5f5f5;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

    .mafsin-featured-product {
        padding: 55px 4% !important;

        gap: 35px;
    }

    .mafsin-featured-content h2 {
        font-size: 34px !important;
    }

    .mafsin-featured-main-image {
        height: 430px;
    }

    .mafsin-featured-small-images {
        height: 430px;

        gap: 10px;
    }

    .mafsin-featured-cart {
        width: 250px !important;
        height: 62px !important;

        font-size: 16px !important;
    }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .mafsin-featured-product {
        width: 100%;

        display: flex;

        flex-direction: column;

        padding: 45px 20px !important;

        gap: 35px;
    }

    .mafsin-featured-content {
        width: 100%;
    }

    .mafsin-featured-content h2 {
        font-size: 32px !important;
    }

    .mafsin-featured-features {
        grid-template-columns: 1fr;

        row-gap: 12px;
    }

    .mafsin-featured-bottom {
        width: 100%;

        display: flex;

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }

    .mafsin-featured-cart {
        width: 100% !important;
        max-width: 400px !important;

        height: 62px !important;

        font-size: 16px !important;
    }

    .mafsin-featured-images {
        width: 100%;

        grid-template-columns: 1.6fr 1fr;

        gap: 10px;
    }

    .mafsin-featured-main-image {
        height: 390px;
    }

    .mafsin-featured-small-images {
        height: 390px;

        gap: 10px;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .mafsin-featured-product {
        padding: 35px 15px !important;
    }

    .mafsin-featured-content h2 {
        font-size: 28px !important;
    }

    .mafsin-featured-cart {
        width: 100% !important;
        max-width: 100% !important;

        height: 58px !important;

        font-size: 15px !important;

        border-radius: 35px !important;
    }

    .mafsin-featured-images {
        grid-template-columns: 1fr;
    }

    .mafsin-featured-main-image {
        height: 330px;
    }

    .mafsin-featured-small-images {
        height: 220px;

        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a5027b *//* =========================================
   MAFSIN FAQ SECTION
   ========================================= */

.mafsin-faq-section {
    width: 100%;

    padding: 80px 5% !important;

    background: #f8f7f3 !important;

    box-sizing: border-box;
}


/* =========================================
   MAIN CONTAINER
   ========================================= */

.mafsin-faq-container {
    width: 100%;
    max-width: 1700px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.15fr 0.85fr;

    gap: 70px;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
   ========================================= */

.mafsin-faq-content {
    width: 100%;
}


/* LABEL */

.mafsin-faq-label {
    margin-bottom: 10px;

    color: #123b36;

    font-size: 15px;
    font-weight: 700;
}


/* HEADING */

.mafsin-faq-content h2 {
    margin: 0 0 25px !important;
    padding: 0 !important;

    color: #123b36 !important;

    font-size: 42px !important;
    line-height: 1.15 !important;

    font-weight: 700 !important;

    letter-spacing: -1px;
}

.mafsin-faq-content h2 span {
    color: #55f078 !important;
}


/* INTRO */

.mafsin-faq-intro {
    max-width: 750px;

    margin: 0 0 35px !important;
    padding: 0 !important;

    color: #123b36 !important;

    font-size: 16px !important;
    line-height: 1.6 !important;
}


/* =========================================
   FAQ GRID
   ========================================= */

.mafsin-faq-grid {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 16px 25px;

    margin-bottom: 28px;
}


/* FAQ ITEM */

.mafsin-faq-item {
    width: 100%;

    background: #ffffff;

    border: 1px solid #e5e2dc;

    border-radius: 10px;

    overflow: hidden;

    box-sizing: border-box;

    transition: border-color 0.25s ease;
}

.mafsin-faq-item:hover {
    border-color: #55f078;
}


/* =========================================
   QUESTION
   ========================================= */

.mafsin-faq-question {
    width: 100%;

    min-height: 75px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 15px;

    padding: 18px 20px !important;

    margin: 0 !important;

    background: #ffffff !important;

    color: #123b36 !important;

    border: none !important;

    border-radius: 0 !important;

    font-family: inherit !important;

    font-size: 16px !important;
    font-weight: 500 !important;

    line-height: 1.4 !important;

    text-align: left;

    cursor: pointer;

    box-shadow: none !important;
}


/* PLUS */

.mafsin-faq-icon {
    flex: 0 0 auto;

    color: #123b36;

    font-size: 22px;

    font-weight: 500;

    line-height: 1;
}


/* =========================================
   ANSWER
   ========================================= */

.mafsin-faq-answer {
    max-height: 0;

    overflow: hidden;

    transition: max-height 0.3s ease;
}

.mafsin-faq-answer p {
    margin: 0 !important;

    padding: 0 20px 20px !important;

    color: #123b36 !important;

    font-size: 14px !important;

    line-height: 1.6 !important;
}


/* ACTIVE */

.mafsin-faq-item.active {
    border-color: #55f078;
}

.mafsin-faq-item.active .mafsin-faq-question {
    background: #ffffff !important;
}


/* =========================================
   LEARN MORE BUTTON
   ========================================= */

.mafsin-faq-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 185px;

    height: 56px;

    padding: 0 30px;

    background: #55f078;

    color: #123b36 !important;

    border: none;

    border-radius: 35px;

    font-size: 16px;

    font-weight: 700;

    line-height: 1;

    text-decoration: none !important;

    transition: all 0.25s ease;
}

.mafsin-faq-button:hover {
    background: #ffffff;

    color: #123b36 !important;

    box-shadow: inset 0 0 0 2px #123b36;
}


/* =========================================
   RIGHT IMAGE
   ========================================= */

.mafsin-faq-image {
    width: 100%;

    height: 490px;

    overflow: hidden;

    border-radius: 14px;

    background: #ffffff;
}

.mafsin-faq-image img {
    width: 100%;
    height: 100%;

    display: block;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;

    object-position: center;

    transition: transform 0.4s ease;
}

.mafsin-faq-image:hover img {
    transform: scale(1.02);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

    .mafsin-faq-section {
        padding: 65px 4% !important;
    }

    .mafsin-faq-container {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .mafsin-faq-image {
        height: 450px;

        order: -1;
    }

    .mafsin-faq-content h2 {
        font-size: 36px !important;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .mafsin-faq-section {
        padding: 50px 20px !important;
    }

    .mafsin-faq-container {
        gap: 35px;
    }

    .mafsin-faq-image {
        height: 350px;

        border-radius: 12px;
    }

    .mafsin-faq-content h2 {
        font-size: 32px !important;

        line-height: 1.15 !important;
    }

    .mafsin-faq-intro {
        font-size: 15px !important;

        margin-bottom: 28px !important;
    }

    .mafsin-faq-grid {
        grid-template-columns: 1fr;

        gap: 12px;

        margin-bottom: 25px;
    }

    .mafsin-faq-question {
        min-height: 65px;

        padding: 16px 18px !important;

        font-size: 15px !important;
    }

    .mafsin-faq-answer p {
        padding: 0 18px 18px !important;

        font-size: 14px !important;
    }

    .mafsin-faq-button {
        width: 185px;

        height: 54px;
    }

}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    .mafsin-faq-section {
        padding: 40px 15px !important;
    }

    .mafsin-faq-image {
        height: 300px;
    }

    .mafsin-faq-content h2 {
        font-size: 28px !important;
    }

    .mafsin-faq-label {
        font-size: 14px;
    }

    .mafsin-faq-question {
        font-size: 14px !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec5fabd *//* =================================
   MAFSIN INFORMATION SECTION
   ================================= */

.mafsin-info-section {
    width: 100%;
    background: #ffffff;
    padding: 55px 5%;
    box-sizing: border-box;
}

/* 4 Columns */
.mafsin-info-box {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;

    box-sizing: border-box;
}

/* Individual Item */
.mafsin-info-item {
    margin: 0;
    padding: 0;
}

/* Heading */
.mafsin-info-item h3 {
    margin: 0 0 12px 0;
    color: #103f3a;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    font-family: inherit;
}

/* Text */
.mafsin-info-item p {
    margin: 0;
    color: #163f3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    font-family: inherit;
    max-width: 330px;
}


/* =================================
   TABLET
   ================================= */

@media (max-width: 900px) {

    .mafsin-info-section {
        padding: 45px 6%;
    }

    .mafsin-info-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 35px;
    }

    .mafsin-info-item h3 {
        font-size: 20px;
    }

    .mafsin-info-item p {
        font-size: 15px;
    }
}


/* =================================
   MOBILE
   ================================= */

@media (max-width: 600px) {

    .mafsin-info-section {
        padding: 40px 25px;
    }

    .mafsin-info-box {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .mafsin-info-item h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .mafsin-info-item p {
        font-size: 15px;
        max-width: 100%;
    }
}/* End custom CSS */