.elementor-3760 .elementor-element.elementor-element-94f93de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-30e020f *//* =========================
   KASHMIRCART PECAN SECTION
========================= */

.kc-pecan-section{
    padding: 80px 20px;
    background:
    linear-gradient(rgba(252,247,241,0.96), rgba(246,238,228,0.96)),
    url("https://www.transparenttextures.com/patterns/aged-paper.png");

    font-family: "Georgia", serif;
    color: #3c2b21;
}

/* CONTAINER */

.kc-pecan-container{
    max-width: 1180px;
    margin: auto;
}

/* HERO */

.kc-pecan-hero{
    text-align: center;
    margin-bottom: 60px;
}

.kc-top-badge{
    display: inline-block;
    padding: 10px 24px;
    border-radius: 40px;
    background: #6b1f1f;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.kc-pecan-hero h1{
    font-size: 52px;
    line-height: 1.2;
    color: #4b1f12;
    margin-bottom: 22px;
    font-weight: 700;
}

.kc-hero-text{
    max-width: 860px;
    margin: auto;
    font-size: 18px;
    line-height: 2;
    color: #5f5146;
}

/* FEATURES */

.kc-feature-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    margin-bottom: 55px;
}

.kc-feature-box{
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(95,60,40,0.12);
    padding: 32px 24px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.kc-feature-box:hover{
    transform: translateY(-5px);
}

.kc-icon{
    font-size: 22px;
    color: #8a5a2f;
    margin-bottom: 14px;
}

.kc-feature-box h3{
    font-size: 24px;
    margin-bottom: 14px;
    color: #5a2318;
}

.kc-feature-box p{
    font-size: 16px;
    line-height: 1.8;
    color: #5c5148;
}

/* INFO BOX */

.kc-info-box{
    background: rgba(255,255,255,0.70);
    border: 1px solid rgba(95,60,40,0.10);
    border-radius: 22px;
    padding: 42px;
    margin-bottom: 28px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
}

.kc-info-box h2{
    font-size: 34px;
    margin-bottom: 24px;
    color: #582416;
    position: relative;
}

.kc-info-box h2::after{
    content: "";
    width: 90px;
    height: 3px;
    background: #8a5a2f;
    display: block;
    margin-top: 12px;
}

.kc-info-box p{
    font-size: 17px;
    line-height: 2;
    margin-bottom: 18px;
    color: #54473d;
}

/* TABLE */

.kc-table-wrapper{
    overflow-x: auto;
}

.kc-nutrition-table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.kc-nutrition-table th{
    background: #6b1f1f;
    color: white;
    padding: 16px;
    text-align: left;
    font-size: 16px;
}

.kc-nutrition-table td{
    padding: 16px;
    border-bottom: 1px solid #e8d8c7;
    background: rgba(255,255,255,0.6);
    font-size: 15px;
    color: #4d4037;
}

/* HIDDEN SEO */

.kc-hidden-seo{
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/* MOBILE */

@media(max-width:991px){

    .kc-feature-grid{
        grid-template-columns: repeat(2,1fr);
    }

    .kc-pecan-hero h1{
        font-size: 40px;
    }

}

@media(max-width:768px){

    .kc-feature-grid{
        grid-template-columns: 1fr;
    }

    .kc-pecan-hero h1{
        font-size: 32px;
    }

    .kc-hero-text{
        font-size: 16px;
        line-height: 1.9;
    }

    .kc-info-box{
        padding: 28px;
    }

    .kc-info-box h2{
        font-size: 27px;
    }

    .kc-info-box p{
        font-size: 15px;
        line-height: 1.9;
    }

}/* End custom CSS */