@import url("su-post.css");
/*
Theme Name:   Astra Child
Description:  Customized Astra theme
Author:       MSkoczek
Template:     astra
Version:      1.0.0
Text Domain:  customized-astra
*/

/* Global Styles */
body {
    font-family: 'Inter, Roboto, Arial, sans-serif', sans-serif !important;
    background-color: #fbfbfb !important;
}

h2, h2.elementor-heading-title {
    color: #111111 !important;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
}

h3, h3.elementor-heading-title {
    color: #333333 !important;
    font-weight: 600 !important;
    font-size: 1.25rem !important;
}

.entry-title {
    position: relative;
}

.entry-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -0.7rem;
    width: 0.5rem;
    height: 100%;
    background-color: var(--ast-global-color-0);
    border-radius: 4px;
}

p {
    color: #555555 !important;
    font-size: 1rem !important;
}

    /* Header */
.ca-header-banner {
    position: relative;
    width: 100%;
    height: 80vh;
    max-height: 80vh;
    overflow: hidden;
}

/*.site-header {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*}*/

.ast-primary-header-bar {
    background: rgba(255, 255, 255, 1);
}

.ast-container {
    display: flex;
}

.under-banner-card {
    display: flex !important;
    width: 70% !important;
    margin: auto !important;
    justify-content: space-around !important;
    gap: 2rem !important;
    background-color: #ffffff !important;
    padding-bottom: -0 !important;
    padding-top: 0;
    border: 1px solid #eee;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: -5rem !important;
    backdrop-filter: blur(6px);
    align-items: flex-start !important;
    position: relative !important;
    top: -8rem !important;
}

.under-banner-card .e-con-inner {
    padding-top:0 !important;
}

.under-banner-card .e-con-inner> .box:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    top: 15% !important;
    right: 0 !important;
    width: 1px !important;
    height: 70% !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.under-banner-card .box {
    flex: 1 !important;
    text-align: center !important;
    /* border: 1px solid #eee !important;
    border-radius: 8px !important; */
    padding: 1.5rem !important;
    /* background: #fefefe !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0,05) !important; */
}

.under-banner-card p {
    margin-bottom: 0.15rem !important;
}

.under-banner-card .e-child {
    padding-bottom: 0.5rem !important;
}

.ast-builder-menu-mobile .main-navigation {
    font-size: 1rem !important;
}
.ast-header-break-point .site-header .main-header-bar-wrap .site-branding {
    flex-wrap: nowrap !important;
}


/* Footer */
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 1240px !important;
}

.site-footer p {
    color: #999999 !important;
}

.site-footer .footer-heading {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: var(--e-global-color-astglobalcolor0) !important;
}