.elementor-2591 .elementor-element.elementor-element-7c445a8{--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-cf7d59f *//* ==================================================
   COFFEEMASTERHUB
   LINK EXCHANGE COFFEE NICHE OPPORTUNITIES
   COMPLETE PREMIUM CSS
================================================== */


/* ==================================================
   MAIN WRAPPER
================================================== */

.cmh-coffee-link-exchange-page{
    width:100%;
    margin:0 auto;
    color:#3f2a1d;
    font-family:"Poppins",sans-serif;
    box-sizing:border-box;
    overflow:hidden;
}

.cmh-coffee-link-exchange-page *,
.cmh-coffee-link-exchange-page *::before,
.cmh-coffee-link-exchange-page *::after{
    box-sizing:border-box;
}


/* ==================================================
   HERO
================================================== */

.cmh-coffee-link-exchange-hero{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:75px 35px 70px;
}

.cmh-coffee-link-exchange-hero-content{
    position:relative;
    background:#f7efe8;
    border:1px solid #ead9ca;
    border-radius:24px;
    padding:65px 60px;
    text-align:center;
    overflow:hidden;
}


/* HERO DECORATION */

.cmh-coffee-link-exchange-hero-content::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    right:-90px;
    top:-100px;
    background:rgba(107,63,34,.07);
    border-radius:50%;
}

.cmh-coffee-link-exchange-hero-content::after{
    content:"";
    position:absolute;
    width:150px;
    height:150px;
    left:-70px;
    bottom:-80px;
    background:rgba(107,63,34,.06);
    border-radius:50%;
}


/* HERO BADGE */

.cmh-coffee-link-exchange-badge{
    position:relative;
    z-index:2;
    display:inline-block;
    margin-bottom:16px;
    padding:7px 15px;
    background:#6b3f22;
    color:#fff;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}


/* HERO H1 */

.cmh-coffee-link-exchange-hero h1{
    position:relative;
    z-index:2;
    margin:0 0 18px;
    color:#3e2415;
    font-size:44px;
    line-height:1.2;
    font-weight:800;
}


/* HERO DESCRIPTION */

.cmh-coffee-link-exchange-hero p{
    position:relative;
    z-index:2;
    max-width:820px;
    margin:0 auto;
    color:#6f5a4a;
    font-size:17px;
    line-height:1.8;
}


/* ==================================================
   COMMON SECTION
================================================== */

.cmh-coffee-link-exchange-section{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:65px 35px;
}

.cmh-coffee-link-exchange-content{
    width:100%;
}


/* COMMON H2 */

.cmh-coffee-link-exchange-content h2{
    margin:0 0 20px;
    color:#3e2415;
    font-size:32px;
    line-height:1.3;
    font-weight:800;
}


/* COMMON PARAGRAPHS */

.cmh-coffee-link-exchange-content p{
    margin:0 0 17px;
    color:#5f5046;
    font-size:16px;
    line-height:1.85;
}

.cmh-coffee-link-exchange-content p:last-child{
    margin-bottom:0;
}


/* STRONG */

.cmh-coffee-link-exchange-page strong{
    color:#4d2d1c;
    font-weight:700;
}


/* ==================================================
   LABEL
================================================== */

.cmh-coffee-link-exchange-label{
    display:block;
    margin-bottom:10px;
    color:#8a5835;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.4px;
    text-transform:uppercase;
}


/* ==================================================
   INTRO
================================================== */

.cmh-coffee-link-exchange-intro{
    padding-top:20px;
    padding-bottom:55px;
}

.cmh-coffee-link-exchange-intro
.cmh-coffee-link-exchange-content{
    max-width:900px;
    margin:0 auto;
}


/* ==================================================
   MAIN CONTENT CARD
================================================== */

.cmh-coffee-link-exchange-card{
    display:grid;
    grid-template-columns:90px 1fr;
    gap:30px;
    align-items:start;
    padding:45px;
    background:#fbf7f3;
    border:1px solid #eadfd6;
    border-radius:22px;
}


/* NUMBER */

.cmh-coffee-link-exchange-number{
    width:68px;
    height:68px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#6b3f22;
    color:#fff;

    border-radius:18px;

    font-size:17px;
    font-weight:800;
}


/* CARD CONTENT */

.cmh-coffee-link-exchange-card-content h2{
    margin:0 0 17px;
    color:#3e2415;
    font-size:30px;
    line-height:1.3;
    font-weight:800;
}

.cmh-coffee-link-exchange-card-content p{
    margin:0 0 16px;
    color:#5f5046;
    font-size:16px;
    line-height:1.85;
}

.cmh-coffee-link-exchange-card-content p:last-child{
    margin-bottom:0;
}


/* ==================================================
   PARTNER GRID
================================================== */

.cmh-coffee-link-exchange-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:35px;
}


