.elementor-2686 .elementor-element.elementor-element-5db4e41{--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;}.elementor-2686 .elementor-element.elementor-element-9c3d46f{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b241e62 *//*==================================================
CoffeeMasterHub Premium
Daily Calories Calculator
FULL TOOL + CONTENT + FAQ CSS
==================================================*/


/*==================================
 Calculator Scope
==================================*/

#cmh-calorie-calculator,
#cmh-calorie-calculator *,
#cmh-calorie-calculator *::before,
#cmh-calorie-calculator *::after{

    box-sizing:border-box;

    font-family:'Poppins',sans-serif;

}


#cmh-calorie-calculator{

    width:100%;

    max-width:1320px;

    margin:40px auto;

    padding:18px;

    color:#373737;

}


/*==================================
 Theme
==================================*/

#cmh-calorie-calculator{

    --primary:#7A4A27;

    --primary2:#B57A4C;

    --card:#FFFFFF;

    --border:#E9E2DA;

    --text:#353535;

    --muted:#787878;

    --shadow:0 15px 40px rgba(0,0,0,.06);

}


/*==================================
 Hero
==================================*/

#cmh-calorie-calculator .cmh-hero{

    position:relative;

    width:100%;

    background:#f7efe8;

    border:1px solid #ead9ca;

    border-radius:24px;

    padding:65px 60px;

    text-align:center;

    margin-bottom:30px;

    overflow:hidden;

    box-shadow:none;

}


/*==================================
 Hero Decorative Circle
==================================*/

#cmh-calorie-calculator .cmh-hero::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    right:-90px;

    top:-100px;

    background:rgba(107,63,34,.07);

    border-radius:50%;

    pointer-events:none;

}


#cmh-calorie-calculator .cmh-hero::after{

    content:"";

    position:absolute;

    width:150px;

    height:150px;

    left:-70px;

    bottom:-80px;

    background:rgba(107,63,34,.06);

    border-radius:50%;

    pointer-events:none;

}


/*==================================
 Hero Badge
==================================*/

#cmh-calorie-calculator .cmh-badge{

    position:relative;

    z-index:2;

    display:inline-block;

    margin-bottom:16px;

    padding:7px 15px;

    background:#6b3f22;

    border:none;

    border-radius:30px;

    color:#fff;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

}


/*==================================
 Hero Heading
==================================*/

#cmh-calorie-calculator .cmh-hero h1{

    position:relative;

    z-index:2;

    margin:0 0 18px;

    color:#3e2415;

    font-size:44px;

    line-height:1.2;

    font-weight:800;

}


/*==================================
 Hero Paragraph
==================================*/

#cmh-calorie-calculator .cmh-hero p{

    position:relative;

    z-index:2;

    max-width:780px;

    margin:0 auto;

    color:#6f5a4a;

    font-size:17px;

    line-height:1.8;

}


/*==================================
 Main Tool Layout
==================================*/

#cmh-calorie-calculator .cmh-tool{

    width:100%;

}


#cmh-calorie-calculator .cmh-tool-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:28px;

    align-items:stretch;

}


/*==================================
 Cards
==================================*/

#cmh-calorie-calculator .cmh-card{

    background:#FFFFFF;

    border:1px solid var(--border);

    border-radius:22px;

    padding:30px;

    box-shadow:var(--shadow);

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    transition:.3s;

}


#cmh-calorie-calculator .cmh-card:hover{

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(0,0,0,.08);

}


/*==================================
 Card Header
==================================*/

#cmh-calorie-calculator .cmh-card-header{

    margin-bottom:26px;

}


#cmh-calorie-calculator .cmh-card-header h2{

    font-size:28px;

    color:var(--primary);

    margin:0 0 8px;

    font-weight:700;

}


#cmh-calorie-calculator .cmh-card-header p{

    color:var(--muted);

    font-size:15px;

    line-height:1.8;

    margin:0;

}


/*==================================
 Form Grid
==================================*/

#cmh-calorie-calculator .cmh-form-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}


#cmh-calorie-calculator .cmh-field{

    display:flex;

    flex-direction:column;

}


#cmh-calorie-calculator .cmh-field label{

    margin-bottom:8px;

    font-size:14px;

    font-weight:600;

    color:#353535;

}


#cmh-calorie-calculator .cmh-field input,
#cmh-calorie-calculator .cmh-field select{

    width:100%;

    height:54px;

    border:2px solid var(--border);

    border-radius:14px;

    background:#FCFBFA;

    padding:0 16px;

    outline:none;

    transition:.3s;

    font-size:15px;

    color:#353535;

}


