/* ***** Fonts ***** */

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700|Quicksand:300,400,500,700|Shadows+Into+Light+Two');

/* ***** Import CSS ***** */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';
@import 'css/others/meanmenu.min.css';
@import 'css/others/owl.carousel.min.css';
@import 'css/others/font-awesome.min.css';
@import 'css/others/pe-icon-7-stroke.css';

/* --------------------
:: 1.0 Base CSS
-------------------- */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #232d37;
    line-height: 1.25;
}

p {
    color: #51545f;
    font-size: 16px;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.section_padding_80_50 {
    padding-top: 80px;
    padding-bottom: 50px;
}

.section_padding_30_80 {
    padding-top: 30px;
    padding-bottom: 80px;
}

.section_padding_80_0 {
    padding-top: 80px;
    padding-bottom: 0;
}

.section_padding_0_80 {
    padding-top: 0;
    padding-bottom: 80px;
}

img {
    max-width: 100%;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

#scrollUp {
    bottom: 55px;
    font-size: 14px;
    right: 50%;
    width: 30px;
    background-color: #fc6c3f;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: -15px;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    outline: none;
}

li {
    list-style: none;
}

.heading_text > p {
    font-size: 16px;
}

.heading_text > h2 {
    font-weight: 500;
    color: #333;
}

.heading_text > h3 {
    color: #b4b4b4;
    font-size: 90px;
    font-weight: 100;
    margin: 0;
}

.font-shadow-into-light {
    font-family: 'Shadows Into Light Two', cursive !important;
}

.yummy-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.yummy-table-cell {
    display: table-cell;
    vertical-align: middle;
}

#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.yummy-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running yummy-load;
    animation: 2000ms linear 0s normal none infinite running yummy-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #fc6c3f;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}

@-webkit-keyframes yummy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes yummy-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* --------------------
:: 2.0 Top Header Area CSS
-------------------- */

.top_header_area {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #ebebeb;
}

.top_header_area .top_social_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_header_area .top_social_bar > a {
    font-size: 12px;
    color: #232d37;
    margin-right: 30px;
}

.top_header_area .top_social_bar > a:hover {
    color: #fc6c3f;
}

.top_header_area .top_social_bar > a:last-of-type {
    margin-right: 0;
}

.top_header_area .signup-search-area {
    height: 40px;
    position: relative;
    z-index: 3;
}

.top_header_area .signup-search-area a {
    font-size: 13px;
    color: #222;
}

.top_header_area .signup-search-area .login a {
    margin-right: 13px;
    border-right: 2px solid #c2c2c2;
    padding-right: 13px;
}

.top_header_area .signup-search-area .search_button {
    margin-left: 54px;
}

#searchBtn {
    position: relative;
    z-index: 8;
}

.search-hidden-form {
    position: absolute;
    width: 100%;
    z-index: 4;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    opacity: 0;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
    font-size: 12px;
}

.search-hidden-form.search-form-open {
    z-index: 18;
    opacity: 1;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
}

.search-hidden-form #search-anything {
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
    top: 5px;
    position: relative;
    padding: 5px 10px;
}

