.elementor-2098 .elementor-element.elementor-element-a03e21d{--display:flex;--margin-top:-19px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8f8b111 *//* ==================================================
   COFFEEMASTERHUB HOMEPAGE
   FINAL FULL CSS
================================================== */

.cmh-homepage{
    width:100%;
    font-family:"Poppins",sans-serif;
    color:#2f2119;
    box-sizing:border-box;
}

.cmh-homepage *,
.cmh-homepage *::before,
.cmh-homepage *::after{
    box-sizing:border-box;
}


/* ==================================================
   HERO
================================================== */

.cmh-hero{
    width:100%;
    background:#f7efe8;
    padding:85px 20px;
    overflow:hidden;
}

.cmh-hero-inner{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.2fr .8fr;
    align-items:center;
    gap:70px;
}

.cmh-hero-content{
    animation:cmhHeroContent .8s ease both;
}

.cmh-hero-badge{
    display:inline-flex;
    align-items:center;
    background:#ead8c9;
    color:#6b3f22;
    padding:8px 15px;
    border-radius:30px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1.3px;
    margin-bottom:20px;
}

.cmh-hero h1{
    margin:0 0 20px;
    color:#432817;
    font-size:54px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:-1.2px;
    max-width:720px;
}

.cmh-hero p{
    max-width:650px;
    margin:0 0 32px;
    color:#6f625b;
    font-size:17px;
    line-height:1.8;
}

.cmh-hero-buttons{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}


/* ==================================================
   BUTTONS
================================================== */

.cmh-primary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    background:#6b3f22;
    color:#fff !important;
    padding:14px 25px;
    border-radius:40px;
    text-decoration:none !important;
    font-size:15px;
    font-weight:700;
    transition:all .3s ease;
}

.cmh-primary-btn:hover{
    background:#513019;
    color:#fff !important;
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(107,63,34,.2);
}

.cmh-secondary-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    color:#6b3f22 !important;
    border:1px solid #d8c4b4;
    padding:13px 23px;
    border-radius:40px;
    text-decoration:none !important;
    font-size:15px;
    font-weight:700;
    transition:all .3s ease;
}

.cmh-secondary-btn:hover{
    background:#6b3f22;
    color:#fff !important;
    border-color:#6b3f22;
    transform:translateY(-3px);
}


/* ==================================================
   HERO SIDE CARD
================================================== */

.cmh-hero-card{
    position:relative;
    background:#6b3f22;
    color:#fff;
    padding:43px 36px;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(70,39,21,.17);
    animation:cmhHeroCard .9s .15s ease both;
}

.cmh-hero-card::before{
    content:"";
    position:absolute;
    width:210px;
    height:210px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:50%;
    right:-85px;
    top:-85px;
}

.cmh-hero-card::after{
    content:"";
    position:absolute;
    width:135px;
    height:135px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:50%;
    left:-60px;
    bottom:-60px;
}

.cmh-hero-card-icon{
    position:relative;
    z-index:2;
    width:68px;
    height:68px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.12);
    border-radius:50%;
    font-size:31px;
    margin-bottom:26px;
}

.cmh-hero-card span{
    position:relative;
    z-index:2;
    display:block;
    font-size:10px;
    font-weight:700;
    letter-spacing:1.5px;
    opacity:.75;
    margin-bottom:11px;
}

.cmh-hero-card strong{
    position:relative;
    z-index:2;
    display:block;
    font-size:29px;
    line-height:1.25;
    margin-bottom:15px;
}

.cmh-hero-card p{
    position:relative;
    z-index:2;
    color:rgba(255,255,255,.8);
    font-size:14px;
    line-height:1.75;
    margin:0;
}


/* ==================================================
   COMMON SECTION
================================================== */

.cmh-tools-section{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:82px 20px;
}

.cmh-section-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 45px;
}

.cmh-section-heading > span{
    display:block;
    color:#8a5a3a;
    font-size:11px;
    font-weight:700;
    letter-spacing:1.5px;
    margin-bottom:10px;
}

.cmh-section-heading h2{
    margin:0 0 12px;
    color:#3f281b;
    font-size:37px;
    line-height:1.25;
    font-weight:800;
}

.cmh-section-heading p{
    margin:0;
    color:#766a63;
    font-size:15px;
    line-height:1.75;
}


/* ==================================================
   TOOLS
================================================== */

