/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
    --primary: #7B5700;
    --secondary: #D3A840;
    --text: #074240;
    --light: #F7E8C9;
    --bodybg: #FCF2DE;
    --dark: #000;
    --white: #FFF;
    --font1: "Marcellus", Sans-serif;
    --font2: "Poppins", Sans-serif;
}

html {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font2);
    background-color: var(--bodybg);
    padding-top: 109px;
    color: var(--text);
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin-top: 0;
    font-family: var(--font1);
}

::selection {
    color: var(--white);
    background: var(--primary);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

html a,
html .elementor a {
    text-decoration: none;
    transition: all 0.4s;
    color: inherit;
}

html a:hover {
    color: var(--dark);
}

html h1.entry-title {
    display: none;
}

html p:last-child {
    margin-bottom: 0;
}

*:focus {
    outline: none !important;
}

#main_header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    transition: all 0.4s;
    backdrop-filter: blur(17px);
}

.sticky #main_header {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 14px;
    background-color: var(--white) !important;
}

#main_header .hfe-site-logo-set .hfe-site-logo-img {
    display: block;
}

#main_header>.e-con-inner {
    transition: all 0.4s;
}

.sticky #main_header>.e-con-inner {
    padding-block: 8px;
}

#icn_lst b {
    font-weight: 600;
}

html b,
html strong {
    font-weight: 600;
}

#cntct_frm .wpcf7-form-control {
    border: 1px solid #0742401A;
    border-radius: 30px;
    background: var(--light);
    padding: 0 26px;
    height: 50px;
    line-height: normal;
    color: #074240;
    appearance: none;
}

#cntct_frm select.wpcf7-form-control {
    background-image: url('data:image/svg+xml,<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3535 0.353516L5.35352 5.35352L0.353515 0.353515" stroke="%23074240"/></svg>');
    background-position: center right 26px;
    background-repeat: no-repeat;
    background-size: auto;
}

#cntct_frm textarea.wpcf7-form-control {
    height: 100px;
    border-radius: 22px;
    padding-top: 15px;
}

#cntct_frm .wpcf7-form-control::placeholder {
    color: #074240;
}

#cntct_frm .form-field {
    width: 100%;
    margin-bottom: 20px;
}

#cntct_frm .form-group {
    display: flex;
    gap: 20px;
}

#cntct_frm .submit-btn {
    text-align: center;
}

#cntct_frm .submit-btn p {
    display: inline-block;
    position: relative;
}

#cntct_frm .submit-btn p .wpcf7-spinner {
    position: absolute;
    inset: 0;
    margin: auto;
}

#cntct_frm .submit-btn input.wpcf7-form-control {
    background: #7B5700;
    min-width: 183px;
    border: 0;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    transition: all 0.4s;
}

#cntct_frm .submit-btn input.wpcf7-form-control:hover {
    background: var(--text);
    color: var(--white);
}

html .wpcf7-form.invalid .wpcf7-response-output,
html .wpcf7 form.unaccepted .wpcf7-response-output,
html .wpcf7 form.failed .wpcf7-response-output {
    background: #fff9f9;
    border: 1.5px solid #ff3f17;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .041);
    padding: 10px 18px;
    width: 100%;
    font-size: 13px;
    color: red;
    margin: 20px 0 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    border: 1px solid #46b450;
    background: #46b4500f;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .041);
    padding: 10px 18px;
    position: relative;
    width: 100%;
    font-size: 13px;
    color: #46b450;
    margin: 20px 0 0;
}

span.wpcf7-not-valid-tip {
    font-size: 13px;
}

#img .elementor-widget-image {
    height: 100%;
}

#blg_pst article.hfe-post-card {
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.home-blog .e-con-inner {
    display: block;
}

#blg_pst article.hfe-post-card .hfe-post-image a {
    border-radius: 20px;
    overflow: hidden;
    height: auto;
    display: block;
    position: relative;
    padding-top: 50%;
}

