/*
Theme Name: Exhibition Stand Hire
Author: Aman
Description: Your description goes here
Version: 2.0
Template: generatepress

This is the child theme for GeneratePress theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&display=swap');

h1, h2, h3, h4 {
    font-family: 'Bricolage Grotesque', sans-serif !important;
}


.elementor-869 .elementor-element.elementor-element-4f2d803b .elementskit-btn{
    transition: all .3s ease;
    box-shadow: 5px 5px 0 #000 !important;
}

.elementor-869 .elementor-element.elementor-element-4f2d803b .elementskit-btn:hover{
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 0 #000 !important;
}


body{
    background-color: #f4efe6 !important;
    background-image:
        linear-gradient(rgba(0,0,0,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,0,0,0.06) 1px, transparent 1px);
    background-size: 80px 80px !important;
}

.elementor .e-9e6258c-73cb4eb {
	transition: all .3s ease;
    box-shadow: 5px 5px 0 #000 !important;
}

.elementor .e-9e6258c-73cb4eb:hover{
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 0 #000 !important;
}


.site-content,
.content-area,
.inside-article{
    background: transparent !important;
}






.venue-marquee{
    width:100%;
    overflow:hidden;
    background:transparent;
    padding-top:0px !important;
	padding-bottom:20px !important;
}

.venue-track{
    display:flex;
    width:max-content;
    gap:20px;
    animation: marquee 25s linear infinite;
}

.venue-track span{
    display:flex;
    align-items:center;
    justify-content:center;
    white-space:nowrap;
    padding:12px 24px;
    border:1px solid rgba(0,0,0,0.12);
    background:#f4efe6;
    color:#15130f;
    font-size:16px;
    font-weight:600;
    border-radius:999px;
}

@keyframes marquee{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}




.hover-card,
.hover-card *{
    transition: all .3s ease;
}

.hover-card:hover{
    background:#15130F !important;
}

.hover-card:hover *{
    color:#F4EFE6 !important;
}



.dark-grid{
    background-color:#15130F;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size:80px 80px;
}






.custom-faq-section{
    max-width:1500px;
    margin:auto;
    padding:20px 0px;
    
}

.faq-item{
    border-bottom:1px solid rgba(0,0,0,.15);
    padding:15px 0;
}

.faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    gap:30px;
}

.faq-question h3{
    margin:0;
    font-size:20px;
    font-weight:600;
    line-height:1.2;
    color:#111;
}

.faq-icon{
    width:36px;
    height:36px;
    min-width:36px;
    border:1px solid #111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    font-weight:400;
    transition:.3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
}

.faq-answer p{
    margin:25px 0 0;
    max-width:800px;
    font-size:18px;
    line-height:1.8;
    color:#444;
}

.faq-item.active .faq-answer{
    max-height:300px;
}

.faq-item.active .faq-icon{
    background:#F15A22;
    color:#000;
    border-color:#F15A22;
}

@media(max-width:1024px){

    .faq-question h3{
        font-size:22px;
    }

    .faq-answer p{
        font-size:18px;
    }
}

@media(max-width:767px){

    .custom-faq-section{
        background-size:20px 20px;
    }

    .faq-item{
        padding:20px 20px;
    }

    .faq-question h3{
        font-size:18px;
    }

    .faq-answer p{
        font-size:16px;
        line-height:1.7;
    }

    .faq-icon{
        width:32px;
        height:32px;
        min-width:32px;
        font-size:22px;
    }
}





.elementor-element-a2d868f .e-button-base{
    transition: all .3s ease;
    box-shadow: 5px 5px 0 #9e3e19 !important;
}

.elementor-element-a2d868f .e-button-base:hover{
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 0 #9e3e19 !important;
}


.elementor-element.elementor-element-ab081ca .e-button-base{
    transition: all .3s ease;
    box-shadow: 5px 5px 0 #000 !important;
}

.elementor-element.elementor-element-ab081ca .e-button-base:hover{
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 0 #000 !important;
}


.elementor-element.elementor-element-823b34a .e-button-base{
    transition: all .3s ease;
    box-shadow: 5px 5px 0 #9e3e19 !important;
}

.elementor-element.elementor-element-823b34a .e-button-base:hover{
    transform: translate(-2px,-2px);
    box-shadow: 5px 5px 0 #9e3e19 !important;
}

/* Single Blog Post Design */
.single-post .site-main article {
    background: #f4efe6;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

/* Title */
.single-post .entry-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
    margin-bottom: 20px;
}

