/* ==== PAHADI BABA ORGANICS | A2 BILONA GHEE SECTION ==== */
.bilona-ghee-section {
background-color: #fbf8f1; /* soft organic cream background */
padding: 70px 40px; /* comfortable desktop padding */
max-width: 950px;
margin: 0 auto;
font-family: “Poppins”, “Segoe UI”, sans-serif;
color: #2e2b27; /* dark earthy tone */
line-height: 1.8;
border-radius: 12px; /* subtle rounded corners */
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
/* Responsive padding for mobile */
@media (max-width: 768px) {
.bilona-ghee-section {
padding: 40px 20px;
}
}
/* Main Heading */
.bilona-ghee-section h2 {
font-size: 2.4rem;
text-align: center;
color: #3a7a44; /* pahadi baba green */
font-weight: 700;
margin-bottom: 25px;
text-transform: none;
}
/* Accent Divider */
.bilona-ghee-divider {
width: 100px;
height: 4px;
background-color: #d9b45a; /* golden accent */
margin: 0 auto 40px auto;
border-radius: 2px;
}
/* Sub Headings */
.bilona-ghee-section h3 {
font-size: 1.7rem;
margin-top: 40px;
color: #3a7a44; /* brand green */
border-left: 4px solid #d9b45a;
padding-left: 12px;
font-weight: 600;
}
/* Paragraph Text */
.bilona-ghee-section p {
font-size: 1.1rem;
margin-bottom: 16px;
}
/* Lists */
.bilona-ghee-section ul {
margin-left: 25px;
list-style-type: disc;
}
.bilona-ghee-section li {
font-size: 1.1rem;
margin-bottom: 8px;
}
/* Emphasis Text */
.bilona-ghee-section strong {
color: #d9b45a;
font-weight: 600;
}
/* Optional smooth fade effect for entry */
.bilona-ghee-section {
animation: fadeIn 0.8s ease-in;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}






Reviews
There are no reviews yet.