.search-hidden-form span {
    line-height: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    text-align: center;
    top: 5px;
    right: 0;
    border: 1px solid #ddd;
    color: #888;
    cursor: pointer;
    z-index: 5;
    font-size: 13px;
    border-left: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.search-hidden-form span:hover {
    color: #000;
}

/* --------------------
:: 3.0 Menu Area CSS
-------------------- */

.navbar.navbar-expand-lg {
    padding: 0;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px 30px;
    color: #232d37;
    text-transform: uppercase;
    font-size: 14px;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar.navbar-expand-lg .navbar-nav .active .nav-link {
    color: #fc6c3f;
}

.dropdown-item {
    font-weight: 500;
    color: #232d37;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fc6c3f;
    text-decoration: none;
    background-color: #f8f9fa;
}

/* --------------------
:: 4.0 Wellcome Area CSS 
-------------------- */

.welcome-single-slide {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.welcome-single-slide .project_title a > h5 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.welcome-single-slide .project_title {
    position: absolute;
    content: "";
    bottom: -300px;
    left: 0;
    z-index: 3;
    background: rgba(252, 108, 63, 0.7);
    padding: 30px;
    width: 100%;
    height: auto;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
}

.welcome-single-slide:hover .project_title {
    bottom: 0;
}

.welcome-single-slide .post-date-commnents a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.welcome-single-slide .post-date-commnents a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.welcome-single-slide .post-date-commnents a:first-child {
    margin-right: 30px;
}

.welcome-single-slide .post-date-commnents a:first-child:after {
    width: 2px;
    height: 80%;
    content: '';
    position: absolute;
    top: 10%;
    right: -14px;
    z-index: 2;
    background-color: #fff;
}

.welcome-post-sliders {
    position: relative;
    z-index: 1;
}

.welcome-post-sliders .owl-prev {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0;
    cursor: url(img/core-img/back.png), auto !important;
    z-index: 9;
}

.welcome-post-sliders .owl-next {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    right: 0;
    cursor: url(img/core-img/next.png), auto !important;
}

/* --------------------
:: 5.0 Top Feature Area CSS 
-------------------- */

.categories_area {
    padding: 80px 0 50px 0;
}

.single_catagory {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single_catagory img {
    border-radius: 20px;
}

.catagory-title {
    width: 200px;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    text-align: center;
    border-radius: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_catagory:hover .catagory-title {
    background-color: #fc6c3f;
}

.catagory-title a > h5 {
    margin-bottom: 0;
    line-height: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_catagory:hover .catagory-title a > h5 {
    color: #fff;
}

/* --------------------
:: 6.0 Blog Area CSS 
-------------------- */

.post-thumb img {
    border-radius: 30px;
    margin-bottom: 30px;
}

.post-meta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post-author a,
.post-date a,
.post-favourite a,
.post-comments a,
.post-share a {
    color: #b5aec4;
    font-size: 14px;
}

.post-author a:hover,
.post-date a:hover,
.post-favourite a:hover,
.post-comments a:hover,
.post-share a:hover {
    color: #000;
}

.post-favourite a,
.post-comments a {
    margin-right: 15px;
}

.post-author a {
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

.post-author a:after {
    width: 2px;
    height: 60%;
    content: '';
    position: absolute;
    top: 20%;
    right: -14px;
    z-index: 2;
    background-color: #b5aec4;
}

.single-post {
    margin-bottom: 30px;
}

.single-post h2,
.single-post h4 {
    margin: 10px 0;
    color: #232d37;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: capitalize;
}

.single-post h2:hover,
.single-post h4:hover {
    color: #fc6c3f;
}

.single-post p {
    color: #51545f;
}

.single-post .read-more {
    font-size: 12px;
    color: #b5aeba;
    display: inline-block;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 40px;
    min-width: 170px;
    line-height: 40px;
    text-align: center;
}

.single-post .read-more:hover {
    color: #000;
    border: 1px solid #000;
}

/* List Blog Area CSS */

.list-blog.single-post .post-thumb,
.list-blog.single-post .post-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    margin-right: 15px;
}

.list-blog.single-post .post-content {
    margin-right: 0;
    margin-left: 15px;
    margin-bottom: 30px;
}

.list-blog.single-post {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.blog_area .col-12:last-of-type .list-blog.single-post {
    margin-bottom: 0;
    border-bottom: none;
}

.blog_area .col-12:last-of-type .list-blog.single-post .post-thumb img {
    margin-bottom: 0;
}

/* --------------------
:: 7.0 Instagram Area CSS 
-------------------- */

.instagram_gallery_item {
    position: relative;
    z-index: 1;
}

.instagram_gallery_item img {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}

.instagram_gallery_item .hover_overlay {
    background: rgba(252, 108, 63, 0.7);
    height: 100%;
    left: 0;
    opacity: 0;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
    position: absolute;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
    z-index: 5;
}

.instagram_gallery_item:hover .hover_overlay {
    opacity: 1;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
}

.instagram_gallery_item .follow-me a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.instargram_area {
    position: relative;
    z-index: 1;
}

.instargram_area .owl-prev {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    left: 0;
    cursor: url(img/core-img/back.png), auto !important;
    z-index: 9;
}

.instargram_area .owl-next {
    position: absolute;
    width: 10%;
    background-color: transparent;
    height: 100%;
    top: 0;
    right: 0;
    cursor: url(img/core-img/next.png), auto !important;
}

/* --------------------
:: 8.0 Footer Social Area CSS 
-------------------- */

.footer-social-area {
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-icon > a {
    color: #51545f;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-icon > a:hover {
    color: #fc6c3f;
}

.single-icon > a > i {
    font-size: 16px;
    padding-right: 12px;
}

.footer-content {
    padding: 50px 0 65px 0;
    border-bottom: 1px solid #eeeeee;
}

.footer-logo-area .yummy-logo {
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 60px;
    margin-bottom: 0;
    padding: 0 0 20px 0;
    display: inline-block;
    color: #232d37;
}

.copy_right_text {
    width: 100%;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.copy_right_text > p {
    font-size: 14px;
    color: #b5aec4;
    margin-bottom: 0;
}

.footer_area .navbar.navbar-expand-lg .navbar-nav .nav-link {
    padding-bottom: 0;
}

/* --------------------
:: 9.0 Goole Map Area CSS
-------------------- */

#googleMap {
    height: 620px;
    width: 100%;
}

/* --------------------
:: 10.0 Sidebar Area CSS
-------------------- */

/* About me */

.single-widget-area {
    margin-bottom: 50px;
}

.widget-title > h6 {
    background: #fee2d9;
    height: 40px;
    width: 100%;
    line-height: 40px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.about-me-widget-thumb img {
    height: 200px;
    width: 200px;
    margin: auto;
    border-radius: 50%;
}

.about-me-widget h4 {
    margin: 15px 0;
    font-weight: 400;
}

.about-me-widget p {
    color: #51545f;
    margin-bottom: 0;
}

/* subscribe_follow_area */

.subscribe-link > a {
    font-size: 14px;
    color: #51545f;
    padding: 0 15px;
}

.subscribe-link > a:hover {
    color: #fc6c3f;
}

.subscribe-link {
    padding-top: 20px;
}

/* popular post */

.popular-post-widget .single-populer-post img {
    margin-right: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    -ms-flex-item-align: center;
    align-self: center;
}

.popular-post-widget .single-populer-post:last-of-type img {
    margin-bottom: 0;
}

.popular-post-widget .single-populer-post img {
    width: calc(50% - 10px);
}

.popular-post-widget .single-populer-post img,
.popular-post-widget .single-populer-post .post-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.popular-post-widget .single-populer-post .post-content {
    margin-left: 10px;
}

.popular-post-widget .single-populer-post .post-content > p {
    font-size: 14px;
    color: #b5aec4;
    font-weight: 400;
    margin-bottom: 0;
}

/* Add Widget */

.add-widget .add-widget-area {
    position: relative;
    z-index: 1;
}

.add-widget .add-widget-area img {
    border-radius: 30px;
}

.add-widget .add-widget-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: rgba(30, 29, 29, 0.8);
    z-index: 1;
    border-radius: 30px
}

.add-widget .add-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.add-widget .add-text h2,
.add-widget .add-text p {
    color: #fff;
}

.add-widget .add-text p {
    font-size: 14px;
}

.add-widget .add-text a {
    min-width: 130px;
    height: 40px;
    border: 1px solid #fc6c3f;
    color: #fc6c3f;
    font-size: 12px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 40px;
}

.add-widget .add-text a:hover {
    border: 1px solid #fc6c3f;
    color: #fff;
    background-color: #fc6c3f;
}

/* Newsletter Widget CSS */

.newsletter-widget p {
    font-size: 14px;
}

.newsletter-form {
    position: relative;
    z-index: 1;
}

.newsletter-form input {
    width: 100%;
    height: 40px;
    background-color: #f5f5f8;
    border: 1px solid #e1e1e1;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 14px;
    color: #b5aec4;
}

.newsletter-form button {
    width: 40px;
    height: 40px;
    background-color: #fc6c3f;
    border: none;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
}

/* --------------------
:: 11.0 Breadcumb Area CSS
-------------------- */

.breadcumb-area {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.breadcumb-area:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(35, 45, 55, 0.7);
    z-index: -1;
}

.breadcumb-area .bradcumb-title h2 {
    font-size: 48px;
    color: #fff;
}

.breadcumb-nav .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    margin-top: 30px;
}

.breadcumb-nav .breadcrumb .breadcrumb-item a {
    color: #232d37;
    font-size: 16px;
}

.breadcrumb-item + .breadcrumb-item:before {
    content: "\f105";
    font-family: 'FontAwesome'
}

/* --------------------
:: 12.0 Paginatio Area CSS
-------------------- */

.pagination-area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.pagination-area .pagination .page-link {
    color: #51545f;
    margin: 0 2.5px;
}

.pagination-area .pagination .page-item.active .page-link,
.pagination-area .pagination .page-link:focus,
.pagination-area .pagination .page-link:hover {
    color: #fff;
    background-color: #fc6c3f;
    border-color: transparent;
}

.pagination-area .page-status p,
.contact-info-area .single-contact-info p {
    margin-bottom: 0;
}

/* --------------------
:: 13.0 Contact Area CSS
-------------------- */

.contact-form .form-control,
.comment-form .form-control {
    border: 1px solid #ebebeb;
    height: 50px;
}

.contact-form .form-control:focus,
.comment-form .form-control:focus {
    border: 1px solid #000;
}

.contact-form textarea.form-control,
.comment-form textarea.form-control {
    height: 130px;
}

.contact-btn {
    margin-top: 50px;
    width: 160px;
    height: 40px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    background-color: #fc6c3f;
    border-radius: 30px;
}

.contact-btn:hover {
    color: #fff;
    background-color: #d43f10;
}

.contact-form-sidebar {
    background-size: cover;
    background-position: center center;
}

/* -------------------- 
:: 14.0 Single Blog CSS
-------------------- */

.single-post-share-info a {
    width: 30px;
    display: block;
    height: 30px;
    background-color: #ddd;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
}

.single-post-share-info a i {
    line-height: 30px;
}

.single-post-share-info a.facebook {
    background-color: #4c65a8;
}

.single-post-share-info a.facebook:hover {
    background-color: #3555ac;
}

.single-post-share-info a.twitter {
    background-color: #41a1f6;
}

.single-post-share-info a.twitter:hover {
    background-color: #087ee6;
}

.single-post-share-info a.googleplus {
    background-color: #f43535;
}

.single-post-share-info a.googleplus:hover {
    background-color: #e20707;
}

.single-post-share-info a.instagram {
    background-color: #8f6247;
}

.single-post-share-info a.instagram:hover {
    background-color: #6d4025;
}

.single-post-share-info a.pinterest {
    background-color: #f0c605;
}

.single-post-share-info a.pinterest:hover {
    background-color: #a88c0a;
}

.yummy-blockquote {
    padding-left: 30px;
    border-left: 2px solid #fc6c3f;
}

.yummy-blockquote h5 {
    font-size: 18px;
}

.yummy-blockquote h6 {
    font-size: 14px;
    text-transform: uppercase;
}

.br-30 {
    border-radius: 30px !important;
}

.single_blog_area ul li {
    position: relative;
    z-index: 1;
    color: #51545f;
    margin-bottom: 15px;
    padding-left: 30px;
}

.single_blog_area ul li:before {
    position: absolute;
    content: '\f111';
    left: 0;
    top: 5px;
    font-family: 'FontAwesome';
    font-size: 8px;
    color: #fc6c3f;
}

.tags-area {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.tags-area a {
    color: #292f3b;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #ebebeb;
    display: inline-block;
    margin-bottom: 3px;
}

.tags-area a:hover {
    color: #fff;
    background-color: #fc6c3f;
}

.related-post-area {
    border-bottom: 1px solid #ebebeb;
}

.related-post-area .single-post {
    margin-bottom: 0;
}

.related-post-slider .post-content h6 {
    line-height: 1.5;
    margin-bottom: 0;
}

.related-post-slider .post-thumb img {
    margin-bottom: 10px;
}

.related-post-slider .owl-prev,
.related-post-slider .owl-next {
    position: absolute;
    top: -60px;
    border: 1px solid #ebebeb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 30px;
    background-color: #fff;
}

.related-post-slider .owl-next {
    right: 0;
}

.comment_area {
    border-bottom: 1px solid #ebebeb;
}

.single_comment_area {
    position: relative;
    z-index: 1;
}

.single_comment_area:after {
    position: absolute;
    width: 1px;
    height: 90%;
    background-color: #ebebeb;
    left: 100px;
    top: 0;
    z-index: 2;
    content: ''
}

.single_comment_area ol li.single_comment_area {
    margin-left: 130px;
}

.single_comment_area ol li.single_comment_area:after {
    display: none;
}

.comment-wrapper {
    margin-bottom: 30px;
}

.comment-wrapper .comment-author {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 60px;
}

.single_comment_area ol li.single_comment_area .comment-wrapper .comment-author {
    margin-right: 30px;
}

.comment-wrapper .comment-author img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment-wrapper .comment-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.comment-wrapper .comment-date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comment-wrapper .comment-content h5 {
    font-size: 18px;
    margin: 5px 0;
}

.comment-wrapper .comment-content a {
    min-width: 80px;
    height: 30px;
    border: 1px solid #ebebeb;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #232d37;
    display: inline-block;
}

.comment-wrapper .comment-content a.active {
    color: #fff;
    background-color: #fc6c3f;
}

/* Bg Pattern */
.bg-pattern {
    background-attachment: fixed;
    background-position: center center;
    background-image: url(img/bg-img/bg-pattern.jpg);
    position: relative;
    background-size: cover;
    z-index: 1;
}
.bg-pattern:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    background-color: rgba(255, 255, 255, 0.95);
    z-index: -1;
}

#pattern-switcher {
	width: 120px;
	background-color: #fc6c3f;
	position: fixed;
	top: 15%;
	z-index: 9999;
	cursor: pointer;
	height: 50px;
    right: 0;
    color: #fff;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

#pattern-switcher.pattern-remove {
    right: -200px;
}

#pattern-switcher:hover {
	background-color: #e3410e;
}

#patter-close > i {
	position: fixed;
	width: 20px;
	height: 20px;
	background-color: #111;
	font-size: 11px;
	line-height: 20px;
	border-radius: 50%;
	right: 110px;
	top: calc(15% - 10px);
	text-align: center;
	z-index: 99999;
	color: #fff;
	cursor: pointer;
}

/* =======================
   TEMA BAR DO JAPA
   ======================= */

:root {
    
    --japa-bg-dark: #6B3A2C;  /* marrom mais claro */
    --japa-bg-light: #F9E4C8;       /* bege claro/cardápio */
    --japa-accent-yellow: #F4B000;  /* amarelo chopp */
    --japa-accent-green: #44BBA4;   /* verde drink */
    --japa-accent-pink: #E65C8A;    /* rosa drink */
    --japa-text-dark: #1F1F1F;
    --japa-text-light: #FFFFFF;
}

/* Fundo geral mais aconchegante */
body {
    background-color: var(--japa-bg-light);
    color: var(--japa-text-dark);
}

/* Top bar e header/rodapé com marrom de bar */
.top_header_area {
    border-bottom: none;
    background-color: var(--japa-bg-dark);
}

.top_header_area .top_social_bar > a,
.top_header_area .signup-search-area a {
    color: var(--japa-text-light);
}

.header_area,
.footer_area {
    background-color: var(--japa-bg-dark);
    color: var(--japa-text-light);
}

/* Logo “Bar do Japa” em amarelo chopp */
.logo_area .yummy-logo,
.footer-logo-area .yummy-logo {
    color: var(--japa-accent-yellow);
}

/* Menu */
.navbar.navbar-expand-lg .navbar-nav .nav-link {
    color: var(--japa-text-light);
}

.navbar.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar.navbar-expand-lg .navbar-nav .active .nav-link {
    color: var(--japa-accent-yellow);
}

/* Botão do menu no mobile (hambúrguer) */
.navbar-toggler {
    background-color: var(--japa-accent-yellow);
    color: var(--japa-text-dark);
    border: none;
}

/* Slides de destaque – overlay em degradê marrom/amarelo */
.welcome-single-slide .project_title {
    background: linear-gradient(
        90deg,
        rgba(59, 30, 22, 0.92),
        rgba(244, 176, 0, 0.85)
    );
}

/* Cards de categoria com bordas mais arredondadas e hover verde */
.single_catagory img {
    border-radius: 24px;
}

.single_catagory .catagory-title {
    background-color: rgba(255,255,255,0.95);
}

.single_catagory:hover .catagory-title {
    background-color: var(--japa-accent-green);
}

.single_catagory:hover .catagory-title a > h5 {
    color: var(--japa-text-light);
}

/* Botões (ex: "Ler mais", contato, etc.) em amarelo */
.single-post .read-more,
.contact-btn {
    border-radius: 999px;
    background-color: var(--japa-accent-yellow);
    border: 1px solid var(--japa-accent-yellow);
    color: var(--japa-text-dark);
    font-weight: 600;
}

.single-post .read-more:hover,
.contact-btn:hover {
    background-color: var(--japa-bg-dark);
    border-color: var(--japa-bg-dark);
    color: var(--japa-text-light);
}

/* Hover das áreas Instagram em rosa/verde */
.instagram_gallery_item .hover_overlay {
    background: linear-gradient(
        135deg,
        rgba(230, 92, 138, 0.85),
        rgba(68, 187, 164, 0.85)
    );
}

/* Rodapé – ícones em amarelo no hover */
.footer-social-area .single-icon > a {
    color: #ddd;
}

.footer-social-area .single-icon > a:hover {
    color: var(--japa-accent-yellow);
}

/* =====================================================
   AJUSTES AVANÇADOS DO TEMA "BAR DO JAPA"
   ===================================================== */

/* Tipografia Moderna */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body, p, a, span, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}

/* =====================================
   SLIDER - LEGIBILIDADE E DESTAQUE
   ===================================== */

.welcome-single-slide img {
    object-fit: cover;
    height: 90vh;
}

.project_title {
    background: linear-gradient(
        90deg,
        rgba(59, 30, 22, 0.85),
        rgba(244, 176, 0, 0.75)
    );
    padding: 18px 24px !important;
    border-radius: 8px;
    max-width: 85%;
}

.project_title h5 {
    font-size: 22px;
    font-weight: 700;
    color: var(--japa-text-light);
}

/* Remove espaçamentos quebrados */
.post-meta p, .post-date-commnents {
    margin: 0 !important;
}

/* =====================================
   CATEGORIAS — efeito moderno
   ===================================== */

.single_catagory {
    border-radius: 16px;
    overflow: hidden;
}

.single_catagory img {
    transition: 0.3s ease;
}

.single_catagory:hover img {
    transform: scale(1.08);
}

.catagory-title h5 {
    font-weight: 700;
}

/* =====================================
   BOTÕES MODERNOS
   ===================================== */

.read-more, .btn, button, .yummy-btn {
    border-radius: 40px !important;
    padding: 10px 26px !important;
    font-weight: 600 !important;
    font-size: 15px;
    background: var(--japa-accent-yellow) !important;
    border: none !important;
    color: var(--japa-bg-dark) !important;
    transition: 0.25s ease;
}

.read-more:hover, .btn:hover, button:hover, .yummy-btn:hover {
    background: var(--japa-bg-dark) !important;
    color: var(--japa-text-light) !important;
    transform: translateY(-2px);
}

/* =====================================
   AJUSTES DE SIDEBAR
   ===================================== */

.blog-sidebar .widget-title h6 {
    color: var(--japa-accent-yellow);
    font-weight: 700;
}

.about-me-widget-thumb img {
    border-radius: 12px;
}

/* =====================================
   RODAPÉ — contraste + organização
   ===================================== */

.footer_area {
    background: var(--japa-bg-dark);
}

.footer-logo-area .yummy-logo {
    font-size: 32px;
    color: var(--japa-accent-yellow) !important;
}

.footer-social-area a {
    color: var(--japa-text-light) !important;
    transition: 0.2s ease;
}

.footer-social-area a:hover {
    color: var(--japa-accent-yellow) !important;
}

/* =====================================
   HEADER — melhorar legibilidade 
   ===================================== */

.top_header_area a, 
.header_area .nav-link {
    color: var(--japa-text-light) !important;
}

.header_area .nav-link:hover {
    color: var(--japa-accent-yellow) !important;
}

/* =====================================
   MOBILE — otimizações finais reais
   ===================================== */

@media (max-width: 767px) {

    .welcome-single-slide img {
        height: 55vh;
    }

    .project_title {
        max-width: 100%;
        padding: 14px 18px !important;
    }

    .project_title h5 {
        font-size: 18px;
    }

    .logo_area .yummy-logo {
        font-size: 32px !important;
        margin-top: 10px;
    }

    .navbar-toggler {
        background: var(--japa-accent-yellow);
        color: var(--japa-bg-dark);
        border-radius: 8px;
        padding: 6px 12px;
    }

    .single_catagory img {
        height: auto;
    }

    .post-headline {
        font-size: 22px;
    }
}

 /* ============================
   SEÇÃO CATEGORIES - BAR DO JAPA
   ============================ */

.categories_area {
    padding: 80px 0 50px 0;
}

/* Título da seção */
.categories-eyebrow {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--japa-accent-yellow);
    font-weight: 600;
}

.categories-title {
    margin-top: 6px;
    font-size: 28px;
    color: var(--japa-bg-dark);
    font-weight: 700;
}

/* Card base (aproveita .single_catagory que já existe) */
.category-card {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* título/descrição dentro do card */
.category-card .catagory-title {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 14px 18px;
    background-color: transparent;
    text-align: left;
}

.category-card .catagory-title h5 {
    margin-bottom: 4px;
    font-size: 18px;
}

.category-card .category-desc {
    display: block;
    font-size: 14px;
    color: #555;
}

/* Hover geral do card */
.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* Cores por categoria */
.category-karaoke .catagory-title h5 {
    color: var(--japa-accent-pink);
}

.category-jogos .catagory-title h5 {
    color: var(--japa-accent-green);
}

.category-happy .catagory-title h5 {
    color: var(--japa-accent-yellow);
}

.category-drinks .catagory-title h5 {
    color: var(--japa-accent-yellow);
}

.category-ambiente .catagory-title h5 {
    color: var(--japa-bg-dark);
}

/* Mobile: mais compacto */
@media (max-width: 767px) {
    .category-card {
        margin-bottom: 20px;
    }

    .category-card img {
        height: 190px;
    }

    .categories-title {
        font-size: 24px;
    }
}

/* =======================================================
   SEÇÃO BLOG - BAR DO JAPA (VISUAL PREMIUM)
   ======================================================= */

/* Card principal */
.japa-post-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transition: transform .25s ease, box-shadow .25s ease;
}

.japa-post-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.22);
}

