/*-----------------------------------------------------------------------------------*/
/*	WSP BANNER HEADER STYLES
/*-----------------------------------------------------------------------------------*/
.wsp_container{
    background: #990900;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.text-wsp-banner p.title{
    color: #FFF;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 28px */
}
.text-wsp-banner p.description{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.text-wsp-banner a.btn-wsp{
    display: inline-flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #FFF;
    color: #007902;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.text-wsp-banner a.btn-wsp i{
    font-size: 15px;
}
.images-wsp-banner{
    transform: translateX(11%);
    display: flex;
}
.images-wsp-banner .circle{
    width: 138px;
    height: 138px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #990900;
}
.circle img{
    width: 100%;
    object-fit: cover;
}
.circle:nth-child(2) {
    transform: translateX(-18%);
}
  
.circle:nth-child(3) {
    transform: translateX(-34%);
}
@media (max-width: 767px) {
    .wsp_container{
        display: inherit;
    }
    .text-wsp-banner p.title{
        margin-bottom: 10px;
    }
    .images-wsp-banner{
        display: none;
    }
    .text-wsp-banner a.btn-wsp i{
        font-size: 30px;
    }
    .text-wsp-banner a.btn-wsp{
        width: 100%;
        padding: 0;
        padding: 10px 0;
    }
}



/*-----------------------------------------------------------------------------------*/
/*	WSP BANNER HEADER CONTENT STYLES
/*-----------------------------------------------------------------------------------*/


.wsp-content-banner{
    background: #F2E5E6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.wsp-content-banner .text-wsp-content{
    padding-left: 30px;
}

.wsp-content-banner .text-wsp-content .text-wsp-p{
    font-size: 30px !important;
}
.wsp-content-banner .text-wsp-content p{
    color: #202020;
    font-size: 30px;
    font-weight: 700;
    line-height: 140%; /* 42px */
}
.wsp-content-banner .text-wsp-content ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.wsp-content-banner .text-wsp-content ul li{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.wsp-content-banner .text-wsp-content ul li strong{
    font-weight: 700;
}
.wsp-content-banner .text-wsp-content ul li p{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    margin-bottom: 8px;
}
.wsp-content-banner .text-wsp-content ul li p:before{
    content: url('https://www.theonlyperuguide.com/wp-content/uploads/2025/04/icon-park-solid_check-one.svg');
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.wsp-content-banner .text-wsp-content a.btn-wsp{
    border-radius: 16px;
    background: #007902;
    display: inline-flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wsp-content-banner .btn-wsp-content{
    border-radius: 16px;
    background: #007902;
    display: inline-flex;
    padding: 12px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    margin-top: 6px;
}

.wsp-content-banner .image-wsp-content{
    background-image: url(https://www.theonlyperuguide.com/wp-content/uploads/2025/04/image-wsp-content.png);
    background-size: cover;
}
.wsp-content-banner .image-wsp-content img{
    opacity: 0;
}

@media (max-width: 767px) {
    .wsp-content-banner{
        display: inherit;
        padding: 20px 0px;
    }
    .wsp-content-banner .text-wsp-content{
        margin-bottom: 20px;
        padding-left: 0;
        padding: 15px;
    }
    .wsp-content-banner .btn-wsp-content{
        width: 100%;
        padding: 0;
        padding: 15px 0;
    }

}