.elementor-1142 .elementor-element.elementor-element-a6bfda4{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1142 .elementor-element.elementor-element-6f8a134{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;text-align:center;}.elementor-1142 .elementor-element.elementor-element-6f8a134 .elementor-heading-title{line-height:1.5em;}.elementor-1142 .elementor-element.elementor-element-a933ea4{margin:0px 250px calc(var(--kit-widget-spacing, 0px) + 60px) 250px;text-align:center;}@media(max-width:1024px){.elementor-1142 .elementor-element.elementor-element-a6bfda4{--margin-top:0px;--margin-bottom:90px;--margin-left:0px;--margin-right:0px;}.elementor-1142 .elementor-element.elementor-element-6f8a134 .elementor-heading-title{font-size:30px;}.elementor-1142 .elementor-element.elementor-element-a933ea4{margin:0px 50px calc(var(--kit-widget-spacing, 0px) + 50px) 50px;}}@media(max-width:767px){.elementor-1142 .elementor-element.elementor-element-6f8a134 .elementor-heading-title{font-size:25px;}.elementor-1142 .elementor-element.elementor-element-a933ea4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}}/* Start custom CSS for html, class: .elementor-element-4c7dd80 */.hero-section{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
    padding:100px 8%;
    min-height:100vh;
    background:#f8f1ea;
    overflow:hidden;
}

.hero-content{
    flex:1;
    max-width:600px;
}

.hero-tag{
    display:inline-block;
    padding:10px 20px;
    border-radius:50px;
    background:#fff;
    color:#8B5E3C;
    font-weight:600;
    margin-bottom:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.hero-content h1{
    font-size:72px;
    line-height:1.1;
    color:#3d2314;
    margin-bottom:20px;
    font-weight:700;
}

.hero-content p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:15px;
}

