.elementor-kit-47{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-47 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.latest-post-hero {
    position: relative;
    width: 100%;
    min-height: 600px;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;

    overflow: hidden;
}

.latest-post-hero-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(0, 0, 0, 0.55) 45%,
        rgba(0, 0, 0, 0.15) 100%
    );

    z-index: 1;
}

.latest-post-hero-content {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;
    padding: 80px 40px;

    box-sizing: border-box;
}

.latest-post-hero-title {
    max-width: 750px;

    margin: 0 0 20px;

    color: #ffffff;

    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
}

.latest-post-hero-description {
    max-width: 700px;

    margin: 0 0 30px;

    color: #ffffff;

    font-size: 18px;
    line-height: 1.6;
}

.latest-post-hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 28px;

    background: #ffffff;
    color: #111111;

    font-size: 16px;
    font-weight: 600;

    text-decoration: none;

    border-radius: 4px;

    transition: all 0.3s ease;
}

.latest-post-hero-button:hover {
    background: #111111;
    color: #ffffff;
}


/* Tablet */
@media (max-width: 1024px) {

    .latest-post-hero {
        min-height: 500px;
    }

    .latest-post-hero-content {
        padding: 60px 30px;
    }

    .latest-post-hero-title {
        font-size: 42px;
    }

    .latest-post-hero-description {
        font-size: 17px;
    }
}


/* Mobile */
@media (max-width: 767px) {

    .latest-post-hero {
        min-height: 520px;

        background-position: center center;
    }

    .latest-post-hero-overlay {
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.75) 100%
        );
    }

    .latest-post-hero-content {
        padding: 40px 20px;

        display: flex;
        flex-direction: column;
        justify-content: flex-end;

        min-height: 520px;
    }

    .latest-post-hero-title {
        font-size: 32px;
        line-height: 1.2;

        margin-bottom: 15px;
    }

    .latest-post-hero-description {
        font-size: 15px;
        line-height: 1.5;

        margin-bottom: 25px;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

        overflow: hidden;
    }

    .latest-post-hero-button {
        width: fit-content;

        padding: 12px 22px;

        font-size: 15px;
    }
}/* End custom CSS */