#cmh-calorie-calculator .cmh-field input:focus,
#cmh-calorie-calculator .cmh-field select:focus{

    border-color:var(--primary);

    box-shadow:0 0 0 4px rgba(122,74,39,.08);

    background:#FFF;

}


/*==================================
 Inline Height / Weight Fields
==================================*/

#cmh-calorie-calculator .cmh-inline{

    display:flex;

    gap:12px;

}


#cmh-calorie-calculator .cmh-inline input{

    flex:1;

}


#cmh-calorie-calculator .cmh-inline select{

    width:110px;

    flex-shrink:0;

}


/*==================================
 Buttons
==================================*/

#cmh-calorie-calculator .cmh-tool-actions{

    display:flex;

    gap:16px;

    margin-top:30px;

}


#cmh-calorie-calculator .cmh-tool-actions button{

    flex:1;

    height:56px;

    border:none;

    border-radius:14px;

    cursor:pointer;

    font-size:15px;

    font-weight:600;

    transition:.3s;

    font-family:'Poppins',sans-serif;

}


/* Calculate */

#cmh-calorie-calculator #calculateBtn{

    background:linear-gradient(
        135deg,
        #7A4A27,
        #B57A4C
    );

    color:#FFF;

}


#cmh-calorie-calculator #calculateBtn:hover{

    transform:translateY(-3px);

    box-shadow:
        0 15px 30px rgba(122,74,39,.20);

}


/* Reset */

#cmh-calorie-calculator #resetBtn{

    background:#F8F5F2;

    color:#7A4A27;

    border:1px solid var(--border);

}


#cmh-calorie-calculator #resetBtn:hover{

    background:#EFE7DF;

    color:#7A4A27;

}


/*==================================
 LEFT PANEL FEATURE
 Moves Feature Up
==================================*/

/*
If the left-side feature uses .cmh-left-feature
this styling will apply.
*/

#cmh-calorie-calculator .cmh-left-feature{

    margin-top:28px !important;

}


/*
If the feature uses the common
.cmh-recommendation class inside
the left card, prevent auto pushing.
*/

#cmh-calorie-calculator
.cmh-card:first-child
.cmh-recommendation{

    margin-top:28px !important;

}


/*
Important:
Never use margin-top:auto on the
left feature.
*/


#cmh-calorie-calculator
.cmh-card:first-child
.cmh-recommendation{

    align-self:stretch;

}


/*==================================
 Results Card
==================================*/

#cmh-calorie-calculator .cmh-results-card{

    display:flex;

    flex-direction:column;

    height:100%;

    justify-content:flex-start;

}


/*==================================
 Results Grid
==================================*/

#cmh-calorie-calculator .cmh-results-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:24px;

}


#cmh-calorie-calculator .cmh-result-box{

    background:#FFF;

    border:1px solid var(--border);

    border-radius:18px;

    padding:22px;

    text-align:center;

    transition:.3s;

    min-height:116px;

    display:flex;

    flex-direction:column;

    justify-content:center;

}


#cmh-calorie-calculator .cmh-result-box:hover{

    transform:translateY(-4px);

    border-color:#DCCABB;

    box-shadow:0 12px 25px rgba(0,0,0,.05);

}


#cmh-calorie-calculator .cmh-result-box span{

    display:block;

    font-size:13px;

    color:var(--muted);

    margin-bottom:8px;

}


#cmh-calorie-calculator .cmh-result-box strong{

    display:block;

    font-size:28px;

    font-weight:700;

    color:var(--primary);

}


/*==================================
 Progress Card
==================================*/

#cmh-calorie-calculator .cmh-progress-card{

    background:#FFF;

    border:1px solid var(--border);

    border-radius:18px;

    padding:22px;

    margin-bottom:22px;

}


#cmh-calorie-calculator .cmh-progress-top{

    display:flex;

    align-items:center;

    justify-content:space-between;

    margin-bottom:14px;

}


#cmh-calorie-calculator .cmh-progress-top span{

    font-size:14px;

    font-weight:600;

    color:#444;

}


#cmh-calorie-calculator .cmh-progress-top strong{

    font-size:14px;

    font-weight:700;

    color:var(--primary);

}


#cmh-calorie-calculator .cmh-progress-bar{

    width:100%;

    height:12px;

    background:#ECE5DD;

    border-radius:50px;

    overflow:hidden;

}


