@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
    --site-font-family: 'Manrope', sans-serif;
    --site-text-size: 1rem;
    --site-text-line-height: 1.65;
}

.site-dark-gradient-footer {
    background: linear-gradient(135deg, #080d18 0%, #142238 52%, #030508 100%) !important;
    color: #f8fafc;
}

.site-dark-gradient-footer .elementor-section,
.site-dark-gradient-footer .elementor-container,
.site-dark-gradient-footer .elementor-column,
.site-dark-gradient-footer .elementor-widget-wrap {
    background: transparent !important;
}

.site-dark-gradient-footer,
.site-dark-gradient-footer *,
.site-dark-gradient-footer *::before,
.site-dark-gradient-footer *::after {
    box-sizing: border-box;
}

.site-dark-gradient-footer .container {
    width: 100% !important;
    max-width: 1140px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.site-dark-gradient-footer .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.site-dark-gradient-footer .col-12 {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    flex: 0 0 100% !important;
}

.site-dark-gradient-footer a,
.site-dark-gradient-footer p,
.site-dark-gradient-footer span,
.site-dark-gradient-footer li {
    color: inherit;
}

.site-dark-gradient-footer img {
    max-width: 100%;
    height: auto;
}

#pxl-footer-elementor.site-dark-gradient-footer {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    clear: both;
    padding: 3rem 0 1rem;
}

#pxl-footer-elementor.site-dark-gradient-footer .footer-elementor-inner,
#pxl-footer-elementor.site-dark-gradient-footer .elementor,
#pxl-footer-elementor.site-dark-gradient-footer .elementor-section {
    width: 100% !important;
}

.elementor-location-footer.site-dark-gradient-footer {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    clear: both;
}

html {
    font-size: 16px;
}

body,
body button,
body input,
body optgroup,
body select,
body textarea {
    font-family: var(--site-font-family) !important;
}

body {
    font-size: var(--site-text-size) !important;
    line-height: var(--site-text-line-height) !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body p,
body li,
body label,
body td,
body th,
body blockquote,
body figcaption,
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p {
    font-size: 1rem !important;
    line-height: 1.65 !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .elementor-heading-title,
body .pxl-item--title {
    font-family: var(--site-font-family) !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
    text-rendering: optimizeLegibility;
}

body h1 {
    font-size: clamp(2.25rem, 4vw, 3.5rem) !important;
    line-height: 1.12 !important;
    font-weight: 800 !important;
}

body h2 {
    font-size: clamp(1.875rem, 3vw, 2.75rem) !important;
    line-height: 1.18 !important;
    font-weight: 800 !important;
}

body h3 {
    font-size: clamp(1.5rem, 2.2vw, 2rem) !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
}

body h4 {
    font-size: 1.35rem !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
}

body h5 {
    font-size: 1.125rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
}

body h6 {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    font-weight: 700 !important;
}

body a,
body button,
body input,
body select,
body textarea,
body label {
    font-size: 1rem;
    line-height: 1.4;
}

body small,
body .small {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

body .material-icons,
body [class^='icofont-'],
body [class*=' icofont-'],
body [class^='fa-'],
body [class*=' fa-'] {
    font-size: inherit;
}

@media (max-width: 767px) {
    body {
        font-size: 1rem !important;
    }

    body p,
    body li,
    body label,
    body td,
    body th,
    body blockquote,
    body figcaption,
    body .elementor-widget-text-editor,
    body .elementor-widget-text-editor p {
        font-size: 0.975rem !important;
        line-height: 1.6 !important;
    }
}
