.sks-lpg-combined-section{
    background: #f8faf7;
    overflow: hidden;
}

.sks-lpg-combined-badge{
    display: inline-block;
    background: rgba(182,141,64,0.14);
    color: #b68d40;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.sks-lpg-combined-title{
    font-size: 42px;
    font-weight: 800;
    color: #0c5c3b;
    line-height: 1.25;
}

.sks-lpg-combined-subtext{
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
}

.sks-lpg-overview-card,
.sks-lpg-storage-card,
.sks-lpg-speciality-wrapper{
    background: #fff;
    border-radius: 26px;
    padding: 35px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    border: 1px solid rgba(12,92,59,0.08);
}

.sks-lpg-card-title{
    font-size: 30px;
    font-weight: 800;
    color: #0c5c3b;
    margin-bottom: 20px;
}

.sks-lpg-overview-card p{
    color: #666;
    line-height: 1.85;
    margin-bottom: 16px;
}

.sks-lpg-highlight-box{
    background: #f8faf7;
    border-radius: 18px;
    padding: 22px 18px;
    height: 100%;
    border-left: 4px solid #b68d40;
}

.sks-lpg-highlight-box h4{
    color: #0c5c3b;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 6px;
}

.sks-lpg-highlight-box span{
    color: #555;
    font-weight: 600;
    font-size: 14px;
}

.sks-lpg-storage-main{
    background: linear-gradient(135deg,#0c5c3b,#16784f);
    border-radius: 22px;
    padding: 32px;
    color: #fff;
}

.sks-lpg-storage-main span{
    color: #f0d28a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.sks-lpg-storage-main h3{
    font-size: 52px;
    font-weight: 800;
    margin: 12px 0;
}

.sks-lpg-storage-main p{
    color: rgba(255,255,255,0.85);
    margin: 0;
    line-height: 1.7;
}

.sks-lpg-small-title{
    color: #0c5c3b;
    font-size: 24px;
    font-weight: 800;
}

.sks-lpg-product-list{
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.sks-lpg-product-item,
.sks-lpg-speciality-item{
    background: #f8faf7;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: .3s ease;
    height: 100%;
}

.sks-lpg-product-item:hover,
.sks-lpg-speciality-item:hover{
    background: #0c5c3b;
    transform: translateY(-4px);
}

.sks-lpg-product-item i,
.sks-lpg-speciality-item i{
    color: #b68d40;
    font-size: 23px;
    transition: .3s ease;
}

.sks-lpg-product-item span,
.sks-lpg-speciality-item span{
    color: #333;
    font-weight: 600;
    line-height: 1.6;
    transition: .3s ease;
}

.sks-lpg-product-item:hover i,
.sks-lpg-product-item:hover span,
.sks-lpg-speciality-item:hover i,
.sks-lpg-speciality-item:hover span{
    color: #fff;
}

.sks-lpg-speciality-title{
    font-size: 32px;
    font-weight: 800;
    color: #0c5c3b;
}

/* Responsive */
@media(max-width: 991px){
    .sks-lpg-combined-title{
        font-size: 34px;
    }

    .sks-lpg-storage-main h3{
        font-size: 42px;
    }
}

@media(max-width: 767px){
    .sks-lpg-combined-title{
        font-size: 28px;
    }

    .sks-lpg-overview-card,
    .sks-lpg-storage-card,
    .sks-lpg-speciality-wrapper{
        padding: 24px;
        border-radius: 22px;
    }

    .sks-lpg-card-title,
    .sks-lpg-speciality-title{
        font-size: 25px;
    }

    .sks-lpg-storage-main{
        padding: 25px;
    }

    .sks-lpg-storage-main h3{
        font-size: 36px;
    }
}