/* Timeline Section */

.section_timeline_title_new{
    position: absolute;
}
.section_timeline_new {
    display: flex;
    justify-content: center;
    /*padding-left: 15% !important;*/
    padding-top: 13% !important;
        background:
        radial-gradient(
            circle at top center,
            rgba(155, 90, 255, 0.45) 0%,
            rgba(122, 55, 215, 0.35) 25%,
            rgba(82, 32, 150, 0.45) 45%,
            rgba(30, 10, 60, 0.95) 100%
        ),
        linear-gradient(
            180deg,
            #8A38F5 0%,
            #5A1DB3 35%,
            #201040 75%,
            #0B0518 100%
        );
}

.section_timeline_new  .et_pb_module_heading {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: right;
}
.section_timeline_new .et_pb_column .et_pb_heading {
    margin-bottom: 0%;
}

.section_timeline_new .et_pb_text_inner {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 0.7rem;
    line-height: 1.4;
    font-weight: 300;
    text-align: right;
}
.section_timeline_new .et_pb_row_text_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0%;
}
.section_timeline_new .et_pb_row_text_right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 8%;
}

.section_timeline_new .et_pb_row_img{
    max-width: fit-content !important;
    margin-top: 0%;
    margin-bottom: 0%;
}

.section_timeline_new .et_pb_column2r_2l {
    margin-bottom: 24%;
}

.section_timeline_new .et_pb_module .et_pb_heading{
    margin-bottom:auto;
}
.section_timeline_new .et_pb_column3_padd{
    padding-right: 5%;
    margin-bottom: 0%;
}

/* ================================
   RESPONSIVE - TABLET (768px and below)
   MÊME LAYOUT AVEC ADAPTATIONS
================================ */
@media (max-width: 768px) {
    .section_timeline_new {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding-left: 12%;
        padding-right: 2%;
        gap: 15px;
        width: 100%;
        overflow-x: auto;
        overflow-y: visible;
    }
    
    .section_timeline_new .et_pb_module_heading {
        font-size: 0.95rem;
        line-height: 1.4;
    }
    
    .section_timeline_new .et_pb_column .et_pb_heading {
        margin-bottom: 0%;
    }
    
    .section_timeline_new .et_pb_text_inner {
        font-size: 0.68rem;
        line-height: 1.4;
    }
    
    .section_timeline_new .et_pb_row_text_left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0%;
        flex-shrink: 0;
    }
    
    .section_timeline_new .et_pb_row_text_right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 7%;
        flex-shrink: 0;
    }
    
    .section_timeline_new .et_pb_row_img {
        max-width: fit-content !important;
        margin-top: 0%;
        margin-bottom: 0%;
        flex-shrink: 0;
    }
    
    .section_timeline_new .et_pb_column2r_2l {
        margin-bottom: 22%;
    }
    
    .section_timeline_new .et_pb_module .et_pb_heading {
        margin-bottom: auto;
    }
    
    .section_timeline_new .et_pb_column3_padd {
        padding-right: 3%;
        margin-bottom: 0%;
    }
}

/* ================================
   RESPONSIVE - TABLET MEDIUM (600px and below)
   MÊME LAYOUT AVEC ADAPTATIONS
================================ */
@media (max-width: 600px) {
    .section_timeline_new {
        padding-left: 10%;
        padding-right: 2%;
        gap: 12px;
    }
    
    .section_timeline_new .et_pb_module_heading {
        font-size: 0.92rem;
    }
    
    .section_timeline_new .et_pb_text_inner {
        font-size: 0.66rem;
    }
    
    .section_timeline_new .et_pb_row_text_right {
        margin-top: 6%;
    }
    
    .section_timeline_new .et_pb_column2r_2l {
        margin-bottom: 21%;
    }
    
    .section_timeline_new .et_pb_column3_padd {
        padding-right: 2.5%;
    }
}