#cmh-calorie-calculator .cmh-progress-fill{

    width:0;

    height:100%;

    border-radius:50px;

    background:
        linear-gradient(
            90deg,
            #7A4A27,
            #B57A4C
        );

    transition:all .5s ease;

}


/*==================================
 Recommendation / Feature
==================================*/

#cmh-calorie-calculator .cmh-recommendation{

    padding:20px;

    background:#FFF9F4;

    border:1px solid #E8DDD2;

    border-left:4px solid #7A4A27;

    border-radius:18px;

    color:#666;

    font-size:14px;

    line-height:1.8;

}


/*
Right panel recommendation:
keep it naturally below
progress card.
*/

#cmh-calorie-calculator
.cmh-results-card
.cmh-recommendation{

    margin-top:0;

}


/*
Left panel recommendation:
move it directly below buttons.
*/

#cmh-calorie-calculator
.cmh-card:first-child
.cmh-recommendation{

    margin-top:28px !important;

}


#cmh-calorie-calculator .cmh-recommendation strong{

    display:block;

    margin-bottom:8px;

    color:#7A4A27;

    font-size:16px;

}


/*==================================
 Loader
==================================*/

#cmh-calorie-calculator #cmh-loader{

    position:fixed;

    inset:0;

    display:none;

    justify-content:center;

    align-items:center;

    background:rgba(255,255,255,.82);

    backdrop-filter:blur(5px);

    z-index:99999;

}


#cmh-calorie-calculator .cmh-loader-card{

    display:flex;

    align-items:center;

    gap:18px;

    background:#FFF;

    padding:24px 30px;

    border-radius:22px;

    border:1px solid var(--border);

    box-shadow:0 18px 45px rgba(0,0,0,.08);

}


#cmh-calorie-calculator .cmh-loader-icon{

    width:64px;

    height:64px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    font-size:28px;

    color:#FFF;

    background:
        linear-gradient(
            135deg,
            #7A4A27,
            #B57A4C
        );

    animation:cmhSpin 1s linear infinite;

}


@keyframes cmhSpin{

    from{

        transform:rotate(0deg);

    }

    to{

        transform:rotate(360deg);

    }

}


#cmh-calorie-calculator
.cmh-loader-content strong{

    display:block;

    color:#7A4A27;

    font-size:20px;

    margin-bottom:4px;

}


#cmh-calorie-calculator
.cmh-loader-content span{

    color:#777;

    font-size:14px;

}


/*==================================================
 CONTENT
==================================================*/

.cmh-content{

    max-width:1320px;

    margin:40px auto;

    padding:0 18px;

}


.cmh-content-card{

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:24px;

    padding:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}


.cmh-content-badge{

    display:inline-flex;

    align-items:center;

    gap:8px;

    padding:10px 22px;

    border-radius:50px;

    background:#FFF8F2;

    border:1px solid #E8DDD2;

    color:#7A4A27;

    font-size:14px;

    font-weight:600;

    margin-bottom:18px;

}


.cmh-content-card h2{

    font-size:38px;

    font-weight:800;

    color:#7A4A27;

    line-height:1.25;

    margin:0 0 18px;

}


.cmh-content-card h3{

    font-size:24px;

    font-weight:700;

    color:#7A4A27;

    margin:35px 0 15px;

}


.cmh-content-card p{

    font-size:16px;

    line-height:1.9;

    color:#555;

    margin-bottom:18px;

}


.cmh-content-card strong{

    color:#7A4A27;

}


.cmh-content-card a{

    color:#8A552E;

    font-weight:600;

    text-decoration:none;

    transition:.3s;

}


.cmh-content-card a:hover{

    color:#B57A4C;

    text-decoration:underline;

}


/*==================================
 Info Box
==================================*/

.cmh-info-box{

    margin:30px 0;

    padding:28px;

    background:#FFF9F4;

    border:1px solid #E8DDD2;

    border-left:5px solid #7A4A27;

    border-radius:18px;

}


.cmh-info-box h3{

    margin-top:0;

}


.cmh-info-box ul{

    margin:18px 0 0;

    padding-left:22px;

}


.cmh-info-box li{

    margin-bottom:12px;

    color:#555;

    line-height:1.8;

}


/*==================================
 Note
==================================*/

.cmh-note{

    margin:30px 0;

    padding:22px 24px;

    background:#FDF7F1;

    border:1px solid #E9DED3;

    border-radius:16px;

    color:#555;

    line-height:1.8;

}


.cmh-note strong{

    color:#7A4A27;

}