.cmh-tools-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.cmh-tool-card{
    position:relative;
    display:flex;
    align-items:flex-start;
    gap:22px;
    background:#fff;
    border:1px solid #eadfd7;
    border-radius:21px;
    padding:31px;
    text-decoration:none !important;
    overflow:hidden;
    box-shadow:0 8px 26px rgba(70,39,21,.05);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
    animation:cmhFadeUp .7s ease both;
}

.cmh-tool-card:hover{
    transform:translateY(-7px);
    border-color:#cdb5a3;
    box-shadow:0 20px 42px rgba(70,39,21,.11);
}

.cmh-tool-card-icon{
    flex:0 0 59px;
    width:59px;
    height:59px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f4e8de;
    color:#6b3f22;
    border-radius:16px;
    font-size:26px;
    transition:transform .35s ease;
}

.cmh-tool-card:hover .cmh-tool-card-icon{
    transform:rotate(-6deg) scale(1.08);
}

.cmh-tool-card-content{
    min-width:0;
}

.cmh-tool-label{
    display:block;
    color:#9a7257;
    font-size:10px;
    font-weight:700;
    letter-spacing:1.2px;
    margin-bottom:7px;
}

.cmh-tool-card h3{
    margin:0 0 9px;
    color:#3f281b;
    font-size:22px;
    line-height:1.3;
    font-weight:750;
}

.cmh-tool-card p{
    margin:0 0 15px;
    color:#766a63;
    font-size:14px;
    line-height:1.7;
}

.cmh-tool-link{
    color:#6b3f22;
    font-size:14px;
    font-weight:700;
}


/* ==================================================
   POSTS SECTION
================================================== */

.cmh-posts-section{
    width:100%;
    background:#fbf8f5;
    padding:82px 20px 92px;
}

.cmh-posts-section .cmh-section-heading{
    max-width:700px;
}

.cmh-post-grid{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}


/* ==================================================
   POST CARD
================================================== */

.cmh-post-card{
    position:relative;
    background:#fff;
    border:1px solid #eadfd7;
    border-radius:19px;
    padding:28px;
    min-height:292px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    overflow:hidden;
    box-shadow:0 6px 22px rgba(70,39,21,.04);
    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
    animation:cmhPostAppear .7s ease both;
}

.cmh-post-card:hover{
    transform:translateY(-8px);
    border-color:#d6bfae;
    box-shadow:0 20px 42px rgba(70,39,21,.1);
}


/* ==================================================
   POST NUMBER
================================================== */

.cmh-post-number{
    position:absolute;
    top:18px;
    right:20px;
    color:#eadfd7;
    font-size:25px;
    font-weight:800;
    line-height:1;
    transition:color .3s ease;
}

.cmh-post-card:hover .cmh-post-number{
    color:#d9c0ae;
}


/* ==================================================
   CATEGORY
================================================== */

.cmh-post-category{
    display:inline-block;
    background:#f4e8de;
    color:#795136;
    padding:6px 11px;
    border-radius:20px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:17px;
}


/* ==================================================
   POST TITLE
================================================== */

.cmh-post-card h3{
    margin:0 35px 12px 0;
    font-size:20px;
    line-height:1.4;
    font-weight:750;
}

.cmh-post-card h3 a{
    color:#3f281b;
    text-decoration:none !important;
    transition:color .25s ease;
}

.cmh-post-card:hover h3 a{
    color:#6b3f22;
}


/* ==================================================
   POST TEXT
================================================== */

.cmh-post-card p{
    margin:0 0 20px;
    color:#766a63;
    font-size:13.5px;
    line-height:1.7;
}


/* ==================================================
   READ MORE
================================================== */

.cmh-read-more{
    margin-top:auto;
    color:#6b3f22 !important;
    font-size:13px;
    font-weight:700;
    text-decoration:none !important;
    transition:all .25s ease;
}

.cmh-read-more:hover{
    color:#432511 !important;
    padding-left:4px;
}


/* ==================================================
   FINAL CTA
================================================== */

.cmh-final-cta{
    width:100%;
    background:#6b3f22;
    padding:75px 20px;
    text-align:center;
    overflow:hidden;
}

.cmh-final-cta-inner{
    max-width:750px;
    margin:0 auto;
}

.cmh-final-cta-inner > span{
    display:block;
    color:rgba(255,255,255,.65);
    font-size:11px;
    font-weight:700;
    letter-spacing:1.5px;
    margin-bottom:10px;
}