/* Imagem */
.japa-post-thumb img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

/* Conteúdo */
.japa-post-content {
    padding: 28px;
}

/* Meta */
.japa-post-meta {
    font-size: 14px;
    color: #6a6a6a;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.japa-post-meta .dot {
    font-weight: bold;
}

/* Título */
.japa-post-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
    color: var(--japa-bg-dark);
}

/* Botão */
.japa-btn {
    border-radius: 40px;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 15px;
    background: var(--japa-accent-yellow);
    color: var(--japa-bg-dark);
    display: inline-block;
    transition: .25s ease;
}

.japa-btn:hover {
    background: var(--japa-bg-dark);
    color: var(--japa-text-light);
    transform: translateY(-2px);
}

/* SIDEBAR */
.japa-sidebar {
    margin-top: 40px;
}

.japa-widget {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    padding: 20px 24px;
    margin-bottom: 28px;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.12);
}

/* Título do widget */
.japa-widget .widget-title {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--japa-accent-yellow);
    margin-bottom: 18px;
}

/* Logo do widget */
.japa-widget-logo {
    width: 160px;
    margin: 0 auto 12px auto;
    display: block;
}

.japa-widget-name {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

/* SOCIAL */
.japa-social {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 10px;
}

.japa-social a {
    font-size: 18px;
    color: var(--japa-bg-dark);
    transition: .2s;
}

.japa-social a:hover {
    color: var(--japa-accent-yellow);
}

/* RESPONSIVO */
@media (max-width: 767px) {

    .japa-post-thumb img {
        height: 240px;
    }

    .japa-post-title {
        font-size: 24px;
    }

    .japa-post-content {
        padding: 20px;
    }

    .japa-sidebar {
        margin-top: 10px !important;
    }
}

/* =====================================
   HEADER INLINE — LOGO + MENU NA MESMA LINHA
   ===================================== */

/* navbar fixa no topo */
.header_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: var(--japa-bg-dark);
}

