.elementor-1524 .elementor-element.elementor-element-6a0c985{--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:-160px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1524 .elementor-element.elementor-element-76754d7{--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;}.elementor-1524 .elementor-element.elementor-element-776900e{padding:24px 20px 80px 20px;}/* Start custom CSS for shortcode, class: .elementor-element-b9554e8 */.mg-blog-hero {
    position: relative;
    width: 100%;
    min-height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: flex-end; 
}

.mg-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%);
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.mg-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 160px 20px 80px 20px;
    position: relative;
    z-index: 2;
    max-width: 1300px; 
    width: 100%;
    margin: 0 auto;
    color: #FFFFFF;
}

.mg-hero-content h1,
.mg-hero-content p,
.mg-hero-meta {
    max-width: 768px;
    width: 100%;
}

.mg-hero-content .mg-button {
    max-width: none;
}

.mg-hero-meta {
    display: inline-block;
    font-family: "PT Root UI", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
    opacity: 0.9;
}

.mg-hero-content h1 {
    font-family: "Mokoko", serif;
    font-size: 48px;
    line-height: 1.1;
    margin: 0 0 20px 0;
    color: #FFFFFF;
}

.mg-hero-content p {
    font-family: "PT Root UI", sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.mg-hero-content .mg-button {
    display: inline-block;
    background-color: #AA0226;
    color: #FFFFFF;
    padding: 12px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.mg-hero-content .mg-button:hover {
    background-color: #900220;
}

@media (max-width: 767px) {
    .mg-blog-hero {
        min-height: 600px;
    }

    .mg-hero-content {
        padding: 20px;
    }

    .mg-hero-content h1 {
        font-size: 32px;
    }

    .mg-hero-content p {
        font-size: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-776900e */.mg-blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}

.mg-blog-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.mg-cat-filter {
    appearance: none;
    border: none !important;
    background-color: #D3D0BD !important;
    color: rgba(4, 54, 34, 0.80) !important;
    font-family: "PT Root UI", sans-serif;
    font-weight: 500 !important;
    font-size: 16px;
    line-height: 1.2 !important;
    padding: 12px 16px !important;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mg-cat-filter:hover {
    background-color: #043622 !important;
    color: #FFF !important;
}

.mg-cat-filter.active {
    background-color: #043622 !important;
    color: #FFF !important;
}

.mg-blog-stats {
    font-family: "PT Root UI", sans-serif;
    font-size: 14px;
    color: #043622;
    font-weight: 400;
    margin-left: auto;
}

.elementor-1524 .elementor-element.elementor-element-776900e h2{
    margin-block-end: 8px;
}

.mg-post-date{
    display:flex; 
    align-items:center; 
    gap:6px; 
    font-size:12px; 
    line-height: 130%;
    color:#043622;
    background-color: #F8F7F0;
    padding: 8px;
    border-radius: 32px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .mg-blog-header {
        flex-direction: column-reverse; 
        align-items: flex-start;
    }
    
    .mg-blog-stats {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

.mg-archive-item {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.mg-archive-item.mg-right {
    flex-direction: row-reverse;
}

.mg-item-img-wrap {
    flex: 1;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 12px;
}

.mg-zoom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.mg-item-img-wrap:hover .mg-zoom-img {
    transform: scale(1.1);
}

.mg-item-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.mg-item-content h2 a{
    font-family: mokoko, serif;
    color: #000;
}

.mg-item-content p{
    font-family: "PT Root UI", sans-serif;
    color: #000;
    margin-bottom: 40px;
}

.mg-item-content .mg-read-more {
    background-color: #AA0226;
    color: #fff;
    font-weight: 700;
    font-family: "PT Root UI", sans-serif;
    padding: 16px 24px;
    border-radius: 100px;
    transition: 300ms ease;
}

.mg-item-content .mg-read-more:hover {
    background-color: #900220;
}

.mg-cat-tag {
    background: #043622;
    color: #fff;
    padding: 8px 10px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
}

#mg-load-more {
    display: block;
    margin: 40px auto;
    padding: 12px 30px;
    border: 1px solid #AA0226;
    background: transparent;
    color: #AA0226;
    border-radius: 30px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .mg-archive-item {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .mg-blog-header {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 15px;
    }
    
    .mg-blog-stats {
        margin-left: 0;
        width: 100%;
        text-align: left;
        opacity: 0.8;
    }

    .mg-archive-item {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 40px;
    }

    .mg-archive-item.mg-right {
        flex-direction: column;
    }
    
    .mg-item-content {
        align-items: start;
        text-align: start;
    }

    .mg-item-img-wrap, 
    .mg-item-content {
        width: 100%;
        flex: auto;
    }
    
    .mg-item-content {
        margin-bottom: 25px;
        text-align: left !important;
    }
    
    .mg-item-content h2 {
        font-size: 28px;
    }

    .mg-item-content p {
        margin-bottom: 25px;
    }
    
    .mg-cat-filter {
        font-size: 14px;
        padding: 10px 14px !important;
    }
    
    .mg-post-date{
        margin-bottom: 16px;
    }
}/* End custom CSS */