.elementor-567 .elementor-element.elementor-element-bb0cd50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b9b277b *//* ==================================================
   COFFEEMASTERHUB
   PRIVACY POLICY PAGE - FINAL CSS
================================================== */

.cmh-privacy-page{
    width:100%;
    margin:0 auto;
    color:#3f2a1d;
    font-family:"Poppins",sans-serif;
    box-sizing:border-box;
    overflow:hidden;
}

.cmh-privacy-page *,
.cmh-privacy-page *::before,
.cmh-privacy-page *::after{
    box-sizing:border-box;
}


/* ==================================================
   HERO
================================================== */

.cmh-privacy-hero{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:70px 35px 55px;
}

.cmh-privacy-hero-content{
    position:relative;
    overflow:hidden;
    padding:60px 55px;
    background:#f7efe8;
    border:1px solid #ead9ca;
    border-radius:21px;
    text-align:center;
}

.cmh-privacy-hero-content::before{
    content:"";
    position:absolute;
    width:210px;
    height:210px;
    right:-100px;
    top:-105px;
    background:rgba(107,63,34,.07);
    border-radius:50%;
}

.cmh-privacy-hero-content::after{
    content:"";
    position:absolute;
    width:145px;
    height:145px;
    left:-72px;
    bottom:-75px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}

.cmh-privacy-badge{
    position:relative;
    z-index:2;
    display:inline-block;
    margin-bottom:15px;
    padding:7px 15px;
    background:#6b3f22;
    color:#fff;
    border-radius:30px;
    font-size:11px;
    font-weight:700;
    letter-spacing:1px;
}

.cmh-privacy-hero h1{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:0 auto 17px;
    color:#3e2415;
    font-size:42px;
    line-height:1.2;
    font-weight:800;
}

.cmh-privacy-hero p{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:0 auto;
    color:#6f5a4a;
    font-size:15px;
    line-height:1.8;
}

.cmh-privacy-updated{
    position:relative;
    z-index:2;
    margin-top:20px;
    color:#8a6c57;
    font-size:12px;
    font-weight:600;
}


/* ==================================================
   MAIN SECTION
================================================== */

.cmh-privacy-section{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:15px 35px 55px;
}

.cmh-privacy-content{
    width:100%;
    max-width:1000px;
    margin:0 auto;
}


/* ==================================================
   CONTENT CARDS
================================================== */

.cmh-privacy-card{
    margin-bottom:24px;
    padding:32px 34px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:17px;
}

.cmh-privacy-card:last-child{
    margin-bottom:0;
}

.cmh-privacy-card h2{
    margin:0 0 15px;
    color:#3e2415;
    font-size:25px;
    line-height:1.35;
    font-weight:800;
}

.cmh-privacy-card p{
    margin:0 0 15px;
    color:#5f5046;
    font-size:14px;
    line-height:1.85;
}

.cmh-privacy-card p:last-child{
    margin-bottom:0;
}

.cmh-privacy-card a{
    color:#6b3f22;
    font-weight:600;
    text-decoration:none;
}

.cmh-privacy-card a:hover{
    text-decoration:underline;
}


/* ==================================================
   LABEL
================================================== */

.cmh-privacy-label{
    display:block;
    margin-bottom:9px;
    color:#8a5835;
    font-size:10px;
    font-weight:800;
    letter-spacing:1.4px;
    line-height:1.5;
    text-transform:uppercase;
}


/* ==================================================
   LIST
================================================== */

.cmh-privacy-list{
    margin:0 0 17px;
    padding:0 0 0 22px;
}

.cmh-privacy-list li{
    margin-bottom:9px;
    padding-left:3px;
    color:#5f5046;
    font-size:14px;
    line-height:1.75;
}

.cmh-privacy-list li:last-child{
    margin-bottom:0;
}


/* ==================================================
   HIGHLIGHT CARD
================================================== */

.cmh-privacy-highlight{
    background:#f7efe8;
    border-color:#e5d2c1;
}

.cmh-privacy-highlight h2{
    color:#3e2415;
}


/* ==================================================
   GOOGLE SETTINGS BUTTON
================================================== */

.cmh-privacy-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:5px;
    padding:11px 20px;
    background:#6b3f22;
    color:#fff !important;
    border-radius:9px;
    font-size:12px;
    font-weight:700 !important;
    text-decoration:none !important;
    transition:background .2s ease;
}

.cmh-privacy-button:hover{
    background:#58321c;
    color:#fff !important;
    text-decoration:none !important;
}


/* ==================================================
   CONTACT CARD
================================================== */

.cmh-privacy-contact{
    background:#f7efe8;
    border-color:#e5d2c1;
}

.cmh-privacy-email-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin:22px 0 17px;
    padding:16px 19px;
    background:#fff;
    border:1px solid #e3d7ce;
    border-radius:11px;
}

.cmh-privacy-email-box span{
    color:#6f5a4a;
    font-size:13px;
    font-weight:700;
}

.cmh-privacy-email-box a{
    color:#6b3f22;
    font-size:14px;
    font-weight:700;
    word-break:break-word;
}