#blg_pst article.hfe-post-card .hfe-post-image a::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

#blg_pst article.hfe-post-card .hfe-post-image a img {
    height: 100%;
    width: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    border-radius: 0;
    transition: all 0.9s;
}


#blg_pst article.hfe-post-card:hover .hfe-post-image a img {
    transform: scale(1.06);
}

#blg_pst article.hfe-post-card .hfe-post-content {
    position: relative;
    height: 100%;
}

#blg_pst article.hfe-post-card .hfe-post-meta {
    display: inline-block;
    background: #FFFFFF1F;
    backdrop-filter: blur(8px);
    padding: 7px 20px;
    color: #FFF;
    position: absolute;
    top: -13%;
    border-radius: 50px;
    right: 22px;
    z-index: 2;
}

#blg_pst article.hfe-post-card .hfe-read-more {
    display: flex;
    align-items: center;
    gap: 10px;
}

#blg_pst article.hfe-post-card .hfe-read-more:after {
    content: "";
    height: 30px;
    width: 30px;
    border-radius: 50px;
    background-image: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="30" height="30" rx="15" fill="%237B5700"/><path d="M18.5516 11.3685L10.5889 19.4909" stroke="white" stroke-width="1.6" stroke-linecap="round"/><path d="M13.3955 10.6222C13.3955 10.6222 18.2363 10.2141 18.971 10.9487C19.7056 11.6833 19.2975 16.5241 19.2975 16.5241" stroke="white" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s;
}

#blg_pst article.hfe-post-card .hfe-read-more:hover:after {
    transform: rotate(45deg);
}

#ftr_mnu .hfe-nav-menu {
    justify-content: center;
}

body:not(.home) #main_header {
    background: #F7E8C9;
}

div#mb_togle .menu-item>.hfe-menu-item {
    position: relative;
    line-height: 35px;
}

div#mb_togle .menu-item>.hfe-menu-item:before,
div#mb_togle .menu-item>.hfe-menu-item:after {
    content: "";
    position: absolute;
    background-color: var(--primary);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transition: all 0.4s;
}

div#mb_togle .menu-item>.hfe-menu-item::before {
    top: 0;
    left: 0;
    transform-origin: left;
}

div#mb_togle .menu-item>.hfe-menu-item::after {
    bottom: 0;
    right: 0;
    transform-origin: right;
}

div#mb_togle .menu-item:hover>.hfe-menu-item::before,
div#mb_togle .menu-item:hover>.hfe-menu-item::after {
    transform: scaleX(1);
}

div#mb_togle .current-menu-item .hfe-menu-item::before,
div#mb_togle .current-menu-item .hfe-menu-item::after {
    transform: scaleX(1);
    opacity: 1;
}

.bloghub-main .container {
    padding: 0 25px;
    margin: 0 auto;
    max-width: 100%;
    width: 1370px;
}

section.bloghub-hero {
    padding: 80px 0;
    background-color: var(--light);
}

section.bloghub-hero .bloghub-hero-inner {
    display: flex;
    gap: 90px;
    align-items: center;
}

section.bloghub-hero .bloghub-hero-inner .bloghub-hero-text {
    flex: 1;
}

section.bloghub-hero .bloghub-hero-inner .bloghub-hero-image {
    width: 545px;
    display: block;
}

html section.bloghub-hero .container {
    width: 1270px;
}

section.bloghub-hero .bloghub-hero-inner h1 {
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 20px;
}

section.bloghub-hero .bloghub-hero-inner p {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 30px;
    color: #2A2A2A;
}

.bloghub-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bloghub-buttons a {
    padding: 0 30px;
    display: inline-block;
    line-height: 42px;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 50px;
    border: 1px solid var(--primary);
    font-size: 15px;
    font-weight: 500;
}

.bloghub-buttons .btn-secondary {
    background: transparent;
    color: var(--primary);
}

