.elementor-16 .elementor-element.elementor-element-f9af588{--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-16608e7 *//* ==================================================
   COFFEEMASTERHUB
   CONTACT PAGE - FINAL CSS
================================================== */

.cmh-contact-page{
    width:100%;
    margin:0 auto;
    color:#3f2a1d;
    font-family:"Poppins",sans-serif;
    box-sizing:border-box;
    overflow:hidden;
}

.cmh-contact-page *,
.cmh-contact-page *::before,
.cmh-contact-page *::after{
    box-sizing:border-box;
}


/* ==================================================
   HERO
================================================== */

.cmh-contact-hero{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:70px 35px 60px;
}

.cmh-contact-hero-content{
    position:relative;
    overflow:hidden;
    padding:62px 55px;
    background:#f7efe8;
    border:1px solid #ead9ca;
    border-radius:22px;
    text-align:center;
}

.cmh-contact-hero-content::before{
    content:"";
    position:absolute;
    width:210px;
    height:210px;
    right:-95px;
    top:-105px;
    background:rgba(107,63,34,.07);
    border-radius:50%;
}

.cmh-contact-hero-content::after{
    content:"";
    position:absolute;
    width:145px;
    height:145px;
    left:-70px;
    bottom:-75px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}

.cmh-contact-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-contact-hero h1{
    position:relative;
    z-index:2;
    margin:0 0 17px;
    color:#3e2415;
    font-size:43px;
    line-height:1.2;
    font-weight:800;
}

.cmh-contact-hero p{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:0 auto;
    color:#6f5a4a;
    font-size:16px;
    line-height:1.8;
}


/* ==================================================
   MAIN SECTION
================================================== */

.cmh-contact-section{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:20px 35px 65px;
}

.cmh-contact-grid{
    display:grid;
    grid-template-columns:1fr 1.05fr;
    gap:35px;
    align-items:start;
}


/* ==================================================
   CONTACT INFORMATION
================================================== */

.cmh-contact-info{
    padding:8px 10px 8px 0;
}

.cmh-contact-label{
    display:block;
    margin-bottom:9px;
    color:#8a5835;
    font-size:11px;
    font-weight:800;
    letter-spacing:1.4px;
    text-transform:uppercase;
}

.cmh-contact-info h2{
    margin:0 0 17px;
    color:#3e2415;
    font-size:31px;
    line-height:1.3;
    font-weight:800;
}

.cmh-contact-info > p{
    margin:0 0 16px;
    color:#5f5046;
    font-size:15px;
    line-height:1.85;
}


/* ==================================================
   CONTACT DETAILS
================================================== */

.cmh-contact-details{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-top:30px;
}

.cmh-contact-detail{
    display:flex;
    gap:16px;
    align-items:flex-start;
    padding:20px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:15px;
}

.cmh-contact-icon{
    width:44px;
    height:44px;
    min-width:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f2e5da;
    color:#6b3f22;
    border-radius:11px;
    font-size:16px;
    font-weight:800;
}

.cmh-contact-detail h3{
    margin:0 0 6px;
    color:#3e2415;
    font-size:16px;
    line-height:1.4;
    font-weight:700;
}

.cmh-contact-detail p{
    margin:0 0 6px;
    color:#6b5a4c;
    font-size:13px;
    line-height:1.7;
}

.cmh-contact-detail a{
    color:#6b3f22;
    font-size:13px;
    font-weight:700;
    text-decoration:none;
    word-break:break-word;
}

.cmh-contact-detail a:hover{
    text-decoration:underline;
}


/* ==================================================
   FORM CARD
================================================== */

.cmh-contact-form-card{
    padding:38px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:20px;
}

.cmh-contact-form-heading{
    margin-bottom:26px;
}

.cmh-contact-form-heading h2{
    margin:0 0 9px;
    color:#3e2415;
    font-size:27px;
    line-height:1.3;
    font-weight:800;
}

.cmh-contact-form-heading p{
    margin:0;
    color:#6b5a4c;
    font-size:14px;
    line-height:1.7;
}


/* ==================================================
   FORM
================================================== */

.cmh-contact-form{
    width:100%;
}

.cmh-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:17px;
}

.cmh-form-group{
    margin-bottom:18px;
}

.cmh-form-group label{
    display:block;
    margin-bottom:7px;
    color:#3e2415;
    font-size:13px;
    font-weight:700;
}

.cmh-form-group input,
.cmh-form-group textarea{
    width:100%;
    display:block;
    padding:12px 14px;
    background:#fff;
    border:1px solid #dfd1c6;
    border-radius:10px;
    outline:none;
    color:#3f2a1d;
    font-family:"Poppins",sans-serif;
    font-size:14px;
    line-height:1.5;
    box-shadow:none;
    transition:border-color .2s ease,
               box-shadow .2s ease;
}

.cmh-form-group input{
    height:47px;
}

.cmh-form-group textarea{
    min-height:140px;
    resize:vertical;
}

.cmh-form-group input::placeholder,
.cmh-form-group textarea::placeholder{
    color:#a29388;
}

.cmh-form-group input:focus,
.cmh-form-group textarea:focus{
    border-color:#6b3f22;
    box-shadow:0 0 0 3px rgba(107,63,34,.08);
}


/* ==================================================
   SUBMIT BUTTON
================================================== */

.cmh-contact-submit{
    width:100%;
    min-height:49px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:10px;
    background:#6b3f22;
    color:#fff;
    font-family:"Poppins",sans-serif;
    font-size:14px;
    font-weight:700;
    line-height:1;
    cursor:pointer;
    transition:background .2s ease,
                transform .2s ease;
}

.cmh-contact-submit:hover{
    background:#58321c;
}

