.smart-title-hero-top {
    background-color: #E6CFA9 !important;
    color: #3C4046 !important;
    font-weight: bold;
}

.new-title-hero-top {
    background-color: #8A2D3B !important;
}

.hero-mixed {
    background: linear-gradient(539.06deg, #23577B 32.38%, #406A86 68.9%, #C1856D 102.6%) !important;

}

.title-one-about {
    color: #9A3F3F !important;
}

.swiper-pagination-about .swiper-pagination-bullet-active {
    background-color: #9A3F3F !important;
}

.inner-smart-register-now {
    background-image: url(../img/event/self-bg.png) !important;
    height: 650px !important;
    padding-bottom: 160px !important;
}

.div-border-smart-register {
    border-top: 3px solid #EF9651;
    border-right: 3px solid #EF9651;
    border-bottom: 3px solid #EF9651;
}

.info-smart-register {
    background-color: #9A3F3F;
}

.smart-register-now-btn {
    background-color: #9A3F3F !important;
    box-shadow: 5px 5px #6C1B1B !important;
    color: white !important;
}

.real-leap {
    background: radial-gradient(172.81% 1941% at 100% -84.65%, #9A3F3F 7.59%, #8A2D3B 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;

    display: flex;
    align-items: center;
    gap: 10px;
    width: 90%;
    margin: auto;
    border-radius: 24px;
    padding: 15px;
}

.title-real-leap {
    width: fit-content;
    font-size: 40px;
    color: white;
    font-weight: bold;
    border-bottom: 1px solid;

    border-image-source: radial-gradient(50% 12400% at 50% 50%, #CA843A 0%, #FBEBC5 100%);
    border-image-slice: 1;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.desc-real-leap {
    color: white;
    font-size: 24px;
}

.card-registration_options {
    background: linear-gradient(180deg, #9A3F3F 0%, #6C1B1B 86.29%) !important;

}

.next-card-registration_options {
    background: linear-gradient(91.11deg, #EF9651 -37.46%, #F5F5F5 117.22%) !important;

    /* دمج كل الظلال بفاصلة */
    box-shadow:
        0px 16px 32px 0px #00000066,
        0px 8px 12px 0px #0000003D,
        0px 4px 4px 0px #00000033,
        0px 8px 4px 0px #FFFFFF66 inset;
    /* الظل الداخلي */
}

.one-info-registration_options svg {
    box-shadow: 0px 8px 4px 0px #0000003D;

}

.right-different-smart {
    background: linear-gradient(261.52deg, #594791 48.5%, #213448 94.53%) !important;

}

.inner-smart-changes1 {
    justify-content: center;
}

.sub-title-emotional {
    color: #9A3F3F !important;
}

.btn-golden-rules {
    background-color: #9A3F3F !important;
}

.title-different-smart {
    margin-bottom: 20px;
}

.desc-different-smart {
    text-align: center;
    font-size: 20px;
    margin-bottom: 200px;
}

.inner-smart-changes {
    background-color: #9A3F3F !important;
}

.outer-smart-changes {
    background-color: #8A2D3B !important;
}
.info-important-smart{
    background: linear-gradient(280.01deg, #C1856D -15.04%, #23577B 54.12%) !important;

}

.one-benefit-smart{
    border: 1px solid #9A3F3F;
}

.top-big-req {
    background-color: #9A3F3F !important;
}

.bottom-big-req {
    border-right: 2px solid #9A3F3F !important;
    border-bottom: 2px solid #9A3F3F !important;
    border-left: 2px solid #9A3F3F !important;
}

.bottom-big-req p {
    text-align: center;
}
.big-req-smart{
    background: linear-gradient(361.19deg, #C1856D -37%, #23577B 112.95%);

}

@media screen and (max-width: 1182px) {
    .smart-changes {
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 1003px) {
    .info-important-smart {
        background: transparent;
        background-image: url(../img/event/bg-important-freedom.png) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        align-items: flex-start;
        background-position: right !important;
    }
    .top-hero-neww {
        margin-bottom: 15px;
    }

    .real-leap {
        position: relative;
        margin-top: 150px;
    }

    .info-real-leap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 60px;
        text-align: center;
        padding: 10px 10px 30px 10px;
    }

    .title-real-leap {
        font-size: 24px;
    }

    .desc-real-leap {
        font-size: 18px;
    }

    .real-leap img {
        width: 150px;
        height: 150px;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 780px) {
.right-smart-changes{
    margin-top: -30px;
}
    .inner-smart-changes {
        background-color: transparent !important;
    }

    .outer-smart-changes {
        background-color: transparent !important;
    }

    .desc-different-smart {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 150px;
    }

    .inner-smart-register-now {
        background-image: url(../img/event/self-bg-1.png) !important;
        height: 400px !important;
        padding-bottom: 140px !important;
    }
}