﻿body {
    background-color: #fff8f1;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
}

.post-category {
    visibility: hidden;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    gap: .5rem;
}

h6.post-title {
    display: none;
}

.content-stlye h1 {
    font-size: 2.5rem;
}

.content-stlye h4 {
    font-size: 1.2rem;
}

#sideNavbar .navbar-nav {
    width: 100%;
}

#sideNavbar.navbar-expand-md .navbar-nav .nav-link {
    display: block;
    padding: 0 0.90rem;
    /*  height: 3rem;*/
    line-height: 3rem;
    font-size: 1rem;
    color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    border-radius: 0rem;
    font-weight: 700;
    position: relative;
    font-size:13px;
    text-transform:uppercase;

}


    #sideNavbar.navbar-expand-md .navbar-nav .nav-link:hover, #sideNavbar.navbar-expand-md .navbar-nav .nav-link.active {
        background-color: #d91702;
        color: #fff;
    }

        #sideNavbar.navbar-expand-md .navbar-nav .nav-link.active:after {
            position: absolute;
            bottom: -16px;
            left: calc(50% - 6px);
            content: '';
            border: 8px solid transparent;
            border-top: 8px solid #d91702;
        }

#sideNavbar {
    background: linear-gradient(#ffffff, #cccccc);
    margin: 0 -15px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding-top: 0;
    padding-bottom: 0;
}

    #sideNavbar .nav-item {
        border-right: 1px solid #ccc;
    }

    #sideNavbar .dropdown-menu {
        background-color: #d91702;
        border-radius: 0;
    }

        #sideNavbar .dropdown-menu a {
            color: white;
            border-bottom: 1px solid #ff6666;
            position: relative;
        }

            #sideNavbar .dropdown-menu a::before {
                position: absolute;
                left: 15px;
                content: '';
                top: 10px;
                border: 4px solid transparent;
                border-left: 4px solid #fff;
            }

            #sideNavbar .dropdown-menu a:hover {
            }

    #sideNavbar .dropdown-item:focus, #sideNavbar .dropdown-item:hover {
        background-color: transparent;
    }
.blog-header .blog-nanv-toggle.is-active {
    position: fixed;
    z-index: 10002;
    right: 0;
    left:12rem;
    top: 1.375rem;
}
.blog-header {
    padding-top: 0rem;
    padding-bottom: 0rem;
    background-color: #ffffff;
    /*border-bottom: 3px solid rgba(0,0,0,0.1);*/
}

div.posts {
    display: flex;
    justify-content: stretch;
    margin-top: 20px;
    flex-wrap: wrap;
}

.filterbox .input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    text-align: center;
    white-space: nowrap;
    background-color: rgb(233, 236, 239);
    border: 1px solid rgb(206, 212, 218);
    border-radius: 0.25rem;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#searchBlog {
    border-right: 0;
}

.post-home {
    box-shadow: none;
}

    .post-home .post-home-inner {
        padding: 15px;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.125);
        position: relative;
        box-shadow: 0 0 5rem rgba(0,0,0,0.15);
    }

    .post-home .post-title {
        line-height: normal;
        padding-bottom: 1rem;
        font-size: 1.75rem;
        max-width: 210px;
        position: relative;
        margin-bottom: 0;
        min-height: 150px;
    }

ul#PostPager {
    margin: 3rem 0;
}

.message-landscape {
    display: none;
    font-size: 24px;
    color: #333;
    position: fixed;
    padding: 20px;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    text-align: center;
}

.post-home:last-child {
    margin-bottom: 3rem;
}

.post-home .post-home-inner .post-more::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.post-single .post-meta {
    display: none;
}

.post-single {
    margin-top: 40px;
}

.post-home .post-cover {
    width: 200px;
    position: absolute;
    right: 0;
    height: auto;
    overflow: visible;
    margin: 0;
    top: 0px;
}

.post-home .post-home-inner:hover .post-cover img {
    transform: translate(0%, 0%) scale(1);
}

.post-home .post-cover img {
    left: 0px;
    right: 0;
    height: 165px;
    object-position: right;
    top: 0;
    object-fit: contain;
    transform: translate(0,0);
    max-width: 100%;
}

.post-home:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.blog-header .blog-nanv-toggle {
    outline: none !important;
    height: 1.5rem;
    padding: 0;
    z-index: 10002;
}

.top-bar {
    font-size: 14px;
    background: #fff;
    border-bottom: 0px solid #e5e5e5;
    border-top: 2px solid #000;
}