/* PARTNER CARD */

.cmh-coffee-link-exchange-topic{
    padding:30px;

    background:#fff;

    border:1px solid #e9ddd3;
    border-radius:18px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.cmh-coffee-link-exchange-topic:hover{
    transform:translateY(-3px);
    border-color:#ddcbbb;
    box-shadow:0 10px 25px rgba(63,42,29,.06);
}


/* TOPIC ICON */

.cmh-coffee-link-exchange-icon{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:20px;

    background:#f2e5da;
    color:#6b3f22;

    border-radius:12px;

    font-size:11px;
    font-weight:800;
}


/* TOPIC TITLE */

.cmh-coffee-link-exchange-topic h3{
    margin:0 0 10px;
    color:#3e2415;
    font-size:19px;
    line-height:1.4;
    font-weight:700;
}


/* TOPIC TEXT */

.cmh-coffee-link-exchange-topic p{
    margin:0;
    color:#6b5a4c;
    font-size:14px;
    line-height:1.75;
}


/* ==================================================
   COFFEE TOPIC LIST
================================================== */

.cmh-coffee-link-exchange-topic-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-top:30px;
}


/* TOPIC ITEM */

.cmh-coffee-link-exchange-topic-list div{
    padding:17px 19px;

    background:#fbf7f3;

    border:1px solid #eadfd6;
    border-radius:14px;

    color:#4d392c;

    font-size:14px;
    font-weight:600;
    line-height:1.5;

    transition:
        background .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.cmh-coffee-link-exchange-topic-list div:hover{
    background:#f7efe8;
    border-color:#ddcbbb;
    transform:translateY(-2px);
}


/* ==================================================
   QUALITY CHECK GRID
================================================== */

.cmh-coffee-link-exchange-check-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
}


/* CHECK CARD */

.cmh-coffee-link-exchange-check{
    display:grid;
    grid-template-columns:40px 1fr;
    gap:17px;
    align-items:start;

    padding:28px;

    background:#fbf7f3;

    border:1px solid #eadfd6;
    border-radius:18px;
}


/* CHECK ICON */

.cmh-coffee-link-exchange-check > span{
    width:34px;
    height:34px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#6b3f22;
    color:#fff;

    border-radius:50%;

    font-size:13px;
    font-weight:800;
}


/* CHECK TITLE */

.cmh-coffee-link-exchange-check h3{
    margin:0 0 8px;
    color:#3e2415;
    font-size:18px;
    line-height:1.4;
    font-weight:700;
}


/* CHECK TEXT */

.cmh-coffee-link-exchange-check p{
    margin:0;
    color:#6b5a4c;
    font-size:14px;
    line-height:1.75;
}


/* ==================================================
   OPPORTUNITY GRID
================================================== */

.cmh-coffee-link-exchange-opportunity-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:35px;
}


/* OPPORTUNITY CARD */

.cmh-coffee-link-exchange-opportunity{
    padding:32px;

    background:#fff;

    border:1px solid #e9ddd3;
    border-radius:18px;

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.cmh-coffee-link-exchange-opportunity:hover{
    transform:translateY(-3px);
    border-color:#ddcbbb;
    box-shadow:0 10px 25px rgba(63,42,29,.06);
}


/* OPPORTUNITY NUMBER */

.cmh-coffee-link-exchange-opportunity > span{
    display:flex;
    align-items:center;
    justify-content:center;

    width:44px;
    height:44px;

    margin-bottom:18px;

    background:#f2e5da;
    color:#6b3f22;

    border-radius:12px;

    font-size:11px;
    font-weight:800;
}


/* OPPORTUNITY TITLE */

.cmh-coffee-link-exchange-opportunity h3{
    margin:0 0 10px;
    color:#3e2415;
    font-size:20px;
    line-height:1.4;
    font-weight:700;
}


/* OPPORTUNITY TEXT */

.cmh-coffee-link-exchange-opportunity p{
    margin:0;
    color:#6b5a4c;
    font-size:14px;
    line-height:1.75;
}


/* ==================================================
   BENEFIT GRID
================================================== */

.cmh-coffee-link-exchange-benefit-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-top:35px;
}