/* como a header é fixed, dá espaço no body */
body{
    padding-top: 60px; /* altura média da navbar */
}

/* linha do header */
.header_area .header-inline{
    min-height: 90px;            /* altura média final */
    gap: 18px;                   /* aproxima logo do menu */
}

/* link do logo (sem padding gigante) */
.header_area .yummy-logo{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

/* tamanho ideal do logo desktop */
.header_area .logo-japa{
    height: 64px;                /* IDEAL desktop */
    width: auto;
    display: block;
}

/* menu mais compacto */
.header_area .navbar-nav .nav-link{
    padding: 8px 14px;           /* aproxima itens */
    font-size: 15px;
    letter-spacing: 0.06em;
    border-radius: 6px;
}

/* hover + ativo mantendo seu tema */
.header_area .navbar-nav .nav-item.active > .nav-link,
.header_area .navbar-nav .nav-link:hover{
    color: var(--japa-accent-yellow) !important;
    background-color: rgba(244,176,0,0.10);
}
/* Força o hamburguer na direita (sem quebrar o desktop) */
.header_area .navbar-toggler {
    margin-left: auto !important;
    align-items: center;
}

/* sombra suave quando rolar (fica bonito com fixed) */
.header_area.is-sticky{
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}

/* Espaço acima do slider para não colar na navbar */
.welcome-post-sliders {
    margin-top: 25px; /* ajuste fino */
}
/* =====================================================
   MELHORIAS DA SEÇÃO "Experiências do Bar do Japa"
   ===================================================== */

/* Ajuste geral da seção */
.categories_area {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Container dos cards */
.category-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    transition: all 0.25s ease;
    position: relative;
    transform: translateY(0);
}

/* Hover moderno */
.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

/* Imagens padronizadas */
.category-card img {
    width: 100%;
    height: 230px;        /* altura fixa para todos os cards */
    object-fit: cover;    /* recorte bonito sem distorcer */
    border-radius: 18px 18px 0 0;
    transition: 0.3s ease;
}

/* Zoom suave */
.category-card:hover img {
    transform: scale(1.06);
}

/* Área do título e descrição */
.category-card .catagory-title {
    position: relative;
    padding: 18px 20px;
    background: #fff;
    text-align: left;
    border-radius: 0 0 18px 18px;
}

/* Título */
.category-card .catagory-title h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--japa-bg-dark);
}

