
/* Sheetal Water Cooler - Content Section Style */
.sheetal-seo-section {
    max-width: 1280px;
    margin: 50px auto;
    padding: 40px;
 

    font-family: 'Poppins', 'Segoe UI', sans-serif;
    line-height: 1.8;
    color: #1a1a2e;
}

.sheetal-seo-section h1 {
    font-size: 36px;
    color: #0f2b3d;
    border-left: 6px solid #e67e22;
    padding-left: 20px;
    margin-bottom: 25px;
}

.sheetal-seo-section h2 {
    font-size: 28px;
    color: #1e4a6b;
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ffe0b5;
    padding-bottom: 8px;
}

.sheetal-seo-section h3 {
    font-size: 22px;
    color: #c4450c;
    margin-top: 25px;
    margin-bottom: 12px;
}

.sheetal-seo-section p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #2d2d44;
    text-align: justify;
}

.sheetal-highlight {
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
    border-left: 5px solid #e67e22;
    padding: 20px 25px;
    border-radius: 16px;
    margin: 30px 0;
    transition: transform 0.2s ease;
}

.sheetal-highlight:hover {
    transform: scale(1.01);
}

.sheetal-highlight a {
    color: #d35400;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #f39c12;
}

.sheetal-highlight a:hover {
    color: #a04000;
    border-bottom: 2px solid #e67e22;
}

.sheetal-product-box {
    background: #f0f9ff;
    padding: 20px;
    border-radius: 16px;
    margin: 25px 0;
    border: 1px solid #bcd9f0;
}

.sheetal-contact-strip {
    background: #1e4a6b;
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
}

.sheetal-contact-strip a {
    color: #ffd966;
    text-decoration: none;
}

@media (max-width: 768px) {
    .sheetal-seo-section {
        padding: 20px;
        margin: 20px;
    }
    .sheetal-seo-section h1 {
        font-size: 26px;
    }
}