.bloghub-buttons a:hover {
    background-color: var(--dark);
    color: var(--white);
    border: 1px solid var(--dark);
}

.bloghub-posts {
    padding: 100px 0;
}

.category-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 50px;
}

.category-tabs .cat-tab {
    line-height: 42px;
    display: inline-block;
    padding: 0 30px;
    border: 1px solid #7B570033;
    border-radius: 50px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
}

.category-tabs .cat-tab.active,
.category-tabs .cat-tab:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: var(--white);
}

.bloghub-posts .posts-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.bloghub-posts .posts-grid .blog-card {
    background: #FFFFFF;
    border: 1px solid #7B570033;
    padding: 10px;
    border-radius: 30px;
    overflow: hidden;
}

.bloghub-posts .posts-grid .blog-card .blog-card-image {
    position: relative;
}

.bloghub-posts .posts-grid .blog-card .blog-card-image a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    padding-top: 57%;
}

.bloghub-posts .posts-grid .blog-card .blog-card-image a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.9s;
}

.bloghub-posts .posts-grid .blog-card:hover .blog-card-image img {
    transform: scale(1.06);
}

.bloghub-posts .posts-grid .blog-card .blog-card-image .blog-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 12px;
    z-index: 3;
}

.bloghub-posts .posts-grid .blog-card .blog-card-image .blog-card-meta span {
    backdrop-filter: blur(8px);
    background: #00000042;
    padding: 0 20px;
    border-radius: 50px;
    line-height: 32px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: var(--white);
}

.bloghub-posts .posts-grid .blog-card .blog-card-image a:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.bloghub-posts .posts-grid .blog-card .blog-card-content {
    padding: 0px 10px 10px;
}

.bloghub-posts .posts-grid .blog-card .blog-card-content h3 {
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 20px;
}

.bloghub-posts .posts-grid .blog-card .blog-card-content h3 a {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: inherit;
    color: inherit;
}

.bloghub-posts .posts-grid .blog-card .blog-card-content h3:hover {
    color: var(--dark);
}

.bloghub-posts .posts-grid .blog-card .blog-card-content .read-more-btn {
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.bloghub-posts .posts-grid .blog-card .blog-card-content .read-more-btn .icon {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: var(--primary);
    color: var(--white);
    transition: all 0.4s;
}

.bloghub-posts .posts-grid .blog-card .blog-card-content .read-more-btn:hover {
    color: var(--text);
}

.bloghub-posts .posts-grid .blog-card .blog-card-content .read-more-btn:hover .icon {
    background-color: var(--text);
    transform: rotate(45deg);
}

.bloghub-pagination {
    border-top: 1px solid #7B57001A;
    padding-top: 30px;
    margin-top: 50px;
}

.bloghub-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
}

.bloghub-pagination .nav-links>* {
    border: 1px solid #7B57001A;
    background: transparent;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border-radius: 50px;
    font-size: 16px;
    transition: all 0.4s;
}

.bloghub-pagination .nav-links>*:hover {
    background-color: var(--primary);
    color: var(--white);
}

.bloghub-pagination nav.navigation.pagination {
    margin: 0;
}

body.single-post main#content {
    max-width: 100%;
}

.single-post .banner-content {
    padding-top: 30px;
    padding-inline: 25px;
    position: relative;
    z-index: 1;
}

.single-post .banner-content:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    inset: 0;
    background: #F7E8C9;
    opacity: 1;
    height: 550px;
}

.single-post .custom-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    max-width: 100%;
    margin-inline: auto;
    margin-bottom: 30px;
}

.single-post .custom-breadcrumb>* {
    font-size: 15px;
    color: var(--text);
    font-weight: 500;
    line-height: 130%;
}

.single-post .custom-breadcrumb a {
    color: #2A2A2A;
}

.single-post .custom-breadcrumb span {
    display: block;
    margin-left: 12px;
}

