.policy_topbar .topbar_inner{
    border: none;
}
.topbar_item{
    gap: 1.5rem;
    flex: 1;
    padding: 0 2.5rem;
    display: flex !important;
}
.topbar_item:first-child{
    flex: 1;
}
.topbar_icon_wrap{
    width: 6rem;
    height: 6rem;
}
.topbar_text h3 {
    font-size: 1.6rem;
}



.banner_left h1 span{
    color: inherit;
    position: relative;
    display: inline-block;
}
.banner_left h1 span::after{
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 170px;
    height: 30px;
    background-image: url(../img/line_pattern.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.ship_card{
    background-color: #fef9f5;
    border-color: #fcf4ee;
}
.ship_card i{
    color: #fe5901;
}
.banner_right{
    background-image: linear-gradient(to bottom right, #fef8f2, #feefe5);
    border-color: #feeee0;
    padding: 0;
    overflow: hidden;
}
.trust_pills{
    border-radius: 0;
}
.trust_icon{
    width: 7rem;
    height: 7rem;
    background-color: #fef0e4;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.trust_text h4{
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a1a1a;
}
.trust_text p{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: #6b7280;
    max-width: 300px;
}



.policy_benefit_wrap{
    background-color: #fef9f6;
    border: 1px solid #fde9df;
    border-radius: 3rem;
    box-shadow: 0 6px 20px rgb(255 217 185 / 60%);
}
.benefit_card{
    border-color: #fde9df;
    box-shadow: none;
}



.overview_wrap{
    background-image: url(../img/overview_bg.png);
    background-size: 14rem;
    background-position: 90% 9rem;
    background-repeat: no-repeat;
}
.step_card{
    background-color: #fefaf7;
    border-color: #fcf4ee;
    box-shadow: 0 2px 2px rgb(255 217 185 / 45%);
}
.step_num{
    background-color: #fff;
    box-shadow: 0 4px 4px rgb(255 217 185 / 45%);
    color: #fe5901;
    width: 5rem;
    height: 5rem;
    top: -2.5rem;
    font-size: 2.8rem;
}
.overview_bottom{
    background-color: #fefaf7;
    border: 1px solid #fcf4ee;
    box-shadow: 0 2px 2px rgb(255 217 185 / 45%);
    border-radius: 1.5rem;
    position: relative;
}
.overview_bottom::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    background-image: url(../img/overview_bottom_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.overview_bottom_icon{
    width: 8rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 50%;
    background-color: #fef0e5;
}
.overview_bottom_text h4{
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
}
.overview_bottom_text p{
    font-size: 1.5rem;
    color: #6b7280;
    line-height: 1.6;
}



.tracking_left {
    padding: 5rem 0 0;
    background-image: linear-gradient(to bottom, #f96b1b, #ed5104);
    overflow: hidden;
}
.tracking_left_text{
    padding: 0 5rem 0;
    gap: 1.8rem;
    margin-bottom: 2rem;
}
.tracking_badge{
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    background-color: #fb752a;
    border: 1px solid #fd701f;
    border-radius: 10rem;
    padding: .8rem 1.6rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .06em;
    width: fit-content;
}
.tracking_img_wrap {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.track_support{
    background-color: #fef8f3;
    border-color: #ffe5d8;
}
.track_support_icon{
    width: 7rem;
    height: 7rem;
}
.track_support_text{
    max-width: 400px;
}
.track_arrow{
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
}



.help_title_text h2{
    font-size: 7rem;
}
.help_title_text h2 span{
    color: #fbe2a1;
    position: relative;
}
.help_title_text h2 span::after{
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100px;
    height: 20px;
    background-image: url(../img/help_line_pattern.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.help_contact_btn{
    padding: 1.5rem;
    font-size: 1.5rem;
}
.help_contact_btn i{
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fde6cc;
    border-radius: 50%;
    font-size: 2rem;
}
.help_contact_btn:hover span{
    color: #fff !important;
}
.help_contact_btn i{
    color: #fe5901;
}
.help_features {
    border: none;
}
.help_feat{
    flex: none;
    flex-direction: row;
    gap: 1rem;
    padding: 0 2rem;
    border-color: #ffcba8;
}



.faq_head_img{
    max-width: 350px;
}
.accordion_wrap .accordion-item{
    border: 2px solid #fef0e6;
    box-shadow: 0 2px 2px rgb(255 217 185 / 50%);
}
.faq_item_icon{
    width: 6rem;
    height: 6rem;
    background-color: #fef6ec;
    box-shadow: 0 4px 5px rgb(255 217 185 / 50%);
}
.faq_footer{
    background-color: #fef9f4;
    border: 2px solid #fef0e6;
    box-shadow: 0 4px 10px rgb(255 217 185 / 50%);
    padding: 1.5rem 2rem;
}
.faq_footer::after{
    display: none;
}
.faq_footer_icon{
    width: 8rem;
    height: 8rem;
    flex-shrink: 0;
    background-color: #fefbfb;
    border: 2px solid #fef0e6;
    box-shadow: 0 4px 5px rgb(255 217 185 / 50%);
    border-radius: 100%;
    padding: 1rem;
}
.faq_footer_text p{
    font-size: 1.5rem;
    font-weight: 500;
    color: #6b7280;
    line-height: 1.4;
}
.faq_footer_text p strong{
    font-size: 1.8rem;
    color: var(--navy);
    font-weight: 800;
}
.faq_footer_text p a{
    color: #fe5901;
    font-weight: 600;
}
.faq_footer_right {
    background-color: #fef3ea;
    border: 2px solid #fee4d3;
}
.faq_footer_contact{
    border-color: #feb07b;
}
.faq_footer_contact i{
    font-size: 3.2rem;
}
.faq_footer_contact p{
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1a1a1a;
}
.faq_footer_contact p a{
    font-size: 1.4rem;
    font-weight: 600;
}
.policy_faq_sec .help_feat{
    padding: 0 5rem;
    border-color: #919191;
    color: #393939;
    font-size: 1.6rem;
}
.policy_faq_sec .help_feat i{
    color: #fe5901;
    font-size: 2rem;
}



.feature_bar{
    border-radius: 50rem;
    background-color: #fefefc;
    border: 1px solid #fef0e6;
    box-shadow: 0 4px 10px rgb(255 217 185 / 50%);
}
.feature_item{
    flex: none;
    padding: 0 4rem;
}
.feature_item_icon{
    background-color: #fdf7f1;
    border: 1px solid #fef0e6;
    border-radius: 100%;
    padding: 1.5rem;
}
.feature_dot{
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 100%;
    background-color: #fe9f32;
}





@media screen and (max-width: 992px){
    .topbar_item{
        padding: 2rem 0;
    }
    .topbar_item:first-child{
        border-top: none;
    }
    .topbar_item:nth-child(2) {
        border-top: 1px solid #e8e8e8;
    }

    .banner_left h1 span::after {
        bottom: -2rem;
        width: 100px;
        height: 25px;
    }

    .policy_banner .banner_inner{
        padding: 3rem;
    }
}

@media screen and (max-width: 767px){
    .policy_faq_sec .help_feat{
        padding: 0 1.5rem;
    }
    .feature_bar{
        border-radius: 3rem;
    }
    .feature_dot{
        display: none;
    }
    .feature_item{
        padding: 2rem 0;
    }
}