/*-------------------------------
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;
}

/*=====================================================
WPC Feature Cards
=====================================================*/

.wpc-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);

}

.wpc-feature-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.wpc-feature-card h4{

    margin:25px 0 15px;

    font-size:24px;

    font-weight:700;

    color:#222;

}

.wpc-feature-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

.feature-icon{

    width:120px;
    height:120px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#FFF6EB;

    border:1px solid rgba(201,126,25,.20);

    display:flex;
    justify-content:center;
    align-items:center;

}

.feature-icon i{

    font-size:58px;

    color:#C97E19;

    line-height:1;

}

/*=========================================
WPC 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;

}

/*=========================================================
WPC PROCESS SECTION
=========================================================*/

.wpc-process-section{

    padding:90px 0;

    background:#F8F9FA;

}

.wpc-process-section .head-title{

    margin-bottom:60px;

}

.wpc-process-section .section-description{

    max-width:900px;

    margin:20px auto 0;

    font-size:17px;

    line-height:1.9;

    color: #000;;

}

/*=========================================================
CARD
=========================================================*/

.wpc-process-card{

    position:relative;

    background:#FFFFFF;

    border:1px solid #ECECEC;

    border-top:5px solid #C97E19;

    border-radius:20px;

    padding:45px 30px;

    text-align:center;

    height:100%;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.wpc-process-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

/*=========================================================
NUMBER
=========================================================*/

.wpc-number{

    position:absolute;

    top:22px;

    right:25px;

    font-size:42px;

    font-weight:700;

    color:rgba(201,126,25,.15);

}

/*=========================================================
ICON
=========================================================*/

.wpc-icon{

    width:120px;

    height:120px;

    margin:0 auto 30px;

    border-radius:50%;

    background:#FFF6EA;

    display:flex;

    justify-content:center;

    align-items:center;

}

.wpc-icon i{

    font-size:52px;

    color:#C97E19;

}

/*=========================================================
TITLE
=========================================================*/

.wpc-process-card h4{

    font-size:28px;

    font-weight:700;

    color:#222;

    margin-bottom:18px;

}

/*=========================================================
TEXT
=========================================================*/

.wpc-process-card p{

    font-size:17px;

    color:#666;

    line-height:1.8;

    margin-bottom:30px;

}

/*=========================================================
BOTTOM ICON
=========================================================*/

.wpc-arrow{

    width:55px;

    height:55px;

    margin:auto;

    border-radius:50%;

    background:#FFF6EA;

    display:flex;

    justify-content:center;

    align-items:center;

}

.wpc-arrow i{

    font-size:24px;

    color:#C97E19;

}

.wpc-end{

    background:#C97E19;

}

.wpc-end i{

    color:#fff;

}

.seo-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/background/seo.avif') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    color: var(--secondary-color);
    width: 100%;
    height: 100%;
}

/*=====================================================
WPC CTA SECTION
=====================================================*/

.wpc-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);

}

.wpc-help-box::before{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-120px;

    left:-120px;

}

.wpc-help-box::after{

    content:"";

    position:absolute;

    width:250px;

    height:250px;

    background:rgba(255,181,104,.08);

    border-radius:50%;

    right:-80px;

    bottom:-80px;

}

.wpc-help-box>*{

    position:relative;

    z-index:2;

}

.wpc-help-box h3{

    font-size:42px;

    font-weight:700;

    margin-bottom:20px;

}

.wpc-help-box span{

    color:#FFB568;

}

.wpc-help-box p{

    max-width:850px;

    margin:0 auto;

    line-height:1.9;

    color:#E6E6E6;

}

/*=========================================
CTA FEATURES
=========================================*/

.wpc-help-box .cta-feature{

    padding:20px 15px;

}

.wpc-help-box .cta-feature i{

    font-size:38px;

    color:#FFB568;

    margin-bottom:15px;

    display:block;

}

.wpc-help-box .cta-feature h6{

    color:#fff;

    margin:0;

    font-weight:600;

    font-size:17px;

}

/*=========================================
BUTTON
=========================================*/

.wpc-help-box .btn{

    background:#C97E19;

    border:2px solid #C97E19;

    color: black;

    border-radius:10px;

    padding:14px 40px;
    font-family: poppins;

    font-size:18px;

    font-weight:600;

    transition:.3s ease;

}

.wpc-help-box .btn:hover{

    background:#B56D14;

    border-color:#B56D14;

    color:#fff;

    transform:translateY(-3px);

}

.wpc-help-box .btn:focus,
.wpc-help-box .btn:active{

    background:#B56D14;

    border-color:#B56D14;

    color:#fff;

    box-shadow:none;

}