/* Descrição */
.category-card .category-desc {
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

/* Títulos da seção */
.categories-eyebrow {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--japa-accent-yellow);
    font-weight: 600;
}

.categories-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--japa-bg-dark);
    margin-top: 8px;
}

/* Espaço entre os cards */
.categories_area .col-12,
.categories_area .col-md-6,
.categories_area .col-lg-4 {
    margin-bottom: 26px;
}

/* MOBILE */
@media (max-width: 767px) {

    /* Cards mais compactos */
    .category-card {
        border-radius: 16px;
    }

    /* Imagem menor */
    .category-card img {
        height: 190px;
    }

    /* Título menor */
    .category-card .catagory-title h5 {
        font-size: 18px;
    }

    /* Espaçamento */
    .categories_area {
        padding-top: 40px;
    }
}

/* =====================================================
   SEÇÃO "Experiências do Bar do Japa" — PACK COMPLETO
   (visual moderno + textos sem quebrar)
   ===================================================== */

/* Seção */
.categories_area {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Espaço entre cards */
.categories_area .col-12,
.categories_area .col-md-6,
.categories_area .col-lg-4 {
    margin-bottom: 26px;
}

/* Card base */
.categories_area .category-card {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    transform: translateY(0);
}

/* Hover premium */
.categories_area .category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

/* Imagem padronizada */
.categories_area .category-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 18px 18px 0 0;
    transition: transform 0.3s ease;
}

/* Zoom leve no hover */
.categories_area .category-card:hover img {
    transform: scale(1.06);
}

/* =====================================================
   RESET TOTAL do template antigo QUE QUEBRAVA TEXTO
   (classe original tinha width/height fixo e absolute)
   ===================================================== */
.categories_area .catagory-title {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    background: transparent !important;
    border-radius: 0 0 18px 18px !important;

    padding: 18px 20px !important;
    text-align: left !important;

    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 110px; /* garante altura igual sem cortar texto */
}

/* Título do card */
.categories_area .catagory-title h5 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 !important;
    color: var(--japa-bg-dark);
    line-height: 1.2;
    white-space: normal;   /* permite quebrar bonitinho */
    word-break: normal;    /* evita quebra feia */
}

/* Descrição */
.categories_area .catagory-title .category-desc {
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 1.4;
    white-space: normal;   /* permite quebra natural */
    word-break: normal;
}

/* Título da seção */
.categories-eyebrow {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--japa-accent-yellow);
    font-weight: 600;
}

.categories-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--japa-bg-dark);
    margin-top: 8px;
}

/* =====================================================
   CORES POR CATEGORIA (todas as opções)
   ===================================================== */
.categories_area .category-karaoke .catagory-title h5 {
    color: var(--japa-accent-pink);
}

.categories_area .category-jogos .catagory-title h5 {
    color: var(--japa-accent-green);
}

.categories_area .category-happy .catagory-title h5 {
    color: var(--japa-accent-yellow);
}

.categories_area .category-drinks .catagory-title h5 {
    color: var(--japa-accent-yellow);
}

.categories_area .category-ambiente .catagory-title h5 {
    color: var(--japa-bg-dark);
}

/* =====================================================
   MOBILE — compacto e sem quebrar texto
   ===================================================== */
@media (max-width: 767px){

    .categories_area {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .categories_area .category-card {
        border-radius: 16px;
    }

    .categories_area .category-card img {
        height: 190px;
    }

    .categories_area .catagory-title {
        padding: 14px 16px !important;
        min-height: 95px; /* menor no mobile, mas sem cortar */
    }

    .categories_area .catagory-title h5 {
        font-size: 18px;
    }

    .categories_area .catagory-title .category-desc {
        font-size: 13px;
    }

    .categories-title {
        font-size: 24px;
    }
}

/* =====================================================
   FOOTER — Estilo alinhado ao navbar (tema Bar do Japa)
   ===================================================== */

.footer-area {
    background: var(--japa-bg-dark); /* igual ao navbar */
    color: var(--japa-text-light);
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
    border-top: 4px solid rgba(255,255,255,0.08);
}

/* Texto principal */
.footer-area p,
.footer-area span,
.footer-area a {
    color: var(--japa-text-light) !important;
    font-size: 14px;
    margin: 0;
    opacity: 0.9;
}

/* Separação sutil entre blocos */
.copy_right_text {
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.10);
}

/* Nome do editor */
.footer-editor {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    opacity: 0.7;
}

/* Ícone de coração */
.footer-area i.fa-heart-o {
    color: var(--japa-accent-yellow);
}

/* MOBILE */
@media (max-width: 767px){
    .footer-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .copy_right_text p {
        font-size: 13px;
    }

    .footer-editor {
        font-size: 12px;
    }
}

/* =====================================================
   SEÇÃO BLOG / SIDEBAR — REFINO PREMIUM BAR DO JAPA
   ===================================================== */

.japa-blog {
    padding-top: 10px;
}

/* Card principal (post) já está bom, só ajusta respiro */
.japa-post-card {
    border-radius: 22px;
    overflow: hidden;
}

/* Sidebar alinhada certinho com o post */
.japa-sidebar {
    margin-top: 0;
}

/* Widgets com o mesmo padrão visual */
.japa-widget {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 18px;
    padding: 22px 24px;
    margin-bottom: 22px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.10);
}

/* Título do widget */
.japa-widget .widget-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--japa-accent-yellow);
    margin-bottom: 16px;
}

/* =====================================================
   REDES SOCIAIS — MAIS BONITO E MAIS "CLICKÁVEL"
   ===================================================== */

.japa-social {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 6px;
}

/* Botão base */
.japa-social .social-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;

    background: var(--japa-bg-dark);
    color: var(--japa-text-light);
    font-size: 20px;

    transition: transform .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}

/* Hover geral */
.japa-social .social-btn:hover {
    transform: translateY(-3px);
    background: var(--japa-accent-yellow);
    color: var(--japa-bg-dark);
    box-shadow: 0 7px 16px rgba(0,0,0,0.22);
}