.cmh-final-cta h2{
    margin:0 0 14px;
    color:#fff;
    font-size:38px;
    line-height:1.25;
    font-weight:800;
}

.cmh-final-cta p{
    max-width:600px;
    margin:0 auto 28px;
    color:rgba(255,255,255,.78);
    font-size:15px;
    line-height:1.75;
}

.cmh-final-cta .cmh-primary-btn{
    background:#fff;
    color:#6b3f22 !important;
}

.cmh-final-cta .cmh-primary-btn:hover{
    background:#f5ebe3;
    color:#513019 !important;
}


/* ==================================================
   ANIMATIONS
================================================== */

@keyframes cmhHeroContent{

    from{
        opacity:0;
        transform:translateY(25px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes cmhHeroCard{

    from{
        opacity:0;
        transform:translateX(35px);
    }

    to{
        opacity:1;
        transform:translateX(0);
    }

}

@keyframes cmhFadeUp{

    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

@keyframes cmhPostAppear{

    from{
        opacity:0;
        transform:translateY(18px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}


/* ==================================================
   TABLET
================================================== */

@media(max-width:1000px){

    .cmh-hero{
        padding:68px 20px;
    }

    .cmh-hero-inner{
        grid-template-columns:1fr;
        gap:40px;
        max-width:800px;
    }

    .cmh-hero h1{
        font-size:47px;
    }

    .cmh-hero-card{
        max-width:650px;
    }

    .cmh-post-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:700px){

    .cmh-hero{
        padding:55px 18px;
    }

    .cmh-hero-inner{
        gap:34px;
    }

    .cmh-hero h1{
        font-size:38px;
        line-height:1.17;
        letter-spacing:-.5px;
    }

    .cmh-hero p{
        font-size:15px;
        line-height:1.7;
    }

    .cmh-hero-buttons{
        flex-direction:column;
        align-items:stretch;
    }

    .cmh-primary-btn,
    .cmh-secondary-btn{
        width:100%;
    }

    .cmh-hero-card{
        padding:32px 25px;
        border-radius:21px;
    }

    .cmh-hero-card strong{
        font-size:25px;
    }

    .cmh-tools-section{
        padding:62px 18px;
    }

    .cmh-posts-section{
        padding:62px 18px 70px;
    }

    .cmh-section-heading{
        margin-bottom:35px;
    }

    .cmh-section-heading h2{
        font-size:30px;
    }

    .cmh-section-heading p{
        font-size:14px;
    }

    .cmh-tools-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .cmh-tool-card{
        padding:25px;
        gap:17px;
    }

    .cmh-tool-card h3{
        font-size:20px;
    }

    .cmh-post-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .cmh-post-card{
        min-height:270px;
        padding:25px;
    }

    .cmh-final-cta{
        padding:62px 18px;
    }

    .cmh-final-cta h2{
        font-size:30px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media(max-width:480px){

    .cmh-hero{
        padding:46px 16px;
    }

    .cmh-hero h1{
        font-size:33px;
    }

    .cmh-hero-badge{
        font-size:10px;
    }

    .cmh-hero-card{
        padding:29px 22px;
    }

    .cmh-hero-card strong{
        font-size:23px;
    }

    .cmh-section-heading h2{
        font-size:27px;
    }

    .cmh-tool-card{
        padding:22px;
    }

    .cmh-tool-card-icon{
        flex-basis:52px;
        width:52px;
        height:52px;
    }

    .cmh-post-card{
        padding:22px;
        min-height:255px;
    }

    .cmh-post-card h3{
        font-size:19px;
    }

    .cmh-final-cta{
        padding:55px 16px;
    }

    .cmh-final-cta h2{
        font-size:27px;
    }

}


/* ==================================================
   REDUCED MOTION
================================================== */

@media(prefers-reduced-motion:reduce){

    .cmh-homepage *,
    .cmh-homepage *::before,
    .cmh-homepage *::after{

        animation-duration:.01ms !important;
        animation-iteration-count:1 !important;
        transition-duration:.01ms !important;
        scroll-behavior:auto !important;

    }

}


/* ==================================================
   HERO — EDGE TO EDGE BACKGROUND ONLY
   CONTENT REMAINS UNCHANGED
================================================== */

.cmh-hero{
    width:100vw !important;
    max-width:none !important;

    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
}


/* Keep hero content exactly as it is */

.cmh-hero-inner{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}/* End custom CSS */