.cmh-contact-submit:active{
    transform:translateY(1px);
}

.cmh-contact-submit:focus{
    outline:none;
    box-shadow:0 0 0 3px rgba(107,63,34,.14);
}

.cmh-form-note{
    margin:12px 0 0;
    color:#8a786b;
    font-size:11px;
    line-height:1.6;
    text-align:center;
}


/* ==================================================
   BOTTOM CTA
================================================== */

.cmh-contact-bottom{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:10px 35px 60px;
}

.cmh-contact-bottom-content{
    position:relative;
    overflow:hidden;
    padding:48px 40px;
    background:#f7efe8;
    border:1px solid #ead9ca;
    border-radius:21px;
    text-align:center;
}

.cmh-contact-bottom-content::before{
    content:"";
    position:absolute;
    width:165px;
    height:165px;
    left:-80px;
    top:-82px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}

.cmh-contact-bottom-content::after{
    content:"";
    position:absolute;
    width:165px;
    height:165px;
    right:-80px;
    bottom:-85px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}

.cmh-contact-bottom-content .cmh-contact-label,
.cmh-contact-bottom-content h2,
.cmh-contact-bottom-content p,
.cmh-contact-home-button{
    position:relative;
    z-index:2;
}

.cmh-contact-bottom-content h2{
    margin:0 0 13px;
    color:#3e2415;
    font-size:29px;
    line-height:1.3;
    font-weight:800;
}

.cmh-contact-bottom-content p{
    max-width:720px;
    margin:0 auto 21px;
    color:#5f5046;
    font-size:14px;
    line-height:1.8;
}

.cmh-contact-home-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 23px;
    background:#6b3f22;
    color:#fff;
    border-radius:30px;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
    transition:background .2s ease;
}

.cmh-contact-home-button:hover{
    background:#58321c;
    color:#fff;
    text-decoration:none;
}


/* ==================================================
   FINAL NOTE
================================================== */

.cmh-contact-final{
    max-width:900px;
    margin:0 auto;
    padding:0 35px 60px;
    text-align:center;
}

.cmh-contact-final p{
    margin:0;
    color:#76675d;
    font-size:13px;
    line-height:1.7;
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:991px){

    .cmh-contact-hero{
        padding:58px 25px 48px;
    }

    .cmh-contact-hero-content{
        padding:52px 38px;
    }

    .cmh-contact-hero h1{
        font-size:37px;
    }

    .cmh-contact-section{
        padding-left:25px;
        padding-right:25px;
    }

    .cmh-contact-grid{
        grid-template-columns:1fr;
        gap:38px;
    }

    .cmh-contact-info{
        padding-right:0;
    }

    .cmh-contact-bottom{
        padding-left:25px;
        padding-right:25px;
    }
}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:767px){

    .cmh-contact-hero{
        padding:38px 16px 32px;
    }

    .cmh-contact-hero-content{
        padding:40px 22px;
        border-radius:19px;
    }

    .cmh-contact-badge{
        margin-bottom:13px;
        padding:6px 12px;
        font-size:10px;
    }

    .cmh-contact-hero h1{
        font-size:27px;
        line-height:1.25;
    }

    .cmh-contact-hero p{
        font-size:14px;
        line-height:1.75;
    }


    /* MAIN */

    .cmh-contact-section{
        padding:14px 16px 42px;
    }

    .cmh-contact-grid{
        gap:30px;
    }


    /* INFORMATION */

    .cmh-contact-info h2{
        font-size:26px;
    }

    .cmh-contact-info > p{
        font-size:14px;
        line-height:1.8;
    }

    .cmh-contact-details{
        gap:14px;
        margin-top:25px;
    }

    .cmh-contact-detail{
        padding:18px;
    }

    .cmh-contact-detail h3{
        font-size:15px;
    }

    .cmh-contact-detail p,
    .cmh-contact-detail a{
        font-size:13px;
    }


    /* FORM */

    .cmh-contact-form-card{
        padding:27px 21px;
        border-radius:18px;
    }

    .cmh-contact-form-heading{
        margin-bottom:23px;
    }

    .cmh-contact-form-heading h2{
        font-size:24px;
    }

    .cmh-contact-form-heading p{
        font-size:13px;
    }

    .cmh-form-row{
        grid-template-columns:1fr;
        gap:0;
    }

    .cmh-form-group input{
        height:46px;
    }

    .cmh-form-group textarea{
        min-height:135px;
    }


    /* BOTTOM */

    .cmh-contact-bottom{
        padding:0 16px 42px;
    }

    .cmh-contact-bottom-content{
        padding:38px 22px;
        border-radius:19px;
    }

    .cmh-contact-bottom-content h2{
        font-size:25px;
    }

    .cmh-contact-bottom-content p{
        font-size:14px;
        line-height:1.8;
    }

    .cmh-contact-home-button{
        width:100%;
    }


    /* FINAL */

    .cmh-contact-final{
        padding:0 20px 45px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media(max-width:480px){

    .cmh-contact-hero-content{
        padding:36px 18px;
    }

    .cmh-contact-hero h1{
        font-size:25px;
    }

    .cmh-contact-hero p{
        font-size:13px;
    }

    .cmh-contact-info h2{
        font-size:24px;
    }

    .cmh-contact-detail{
        gap:13px;
        padding:17px;
    }

    .cmh-contact-icon{
        width:41px;
        min-width:41px;
        height:41px;
        font-size:15px;
    }

    .cmh-contact-form-card{
        padding:24px 17px;
    }

    .cmh-contact-form-heading h2{
        font-size:23px;
    }

    .cmh-contact-bottom-content{
        padding:34px 18px;
    }

    .cmh-contact-bottom-content h2{
        font-size:24px;
    }

}/* End custom CSS */