/* Cores por rede (só no hover para ficar elegante) */
.japa-social .social-btn.facebook:hover { background: #1877f2; color: #fff; }
.japa-social .social-btn.google:hover   { background: #ea4335; color: #fff; }
.japa-social .social-btn.linkedin:hover { background: #0a66c2; color: #fff; }
.japa-social .social-btn.instagram:hover{
    background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af);
    color: #fff;
}

/* =====================================================
   RESPONSIVO — sidebar e redes sociais
   ===================================================== */
@media (max-width: 991px){
    .japa-sidebar {
        margin-top: 24px;
    }
}

@media (max-width: 767px){
    .japa-widget {
        padding: 18px 18px;
    }

    .japa-social .social-btn {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}

/* =====================================================
   BLOG / SIDEBAR — AJUSTES MOBILE (1,2,4,5,6,7)
   ===================================================== */

/* (4) mais respiro entre seções no mobile */
@media (max-width: 767px){
    .blog_area{
        padding-top: 20px !important;
        padding-bottom: 60px !important;
    }
}

/* (5) sombra mais leve no card principal no mobile */
@media (max-width: 767px){
    .japa-post-card{
        box-shadow: 0 6px 18px rgba(0,0,0,0.10) !important;
        transform: none !important;
    }
}

/* =====================================================
   ACCORDION SIDEBAR — SOMENTE MOBILE (FIX DESKTOP)
   ===================================================== */

/* estrutura base (neutra no desktop) */
.japa-accordion .accordion-title{
    position: relative;
    padding-right: 0;
    cursor: default;
}

/* NÃO mostra seta no desktop */
.japa-accordion .accordion-title::after{
    content: none;
}

/* corpo sempre aberto no desktop */
.japa-accordion .accordion-body{
    max-height: none;
    opacity: 1;
    overflow: visible;
    transition: none;
}

/* ---- MOBILE: AÍ SIM VIRA ACCORDION ---- */
@media (max-width: 767px){

    .japa-accordion .accordion-title{
        padding-right: 22px;
        cursor: pointer;
    }

    .japa-accordion .accordion-title::after{
        content: "▾";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        opacity: 0.8;
        transition: transform .2s ease;
    }

    /* começa fechado */
    .japa-accordion .accordion-body{
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height .25s ease, opacity .25s ease;
    }

    .japa-accordion.is-open .accordion-body{
        max-height: 1200px;
        opacity: 1;
    }

    .japa-accordion.is-open .accordion-title::after{
        transform: rotate(180deg);
    }
}

/* =====================================================
   SIDEBAR DESKTOP — evitar widgets gigantes
   ===================================================== */
@media (min-width: 992px){
    .japa-social{
        justify-content: center;
    }
}

/* =====================================
   FLOATING SOCIAL — desktop + mobile
   ===================================== */

.floating-social{
    position: fixed;
    right: 16px;
    bottom: 16px;
    display: flex;              /* agora aparece em desktop também */
    flex-direction: column;
    gap: 10px;
    z-index: 99999;
}

/* botão base */
.floating-social .fs-btn{
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 26px;
    text-decoration: none;

    box-shadow: 0 10px 24px rgba(0,0,0,0.25);
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

/* hover desktop */
.floating-social .fs-btn:hover{
    transform: translateY(-3px) scale(1.05);
    filter: brightness(1.08);
    box-shadow: 0 14px 30px rgba(0,0,0,0.32);
}

/* CORES OFICIAIS */
.floating-social .fs-btn.whatsapp{
    background: #25D366;
}
.floating-social .fs-btn.facebook{
    background: #1877F2;
}
.floating-social .fs-btn.instagram{
    background: radial-gradient(circle at 30% 110%,
        #fdf497 0%, #fdf497 5%, #fd5949 45%,
        #d6249f 60%, #285AEB 90%);
}

/* EFEITO “WHATS CHAMANDO” (pulse) */
.floating-social .fs-btn.whatsapp{
    animation: whatsappPulse 1.6s infinite;
}

@keyframes whatsappPulse{
    0%   { transform: scale(1);   box-shadow: 0 0 0 0 rgba(37,211,102,.55); }
    70%  { transform: scale(1.07);box-shadow: 0 0 0 14px rgba(37,211,102,0); }
    100% { transform: scale(1);   box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* MOBILE: um pouco menor pra não atrapalhar */
@media (max-width: 767px){
    .floating-social{
        right: 10px;
        bottom: 12px;

        display: flex;
        flex-direction: row !important;   /* AGORA FICAM LADO A LADO */
        gap: 10px;

        z-index: 99999;
    }

    .floating-social .fs-btn{
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}



/* =====================================================
   SIDEBAR / WIDGETS — AJUSTE VISUAL FINAL (desktop + mobile)
   ===================================================== */

/* 1) Menos branco, mais tema do site */
.japa-sidebar .japa-widget{
    background: rgba(249, 228, 200, 0.95) !important; /* bege do tema */
    border: 1px solid rgba(59, 30, 22, 0.12) !important;
    box-shadow: 0 8px 22px rgba(0,0,0,0.10) !important;
}

/* 2) Centralizar conteúdo e deixar mais “apresentável” */
.japa-sidebar .japa-widget{
    text-align: center;
}

/* título do widget mais alinhado */
.japa-sidebar .japa-widget .widget-title{
    text-align: left;            /* título alinhado na esquerda */
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
}

/* 3) Destacar logo */
.japa-sidebar .japa-widget-logo{
    width: 170px !important;
    max-width: 70%;
    margin: 6px auto 10px auto !important;
    display: block;
    padding: 8px;
    background: rgba(255,255,255,0.65);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    transform: translateY(0);
    transition: 0.25s ease;
}

/* nome centralizado e com mais presença */
.japa-sidebar .japa-widget-name{
    font-size: 22px !important;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--japa-bg-dark);
}

/* texto do sobre com melhor leitura */
.japa-sidebar .japa-widget p{
    text-align: left;
    color: #3a3a3a;
    line-height: 1.55;
}

/* redes sociais centralizadas */
.japa-sidebar .japa-social{
    justify-content: center !important;
}

/* =====================================================
   4) CHAMAR ATENÇÃO NO MOBILE QUANDO ABRIR O BLOCO
   (pisca suave + borda amarela + logo dá “lift”)
   ===================================================== */

@keyframes japaFlash {
    0%   { background-color: rgba(249, 228, 200, 0.95); }
    50%  { background-color: rgba(244, 176, 0, 0.22); } /* amarelo leve */
    100% { background-color: rgba(249, 228, 200, 0.95); }
}

@media (max-width: 767px){

    /* quando o acordeon abrir, pisca suave e destaca borda */
    .japa-accordion.is-open{
        border: 2px solid var(--japa-accent-yellow) !important;
        animation: japaFlash 0.9s ease-in-out 1;
    }

    /* logo ganha destaque ao abrir */
    .japa-accordion.is-open .japa-widget-logo{
        transform: translateY(-4px) scale(1.03);
        box-shadow: 0 10px 22px rgba(0,0,0,0.18);
        background: rgba(255,255,255,0.85);
    }

    /* toque nos botões sociais dá “pulo” */
    .japa-social .social-btn:active{
        transform: scale(0.92);
    }
}

/* =====================================================
   5) Desktop: hover elegante no bloco inteiro
   ===================================================== */
@media (min-width: 992px){
    .japa-sidebar .japa-widget:hover{
        transform: translateY(-4px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.16) !important;
    }

    .japa-sidebar .japa-widget:hover .japa-widget-logo{
        transform: translateY(-3px) scale(1.02);
    }
}

/* =====================================================
   CONTATO + MAPA — tema Bar do Japa com contraste
   ===================================================== */

.japa-contact-area{
    background: var(--japa-bg-dark);      /* mesmo marrom do navbar */
    color: var(--japa-text-light);
    border-top: 4px solid rgba(255,255,255,0.06);
    border-bottom: 4px solid rgba(255,255,255,0.06);
}

.contact-eyebrow{
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--japa-accent-yellow);
    font-weight: 600;
}

.contact-title{
    margin-top: 6px;
    font-size: 30px;
    color: var(--japa-text-light);
    font-weight: 700;
}

/* cards do contato */
.contact-card{
    background: rgba(249, 228, 200, 0.96); /* bege do tema */
    color: var(--japa-text-dark);
    border-radius: 18px;
    padding: 22px 22px;
    height: 100%;
    box-shadow: 0 10px 28px rgba(0,0,0,0.20);
}

/* titulo do card */
.contact-card-title{
    font-size: 20px;
    font-weight: 700;
    color: var(--japa-bg-dark);
    margin-bottom: 14px;
}

/* inputs */
.japa-contact-area .form-control{
    border-radius: 12px;
    border: 1px solid rgba(59,30,22,0.20);
    height: 48px;
    font-size: 15px;
    background: #fff;
}

.japa-contact-area textarea.form-control{
    height: auto;
    padding-top: 12px;
}

/* foco bonito */
.japa-contact-area .form-control:focus{
    border-color: var(--japa-accent-yellow);
    box-shadow: 0 0 0 3px rgba(244,176,0,0.25);
}

/* botão */
.japa-contact-btn{
    margin-top: 10px;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    background: var(--japa-accent-yellow);
    color: var(--japa-bg-dark);
    transition: .2s ease;
}

.japa-contact-btn:hover{
    background: #fff;
    color: var(--japa-bg-dark);
    transform: translateY(-2px);
}

/* mapa */
.map-wrap{
    width: 100%;
    height: 320px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid rgba(59,30,22,0.10);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

.map-wrap iframe{
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.9) contrast(1.05);
}

/* infos do mapa */
.contact-info{
    margin-top: 12px;
    font-size: 14px;
    color: #333;
}

/* mobile */
@media (max-width: 767px){
    .contact-title{
        font-size: 24px;
    }
    .map-wrap{
        height: 260px;
    }
}

/* =====================================================
   CONTATO — blocos escuros, fundo do site claro
   ===================================================== */

/* Área de contato continua clara */
.japa-contact-area{
    background: #f7e3c9; /* seu fundo atual */
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Eyebrow */
.contact-eyebrow{
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--japa-accent-yellow);
    font-weight: 600;
}

/* Título */
.contact-title{
    font-size: 30px;
    font-weight: 700;
    color: var(--japa-bg-dark);
}

/* =====================================================
   BLOCO DO FORM + MAPA — AGORA ESCUROS (IGUAL NAVBAR)
   ===================================================== */

.contact-card{
    background: var(--japa-bg-dark);          /* marrom escuro */
    color: #fff;                              /* texto branco */
    border-radius: 18px;
    padding: 25px 25px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.25);
    border: 1px solid rgba(255,255,255,0.08);
}

/* título do bloco */
.contact-card-title{
    font-size: 20px;
    font-weight: 700;
    color: var(--japa-accent-yellow);
    margin-bottom: 16px;
}

/* =====================================================
   INPUTS — tema escuro elegante
   ===================================================== */

.japa-contact-area .form-control{
    border-radius: 12px;
    border: none;
    background: #ffffff;
    height: 46px;
    font-size: 15px;
    color: #333;
}

.japa-contact-area textarea.form-control{
    height: auto;
    padding-top: 12px;
}

.japa-contact-area .form-control:focus{
    box-shadow: 0 0 0 3px rgba(244,176,0,0.35);
    border-color: var(--japa-accent-yellow);
}

/* BOTÃO */
.japa-contact-btn{
    margin-top: 12px;
    width: 100%;
    height: 48px;
    border-radius: 999px;
    border: none;
    background: var(--japa-accent-yellow);
    color: var(--japa-bg-dark);
    font-weight: 700;
    transition: .2s ease;
}

.japa-contact-btn:hover{
    background: #fff;
    color: var(--japa-bg-dark);
    transform: translateY(-3px);
}

/* =====================================================
   MAPA — borda + recorte bonito
   ===================================================== */

.map-wrap{
    width: 100%;
    height: 330px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.15);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10);
}

.map-wrap iframe{
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(0.95) contrast(1.05);
}

/* texto dentro da card do mapa */
.contact-info{
    margin-top: 14px;
    font-size: 15px;
    color: #eee;
}

/* MOBILE */
@media (max-width: 767px){
    .contact-title{
        font-size: 24px;
    }
    .map-wrap{
        height: 260px;
    }
}

/* =====================================================
   TEXTURA DE MADEIRA PREMIUM — leve e moderna
   ===================================================== */

/* textura sutil em overlay */
.contact-card{
    position: relative;
    overflow: hidden;
}

/* imagem aplicada via pseudo-elemento para permitir opacidade suave */
.contact-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("img/textura/madeira.jpg"); /* coloque a textura na pasta */
    background-size: cover;
    background-position: center;
    opacity: 0.13;                 /* intensidade da textura (ajuste 0.05–0.20) */
    pointer-events: none;
}

/* mantém o conteúdo da card por cima */
.contact-card *{
    position: relative;
    z-index: 2;
}

/* mantém o fundo original escuro sob a textura */
.contact-card{
    background: var(--japa-bg-dark);
    border-radius: 18px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

/* reforço da leitura do texto */
.contact-card-title{
    color: var(--japa-accent-yellow) !important;
}

.contact-card p,
.contact-info p{
    color: #f2f2f2 !important;
}

/* =====================================================
   SLIDER — TEXTO SEMPRE VISÍVEL (fixo)
   ===================================================== */

/* deixa o overlay sempre no lugar */
.welcome-single-slide .project_title{
    bottom: 0 !important;          /* <- isso resolve o sumiço */
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
}

/* garante que o hover não altere comportamento */
.welcome-single-slide:hover .project_title{
    bottom: 0 !important;
}

/* =====================================================
   MELHORIA VISUAL DO LOGO (sem mover posição)
   ===================================================== */

/* Ajusta o tamanho com limite elegante */
.logo-japa{
    height: 90px;               /* tamanho ideal e consistente */
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.25)); /* sombra sutil */
    transition: transform .25s ease, filter .25s ease;
}

/* Dá um realce suave quando o usuário passa o mouse */
.yummy-logo:hover .logo-japa{
    transform: scale(1.06);     /* cresce 6% */
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.35));
}

