@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
:root { --accent:#ff0000; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif !important;

  font-optical-sizing: auto;
  overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-weight: bold !important;
 

}

header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
    background: #ffffffde;
      color: #000;
  width: 90%;
  max-width: 1200px;
  padding: 0px 50px;
  border-radius: 500px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: start;
  gap: 18%;
  align-items: center;
  z-index: 1000;
/*  transition: all 0.3s ease-in-out;*/
}

header.shrink {
  max-width: 100%;
      width: 100% !important;
  background: #fff;
    color: #fff;
    border-radius: 0;
       transform: translateZ(10px) !important;
    top: 0 !important;
    left: 0 !important;
     gap: 30%;
   /* padding: 0rem 16.5rem 0rem 16rem ;*/


}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

nav ul {
  display: flex;
  gap: 29px;
  list-style: none;
  margin-bottom: 0;
  align-items: center;
}

nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: color 0.3s;
}

nav a:hover {
  color: #ea3636;
}
.language-selector select {
  padding: 5px 20px;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    color: #ff0000;
    border-color: #ff0000;
} 
.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.burger span {
  height: 3px;
  width: 25px;
  background: #000;
  margin: 4px 0;
}

.coverage {
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    background: #e31320;
    cursor: pointer;
    margin-left: 64px;
}

.coverage a {
text-decoration: none;
color: #fff;}
.coverage a:hover {
text-decoration: none;
color: #000;}




.hero {

box-shadow: 0 2px 18px #666;
  margin-bottom: 30px;

 }

.hero_content {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1200px;
  padding: 20px;
}
.hero_video {
  position: relative;
  width: 100%;
  height: 100vh; /* plein écran sur desktop */
  overflow: hidden;
}

.hero_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover; /* évite la déformation et remplit l’écran */
}
  @media (max-width: 768px) {
  .hero_video {
    height: 60vh; /* ou 70vh selon ton design */
  }
  .coverage{
      margin-left: 0px;}
}
.hero_check{
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* min-height: 76%; */
    height: 335px;
    /* margin-bottom: 20px; */
    text-align: center;
    /* padding: 40rem 2rem 5rem; */
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bgmap.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 4px #061d53;
    box-shadow: 0px 0px 30px #061d53;}
    .hero_check h1 {
    font-size: 6rem !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    animation: glow 2s infinite alternate;
}.hero_check h2 {
    font-size: 71px;  margin-top: 1rem;
  color: #ffffff;
}

.hero_content h1 {
  font-size: calc(2rem + 1vw);
  margin-bottom: 15px;
}

.hero_content p {
  font-size: calc(1rem + 0.5vw);
  margin-bottom: 25px;
}




.carousel-item {
  height: 100vh; /* Plein écran */
  min-height: 400px; /* sécurité sur mobile */
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
}

.carousel-caption {
position: absolute;
  right: 15%;
  bottom: 5.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-caption h1 {
  font-size: clamp(1.8rem, 4vw, 3rem); /* adaptatif */
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 6px rgba(0,0,0,0.6);
}

.carousel-caption p {
  font-size: clamp(1rem, 2vw, 1.3rem);
  max-width: 700px;
  margin: 1rem auto;
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
}

/* Contrôles */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 2.5rem;
  height: 2.5rem;
}


.cloud-cta{
    position: relative;
    height: 45vh;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;

}

.learn-more2 { 
  text-align: center;
  display: inline-block;
  padding: 12px 25px;
  color: #ea0627;
  text-decoration: none;
  font-weight: bold;
  align-self: center;
  transition: background-color 0.3s ease;
  text-decoration: underline;
  list-style: none;
}


.cta {
     background: linear-gradient(90deg, #ffffff, #ecebeb);
    font-size: 29px;
    font-weight: bold;
    color: #ea0627;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s;
    width: 35rem;
    height: 83px;
}

.cta:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(255, 47, 47, 0.7);
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
  }
  to {
    text-shadow: 0 0 25px rgba(255, 0, 0, 0.8);
  }
}

@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 100%;
    right: 40px;
    width: 200px;
    padding: 1rem;
    display: none;
    border-radius: 10px;
  }
 
  nav ul.active {
    display: flex;
  }
  .burger {
    display: flex;
  }
  header {
   padding: 0rem 3.5rem 0rem 3.5rem !important;
   left: 50%;
   width: 90%;
   gap: 34%;
  }


 

  
}

 .container {
        width: 90%;
        max-width: 1200px !important;
        margin: auto;
        padding: 40px 0;
    }
    h2 {
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 10px;
        color: #ea0627;
    }
    h3 {
        text-align: center;
        font-size: 1.4rem;
        color: #666;
        margin-bottom: 20px;
    }
    p.description {
        text-align: center;
        /*max-width: 800px;*/
        margin: auto;
        color: #555;
        font-size: 1.1rem;
        line-height: 1.5;
        margin-bottom: 30px;
    }
    /* Timeline section */
.timeline-horizontal { 

/*background: #f7f7f9;*/
 background-image: url('../images/djezzy-5g-logo-outline.png');
 background-color: #fafafa;
 background-repeat: no-repeat ; background-position: center;

 padding:50px 16px 120px; 
}
.timeline-shell { max-width: 1100px; margin: 0 auto; }

/* SVG line */
.timeline-svg { width: 100%;
    height: 100px;
    display: block;
    margin: 0 auto 6px; }