/* BENEFIT CARD */

.cmh-coffee-link-exchange-benefit{
    padding:30px;

    background:#fbf7f3;

    border:1px solid #eadfd6;
    border-radius:18px;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.cmh-coffee-link-exchange-benefit:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(63,42,29,.06);
}


/* BENEFIT NUMBER */

.cmh-coffee-link-exchange-benefit-number{
    width:42px;
    height:42px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:18px;

    background:#6b3f22;
    color:#fff;

    border-radius:12px;

    font-size:11px;
    font-weight:800;
}


/* BENEFIT TITLE */

.cmh-coffee-link-exchange-benefit h3{
    margin:0 0 10px;
    color:#3e2415;
    font-size:19px;
    line-height:1.4;
    font-weight:700;
}


/* BENEFIT TEXT */

.cmh-coffee-link-exchange-benefit p{
    margin:0;
    color:#6b5a4c;
    font-size:14px;
    line-height:1.75;
}


/* ==================================================
   REJECT GRID
================================================== */

.cmh-coffee-link-exchange-reject-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:13px;
    margin-top:30px;
}


/* REJECT ITEM */

.cmh-coffee-link-exchange-reject-grid div{
    padding:16px 15px;

    background:#fff;

    border:1px solid #e9ddd3;
    border-radius:13px;

    color:#5f5046;

    font-size:13px;
    font-weight:600;
    line-height:1.5;

    text-align:center;
}


/* ==================================================
   REQUEST GRID
================================================== */

.cmh-coffee-link-exchange-request-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:35px;
}


/* REQUEST CARD */

.cmh-coffee-link-exchange-request{
    padding:28px;

    background:#fbf7f3;

    border:1px solid #eadfd6;
    border-radius:18px;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.cmh-coffee-link-exchange-request:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(63,42,29,.06);
}


/* REQUEST NUMBER */

.cmh-coffee-link-exchange-request > span{
    display:flex;
    align-items:center;
    justify-content:center;

    width:42px;
    height:42px;

    margin-bottom:18px;

    background:#6b3f22;
    color:#fff;

    border-radius:12px;

    font-size:11px;
    font-weight:800;
}


/* REQUEST TITLE */

.cmh-coffee-link-exchange-request h3{
    margin:0 0 10px;
    color:#3e2415;
    font-size:18px;
    line-height:1.4;
    font-weight:700;
}


/* REQUEST TEXT */

.cmh-coffee-link-exchange-request p{
    margin:0;
    color:#6b5a4c;
    font-size:14px;
    line-height:1.75;
}


/* ==================================================
   CONTACT BOX
================================================== */

.cmh-coffee-link-exchange-contact-box{
    display:flex;
    align-items:center;
    gap:25px;

    padding:32px 35px;

    background:#fbf7f3;

    border:1px solid #eadfd6;
    border-radius:20px;
}


/* CONTACT ICON */

.cmh-coffee-link-exchange-contact-icon{
    flex:0 0 auto;

    width:62px;
    height:62px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#6b3f22;
    color:#fff;

    border-radius:17px;

    font-size:18px;
    font-weight:800;
}


/* CONTACT HEADING */

.cmh-coffee-link-exchange-contact-box h3{
    margin:0 0 8px;
    color:#3e2415;
    font-size:21px;
    line-height:1.4;
    font-weight:700;
}


/* CONTACT TEXT */

.cmh-coffee-link-exchange-contact-box p{
    margin:0 0 7px;
    color:#6b5a4c;
    font-size:14px;
    line-height:1.7;
}


/* CONTACT EMAIL */

.cmh-coffee-link-exchange-contact-box a{
    color:#6b3f22;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
}

.cmh-coffee-link-exchange-contact-box a:hover{
    color:#58321c;
    text-decoration:underline;
}


/* ==================================================
   FINAL CTA
================================================== */

.cmh-coffee-link-exchange-cta{
    width:100%;
    max-width:1200px;
    margin:0 auto;

    padding:35px 35px 70px;
}


/* CTA BOX */

