/*!
Theme Name: Hostinger AI theme
Author: Hostinger
Author URI: https://hostinger.com
Description: Hostinger AI theme built with SEO and mobile responsiveness in mind, this theme ensures optimal performance and a better online presence.
Version: 2.0.28
*/

/* ==========================================================================
   PERFECT STICKY FOOTER & ZERO VIEWPORT BOTTOM GAP
   ========================================================================== */
html {
    min-height: 100%;
    margin: 0;
    padding: 0;
    background-color: #031f24;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background-color: #031f24;
}

#page,
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    flex: 1 0 auto;
    background-color: #084f5a;
}

/* Page content expands to fill screen when content is short */
main,
.site-main,
#primary,
div[data-elementor-type="wp-page"],
div[data-elementor-type="page"],
.elementor-location-single,
.page-content {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    width: 100%;
    background-color: #084f5a;
}

/* Footer always stays pinned at the bottom */
footer,
.elementor-location-footer,
div[data-elementor-type="footer"],
.elementor-28,
.elementor-28 .elementor-element-4b90e0af {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
    background-color: #031f24 !important;
    background: #031f24 !important;
}