.segment { stroke: #ea0627; stroke-width: 5; stroke-linecap: round;
  stroke-dasharray: 320; stroke-dashoffset: 320; }
.dot { fill: #ea0627; }

/* Cards layout */
.timeline-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 6px; }
.timeline-card { background: #ffffffb5; border: 1px solid #eee; border-radius: 14px; padding: 22px 18px 20px;
  box-shadow: 0 8px 20px rgba(0,0,0,.06); transform: translateY(24px) scale(.96); opacity: 0;  text-align: center;}

        .timeline-card:hover {



    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #ea0627;
    transition: all 0.3s ease;
    transform: translateY(-5px);
    cursor: pointer;
}


.timeline-cards, #timeline-enjoy{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 6px;
}


/* Big outlined generation label */
.badge { position: relative !important; font-weight: 800 !important; font-size: clamp(56px, 10vw, 120px) !important; line-height: .9 !important;
  color: transparent !important; -webkit-text-stroke: 4px #ea0627 !important; text-stroke: 4px #ea0627 !important; letter-spacing: 2px !important; margin: 6px auto 8px !important;  }
.badge-illustration { position: absolute; bottom: 6%; left: 52%; width: 32%; transform: translate(-50%, 0); pointer-events: none; }

.timeline-card h3 { font-size: 20px; color: #ea0627; margin: 6px 0 6px; font-weight: 800; }
.timeline-card p { font-size: 15px; color: #333; }

/* Responsive */
@media (max-width: 980px) {
  .timeline-cards { grid-template-columns: 1fr; gap: 14px; }
  .timeline-svg { display: none; } /* cache la ligne sur mobile */
  .timeline-horizontal { padding-top: 60px; }
}
.background_gradient_right {
   /* background-image: radial-gradient(circle at top right, rgba(218, 41, 28, 0.7), transparent 19%); */
}
.background_gradient_left {
        /*  background-image: radial-gradient(circle at top left, rgb(218 41 28 / 33%), transparent 20%), radial-gradient(circle at bottom right, rgba(218, 41, 28, 0.7), transparent 19%);*/
}
.accordion-button{
    padding: 15px 25px !important;
}
    /* Section 1 layout */
    .from-4g-to-5g {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
        margin-top: 40px;
         
    }
    .features {
        flex: 1 1 650px;
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 55px;
    }
   .feature-card {
    padding: 20px;
    text-align: center;
    border-radius: 8px;
}

.feature-card img {
    max-width: 100px;
    margin-bottom: 10px;
}

.feature-card h4 {
    color: #333;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.feature-card p {
    color: #555;
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .feature-card h4 {
        font-size: 1.1rem;
    }
    .feature-card p {
        font-size: 0.9rem;
    }
    .vr-image img {
        max-width: 100%;
    }
}

    .vr-image {
        flex: 1 1 400px;
        text-align: center;
    }
    .vr-image img {
        width: 100%;box-shadow: 0 8px 30px rgba(0, 0, 0, 0.28);
 
   border: 1px solid #fcbc8c;
        border-radius: 20px;
    }

/* How to enjoy section */

.How-to-enjoy {
	

    padding: 20px 0;
	

}



hr {

  opacity: 0.10 !important;
}

.offer-card h3 {
          margin: 0;
    font-size: 3rem;
    font-weight: bolder;
    background: #ea0627;
    padding: 0;
    border-radius: 12px 12px 0 0;
    color: #fff;
    padding: 10px;
    } 

    .offer-card p {
          color: #aaa;
    font-size: 1.65rem;
    margin: 5px;
    font-weight: normal;
    }


    /* Section 2 layout 
    .benefits {
  
        
    }*/
    .benefits-grid {
        margin-top: 30px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
    .benefit-card {
background: #fff;border: 1px solid #f1f1f1;
    padding: 15px;
    border-radius: 18px;
    text-align: center;
    /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);*/
    }
	    .benefit-card:hover {
background: #fff;
    padding: 15px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #ea0627;
    transition: all 0.3s ease;
    transform: translateY(-5px);
    /* cursor: pointer; */
}
    .benefit-card img {
      max-width: 60px;
      height: 54px;
      margin-bottom: 20px;
    }
    .benefit-card h4 {
        color: #333;
        margin-bottom: 10px;
       font-size: 1.3rem;
}
    
    .benefit-card p {
        font-size: 0.9rem;
        color: #555;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .features {
            grid-template-columns: 1fr;
        }
        .background_gradient_left{
background-image: radial-gradient(circle at top left, rgb(218 41 28 / 33%), transparent 13%), radial-gradient(circle at bottom right, rgba(218, 41, 28, 0.7), transparent 15%) !important;
        }
        .background_gradient_right{
background-image: radial-gradient(circle at top right, rgba(218, 41, 28, 0.7), transparent 11%) !important;
        }
        
    }
    .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 20px;
        } 

        .section-title {
            text-align: center;
    font-size:  clamp(28px, 4vw + 1rem, 58px);
   /* color: #ea0627;*/  
background: linear-gradient(to right, #ff2323, #d8000e);
    background-clip: border-box;
  background-clip: border-box;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;

    margin-bottom: 20px;
    font-weight: 400;
    line-height: 2;
        }
        .subtitle-section{
                font-size: 24px;
    color: #ea0627;
    margin-bottom: 20px;
    font-weight: 400;
        }

  .cards-container {
  display: flex;
  gap: 28px; /* espace entre les cards */
  overflow-x: auto;  /* active le scroll horizontal */
  scroll-snap-type: x mandatory; /* optionnel : effet snap */
  padding: 10px;
}

.card {
  flex: 0 0 auto; /* empêche la réduction */
  width: 270px;   /* largeur fixe des cards */
  min-height: 300px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  scroll-snap-align: start; /* optionnel : snap align */
  text-align: center;
    margin-bottom: 35px;

}

.cards-container::-webkit-scrollbar {
  height: 8px;
  background: #eee;
    border-radius: 5px;     
}
.cards-container::-webkit-scrollbar-thumb {
  background: #ff0000; /* couleur du scroll */
  border-radius: 5px;
}

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .card-image {
                width: 100%;
   /* padding: 23px;
    border-radius: 28px;*/
    height: 100%;
    object-fit: cover;
        }
        .card-video {
  flex: 0 0 auto; 
  width: 470px;   
  min-height: 191px;
  background: #fff;
  border-radius: 24px;
position: relative; 
    display: inline-block; 
    cursor: pointer; 
    overflow: hidden;
  text-align: center;
    margin-bottom: 35px;
    


}
.card-video:hover{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    /* border: 0.2px solid #d0cccc; */
    transition: all 0.3s  ease;
    transform: translateY(-5px);
    cursor: pointer;
    


}
 .cards-container-video {
    display: flex;
    width: 100%;
    justify-content: center;
    height: auto;
  
}
.card-image-video{ 
    width: 100%;
    height: 263px;
    object-fit: cover;
    border-radius: 24px;
    border: 1px solid #f1f1f1;}

    .card-tuto{    
    flex: 0 0 auto;
    width: 340px;
    min-height: 191px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    scroll-snap-align: start;
    text-align: center;
    margin-bottom: 35px;
  cursor: pointer;}
    .card-image-tuto{
    width: 100%;
    height: 191px;
    
    
    }

        .card-content {
            padding: 25px;
            flex: 1;
            display: flex;
            flex-direction: column; background : #fafafa; color : #000;
        }

        .card-number {
            font-size: 24px;
            font-weight: bold;
            color:#ea0627;
            margin-bottom: 15px;
        }

        .card-title {
            font-size: 22px;
            color:#000;
            margin-bottom: 15px;
        }
		      .card-title h2 {
            font-size: 22px;
            color:#000;
            margin-bottom: 15px;
        }

        .card-description {
            font-size: 16px;
            color: #000 !important;
            line-height: 1.5;
            margin-bottom: 18px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-align: center;
        }
		        .card-description p {
      
            color: #000 !important;
        
     
        }



 #offre-image-cloud {

      position: relative;
  height: 395px;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
 }       
		
/* Modal background */
.modal {
  display: none; 
  position: fixed; 
  z-index: 1000;
  padding-top: 80px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgba(0,0,0,0.8);
}

/* Contenu du modal */
.modal-content {
  margin: auto;
  background: #000;
  border-radius: 12px;
  padding: 10px;
  width: 80%;
  max-width: 800px;
  position: relative;
}

/* Bouton fermer */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.close:hover {
  color: #ff0000;
}

        .learn-more {
            display: inline-block;
            padding: 12px 25px;
            background-color:#ea0627;
            color: #fff;
            text-decoration: none;
            border-radius: 30px;
            font-weight: bold;
            margin-top: auto;
            align-self: center;
            transition: background-color 0.3s ease;
        }

        .learn-more:hover {
            background-color: #d16159;
        }

        @media (max-width: 900px) {
            .cards-container {
                flex-direction: row;
                align-items: center;
                gap: 20px;
            }
            
            .card {
                width: 100%;
                max-width: 300px;
            }
        }

        @media (max-width: 480px) {
            .section-title {
                font-size: 28px;
            }
            
            .card {
                height: auto;
            }
            
            .card-image {
                height: auto;
                max-height: 379px;
            }
             .card-video{
              width: 312px;
    min-height: 146px;
            }
            .card-image-video{
              height: 180px;
            }
        }

       .map-section {
    position: relative;
    width: 100%;
    margin: 50px 0 20px;
    overflow: hidden;

    background: #f7f7f9;
    background-image: url('../images/bgmap.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;   
    
    padding: 50px 16px 80px;

    
    height: auto;
    min-height: 52vh; 
}

.map-overlay {
    position: absolute;
    inset: 0; 
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end; 
    align-items: flex-end;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 16px 25px;
}

@media (min-width: 768px) {
  .mt-md-9vh {
    margin-top: 9.5vh !important;
  }
}

@media (max-width: 768px) {
    .map-section {
        padding: 30px 16px 60px;
        min-height: 11vh; 
        background-position: top;
    }

    .map-overlay {
        align-items: center;  
        padding-bottom: 20px;
    }
}

    .section-title-map {
           text-align: center;
    font-size: 58px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    
    .subtitle-section-map {
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: normal;
    }
    
    .description-map {
        text-align: center;
    margin: auto;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.5;
    }
    
    @media (max-width: 768px) {
        .section-title-map {
            font-size: 1.5rem;
        }
        
        .subtitle-section-map {
            font-size: 1.1rem;
        }
        
        .description-map {
            font-size: 0.9rem;
        }
        
        .map-overlay {
            padding: 20px;
        }
    }
    
    @media (max-width: 480px) {
        .section-title {
            font-size: 2rem !important;
            line-height: 2.7rem !important;        }
        header.shrink{
                padding: 5px 54px !important;
                gap: 36%;
        }
        .subtitle-section {
            font-size: 1rem;
        }
        
        .map-overlay {
            padding: 15px;
        }
    }
/* ----- Section globale ----- */
 .faq-title {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 30px;
            color: #333;
            text-align: center;
        }
.accordion-item {
    color: #ea0627 !important;
    border-radius: 0px !important;
    border: 0px solid #ea0627 !important;
    --bs-accordion-btn-focus-border-color: #ea0627 !important;
    background: transparent !important;

    /* background-color: #F44336; */
    /* border: 1.5px solid #ea0627; */
    /* border-radius: 20px;*/}


/* Styles pour le bouton "Coverage" (Inchangés) */
.btn-coverage {
    position: relative; 
    background-color: #E61F2E; 
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 25px; 
    border: 2px solid #E61F2E; 
    border-radius: 50px; 
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

/* Styles du bouton au survol (Inchangés) */
.btn-coverage:hover {
    background-color: white; 
    color: #E61F2E; 
    border-color: #E61F2E; 
}

/* ---------------------------------- */
/* Styles du Tooltip "Coming Soon" AJUSTÉS */
/* ---------------------------------- */

/* 1. La bulle de texte (::after) */
.btn-coverage::after {
    content: attr(data-tooltip);
    position: absolute;
    /* Positionnement AJUSTÉ : 15px sous le bouton */
    top: calc(100% + 15px); 
    left: 50%;
    transform: translateX(-50%);

    /* Styles visuels de la bulle */
    background-color: #333; 
    color: white; 
    padding: 6px 12px;
    border-radius: 5px; 
    font-size: 13px;
    white-space: nowrap; 
    
    /* Transition/Visibilité */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
}

/* 2. La flèche (::before) */
.btn-coverage::before {
    content: '';
    position: absolute;
    /* Positionnement AJUSTÉ : 10px sous le bouton, se chevauchant avec ::after */
    top: calc(100% + 10px); 
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    /* Couleur AJUSTÉE : Flèche pointant vers le HAUT (bordure inférieure visible) */
    border-color: transparent transparent #333 transparent; 
    
    /* Transition/Visibilité */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
}

/* Affichage au survol (Inchangé) */
.btn-coverage:hover::after,
.btn-coverage:hover::before {
    opacity: 1;
    visibility: visible;
}
.play-icon-svg {
    
    width: 73px;
    height: 57px; 
    color: #e40613;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: rgb(255 255 255 / 50%);
    border-radius: 50%;
    width: 98px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    z-index: 2;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button:hover .play-icon-svg {
    color: #E61F2E; }
    
        .faq-question {
            background-color: #ffffff !important;
            color: #555 !important;
            padding: 20px 60px 20px 20px; /* Plus d'espace à droite pour l'icône */
            font-size: 24px;
            font-weight: bold;
            min-height: 84px;
            display: flex;
            align-items: center;
            border-radius: 20px !important;
            border: 2px solid #555  !important;
            width: 100%;
            text-align: left;
            position: relative; /* Pour positionner l'icône SVG */
        }

        /* Suppression complète du chevron Bootstrap */
        .accordion-button::after {
            display: none !important;
        }
[dir="rtl"] .icon-container {
            position: absolute;
    right: clamp(40px, 86vw, 498px) !important;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            transition: transform 0.3s ease;
        }
[dir="rtl"] .download-section .left-content {
  text-align: right;
}
        /* Style pour le conteneur SVG */
        .icon-container {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            transition: transform 0.3s ease;
        }

        .faq-question:not(.collapsed) .icon-container {
            transform: translateY(-50%) rotate(45deg);
        }

        .accordion-button:focus {
            box-shadow: none !important;
            border-color: #ea0627 !important; 
        }

        .accordion-body {
            /* padding: 20px; */
            font-size: 18px;
            line-height: 1.5;
            color: #000;
            background-color: #dedddd42;
           border-radius: 20px;
           padding: 1rem 1.25rem !important;
        }

        .accordion-item {
            border: none;
            margin-bottom: 15px;
            background-color: transparent;
        }

        @media (max-width: 768px) {
            .faq-question {
                font-size: 20px;
                padding-right: 50px;
            }
        }

        @media (max-width: 480px) {
            .faq-question {
                font-size: 18px;
                min-height: 84px;
                padding-right: 45px;
            }
            
            .accordion-body {
                font-size: 16px;
            }
             .accordion-carousel{ height: 28vh !important; }
            
            .icon-container {
                /* right: 322px; */
                width: 20px;
                height: 20px;
            }
            [dir="rtl"] .icon-container {
            right: 320px !important;
        }
        }
        .bonus-section {
    max-width: auto;
    height: 180px; 
    margin: 20px auto;
    background-image: url('../images/VisuelEn.jpg');
    background-size: cover;
    background-position: center;
    padding: 0;
    text-align: left;
    background-color: #EEEEEE;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

.bonus-content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}


/* Responsive */
@media (max-width: 768px) {

    .bonus-section {
               height: auto;
        padding: 9px;
        background-size: cover;
        background-position: top;
    }

    .bonus-content {
        flex-direction: column; 
        align-items: flex-start;
        gap: 15px;
    }
}
          .legal-section {
            max-width: 1200px;
            height: 180px;
            margin: 40px auto;
            padding: 30px;
            text-align: left;
            background-color: #EEEEEE;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }
        
        
        .bonus-title {
            font-size: 28px;
            color: #ea0627;
            margin-bottom: 15px;
            font-weight: bold;
                text-align: start;
        }
        
        .bonus-content {
            display: flex;
            /* align-items: center; */
            justify-content: space-between;
            gap: 20px;
        }
        
        .bonus-description {
            font-size: 16px;
            color: #ea0627;
            line-height: 1.5;
            flex: 1;
        }
        
        .bonus-button {
            background-color: #ea0627;
            color: #fff;
                margin: -20px 17px 30px 0;
            padding: 12px 30px;
            border-radius: 20px;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            white-space: nowrap;
        }
        
        .bonus-button:hover {
            background-color: #870e0e;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(255, 107, 0, 0.2);
        }

        @media (max-width: 768px) {
           
            .legal-section {
                margin: 20px;
                padding: 20px;
            }
            .bonus-title {
                font-size: 24px;
            }
            
            .bonus-content {
                flex-direction: column;
                align-items: flex-start;
                gap: 15px;
            }
            
            .bonus-button {
                width: 100%;
                text-align: center;
                margin: 0 ;
            }
            .tabs {
             justify-content: flex-start !important;
            }
            .offer-card img{
              width: 300px !important;
               height: 220px !important;
            }
            .offer-card {
                  flex: 0 0 300px !important;;
            }
            .tabs .tab{
              padding: 10px 20px;
              font-size: 0.85rem;
            }
            
        }
        .offers-section {
/* background: #f7f7f9;
  background-image: url('../images/djezzy-5g-logo-outline.png');
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center; */
  padding: 0px 16px 40px;
    }

    .offers-section h1 {
      font-size: 2.5rem;
      margin-bottom: 10px;
    }

    .offers-section p {
      color: #555;
      margin-bottom: 5px;
    }

         /* Onglets */
.tabs {
  display: flex;
  gap: 15px;
  margin: 20px 0;
  overflow-x: auto;         
  overflow-y: hidden;
  white-space: nowrap;      
  padding-bottom: 5px;      
  scrollbar-width: none;   
  justify-content: center; 
}

.tabs::-webkit-scrollbar {
  display: none;            
}

.tab {
  background: #fff;
  color: #ea0627;
  padding: 12px 25px;
  border-radius: 25px;
  border: 1px solid;
  cursor: pointer;
  font-size: 0.95rem;
  transition: 0.3s;

  white-space: nowrap;      
  flex-shrink: 0;         
}

.tab.active {
  background: #ea0627;
  color: #fff;
}
.card { border : 0 !important;}

    /* Slider */
    .offers-container {
        display: flex
;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px;
    padding: 20px 0;
    }

    .offers-container::-webkit-scrollbar {
      height: 8px;
          background: #eee;
    border-radius: 5px;
}
    

    .offers-container::-webkit-scrollbar-thumb {
      background: #ea0627;
      border-radius: 5px;
    }

    .offer-card {
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
    flex: 0 0 380px;
    height: auto;
    background: #ffff;
    border: 1px solid #ea0627;
    border-radius: 15px;
    padding: 0;
    text-align: center;
    transition: transform 0.3s;
    margin-bottom: 20px;
    }

    .offer-card:hover {
      transform: translateY(-8px);
    }
    
.offer-card img{
   width: 380px;
    height: 280px;
    border-radius: 15px;
}
    /* .offer-card h3 {
      margin-bottom: 15px;
      font-size: 1.3rem;
    } */

    /* .offer-card p {
      color: #aaa;
      font-size: 0.95rem;
      margin-bottom: 20px;
    } */

    .offer-card button {
      background: #ea0627;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 1rem;
      transition: 0.3s;
    }

    .offer-card button:hover {
      background: #b51f16;
    }
     .footer {
            background-color:#333;
			/*background: linear-gradient(to left, #ba000c, #ff0010);*/
			/* background-image: linear-gradient(to right bottom, #281c48, #2f1a47, #361846, #3c1644, #421342); */
            padding: 40px 20px 20px;
            /* margin-top: 60px; */
            color: #fff;
        }
        
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .footer-links {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            /* margin-bottom: 30px; */
        }
        
        .footer-column {
            min-width: 150px;
            margin-bottom: 20px;
        }
        
        .footer-column-title {
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 16px;
            margin-top: 16px;
        }
        
        .footer-copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #DDDDDD;
            color: #fff;
            font-size: 14px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .footer-links {
                flex-direction: column;
            }
              .footer-column-title {
            margin-bottom: 0 !important;
          
        }
           
        }


   .marquee-container {
   width: 100%; height: 70px; 
background: #333 ;
   padding: 10px;
 }

 .marquee-content {
   display: flex;display: inline-block; 
   animation: marquee 35s linear infinite;
 }

 .marquee-item {
   flex: 0 0 auto;display: inline-block; 
   padding: 0 20px;
   font-size: 1.2rem;
   color: #495057;
 }

  .marquee-item img {
    width:40px; height:46px; display: inline-block; margin: 0 10px; }

 @keyframes marquee {
   0% {
     transform: translateX(100%);
   }

   100% {
     transform: translateX(-100%);
   }
 }

 /* Optional: Pause animation on hover */
 .marquee-container:hover .marquee-content {
   animation-play-state: paused;
 }

.track{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin: 50px 0 50px 0;
}

/* Cartes étapes */
.step {
  width:200px;
  height:210px;
  border-radius:12px;
  background:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:8px;
  opacity:0.4;              /* par défaut grisé */
  transition:all .4s;
}
.step.finished {
  opacity:1 !important;
  border:2px solid var(--accent);
  box-shadow:0 0 14px #ff000054;
  color:var(--accent);
  font-weight:700;
}
.step h5 { 
  font-size:11px;
  color:var(--muted, #6b7280);
  margin:0 0 4px;
  text-transform:uppercase;
}
.step h3 {
  font-size:14px;
  margin:0 0 6px;
}
.badge_etape {
  font-size:9.67px;
  padding:4px 6px;
  border-radius:999px;
  background:#ffe5e5;
  color:#ff0000;
}

/* Flèches */
.connector{
  font-size:28px;
  color:#ccc;
  transition:color .3s, text-shadow .3s;
}
.connector.active{
  color:var(--accent);
  text-shadow:0 0 8px var(--accent);
}

/* Responsive mobile */
@media(max-width:768px){
  .track{ flex-direction:column; }
  .connector{ transform:rotate(90deg); }
  .cloud-cta{height: 17vh !important;}
}
  #map-container {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        #wilaya-selector {
            padding: 10px;
            font-size: 16px;
         /*   border: 2px solid #006341; */
            border-radius: 5px;
        }
        #map {
          /*  height: 500px; */
            height:600px;
            width: 100%;
          /*  border: 2px solid #E31937;*/
            border-radius: 8px;
        }
        .pulse-marker {
            width: 20px;
            height: 20px;
            background: #E31937;
            border-radius: 50%;
            position: relative;
            box-shadow: 0 0 0 rgba(227, 25, 55, 0.4);
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(227, 25, 55, 0.4);
            }
            70% {
                box-shadow: 0 0 0 15px rgba(227, 25, 55, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(227, 25, 55, 0);
            }
        }
        .marker-5g-badge {
            position: absolute;
            bottom: -5px;
            right: -5px;
            background: #00C853;
            color: white;
            border-radius: 50%;
            width: 16px;
            height: 16px;
            font-size: 8px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .legend {
            background: white;
            padding: 10px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
        }
        .coverage-circle {
            color: #E31937;
            weight: 1;
            fillColor: #E31937;
            fillOpacity: 0.2;
        }
        .custom-popup {
            font-family: Arial, sans-serif;
            min-width: 200px;
        }
        .popup-title {
            color: #E31937;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .popup-details {
            margin-top: 10px;
            font-size: 14px;
        }
.img_box{
background: radial-gradient(circle at center, rgba(255, 255, 255, 0.80) 41%, rgba(255, 255, 255, 0.3) 60%, rgb(255 255 255 / 10%) 70%, transparent 100%); 

}
.box_overlay{
      position: absolute;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
}
.slider-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

         #apps-panner {
            position: relative;
            width: 100%;
            top: 0px;
            float: left;
            /* background-color: #fff; */
            padding-bottom: 45px;
            overflow: hidden;
            mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 80%,
        rgba(0, 0, 0, 0)
      );
        }
        
        #apps-row1 {
            position: relative;
        }
        #apps-row2 {
            position: relative;
        }
        #apps-row3 {
            position: relative;
        }
        
        .no-animation {
            animation: initial !important;
            transform: initial !important;
            transition: initial !important;
        }
        
        /* MOBILE BREAKPOINT */
        
        @media only screen and (max-width: 639px) {
    
            #apps-panner { padding-bottom: 15px; }
                     
            #apps-row1 {
                width: 5396px;
                height: 116px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") left center repeat-x;
                margin-left: 8px;
                margin-right: 8px;
                margin-bottom: 7px;
            }
    
            #apps-row2 {
                width: 5396px;
                height: 116px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") center center repeat-x;
                margin-left: 8px;
                margin-right: 8px;
                margin-bottom: 7px;
            }
    
            #apps-row3 {
                width: 5396px;
                height: 116px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") right center repeat-x;
                margin-left: 8px;
                margin-right: 8px;
                margin-bottom: 7px;
            }
            
            .apps-pan-row1 {
                animation: slideAppsMobile 50s linear infinite;
            }
            .apps-pan-row2 {
                animation: slideAppsMobile 30s linear infinite;
            }
            .apps-pan-row3 {
                animation: slideAppsMobile 40s linear infinite;
            }
    
            @keyframes slideAppsMobile {
              0%{
                transform: translate3d(0, 0, 0);
              }
              100%{
                transform: translate3d(-2698px, 0, 0);
              }
            }
            
        }
        
        /* TABLET BREAKPOINT */
        
        @media only screen and (min-width: 640px) and (max-width: 1023px) {
    

header {

  width: 100%;
  max-width: 1200px;padding: 0px 20px;

}
        .coverage {
     padding: 8px 15px; font-size: 80%;
     border-radius: 20px;
     border: none;
     background: #e31320;
     cursor: pointer;
     margin:0 10px;
        }

nav a {

  font-size: 13px;

}

            #apps-panner { padding-bottom: 20px; }
           
            #apps-row1 {
                width: 4047px;
                height: 116px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") left center repeat-x;
                margin-left: 8px;
                margin-right: 8px;
                margin-bottom: 7px;
            }
    
            #apps-row2 {
                width: 4047px;
                height: 116px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") center center repeat-x;
                margin-left: 8px;
                margin-right: 8px;
                margin-bottom: 7px;
            }
    
            #apps-row3 {
                width: 4047px;
                height: 116px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") right center repeat-x;
                margin-left: 8px;
                margin-right: 8px;
                margin-bottom: 7px;
            }
            
            .apps-pan-row1 {
                animation: slideAppsMobile 50s linear infinite;
            }
            .apps-pan-row2 {
                animation: slideAppsMobile 30s linear infinite;
            }
            .apps-pan-row3 {
                animation: slideAppsMobile 40s linear infinite;
            }
    
            @keyframes slideAppsMobile {
              0%{
                transform: translate3d(0, 0, 0);
              }
              100%{
                transform: translate3d(-2698px, 0, 0);
              }
            }
        }
        
        /* LAPTOP BREAKPOINT */
        
        @media only screen and (min-width: 1024px) and (max-width: 1349px) {
           
            #apps-row1 {
                width: 7440px;
                height: 160px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") left center repeat-x;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
            }
    
            #apps-row2 {
                width: 7440px;
                height: 160px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") center center repeat-x;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
            }
    
            #apps-row3 {
                width: 7440px;
                height: 160px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") right center repeat-x;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
            }
            
            .apps-pan-row1 {
                animation: slideAppsDesktop 50s linear infinite;
            }
            .apps-pan-row2 {
                animation: slideAppsDesktop 30s linear infinite;
            }
            .apps-pan-row3 {
                animation: slideAppsDesktop 40s linear infinite;
            }
            
            @keyframes slideAppsDesktop {
              0%{
                transform: translate3d(0, 0, 0);
              }
              100%{
                transform: translate3d(-3720px, 0, 0);
              }
            }
        }
        
        /* DESKTOP BREAKPOINT */
        
        @media only screen and (min-width: 1350px) {
          
            #apps-row1 {
                width: 7440px;
                height: 160px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") left center repeat-x;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
            }
    
            #apps-row2 {
                width: 7440px;
                height: 160px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") center center repeat-x;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
            }
    
            #apps-row3 {
                width: 7440px;
                height: 160px;
                background: transparent url("https://www.twinbox.dz/assets/images/slider-1.png") right center repeat-x;
                margin-left: 10px;
                margin-right: 10px;
                margin-bottom: 10px;
            }
            
            .apps-pan-row1 {
                animation: slideAppsDesktop 50s linear infinite;
            }
            .apps-pan-row2 {
                animation: slideAppsDesktop 30s linear infinite;
            }
            .apps-pan-row3 {
                animation: slideAppsDesktop 40s linear infinite;
            }
            
            @keyframes slideAppsDesktop {
              0%{
                transform: translate3d(0, 0, 0);
              }
              100%{
                transform: translate3d(-3720px, 0, 0);
              }
            }
        }


        .accordion-carousel {
  display: flex;
    width: 100%;
    height: 760px;
    gap: 10px;
}