.cmh-coffee-link-exchange-cta-box{
    position:relative;
    overflow:hidden;

    padding:55px 60px;

    background:#f7efe8;

    border:1px solid #ead9ca;
    border-radius:24px;

    text-align:center;
}


/* CTA DECORATION */

.cmh-coffee-link-exchange-cta-box::before{
    content:"";

    position:absolute;

    width:180px;
    height:180px;

    left:-80px;
    top:-90px;

    background:rgba(107,63,34,.06);

    border-radius:50%;
}

.cmh-coffee-link-exchange-cta-box::after{
    content:"";

    position:absolute;

    width:190px;
    height:190px;

    right:-90px;
    bottom:-100px;

    background:rgba(107,63,34,.06);

    border-radius:50%;
}


/* CTA CONTENT Z-INDEX */

.cmh-coffee-link-exchange-cta-box
.cmh-coffee-link-exchange-label,

.cmh-coffee-link-exchange-cta-box h2,

.cmh-coffee-link-exchange-cta-box p,

.cmh-coffee-link-exchange-button{
    position:relative;
    z-index:2;
}


/* CTA H2 */

.cmh-coffee-link-exchange-cta-box h2{
    margin:0 0 18px;

    color:#3e2415;

    font-size:34px;
    line-height:1.3;
    font-weight:800;
}


/* CTA TEXT */

.cmh-coffee-link-exchange-cta-box p{
    max-width:800px;

    margin:0 auto 16px;

    color:#5f5046;

    font-size:16px;
    line-height:1.85;
}


/* CTA BUTTON */

.cmh-coffee-link-exchange-button{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    margin-top:18px;

    padding:13px 24px;

    background:#6b3f22;
    color:#fff;

    border-radius:30px;

    text-decoration:none;

    font-size:15px;
    font-weight:700;

    transition:
        background .25s ease,
        transform .25s ease;
}

.cmh-coffee-link-exchange-button:hover{
    background:#58321c;
    color:#fff;
    text-decoration:none;
    transform:translateY(-1px);
}


/* ==================================================
   TABLET
================================================== */