/*==================================================
 FAQ
==================================================*/

.cmh-faq{

    max-width:1320px;

    margin:40px auto;

    padding:0 18px;

}


.cmh-faq-card{

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:24px;

    padding:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}


.cmh-faq-title{

    font-size:38px;

    font-weight:800;

    color:#7A4A27;

    text-align:center;

    margin:0 0 15px;

    line-height:1.3;

}


.cmh-faq-desc{

    max-width:760px;

    margin:0 auto 35px;

    text-align:center;

    color:#666;

    line-height:1.8;

    font-size:16px;

}


.cmh-faq-item{

    border:1px solid #E8DDD2;

    border-radius:18px;

    overflow:hidden;

    margin-bottom:18px;

    background:#FFF;

    transition:.3s;

}


.cmh-faq-item:hover{

    box-shadow:0 12px 28px rgba(0,0,0,.05);

}


/*==================================
 FAQ Question
==================================*/

.cmh-faq-question{

    width:100%;

    background:#FFF9F4;

    border:none;

    padding:22px 26px;

    cursor:pointer;

    display:flex;

    justify-content:space-between;

    align-items:center;

    text-align:left;

    font-size:17px;

    font-weight:700;

    color:#7A4A27;

    transition:.3s;

}


.cmh-faq-question:hover{

    background:#FFF5ED;

    color:#7A4A27 !important;

}


.cmh-faq-question:focus{

    background:#FFF5ED;

    color:#7A4A27 !important;

    outline:none;

}


.cmh-faq-question:active{

    background:#FFF5ED;

    color:#7A4A27 !important;

}


/*==================================
 FAQ Icon
==================================*/

.cmh-faq-question span{

    width:34px;

    height:34px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#7A4A27;

    color:#FFF !important;

    font-size:22px;

    flex-shrink:0;

    transition:.3s;

}


.cmh-faq-question:hover span,
.cmh-faq-question:focus span,
.cmh-faq-question:active span{

    color:#FFF !important;

    background:#7A4A27;

}


.cmh-faq-item.active .cmh-faq-question span{

    transform:rotate(180deg);

}


/*==================================
 FAQ Answer
==================================*/

.cmh-faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .35s ease;

    background:#FFF;

}


.cmh-faq-answer p{

    margin:0;

    padding:24px 26px;

    color:#555;

    font-size:15px;

    line-height:1.9;

}


.cmh-faq-answer a{

    color:#8A552E;

    font-weight:600;

    text-decoration:none;

}


.cmh-faq-answer a:hover{

    color:#B57A4C;

    text-decoration:underline;

}


/*==================================================
 TABLET
==================================================*/

@media(max-width:991px){

    #cmh-calorie-calculator{

        padding:15px;

    }


    #cmh-calorie-calculator .cmh-tool-grid{

        grid-template-columns:1fr;

        gap:24px;

    }


    #cmh-calorie-calculator .cmh-card{

        padding:26px;

    }


    #cmh-calorie-calculator .cmh-hero{

        padding:55px 40px;

    }


    #cmh-calorie-calculator .cmh-hero h1{

        font-size:38px;

    }


    .cmh-content{

        padding:0 14px;

    }


    .cmh-faq{

        padding:0 14px;

    }


    .cmh-content-card,
    .cmh-faq-card{

        padding:30px;

    }


    .cmh-content-card h2,
    .cmh-faq-title{

        font-size:32px;

    }


    .cmh-content-card h3{

        font-size:22px;

    }

}


/*==================================================
 MOBILE
==================================================*/