.panel {
  flex: 0.45;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: flex 0.6s ease-in-out;
  display: flex;
  align-items: flex-end;
}

.panel video,
.panel .placeholder {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}


.panel img,
.panel .placeholder {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}



.panel .placeholder {
  z-index: 1;
  opacity: 1;
}
.gradient_box {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.g1 { background: linear-gradient(135deg, #ffbc00, #171616); }
.g2 { background-image: linear-gradient(to top, #00cc99 0%, #0099ff 100%); }
.g3 {     background: linear-gradient(to top, #df2224, #8b4287); }
.g4 { background-image: linear-gradient(to top, #00cc99 0%, #0099ff 100%); }
.g5 { background: linear-gradient(135deg, #ffbc00, #171616); }

.panel .number {
     position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    color: rgb(255 255 255);
    z-index: 2;
    writing-mode: vertical-lr;
    /* text-orientation: upright; */
    /* letter-spacing: 10px; */
}


.panel .content {
  position: relative;
    z-index: 3;
    background: rgb(186 178 178 / 51%);
    padding: 41px;
    /* border-radius: 10px; */
    /* margin: 20px; */
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    text-align: center;
    color: #fff;
    font-size: 25px;
    text-shadow: 5px 5px 5px #1d1c1c;
}

.panel.active {
  flex: 5;
}

.panel.active .content {
  opacity: 1;
}

.panel.active .placeholder,
.panel.active .number {
  display: none;
}
.box-offre {
  width: min(100%, 1200px);
  margin: 40px auto;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 8px 24px rgba(2, 8, 20, 0.06);
  overflow: hidden;
  position: relative;
}

.offre-principale {
  position: relative;
  height: 480px;
  color: #fff;
  display: flex;
  align-items: center;
}

.offre-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.offre-image picture,
.offre-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform cubic-bezier(0.35,0,0.36,1) .5s;
}

.offre-principale:hover .offre-image img {
  transform: scale(1.05);
}

.offre-contenu {
  position: relative;
  z-index: 1;
  padding: 40px;
  max-width: 500px;
}

    .offre-image-cloud{
      position:absolute;
      inset:0;
      z-index:0;
    }
    .offre-image-cloud picture,
    .offre-image-cloud img{
      position:absolute;
      inset:0;
      width:100%;
      height:100%;
      object-fit:cover;
      display:block;
    }
   
    /* Transition sur image */
    .offre-image img{
      transform:scale(1);
      transition: transform cubic-bezier(0.35,0,0.36,1) .5s,
                  -webkit-transform cubic-bezier(0.35,0,0.36,1) .5s;
      will-change: transform;
    }
    .offre-principale:hover .offre-image img{
      transform:scale(1.04);
    }
    .offre-principale::after{
      content:"";
      position:absolute; inset:0;
      background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 45%, rgba(0,0,0,.05) 100%);
      z-index:1;
    }
    .offre-contenu{
      position:relative;
      z-index:2;
      width:100%;
      padding: clamp(16px, 4vw, 64px);
    }
    .offre-contenu h1{
      margin:0;
      font-size: clamp(28px, 4.2vw, 48px);
      line-height:1.05;
    }
    .offre-contenu p{
      margin:10px 0 18px;
      font-size: clamp(15px, 1.4vw, 18px);
      max-width: 50ch;
    }
    .cta_devices{
      display:flex; gap:12px; flex-wrap:wrap;
    }
    .btn_devices{
      padding:12px 18px;
      border-radius: 999px;
      font-weight:600;
      text-decoration:none;
      background:#fff; color:#111;
      transition: transform .25s ease, filter .25s ease;
    }
    .btn_devices:hover{ transform: translateY(-1px); filter:brightness(.96); }
    .btn_devices.secondary{ background: transparent; color:#fff; outline:1px solid rgba(255,255,255,.55); }

    /* PRODUITS SECONDAIRES */
    .produits-secondaires{
      width:min(100%, 1200px);
      margin: 26px auto 60px;
      padding: 0 clamp(12px, 3vw, 24px);
      display:grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 18px;
    }
    .card-produit{
      /* background:#f4f4f4; */
      border-radius: 14px;
      border:1px solid rgba(0,0,0,.08);
      box-shadow: 0 8px 24px rgba(2, 8, 20, 0.06);
      padding: 16px;
      text-align:center;
    }
    .card-produit figure{
      margin:0 0 10px;
      overflow:hidden;
      border-radius: 12px;
    }
    .card-produit img{
      width:100%; height:auto; display:block;
      transition: transform cubic-bezier(0.35,0,0.36,1) .5s,
                  -webkit-transform cubic-bezier(0.35,0,0.36,1) .5s;
    }
    .card-produit:hover img{ transform: scale(1.05); }
    .card-produit h3{ margin: 8px 0 4px; font-size: 16px; }


     /* === Section Téléchargement Djezzy App === */
.download-section {
      display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* max-width: 1400px; */
    /* margin: 0 auto; */
    padding: 0 0 0px 98px;
    /* min-height: 100vh; */
    gap: 40px;
    background-image: linear-gradient(to top, #cecccc, #d6d4d5, #dedddd, #e6e5e6, #eeeeee);
}
[dir="rtl"] .download-section {
      direction: ltr;
padding-right: 25px;
}

[dir="rtl"] .accordion-button {text-align: right !important;}

.download-section .left-content {
  flex: 1;
      flex: 1;
    /* margin-top: 35px; */
    margin-bottom: 13px;
}
  @media (max-width: 768px) {
    [dir="rtl"] nav ul {    
     right: 170px;
       
    }}

.download-section .left-content h5 {
  color: #e60000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.download-section .left-content h1 {
  font-size: 48px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  line-height: 1.2;
}

.download-section .left-content p {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}

.download-section .store-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content:center ;
}
.download-section .store-buttons a {
 width: 195px !important;
}

.download-section .store-buttons img {
  height: 60px;
  width: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.download-section .store-buttons img:hover {
  transform: scale(1.05);
}

.download-section .right-visuals {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-section .app-preview {
  max-width: 100%;
  height: auto;
  /* animation: zoom-in-zoom-out 6s ease-in-out infinite; */
}


@keyframes zoom-in-zoom-out {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}
@media (max-width: 600px) {
  .download-section {
          flex-direction: column-reverse;
        text-align: center;
        width: 100%;
        gap: 20px;
        padding: 0 0 20PX 0;
  }

  .download-section .right-visuals {
    order: 2; 
  }

  .download-section .left-content {
    order: 1; 
  }

  .download-section .left-content h1 {
    font-size: 28px;
  }

  .download-section .left-content p {
    font-size: 16px;
  }

  .download-section .store-buttons img {
    height: 45px;
  }

  .download-section .app-preview {
    width: 100%;
    height: auto;
    max-height: 70vh; 
    object-fit: contain;
  }
}
/* ===========================
   TABLETTE (600px → 1024px)
   Même rendu que Desktop
=========================== */
@media (min-width: 600px) and (max-width: 1024px) {

  
   
.download-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* max-width: 1400px; */
    /* margin: 0 auto; */
    padding: 0px 35px;
    /* min-height: 100vh; */
    gap: 5px;
    background-image: linear-gradient(to top, #cecccc, #d6d4d5, #dedddd, #e6e5e6, #eeeeee);
}
.download-section .left-content {
    flex: 1;
    flex: 1;}
    .download-section .left-content h5 {
    color: #e60000;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 0;
}
.download-section .left-content h1 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 10px 0 10px 0;
    line-height: 1;
}
.download-section .left-content p {
    font-size: 12px;
    color: #333;
           margin-bottom: 15px;
}
.download-section .store-buttons {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
}
.download-section .store-buttons a {
    width: 96px !important;
}
.download-section .store-buttons img {
    height: 28px;
    width: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.download-section .right-visuals {
    flex: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-section .app-preview{
    max-width: 100%;
    height: auto;
    /* animation: zoom-in-zoom-out 6s 
ease-in-out infinite; */
}
.bonus-section {
        padding: 5% !important;
      
    }
    .footer-links {
        flex-direction: row;
    }
     .vr-image img {
        max-width: 65%;
    }

}