@media(max-width:991px){

    .cmh-coffee-link-exchange-hero{
        padding:60px 25px 55px;
    }

    .cmh-coffee-link-exchange-hero-content{
        padding:55px 40px;
    }

    .cmh-coffee-link-exchange-hero h1{
        font-size:38px;
    }

    .cmh-coffee-link-exchange-section{
        padding-left:25px;
        padding-right:25px;
    }


    /* PARTNERS */

    .cmh-coffee-link-exchange-grid{
        grid-template-columns:repeat(2,1fr);
    }


    /* TOPICS */

    .cmh-coffee-link-exchange-topic-list{
        grid-template-columns:repeat(2,1fr);
    }


    /* REJECT */

    .cmh-coffee-link-exchange-reject-grid{
        grid-template-columns:repeat(3,1fr);
    }


    /* REQUEST */

    .cmh-coffee-link-exchange-request-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* ==================================================
   MOBILE
================================================== */

@media(max-width:767px){

    /* HERO */

    .cmh-coffee-link-exchange-hero{
        padding:40px 16px 35px;
    }

    .cmh-coffee-link-exchange-hero-content{
        padding:42px 24px;
        border-radius:20px;
    }

    .cmh-coffee-link-exchange-badge{
        font-size:10px;
        padding:6px 12px;
    }

    .cmh-coffee-link-exchange-hero h1{
        font-size:28px;
        line-height:1.25;
    }

    .cmh-coffee-link-exchange-hero p{
        font-size:15px;
        line-height:1.75;
    }


    /* COMMON SECTION */

    .cmh-coffee-link-exchange-section{
        padding:45px 16px;
    }

    .cmh-coffee-link-exchange-intro{
        padding-top:15px;
    }

    .cmh-coffee-link-exchange-content h2{
        font-size:27px;
    }

    .cmh-coffee-link-exchange-content p{
        font-size:15px;
        line-height:1.8;
    }


    /* MAIN CARD */

    .cmh-coffee-link-exchange-card{
        grid-template-columns:1fr;
        gap:22px;

        padding:30px 24px;

        border-radius:18px;
    }

    .cmh-coffee-link-exchange-number{
        width:56px;
        height:56px;

        border-radius:15px;

        font-size:16px;
    }

    .cmh-coffee-link-exchange-card-content h2{
        font-size:26px;
    }

    .cmh-coffee-link-exchange-card-content p{
        font-size:15px;
        line-height:1.8;
    }


    /* PARTNER GRID */

    .cmh-coffee-link-exchange-grid{
        grid-template-columns:1fr;

        gap:16px;

        margin-top:28px;
    }

    .cmh-coffee-link-exchange-topic{
        padding:24px;
    }


    /* TOPIC LIST */

    .cmh-coffee-link-exchange-topic-list{
        grid-template-columns:1fr;

        gap:11px;

        margin-top:25px;
    }

    .cmh-coffee-link-exchange-topic-list div{
        padding:15px 17px;
    }


    /* CHECK GRID */

    .cmh-coffee-link-exchange-check-grid{
        grid-template-columns:1fr;

        gap:14px;

        margin-top:28px;
    }

    .cmh-coffee-link-exchange-check{
        grid-template-columns:35px 1fr;

        gap:14px;

        padding:24px 20px;
    }


    /* OPPORTUNITIES */

    .cmh-coffee-link-exchange-opportunity-grid{
        grid-template-columns:1fr;

        gap:16px;

        margin-top:28px;
    }

    .cmh-coffee-link-exchange-opportunity{
        padding:25px 22px;
    }


    /* BENEFITS */

    .cmh-coffee-link-exchange-benefit-grid{
        grid-template-columns:1fr;

        gap:16px;

        margin-top:28px;
    }

    .cmh-coffee-link-exchange-benefit{
        padding:25px 22px;
    }


    /* REJECT */

    .cmh-coffee-link-exchange-reject-grid{
        grid-template-columns:1fr;

        gap:10px;

        margin-top:25px;
    }

    .cmh-coffee-link-exchange-reject-grid div{
        padding:15px 17px;
        text-align:left;
    }


    /* REQUEST */

    .cmh-coffee-link-exchange-request-grid{
        grid-template-columns:1fr;

        gap:14px;

        margin-top:28px;
    }

    .cmh-coffee-link-exchange-request{
        padding:24px 21px;
    }


    /* CONTACT */

    .cmh-coffee-link-exchange-contact-box{
        align-items:flex-start;

        gap:18px;

        padding:25px 22px;
    }

    .cmh-coffee-link-exchange-contact-icon{
        width:54px;
        height:54px;

        border-radius:15px;

        font-size:16px;
    }

    .cmh-coffee-link-exchange-contact-box h3{
        font-size:19px;
    }

    .cmh-coffee-link-exchange-contact-box p{
        font-size:14px;
    }

    .cmh-coffee-link-exchange-contact-box a{
        font-size:14px;
        word-break:break-word;
    }


    /* CTA */

    .cmh-coffee-link-exchange-cta{
        padding:20px 16px 45px;
    }

    .cmh-coffee-link-exchange-cta-box{
        padding:40px 24px;

        border-radius:20px;
    }

    .cmh-coffee-link-exchange-cta-box h2{
        font-size:28px;
    }

    .cmh-coffee-link-exchange-cta-box p{
        font-size:15px;
        line-height:1.8;
    }

    .cmh-coffee-link-exchange-button{
        width:100%;
        padding:13px 18px;
    }

}


/* ==================================================
   SMALL MOBILE
================================================== */

@media(max-width:480px){

    .cmh-coffee-link-exchange-hero h1{
        font-size:26px;
    }

    .cmh-coffee-link-exchange-hero-content{
        padding:38px 20px;
    }

    .cmh-coffee-link-exchange-content h2{
        font-size:25px;
    }

    .cmh-coffee-link-exchange-card{
        padding:26px 20px;
    }

    .cmh-coffee-link-exchange-topic{
        padding:23px 20px;
    }

    .cmh-coffee-link-exchange-check{
        padding:22px 18px;
    }

    .cmh-coffee-link-exchange-opportunity{
        padding:23px 19px;
    }

    .cmh-coffee-link-exchange-benefit{
        padding:23px 19px;
    }

    .cmh-coffee-link-exchange-contact-box{
        padding:23px 18px;
    }

    .cmh-coffee-link-exchange-request{
        padding:23px 18px;
    }

    .cmh-coffee-link-exchange-cta-box{
        padding:36px 20px;
    }

}/* End custom CSS */