#hero_alt .template-page {
    vertical-align: bottom;
}

#hero_alt .av-section-color-overlay {
    background-color: transparent !important;
    opacity: 1 !important;
    background-image: linear-gradient(to top, rgb(0 0 0 / 90%), rgb(0 0 0 / 60%), transparent 60%);
}

#hero_alt h1.av-special-heading-tag {
    text-shadow: 2px 0px 3px #000;
}

#hero_top .av-section-color-overlay {
    background-color: var(--deep-primary);
}

.hero-gallery {
    display: flex;
    column-gap: 5px;
}

.hero-gallery img {
    border-radius: 15px;
}

#hero_top .av-section-color-overlay-wrap {
    bottom: 0;
}

@media (min-width: 768px) {
    #hero_top .content {
        padding: 100px 0 50px;
    }

    .hero-gallery {
        margin-top: 55px;
    }

    #hero_top .av-section-color-overlay-wrap {
        height: 55vh;
    }

    .hero-gallery {
        column-gap: 20px;
    }
}

.hero-button .avia-button {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-inline: 30px !important;
    transition: .5s;
    border: 2px solid #fff !important;
}

.hero-button .avia-button:hover {
    background-color: #fff !important;
    color: var(--primary) !important;
}

.stat-box .avia-animated-number-title {
    letter-spacing: 0;
    color: var(--deep-primary);
    display: block;
    margin-bottom: 20px;
    font-size: 40px !important;
}

.stat-box .avia-no-number {
    opacity: 1;
}

.stat-box .avia-animated-number-content {
    color: #666;
}

#intro .flex_column {
    border: 1px solid rgb(226 226 226);
    background: #fff;
    box-shadow: 0 0 8px 4px rgb(168 168 168 / 15%);
}

.floating-floral {
    position: absolute;
}

#intro .flex_column_table {
    width: 900px !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.top-floral {
    right: -80px;
    top: -50px;
    transform: rotate(25deg);
}

.bottom-floral {
    left: -112px;
    transform: rotate(-155deg);
    bottom: -80px;
}

.hero-button .avia-button:hover {
    opacity: 1 !important;
}

.plain-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
}

/* Home Post CSS */
.home-posts .slide-meta {
    display: none;
}

.home-posts a.more-link {
    text-transform: capitalize;
    display: inline-block;
    margin-top: 10px;
}

.home-posts h3.slide-entry-title a {
    color: var(--primary) !important;
    font-size: 19px;
    transition: .5s;
    display: inline-block;
    margin: 10px 0;
}

.home-posts h3.slide-entry-title a:hover {
    color: var(--green) !important;
}

.home-posts a.slide-image img {
    border-radius: 15px;
    border: 1px solid var(--black) !important;
    padding: 4px;
    aspect-ratio: 4/3;
    object-position: center;
    object-fit: cover;
}

.home-posts a.slide-image:hover {
    opacity: .85;
}

/* Home Post CSS - Ends */

@media (min-width: 768px) and (max-width: 989px){
    #statistics .flex_column_table {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    #statistics .flex_column_table .av-flex-placeholder {
        display: none !important;
    }
    
    #statistics .flex_column_table .flex_column {
        width: 100% !important;
        margin: 0 !important;
        background: #f8f8f8;
        padding: 25px;
    }
    
    .logo-list {
        width: 180px;
        margin-inline: auto;
        column-gap: 25px;
    }
}