.elementor-3987 .elementor-element.elementor-element-82ba5b3{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3987 .elementor-element.elementor-element-9af2a68{text-align:center;font-family:"Playfair Display", Sans-serif;font-size:25px;font-weight:600;text-shadow:2px 3px 10px rgba(0,0,0,0.3);}/* Start custom CSS for html, class: .elementor-element-5b76aa7 *//* Blog Container */

article {
    max-width: 900px;
    margin: auto;
    padding: 20px;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 1.8;
    color: #333333;
    background: #F8FAFC;
}

/* Main Title */

article h1 {
    font-size: 36px;
    font-weight: 700;
    color: #2E7D32;
    margin-bottom: 20px;
}

/* Section Headings */

article h2 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #1f2937;
    border-left: 5px solid #0EA5E9;
    padding-left: 12px;
}

/* Sub Headings */

article h3 {
    font-size: 20px;
    color: #374151;
    margin-top: 25px;
}

/* Paragraph */

article p {
    font-size: 16px;
    margin-bottom: 15px;
}

/* Lists */

article ul {
    padding-left: 20px;
}

article ul li {
    margin-bottom: 8px;
}

/* Image gallery */

article img {
    transition: transform 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

article img:hover {
    transform: scale(1.05);
}

/* Video */

article iframe {
    max-width: 100%;
    border-radius: 10px;
}

/* Links */

article a {
    color: #0EA5E9;
    font-weight: 600;
}

article a:hover {
    color: #2E7D32;
}

/* Highlight box */

.highlight-box {
    background: #FFF7E6;
    border-left: 5px solid #2E7D32;
    padding: 15px;
    margin: 25px 0;
    border-radius: 8px;
}

/* Gallery layout */

.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-grid img {
    width: 32%;
    border-radius: 8px;
}

/* Mobile Responsive */

@media (max-width:768px){

article h1{
font-size:28px;
}

article h2{
font-size:22px;
}

.gallery-grid img{
width:100%;
}

}/* End custom CSS */