.elementor-234939 .elementor-element.elementor-element-d0f1a9c{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-234939 .elementor-element.elementor-element-d0f1a9c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-234939 .elementor-element.elementor-element-64119cc{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-234939 .elementor-element.elementor-element-64119cc > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-234939 .elementor-element.elementor-element-259d303{padding:0px 20px 0px 20px;}.elementor-234939 .elementor-element.elementor-element-17e62ee{padding:0px 150px 0px 150px;}@media(max-width:767px){.elementor-234939 .elementor-element.elementor-element-9a3f647 > .elementor-element-populated{margin:30px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-234939 .elementor-element.elementor-element-17e62ee{padding:0px 0px 0px 0px;}.elementor-234939 .elementor-element.elementor-element-6759fe6{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-234939 .elementor-element.elementor-element-66307d1{width:50%;}.elementor-234939 .elementor-element.elementor-element-9a3f647{width:50%;}}/* Start custom CSS for html, class: .elementor-element-77c25a1 */.walleven-hero{
    position:relative;
    height:500px;
    display:flex;
    align-items:center;
    overflow:hidden;

    /* Fallback Background Image */
    background:url("https://walleven.com.au/wp-content/uploads/2026/07/Banner-Image-2.png") center center/cover no-repeat;
}

/* Background Video */
.hero-video{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:0;
    pointer-events:none;
}

/* Overlay */
.hero-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.58) 0%,
        rgba(0,0,0,.35) 40%,
        rgba(0,0,0,.08) 100%
    );
    z-index:1;
}

/* Content */
.hero-content{
    position:relative;
    max-width:1280px;
    width:100%;
    margin:auto;
    padding:0px 40px;
    color:#fff;
    z-index:2;
    animation:fadeUp 1s ease;
}

/* Tag */
.hero-tag{
    display:inline-block;
    padding:8px 18px;
    background:rgba(255,255,255,.45);
    color:#fff;
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.2);
    border-radius:50px;
    margin-bottom:20px;
    font-size:14px;
    font-weight:600;
}

/* Heading */
.hero-content h1{
    font-size:58px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:20px;
    max-width:650px;
    color:#fff;
}

/* Paragraph */
.hero-content p{
    font-size:18px;
    line-height:1.8;
    max-width:620px;
    color:#fff;
    opacity:.92;
    margin-bottom:35px;
}

/* Buttons */
.hero-buttons{
    display:flex;
    gap:18px;
    margin-bottom:35px;
    flex-wrap:wrap;
}