/* ==================================================
   BOTTOM CTA
================================================== */

.cmh-privacy-bottom{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:10px 35px 55px;
}

.cmh-privacy-bottom-content{
    position:relative;
    overflow:hidden;
    padding:48px 40px;
    background:#f7efe8;
    border:1px solid #ead9ca;
    border-radius:21px;
    text-align:center;
}

.cmh-privacy-bottom-content::before{
    content:"";
    position:absolute;
    width:165px;
    height:165px;
    left:-80px;
    top:-82px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}

.cmh-privacy-bottom-content::after{
    content:"";
    position:absolute;
    width:165px;
    height:165px;
    right:-80px;
    bottom:-85px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}

.cmh-privacy-bottom-content .cmh-privacy-label,
.cmh-privacy-bottom-content h2,
.cmh-privacy-bottom-content p,
.cmh-privacy-home-button{
    position:relative;
    z-index:2;
}

.cmh-privacy-bottom-content h2{
    margin:0 0 12px;
    color:#3e2415;
    font-size:29px;
    line-height:1.3;
    font-weight:800;
}

.cmh-privacy-bottom-content p{
    max-width:700px;
    margin:0 auto 21px;
    color:#5f5046;
    font-size:14px;
    line-height:1.8;
}

.cmh-privacy-home-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 23px;
    background:#6b3f22;
    color:#fff !important;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    text-decoration:none !important;
    transition:background .2s ease;
}

.cmh-privacy-home-button:hover{
    background:#58321c;
    color:#fff !important;
    text-decoration:none !important;
}


/* ==================================================
   FINAL NOTE
================================================== */

.cmh-privacy-final{
    max-width:900px;
    margin:0 auto;
    padding:0 35px 55px;
    text-align:center;
}

.cmh-privacy-final p{
    margin:0;
    color:#76675d;
    font-size:12px;
    line-height:1.7;
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:991px){

    .cmh-privacy-hero{
        padding:58px 25px 45px;
    }

    .cmh-privacy-hero-content{
        padding:52px 38px;
    }

    .cmh-privacy-hero h1{
        font-size:37px;
    }

    .cmh-privacy-section{
        padding-left:25px;
        padding-right:25px;
    }

    .cmh-privacy-bottom{
        padding-left:25px;
        padding-right:25px;
    }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:767px){

    .cmh-privacy-hero{
        padding:38px 16px 30px;
    }

    .cmh-privacy-hero-content{
        padding:40px 22px;
        border-radius:18px;
    }

    .cmh-privacy-badge{
        margin-bottom:13px;
        padding:6px 12px;
        font-size:10px;
    }

    .cmh-privacy-hero h1{
        font-size:27px;
        line-height:1.25;
    }

    .cmh-privacy-hero p{
        font-size:13px;
        line-height:1.75;
    }

    .cmh-privacy-updated{
        margin-top:16px;
        font-size:11px;
    }


    /* CONTENT */

    .cmh-privacy-section{
        padding:14px 16px 40px;
    }

    .cmh-privacy-card{
        margin-bottom:18px;
        padding:25px 20px;
        border-radius:15px;
    }

    .cmh-privacy-card h2{
        font-size:22px;
        line-height:1.35;
    }

    .cmh-privacy-card p{
        font-size:13px;
        line-height:1.8;
    }

    .cmh-privacy-list{
        padding-left:20px;
    }

    .cmh-privacy-list li{
        font-size:13px;
        line-height:1.7;
    }


    /* EMAIL */

    .cmh-privacy-email-box{
        align-items:flex-start;
        flex-direction:column;
        gap:7px;
        padding:15px;
    }

    .cmh-privacy-email-box a{
        font-size:13px;
    }


    /* BUTTON */

    .cmh-privacy-button{
        width:100%;
        padding:12px 18px;
    }


    /* BOTTOM */

    .cmh-privacy-bottom{
        padding:0 16px 40px;
    }

    .cmh-privacy-bottom-content{
        padding:38px 22px;
        border-radius:18px;
    }

    .cmh-privacy-bottom-content h2{
        font-size:25px;
    }

    .cmh-privacy-bottom-content p{
        font-size:13px;
        line-height:1.8;
    }

    .cmh-privacy-home-button{
        width:100%;
    }


    /* FINAL */

    .cmh-privacy-final{
        padding:0 20px 42px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media(max-width:480px){

    .cmh-privacy-hero-content{
        padding:36px 18px;
    }

    .cmh-privacy-hero h1{
        font-size:25px;
    }

    .cmh-privacy-hero p{
        font-size:13px;
    }

    .cmh-privacy-card{
        padding:23px 17px;
    }

    .cmh-privacy-card h2{
        font-size:21px;
    }

    .cmh-privacy-card p{
        font-size:13px;
    }

    .cmh-privacy-bottom-content{
        padding:34px 18px;
    }

    .cmh-privacy-bottom-content h2{
        font-size:23px;
    }

}/* End custom CSS */