body {
    font-family: Red Hat Display, sans-serif;
    color: #28293b
}

.offcanvas-body {
    font-family: Red Hat Display, Inter, sans-serif;
    font-size: 1rem;
    color: #222
}

.offcanvas-body ul.nav li.nav-item a.nav-link {
    padding: .6rem 1rem;
    border-radius: 6px;
    transition: background-color .3s ease;
    font-weight: 600;
    color: #28293b;
    text-decoration: none
}

.offcanvas-body ul.nav li.nav-item a.nav-link:hover, .offcanvas-body ul.nav li.nav-item a.nav-link:focus {
    background-color: #28293b;
    color: #fff
}

.offcanvas-body .user-actions {
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.offcanvas-body .user-actions a {
    font-weight: 600;
    color: #28293b;
    text-decoration: none;
    padding: .5rem 1rem;
    border-radius: 6px;
    transition: background-color .3s ease
}

.offcanvas-body .user-actions a:hover, .offcanvas-body .user-actions a:focus {
    background-color: #28293b;
    color: #fff
}

.offcanvas-body .user-actions form button {
    background-color: #28293b;
    border: none;
    color: #fff;
    padding: .6rem 1rem;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .3s ease
}

.offcanvas-body .user-actions form button:hover, .offcanvas-body .user-actions form button:focus {
    background-color: #3b3c58
}

.btn-registrati {
    background-color: #28293b;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    width: 130px;
    height: 36px;
    padding: 0 20px;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color .3s ease, transform .2s ease
}

.btn-registrati:hover {
    background-color: #1f2030;
    transform: scale(1.03);
    color: #fff
}

.header-top-bar {
    background-color: #f8f9fa;
    padding: .5rem 0;
    border-bottom: 1px solid #dee2e6
}

.header-top-bar .nav .nav-link {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #878787 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.header-top-bar .topbar-right {
    font-size: 14px !important;
    color: #212529bf !important;
    gap: 1rem
}

.header-top-bar .social-icons a {
    font-size: 18px;
    color: #212529bf !important;
    text-decoration: none
}

.header-top-bar .login-link {
    font-weight: 500 !important;
    text-decoration: none;
    color: #212529bf !important
}

.header-middle, .header-navbar {
    border-bottom: 1px solid #dee2e6
}

.header-navbar .nav-link {
    color: #212529bf;
    font-size: 14px;
    padding-bottom: 6px;
    position: relative;
    text-decoration: none
}

.header-navbar .nav-link:hover, .header-navbar .nav-link.active {
    color: #28293b
}

.text-menu-blogar {
    color: #878787;
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    transition: color .3s ease
}

.text-menu-blogar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -17px;
    height: 3px;
    width: 0;
    background-color: #28293b;
    border-radius: 3px;
    transition: width .3s ease
}

.text-menu-blogar:hover:after, .text-menu-blogar.active:after {
    width: 100%
}

.text-menu-blogar:hover, .text-menu-blogar.active {
    color: #28293b
}

.d-block.d-sm-none .nav-link {
    color: #878787;
    position: relative;
    padding-bottom: 6px;
    text-decoration: none;
    transition: color .3s ease
}

.d-block.d-sm-none .nav-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #28293b;
    border-radius: 3px;
    transition: width .3s ease
}

.d-block.d-sm-none .nav-link:hover:after, .d-block.d-sm-none .nav-link:focus:after {
    width: 100%
}

.d-block.d-sm-none .nav-link:hover, .d-block.d-sm-none .nav-link:focus {
    color: #28293b
}

.search-form input {
    width: 240px;
    background-color: #f1f1f1;
    border: none
}

.search-form input:focus {
    box-shadow: none;
    background-color: #fff
}

.search-form button {
    background: transparent;
    border: none
}

.hero-area .carousel-caption {
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #00000073;
    padding: 20px;
    border-radius: 12px
}

.hero-area h5 {
    font-size: 20px
}

.hero-area .card-title {
    font-size: 16px;
    line-height: 1.4
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.post-image-hover {
    transition: transform .3s ease
}

.post-image-hover:hover {
    transform: scale(1.05);
    z-index: 2
}

.zoom-wrapper {
    overflow: hidden;
    position: relative
}

.zoom-img {
    transition: transform .4s ease;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.zoom-wrapper:hover .zoom-img {
    transform: scale(1.05)
}

.card:hover {
    box-shadow: 0 8px 16px #00000026;
    transition: box-shadow .3s ease
}

#backToTop {
    width: 45px;
    height: 45px;
    font-size: 18px;
    padding: 0;
    align-items: center;
    justify-content: center;
    display: flex
}

.text-social {
    color: #28293b !important
}

.text-social:hover {
    color: #1e1f2d !important
}

.post-thumb-small img {
    transition: transform .3s ease;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: .5rem
}

.post-item-wrapper:hover .post-thumb-small img {
    transform: scale(1.05)
}

.post-item-wrapper:hover .post-title a {
    text-decoration: underline
}

.post-item-wrapper:hover .post-content {
    box-shadow: 0 8px 20px #00000014;
    transition: box-shadow .3s ease
}

.transition {
    transition: all .3s ease
}

.pagination .page-link {
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #28293b;
    background-color: #f0f2f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all .3s ease
}

.pagination .page-item.active .page-link, .pagination .page-link:hover {
    background-color: #28293b;
    color: #fff
}

.list-unstyled li a {
    color: #28293b;
    transition: color .3s ease;
    text-decoration: none
}

.list-unstyled li a:hover {
    color: #007bff
}

.badge-category {
    display: inline-block;
    background-color: #28293b;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: transform .2s ease-in-out, background-color .3s ease
}

.badge-category:hover, .badge-category:focus {
    transform: scale(1.05);
    background-color: #1f2030;
    color: #fff;
    text-decoration: none !important
}

.badge-category a {
    color: inherit;
    text-decoration: none !important
}

.badge-tag {
    display: inline-block;
    background-color: #6c757d;
    color: #fff;
    border-radius: .375rem;
    padding: .3em .6em;
    font-size: .85rem;
    text-decoration: none !important;
    transition: background-color .3s ease
}

.badge-tag:hover, .badge-tag:focus {
    background-color: #495057;
    color: #fff;
    text-decoration: none !important
}

.badge-tag a {
    color: inherit;
    text-decoration: none !important
}

.nav-top-links .nav-link {
    color: #878787 !important;
    transition: color .3s ease;
    text-decoration: none
}

.nav-top-links .nav-link:hover, .nav-top-links .nav-link:focus {
    color: #28293b !important
}

.category-link {
    background-color: #f0f2f5;
    color: #28293b;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    transition: all .2s ease
}

.category-link:hover {
    background-color: #28293b;
    color: #fff
}

.post-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto
}

.post-content figcaption, .post-content .caption {
    display: none !important
}

.social-icon {
    transition: all .3s ease
}

.social-icon:hover {
    color: #0d6efd;
    transform: scale(1.2)
}

a.text-dark:hover {
    color: #007bff;
    text-decoration: underline
}

section[style*=f0f2f5] h1 {
    font-size: 32px;
    font-weight: 700
}

textarea:focus {
    border-color: #28293b !important;
    box-shadow: none !important;
    outline: none !important
}

.breadcrumb-item + .breadcrumb-item:before {
    content: ">";
    color: #6c757d
}

.badge, .badge * {
    text-decoration: none !important;
    border-bottom: none !important
}