/* Melhor integração com navbar fixa */
.header_area{
    background: var(--japa-bg-dark); /* mantém a paleta do site */
}

/* Ajuste do alinhamento vertical */
.navbar .logo-japa{
    margin-top: 4px;
}

/* =====================================================
   PÁGINA MENU
   ===================================================== */

.japa-menu-hero{
    position: relative;
    width: 100%;
    min-height: 60vh;
    background-image: url("img/fundo/fundosite.jpg"); /* TROQUE pela sua imagem de fundo */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0; /* não cria espaço extra */
}

.menu-hero-overlay{
    background: rgba(59, 30, 22, 0.70); /* overlay marrom igual navbar */
    min-height: 60vh;
    display: flex;
    align-items: center;
    padding: 60px 0;
}

.menu-eyebrow{
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--japa-accent-yellow);
    font-weight: 600;
}

.menu-title{
    margin-top: 8px;
    font-size: 40px;
    color: #fff;
    font-weight: 800;
}

.menu-subtitle{
    margin-top: 10px;
    color: #f2f2f2;
    font-size: 18px;
}

/* Conteúdo do menu */
.japa-menu-content{
    background: var(--japa-bg-light);
}

.menu-section-title{
    font-size: 28px;
    font-weight: 800;
    color: var(--japa-bg-dark);
    margin-bottom: 8px;
}

