.banner .ban-content h1 {
    color: #fff;
    font-size: 46px;
    line-height: 70px;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 40px;
}

.banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #01010369;
    opacity: 1;
}

.header .primary-menu ul li a {
    color: #072e90;
    display: block;
    text-transform: capitalize;
    padding: 5px 25px;
    font-weight: 500;
    position: relative;
}

.cmn-tab-nav li a.active {
    background-color: #e80014;
    color: #fff;
}

.header {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: 100%;
    z-index: 9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgb(255 255 255);
}

.header .logo {
    display: block;
    width: 7%;
}
.banner .ban-content p{
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.header.fixed-header {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 2%), 0 2px 4px -1px rgba(0, 0, 0, 0.15);
    background-color: #ffffff !important;
    transition: all 0.3s ease;
    z-index: 9999;
}

a.login.btn.btn-outline.btn-round {
    color: #ffffff;
    background-color: #e80014;
}

.roysha-icon span:before {
    color: #072e90 !important;
}




.home-send-money {
    background-color: #ffffff;
}


.tagline {
    color: #e80014;
}

.receive-works .cmn-tab-nav li a.active .nav-arrow:after {
    background-color: #e80014;
}

.receive-works .cmn-tab-nav li a.active .nav-arrow {
    background-color: #e80014;
}

.iconBox h5 a {
    color: #072e90;
    display: block;
}

.sec-heading .sec-title {
    color: #072e90;
    font-size: 36px;
    line-height: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.tagline.bar:after {
    background-color: #e80014;
}

h2 {
    color: #072e90;
    font-size: 36px;
}


.cmn-tab-nav li a {
    background-color: #f7faff;
    color: #072e90;
    font-weight: 500;
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding: 10px;
}

/*.banner {
    background-image: url(../images/banner/1.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 650px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}*/

.steps.vertical li {
    text-align: left;
    padding-left: 45px;
    line-height: 38px;
}

.banner {
    background-image: url(../images/banner/origine.png) !important;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.btn-default {
    background-color: #072e90;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.footer .copyright-left {
    text-align: left;
    color: white;
}
.footer {
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: unset !important;
    background-color: #072e90;
    position: relative;
}
.header .primary-menu #mobile-menu-toggler {
    color: #e80014;
    font-size: 28px;
    line-height: .8;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ===== FAQ Accordion Icons ===== */
.accordion-item h5 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    cursor: pointer;
}

.faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    /* pousse l'icône tout à droite */
    font-size: 12px;
    transition: transform 0.2s ease;
}

.btn:hover {
    color: #072e90;
    text-decoration: none;
}

.contact-info-wrap {
    background-color: #072e90;
    font-size: 15px;
    padding: 114px 44px;
}

.nice-select.form-control {
    border-color: #17489e33;
    padding: 3px 10px !important;
    height: auto;
    border: solid 1px;
}
.contact-info-wrap address i {
    background-color: #fff;
    border-radius: 50%;
    color: #17489e;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

/* ===== Pricing Cards ===== */
.pricing-card {
    background: #fff;
    border: 1px solid #072e90;
    border-radius: 12px;
    padding: 36px 28px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
}

.pricing-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.pricing-featured {
    border: 2px solid #e80014;
}


.accordion .accordion-item h5 {
    color: #072e90;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 0;
}

.steps li span {
    background-color: #e80014;
    border: 1px solid #e0e0e000;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 14px;
    line-height: 25px;
    margin: 0 auto 25px;
    position: relative;
    height: 25px;
    width: 25px;
}

.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: #e80014;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.pricing-header h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #072e90;
}

.pricing-price {
    font-size: 42px;
    font-weight: 700;
    color: #072e90;
    line-height: 1;
    margin-bottom: 8px;
}


.pricing-header h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}



.pricing-price span {
    font-size: 16px;
    font-weight: 400;
    color: #888;
}

.pricing-calls {
    display: inline-block;
    background: #f4f7ff;
    color: #072e90;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 20px;
    margin-top: 6px;
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    flex: 1;
}