@media(max-width:768px){

    #cmh-calorie-calculator{

        padding:10px;

        margin:20px auto;

    }


    #cmh-calorie-calculator .cmh-hero{

        padding:42px 24px;

        border-radius:20px;

    }


    #cmh-calorie-calculator .cmh-badge{

        font-size:10px;

        padding:6px 12px;

    }


    #cmh-calorie-calculator .cmh-hero h1{

        font-size:28px;

        line-height:1.25;

        margin-bottom:18px;

    }


    #cmh-calorie-calculator .cmh-hero p{

        font-size:15px;

        line-height:1.75;

    }


    #cmh-calorie-calculator .cmh-form-grid{

        grid-template-columns:1fr;

    }


    #cmh-calorie-calculator .cmh-results-grid{

        grid-template-columns:1fr;

    }


    #cmh-calorie-calculator .cmh-inline{

        flex-direction:column;

    }


    #cmh-calorie-calculator .cmh-inline select{

        width:100%;

    }


    #cmh-calorie-calculator .cmh-tool-actions{

        flex-direction:column;

    }


    #cmh-calorie-calculator .cmh-left-feature{

        margin-top:24px !important;

    }


    #cmh-calorie-calculator
    .cmh-card:first-child
    .cmh-recommendation{

        margin-top:24px !important;

    }


    #cmh-calorie-calculator .cmh-result-box strong{

        font-size:25px;

    }


    .cmh-content,
    .cmh-faq{

        margin:25px auto;

        padding:0 10px;

    }


    .cmh-content-card,
    .cmh-faq-card{

        padding:22px;

        border-radius:18px;

    }


    .cmh-content-badge{

        font-size:12px;

        padding:8px 16px;

    }


    .cmh-content-card h2,
    .cmh-faq-title{

        font-size:27px;

    }


    .cmh-content-card h3{

        font-size:20px;

    }


    .cmh-content-card p,
    .cmh-faq-answer p{

        font-size:14px;

        line-height:1.8;

    }


    .cmh-info-box{

        padding:20px;

    }


    .cmh-note{

        padding:18px;

    }


    .cmh-faq-question{

        padding:18px;

        font-size:15px;

        gap:12px;

    }


    .cmh-faq-question span{

        width:30px;

        height:30px;

        font-size:20px;

    }

}


/*==================================================
 SMALL MOBILE
==================================================*/

@media(max-width:480px){

    #cmh-calorie-calculator .cmh-hero{

        padding:38px 20px;

    }


    #cmh-calorie-calculator .cmh-hero h1{

        font-size:26px;

    }


    #cmh-calorie-calculator .cmh-hero p{

        font-size:15px;

        line-height:1.75;

    }


    #cmh-calorie-calculator .cmh-card{

        padding:18px;

    }


    #cmh-calorie-calculator .cmh-card-header h2{

        font-size:22px;

    }


    #cmh-calorie-calculator .cmh-result-box strong{

        font-size:24px;

    }


    #cmh-calorie-calculator
    .cmh-recommendation{

        padding:18px;

    }


    .cmh-content-card,
    .cmh-faq-card{

        padding:18px;

    }


    .cmh-content-card h2,
    .cmh-faq-title{

        font-size:23px;

    }


    .cmh-content-card h3{

        font-size:18px;

    }


    .cmh-content-card p,
    .cmh-faq-answer p{

        font-size:13px;

    }


    .cmh-faq-question{

        padding:16px;

        font-size:14px;

    }


    .cmh-faq-question span{

        width:28px;

        height:28px;

        font-size:18px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89d0f49 *//* =========================================================
   CoffeeMasterHub
   Daily Calories Calculator
   FULL CONTENT + FAQ CSS
   Poppins Font Version
   ========================================================= */


/* =========================================================
   GOOGLE FONT — POPPINS
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');


/* =========================================================
   GLOBAL BOX SIZING + FONT
   ========================================================= */

.cmh-content,
.cmh-faq{

    font-family:'Poppins',sans-serif;

}


.cmh-content *,
.cmh-faq *{

    box-sizing:border-box;

    font-family:'Poppins',sans-serif;

}


/* =========================================================
   CONTENT WRAPPER
   ========================================================= */

.cmh-content{

    width:100%;

    max-width:1320px;

    margin:40px auto;

    padding:0 18px;

}


/* =========================================================
   CONTENT CARD
   ========================================================= */

.cmh-content-card{

    width:100%;

    padding:42px;

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:24px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.05);

}


/* =========================================================
   CONTENT BADGE
   ========================================================= */

.cmh-content-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    padding:9px 18px;

    margin:0 0 18px;

    background:#FFF8F2;

    border:1px solid #E8DDD2;

    border-radius:50px;

    color:#7A4A27;

    font-family:'Poppins',sans-serif;

    font-size:13px;

    line-height:1.4;

    font-weight:600;

}


/* =========================================================
   CONTENT H2
   ========================================================= */

.cmh-content-card h2{

    margin:0 0 20px;

    color:#7A4A27;

    font-family:'Poppins',sans-serif;

    font-size:38px;

    line-height:1.25;

    font-weight:800;

    letter-spacing:-.3px;

}


/* =========================================================
   CONTENT H3
   ========================================================= */

.cmh-content-card h3{

    margin:36px 0 15px;

    color:#7A4A27;

    font-family:'Poppins',sans-serif;

    font-size:24px;

    line-height:1.35;

    font-weight:700;

}