.single-post .custom-breadcrumb span:before {
    content: '';
    display: inline-block;
    width: 5px;
    min-width: 5px;
    height: 5px;
    margin-right: 12px;
    background: var(--primary);
    vertical-align: middle;
    border-radius: 50px;
}

.single-post .custom-breadcrumb a:hover {
    opacity: 0.7;
}

.single-post .banner-content .page-heading {
    width: 800px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.single-post .banner-content h1.entry-title {
    display: block;
    text-align: center;
    color: var(--text);
    font-size: 50px;
    line-height: 120%;
    margin: 0;
}

.single-post .banner-content .thumbnail-img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.single-post .banner-content .thumbnail-img img {
    height: 100%;
    object-fit: cover;
    max-height: unset;
    background: var(--primary);
    width: 100%;
    border-radius: 20px;
}

html .single-post .wrapper .page-content {
    width: 1000px;
    max-width: 100%;
    margin: 50px auto 0;
    padding: 0;
}

html .single-post .wrapper .page-content :is(p, li) {
    color: #2A2A2A;
    font-size: 16px;
    line-height: 160%;
}

html .single-post .wrapper .page-content h4 {
    font-size: 22px;
}

html .single-post .wrapper .page-content ul {
    list-style: none;
    padding: 0;
}

html .single-post .wrapper .page-content>ul li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 16px;
}