.btn-primary{
    background:#8B5E3C;
    color:#fff;
    padding:16px 32px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.btn-primary:hover{
    background:#6f4426;
}

.btn-secondary{
    background:#fff;
    color:#3d2314;
    padding:16px 32px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    border:1px solid #ddd;
}

.hero-gallery{
    flex:1;
    display:flex;
    align-items:center;
    gap:20px;
}

.main-image{
    flex:2;
}

.main-image img{
    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:30px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.small-images{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:20px;
}

.small-images img{
    width:100%;
    height:200px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.10);
    transition:.4s;
}

.small-images img:hover{
    transform:translateY(-8px);
}

@media(max-width:768px){

.hero-section{
    flex-direction:column;
    padding:70px 20px;
}

.hero-content h1{
    font-size:42px;
}

.hero-gallery{
    flex-direction:column;
}

.main-image img{
    height:400px;
}

.small-images{
    width:100%;
    flex-direction:row;
}

.small-images img{
    height:120px;
}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-97bf2ee */.signature-coffee{
    padding:100px 8%;
    background:#FFF9F5;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title span{
    color:#8B5E3C;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-title h2{
    font-size:52px;
    margin-top:15px;
    margin-bottom:15px;
    color:#2E1C11;
    font-weight:700;
}

.section-title p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.coffee-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.coffee-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.coffee-card:hover{
    transform:translateY(-10px);
}

.coffee-card img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.coffee-card h3{
    font-size:24px;
    color:#2E1C11;
    padding:20px 25px 10px;
}

.coffee-card p{
    padding:0 25px 25px;
    color:#666;
    line-height:1.7;
}

@media(max-width:991px){

.coffee-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.coffee-grid{
    grid-template-columns:1fr;
}

.section-title h2{
    font-size:38px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7a6881 */.why-cafe{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:700px;
    background:#fff;
}

.why-left{
    padding:100px 8%;
    background:#4A2C1B;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.sub-title{
    color:#D6A26E;
    font-size:15px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.why-left h2{
    font-size:58px;
    line-height:1.1;
    margin:20px 0;
    font-weight:700;
}

.why-left p{
    color:#ddd;
    line-height:1.9;
    margin-bottom:35px;
}

.feature-list{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.feature-item{
    display:flex;
    gap:18px;
    align-items:flex-start;
}

.feature-item span{
    width:55px;
    height:55px;
    background:#8B5E3C;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.feature-item h4{
    margin-bottom:6px;
    color:#fff;
}

.feature-item p{
    margin:0;
    color:#d5d5d5;
}

.explore-btn{
    margin-top:35px;
    display:inline-block;
    width:max-content;
    background:#D6A26E;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.explore-btn:hover{
    background:#bc8750;
}

.why-right{
    overflow:hidden;
}

.why-right img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media(max-width:991px){

.why-cafe{
    grid-template-columns:1fr;
}

.why-right{
    min-height:500px;
}

}

@media(max-width:768px){

.why-left{
    padding:70px 30px;
}

.why-left h2{
    font-size:40px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41b8e12 */.opening-hours{
    padding:120px 20px;
    background:#F7EEE7;
    text-align:center;
    position:relative;
}

.hours-container{
    max-width:850px;
    margin:auto;
}

.hours-tag{
    display:inline-block;
    background:#fff;
    color:#8B5E3C;
    padding:10px 24px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:25px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.opening-hours h2{
    font-size:64px;
    color:#2E1C11;
    margin-bottom:20px;
    line-height:1.1;
}

.hours-time{
    font-size:72px;
    font-weight:700;
    color:#8B5E3C;
    margin-bottom:25px;
}

.opening-hours p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:18px;
}

.hours-buttons{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:20px;
}

.reserve-btn{
    background:#8B5E3C;
    color:#fff;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.reserve-btn:hover{
    background:#6f4426;
}

.menu-btn{
    background:#fff;
    color:#2E1C11;
    border:1px solid #ddd;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}

.menu-btn:hover{
    background:#f4f4f4;
}

@media(max-width:768px){

.opening-hours{
    padding:80px 20px;
}

.opening-hours h2{
    font-size:42px;
}

.hours-time{
    font-size:42px;
}

.hours-buttons{
    flex-direction:column;
    align-items:center;
}

.reserve-btn,
.menu-btn{
    width:250px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccdb048 */.featured-menu{
    padding:120px 8%;
    background:#fff;
}

.section-header{
    text-align:center;
    margin-bottom:70px;
}

.section-header span{
    color:#8B5E3C;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.section-header h2{
    font-size:56px;
    margin:15px 0;
    color:#2E1C11;
}

.section-header p{
    max-width:650px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.menu-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.menu-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.menu-card:hover{
    transform:translateY(-10px);
}

.menu-card img{
    width:100%;
    height:320px;
    object-fit:cover;
}

.menu-content{
    padding:25px;
}

.menu-content h3{
    color:#2E1C11;
    margin-bottom:10px;
}

.rating{
    color:#D6A26E;
    margin-bottom:12px;
    font-size:18px;
}

.menu-content p{
    color:#666;
    line-height:1.7;
}

.menu-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:25px;
}

.price{
    font-size:24px;
    font-weight:700;
    color:#8B5E3C;
}

.order-btn{
    background:#8B5E3C;
    color:#fff;
    text-decoration:none;
    padding:12px 20px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
}

.order-btn:hover{
    background:#6f4426;
}

@media(max-width:1024px){

.menu-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.menu-grid{
    grid-template-columns:1fr;
}

.section-header h2{
    font-size:38px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dafc1ab */.coffee-banner{
    position:relative;
    min-height:700px;

    background:url('https://theknowbox.com/wp-content/uploads/2026/08/1c.jpg');
    background-size:cover;
    background-position:center;
    background-attachment:fixed;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.banner-content{
    position:relative;
    z-index:2;
    max-width:850px;
    padding:20px;
}

.banner-tag{
    display:inline-block;
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(10px);

    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    margin-bottom:25px;
    font-weight:600;
}

.banner-content h2{
    color:#fff;
    font-size:72px;
    line-height:1.1;
    margin-bottom:25px;
}

.banner-content p{
    color:#ddd;
    font-size:18px;
    line-height:1.8;
    margin-bottom:35px;
}

.banner-btn{
    display:inline-block;
    padding:18px 40px;
    background:#8B5E3C;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:.3s;
}

.banner-btn:hover{
    background:#6f4426;
    transform:translateY(-3px);
}

@media(max-width:768px){

.coffee-banner{
    min-height:550px;
    background-attachment:scroll;
}

.banner-content h2{
    font-size:42px;
}

.banner-content p{
    font-size:16px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ddc2cdc */.testimonials-section{
    padding:120px 8%;
    background:#F7EEE7;
}

.section-heading{
    text-align:center;
    margin-bottom:70px;
}

.section-heading span{
    color:#8B5E3C;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:2px;
}

.section-heading h2{
    font-size:58px;
    color:#2E1C11;
    margin:15px 0;
}

.section-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.testimonial-card{
    background:#fff;
    padding:40px;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.stars{
    color:#D6A26E;
    font-size:22px;
    margin-bottom:20px;
}

.testimonial-card p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

.customer{
    display:flex;
    align-items:center;
    gap:15px;
}

.customer img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}

.customer h4{
    margin:0;
    color:#2E1C11;
}

.customer span{
    color:#888;
    font-size:14px;
}

@media(max-width:991px){

.testimonial-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.section-heading h2{
    font-size:40px;
}

}/* End custom CSS */