/*
 Theme Name:   Divi Child
 Description:  Divi Child Theme
 Author:       Ahmed
 Template:     Divi
 Version:      1.0.0
 Text Domain:  divichild
*/
.et-boc {
    overflow: hidden;
}

.et_pb_section {
    width: 100% !important;
}

.et_pb_row {
    padding: 0px !important;
    width: 85% !important;
}

.et_pb_section.new-menu {
    padding: 30px 0 !important;
}

.new-menu {
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.new-menu-mobile {
    top: 0px !important;
    padding-top: 0px;
    margin-bottom: 30px;
}

.new-menu-mobile .mobile_menu_bar:before {
    color: #F6F4FC !important;
}

.new-menu .et_pb_row {
    flex: 30%;
}

.new-menu .et_pb_row.et_pb_row--with-menu {
    flex: 70%;
}

.new-menu .et_pb_row {
    display: flex;
    flex-direction: row;
}

.new-menu .et_pb_column {
    justify-content: center;
}

.new-menu .et_pb_menu ul li.et-hover:hover>a {
    color: #7151B2 !important;
}

/* Background Menu - Desktop et Mobile */
.new-menu,
.new-menu-mobile {
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}

.et_pb_section.new-menu.et_pb_sticky,
.et_pb_section.new-menu-mobile.et_pb_sticky {
    background-color: rgba(26, 10, 46, 0.7) !important;
    /* Transparence 70% */
    background-image: none !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}


/* Responsive Breakpoints */
@media (max-width: 768px) {
    .et_pb_row {
        width: 90% !important;
    }
}

@media (max-width: 480px) {
    .et_pb_row {
        width: 95% !important;
    }

    .new-menu .et_pb_row {
        flex-direction: column;
        gap: 10px;
    }
}


.btn_login_new {
    font-family: "Cairo", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #F6F4FC;
    background-color: transparent;
    border-radius: 20px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    padding: 10px 24px !important;
}

.btn_login_new:hover {
    background-color: #FFFFFF !important;
    color: #5028A0 !important;
}

@media (max-width: 768px) {
    .btn_login_new {
        font-size: 0.9rem;
        padding: 8px 16px !important;
    }
}

@media (max-width: 480px) {
    .btn_login_new {
        font-size: 0.8rem;
        padding: 6px 12px !important;
    }
}




.btn-download-container {
    display: flex;
    justify-content: center;
}

.btn-download-container a {
    padding: 12px 54px;
    background: #F9F9F9;
    border-radius: 10px;
    font-family: 'dinot', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width: 768px) {
    .btn-download-container a {
        padding: 10px 30px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .btn-download-container a {
        padding: 8px 20px;
        font-size: 11px;
    }
}





/* Hero Section */

.hero_section_new {
    background: radial-gradient(circle at center, #4b2b89 0%, #2a1458 40%, #1a0e33 100%);
    margin-top: -115px !important;
    padding-bottom: 1% !important;
}

.hero_row_new {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 120px !important;
}

.hero_row_new .et_pb_button_module_wrappers {
    display: flex
}

.hero_column2_new {
    padding-right: 10%;
}

.heading1_hero_new {
    text-align: right;
    margin-bottom: 0%;
}

.heading1_hero_new .et_pb_module_heading {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.heading2_hero_new {
    text-align: right;
    margin-bottom: 0%;
}

.heading2_hero_new .et_pb_module_heading {
    font-family: "Cairo", sans-serif;
    color: #927AC5;
    font-size: 3.2rem;
    line-height: 140%;
    font-weight: 700;
    margin-bottom: 0%;
}

.text_hero_new {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 160%;
    margin-bottom: 0%;

}

.btn-hero .et_pb_module {
    align-items: center;
    justify-content: flex-end;
}

.btn-bg-white {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    color: #5028A0;
    background-color: #F6F4FC;
    border-radius: 20px;
    padding: 14px 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-bg-perp {
    font-family: "Cairo", sans-serif;
    font-weight: 700;
    color: #F6F4FC !important;
    background-color: #5028A0;
    border-radius: 20px;
    border-width: thin;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease;
    padding: 14px 12px;
}

.btn-bg-perp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.btn-bg-perp::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("./assets/images/camion.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.btn-bg-white::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("./assets/images/camion.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* HOVER */
.btn-bg-perp:hover {
    background-color: #F6F4FC !important;
    color: transparent !important;
    padding: 8px 18px !important;
}

.btn-bg-perp:hover::after {
    transform: translateX(0);
    opacity: 1;
}

.btn-bg-white:hover {
    background-color: #F6F4FC !important;
    color: transparent !important;
    padding: 8px 18px !important;
}

.btn-bg-white:hover::after {
    transform: translateX(0);
    opacity: 1;
}

/* .bouton1_new {
    font-family: "Cairo", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #5028A0;
    background-color: #F6F4FC;
    border-radius: 20px;
    padding: 1%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bouton1_new:hover {
    background-color: #5028A0;
    color: #F6F4FC;
} */


/* .bouton2_new {
    font-family: "Cairo", sans-serif;
    font-size: 1rem;       
    font-weight: 500;
    color: #F6F4FC;
    background-color: #5028A0;
    border-radius: 20px;
    padding: 1% 3%;
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
} */

/* Hero Responsive */
@media (max-width: 768px) {
    .hero_row_new {
        flex-direction: column-reverse;
        padding-top: 100px !important;
    }

    .hero_column2_new {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .heading1_hero_new .et_pb_module_heading {
        font-size: 1.8rem;
    }

    .heading2_hero_new .et_pb_module_heading {
        font-size: 2.2rem;
    }

    .text_hero_new {
        font-size: 1rem;
    }

    .bouton1_new,
    .bouton2_new {
        font-size: 0.9rem;
        padding: 0.8% 2%;
    }
}

@media (max-width: 480px) {
    .hero_section_new {
        margin-top: -25% !important;
    }

    .hero_row_new {
        padding-right: 3% !important;
        padding-left: 3% !important;
        padding-top: 60px !important;
    }

    .heading1_hero_new .et_pb_module_heading {
        font-size: 1.3rem !important;
        text-align: center;
    }

    .heading2_hero_new .et_pb_module_heading {
        font-size: 1.6rem;
        text-align: center;
    }

    .text_hero_new {
        font-size: 0.9rem;
        text-align: center;
    }

    .bouton1_new,
    .bouton2_new {
        font-size: 0.8rem;
        padding: 0.8% 2%;
        width: 100%;
    }

    .btn-bg-perp {
        margin-top: 0px !important;
    }
}

@media (max-width: 767px) {
    .btn-bg-perp {
        font-size: 100%
    }

    .btn-bg-white {
        font-size: 100%
    }

}

/* Tablette */
@media (max-width: 1024px) {
    .btn-bg-perp {
        font-size: 80%
    }

    .btn-bg-white {
        font-size: 80%
    }

    .hero_section_new {
        margin-top: -140px !important;
    }
}



/* Section Logos */

/* Section background */
.section_logos_new {
    padding: 1% 5% !important;
    background-color: #5028A0;
}

/* Row principale */
.logos_row_new {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 100%;
    margin: auto;
}

.logos_row_new.w60 {
    width: 60% !important;
}

/* Colonne contenant un logo */
.logos_row_new .et_pb_column {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
    margin: auto;
}

.logos_row_new .et_pb_column .et_pb_module {
    margin: auto;
}

/* Logo : taille uniforme et centrée */
.logos_row_new .et_pb_column img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    filter: brightness(100%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.logos_row_new .et_pb_column img:hover {
    transform: scale(1.05);
    filter: brightness(120%);
}

.btn-video_new {
    display: flex;
    justify-content: center;
}

.btn-video_new.mb3 {
    margin-bottom: 6% !important;
}

.btn-video_new .et_pb_module {
    display: flex;
}

.btn-video_new .et_pb_tabs_controls {
    margin-bottom: 3%;
}

.et_pb_testimonial:before {
    content: "" !important;
}

/* Logos Responsive */
@media (max-width: 768px) {
    .section_logos_new {
        padding: 4% 5% !important;
    }

    .logos_row_new {
        flex-wrap: wrap;
        gap: 15px;
    }

    .logos_row_new .et_pb_column img {
        max-width: 100px;
        height: 60px;
    }
}

@media (max-width: 480px) {
    .section_logos_new {
        padding: 0% 0% !important;
    }

    .logos_row_new {
        display: flex;
        flex-wrap: wrap;
    }

    .logos_row_new .et_pb_column {
        flex: 1 1 42%;
        margin: 2% !important
    }

    .logos_row_new .et_pb_column img {
        max-width: 145px;
        height: 50px;
    }

    .logos_row_new.w60 {
        width: 100% !important;
    }

}


/* Section Video */

.section-video_new {
    background: linear-gradient(180deg,
            #110921 0%,
            #1A0C33 30%,
            #2A1152 65%,
            #461E7F 100%);

}

.heading1_video_new {
    text-align: center;
    margin-bottom: 0.5%;
}

.heading1_video_new .et_pb_module_heading {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 700;
}

.text_video_new {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1.25rem;
    line-height: 160%;
    margin-bottom: 0%;
}

.row_video_new {
    margin-bottom: 2%;
}

@media (max-width: 480px) {
    .row_video_new {
        margin-bottom: 0%;
    }
}

/* Video Section Responsive */
@media (max-width: 768px) {
    .heading1_video_new .et_pb_module_heading {
        font-size: 1.8rem;
    }

    .text_video_new {
        font-size: 1rem;
    }

    .row_video_new {
        margin-bottom: 2%;
    }
}

@media (max-width: 480px) {
    .heading1_video_new .et_pb_module_heading {
        font-size: 1.3rem;
    }

    .text_video_new {
        font-size: 0.9rem;
    }

    .row_video_new {
        margin-bottom: 2%;
    }
}

/* tabs section */
.heading1_tabs_new .et_pb_module_heading {
    font-family: "Cairo", sans-serif !important;
    color: #F6F4FC !important;
    font-size: 2.5rem !important;
    line-height: 140% !important;
    margin-bottom: 10% !important;
}

/* Tabs Responsive */
@media (max-width: 768px) {
    .heading1_tabs_new .et_pb_module_heading {
        font-size: 1.8rem !important;
        margin-bottom: 15% !important;
    }
}

@media (max-width: 480px) {
    .heading1_tabs_new .et_pb_module_heading {
        font-size: 1.3rem !important;
        margin-bottom: 20% !important;
    }
}


/* ----- SECTION DES LOGOS IA ----- */
.section_ia_new {
    position: relative;
    width: 100%;
    background: radial-gradient(circle at top, #2a1545 0%, #1a0f2e 40%, #0b0716 100%);
    overflow: hidden;
}

.section_ia_new::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
    pointer-events: none;
}

.row_ia_new {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 35% !important;
}

/* Colonnes contenant un logo */
.row_ia_new .et_pb_column {
    flex: 0 0 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Images (logos) */
.row_ia_new .et_pb_column img {
    width: 100%;
    height: 85px;
    object-fit: contain;
    border-radius: 20px;
}

.logo-slider img.dcm-swapped-img {
    max-height: 75px;
}

/* IA Section Responsive */
@media (max-width: 768px) {
    .row_ia_new {
        margin-top: 15px;
    }

    .row_ia_new .et_pb_column {
        flex: 0 0 30%;
    }

    .row_ia_new .et_pb_column img {
        height: 100px;
    }
}

@media (max-width: 480px) {
    .row_ia_new {
        margin-top: 10px;
        flex-wrap: nowrap;
        width: 50% !important;
    }

    .row_ia_new .et_pb_column {
        flex: 0 0 45%;
    }

    .row_ia_new .et_pb_column img {
        height: 80px;
    }
}



/* testimonial */
.testimonial_section_new {
    background-color: none;
    padding-bottom: 5%;
    display: flex;
    background-color: #100820
}

.testimonial_section_new .et_pb_testimonial_description {
    margin-right: 7%;
    margin-left: 0px !important;
    display: flex;
    flex-direction: column-reverse;
}

.testimonial_section_new .et_pb_row {
    display: contents;
    justify-content: center;
    align-items: center;
    margin: 0% 0%;
}

.testimonial_section_new .et_pb_testimonial_content p {
    text-align: right;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 300;
}

.testimonial_section_new .et_pb_testimonial_author {
    text-align: right;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 0;
}

.et_pb_module_testimonial {
    border: none;
    background-color: transparent;
}

.et_pb_testimonial {
    padding: 15px !important;
}

.et_pb_testimonial_portrait {
    max-height: 80px;
    max-width: 80px;
    margin-right: 0px;
}

.et_pb_module.et_pb_testimonial {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

/* Testimonial Responsive */
@media (max-width: 768px) {
    .testimonial_section_new {
        padding-bottom: 8%;
        flex-direction: column;
    }

    .testimonial_section_new .et_pb_testimonial_description {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .testimonial_section_new .et_pb_testimonial_content p {
        font-size: 9px;
        text-align: center;
    }

    .testimonial_section_new .et_pb_testimonial_author {
        font-size: 0.85rem;
        text-align: right;
    }
}

@media (max-width: 480px) {
    .testimonial_section_new {
        padding-bottom: 10%;

    }

    .et_pb_testimonial {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .testimonial_section_new .et_pb_testimonial_content p {
        font-size: 8px;
        line-height: 160%;
    }

    .testimonial_section_new .et_pb_testimonial_author {
        font-size: 0.7rem;
        margin-bottom: 2%;
    }
}





/*Footer section*/

.footer_section_new {
    display: flex;
    padding-left: 10% !important;
    padding-right: 10% !important;
    padding-bottom: 0% !important;
}

.footer_section_new .et_pb_module {
    text-align: right;
}

.footer_section_new .et_pb_module_heading {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.footer_section_new .et_pb_text {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 0.9rem;
    line-height: 2;
    margin-bottom: 0;
    font-weight: 300;
}

.footer_section_new .et_pb_row {
    margin: 0% 0%;
}

.footer_section2_new {
    padding: 0% !important;
}

/* Footer Additional Responsive - Tablet */
@media (max-width: 768px) {
    .footer_section_new {
        padding-left: 8%;
        padding-right: 8%;
    }

    .footer_section_new .et_pb_module_heading {
        font-size: 0.95rem;
    }

    .footer_section_new .et_pb_text {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .footer_section_new {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer_section_new .et_pb_module_heading {
        font-size: 0.9rem;
    }

    .footer_section_new .et_pb_text {
        font-size: 0.8rem;
        line-height: 1.8;
    }

    .footer_section2_new {
        padding: 15px;
    }
}

/* ================================
   FOOTER – MOBILE ONLY
================================ */
@media (max-width: 980px) {

    /* marges mobiles propres */
    .footer_section_new {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
        /* garde ton système */
    }

    /* centrage du contenu */
    .footer_section_new .et_pb_module,
    .footer_section_new .et_pb_text,
    .footer_section_new .et_pb_module_heading {
        text-align: center;
    }

    /* empilement propre des colonnes */
    .footer_section_new .et_pb_column {
        margin-bottom: 30px;
    }

    /* formulaire en pleine largeur */
    .footer_section_new .et_pb_contact_field_half {
        width: 100% !important;
    }

    /* footer bas */
    .footer_section2_new {
        padding: 20px;
        text-align: center;
    }
}



/* timeline section */
/* ================================
   SECTION PRINCIPALE
================================ */
.shipping-timeline {
    display: grid;
    grid-template-columns: 1fr 120px 1fr;
    gap: 40px;
    direction: rtl;
    align-items: center;
}

/* ================================
   ROWS
================================ */
.shipping-timeline .timeline-row {
    width: 100%;
}

/* Texte du haut (gauche + droite) */
.shipping-timeline .timeline-row-top {
    grid-column: 1 / 4;
    display: contents;
}

/* Texte du bas (gauche + droite) */
.shipping-timeline .timeline-row-bottom {
    grid-column: 1 / 4;
    display: contents;
}

/* ================================
   COLONNES TEXTE
================================ */
.timeline-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Colonnes gauche */
.timeline-col-left {
    grid-column: 3;
    text-align: right;
    align-items: flex-end;
}

/* Colonnes droite */
.timeline-col-right {
    grid-column: 1;
    text-align: left;
    align-items: flex-start;
}

/* ================================
   TITRES
================================ */
.timeline-col h1 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

/* ================================
   PARAGRAPHES
================================ */
.timeline-col p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 280px;
}

/* ================================
   CENTRE (ICÔNES + LIGNE)
================================ */
.timeline-center {
    grid-column: 2;
    display: flex;
    justify-content: center;
}

.timeline-center img {
    max-height: 700px;
}

/* ================================
   RESPONSIVE MOBILE
================================ */
@media (max-width: 980px) {
    .shipping-timeline {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .timeline-col-left,
    .timeline-col-right,
    .timeline-center {
        grid-column: 1;
        text-align: center;
        align-items: center;
    }

    .timeline-col p {
        max-width: 100%;
    }
}

.footer_section_new .et_pb_contact_form {
    min-width: max-content !important;
}

.footer_section_new .et_pb_contact_submit.et_pb_button {
    height: 40px;
    width: 164px;
}

.et_pb_all_tabs {
    background-color: transparent !important;
}

/* ================================
   CLASSES DYNAMIQUES RÉUTILISABLES
================================ */


.zoom-hover {
    cursor: pointer;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.zoom-hover:hover {
    transform: scale(1.1);
}

/* Lift effect - Soulèvement léger */
.hover-lift {
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
}

.hover-lift:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Glow effect - Lueur subtile */
.hover-glow {
    cursor: pointer;
    transition: filter 0.35s ease, transform 0.35s ease;
}

.hover-glow:hover {
    filter: brightness(1.2);
    transform: scale(1.05);
}

/* Rotate effect - Légère rotation */
.hover-rotate {
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover-rotate:hover {
    transform: rotateZ(3deg) scale(1.05);
}

/* Slide effect - Glissement subtil */
.hover-slide {
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover-slide:hover {
    transform: translateX(4px);
}

/* Bounce effect - Petit rebond */
.hover-bounce {
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hover-bounce:hover {
    transform: scale(1.08) translateY(-3px);
}

/* Pulse effect - Pulsation douce */
.hover-pulse {
    cursor: pointer;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.hover-pulse:hover {
    transform: scale(1.06);
    filter: brightness(1.15);
}

/* Shadow effect - Ombre dynamique */
.hover-shadow {
    cursor: pointer;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.hover-shadow:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(80, 40, 160, 0.25);
}

/* Flip effect - Retournement léger */
.hover-flip {
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover-flip:hover {
    transform: scaleX(1.05) rotateY(2deg);
}

/* Shine effect - Effet lumineux */
.hover-shine {
    cursor: pointer;
    transition: filter 0.35s ease;
}

.hover-shine:hover {
    filter: brightness(1.25) drop-shadow(0 0 8px rgba(146, 122, 197, 0.3));
}

/* Scale smooth - Agrandissement fluide */
.hover-scale {
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover-scale:hover {
    transform: scale(1.12);
}

/* Opacity change - Changement d'opacité */
.hover-fade {
    cursor: pointer;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.hover-fade:hover {
    opacity: 0.85;
    transform: scale(1.03);
}

/* Multi effect - Combinaison d'effets */
.hover-multi {
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover-multi:hover {
    transform: translateY(-5px) scale(1.08);
    filter: brightness(1.15);
    box-shadow: 0 10px 25px rgba(80, 40, 160, 0.2);
}

/* Invert effect - Inversion subtile */
.hover-invert {
    cursor: pointer;
    transition: filter 0.35s ease, transform 0.35s ease;
}

.hover-invert:hover {
    filter: invert(0.05);
    transform: scale(1.05);
}

/* Skew effect - Inclinaison légère */
.hover-skew {
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hover-skew:hover {
    transform: skewX(2deg) scale(1.05);
}

/* Color shift effect - Changement de teinte subtil */
.hover-color {
    cursor: pointer;
    transition: filter 0.35s ease;
}

.hover-color:hover {
    filter: saturate(1.3) hue-rotate(10deg);
}

/* Smooth transition - Transition fluide douce */
.hover-smooth {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.hover-smooth:hover {
    transform: scale(1.07) translateY(-4px);
    filter: brightness(1.1);
}

/* Pop effect - Effet pop discret */
.hover-pop {
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hover-pop:hover {
    transform: scale(1.15) translateY(-5px);
}

.video-focus {
    cursor: pointer;
    border-radius: 12px;
    /* Pour des coins arrondis modernes */
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.video-focus:hover {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(80, 40, 160, 0.3);
    /* Ombre colorée */
    filter: contrast(1.05);
    /* Rend l'image de la vidéo plus percutante */
}


.hero_section_solutions {
    margin-top: -115px !important;
    padding-bottom: 1% !important;
    padding-top: 200px !important;
}

.hero_section_solutions .pb_row_texte {
    max-width: fit-content;
    margin-right: 60%;
    margin-bottom: 2%;
}

.hero_section_solutions .pb_row_buttons {
    max-width: 62%;
    margin-left: 200px;
}

.heading1 .et_pb_module_heading {
    text-align: left;
    color: #F6F4FC;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
}

.heading2 .et_pb_module_heading {
    text-align: left;
    color: #F6F4FC;
    font-size: 3.7rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
}

.hero_section_solutions .et_pb_text_inner {
    color: #F6F4FC;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 300;
    font-family: "Cairo", sans-serif;
}

.hero_section_solutions .et_pb_text {
    margin-bottom: 30px !important;
}

.hero_section_solutions .et_pb_button_module_wrappers {
    display: flex;
    padding: 0;
}

/* Cards Section */
.et_pb_row_cards {
    margin-top: 2%;
    margin-bottom: 5%;
}

.et_pb_row_cards .et_pb_module_heading {
    color: #F6F4FC;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
}

.et_pb_row_cards .et_pb_text_inner {
    font-size: 1rem;
    color: #A6A6A6;
    font-family: 'Cairo';
}

.et_pb_row_cards .et_pb_column {
    background: linear-gradient(103.33deg, rgba(96, 16, 255, 0.2) 2.12%, rgba(75, 38, 150, 0.2) 97.88%);
    border: 1px solid #898989;
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
    margin: 0px;
    width: 100%;
}

.et_pb_row_cards img {
    width: 70px !important;
}

.row1 .et_pb_module_heading {
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
}

@media (max-width: 480px) {
    .row1 .et_pb_module_heading {
        font-size: 1.6rem;
    }
}


.section_4_solutions {
    background: radial-gradient(circle at center, #3a1c71 0%, #1a0a2e 70%, #0a0412 100%);
    display: flex;
}

.section_4_solutions .dsm_icon_list_icon {
    font-size: 2rem;
}

.section_4_solutions .dsm_icon_list_text {
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1.5rem;
}

.section_4_solutions .dsm_icon_list_items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.section_4_solutions .et_pb_module_heading {
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
}

.section_4_solutions .et_pb_row {
    display: flex;
    align-items: center;
}


@media (max-width: 767px) {

    .hero_section_solutions .pb_row_texte {
        margin-right: 13px;
        margin-bottom: 5%;
    }

    .hero_section_solutions .pb_row_buttons {
        margin-right: 13px;
    }

    .hero_section_solutions .et_pb_button_module_wrappers .et_pb_button_one {
        padding: 10px 10px !important;
    }

    .hero_section_solutions .pb_row_buttons {
        max-width: 70%;
        margin-left: 150px;

    }

    .hero_section_solutions {
        padding-top: 400px !important;
        background-position: right;
    }

    .section_4_solutions .et_pb_row {
        flex-direction: column;

    }

    .section_4_solutions {
        background-color: #100820;
    }

}

/* Tablette */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero_section_solutions .pb_row_texte {
        margin-right: 250px;
        margin-bottom: 5%;
    }

    .hero_section_solutions .pb_row_buttons {
        margin-right: 13px;
    }

    .hero_section_solutions .et_pb_button_module_wrappers .et_pb_button_one {
        padding: 10px 10px !important;
    }

    .hero_section_solutions .pb_row_buttons {
        max-width: 70%;
    }

    .hero_section_solutions .pb_row_buttons {
        margin-left: 270px;
    }

    .hero_section_solutions {
        padding-top: 500px !important;
        background-position: right;
        margin-top: -250px !important;
    }

}


/* Section tracking */
.section_tracking {
    margin-top: -115px;
    padding-top: 220px !important;
    background: linear-gradient(135deg, #2b0f4a 0%, #1a082e 40%, #0b0415 100%);
}

.section_tracking .row_form {
    max-width: 100%;
}

.section_tracking .et_pb_module_heading {
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
}

.section_tracking .tracking-form {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    padding: 25px;
    border-radius: 12px;
    direction: rtl;
    padding-right: 15%;
}

.section_tracking .tracking-form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.section_tracking .tracking-form label {
    font-family: "Cairo", sans-serif !important;
    color: #F6F4FC !important;
    font-size: 1rem !important;
}

.section_tracking .tracking-form input[type="text"] {
    background-color: #5028A0;
    border: none;
    padding: 14px 16px;
    border-radius: 8px;
    color: #F6F4FC;
    font-size: 1rem;
}

.section_tracking .tracking-form input::placeholder {
    line-height: 1.6;
    font-weight: 400;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
}

.section_tracking .tracking-form .form-submit .wpcf7-submit {
    background: #F6F4FC !important;
    color: #5028A0 !important;
    border: none;
    padding: 8px 25px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: cairo;
    line-height: 1.6;
    font-weight: 600;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1.2rem;
}

/* Message CF7 en position flottante */
.wpcf7-response-output {
    display: none !important;
}

@media (max-width: 767px) {

    .section_tracking .tracking-form {
        align-items: flex-start;
        padding-right: 5%;
    }
}

/* Tablette */
@media (max-width: 1024px) {
    .section_tracking {
        margin-top: -140px;
    }
}

/* ===============================
   TRACKING RESULT – GLOBAL
================================ */

.shipment-wrapper {
    direction: rtl;
    font-family: "Cairo", sans-serif;
    margin-top: 30px;
    color: #F6F4FC;
}

/* STATUS */
.current-status {
    background: rgba(246, 244, 252, 0.12);
    border: 1px solid rgba(246, 244, 252, 0.25);
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #F6F4FC;
}

/* CARDS */
.shipment-card {
    background: rgba(246, 244, 252, 0.08);
    border: 1px solid rgba(246, 244, 252, 0.18);
    border-radius: 14px;
    padding: 18px;
    margin-bottom: 20px;
    color: #F6F4FC;
}

.shipment-card h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #F6F4FC;
}

/* LINKS */
.shipment-card a {
    color: #cbb7ff;
    text-decoration: underline;
    word-break: break-all;
}

/* HISTORY */
.history-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.history-item {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(246, 244, 252, 0.15);
}

.history-status {
    font-weight: 600;
    font-size: 0.95rem;
    color: #F6F4FC;
}

.history-date {
    font-size: 0.8rem;
    opacity: 0.75;
    margin-top: 4px;
}

/*story page*/
.section_story {
    background: radial-gradient(circle at 50% 0%, #1a0b2e 0%, #0d0616 100%);
    margin-top: -115px;
    padding-top: 170px !important;
}

@media (max-width: 480px) {
    .section_story {
        padding-top: 50% !important;
    }
}


.section_story_image {
    background-color: #5028A0;
    padding-bottom: 0;
}

.section_story .img_comm {
    width: 115px;
    height: 115px;
}

.row_story .et_pb_text_inner {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1rem;
    margin-bottom: 1rem;
    line-height: 160%;
    margin-bottom: 0%;
}

.row_story {
    margin-bottom: 80px;
}

.row_story .et_pb_module_heading {
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 2.4rem;
}

@media (max-width: 480px) {
    .row_story .et_pb_module_heading {
        font-size: 1.7rem;
    }
}

.row_card_story {
    max-width: 90% !important;
    display: flex !important;
    align-items: normal !important;
    justify-content: center !important;
    gap: 10px;
}

.section_padding {
    padding-top: 10% !important;
    padding-bottom: 0px !important;

}



.last_section_story .et_pb_module_heading {
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 2.2rem;
}

@media (max-width: 480px) {
    .last_section_story .et_pb_module_heading {
        font-size: 1.4rem;
    }
}

.last_section_story .et_pb_text_inner {
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1rem;
}

@media (max-width: 480px) {
    .last_section_story .et_pb_text_inner {
        font-size: 1rem;
        font-weight: 400;
    }
}

.last_section_story {
    background-color: #5028A0;
    display: flex;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

@media (max-width: 480px) {
    .last_section_story {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }
}

.last_section_story .et_pb_row_5 {
    margin-top: -70px;
}

.last_section_story img {
    height: 480px;
}

@media (max-width: 767px) {

    .row_card_story {
        flex-direction: column;
    }

    .last_section_story {
        background-color: #5028A0;
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
    }

    .last_section_story .et_pb_row_5 {
        margin-top: 0px;
    }

}

/* Tablette */
@media (max-width: 1024px) {
    .section_story {
        margin-top: -140px;
    }

    .row_card_story {
        flex-direction: column;
    }

    .last_section_story {
        background-color: #5028A0;
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
    }

    .last_section_story .et_pb_row_5 {
        margin-top: 0px;
    }

}


/* ===== Calculator Form Wrapper ===== */
.section_calculator .calculator-form {
    padding: 40px 30px;
    border-radius: 20px;
    direction: rtl;
    font-family: "Cairo", sans-serif;
}

/* ===== Rows ===== */
.section_calculator .calculator-form .cities-row,
.section_calculator .calculator-form .dimensions-row {
    display: grid;
    gap: 20px;
    margin-bottom: 25px;
}

.section_calculator .calculator-form .cities-row {
    grid-template-columns: 1fr 1fr;
}

.section_calculator .calculator-form .dimensions-row {
    grid-template-columns: repeat(4, 1fr);
}

/* ===== Field ===== */
.section_calculator .calculator-form .field label {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: cairo;
}

/* ===== Inputs ===== */
.section_calculator .calculator-form input[type="text"],
.section_calculator .calculator-form input[type="number"] {
    width: 100%;
    height: 48px;
    background: #5a2ca0;
    border: none;
    border-radius: 5px;
    padding: 0 14px;
    color: #fff;
    font-size: 15px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.section_calculator .calculator-form input::placeholder {
    color: #F6F4FC;
    font-family: cairo;
    font-size: 1.2rem;
}

/* ===== Remove number arrows ===== */
.section_calculator .calculator-form input[type="number"]::-webkit-inner-spin-button,
.section_calculator .calculator-form input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.section_calculator .calculator-form input[type="number"] {
    -moz-appearance: textfield;
}

/* ===== Counter Style (visual like image) ===== */
.section_calculator .calculator-form .dimensions-row .field {
    position: relative;
}

.section_calculator .calculator-form .dimensions-row .field::before,
.section_calculator .calculator-form .dimensions-row .field::after {
    content: "";
}

/* ===== Submit Button ===== */
.section_calculator .calculator-form .submit-row {
    text-align: center;
    margin-top: 10px;
}

.section_calculator .dsm_contact_form_7 .wpcf7-form-control.wpcf7-submit {
    background: #ffffff !important;
    color: #5a2ca0 !important;
    border: none !important;
    padding: 14px 40px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    border-radius: 14px !important;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(90, 44, 160, 0.4);
}

.section_calculator .calculator-form input .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(90, 44, 160, 0.6);
}

.section_calculator {
    background: radial-gradient(circle at top, #2a0f4d 0%, #0b0614 70%);
    margin-top: -120px;
    padding-top: 200px !important;
}

@media (max-width: 480px) {
    .section_calculator {
        padding-top: 50% !important;
    }
}


/* ===== Responsive ===== */
@media (max-width: 900px) {
    .calculator-form .dimensions-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {

    /* Toutes les lignes en 1 colonne */
    .section_calculator .calculator-form .cities-row,
    .section_calculator .calculator-form .dimensions-row {
        grid-template-columns: 1fr !important;
    }

    /* Padding plus confortable sur mobile */
    .section_calculator .calculator-form {
        padding: 25px 20px;
    }
}

/* ================================
   CALCULATOR RESULTS
================================ */

#calculator-results {
    margin-top: 30px;
    direction: rtl;
    font-family: 'Cairo', sans-serif;
}

/* ===== Grid ===== */
.results-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-content: center;
}

/* ===== Card ===== */
.result-card {
    background: linear-gradient(160deg, #2a0f4d 0%, #1a0b2e 100%);
    border-radius: 18px;
    padding: 22px 18px;
    text-align: center;
    color: #1a0b2e;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: 'Cairo', sans-serif;
}

.result-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

/* ===== Logo ===== */
.result-card img {
    max-width: 80px;
    margin-bottom: 12px;
}

/* ===== Company Name ===== */
.result-card .service-name {
    display: inline-block;
    background: #1a0b2e;
    color: #F6F4FC;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 10px;
    margin-bottom: 8px;
}

/* ===== Service Title ===== */
.result-card h4 {
    margin: 6px 0;
    font-size: 16px;
    font-weight: 600;
    color: antiquewhite;
}

/* ===== Delivery Time ===== */
.result-card .delivery {
    font-size: 14px;
    margin: 10px 0;
    opacity: 0.85;
    color: antiquewhite;
}

/* ===== Price ===== */
.result-card .price {
    margin-top: 14px;
    font-size: 1.8rem;
    font-weight: 800;
    color: #5a2ca0;
}

/* ================================
   RESPONSIVE
================================ */

/* Tablets */
@media (max-width: 1200px) {
    .results-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .results-grid {
        grid-template-columns: 1fr;
    }

    .result-card {
        padding: 20px 16px;
    }
}

/* ===== Number fields (+ / - attachés) ===== */
.section_calculator .number-field {
    position: relative;
}

/* Input avec espace pour boutons */
.section_calculator .number-field input[type="number"] {
    padding: 0 44px;
    text-align: center;
    font-weight: 600;
}

/* Boutons */
.section_calculator .number-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    color: #F6F4FC;
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    z-index: 2;
}

/* − à gauche */
.section_calculator .number-btn.minus {
    left: 6px;
}

/* + à droite */
.section_calculator .number-btn.plus {
    right: 6px;
}


/*header_solutions Mobile*/

.header_mobile_solutions {
    margin-top: -120px;
    padding-top: 50%;
}

.header_mobile_solutions .et_pb_text_inner {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 160%;
    padding-right: 20px
}

.header_mobile_solutions .et_pb_button_module_wrappers {
    display: flex;
    justify-content: center;
}

.heading1_sol_mobile .et_pb_module_heading {
    color: #F6F4FC;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
}

.heading2_sol_mobile .et_pb_module_heading {
    color: #F6F4FC;
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
}


/*calculator section*/

.section_calculator .et_pb_heading .et_pb_module_heading {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 700
}

.section_calculator .et_pb_text .et_pb_text_inner {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
}

/* IA Section Responsive */
@media (max-width: 768px) {
    section_calculator .et_pb_heading .et_pb_module_heading {
        font-family: "Cairo", sans-serif;
        color: #F6F4FC;
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .section_calculator .et_pb_heading .et_pb_module_heading {
        font-size: 1.4rem;
    }

    .section_calculator .et_pb_text .et_pb_text_inner {
        font-size: 0.8rem;
    }
}



/*version mobile */
.hero_section_mobile {
    background: radial-gradient(circle at center, #3b1f5e 0%, #1a0b2e 70%, #0f051a 100%);
    margin-top: -115px !important;
    padding-bottom: 1% !important;
}

.hero_section_mobile .text_title_header {
    font-family: "Cairo", sans-serif;
    color: #927AC5;
    line-height: 140%;
    margin-bottom: 5%;
    font-size: 22px;
    font-weight: 500;
}

.hero_section_mobile .text_new_hero {
    font-family: "Cairo", sans-serif;
    color: #F6F4FC !important;
    font-size: 11px !important;
    margin-bottom: 1rem;
    line-height: 160%;
    margin-bottom: 5%;
    font-weight: 500;
}

.hero_section_mobile .btn_hero {
    display: flex;
    justify-content: center;
}

.hero_section_mobile .img_laptop {
    margin-left: -20px;
}


.footer_section_new .pb_row_mobile {
    display: flex !important;
}

.footer_section_new .pb_row_mobile .et_pb_text_inner,
.footer_section_new .pb_row_mobile .et_pb_module_heading {
    font-size: 8px !important;
}

@media (max-width: 480px) {
    .footer_section_new img {
        width: 159px;
        height: 64px;
    }

    .hero_section_mobile {
        padding-top: 40% !important;
    }

    .footer_section_new .pb_row_mobile .et_pb_text_inner,
    .footer_section_new .pb_row_mobile .et_pb_module_heading {
        font-size: 8px !important;
    }
}


/*logos carousel section*/
/* Conteneur principal du logo */
.logo-slider .dcm-carousel-item {
    display: flex;
    align-items: center;
    /* centrage vertical */
    justify-content: center;
    /* centrage horizontal */
    height: 100px;
    /* hauteur identique pour tous */
}

/* Wrapper interne inutilement libre */
.logo-slider .dcm-carousel-item>div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Image */
.logo-slider img.dcm-swapped-img {
    max-height: 70px;
    width: auto;
    object-fit: contain;
}



/* Story Cards Hover Effects */

.row_card_story .et_pb_text_inner,
.row_card_story .et_pb_module_heading {
    transition: color 0.4s ease;
}

.row_card_story .et_pb_column:hover {
    background: #F6F4FC;
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.row_card_story .et_pb_column:hover .et_pb_text_inner {
    color: #080410;
}

.row_card_story .et_pb_column:hover .et_pb_module_heading {
    color: #5028A0;
}

.row_card_story .et_pb_column img {
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.row_card_story .et_pb_column:nth-child(1):hover img {
    content: url("./assets/images/ibda.png");
    transform: scale(1.05);
}

.row_card_story .et_pb_column:nth-child(2):hover img {
    content: url("./assets/images/tahfiz.png");
    transform: scale(1.05);
}

.row_card_story .et_pb_column:nth-child(3):hover img {
    content: url("./assets/images/injaz.png");
    transform: scale(1.05);
}


/* Cards Section */
.row_cards_sol {
    margin-top: 2%;
    margin-bottom: 5%;
    display: flex;
}

.row_cards_sol .et_pb_module_heading {
    color: #F6F4FC;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0;
    font-weight: 500;
    font-family: "Cairo", sans-serif;
}

.row_cards_sol .et_pb_text_inner {
    font-size: 1rem;
    color: #A6A6A6;
    font-family: 'Cairo';
}

.row_cards_sol .et_pb_column {
    background: linear-gradient(103.33deg, rgba(96, 16, 255, 0.2) 2.12%, rgba(75, 38, 150, 0.2) 97.88%);
    border: 1px solid #898989;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.row_cards_sol .et_pb_column {
    transition: background-color 0.3s ease;
}

.row_cards_sol .et_pb_column .et_pb_module_heading,
.row_cards_sol .et_pb_column .et_pb_text_inner {
    transition: color 0.3s ease;
}


.row_cards_sol .et_pb_column {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.row_cards_sol .et_pb_column .et_pb_module_heading,
.row_cards_sol .et_pb_column .et_pb_text_inner {
    transition: color 0.3s ease;
}

/* Hover */
.row_cards_sol .et_pb_column:hover {
    background-color: #F6F4FC;
    transform: scale(1.05);
}

.row_cards_sol .et_pb_column:hover .et_pb_module_heading {
    color: #5028A0;
}

.row_cards_sol .et_pb_column:hover .et_pb_text_inner {
    color: #080410;
}

@media (max-width: 480px) {
    .row_cards_sol {
        flex-direction: column;
        gap: 20px;
    }

    .row_cards_sol .et_pb_column {
        padding: 20px 15px;
        border-radius: 15px;
    }

    .row_cards_sol .et_pb_module_heading {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .row_cards_sol .et_pb_text_inner {
        font-size: 0.9rem;
    }

    .row_cards_sol .et_pb_column img {
        width: 50px;
        height: auto;
    }
}


/*solutions page responsive*/
@media (max-width: 480px) {

    .section_4_solutions .dsm_icon_list_text {
        font-size: 1rem;
    }

    .section_4_solutions .et_pb_module_heading {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {

    .heading1 .et_pb_module_heading {
        font-size: 1.5rem !important;
    }

    .heading2 {
        margin-bottom: 3% !important;
    }

    .heading2 .et_pb_module_heading {
        font-size: 1.9rem !important;
    }

    .header_mobile_solutions .et_pb_text_inner {
        font-size: 0.9rem !important;
        margin-bottom: 5%;

    }
}

@media (max-width: 480px) {
    .row_card_story {
        flex-direction: column;
        gap: 20px;
    }

    .row_card_story .et_pb_column {
        padding: 20px 15px;
        border-radius: 15px;
    }

    .row_card_story .et_pb_module_heading {
        font-size: 1.2rem;
        line-height: 1.3;
    }

    .row_card_story .et_pb_text_inner {
        font-size: 0.9rem;
    }

    .row_card_story .et_pb_column img {
        width: 50px;
        height: auto;
    }
}

/*section solutions*/
@media (max-width: 480px) {
    .row_plane {
        width: 100% !important;
        height: 400px !important;
        margin-top: -50px;
    }
}

.row_plane {
    width: 100% !important;
    height: 400px !important;
    margin-top: -50px;
    background-position: right;
}

.row_story div>div {
    margin-bottom: 0 !important;
}

.row_story .et_pb_column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    float: none;
}

.row_card_story div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0 !important;
}

.row_card_story>div>div>div>p {
    padding-bottom: 0;
}

.lettre>p {
    padding-bottom: 0.5px;

}

.story_text>p {
    padding-bottom: 8px;
}

.et-l--header>div {
    position: static;
}

#mobile-menu-last {
    height: auto;
    padding: 20px 34px;
    margin: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(26, 10, 46, 0.7) !important;
    z-index: 50;
    transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}

#mobile-menu-last>.et_pb_row_2_tb_header {
    display: flex;
    align-items: center;
    padding: 0px !important;
    width: 100% !important;
    direction: ltr;
}

#mobile-menu-last > .et_pb_row_2_tb_header > :first-child {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
    direction: rtl;
}

#mobile-menu-last > .et_pb_row_2_tb_header > :first-child > div.et_pb_button_module_wrapper {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    float: none;
}

/* #mobile-menu-last>.et_pb_row_2_tb_header> :first-child {
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
    padding: 0px !important;
    margin: 0px !important;
    direction: rtl;

}

#mobile-menu-last>.et_pb_row_2_tb_header> :first-child>div.et_pb_button_module_wrapper {
    height: -webkit-fill-available;
    margin: 0px !important;
    padding: 0px !important;
    float: none;
} */

#mobile-menu-last>.et_pb_row_2_tb_header> :first-child>div.et_pb_button_module_wrapper>a.et_pb_button {
    font-size: 0.6em !important;
    padding: 4px 7px !important;
}

#mobile-menu-last>.et_pb_row_2_tb_header> :last-child {
    display: block;
    width: 35% !important;
    padding: 0px !important;
    margin: 0px !important;
    float: none;
}

#mobile-menu-last>.et_pb_row_2_tb_header> :last-child>div {
    margin: 0px !important;
    padding: 0px !important;
    float: none;
}

#mobile-menu-last .et_pb_menu__wrap {
    justify-content: flex-end;
}

#mobile_menu2 {
    text-align: end;
}

.et_mobile_nav_menu {
    margin-inline: 0px !important;
}

.new-menu-mobile .mobile_menu_bar:before {
    top: 0 !important;
}

.new-menu-mobile .mobile_menu_bar:after a {
    font-size: 0.7em !important;
}

/*homePage*/
.row_tabs {
    margin-top: 5% !important;
    margin-bottom: 0% !important;
}

@media (max-width: 480px) {
    .row_tabs {
        margin-top: 0% !important;
    }
}

@media (max-width: 768px) {
    .et_pb_tabs_controls li a {
        padding: 0.4rem 1rem !important;
        font-size: 7px !important;
    }

    .et_pb_tabs_controls {
        font-size: 7px !important;
    }

    .et_pb_tabs_controls {
        margin-bottom: 0 !important;
    }
}

.custom-contact-form .wpcf7-form-control:not(button):not([type="submit"]) {
    padding: 9.5px 16px !important;
}

@media (max-width: 480px) {
    #contact-form-wrapper > :first-child > :last-child {
        margin: 0 auto !important;
    }

    .custom-contact-form .wpcf7-form-control:not(button):not([type="submit"]) {
        padding: 8.48px 16px !important;
    }
}

/*mobile menu texte*/
#mobile_menu2 li a {
    font-family: "Cairo", sans-serif !important;
    font-size: 8px !important;
    font-weight: 600 !important;
}


/*blog page*/
.section-1-blog{
    background: linear-gradient(90deg, #4B2696 0%, #8A38F5 100%);
    margin-top:-120px;
    padding-top:150px !important ;

}
.section-1-blog .et_pb_heading {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
}
.section-1-blog .et_pb_module_heading{
    background: #301860;
    border-radius: 3.75px;
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 14px;
    text-align: center;
    color: #F6F4FC;
    padding: 9px 18px;

}
.section-1-blog .et_pb_text_inner{
font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}
.section-2-blog .row_title{
    display: flex;
    width: 855px !important;
}
.section-2-blog .row_title .et_pb_module_heading{
text-align:right ;
}
.section-2-blog .row_title .column_heading{
flex:80% ;
}
.section-2-blog .row_title h1{
font-family: 'Cairo';
    font-style: normal;
    font-weight: 700;
    font-size: 25.5px;
    line-height: 26px;
    text-align: right;
    color: #F6F4FC;
}
.section-2-blog .module-blog > div{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 22.5px;
    margin-top: 10px;
}

.section-2-blog{
    display: grid;
    gap: 22.5px;
    background: #100820;
}
.section-2-blog .module-blog > div>* img{
    height: 265px;
    width: 280px;
}
.section-2-blog .module-blog > div>* h2{
font-family: 'Cairo';
font-style: normal;
font-weight: 700;
font-size: 16.5px;
line-height: 18px;
text-align: right;  
color:#F6F4FC;
}
.section-2-blog .module-blog  .post-meta > span,
.section-2-blog .module-blog  .post-meta > p, 
.section-2-blog .module-blog  .post-meta > a,
.section-2-blog .module-blog  .post-meta,
.section-2-blog .module-blog  .post-meta > .author a{
font-family: 'Lama Sans';
font-style: normal;
font-weight: 400;
font-size: 9px !important;
line-height: 12px;
text-align: right;
color: #927AC5 !important;
}

.section-2-blog .module-blog{
    width:855px;
    margin-left: auto;
    margin-right: auto;
}

.section-2-blog .et_pb_code_inner {
    display: flex;
    direction: rtl;
}

.blog-search {
  background-position: 80%;
  background-repeat: no-repeat;
  background-position:right;
  height:40px;
  width:204px !important;
  padding:7.5px;
  border-radius: 0px 4px 4px 0px;
  border:1px;
  font-family: 'Cairo', sans-serif;
}

.blog-search::placeholder{
    padding-inline-start: 26.25px;
    color:#5028A0;
}

.blog-select{
font-family: 'Cairo';
font-style: normal;
font-weight: 400;
font-size: 13.5px;
line-height: 14px;
border-radius: 4px 0 0 4px;
text-align: right;
color:#5028A0;
background-color:#EFEFEF;
appearance: none;
padding: 11.25px 3px 11.25px 12px;
width: 131.55px;
height: 39.5px;
}
.et_pb_ajax_pagination_container > div{
    grid-column: 1 / -1 !important;
}
.module-blog article{
    margin-bottom:0px;
    
}


/* correction mobilee iphone */

#mobile-menu-last {
    height: 70px !important;
    max-height: 70px !important;
    min-height: 70px !important;
}


/* pagination style */
.wp-pagenavi a,
.wp-pagenavi span {
    color: #ffffff;             /* texte clair par défaut */
    background: #100820;        /* fond sombre pour tous les boutons non-current */
    font-size: 1em !important;
    line-height: 1em;
    font-weight: bold !important;
    padding: 0.45em 0.8em !important;
    border-radius: 100px;
    border: none;
    transition: all 0.3s ease;
    text-decoration: none;
    margin: 0 0.2em;           /* espacement entre boutons */
}

/* Bouton de page courant */
.wp-pagenavi span.current {
    color: #ffffff !important;  /* texte blanc */
    background: #8A38F5 !important; /* violet pour le courant */
}

/* Hover sur les autres boutons */
.wp-pagenavi a:hover {
    color: #ffffff !important;  /* texte blanc */
    background: #8A38F5 !important; /* violet au hover */
}

/* Supprimer le texte "Pages" */
.wp-pagenavi .pages {
    display: none;
}

/* Centrer la pagination */
.wp-pagenavi {
    border-top: none;
    text-align: center;
}

/* Lien Next/Prev */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #ffffff;             /* texte clair */
    background: #100820;        /* fond sombre */
    border-radius: 100px;
    padding: 0.45em 0.8em;
    font-weight: bold;
    transition: all 0.3s ease;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
    color: #ffffff !important;
    background: #8A38F5 !important;
}


/*custom pagination*/


.custom-search-pagination {
  text-align: center;
  margin-top: 20px;
}

.custom-search-pagination .custom-page,
.custom-search-pagination .custom-arrow {
  display: inline-block;
  color: #000000;
  background: #f1f3f5;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  padding: 0.45em 0.8em;
  border-radius: 100px;
  margin: 0 3px;
  cursor: pointer;
  transition: all 0.3s;
}

.custom-search-pagination .custom-page.current {
  color: #ffffff;
  background: #8A38F5;
}

.custom-search-pagination .custom-page:hover,
.custom-search-pagination .custom-arrow:hover {
  color: #ffffff;
  background: #8A38F5;
}

/* Flèche dernière page à gauche */
.custom-search-pagination .custom-arrow.last {
  order: -1; /* force la flèche à gauche */
}


/* reposnsive blog page */
@media (max-width: 480px) {
    .section-1-blog{
    margin-top:-20px;
    padding-top:30% !important ;
}
    .section-1-blog .et_pb_text_inner{
    line-height: 160%;
    width: 200px;
}
.section-2-blog .row_title {
    display: flex;
    flex-direction:column-reverse;
    width:400px !important;
    gap:20px;
}
    .section-2-blog{
        display:flex;
        flex-direction:column;
        padding: 5%;
    }
    .section-2-blog .row_title .et_pb_module_heading {
    text-align: center;
}

}
@media (max-width: 768px) {
    .et_pb_blog_0 .et_pb_post:nth-child(n+2) {
        display: none;
    }
    .et_pb_ajax_pagination_container > div{
    display:none;
}
    .section-2-blog .module-blog > div{
    margin-left: 60px;
}
    .section-2-blog .module-blog > div>* h2{
     margin-bottom:10px
}
    .section-2-blog .et_pb_code_inner{
            margin-left: 20px;
        }
}