.pricing-features li {
    font-size: 14px;
    color: #444;
    padding: 7px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.pricing-features li:last-child {
    border-bottom: none;
}

.pricing-features li .fa-check-circle {
    color: #e80014;
    font-size: 15px;

}

.pricing-features li.disabled {
    color: #bbb;
}



/* ===== Pricing options supplémentaires ===== */
.pricing-options {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing-option-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #072e90;
    padding: 7px 10px;
    background: #f4f7ff;
    border-radius: 6px;
}

.pricing-option-item i {
    font-size: 13px;
    color: #072e90;
    width: 16px;
    flex-shrink: 0;
}

.pricing-option-item span {
    flex: 1;
}

.pricing-option-item strong {
    font-size: 14px;
    font-weight: 600;
    color: #072e90;
    white-space: nowrap;
}

.pricing-featured .pricing-options {
    border-top-color: #d0e4f7;
}

.pricing-featured .pricing-option-item {
    background: #f0f6ff;
}


.contact-from-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.landing-overview .boxed-shadow {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 425px !important;
}
.contact-from-wrap .contact-form .form-group {
    margin-bottom: 12px;
}

.nice-select.form-control{
    border-color: #17489e33;
}
.contact-from-wrap .contact-form .btn {
    max-width: fit-content;
    padding: 18px;
    min-width: auto;
    width: 100%;
    float: right;
}
/* ===== Radio boutons secteur ===== */
.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: #f4f7ff;
    border: 1.5px solid #e0e0e000;
    border-radius: 30px;
    padding: 3px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    transition: all 0.2s ease;
    margin: 0;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-option:has(input:checked) {
    border-color: #17489e;
    background: #17489e;
    color: #ffffff !important;
    font-weight: 500;
}

.radio-option:hover {
    border-color: #17489e;
    color: #17489e;
}


.contact-from-wrap .contact-form label {
    color: #17489e;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.contact-from-wrap .contact-form .form-control {
    border-color: #17489e33;
    padding: 10px 10px;
    height: auto;
}

.pricing-features li.disabled .fa-times-circle {
    color: #ddd;
    font-size: 15px;
    flex-shrink: 0;
}

.pricing-card .btn {
    width: 100%;
    text-align: center;
    margin-top: auto;
}



#form-notice {
    padding: 14px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}
.notice-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.notice-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}



@media screen and (max-width: 991px) {
    .header .primary-menu ul {
        background-color: #072e90;
        display: none;
        text-align: left;
        width: 100%;

    }

    .header .primary-menu ul li a {
        color: #ffffff;
        display: block;
        text-transform: capitalize;
        padding: 5px 25px;
        font-weight: 500;
        position: relative;
    }

    a.login.btn.btn-outline.btn-round {
        display: none;
    }

    .header .primary-menu ul li a:hover {
        background-color: #e80014;
    }

}


@media screen and (max-width: 767px) {
    .banner .ban-content h1 {
        font-size: 34px !important;
        line-height: 48px;
    }

    .sec-heading .sec-title {
        color: #072e90;
        font-size: 20px;
        line-height: 35px;
        text-transform: capitalize;
        margin-bottom: 0;
    }

    .landing-overview .boxed-shadow {
        padding-left: 20px;
        padding-right: 20px;
        min-height: 265px !important;
    }

    br {
        display: none;
    }

    section {
        display: block;
        position: relative;
        padding: 40px 0;
        width: 100%;
    }


    .home-recv-money .recv-img {
        position: relative;
        display: none;
    }
    .content-box, .content-box-fluid {
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 575px) {
    .banner .ban-content h1 {
        font-size: 30px !important;
        line-height: 40px;
    }
    .banner .ban-content p {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .header .logo {
        display: block;
        width: 15%;
    }

    .receive-works .cmn-tab-nav {
        max-width: 770px;
        margin: 0 auto 40px;
    }
    .steps li {
        font-size: 14px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}


@media screen and (max-width: 479px) {
    .banner .ban-content h1 {
        font-size: 26px !important;
        line-height: 40px;
    }
    .banner .ban-content p {
        font-size: 17px;
    }
}