/* Meta */
.single-post .entry-meta {
    background: #f4efe6;
    padding: 0px 0px;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* Featured Image */
.single-post .post-image img,
.single-post .featured-image img {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

/* Content */
.single-post .entry-content {
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
}

/* Headings */
.single-post .entry-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #111827;
}
/* Headings */
.single-post .entry-content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #111827;
}

.single-post .entry-content h3 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
}

/* Paragraph */
.single-post .entry-content p {
    margin-bottom: 12px;
}

/* List */
.single-post .entry-content ul li,
.single-post .entry-content ol li {
    margin-bottom: 12px;
}

/* Table of Contents */
.single-post .rank-math-toc-block,
.single-post #ez-toc-container {
    background: #f8fafc;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #e5e7eb;
}

/* Author Box */
.single-post .author-box {
    background: #f8fafc;
    border-radius: 15px;
    padding: 25px;
    margin-top: 50px;
}

/* Mobile */
@media(max-width:768px){

.single-post .site-main article{
    padding:20px;
}

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

.single-post .entry-content{
    font-size:15px;
}

.single-post .entry-content h2{
    font-size:28px;
}

}

.ekit-wid-con .elementskit-blog-block-post {
    padding-top: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
    background-color: #f4efe6 !important;
	margin-bottom: 20px !important;
}

.elementor-880 .elementor-element.elementor-element-acb3647 .elementskit-entry-header .entry-title {
    margin-bottom: 10px;
}

.elementor-880 .elementor-element.elementor-element-acb3647 .post-meta-list {
    margin-bottom: 5px;
}

/* ===== Sidebar Container ===== */

#right-sidebar .inside-right-sidebar{
    position: sticky;
    top: 100px;
}

/* ===== Widget Box ===== */

#right-sidebar .widget{
    background:#f4efe6;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
	padding: 20px;
    margin-bottom:10px;
    border:1px solid rgba(0,0,0,.05);
}

/* ===== Widget Title ===== */

#right-sidebar .wp-block-heading{
    margin:0;
    padding:0px 0px;
    background:#f4efe6 !important;
    font-size:20px;
    font-weight:700;
    border-bottom:1px solid #e5e5e5;
}

/* ===== Recent Posts List ===== */

#right-sidebar .wp-block-latest-posts{
    background:#f4efe6 !important;
    padding:10px !important;
}

/* ===== Individual Post ===== */

#right-sidebar .wp-block-latest-posts li{
    display:flex;
    flex-direction:column;
    gap:8px;
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #ececec;
}

#right-sidebar .wp-block-latest-posts li:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

/* ===== Image ===== */

#right-sidebar .wp-block-latest-posts__featured-image{
    width:100%;
    margin:0 !important;
}

#right-sidebar .wp-block-latest-posts__featured-image img{
    width:100%;
    max-width:100% !important;
    max-height:none !important;
    height:150px !important;
    object-fit:cover;
    border-radius:14px;
    transition:.4s;
}

#right-sidebar .wp-block-latest-posts li:hover img{
    transform:scale(1.04);
}

/* ===== Post Title ===== */

#right-sidebar .wp-block-latest-posts__post-title{
    font-size:20px;
    line-height:1.4;
    font-weight:700;
    color:#111;
    text-decoration:none;
    transition:.3s;
}

#right-sidebar .wp-block-latest-posts__post-title:hover{
    color:#e8541e;
}

/* ===== Date ===== */

#right-sidebar .wp-block-latest-posts__post-date{
    color:#777;
    font-size:14px;
    margin-top:5px;
}

/* ===== Hover Effect ===== */

#right-sidebar .widget:hover{
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

/* ===== Mobile ===== */

@media(max-width:768px){

#right-sidebar{
    width:100% !important;
}

#right-sidebar .wp-block-latest-posts__featured-image img{
    height:180px;
}

#right-sidebar .wp-block-latest-posts__post-title{
    font-size:18px;
}

}