html .single-post .wrapper .page-content>ul li:before {
    content: "";
    height: 6px;
    width: 6px;
    background-color: var(--primary);
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

html .single-post blockquote {
    margin: 30px 0 30px;
    padding: 26px;
    background: #F7E8C9;
    border-radius: 14px;
}

html .single-post .wrapper .page-content blockquote p {
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    color: #2A2A2A;
}

html .single-post .wrapper .page-content .blog-date-box {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
}

html .single-post .wrapper .page-content .blog-date-box .icon svg {
    display: block;
}

html .single-post .wrapper .page-content .blog-date-box .blog-date-simple {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}

html .single-post .social_share {
    border: 1px solid #0742401A;
    border-inline: 0;
    padding: 24px 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

html .single-post .social_share ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

html .single-post .wrapper .social_share ul li {
    margin: 0;
}

html .single-post .wrapper .social_share ul li a {
    background: #F7E8C9;
    height: 44px;
    width: 44px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text);
}

html .single-post .wrapper .social_share ul li a:hover {
    background: var(--text);
    color: var(--white);
}

.social_share h3 {
    margin: 0;
    font-family: var(--font2);
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
}

.related-post .head_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.related-post .head_wrp h2 {
    margin: 0;
    font-weight: 400;
    font-size: 50px;
    line-height: 120%;
}

.related-post .head_wrp .btn {
    padding: 0 30px;
    line-height: 44px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: var(--primary);
    color: var(--white);
}

.related-post .head_wrp .btn:hover {
    background-color: var(--text);
    color: var(--white);
}

@media (max-width:1200px) {

    .bloghub-posts .posts-grid .blog-card .blog-card-image .blog-card-meta span {
        padding: 0 12px;
        line-height: 30px;
        font-size: 12px;
    }

}

@media (max-width:1024px) {
    body {
        padding-top: 89px;
    }

    #cntct_frm .wpcf7-form-control {
        padding: 0 20px;
        height: 44px;
        font-size: 14px;
    }

    #cntct_frm textarea.wpcf7-form-control {
        height: 90px;
        border-radius: 20px;
        padding-top: 12px;
    }

    #blg_pst article.hfe-post-card {
        padding: 8px;
    }

    #blg_pst article.hfe-post-card .hfe-post-image a {
        border-radius: 12px;
        /* height: 160px; */
    }

    #blg_pst article.hfe-post-card .hfe-post-meta {
        padding: 6px 10px;
        /* top: 132px; */
        border-radius: 50px;
        right: 16px;
    }

    #blg_pst article.hfe-post-card .hfe-read-more:after {
        height: 25px;
        width: 25px;
    }

    #blg_pst article.hfe-post-card .hfe-read-more {
        gap: 8px;
    }

    section.bloghub-hero {
        padding: 20px 0 50px;
    }

    section.bloghub-hero .bloghub-hero-inner h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    section.bloghub-hero .bloghub-hero-inner {
        gap: 40px;
    }

    section.bloghub-hero .bloghub-hero-inner .bloghub-hero-image {
        width: 300px;
        max-width: 100%;
    }

    section.bloghub-hero .bloghub-hero-inner p {
        font-size: 14px;
        line-height: 160%;
        margin-bottom: 22px;
        color: #2A2A2A;
    }

    .bloghub-buttons {
        gap: 10px;
    }

    .bloghub-buttons a {
        padding: 0 15px;
        line-height: 36px;
        font-size: 13px;
    }

    .bloghub-posts {
        padding: 50px 0;
    }

    .category-tabs {
        margin-bottom: 30px;
    }

    .bloghub-posts .posts-grid {
        gap: 25px;
        grid-template-columns: repeat(2, 1fr);
    }

    .category-tabs .cat-tab {
        line-height: 40px;
        padding: 0 22px;
        font-size: 14px;
    }

    .bloghub-posts .posts-grid .blog-card .blog-card-image .blog-card-meta {
        gap: 8px;
        margin: 10px;
    }

    .bloghub-posts .posts-grid .blog-card .blog-card-image a {
        /* height: 240px; */
        margin-bottom: 12px;
        border-radius: 10px;
    }

    .bloghub-posts .posts-grid .blog-card .blog-card-content {
        padding: 0px 8px 6px;
    }

    .bloghub-posts .posts-grid .blog-card {
        padding: 8px;
        border-radius: 14px;
    }

    .bloghub-posts .posts-grid .blog-card .blog-card-content h3 {
        font-size: 22px;
        line-height: 120%;
        margin-bottom: 14px;
    }

    .bloghub-posts .posts-grid .blog-card .blog-card-content .read-more-btn {
        font-size: 14px;
        gap: 8px;
    }

    .bloghub-posts .posts-grid .blog-card .blog-card-content .read-more-btn .icon {
        height: 28px;
        width: 28px;
    }

    .single-post .custom-breadcrumb>* {
        font-size: 14px;
    }

    .single-post .custom-breadcrumb {
        margin-bottom: 20px;
    }

    .single-post .banner-content h1.entry-title {
        font-size: 32px;
    }

    .single-post .banner-content .page-heading {
        margin: 0 auto 20px;
    }

    .single-post .banner-content {
        padding-top: 20px;
        padding-inline: 0;
    }

    .single-post .banner-content .thumbnail-img img {
        border-radius: 10px;
    }

    .single-post .banner-content:before {
        height: 350px;
    }

    html .single-post .wrapper .page-content {
        margin: 30px auto 0;
        padding: 0 25px;
    }

    html .single-post .wrapper .page-content :is(p, li) {
        font-size: 14px;
    }

    html .single-post .wrapper .page-content h4 {
        font-size: 20px;
    }


    .social_share h3 {
        font-size: 20px;
    }

    html .single-post .social_share {
        padding: 20px 0;
        margin-top: 30px;
    }

    html .single-post .wrapper .social_share ul li a {
        height: 40px;
        width: 40px;
    }

    .related-post .head_wrp {
        margin-bottom: 30px;
    }

    .related-post .head_wrp h2 {
        font-size: 34px;
    }

    .related-post .head_wrp .btn {
        padding: 0 22px;
        line-height: 38px;
        border-radius: 50px;
        gap: 10px;
        font-size: 14px;
    }
}