/* Primary Button */
.btn-primary{
    background:#B88A3B;
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.btn-primary:hover{
    background:#fff;
    color:#B88A3B;
    transform:translateY(-4px);
}

/* Secondary Button */
.btn-secondary{
    padding:16px 34px;
    border:2px solid #fff;
    border-radius:50px;
    text-decoration:none;
    color:#fff;
    transition:.35s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.btn-secondary:hover{
    background:#fff;
    color:#111;
}

/* Features */
.hero-features{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    font-size:15px;
}

.hero-features div{
    background:rgba(255,255,255,.12);
    padding:12px 18px;
    border-radius:40px;
    backdrop-filter:blur(12px);
    color:#fff;
    border:1px solid rgba(255,255,255,.12);
}

/* Animation */
@keyframes fadeUp{
    0%{
        opacity:0;
        transform:translateY(40px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }
}

/* ===========================
   IMAGE / VIDEO MODE
=========================== */

/* Image Only */
.walleven-hero.image-mode .hero-video{
    display:none;
}

/* Video Only */
.walleven-hero.video-mode{
    background:none;
}

/* ===========================
   TABLET
=========================== */

@media(max-width:1024px){

    .walleven-hero{
        height:420px;
    }

    .hero-content h1{
        font-size:48px;
    }

}

/* ===========================
   MOBILE
=========================== */

@media(max-width:768px){

    .walleven-hero{
        height:600px;
        background-position:center;
    }

    .hero-content{
        padding:35px 25px;
        text-align:center;
    }

    .hero-tag{
        margin:auto auto 20px;
    }

    .hero-content h1{
        font-size:36px;
    }

    .hero-content p{
        font-size:16px;
        max-width:100%;
    }

    .hero-buttons{
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
        text-align:center;
    }

    .hero-features{
        justify-content:center;
        gap:15px;
    }

    .hero-features div{
        width:100%;
        text-align:center;
    }

}

/* ===========================
   SMALL MOBILE
=========================== */

@media(max-width:480px){

    .walleven-hero{
        height:560px;
    }

    .hero-content h1{
        font-size:30px;
    }

    .hero-content p{
        font-size:15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68d4972 */.marketplace-section{

padding:50px 20px;

background:#fafafa;

}

.marketplace-container{

max-width:1280px;

margin:auto;

text-align:center;

}

.marketplace-tag{

display:inline-block;

padding:8px 20px;

background:#B88A3B;

color:#fff;

border-radius:50px;

font-size:14px;

margin-bottom:20px;

font-weight:500;

}

.marketplace-container h2{

font-size:42px;

color:#222;

margin-bottom:20px;

}

.marketplace-container p{

max-width:700px;

margin:auto;

font-size:18px;

line-height:1.8;

color:#666;

margin-bottom:50px;

}

.marketplace-logos{

display:flex;

justify-content:center;

gap:30px;

flex-wrap:wrap;

}

.marketplace-card{

width:220px;

height:120px;

background:#fff;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

text-decoration:none;

box-shadow:0 8px 30px rgba(0,0,0,.08);

transition:.35s;

}

.marketplace-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.marketplace-card img{

max-width:120px;

max-height:45px;

transition:.3s;

}

.marketplace-card:hover img{

transform:scale(1.08);

}

@media(max-width:768px){

.marketplace-container h2{

font-size:30px;

}

.marketplace-card{

width:100%;

max-width:320px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b4a571 */.walleven-results{

    padding:50px 20px;
    background:#FAFAF8;

}

.wr-container{

    max-width:1280px;
    margin:auto;

    display:grid;
    grid-template-columns:420px 1fr;
    gap:70px;

    align-items:center;

}

/* LEFT */

.wr-content{

    position:relative;

}

.wr-badge{

    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 22px;

    background:#F8F3EA;

    color:#A8843E;

    border:1px solid rgba(200,169,106,.25);

    border-radius:50px;

    font-size:13px;

    font-weight:600;

    letter-spacing:1.3px;

    text-transform:uppercase;

}

.wr-content h2{

    margin:22px 0 18px;

    font-size:52px;

    line-height:1.1;

    color:#1F1F1F;

    font-weight:700;

}

.wr-content p{

    color:#666;

    font-size:17px;

    line-height:1.8;

    margin-bottom:35px;

}

/* FEATURES */

.wr-features{

    list-style:none;

    padding:0;

    margin:0 0 40px;

}

.wr-features li{

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:18px;

    color:#333;

    font-size:16px;

}

.wr-features svg{

    width:22px;

    height:22px;

    stroke:#C8A96A;

    stroke-width:2.8;

    fill:none;

    flex-shrink:0;

}

/* BUTTON */

.wr-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 34px;

    border-radius:50px;

    background:#C8A96A;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

    box-shadow:0 10px 30px rgba(200,169,106,.35);

}

.wr-btn:hover{

    background:#A8843E;

    transform:translateY(-3px);

    box-shadow:0 18px 45px rgba(168,132,62,.35);

}

/* RIGHT */

.wr-slider{

    position:relative;

    overflow:hidden;

    background:#fff;

    border-radius:28px;

    padding:18px;

    border:1px solid #ECE6DB;

    box-shadow:

    0 8px 25px rgba(0,0,0,.05),

    0 30px 80px rgba(0,0,0,.08);

}

/* GOLD BAR */

.wr-slider:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#A8843E,#C8A96A,#F3E5C8,#C8A96A,#A8843E);

}

/* IMAGE */

.wr-track{

    position:relative;

}

.wr-slide{

    display:none;

}

.wr-slide.active{

    display:block;

    animation:fade .7s;

}

.wr-slide img{

    width:100%;

    display:block;

    border-radius:20px;

    transition:.5s;

}

.wr-slider:hover img{

    transform:scale(1.03);

}

/* DOTS */

.wr-dots{

    display:flex;

    justify-content:center;

    gap:10px;

    margin-top:22px;

}

.wr-dots span{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#D8D8D8;

    transition:.35s;

    cursor:pointer;

}

.wr-dots span.active{

    width:34px;

    border-radius:30px;

    background:#C8A96A;

}

/* FADE */

@keyframes fade{

from{

opacity:0;

transform:translateY(15px);

}

to{

opacity:1;

transform:translateY(0);

}

}

/* TABLET */

@media(max-width:1024px){

.wr-container{

grid-template-columns:1fr;

gap:45px;

}

.wr-content{

text-align:center;

}

.wr-features{

display:inline-block;

text-align:left;

}

.wr-content h2{

font-size:42px;

}

}

/* MOBILE */

@media (max-width: 767px){

    .walleven-results{
        padding:50px 16px;
    }

    .wr-container{
        gap:25px;   /* Pehle 45px ya 70px tha */
    }

    .wr-content{
        margin-bottom:0;
    }

    .wr-content h2{
        font-size:32px;
        margin:12px 0;
    }

    .wr-content p{
        margin:0 0 20px;
        font-size:15px;
        line-height:1.6;
    }

    .wr-btn{
        margin-top:10px;
    }

    .wr-slider{
        padding:10px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be1623e */.problem-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    list-style:none;
    padding:0;
    margin:30px 0;
}

.problem-list li{
    display:1280px;
    align-items:center;
    gap:12px;
    font-size:17px;
    font-weight:600;
    color:#222;
}

.problem-list svg{
    width:42px;
    height:42px;
    flex-shrink:0;
    color:#D95B2B;
    background:#FFF3ED;
    padding:8px;
    border-radius:12px;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition:.3s;
}

.problem-list li:hover svg{
    background:#D95B2B;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:991px){
    .problem-list{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:767px){
    .problem-list{
        grid-template-columns:repeat(2,1fr);
        gap:15px;
    }

    .problem-list li{
        font-size:15px;
    }

    .problem-list svg{
        width:38px;
        height:38px;
        padding:7px;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-0477eaa */.wall-problems{

max-width:1280px;

margin:auto;

padding:50px 20px;

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.problem-image img{

width:100%;

display:block;

border-radius:18px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

transition:.4s;

}

.problem-image:hover img{

transform:scale(1.02);

}

.problem-content h2{

font-size:48px;

font-weight:700;

margin:15px 0 20px;

line-height:1.15;

color:#222;

}

.problem-content p{

font-size:18px;

color:#666;

line-height:1.8;

margin-bottom:35px;

}

.problem-list{

list-style:none;

padding:0;

margin:0 0 40px;

}

.problem-list li{

display:flex;

align-items:center;

gap:15px;

font-size:18px;

font-weight:500;

margin-bottom:18px;

color:#222;

}

.problem-list svg{

width:24px;

height:24px;

stroke:#B88A3B;

stroke-width:2;

fill:none;

}

.problem-bottom{

display:flex;

justify-content:space-between;

align-items:center;

gap:25px;

flex-wrap:wrap;

}

.problem-bottom h3{

font-size:32px;

line-height:1.2;

font-weight:700;

color:#222;

}

.problem-bottom span{

color:#B88A3B;

}

.problem-btn{

background:#111;

color:#fff;

padding:16px 34px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.problem-btn:hover{

background:#B88A3B;

}

/* Tablet */

@media(max-width:1024px){

.wall-problems{

grid-template-columns:1fr;

gap:40px;

}

.problem-content{

text-align:center;

}

.problem-list li{

justify-content:center;

}

.problem-bottom{

justify-content:center;

}

.problem-content h2{

font-size:40px;

}

}

/* Mobile */

@media(max-width:767px){

.wall-problems{

padding:60px 15px;

}

.problem-content h2{

font-size:32px;

}

.problem-content p{

font-size:16px;

}

.problem-list li{

font-size:16px;

}

.problem-bottom{

flex-direction:column;

}

.problem-bottom h3{

font-size:26px;

text-align:center;

}

.problem-btn{

width:100%;

text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3515bd */.walleven-features{
    padding:50px 20px;
    background:linear-gradient(135deg,#f8f5ef,#ffffff,#f4efe6);
    position:relative;
    overflow:hidden;
}

.walleven-features:before{
    content:"";
    width:420px;
    height:420px;
    background:#B88A3B10;
    position:absolute;
    border-radius:50%;
    top:-180px;
    right:-120px;
}

.section-tag{
    display:inline-block;
    padding:8px 18px;
    background:#B88A3B15;
    color:#B88A3B;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:18px;
}

.features-heading{
    max-width:760px;
    margin:auto;
    text-align:center;
    margin-bottom:70px;
    position:relative;
    z-index:2;
}

.features-heading h2{
    font-size:52px;
    font-weight:700;
    line-height:1.15;
    color:#1d1d1d;
    margin-bottom:18px;
}

.features-heading p{
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.features-grid{
    max-width:1280px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    position:relative;
    z-index:2;
}

.feature-card{
    background:#fff;
    border-radius:22px;
    padding:40px 30px;
    text-align:center;
    border:1px solid #eee;
    transition:.4s;
    box-shadow:0 15px 45px rgba(0,0,0,.05);
}

.feature-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 55px rgba(0,0,0,.12);
    border-color:#B88A3B;
}

.feature-icon{
    width:82px;
    height:82px;
    margin:0 auto 25px;
    background:linear-gradient(135deg,#B88A3B,#d6aa55);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.35s;
    box-shadow:0 12px 30px rgba(184,138,59,.30);
}

.feature-card:hover .feature-icon{
    transform:rotate(8deg) scale(1.1);
}

.feature-icon svg{
    width:42px;
    height:42px;
}

.feature-icon svg path,
.feature-icon svg circle,
.feature-icon svg rect{
    stroke:#fff;
    fill:none;
    stroke-width:3;
}

.feature-card h3{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
    font-weight:700;
}

.feature-card p{
    color:#666;
    font-size:16px;
    line-height:1.8;
}

/* Tablet */

@media(max-width:1024px){

.features-grid{
grid-template-columns:repeat(2,1fr);
}

.features-heading h2{
font-size:40px;
}

}

/* Mobile */

@media(max-width:767px){

.walleven-features{
padding:70px 15px;
}

.features-grid{
grid-template-columns:1fr;
gap:18px;
}

.features-heading h2{
font-size:32px;
}

.features-heading p{
font-size:16px;
}

.feature-card{
padding:30px 22px;
}

.feature-icon{
width:68px;
height:68px;
}

.feature-icon svg{
width:34px;
height:34px;
}

.feature-card h3{
font-size:20px;
}

.feature-card p{
font-size:15px;
line-height:1.7;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-be0ed43 */.how-it-works{
    max-width:1280px;
    margin:0px auto;
    padding:50px 20px;
    font-family:'Poppins',sans-serif;
    background:linear-gradient(180deg,#ffffff,#fcfaf6);
    border-radius:36px;
}

.how-header{text-align:center;margin-bottom:70px;}
.section-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#f8f4ec;
    color:#b88a3b;
    font-weight:600;
    letter-spacing:1px;
}
.how-header h2{
    font-size:52px;
    margin:20px 0 15px;
    color:#222;
    line-height:1.15;
}
.how-header p{
    max-width:760px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.how-grid{
    display:grid;
    grid-template-columns:280px repeat(3,1fr);
    gap:30px;
    align-items:start;
}

.product-box{
    position:sticky;
    top:120px;
}

.product-wrapper{
    background:linear-gradient(180deg,#fffdf8,#f8f4ec);
    border:1px solid #efe4cb;
    border-radius:28px;
    padding:30px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.06);
}

.product-label{
    display:inline-block;
    padding:6px 14px;
    border-radius:40px;
    background:#b88a3b;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:1px;
}

.product-wrapper img{
    width:100%;
    max-width:200px;
    margin:22px auto;
    display:block;
    transition:.35s;
}
.product-wrapper:hover img{
    transform:scale(1.06) rotate(-2deg);
}
.product-wrapper h3{
    margin:0;
    font-size:26px;
    color:#222;
}
.product-wrapper p{
    color:#666;
    line-height:1.8;
    margin-top:12px;
}

.step-card{
    position:relative;
    overflow:hidden;
    border-radius:26px;
    background:rgba(255,255,255,.72);
    backdrop-filter:blur(10px);
    border:1px solid rgba(184,138,59,.2);
    box-shadow:0 18px 45px rgba(0,0,0,.07);
    transition:.35s;
}
.step-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#b88a3b,#e5c16f);
}
.step-card:hover{
    transform:translateY(-10px);
    box-shadow:0 30px 60px rgba(0,0,0,.12);
}
.step-badge{
    position:absolute;
    left:20px;
    top:20px;
    background:#b88a3b;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    z-index:2;
}
.step-card img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.4s;
}
.step-card:hover img{transform:scale(1.05);}
.step-content{padding:28px;}
.step-content h3{
    margin:0 0 14px;
    font-size:24px;
    line-height:1.3;
    color:#222;
}
.step-content p{
    margin:0;
    color:#666;
    line-height:1.8;
}

.benefits{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
    margin-top:70px;
}
.benefit-item{
    display:flex;
    align-items:center;
    gap:18px;
    background:#fff;
    border:1px solid #efe4cb;
    border-radius:22px;
    padding:24px;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
    transition:.35s;
    position:relative;
    overflow:hidden;
}
.benefit-item::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:100%;
    background:#b88a3b;
}
.benefit-item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.1);
}
.benefit-icon{
    width:64px;
    height:64px;
    border-radius:18px;
    background:linear-gradient(135deg,#b88a3b,#e5c16f);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.benefit-icon svg{
    width:28px;
    height:28px;
}
.benefit-item h4{
    margin:0 0 6px;
    font-size:21px;
    color:#222;
}
.benefit-item p{
    margin:0;
    color:#666;
    line-height:1.6;
}

.step-card,.benefit-item,.product-wrapper{
    animation:fadeUp .8s ease both;
}
@keyframes fadeUp{
    from{opacity:0;transform:translateY(30px);}
    to{opacity:1;transform:translateY(0);}
}

@media(max-width:1024px){
    .how-it-works{padding:50px 24px;}
    .how-header h2{font-size:42px;}
    .how-grid{grid-template-columns:1fr 1fr;}
    .product-box{
        position:relative;
        top:0;
        grid-column:1/-1;
    }
    .benefits{grid-template-columns:repeat(2,1fr);}
}

@media(max-width:767px){
    .how-it-works{
        margin:40px auto;
        padding:30px 16px;
        border-radius:24px;
    }
    .how-header{margin-bottom:40px;}
    .how-header h2{font-size:34px;}
    .how-header p{font-size:16px;}
    .how-grid{grid-template-columns:1fr;}
    .step-card img{height:220px;}
    .step-content h3{font-size:22px;}
    .benefits{grid-template-columns:1fr;}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43141a9 */*{
margin:0;
padding:0;
box-sizing:border-box;
}

.walleven-about{

max-width:1280px;
margin:auto;
padding:50px 20px;
display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:start;

}

/*==============================
IMAGE
==============================*/

.about-image img{

width:100%;
display:block;
border-radius:12px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
transition:.35s;

}

.about-image:hover img{

transform:scale(1.02);

}

/*==============================
TAG
==============================*/

.section-tag{

display:inline-block;
padding:8px 18px;
background:#B88A3B;
color:#fff;
font-size:13px;
font-weight:600;
letter-spacing:1px;
border-radius:40px;
margin-bottom:22px;

}

/*==============================
HEADINGS
==============================*/

.about-content h2,
.marketplace-container h2{

font-size:48px;
line-height:1.15;
font-weight:700;
color:#222;
margin-bottom:20px;
letter-spacing:-1px;

}

/*==============================
PARAGRAPH
==============================*/

.about-content p,
.marketplace-container p{

font-size:18px;
line-height:1.8;
color:#666;
margin-bottom:40px;
max-width:650px;

}

/*==============================
ICON GRID
==============================*/

.about-icons{

display:grid;
grid-template-columns:repeat(5,1fr);
gap:16px;
margin-bottom:40px;

}

.icon-box{

background:#fff;
border:1px solid #ececec;
border-radius:16px;
padding:22px 12px;
text-align:center;
transition:.35s;
box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.icon-box:hover{

transform:translateY(-8px);
border-color:#B88A3B;
box-shadow:0 18px 40px rgba(0,0,0,.10);

}

.icon-box img{

width:42px;
height:42px;
margin-bottom:15px;

}

.icon-box h4{

font-size:17px;
font-weight:600;
margin-bottom:6px;
color:#222;

}

.icon-box span{

font-size:14px;
color:#777;
line-height:1.5;

}

/*==============================
BUTTONS
==============================*/

.hero-buttons{

display:flex;
gap:15px;
flex-wrap:wrap;

}

.shop-btn{

background:#111;
color:#fff;
padding:16px 38px;
border-radius:50px;
text-decoration:none;
font-weight:600;
transition:.3s;

}

.shop-btn:hover{

background:#B88A3B;

}

.learn-btn{

border:2px solid #111;
color:#111;
padding:16px 38px;
border-radius:50px;
text-decoration:none;
font-weight:600;
transition:.3s;

}

.learn-btn:hover{

background:#111;
color:#fff;

}

/*==============================
TABLET
==============================*/

@media(max-width:1024px){

.walleven-about{

grid-template-columns:1fr;
gap:45px;

}

.about-content{

text-align:center;

}

.about-content p{

margin-left:auto;
margin-right:auto;

}

.about-icons{

grid-template-columns:repeat(3,1fr);

}

.hero-buttons{

justify-content:center;

}

.about-content h2,
.marketplace-container h2{

font-size:40px;

}

}

/*==============================
MOBILE
==============================*/

@media(max-width:767px){

.walleven-about{

padding:60px 15px;

}

.about-content h2,
.marketplace-container h2{

font-size:32px;
line-height:1.2;

}

.about-content p,
.marketplace-container p{

font-size:16px;

}

.about-icons{

grid-template-columns:repeat(2,1fr);

}

.icon-box{

padding:18px 10px;

}

.icon-box img{

width:36px;
height:36px;

}

.icon-box h4{

font-size:15px;

}

.icon-box span{

font-size:13px;

}

.hero-buttons{

flex-direction:column;

}

.shop-btn,
.learn-btn{

width:100%;
text-align:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfc004a */.products-left-column{

position:sticky;
top:120px;

}

.walleven-products-left h2{

font-size:48px;
font-weight:700;
line-height:1.15;
margin:20px 0;
color:#222;

}

.walleven-products-left p{

font-size:18px;
line-height:1.8;
color:#666;
margin-bottom:35px;

}

.product-btn{

display:inline-flex;
align-items:center;
justify-content:center;

padding:16px 34px;

background:#111;
color:#fff;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.product-btn:hover{

background:#B88A3B;

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-cfa920b */.walleven-products-grid{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;

}

/*=====================================
CARD
======================================*/

.walleven-product-card{

background:#fff;
border-radius:24px;
overflow:hidden;
border:1px solid #ececec;

box-shadow:
0 15px 45px rgba(0,0,0,.06);

transition:.35s;

position:relative;

}

.walleven-product-card:hover{

transform:translateY(-8px);

box-shadow:
0 25px 60px rgba(0,0,0,.12);

}

/*=====================================
IMAGE
======================================*/

.product-image{

display:block;

background:#f8f8f8;

padding:10px;

position:relative;

overflow:hidden;

}

.product-image img{

width:100%;
height:320px;
object-fit:contain;

transition:.4s;

display:block;

}

.walleven-product-card:hover img{

transform:scale(1.08);

}

/*=====================================
SALE BADGE
======================================*/

.sale-badge{

position:absolute;

top:20px;
left:20px;

background:#B88A3B;

color:#fff;

padding:8px 16px;

font-size:13px;

font-weight:600;

border-radius:30px;

z-index:5;

}

/*=====================================
CONTENT
======================================*/

.product-content{

padding:10px;

text-align:center;

}

/*=====================================
TITLE
======================================*/

.product-title{

font-size:20px;

font-weight:600;

line-height:1.2;

margin-bottom:12px;

}

.product-title a{

text-decoration:none;

color:#222;

transition:.3s;

}

.product-title a:hover{

color:#B88A3B;

}

/*=====================================
PRICE
======================================*/

.product-price{

font-size:24px;

font-weight:700;

margin-bottom:22px;

color:#B88A3B;

}

.product-price del{

color:#999;

font-size:18px;

margin-right:8px;

}

.product-price ins{

text-decoration:none;

}

/*=====================================
BUTTON
======================================*/

.premium-cart-btn{

display:block;

width:100%;

padding:16px;

border-radius:50px;

background:#111;

color:#fff !important;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.premium-cart-btn:hover{

background:#B88A3B;

color:#fff !important;

}

/*=====================================
REMOVE DEFAULT
======================================*/

.walleven-product-card .star-rating{

display:none;

}

.walleven-product-card .woocommerce-loop-product__link{

text-decoration:none;

}

/*=====================================
TABLET
======================================*/

@media(max-width:1024px){

.walleven-products-grid{

grid-template-columns:repeat(2,1fr);

gap:20px;

}

.product-image img{

height:260px;

}

}

/*=====================================
MOBILE
======================================*/

@media(max-width:767px){

.walleven-products-grid{

grid-template-columns:1fr;

}

.product-image{

padding:25px;

}

.product-image img{

height:220px;

}

.product-title{

font-size:20px;

}

.product-price{

font-size:22px;

}

.premium-cart-btn{

padding:15px;

}

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4a89626 */.walleven-review-section{

max-width:1280px;

margin:50px auto;

padding:0 20px;

}

.wr-heading{

text-align:center;

margin-bottom:60px;

}

.wr-heading span{

display:inline-block;

padding:8px 20px;

background:#F7F3EB;

color:#B88A3B;

border-radius:50px;

font-weight:600;

margin-bottom:20px;

}

.wr-heading h2{

font-size:46px;

margin:15px 0;

}

.wr-heading p{

max-width:700px;

margin:auto;

color:#666;

font-size:18px;

line-height:1.8;

}

.wr-btn{

display:inline-block;

margin-top:30px;

padding:14px 32px;

background:#B88A3B;

color:#fff;

border-radius:40px;

text-decoration:none;

transition:.3s;

}

.wr-btn:hover{

background:#222;

}

.wr-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.wr-card{

background:#fff;

border-radius:18px;

padding:30px;

box-shadow:0 10px 35px rgba(0,0,0,.08);

transition:.35s;

border:1px solid #eee;

}

.wr-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.wr-top{

display:flex;

align-items:center;

gap:15px;

margin-bottom:20px;

}

.wr-avatar{

width:52px;

height:52px;

background:#B88A3B;

color:#fff;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:22px;

font-weight:bold;

}

.wr-top h4{

margin:0;

font-size:18px;

}

.wr-top span{

color:#777;

font-size:13px;

}

.wr-stars{

color:#FDBB2D;

font-size:22px;

margin-bottom:20px;

letter-spacing:2px;

}

.wr-content{

color:#555;

line-height:1.8;

min-height:90px;

}

.wr-footer{

display:flex;

align-items:center;

gap:15px;

margin-top:25px;

padding-top:20px;

border-top:1px solid #eee;

}

.wr-footer img{

width:60px;

height:60px;

object-fit:cover;

border-radius:10px;

}

.wr-footer strong{

display:block;

font-size:14px;

}

.wr-footer small{

color:#888;

}

@media(max-width:992px){

.wr-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.wr-grid{

grid-template-columns:1fr;

}

.wr-heading h2{

font-size:34px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f548e25 */.walleven-faq{

max-width:1280px;
margin:50px auto;
padding:0 20px;
font-family:Poppins,sans-serif;

}

.faq-header{

text-align:center;
margin-bottom:60px;

}

.faq-tag{

display:inline-block;
padding:8px 20px;
background:#F6F1E8;
color:#B88A3B;
border-radius:50px;
font-weight:600;
margin-bottom:20px;

}

.faq-header h2{

font-size:48px;
margin-bottom:15px;
color:#222;

}

.faq-header p{

max-width:700px;
margin:auto;
font-size:18px;
color:#666;
line-height:1.8;

}

.faq{

display:flex;
flex-direction:column;
gap:18px;

}

.faq-item{

background:#fff;
border:1px solid #e8e8e8;
border-radius:18px;
overflow:hidden;
transition:.35s;
box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.faq-item:hover{

transform:translateY(-3px);

}

.faq-title{

display:flex;
justify-content:space-between;
align-items:center;
padding:24px 30px;
cursor:pointer;
font-size:18px;
font-weight:600;
background:#fff;
color:#222;

}

.faq-title i{

font-style:normal;
font-size:28px;
color:#B88A3B;
transition:.3s;

}

.faq-content{

max-height:0;
overflow:hidden;
padding:0 30px;
line-height:1.9;
color:#666;
font-size:16px;
transition:all .4s ease;

}

.faq-item.active{

border-color:#B88A3B;

}

.faq-item.active .faq-content{

max-height:250px;
padding:0 30px 25px;

}

@media(max-width:768px){

.walleven-faq{

margin:70px auto;

}

.faq-header h2{

font-size:34px;

}

.faq-header p{

font-size:16px;

}

.faq-title{

padding:18px;
font-size:16px;

}

.faq-content{

padding:0 18px;

}

.faq-item.active .faq-content{

padding:0 18px 20px;

}

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4484473 *//* ===========================
   WALLEVEN BLOG SECTION
=========================== */

.walleven-blog-section{
    max-width:1280px;
    margin:50px auto;
    padding:0 20px;
}

/* Heading */

.blog-heading{
    text-align:center;
    margin-bottom:70px;
    animation:fadeUp .8s ease;
}

.blog-heading span{
    display:inline-block;
    padding:8px 18px;
    background:#F8F4EC;
    color:#B88A3B;
    border-radius:40px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.blog-heading h2{
    font-family:'Oswald',sans-serif;
    font-size:52px;
    font-weight:700;
    color:#222;
    line-height:1.1;
    margin:15px 0;
}

.blog-heading p{
    font-family:'Poppins',sans-serif;
    font-size:18px;
    color:#666;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

/* Blog Grid */

.blog-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
}

/* Blog Card */

.blog-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    transition:.35s;
    display:flex;
    flex-direction:column;
    height:100%;
    border:1px solid #eee;
}

.blog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

/* Image */

.blog-card>a{
    display:block;
    overflow:hidden;
}

.blog-card img{
    width:100%;
    height:240px;
    object-fit:#;
    display:block;
    transition:.5s;
}

.blog-card:hover img{
    transform:scale(1.06);
}

/* Content */

.blog-content{
    padding:28px;
    display:flex;
    flex-direction:column;
    flex:1;
}

/* Date */

.blog-date{
    display:inline-block;
    margin-bottom:15px;
    font-family:'Poppins',sans-serif;
    font-size:13px;
    font-weight:600;
    color:#B88A3B;
    text-transform:uppercase;
    letter-spacing:1px;
}

/* Title */

.blog-content h3{
    margin:0 0 18px;
    font-family:'Oswald',sans-serif;
    font-size:30px;
    font-weight:400;
    line-height:1.2;
}

.blog-content h3 a{
    text-decoration:none;
    color:#222;
    transition:.3s;
}

.blog-content h3 a:hover{
    color:#B88A3B;
}

/* Description */

.blog-content p{
    font-family:'Poppins',sans-serif;
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin-bottom:25px;
    flex:1;
}

/* Read More */

.read-more{
    display:inline-flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#B88A3B;
    font-family:'Poppins',sans-serif;
    font-weight:600;
    transition:.3s;
}

.read-more:hover{
    color:#222;
    transform:translateX(5px);
}

/* View All Button */

.blog-button{
    text-align:center;
    margin-top:60px;
}

.view-blog-btn{
    display:inline-block;
    background:#B88A3B;
    color:#fff;
    text-decoration:none;
    padding:16px 40px;
    border-radius:50px;
    font-family:'Poppins',sans-serif;
    font-weight:600;
    transition:.35s;
}

.view-blog-btn:hover{
    background:#222;
    color:#fff;
    transform:translateY(-3px);
}

/* Animation */

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* Tablet */

@media(max-width:1024px){

.blog-grid{

grid-template-columns:repeat(2,1fr);

}

.blog-heading h2{

font-size:42px;

}

.blog-content h3{

font-size:26px;

}

}

/* Mobile */

@media(max-width:767px){

.walleven-blog-section{

margin:70px auto;

padding:0 15px;

}

.blog-heading{

margin-bottom:45px;

}

.blog-heading h2{

font-size:34px;

}

.blog-heading p{

font-size:16px;

}

.blog-grid{

grid-template-columns:1fr;

gap:25px;

}

.blog-card img{

height:220px;

}

.blog-content{

padding:22px;

}

.blog-content h3{

font-size:24px;

}

.view-blog-btn{

width:100%;

max-width:280px;

text-align:center;

}

}/* End custom CSS */