/* =========================================================
   CONTENT PARAGRAPH
   ========================================================= */

.cmh-content-card p{

    margin:0 0 18px;

    color:#555555;

    font-family:'Poppins',sans-serif;

    font-size:16px;

    line-height:1.9;

    font-weight:400;

}


/* =========================================================
   CONTENT STRONG
   ========================================================= */

.cmh-content-card strong{

    color:#7A4A27;

    font-family:'Poppins',sans-serif;

    font-weight:700;

}


/* =========================================================
   CONTENT LINKS
   ========================================================= */

.cmh-content-card a{

    color:#8A552E;

    font-family:'Poppins',sans-serif;

    font-weight:600;

    text-decoration:none;

    transition:
        color .25s ease;

}


.cmh-content-card a:hover{

    color:#B57A4C;

    text-decoration:underline;

}


/* =========================================================
   INFO BOX
   ========================================================= */

.cmh-info-box{

    width:100%;

    margin:30px 0;

    padding:28px;

    background:#FFF9F4;

    border:1px solid #E8DDD2;

    border-left:5px solid #7A4A27;

    border-radius:18px;

}


/* =========================================================
   INFO BOX HEADING
   ========================================================= */

.cmh-info-box h3{

    margin:0 0 14px;

    color:#7A4A27;

    font-family:'Poppins',sans-serif;

}


/* =========================================================
   INFO BOX PARAGRAPH
   ========================================================= */

.cmh-info-box p{

    margin:0 0 14px;

}


/* =========================================================
   INFO BOX LIST
   ========================================================= */

.cmh-info-box ul{

    margin:18px 0 0;

    padding-left:23px;

}


.cmh-info-box li{

    margin-bottom:11px;

    padding-left:4px;

    color:#555555;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    line-height:1.8;

    font-weight:400;

}


.cmh-info-box li:last-child{

    margin-bottom:0;

}


/* =========================================================
   NOTE BOX
   ========================================================= */

.cmh-note{

    width:100%;

    margin:30px 0;

    padding:22px 24px;

    background:#FDF7F1;

    border:1px solid #E9DED3;

    border-left:4px solid #B57A4C;

    border-radius:16px;

    color:#555555;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    line-height:1.8;

    font-weight:400;

}


/* =========================================================
   NOTE STRONG
   ========================================================= */

.cmh-note strong{

    color:#7A4A27;

    font-family:'Poppins',sans-serif;

    font-weight:700;

}


/* =========================================================
   NOTE LINKS
   ========================================================= */

.cmh-note a{

    color:#8A552E;

    font-family:'Poppins',sans-serif;

    font-weight:600;

    text-decoration:none;

}


.cmh-note a:hover{

    color:#B57A4C;

    text-decoration:underline;

}


/* =========================================================
   FAQ WRAPPER
   ========================================================= */

.cmh-faq{

    width:100%;

    max-width:1320px;

    margin:40px auto;

    padding:0 18px;

}


/* =========================================================
   FAQ CARD
   ========================================================= */

.cmh-faq-card{

    width:100%;

    padding:42px;

    background:#FFFFFF;

    border:1px solid #E9E2DA;

    border-radius:24px;

    box-shadow:
        0 15px 40px rgba(0,0,0,.05);

}


/* =========================================================
   FAQ BADGE
   ========================================================= */

.cmh-faq-card > .cmh-content-badge{

    display:flex;

    width:max-content;

    margin:0 auto 18px;

}


/* =========================================================
   FAQ TITLE
   ========================================================= */

.cmh-faq-title{

    margin:0 0 15px;

    color:#7A4A27;

    font-family:'Poppins',sans-serif;

    font-size:38px;

    line-height:1.3;

    font-weight:800;

    text-align:center;

    letter-spacing:-.3px;

}


/* =========================================================
   FAQ DESCRIPTION
   ========================================================= */

.cmh-faq-desc{

    max-width:780px;

    margin:0 auto 35px;

    color:#666666;

    font-family:'Poppins',sans-serif;

    font-size:16px;

    line-height:1.8;

    font-weight:400;

    text-align:center;

}


/* =========================================================
   FAQ ITEM
   ========================================================= */

.cmh-faq-item{

    width:100%;

    margin:0 0 16px;

    overflow:hidden;

    background:#FFFFFF;

    border:1px solid #E8DDD2;

    border-radius:17px;

    transition:
        border-color .25s ease,
        box-shadow .25s ease;

}


.cmh-faq-item:last-child{

    margin-bottom:0;

}


