/*-------------------------------
Breadcrumb
--------------------------------*/

.seo-breadcrumb{
    position:relative;
    background-image:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.7)),url('../images/banner/1.jpg');
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
    padding:120px 0;
    color:#fff;
    text-align:center;
}

.seo-breadcrumb::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom right,
        rgba(0,0,0,.3),
        rgba(0,0,0,.6));
    z-index:0;
}

.seo-breadcrumb .container{
    position:relative;
    z-index:1;
}

.color_white{
    color:#fff;
}

/*=====================================================
EPR FEATURE BOXES
=====================================================*/

.feature-box{

    background:#fff;

    border:1px solid #E8E8E8;

    border-radius:18px;

    padding:35px 28px;

    height:100%;

    text-align:left;

    transition:.35s ease;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.feature-box:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 40px rgba(0,0,0,.12);

    border-color:#C97E19;

}

.feature-box i{

    width:70px;

    height:70px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    color:#C97E19;

    background:#FFF6EA;

    border-radius:50%;

    margin-bottom:20px;

}

.feature-box h5{

    font-size:26px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

    line-height:1.3;

}

.feature-box p{

    font-size:17px;

    color:#666;

    line-height:1.8;

    margin-bottom:0;

}

/*=====================================================
EPR FEATURE CARDS
=====================================================*/

.epr-feature-card{

    background:#fff;

    padding:40px 30px;

    border-radius:18px;

    border:1px solid #E9ECEF;

    border-left:5px solid #C97E19;

    text-align:center;

    height:100%;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.epr-feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.epr-feature-card h4{

    margin:25px 0 15px;

    font-size:24px;

    font-weight:700;

    color:#222;

}

.epr-feature-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

/*=====================================================
FEATURE ICON
=====================================================*/

.epr-feature-card .feature-icon{

    width:120px;

    height:120px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#FFF6EA;

    border:1px solid rgba(201,126,25,.20);

    display:flex;

    justify-content:center;

    align-items:center;

}

.epr-feature-card .feature-icon i{

    font-size:58px;

    color:#C97E19;

    line-height:1;

}

/*=====================================================
EPR TYPES
=====================================================*/

.epr-type-card{

    background:#fff;

    border:1px solid #E8E8E8;

    border-top:5px solid #C97E19;

    border-radius:18px;

    padding:35px 30px;

    height:100%;

    transition:.35s ease;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    display:flex;

    flex-direction:column;

}

.epr-type-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.15);

}

.epr-type-icon{

    width:75px;

    height:75px;

    border-radius:50%;

    background:#FFF6EA;

    color:#C97E19;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:22px;

}

.epr-type-card h4{

    font-size:28px;

    font-weight:700;

    color:#222;

    margin-bottom:15px;

    line-height:1.3;

}

.epr-type-card p{

    font-size:17px;

    color:#666;

    line-height:1.8;

    margin-bottom:30px;

    flex-grow:1;

}

/*=====================================================
BUTTON
=====================================================*/

.epr-type-card .btn{

    align-self:flex-start;

    background:#C97E19;

    color:#000;

    border:2px solid #C97E19;

    border-radius:8px;

    padding:12px 28px;

    font-family: 'Poppins', sans-serif;

    font-size:16px;

    font-weight:600;

    transition:.3s ease;

}

.epr-type-card .btn:hover{

    background:#B56D14;

    border-color:#B56D14;

    color:#fff;

    transform:translateY(-2px);

}

.epr-type-card .btn:focus{

    box-shadow:none;

}

/*=====================================================
EPR CTA SECTION
=====================================================*/

.epr-cta-section{

    padding:80px 0;

}

.epr-help-box{

    background:linear-gradient(135deg,#081C3A,#0E2D59);

    border-radius:24px;

    padding:70px 60px;

    text-align:center;

    color:#fff;

    position:relative;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.epr-help-box::before{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-120px;

    left:-120px;

}

.epr-help-box::after{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    background:rgba(255,181,104,.08);

    border-radius:50%;

    right:-80px;

    bottom:-80px;

}

.epr-help-box>*{

    position:relative;

    z-index:2;

}

.epr-help-box h3{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.epr-help-box span{

    color:#FFB568;

}

.epr-help-box p{

    max-width:850px;

    margin:0 auto;

    color:#E6E6E6;

    line-height:1.9;

}

.epr-help-box .cta-feature{

    padding:20px 15px;

}

.epr-help-box .cta-feature i{

    font-size:38px;

    color:#FFB568;

    margin-bottom:15px;

    display:block;

}

.epr-help-box .cta-feature h6{

    color:#fff;

    margin:0;

    font-size:17px;

    font-weight:600;

}

/*=========================================
BUTTON
=========================================*/

.epr-help-box .btn{

    background:#C97E19;

    border:2px solid #C97E19;

    color:#000;

    border-radius:10px;

    padding:14px 40px;

    font-family: 'Poppins', sans-serif;

    font-size:18px;

    font-weight:600;

    transition:.3s ease;

}

.epr-help-box .btn:hover{

    background:#B56D14;

    border-color:#B56D14;

    color:#fff;

    transform:translateY(-3px);

}

.epr-help-box .btn:focus,
.epr-help-box .btn:active{

    background:#B56D14;

    border-color:#B56D14;

    color:#fff;

    box-shadow:none;

}