.menu-section-text{
    color: #444;
    font-size: 16px;
}

/* Placeholder */
.menu-placeholder{
    background: #fff;
    border-radius: 16px;
    padding: 50px 20px;
    text-align: center;
    border: 2px dashed rgba(59,30,22,0.25);
    color: #666;
}

/* Mobile */
@media (max-width: 767px){
    .japa-menu-hero,
    .menu-hero-overlay{
        min-height: 48vh;
    }

    .menu-title{
        font-size: 28px;
    }

    .menu-subtitle{
        font-size: 16px;
    }
}

/* =====================================================
   INSTAGRAM / POSTS — todas as fotos no mesmo tamanho
   ===================================================== */

/* Cada item do carrossel vira um "card" com altura fixa */
.instargram_area .instagram_gallery_item{
    height: 260px;          /* altura padrão no desktop */
    overflow: hidden;       /* corta o excesso sem distorcer */
    border-radius: 14px;    /* opcional: fica mais bonito */
}

/* A imagem ocupa o card inteiro mantendo proporção */
.instargram_area .instagram_gallery_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* preenche e recorta sem esticar */
    display: block;
}

/* Telas grandes: um pouco mais alto */
@media (min-width: 1400px){
    .instargram_area .instagram_gallery_item{
        height: 300px;
    }
}

/* Tablet */
@media (max-width: 991px){
    .instargram_area .instagram_gallery_item{
        height: 220px;
    }
}

/* Smartphone */
@media (max-width: 767px){
    .instargram_area .instagram_gallery_item{
        height: 180px;
        border-radius: 12px;
    }
}




/* =====================================================
   RODAPÉ — marrom #6F3A2E + textura madeira leve
   (mantém exatamente o visual que você aprovou)
   ===================================================== */

.footer-area{
    position: relative;
    background: #6F3A2E !important;       /* Cor correta */
    border-top: 1px solid rgba(59,30,22,0.25) !important;
    padding: 25px 0 !important;
    border-radius: 14px 14px 0 0 !important;
    overflow: hidden !important;

    /* sombra igual ao contato */
    box-shadow: 
        inset 0 0 0 1px rgba(255,255,255,0.25),
        0 -6px 18px rgba(0,0,0,0.22) !important;
}

/* textura igual contato */
.footer-area::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("img/textura/madeira.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.22 !important;   /* igual menu e contato */
    pointer-events: none;
    border-radius: 14px 14px 0 0;
}

/* conteúdo do footer por cima */
.footer-area *{
    position: relative;
    z-index: 2;
}

/* Mobile fix – manter footer visível sempre */
@media (max-width: 767px){
    .footer-area{
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        margin-top: 40px !important;
        z-index: 2 !important;
    }
}

/* =====================================================
   NAVBAR — faixa texturizada full width
   conteúdo centralizado no meio
   ===================================================== */

.nav-slab{
    position: relative;

    /* ocupa a tela inteira */
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    background: #6F3A2E !important;
    border-top: 1px solid rgba(59,30,22,0.25) !important;
    border-bottom: 1px solid rgba(59,30,22,0.25) !important;

    padding: 8px 0 !important;   /* espaço vertical da faixa */
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,0.20),
        0 6px 18px rgba(0,0,0,0.22) !important;
}

/* textura full width */
.nav-slab::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("img/textura/madeira.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.22 !important;
    pointer-events: none;
}

/* wrapper interno: mantém conteúdo no meio */
.nav-slab-inner{
    position: relative;
    z-index: 2;

    max-width: 1140px;   /* mesma pegada do container */
    margin: 0 auto;
    padding: 0 12px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* BRAND dentro da faixa */
.slab-brand{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    margin-right: auto !important;
}

/* MENU à direita */
.slab-menu{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    margin-left: auto !important;
}

.slab-menu,
.slab-menu .nav-link{
    background: transparent !important;
}

/* Botão hamburguer */
.slab-toggler{
    border: none;
    background: transparent;
    color: #fff;
    padding: 6px 8px;
    margin-left: auto !important;
}

/* =====================================================
   MOBILE — mantém conteúdo no meio e faixa full width
   ===================================================== */

@media (max-width: 991px){

    .nav-slab-inner{
        flex-wrap: wrap;
        padding: 0 10px;
    }

    .slab-brand{ order: 1; }
    .slab-toggler{ order: 2; }

    .slab-collapse{
        order: 3;
        width: 100%;
        margin-top: 8px;
    }

    .slab-menu{
        flex-direction: column;
        width: 100%;
        padding: 6px 0;
        gap: 0;
    }

    .slab-menu .nav-link{
        width: 100%;
        text-align: center;
        padding: 10px 18px;
    }

    .logo-japa{ height: 60px; }
}


/* =====================================================
   LETREIRO “BAR DO JAPA” — DOURADO PREMIUM (COR CERVEJA)
   ===================================================== */

.logo-neon{
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.06em;

    /* DOURADO PREMIUM */
    background: linear-gradient(180deg, #FFD77A 0%, #E6A842 45%, #CF8A2E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* brilho suave */
    text-shadow:
        0 0 6px rgba(255,200,60,0.45),
        0 0 12px rgba(255,150,0,0.35),
        0 2px 4px rgba(0,0,0,0.35);

    white-space: nowrap;
}

/* MOBILE — versão menor */
@media (max-width: 767px){
    .logo-neon{
        font-size: 22px;
        letter-spacing: 0.04em;
    }
}


/* =====================================================
   MOBILE — layout perfeito no smartphone
   ===================================================== */

@media (max-width: 991px){

    .nav-slab{
        flex-wrap: wrap;
        padding: 10px !important;
    }

    /* ORDEM correta */
    .slab-brand{
        order: 1;
    }

    .slab-toggler{
        order: 2;
    }

    .slab-collapse{
        order: 3;
        width: 100%;
        margin-top: 8px;
    }

    /* menu vira coluna */
    .slab-menu{
        flex-direction: column;
        width: 100%;
        padding: 6px 0;
        gap: 0;
    }

    .slab-menu .nav-link{
        width: 100%;
        text-align: center;
        padding: 10px 18px;
    }

    /* Ajuste do logo */
    .logo-japa{
        height: 60px;
    }
}

/* =====================================
   FIX FOOTER NO MOBILE
   (remove altura fixa do template e garante exibição)
   ===================================== */
@media (max-width: 767px){

    .footer-area{
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        position: relative !important;
        z-index: 2 !important;
        margin-top: 40px !important;
    }

    .copy_right_text{
        height: auto !important;          /* tira o height 70px antigo */
        flex-direction: column !important;/* empilha texto */
        padding: 14px 10px !important;
        gap: 6px;
    }

    .copy_right_text p,
    .copy_right_text span{
        line-height: 1.4;
        text-align: center;
    }
}