.cmh-faq-item:hover{

    border-color:#DCCABB;

    box-shadow:
        0 10px 25px rgba(0,0,0,.05);

}


/* =========================================================
   FAQ QUESTION
   ========================================================= */

.cmh-faq-question{

    width:100%;

    min-height:70px;

    padding:19px 23px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:18px;

    border:0;

    outline:none;

    background:#FFF9F4 !important;

    color:#7A4A27 !important;

    text-align:left;

    cursor:pointer;

    font-family:'Poppins',sans-serif !important;

    font-size:16px;

    font-weight:700;

    line-height:1.5;

    appearance:none;

    -webkit-appearance:none;

    transition:none;

}


/* =========================================================
   FAQ QUESTION HOVER / FOCUS / ACTIVE
   ========================================================= */

.cmh-faq-question:hover,
.cmh-faq-question:focus,
.cmh-faq-question:active{

    background:#FFF9F4 !important;

    color:#7A4A27 !important;

    outline:none !important;

    box-shadow:none !important;

}


/* =========================================================
   FAQ QUESTION CHILD TEXT
   ========================================================= */

.cmh-faq-question > *:not(span){

    color:inherit !important;

    font-family:'Poppins',sans-serif !important;

}


/* =========================================================
   FAQ ICON
   ========================================================= */

.cmh-faq-question span{

    display:flex;

    align-items:center;

    justify-content:center;

    flex:0 0 34px;

    width:34px;

    height:34px;

    border-radius:50%;

    background:#7A4A27 !important;

    color:#FFFFFF !important;

    font-family:'Poppins',sans-serif !important;

    font-size:21px;

    font-weight:500;

    line-height:1;

    text-align:center;

    transition:
        transform .3s ease;

}


/* =========================================================
   FAQ ICON HOVER / FOCUS
   ========================================================= */

.cmh-faq-question:hover span,
.cmh-faq-question:focus span,
.cmh-faq-question:active span{

    background:#7A4A27 !important;

    color:#FFFFFF !important;

}


/* =========================================================
   FAQ ACTIVE
   ========================================================= */

.cmh-faq-item.active .cmh-faq-question{

    background:#FFF9F4 !important;

    color:#7A4A27 !important;

}


.cmh-faq-item.active .cmh-faq-question span{

    background:#7A4A27 !important;

    color:#FFFFFF !important;

    transform:rotate(180deg);

}


/* =========================================================
   FAQ ANSWER
   ========================================================= */

.cmh-faq-answer{

    max-height:0;

    overflow:hidden;

    background:#FFFFFF;

    transition:
        max-height .35s ease;

}


/* =========================================================
   FAQ ANSWER PARAGRAPH
   ========================================================= */

.cmh-faq-answer p{

    margin:0;

    padding:23px 25px;

    color:#555555;

    font-family:'Poppins',sans-serif;

    font-size:15px;

    line-height:1.9;

    font-weight:400;

}


/* =========================================================
   FAQ ANSWER STRONG
   ========================================================= */

.cmh-faq-answer strong{

    color:#7A4A27;

    font-family:'Poppins',sans-serif;

    font-weight:700;

}


/* =========================================================
   FAQ ANSWER LINKS
   ========================================================= */

.cmh-faq-answer a{

    color:#8A552E;

    font-family:'Poppins',sans-serif;

    font-weight:600;

    text-decoration:none;

    transition:
        color .25s ease;

}


.cmh-faq-answer a:hover{

    color:#B57A4C;

    text-decoration:underline;

}


/* =========================================================
   ACCESSIBILITY
   ========================================================= */

.cmh-content-card a:focus-visible,
.cmh-note a:focus-visible,
.cmh-faq-answer a:focus-visible{

    outline:2px solid rgba(122,74,39,.35);

    outline-offset:3px;

    border-radius:3px;

}


/* =========================================================
   FAQ FOCUS FIX
   ========================================================= */

