.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/* Start custom CSS for text-editor, class: .elementor-element-3cf3f0a */body{margin:0;font-family:Arial,sans-serif;background:#f5f5f5;color:#333;line-height:1.8}
.container{margin:auto;background:#fff;padding:20px}
.hero{text-align:center;padding:40px 20px;background:#1f2937;color:#fff}
.lead{font-size:1.2rem}
h2{color:#8b6b3f;border-bottom:2px solid #ddd;padding-bottom:8px;margin-top:40px}
.blog-image{width:100%;max-width:800px;display:block;margin:20px auto;border-radius:8px}
table{width:100%;border-collapse:collapse;margin:20px 0}
th,td{border:1px solid #ddd;padding:12px}
th{background:#8b6b3f;color:#fff}
.btn{display:inline-block;background:#8b6b3f;color:#fff;padding:12px 22px;text-decoration:none;border-radius:4px}
.btn:hover{background:#6f532f}
.cta{text-align:center;background:#faf6ef;padding:30px;margin-top:40px}
@media(max-width:768px){.container{padding:20px}.hero{padding:30px 15px}}
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin: 25px 0;
}

.image-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.image-gallery .gallery-image {
    width: calc(20% - 16px);
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    transition: all .3s ease;
}

.image-gallery .gallery-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,.15);
}

@media (max-width:991px){
    .image-gallery .gallery-image{
        width:calc(33.333% - 14px);
    }
}

@media (max-width:767px){
    .image-gallery .gallery-image{
        width:calc(50% - 10px);
    }
}

@media (max-width:480px){
    .image-gallery .gallery-image{
        width:100%;
    }
}/* End custom CSS */