[data-bs-theme=dark] body {
    background-color: var(--tblr-bg-color) !important;
}

[data-bs-theme=dark] #navbar-menu .navbar {
    background-color: var(--tblr-header-color) !important;
}

[data-bs-theme=dark] #navbar-menu .nav-link {
    --tblr-icon-color: var(--tblr-header-text-color) !important;
    --tblr-nav-link-color: var(--tblr-header-text-color) !important;
}

[data-bs-theme=dark] #elmoSticky{
    background-color: var(--tblr-bg-surface) !important;
    padding: 15px 8px;
}
/* --tblr-bg-color */
.page-post-detail .post-title {
    font-weight: 700 !important;
}
.page-post-detail .post-content hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.small-width {
    max-width: 1024px !important;
}
.full-width {
    max-width: 100% !important;
}
.flex-fill {
    flex: 1 1 auto;
}
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/banner.avif') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 8rem 0;
}
.feature-icon {
    font-size: 3rem;
    color: var(--tblr-primary);
}
.section-padding {
    padding: 4rem 0;
}
.footer {
    background-color: var(--tblr-bg-surface-secondary); /* Tabler's darker background for footer */
}

@media (max-width: 767px) {
    .small-width {
        padding-right: calc(var(--tblr-gutter-x)* .5) !important;
        padding-left: calc(var(--tblr-gutter-x)* .5) !important;
    }
    .keyword-width {
        width: 100% !important;
    }
    .icon-custom-mg {
        margin-right: .5rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .custom-pd {
        padding-left: 0 !important;
    }
    .keyword-width {
        width: 95% !important;
    }
    .icon-custom-mg {
        margin-right: 0.25rem !important;
    }
    .custom-mg-nav-item{
        margin-right: 1% !important;
    }
}

/* desktop */
@media (min-width: 1025px) {
    .custom-pd {
        padding-left: 0 !important;
    }
    .keyword-width {
        width: 95% !important;
    }
    .icon-custom-mg {
        margin-right: 0.25rem !important;
    }
    .custom-mg-nav-item{
        margin-right: 1% !important;
    }
}
    .padding-contact{
        padding: 42px !important;
    }