.hero-mixed {
    background: linear-gradient(352.95deg, #6FDDBC -55.4%, #61509E 103.99%) !important;
    min-height: 660px !important;
}

.hero-mixed-subtitle {
    width: 80%;
    font-family: 'Cairo' !important;
    font-size: 45px !important;
}

.inner-hero-mixed {
    padding-top: 30px !important;
}

.hero-mixed-right {
    width: 50% !important;
}

.div-about-button {
    position: relative;
    margin-top: 60px;
}

.hero-button {
    width: 76% !important;
    background-color: #F7941D !important;
    box-shadow: 5px 5px #C36D06 !important;
}

.right-about {
    right: 30% !important;
    position: absolute;
    width: 44px;
    height: 44px;
    top: -23px;
    z-index: 10;
}

.about-button {
    width: 45% !important;
    background-color: #F7941D;
    border: none;
    padding: 18px 50px;
    color: white;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 5px 5px #C36D06;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 20;
}

.closer-hero-button {
    right: 60% !important;
}

.hero-success-btn {
    display: none !important;
}

.success-dream {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 50px auto;
    position: relative;
}

.success-dream-right {
    width: 47%;
}

.success-dream-right .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.success-dream-right .desc {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.dream-btn {
    width: 100%;
    background-color: #6f5cb1;
    border: none;
    padding: 25px 50px;
    color: white;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 5px 5px #4E407E;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 20;
    margin-top: 60px;
}

.success-dream-images img {
    border-radius: 24px;
}

.div-dream-button {
    position: relative;
    margin-top: 40px;
}

.closer-dream-button {
    position: absolute !important;
    width: 44px !important;
    height: 44px !important;
    top: -25px !important;
    right: 250px !important;
    z-index: 10 !important;
    filter: brightness(100%) !important;
}

.simple-idea {

    background-color: #61509E;
    margin: 80px 0px;
}

.inner-simple-idea {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0px;
}

.simple-idea-right {
    width: 52%;
    color: white;
    margin-bottom: 60px;
}

.simple-idea-right .title {
    font-size: 32px;
    color: white;
    font-weight: bold;
    margin-bottom: 24px;
}

.simple-idea-right .desc {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.simple-idea-left {
    width: 43%;
    background-color: #D5D9DF;
    padding: 40px;
    border-radius: 8px;
    position: relative;
    z-index: 30;
}

.div-check-simple-idea-left {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -90px;
    margin-bottom: 30px;
}

.info-simple-idea-left p {
    font-size: 20px;
}

.bottom-simple-idea {
    position: relative;
    background-color: #4E407E;
    height: 60px;
    margin-top: -50px;
}

.btn-simple-idea {
    width: 450px;
    background-color: #6FDDBC;
    padding: 12px 20px;
    position: absolute;
    right: 60px;
    outline: none;
    border: none;
    border-radius: 4px;
    top: -20px;
    box-shadow: 0px 4px 4px 0px #00000070;
    gap: 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    z-index: 20;
}

.closer-simple-idea {
    position: absolute;
    z-index: 10;
    top: -45px;
    right: 25%;
}

.about-success {
    width: 90%;
    margin: 50px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-success-img {
    width: 40%;
    height: 550px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px #00000033;

}

.about-success-image {
    width: 100%;
    border-radius: 12px;
    height: 100%;
    object-fit: contain;
}

.about-success-info {
    width: 55%;
    margin-top: 40px;
}

.about-success-info .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-success-info .desc {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}

.line-about {
    display: none;
}

.course-featured {
    width: 90%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.course-featured .titlee {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
}

.div-course-featured {
    width: 100%;
    background-color: #D5D9DF;
    flex-wrap: wrap;
    padding: 50px 30px;
    border: 1px solid #BAB2D5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.one-course-feature {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    margin-bottom: 25px;
}

.one-course-feature .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: #61509E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;

}

.one-course-feature .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.line-course-featured {
    width: 0.5px;
    height: 120px;
    background-color: #61509E;
}

.line-course-featured3 {
    display: none;
}

.features-btn {
    border: none;
    background-color: #6FDDBC;
    display: flex;
    align-items: center;
    padding: 20px 100px;
    font-size: 30px;
    font-weight: bold;
    outline: none;
    margin-top: 20px;
    position: relative;
    box-shadow: -3px 5px 6px 0px #33333373;

}

.features-btn img {
    position: absolute;
    left: -110px;
    top: -60px;
}

.features-btn-res {
    display: none;
}

.success-steps {
    width: 90%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.success-steps .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 22px;
    width: 40%;
}

.success-steps .desc {
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    width: 50%;
}

.all-success-steps {
    width: 100%;
    margin-top: 40px;
    position: relative;
}

.one-success-steps {
    width: 30%;
    background-color: #D9D2ED;
    padding: 20px 30px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.one-success-steps .step {
    width: 56px;
    height: 56px;
    border: 2px solid #F7941D;
    background-color: white;
    border-radius: 50%;
    color: #F7941D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}

.one-success-steps .titlee {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.one-success-steps .descc {
    min-height: 50px;
}

.all-success-steps.swiper {
    width: 100% !important;
    box-sizing: border-box !important;
}

.all-success-steps.swiper-wrapper {
    display: flex !important;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    display: inline-block !important;
    transform: scale(1) !important;
}

.swiper-pagination-bullet-active {
    background: #000 !important;
    opacity: 1 !important;
    transform: scale(1.2) !important;
}

.div-steps-button {
    width: 100%;
    position: relative;
}

.steps-button {
    width: 45% !important;
    background-color: #61509E;
    border: none;
    padding: 18px 50px;
    color: white;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    box-shadow: 5px 5px #4E407E;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 20;
    margin: 40px auto;
}

.right-steps {
    right: 60% !important;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 15px;
    z-index: 10;
}

.title-main-axes {
    font-size: 32px !important;
}

.accordion-container {
    width: 90% !important;
}

.success-story {
    margin-top: 135px;
    margin-bottom: 200px;
    position: relative;
}

.success-story .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.back-success-story {
    display: flex;
    align-items: flex-start;
    background-image: url(../img/success-principles/back1.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
    height: 408px;
    position: relative;
}

.back-success-story .main-image {
    margin-top: -222px;
    position: relative;
    z-index: 100;
}

.title-success-story {
    font-size: 24px;
    width: 80%;
}

.border-desc-success-story {
    position: absolute;
    width: 90%;
    left: 0px;
    height: 60px;
    border-top: 3px solid #9589EA;
    border-right: 3px solid #9589EA;
    border-bottom: 3px solid #9589EA;
    border-top-right-radius: 35px;
    top: -25px;
}

.div-desc-success-story {
    background: linear-gradient(91.29deg, #6FDDBC -90.63%, #61509E 98.9%);
    padding: 30px;
    margin-top: 40px;
    border-top-right-radius: 35px;
    color: white;
    font-size: 20px;
    margin-right: 20px;
    position: relative;
}

.div-desc-success-story p {
    line-height: 1.7;
}

.bottom-success-story {
    width: 55%;
    position: absolute;
    background-color: #6FDDBC;
    padding: 30px;
    left: 50px;
    bottom: -95px;
    box-shadow: -3px 5px 6px 0px #33333373;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

.bottom-success-story p {
    font-size: 20px;
}

.closer-image {
    position: absolute;
    right: 20px;
    top: -86px;
    z-index: 10;
}

.both-success-story {
    position: relative;
    margin-top: 60px;
}

.back-success-story-res {
    display: none;
}

.back-success-story-res-top {
    width: 100%;
    background-image: url(../img/success-principles/back1.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    font-size: 20px;

}

.back-success-story-res-top p {
    width: 80%;
}

.back-success-story-res-middle {
    background: linear-gradient(153.68deg, #6FDDBC -84.45%, #61509E 83.45%);
    color: white;
    font-size: 20px;
    padding: 30px 20px 40px 20px;
}

.back-success-story-res-bottom {
    width: 90%;
    background-color: #6FDDBC;
    padding: 30px;
    box-shadow: -3px 5px 6px 0px #33333373;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    margin-top: -15px;
}

.images-success {
    width: 90%;
    margin: 0px auto 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.images-success .title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.images-success .desc {
    margin-bottom: 40px;
    width: 50%;
    font-size: 18px;
}

.images-success-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.images-success-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.images-success-top img {
    width: 32%;
    height: 448px;
    object-fit: cover;
    border-radius: 40px;
}

.images-success-bottom img:first-child {
    width: 67%;
    height: 480px;
    object-fit: cover;
    border-radius: 40px;
}

.images-success-bottom img:last-child {
    width: 30%;
    height: 480px;
    object-fit: cover;
    border-radius: 40px;
}

.img5 {
    display: none;
}

.hero-price-imgg {
    position: absolute;
    left: 13%;
    top: -50px;
    z-index: 100;
}
.res-p-heroo{
    font-size: 14px;
}
.res-hero-buttonn{
    padding: 18px !important;
}
.res-hero-buttonn img{
    width: 65px !important;
    height: 65px !important;
}
@media screen and (max-width: 1410px) {
    .both-success-story {
        margin-top: 20px;
    }

    .div-desc-success-story {
        font-size: 18px;
    }
}

@media screen and (max-width: 1329px) {
    .title-success-story {
        font-size: 20px;
    }
}

@media screen and (max-width: 1226px) {
    .bottom-success-story {
        width: 45%;
        bottom: -130px;
    }

    .bottom-success-story p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1140px) {
    .success-story {
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .back-success-story {
        display: none;
    }

    .back-success-story-res {
        display: block;
    }
}

@media screen and (max-width: 1003px) {
    .success-steps {
        margin: 80px auto -50px auto;
    }

    .dream-btn {
        padding: 25px;
    }

    .dream-btn p {
        width: 90%;
    }

    .images-success-top {
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .images-success-top img {
        width: 49%;
        height: 300px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .images-success-bottom img:first-child {
        width: 100%;
        height: 300px;
        border-radius: 10px;
    }

    .img5 {
        display: block;
    }

    .img55 {
        display: none;
    }

    .success-story .title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .success-steps .title,
    .success-dream-right .title,
    .about-success-info .title,
    .images-success .title {
        font-size: 24px;
        width: 100%;
    }

    .success-steps .desc,
    .success-dream-right .desc,
    .images-success .desc {
        width: 100%;
        font-size: 16px;
    }

    .line-course-featured2,
    .line-course-featured4 {
        display: none;
    }

    .line-course-featured3 {
        display: block;
    }

    .one-course-feature {
        width: 45%;
    }

    .div-about-button {
        position: absolute;
        margin-top: 0px;
        width: 100%;
        bottom: -110px;
    }

    .about-button {
        width: 80% !important;
        margin: 0px auto;
    }

    .right-about {
        right: 60% !important;
    }

    .line-about {
        display: block;
        width: 100%;
        margin-bottom: 100px;
    }

    .about-success {
        flex-direction: column-reverse;
        margin: -30px auto 0px auto;
        position: relative;
    }

    .about-success-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        margin-bottom: -40px;
    }

    .about-success-img {
        width: 100%;
        margin-top: 35px;
        box-shadow: none;
    }

    .div-check-simple-idea-left {
        margin-top: -70px;
        margin-bottom: 15px;
    }

    .div-check-simple-idea-left img {
        width: 56px;
        height: 56px;
    }

    .info-simple-idea-left img {
        width: 28px;
        height: 28px;
    }

    .info-simple-idea-left p {
        font-size: 16px;
    }

    .simple-idea {
        background-color: transparent;
    }

    .inner-simple-idea {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .div-dream-button {
        position: absolute;
        bottom: -140px;
    }

    .simple-idea-right {
        width: 100%;
        color: #333333;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        display: flex;
    }

    .bottom-simple-idea {
        height: 180px;
        margin-top: -160px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-simple-idea {
        top: auto;
        bottom: -25px;
        width: 320px;
        font-size: 14px;
    }

    .closer-simple-idea {
        bottom: 5px;
        top: auto;
        right: auto;
        left: 37%;
        transform: translate(-37%);
    }

    .simple-idea-left {
        width: 80%;
    }

    .simple-idea-right .title {
        color: #333333;
        font-size: 24px;
    }

    .simple-idea-right .desc {
        font-size: 16px;
    }

    .success-dream-images {
        margin-top: 35px;
    }

    .success-dream-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .success-dream {
        flex-direction: column;
        margin-bottom: 250px;
    }

    .hero-success-btn {
        display: block !important;
    }

    .hero-mixed {
        height: 850px !important;
        margin-bottom: 100px !important;
    }

    .hero-mixed-right {
        width: 100% !important;
    }

    .hero-mixed-left {
        background-color: transparent !important;
        padding: 0 !important;
    }

    .hero-mixed-info-res {
        background-color: #D5D9DF33 !important;
        box-shadow: 0px 4px 4px 0px #00000059;

    }

    .hero-mixed-info-res p {
        color: white;
    }

    .closer-hero-button {
        position: absolute !important;
        width: 44px !important;
        height: 44px !important;
        top: -25px !important;
        right: 250px !important;
        z-index: 10 !important;
        filter: brightness(100%) !important;
    }

    .closer-dream-button {
        top: 35px !important;
    }

    .hero-button {
        width: 100% !important;
        margin-top: 50px !important;

    }

    .hero-mixed-subtitle {
        width: 100%;
        font-family: 'Cairo' !important;
        font-size: 35px !important;
    }
}

@media screen and (max-width: 670px) {

    .back-success-story-res-top p {
        width: 95%;
    }

    .back-success-story-res-bottom {
        width: 96%;
    }

    .back-success-story-res-top,
    .back-success-story-res-middle,
    .back-success-story-res-bottom {
        font-size: 16px;
    }

    .steps-button {
        width: 95% !important;
        font-size: 18px !important;
        padding: 18px 20px;
    }

    .features-btn {
        display: none;
    }

    .features-btn-res {
        border: none;
        outline: none;
        display: block;
        background-color: #6FDDBC;
        box-shadow: -3px 5px 6px 0px #33333373;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-top: -120px;
        width: 100%;
        border-top-left-radius: 48px;
        border-bottom-left-radius: 48px;
        cursor: pointer;
    }

    .features-btn-res p {
        font-size: 24px;
        font-weight: bold;
        width: 35%;
    }

    .one-course-feature .icon {
        width: 66px;
        height: 66px;
    }

    .course-featured .titlee {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .div-course-featured {
        padding: 10px;
    }

    .one-course-feature {
        width: 95%;
        border-bottom: 1px solid #61509e3b;
        padding-bottom: 25px;
        margin-bottom: 5px;

    }

    .one-course-feature:first-child {
        margin-top: -50px;
    }

    .one-course-feature:last-child {
        border-bottom: none
    }

    .line-course-featured {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .images-success-top img {
        height: 150px;
    }

    .images-success-bottom img:first-child {
        height: 150px;
    }
}

@media screen and (max-width: 593px) {
    .btn-simple-idea {
        right: 50px;
    }

    .simple-idea-left {
        width: 100%;
        border: 1px solid #BAB2D5;
        border-radius: 32px;
    }

    .div-dream-button {
        bottom: -200px;
    }

    .success-dream-images {
        width: 100%;
    }

    .success-dream-images img {
        object-fit: cover;
        border-radius: 8px;
    }

    .dream1 {
        width: 65%;
        height: 165px;
    }

    .dream2 {
        width: 35%;
        height: 165px;
    }

    .dream3 {
        width: 100%;
        height: 165px;
    }
}

@media screen and (max-width: 411px) {
    .hero-mixed {
        height: 950px !important;
    }

    .btn-simple-idea {
        right: 20px;
    }

    .features-btn-res p {
        font-size: 24px;
        font-weight: bold;
        width: 40%;
    }
}