/* ================================
   RESPONSIVE - MOBILE (480px and below)
   MÊME LAYOUT AVEC ADAPTATIONS
================================ */
@media (max-width: 480px) {
    .section_timeline_new {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding-left: 8%;
        padding-right: 2%;
        gap: 10px;
        width: 100%;
        overflow-x: auto;
        overflow-y: visible;
    }
    
    .section_timeline_new .et_pb_module_heading {
        font-size: 0.88rem;
        line-height: 1.3;
        text-align: right;
        font-weight: 700;
    }
    
    .section_timeline_new .et_pb_column .et_pb_heading {
        margin-bottom: 0%;
    }
    
    .section_timeline_new .et_pb_text_inner {
        font-size: 0.63rem;
        line-height: 1.35;
        text-align: right;
        font-weight: 300;
    }
    
    .section_timeline_new .et_pb_row_text_left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 0%;
        flex-shrink: 0;
        min-width: fit-content;
    }
    
    .section_timeline_new .et_pb_row_text_right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 5%;
        flex-shrink: 0;
        min-width: fit-content;
    }
    
    .section_timeline_new .et_pb_row_img {
        max-width: fit-content !important;
        margin-top: 0%;
        margin-bottom: 0%;
        flex-shrink: 0;
        max-width: 70px !important;
    }
    
    .section_timeline_new .et_pb_column2r_2l {
        margin-bottom: 20%;
    }
    
    .section_timeline_new .et_pb_module .et_pb_heading {
        margin-bottom: auto;
    }
    
    .section_timeline_new .et_pb_column3_padd {
        padding-right: 1.5%;
        margin-bottom: 0%;
    }
}

/* ================================
   RESPONSIVE - SMALL MOBILE (380px and below)
   MÊME LAYOUT AVEC ADAPTATIONS
================================ */
@media (max-width: 380px) {
    .section_timeline_new {
        padding-left: 6%;
        padding-right: 1.5%;
        gap: 8px;
    }
    
    .section_timeline_new .et_pb_module_heading {
        font-size: 0.85rem;
        line-height: 1.25;
    }
    
    .section_timeline_new .et_pb_text_inner {
        font-size: 0.60rem;
        line-height: 1.3;
    }
    
    .section_timeline_new .et_pb_row_text_right {
        margin-top: 4%;
    }
    
    .section_timeline_new .et_pb_row_img {
        max-width: 60px !important;
    }
    
    .section_timeline_new .et_pb_column2r_2l {
        margin-bottom: 22%;
    }
    
    .section_timeline_new .et_pb_column3_padd {
        padding-right: 1%;
    }
}

/* ================================
   RESPONSIVE - EXTRA SMALL MOBILE (320px and below)
   MÊME LAYOUT AVEC ADAPTATIONS MINIMALES
================================ */
@media (max-width: 320px) {
    .section_timeline_new {
        padding-left: 4%;
        padding-right: 1%;
        gap: 6px;
    }
    
    .section_timeline_new .et_pb_module_heading {
        font-size: 0.80rem;
        line-height: 1.2;
    }
    
    .section_timeline_new .et_pb_text_inner {
        font-size: 0.57rem;
        line-height: 1.25;
    }
    
    .section_timeline_new .et_pb_row_text_right {
        margin-top: 3%;
    }
    
    .section_timeline_new .et_pb_row_img {
        max-width: 50px !important;
    }
    
    .section_timeline_new .et_pb_column2r_2l {
        margin-bottom: 24%;
    }
}

/* Mobile Timelines Styles */
.section_timeline_new_mobile {

        padding-top: 2% !important;
        background:
        radial-gradient(
            circle at top center,
            rgba(155, 90, 255, 0.45) 0%,
            rgba(122, 55, 215, 0.35) 25%,
            rgba(82, 32, 150, 0.45) 45%,
            rgba(30, 10, 60, 0.95) 100%
        ),
        linear-gradient(
            180deg,
            #8A38F5 0%,
            #5A1DB3 35%,
            #201040 75%,
            #0B0518 100%
        );
}
.section_timeline_new_mobile .et_pb_heading {
    margin-bottom: 2%;
}
.section_timeline_new_mobile .et_pb_module_heading {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.section_timeline_new_mobile .et_pb_text_inner {
font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 300;
    text-align: center;
}
.section_timeline_new_mobile .et_pb_img{
    margin-bottom: 4%;
}
.section_timeline_new_mobile .et_pb_row {
    margin-bottom: 5%;
}






/*testimonial Section */
.testimonial_section_new .et_pb_module .et_pb_testimonial {
    padding: 0%;
}
.et_pb_testimonial_portrait {
    float: right;
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin-left: 9px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    box-sizing: content-box;
    width: 30%;
    height: 90px;
}
    .testimonial_section_new .et_pb_module .et_pb_testimonial {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}

.testimonial_section_new .et_pb_testimonial_content p {
    text-align: right;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 0.5rem;
    line-height: 2;
    margin-bottom: 0;
    font-weight: 400;
}