.btn-order {
    background: #4CAF50;
    color: #fff;
    font-weight: 600;
}

    .btn-order:hover {
        background: #43a047;
        color: #fff;
    }

.right-links a {
    color: #000;
    margin-left: 15px;
    font-weight: 500;
}

    .right-links a:hover {
        text-decoration: none;
    }

.social-icons a {
    margin-left: 5px;
    font-size: 1.5rem;
    color: white;
    padding: 0 5px;
    border-radius: 3px;
    line-height: normal;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .social-icons a.facebook {
        background-color: #1877f2;
    }

    .social-icons a.twitter {
        background-color: #000;
    }

    .social-icons a.youtube {
        background-color: #ff0000;
    }

    .social-icons a.linkedin {
        background-color: #0a66c2;
    }

    .social-icons a.instagram {
        background-color: #e4405f;
    }

.fa.fa-twitter-square::before {
    content: "𝕏";
}

.social-icons {
    background-color: #000;
    color: white;
    position: relative;
    padding: 5px 10px;
    border-radius: 0 0 0 15px;
}

    .social-icons a:hover {
        transform: scale(1) translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }

.post-single .post-header {
    margin-bottom: 2rem;
}

.overlayBg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .85;
    z-index: 100;
    display: none;
}

.post-home .post-meta {
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid rgba(0,0,0,0.125);
}

.content-stlye h2 {
    color: #bf360c;
    font-weight: 700;
}

.content-stlye section p {
    margin-bottom: 1rem;
}

    .content-stlye section p:last-child {
        margin-bottom: 0;
    }

.content-stlye .faq-question {
    font-weight: 600;
}

section.section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(255, 111, 0, 0.15);
    margin-bottom: 40px;
    padding: 30px;
    /*transform: translateY(40px);
    transition: all 0.8s ease;*/
}

.highlight {
    background-color: yellow;
    color: #000;
    /*font-weight: bold;*/
}

@media (max-width: 991px) {
    .post-home .post-cover {
        display: none;
    }
    .content-stlye p, .post-home .post-description {
        text-align: justify;
    }
    .post-home .post-title {
        max-width: 100%;
        min-height:auto;
    }

    .top-bar .row {
        text-align: center;
    }

    .top-bar {
        border-top: 0;
        padding-top: 5px;
    }

    .txt-show-lg a {
        width: 24px;
        overflow: hidden;
        display: inline-block;
        height: 24px;
    }

    .social-icons {
        background-color: #fff;
        border-left: 0px solid #000;
        border-radius: 0;
        margin-left: 5px !important;
    }

        .social-icons a {
            font-size: 2rem;
        }

        .social-icons b {
            color: black;
        }

        .social-icons:before {
            height: 32px;
            content: "";
            background-color: #999;
            left: 0;
            position: absolute;
            width: 1px;
        }


    .blog-header.Bgtransparent {
        background-color: transparent;
    }
}

.post-header .post-meta .post-author {
    display: none;
}

.content-stlye img {
    display: none !important;
}

.container.blog-content {
    max-width: 1280px;
}

.blog-nanv-toggle {
    display: none;
}

@media (max-width:991px) {

    #sideNavbar.navbar-expand-md .navbar-nav .nav-link.active:after {
        display: none;
    }
    /* Base navbar hidden off-screen */
    #sideNavbar {
        position: fixed;
        top: 0;
        left: -260px;
        height: 100vh;
        width: 260px;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1050;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
        margin: 0;
        overflow-y: auto;
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: static;
    }

    .blog-nanv-toggle {
        display: inline-block;
    }

    .nomobile {
        display: none;
    }

    #sideNavbar .nav-item {
        border-right: 0;
    }

    #sideNavbar .navbar-nav {
        flex-direction: column;
    }
    /* When open */
    #sideNavbar.open {
        transform: translateX(0);
    }

    #sideNavbar.active {
        left: 0;
        transform: translateX(0px);
    }

    #sideNavbar .dropdown-menu {
        background-color: #fff;
        border: 0;
    }

        #sideNavbar .dropdown-menu a {
            color: #000;
            border-bottom-color: #ccc;
        }

            #sideNavbar .dropdown-menu a::before {
                border-left-color: #000;
            }
}
/* Desktop behavior (optional) */
@media (min-width: 992px) {
    #sideNavbar {
        position: static;
        transform: none;
        height: auto;
        box-shadow: none;
    }
}

/* Desktop hover dropdown */
@media (min-width: 992px) {
    #sideNavbar.navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