@media (max-width:767px) {
    #mb_togle .hfe-nav-menu__toggle {
        height: 28px;
        width: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    #mb_togle .hfe-nav-menu__layout-horizontal {
        left: auto !important;
        right: 0 !important;
        transition: all 0.4s;
        display: block;
        transform: translateX(100%);
        position: fixed;
        bottom: 0;
        top: 0;
        height: 100dvh;
        visibility: hidden;
        opacity: 0;
        padding-top: 50px;
    }

    .hfe-nav-menu__toggle.elementor-clickable.hfe-active-menu.hfe-active-menu-full-width .hfe-nav-menu-icon {
        z-index: 999999;
        position: fixed;
        top: 18px;
        right: 20px;
    }

    div#m_hdr .hfe-site-header-cart-li .elementor-button-icon .eicon::before {
        height: 20px;
        width: 20px;
    }

    #mb_togle .hfe-nav-menu__toggle .hfe-nav-menu-icon {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #mb_togle .hfe-nav-menu__layout-horizontal.hfe-dropdown.menu-is-active {
        transform: translateX(0px);
        visibility: visible;
        opacity: 1;
    }

    body {
        padding-top: 61px;
    }

    #cntct_frm .form-group {
        gap: 0;
        flex-wrap: wrap;
    }

    #cntct_frm .form-field {
        margin-bottom: 12px;
    }

    #blg_pst article.hfe-post-card .hfe-post-image a {
        border-radius: 8px;
        /* height: 240px; */
    }

    #blg_pst article.hfe-post-card .hfe-post-meta {
        /* top: 212px; */
    }

    section.bloghub-hero .bloghub-hero-inner {
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    section.bloghub-hero {
        padding: 30px 0 30px;
    }

    .bloghub-buttons {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bloghub-buttons a {
        padding: 0 14px;
        line-height: 34px;
        font-size: 12px;
    }

    section.bloghub-hero .bloghub-hero-inner .bloghub-hero-text {
        flex: 1;
        text-align: center;
    }

    .bloghub-main .container {
        padding: 0 20px;
    }

    .bloghub-posts .posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .category-tabs .cat-tab {
        line-height: 36px;
        padding: 0 18px;
        font-size: 14px;
    }

    .category-tabs {
        margin-bottom: 20px;
    }

    .bloghub-pagination {
        padding-top: 25px;
        margin-top: 40px;
    }

    .bloghub-pagination .nav-links>* {
        height: 40px;
        width: 40px;
        font-size: 15px;
    }

    .single-post .custom-breadcrumb {
        margin-bottom: 14px;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .single-post .custom-breadcrumb>* {
        font-size: 13px;
    }

    .single-post .banner-content h1.entry-title {
        font-size: 24px;
    }

    .single-post .banner-content .thumbnail-img img {
        border-radius: 8px;
    }

    .single-post .banner-content:before {
        height: 280px;
    }

    html .single-post .wrapper .page-content {
        margin: 24px auto 0;
        padding: 0 20px;
    }

    html .single-post .wrapper .page-content .blog-date-box {
        gap: 6px;
        margin-bottom: 14px;
    }

    .social_share h3 {
        font-size: 18px;
    }

    html .single-post .wrapper .social_share ul li a {
        height: 34px;
        width: 34px;
    }

    .related-post .head_wrp h2 {
        font-size: 26px;
    }

    .related-post .head_wrp .btn {
        padding: 0 18px;
        line-height: 36px;
        gap: 10px;
        font-size: 13px;
    }

    .related-post .head_wrp {
        margin-bottom: 20px;
    }

    html .single-post .bloghub-posts .posts-grid {
        gap: 20px;
    }

    html .single-post .wrapper .page-content .blog-date-box .blog-date-simple {
        font-size: 15px;
    }

    html .single-post blockquote {
        margin: 20px 0 20px;
        padding: 18px;
        border-radius: 10px;
    }

    html .single-post .wrapper .page-content blockquote p {
        font-size: 15px;
    }

    html .single-post .wrapper .page-content h4 {
        font-size: 18px;
    }
}