.cmh-faq-question:focus-visible{

    outline:none !important;

    box-shadow:none !important;

}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:991px){

    .cmh-content,
    .cmh-faq{

        margin:32px auto;

        padding:0 14px;

    }


    .cmh-content-card,
    .cmh-faq-card{

        padding:32px;

    }


    .cmh-content-card h2,
    .cmh-faq-title{

        font-size:32px;

    }


    .cmh-content-card h3{

        font-size:22px;

    }


    .cmh-content-card p{

        font-size:15px;

    }


    .cmh-info-box{

        padding:24px;

    }


    .cmh-note{

        padding:20px 22px;

    }


    .cmh-faq-question{

        min-height:66px;

        padding:18px 20px;

    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:768px){

    .cmh-content,
    .cmh-faq{

        margin:25px auto;

        padding:0 10px;

    }


    .cmh-content-card,
    .cmh-faq-card{

        padding:23px;

        border-radius:19px;

    }


    .cmh-content-badge{

        padding:8px 16px;

        margin-bottom:16px;

        font-size:12px;

    }


    .cmh-faq-card > .cmh-content-badge{

        margin-left:auto;

        margin-right:auto;

    }


    .cmh-content-card h2,
    .cmh-faq-title{

        font-size:27px;

        line-height:1.3;

    }


    .cmh-content-card h3{

        margin-top:30px;

        font-size:20px;

    }


    .cmh-content-card p{

        font-size:14px;

        line-height:1.8;

    }


    .cmh-info-box{

        margin:25px 0;

        padding:21px;

        border-radius:16px;

    }


    .cmh-info-box ul{

        padding-left:20px;

    }


    .cmh-info-box li{

        font-size:14px;

        line-height:1.75;

    }


    .cmh-note{

        margin:25px 0;

        padding:18px 19px;

        font-size:14px;

        line-height:1.8;

        border-radius:15px;

    }


    .cmh-faq-desc{

        margin-bottom:27px;

        font-size:14px;

        line-height:1.75;

    }


    .cmh-faq-item{

        margin-bottom:13px;

        border-radius:15px;

    }


    .cmh-faq-question{

        min-height:62px;

        padding:17px;

        gap:12px;

        font-size:14px;

        line-height:1.5;

    }


    .cmh-faq-question span{

        flex:0 0 30px;

        width:30px;

        height:30px;

        font-size:19px;

    }


    .cmh-faq-answer p{

        padding:20px;

        font-size:14px;

        line-height:1.8;

    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media(max-width:480px){

    .cmh-content,
    .cmh-faq{

        margin:22px auto;

        padding:0 8px;

    }


    .cmh-content-card,
    .cmh-faq-card{

        padding:18px;

        border-radius:17px;

    }


    .cmh-content-badge{

        padding:7px 13px;

        font-size:11px;

    }


    .cmh-content-card h2,
    .cmh-faq-title{

        font-size:23px;

        line-height:1.3;

    }


    .cmh-content-card h3{

        margin-top:27px;

        font-size:18px;

        line-height:1.4;

    }


    .cmh-content-card p{

        font-size:13px;

        line-height:1.8;

    }


    .cmh-info-box{

        padding:18px;

        border-left-width:4px;

    }


    .cmh-info-box h3{

        margin-bottom:11px;

    }


    .cmh-info-box ul{

        margin-top:14px;

        padding-left:19px;

    }


    .cmh-info-box li{

        margin-bottom:9px;

        font-size:13px;

        line-height:1.75;

    }


    .cmh-note{

        padding:17px;

        font-size:13px;

        line-height:1.8;

    }


    .cmh-faq-desc{

        margin-bottom:22px;

        font-size:13px;

        line-height:1.75;

    }


    .cmh-faq-item{

        border-radius:14px;

        margin-bottom:11px;

    }


    .cmh-faq-question{

        min-height:58px;

        padding:15px;

        gap:10px;

        font-size:13px;

        line-height:1.5;

    }


    .cmh-faq-question span{

        flex:0 0 28px;

        width:28px;

        height:28px;

        font-size:17px;

    }


    .cmh-faq-answer p{

        padding:17px;

        font-size:13px;

        line-height:1.8;

    }

}


/* =========================================================
   EXTRA SMALL DEVICES
   ========================================================= */

@media(max-width:360px){

    .cmh-content-card,
    .cmh-faq-card{

        padding:15px;

    }


    .cmh-content-card h2,
    .cmh-faq-title{

        font-size:21px;

    }


    .cmh-content-card h3{

        font-size:17px;

    }


    .cmh-content-card p{

        font-size:12px;

    }


    .cmh-faq-question{

        padding:13px;

        font-size:12px;

    }


    .cmh-faq-question span{

        flex:0 0 26px;

        width:26px;

        height:26px;

        font-size:16px;

    }


    .cmh-faq-answer p{

        padding:15px;

        font-size:12px;

    }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media(prefers-reduced-motion:reduce){

    .cmh-content *,
    .cmh-faq *{

        animation:none !important;

        transition:none !important;

        scroll-behavior:auto !important;

    }

}/* End custom CSS */