       * {
        margin: 0;
            padding: 0;
            box-sizing: border-box;
            scrollbar-width: none;
            text-decoration: none;
        }
           address{
            border-radius: 10px;
            padding: 10px;
             border-bottom: 1px solid white;
         }
        .social-links {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            flex-wrap: wrap;
            margin: 10px 0;
        }
        .social-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 4px 4px;
            background-color: transparent;
            border: none;
            border-radius: 10px;
            text-decoration: none;
            color: #333;
            transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            max-width: 0px;
            max-height: 0px;
            font-size: 14px;
            font-weight: 500;
            text-align: center;
            cursor: pointer;
        }
        .social-btn img {
            width: 23px;
            height: auto;
            margin-bottom: 5px;
            border-radius: 5px; 
        }
        .social-btn p2 {
            margin: 0;
            font-size: 30px,16px;
        }

        .social-btn:hover {
            transform: translateY(-5px);
            background-color: rgba(0, 0, 0, 0.05);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }
        @media (max-width: 600px) {
            .social-links {
                justify-content: center;
            }

            .social-btn {
                width: 100%;
                justify-content: center;
            }

            .social-btn img {
                margin-bottom: 8px;
            }
        }
 .details {
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 400px;
  margin-top: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

#product-images {
  margin-bottom: 15px;
}

#image-buttons button {
  margin: 5px;
  padding: 5px 10px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 20px;
}

#image-buttons button:hover {
  background-color: #0056b3;
}
.logo-container {
     background-image:url('images/ssd2.png');
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
position: relative;
}

.item.IA {
    color: #00b8ff;
    border-radius: 3px;
    border-bottom: 1px solid white;
     position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 1px;
}
.logo {
     position: relative;
    overflow: hidden;
    width: 50px; 
    height: auto;
    margin-right: 10px;
}
.item.IA h1 {
     position: relative;
    overflow: hidden;
    font-size: 15px;
    margin: 0;
}

.item.IA p {
     position: relative;
    overflow: hidden;
    font-size: 11px;
    color:  #00b8ff;
    margin: 5px 0 0;
}
.menu-icon {
    font-size: 30px;
    color: #fff;
    display: none;
    cursor: pointer;
}
.search-container {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

#searchBar{
    background-color: white;
    width: 100px;
    height: 25px;
    padding: 10px;
    font-size: 10px;
    color: black;
    border: 2px solid black;
    border-radius: 20px;
    outline: none;
    transition: all 0.3s ease-in-out;
}

#searchBar:focus {
    border-color: white;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}
@media (max-width: 768px) {
    .menu-icon {
        display: block; 
    }

    #nav-list {
        display: none; 
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 10px;
    }

.bottom-bar ul {
  display: flex;
  gap: 2px; 
  padding: 0;
  list-style: none;
}

.bottom-bar li {
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
}

.bottom-bara {
  text-decoration: none;
  color: inherit;
}

.bottom-bar  img {
  width: 45px; 
  height: auto;
  border-radius: 8px;
}
.bottom-bar img:hover
{
   transform: scale(1.2);
  filter: drop-shadow(0 0 6px #00d1ff);
}
.bottom-bar p {
    font-size: 10px;
  margin: 2px 0 0;
  font-weight: bold;
}
}
#nav-list.active {
    display: flex;
}


h2 
  {
      background-color: transparent;
               color: white;
               
            display: block;
            justify-content:center;
             border-radius: 7px;
             font-size: 1.2rem;
             margin-top: 7px;
             margin-top: 20px; 
              text-shadow: 0px 0px white;
 
 } 
 h10
 {
    text-decoration: underline;
     font-size: 16px;
  font-weight: 600;
  color: #00b8ff;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
  margin-left: 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
  margin-top: 1px;
  margin-bottom: 4px;
 }
h10:hover
  {
     transform: scale(1.1);
  filter: drop-shadow(0 0 8px #00d1ff);
  }
 h12
 {
    background-color: transparent;
               color: white;
               
            display: block;
            justify-content:center;
             border-radius: 7px;
             font-size: 1.2rem;
             margin-top: 7px;
             margin-top: 10px;
 }
h32
{
    font-size: 11px;
}
 

        .section{
                       display: none;
    overflow-x: auto;
text-align: center; 
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
    margin-top: 42px;
    margin-bottom: 70px;
        }

        .section.active {
            display: block;
        }
     /* Container: keep isolated, no body rules */
.search-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-family: inherit;
}

/* Bouton icône visible tout le temps */
.search-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: black;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 8px;
  padding: 0;
}

/* Focus styling for keyboard users */
.search-btn:focus {
  outline: 2px solid rgba(0,0,0,0.12);
  outline-offset: 2px;
}

/* Form / input hidden by default (visually minimal) */
.search-form{
  display: inline-block;
  vertical-align: middle;
}

/* input invisible/disabled by default */
.search-input{
  width: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: width 220ms cubic-bezier(.2,.8,.2,1), opacity 160ms ease, padding 160ms ease;
  font-size: 14px;
  height: 26px;
  box-sizing: border-box;
}

/* Quand le wrapper reçoit la classe 'active', l'input s'ouvre */
.search-wrapper.active .search-input{
  width: 100px;           /* taille ouverte (ajuste si nécessaire) */
  padding: 0 10px;
  border: 1px solid rgba(0,0,0,0.12);
  opacity: 1;
  pointer-events: auto;
}

/* Optionnel : style placeholder léger */
.search-input::placeholder {
  color: #666;
}

/* Classe utilitaire pour cacher visuellement le label mais garder accessible */
.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}
.slider-container {
  text-decoration: none;
  background-color: transparent;
  backdrop-filter: blur(6px);
  padding: 10px;
  border-radius: 4px;
  max-width: 100%;
  max-height: 100%;
  margin: 10px auto;
  font-family: "Poppins", "Inter", "Segoe UI", Roboto, sans-serif;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}

.slider-track {
    top: 20px;
    backdrop-filter: blur(6px);
    margin: 5px;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 5px 5px;
  scroll-snap-type: x mandatory;
}

.slide {
  flex: 0 0 auto;
  width: 160px;
  height: 235px;
  scroll-snap-align: start;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: black solid 1px;
}

.slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.slide img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
  cursor: pointer;

}

.price-overlay {
  display: block;
  font-size: 9px;
  padding: 7px;
  bottom: 40px;
  color: black;

}

.price-overlay strong3 {
  padding-top: 9px;
  color: #d32f2f;
  font-weight: bold;
  font-size: 9px;
}

.price-overlay strong4 {
  color: #000;
}

.add-to-cart-btn {
  background-color: black;
  display: block;
  width: 80%;
  height: 30px;
  margin-left: 27px;
  color: #d32f2f;
  border: none;
  border-radius: 25px;
  margin-top: 2px;
  font-weight: bold;
  font-size: 9px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
 
}

.add-to-cart-btn:hover {
  transform: scale(1.05);
}

.variants-container {
    margin-top: 10px;
    display: none;          
    flex-direction: row;    
    gap: 10px; 
    max-width: 100%;
  max-height: 100%;            
    overflow-x: auto;       
    scroll-behavior: smooth;
    flex: 0 0 auto;
    align-items: flex-start;
}

.variants-container .variant {
    flex: 0 0 auto;
   width: 160px;
  height: 227px; 
  border: black solid 1px;      
    scroll-snap-align: start;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.variants-container .variant:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.variants-container .variant img {
   width: 100%;
  height: 130px;    
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.variants-container .variant .price-overlay {
    display: block;
    font-size: 9px;
    padding: 5px;
    color: black;
    line-height: 1.5;
}

.variants-container .variant .price-overlay strong3 {
  margin-top: 10px;
    color: #d32f2f;
    font-weight: bold;
    font-size: 9px;
}

.variants-container .variant .price-overlay strong4 {
    color: #000;
    font-size: 9px;
}

.variants-container .variant .add-to-cart-btn {
    display: block;
    width: 80%;
  height: 30px;
  margin-left: 30px;
  margin-top: 0px;
    color: #d32f2f;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    font-size: 9px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.variants-container .variant .add-to-cart-btn:hover {
    transform: scale(1.05);
}


.variants-container.show {
    display: flex;
    animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
    from {opacity: 0; transform: translateX(-10px);}
    to {opacity: 1; transform: translateX(0);}
}

@media (max-width: 100%) {
    .variants-container {
       max-width: 100%;
        gap: 10px;
        overflow-x: auto;
    }
    .variants-container .variant {
      width: 160px;
  height: 227px; 
   
    }
}

:root {
    --accent: #ff6a00;
    --accent-dark: #cc5200;
    --bg: #fafafa;
    --muted: #6b7280;
    --radius: 10px;
    font-family: 'Inter', sans-serif;
}


.auth-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    max-width: 100%;
    margin: 20px;


}
  .more-info { display: none; margin-top: 12px; }
  .card.open .more-info { display: block; }
  .btn { cursor: pointer; padding: 8px 12px; border-radius: 6px; }
  .btn.secondary2 { margin-top: 16px; }
.form-box {
    background-color: #fff;
    padding: 30px;
    border-radius: var(--radius);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    text-align: center;
         border: black solid 1px;
}
.forgot {
  font-size: 14px;
  color: #007bff;
  cursor: pointer;
  margin: 8px 0;
}

.user-profile {
  margin-top: 20px;
  padding: 12px;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
}
.form-box h2 {
    margin-bottom: 20px;
    color: var(--accent-dark);
}

.form-box input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: var(--radius);
}

.form-box button {
    width: 100%;
    padding: 10px;
    background-color: var(--accent);
    border: none;
    border-radius: var(--radius);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.form-box button:hover {
    background-color: var(--accent-dark);
}

.form-box p {
    margin-top: 15px;
    color: var(--muted);
    font-size: 14px;
}

.form-box span {
    color: var(--accent);
    cursor: pointer;
}
:root{
  --accent:#ff6a00; /* couleur style Alibaba */
  --accent-dark:#cc5200;
  --muted:#6b7280;
  --bg:#fafafa;
  --max-width:1200px;
  --radius:12px;
  font-family: Inter, Roboto, system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial;
}

.wrap{
  max-width:var(--max-width);
  margin:2px auto;
}

/* Bannière / hero */
.hero{
  background-color: white;
  border-radius:var(--radius);
  box-shadow:0 8px 30px rgba(15,23,42,0.08);
  display:grid;
  grid-template-columns:1fr 460px;
  gap:24px;
  overflow:hidden;
  align-items:center;
  padding:5px;
  border: black solid 1px;
}

/* zone gauche texte */
.hero-left{
  padding:12px 18px;
}
.kicker{
  display:inline-block;
  background:rgba(255,106,0,0.12);
  color:var(--accent);
  padding:6px 10px;
  border-radius:999px;
  font-weight:600;
  font-size:13px;
}
h50{
  margin:12px 0 10px;
  font-size:34px;
  line-height:1.05;
}
p.lead{
  color:var(--muted);
  margin:0 0 18px;
  font-size:15px;
}

/* barre de recherche et boutons */
.search-row{
  display:flex;
  gap:10px;
}
.search{
  flex:1;
  display:flex;
  align-items:center;
  background:white;
  border-radius:10px;
  padding:8px 12px;
  border:1px solid rgba(15,23,42,0.06);
}
.search input{
  border:0;
  outline:0;
  font-size:14px;
  width:100%;
}
.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:10px;
  background:var(--accent);
  color:white;
  font-weight:700;
  border:0;
  cursor:pointer;
}
.btn.secondary2{
  background:transparent;
  color:var(--accent);
  border:1px solid rgba(15,23,42,0.06);
  font-weight:600;
}

/* features / petits avantages */
.features{
  display:flex;
  gap:12px;
  margin-top:16px;
  flex-wrap:wrap;
}
.feature{
  display:flex;
  gap:8px;
  align-items:center;
  padding:8px 12px;
  background:rgba(15,23,42,0.03);
  border-radius:9px;
  font-size:13px;
}

/* droite - aperçu produits / image */
.hero-right{
  position:relative;
  height:260px;
  border-radius:10px;
  overflow:hidden;
  background:#111;
}

/* slider */
.slides{
  height:100%;
  display:flex;
  transition:transform .6s cubic-bezier(.2,.9,.2,1);
}

.slide2{
  min-width:100%;
  display:grid;
  grid-template-columns:1fr;
  align-items:end;
  padding:18px;
  background-size:cover;
  background-position:center;
}

/* carte produit */
.card2{
  background:linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
  backdrop-filter:blur(4px);
  border-radius:10px;
  padding:12px;
  color:white;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.card2 .price2{
  font-weight:800;
  font-size:18px;
}
.card2 .name{
  font-size:13px;
  color:rgba(255,255,255,0.95);
}

/* dots / controls */
.controls{
  position:absolute;
  left:18px;
  bottom:18px;
  display:flex;
  gap:8px;
}
.dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,0.35);
  cursor:pointer;
  transition:background 0.3s;
}
.dot.active{
  background:var(--accent);
}

/* responsive */
@media (max-width:980px){
  .hero{
    grid-template-columns:1fr;
    gap:16px;
  }
  .hero-right{
    height:200px;
  }
  h1{
    font-size:26px;
  }
}

@media (max-width:520px){
  .wrap{
    padding:12px;
    margin:12px;
  }
  .hero-right{
    height:180px;
  }
  .search-row{
    flex-direction:column;
  }
  .btn{
    width:100%;
  }
}

  
.link {
  margin-top: 10px;
  text-align: center;
}

.link a {
  color: blue;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

.link a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  form {
    width: 90%;
    padding: 20px;
  }

  .form-container button {
    font-size: 14px;
  }
}

#message {
    padding: 10px;
    margin-top: 20px;
    border: 1px solid #ccc;
    display: none;
    color: red;
}

#message.success {
    color: green;
}

.phone-block {
    display: none;
}

.phone-list {
    display: none;
}

.phone-link {
  max-width: 100%;
  height: 100%;
  background-color: transparent;
    display: flex;
    padding: 5px;
    text-decoration: none;
    color: black;
}

.phone-block {
   max-width: 100%;
  height: 100%;
  background-color: transparent;
    display: none;
}

.phone-block.active
 {
   max-width: 100%;
  height: 100%;
    display: block;
    background-color: transparent;
 }

.menu ul {
  width: 90%;
  height: 50px;
  background-color: silver;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 50px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0 10px;
  margin: 10px auto;
  margin-left: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease;
}

.menu ul:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}
.menu a {
  position: relative;
  display: inline-block;
  color: #1e1e1e;
  font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  margin: 0 1px;
  padding: 2px 2px;
  border-radius: 15px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
   text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

.menu a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s ease;
  border-radius: 25px;
  z-index: -1;
}

.menu a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.menu a:hover {
  color: #fff;
  transform: translateY(-2px);
  text-shadow: 0 0 6px rgba(255,255,255,0.6);
}

.menu a.active {
  background: linear-gradient(135deg, #ffb347, #ffcc33);
  color: #1a1a1a;
  box-shadow: 0 4px 14px rgba(255, 191, 0, 0.4);
}

.menu ul li {
  margin: 0 6px;
  list-style: none;
  display: flex;
  align-items: center;
}
.menu ul::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 60%;
  height: 160%;
  background: radial-gradient(circle at center, rgba(255,255,255,0.25), transparent 70%);
  animation: rotateGlow 8s linear infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes rotateGlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

  #telephones .bloc {
    background-color: transparent;
    font-size: 12px;
            color: white;
             float: right;
            justify-content: left;
  }
  #telephones .bloc.active {
    display: block;
  }
  h3{
     border-radius: 7px;
background-color: transparent;
    color: black;
     margin-top: 20px; 
  margin-bottom: 1px;
   text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
 
    }
  #location {
    font-size: 10px;
    margin-top: 5px;
    color: white;
     justify-content: space-between;
    align-items: center;
    position: relative;
    text-shadow: 0px 0px white;
}

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

body {
  
        background-color: white;
      overflow: auto;
}
@keyframes glowMove {
  0% { transform: translate(0, 0); opacity: 0.9; }
  100% { transform: translate(50px, -30px); opacity: 0.7; }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.4);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #3498db, #2ecc71);
  border-radius: 10px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

* {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
}

:root{
  --accent:#ff6a00;
  --accent-dark:#cc5200;
  --muted:#a0a0a0;
  --bg:#0d0d0d;
  --radius:12px;
  font-family: Inter, Roboto, system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', Arial;
}

.wrap{
  max-width:var(--max-width);
  margin:5px auto;
  padding:5px;
}

/* === Container cartes === */
.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  padding: 5px;
  border-radius: 20px;
}

.card {
  background: rgba(20,20,20,0.8);
  backdrop-filter: blur(6px);
  border-radius: 15px;
  padding: 2px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--accent);
  box-shadow: 0 8px 25px rgba(255,106,0,0.5);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 40px rgba(255,106,0,0.7);
}

.card img {
 width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.card .card-content{
  padding:12px;
  text-align:center;
}

.card .card-content h3{
  font-size:1.2rem;
  margin-bottom:8px;
  color: var(--accent);
}

.card .card-content p{
  font-size:0.85rem;
  color:#ccc;
  line-height:1.4;
  margin-bottom:12px;
}

.card .btn{
  width: 90%;
  padding:10px 20px;
  margin: 10px;
  background: linear-gradient(135deg,#ff6a00,#ff9900);
  color:#000;
  font-weight:700;
  border-radius:25px;
  cursor:pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card .btn:hover{
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(255,106,0,0.6);
}

/* === Galerie Voir plus === */
.more-info{
  display:none;
  margin-top:10px;
}

.image-container{
   width:300px;
  height:150px;
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:8px 0;
}

.image-container img{
  flex-shrink:0;
  padding: 5px;
  width:200px;
  height:150px;
  border-radius: 10px;
  object-fit:cover;
  border-radius:12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-container img:hover{
  transform: scale(1.1);
  box-shadow:0 6px 18px rgba(255,106,0,0.5);
}

/* === Responsive === */
@media (max-width:980px){
  .card img{height:150px;}
}
@media (max-width:320px){
  .image-container img{width:180px;height:140px;}
}
footer {
    background: linear-gradient(165deg, #181a20, #23252f 60%, #2f3342);
    color: #ab1fc3;
    text-align: center;
    padding: 10px 5px;
    margin: 5px;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    bottom: 0;
   max-width: 100%; 
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
     border-bottom: 2px solid white;
     text-shadow: 0px 0px white;
     margin-bottom: 68px;
     margin-top: 0px; 
      text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

footer p {
    font-size: 1.0rem;
    margin: 0;
    opacity: 0.8;
     text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

footer a {
    color: #00d4ff; 
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

footer a:hover {
    color: #007bff;
}
footer strong
{
    font-size: 14px;
     text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}


.navigation-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color:transparent;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  z-index: 10;
}

.navigation-btn.left {
  left: 10px;
}

.navigation-btn.right {
  right: 10px;
}
.more-info {
  display: none;
  background-color: transparent;
  padding: 15px;
}
.more-info.show {
  display: block;
}
.dropdown-btn:hover {
    background-color: silver;
} 
.content {
  padding: 5px;
  background-color: transparent;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   margin-top: 20px; 
  margin-bottom: 20px; 
}
.right-space {
  width: 170px;
  background: linear-gradient(135deg, #ff6b6b, #f9a826); 
  height: 100%; 
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: right 0.3s ease;
}
.content:hover + .right-space {
  right: 0; 
}
.right-space h3 {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.dropdown-btn:hover {
    background-color: silver;
}
.dropdown-menu {

    width: 20%;
}

.dropdown {
        position: relative;
    display: block;
    width: 100%;
}

.dropdown-btn {
   
background-color: transparent;
    color: blue;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    border-bottom: 3px solid black;
    width: 200px;
    transition: background-color 0.3s;
     margin-top: 40px;
    margin-left: 10%;
    
}



.dropdown-content {
    display: none;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
}

.dropdown-item {
  display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: transparent;
    color: blue;
    padding: 8px;
    margin: 5px 0;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 8px;
}

.dropdown-item:hover {
    background-color: black;
}

.dropdown-item a:hover
{
    background-color: black;
   
}

.content-container {
   background-color: transparent;
    color: transparent;
     overflow-x: auto;
    white-space: nowrap;
     scroll-behavior: smooth;
  width: 100%;
  overflow: hidden; 
   gap: 100px; 
   justify-content: space-between;
  position: relative sold 5px bleu;
}

.content {
    display: none;
}

.show {
    display: block;
}

.image-item {
    gap: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex-shrink: 0; 
}

.image-item img {
    margin-top: 5px;
    gap: 50px;
    height: 200px;
    width: 220px;
    width: auto;
    border-radius: 8px;
}
 
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Arial', sans-serif;
    }

 
    header {
       
        border-radius: 10px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        font-size: 9px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
         text-shadow: 2px 1px #ab1fc3;
         margin-bottom: 20px; 
         border-bottom: 1px solid black;
    }
     header
     {

      background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
     }
    header h1
    {
        color: black;
         text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
           text-shadow: 1px 1px white;
     
    }
    .header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }


    .logo {
        height: 50px;
        display: block;
    }
    
body {
  margin: 0;
  font-family: Inter, Poppins, Segoe UI, sans-serif;
  background: #f5f6fa;
}
.sidebar {
  position: fixed;
  top: 0;
  left: -190px;
  width: 190px;
  height: 100%;
  background: linear-gradient(160deg, #1a1c23, #2e3140);
  color: #f5f6fa;
  transition: left 0.45s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.3s ease;
  padding-top: 40px;
  box-shadow: 8px 0 30px rgba(0, 0, 0, 0.6);
  z-index: 300;
  overflow-y: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  font-family: "Inter", "Poppins", "Segoe UI", sans-serif;
  scrollbar-color: #00b8ff rgba(255, 255, 255, 0.1);
   border-left: 1px solid white;
}

.sidebar.active {
  left: 0;
}

.menu-btn,
.close-btn {
  background: transparent;
  border: 100px;
  color: black;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.25s ease;
}
.menu-btn:hover,
.close-btn:hover {
  color: black;
  transform: rotate(10deg) scale(1.2);
}
.sidebar nav {
  border-radius: 10px;
  margin-top: 10px;
  border-bottom: 1px solid white;
}

.sidebar ul {
  list-style: none;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  gap: 8px;
      margin-bottom: 10px;
}

.sidebar li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 14px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.sidebar li:hover {
  background: rgba(0, 209, 255, 0.12);
  transform: translateX(6px);
  box-shadow: 0 0 12px rgba(0, 209, 255, 0.15);
}

.sidebar a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #dfe6e9;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  position: relative;
}

.sidebar a:hover {
  color: #00d1ff;
}

.sidebar a::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0%;
  background: linear-gradient(180deg, #00d1ff, #007bff);
  border-radius: 5px;
  transition: height 0.3s ease;
}

.sidebar a:hover::before {
  height: 50%;
}

.sidebar-nav img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.sidebar a:hover img {
  transform: scale(1.2);
  filter: drop-shadow(0 0 8px #00d1ff);
}

.sidebar-nav p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #b8beca;
  letter-spacing: 0.4px;
  text-transform: capitalize;
  transition: color 0.3s ease;
   text-shadow: 0px 0px white;
    text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

.sidebar a:hover p {
  color: #00d1ff;
}



    .main-content {
  margin-top: 2px;  
        padding-top: 2px;
    }
     .main-content h7
     {

               color: white;
            display: block;
            justify-content:center;
             border-radius: 1px;
             font-size: 16px;
             text-shadow: 1px 1px black;
     }
    @media (max-width: 768px) {
        .menu-btn {
            font-size: 40px;
        }
    }
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 49px;
   background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-bottom: 9px;
    border-radius: 60px;
    border-bottom: 2px solid black;
}

.bar-item {
    color: #2c3e50;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}

.bar-item:hover {
    transform: translateY(-4px);
    color: #3498db;
}

.bar-item i {
    font-size: 22px;
    color: #3498db;
    transition: transform 0.3s ease, color 0.3s ease;
}

.bar-item:hover i {
    transform: scale(1.2);
    color: #2980b9;
}

.bottom-bar a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1px;
}

.bottom-bar img {
    width: 20px;
    height: 20px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bottom-bar a:hover img {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.bottom-bar p {
    margin: 0;
    font-size: 8px;
    font-weight: 600;
    color: black;
    letter-spacing: 0.4px;
    text-align: center;
    transition: color 0.3s ease;
     text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

.bar-item:hover p{
    color: #3498db;
    text-decoration: none;
}


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

#commandes\.html {
  width: 96%;
  margin: 5px auto;
  padding: 10px 15px;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  font-family: "Poppins", "Inter", sans-serif;
}

#commandes\.html:hover {
  box-shadow: 0 12px 35px rgba(0, 209, 255, 0.2);
  transform: translateY(-3px);
}

#commandes\.html em {
  font-size: 20px;
  font-weight: 700;
  color: #00b8ff;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}
#commandes\.html p {
  font-size: 8px;
  font-weight: 700;
  color: #00b8ff;
  margin-bottom: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

#commandes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 10px;
}

.commandes-item {
  border-radius: 16px;
  padding: 18px;
  width: 280px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.commandes-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 209, 255, 0.2);
  border-color: rgba(0, 184, 255, 0.3);
}

.commandes-item  {
  font-size: 10px;
  font-weight: 600;
  color: white;
  margin-bottom: 8px;
  text-shadow: 0px 0px white;
}

.commandes-item  {
  font-size: 10px;
  color: silver;
  margin: 4px 0;
  line-height: 1.5;
     text-shadow: 0px 0px white;

}

.commandes-item p {
  color: #00b8ff;
  font-weight: 700;
}

.commandes-item button {
  margin-top: 10px;
  background: linear-gradient(135deg, #00b8ff, #007bff);
  border: none;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.commandes-item button:hover {
  background: linear-gradient(135deg, #009be0, #005fcc);
  box-shadow: 0 0 12px rgba(0, 184, 255, 0.3);
  transform: scale(1.05);
}

.phone-block {
    display: none;
    padding: 0px;
    background-color: transparent;
    margin: 0px auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.phone-block h2 {
    position: relative;
    display: flex;
    color: white;
    margin-bottom: 15px;

}

.product-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.product-item {
      background-image:url('images/fond1.jpg');
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
    border: 2px solid silver;
    margin-bottom: 10px;
}

.product-item img {
    max-width: 350px;
    height: auto;
    border-radius: 5px;
}

.product-item h3 {
    font-size: 18px;
    margin: 10px 0;
}

.product-item p {
    font-size: 9px;
    color: white;
}

.text-container {
  width: 100%;
  margin: 8px auto;
  padding: 10px 10px;
  color: #f5f5f5;
 background-color: transparent;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  line-height: 1.7;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  text-shadow: 0px 0px white;
   text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

.text-container:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 255, 255, 0.25);
}

.plus {
  color: #ff8c1a;
  font-weight: 600;
  cursor: pointer;
  margin-left: 4px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  text-shadow: 0px 0px white;
}

.plus:hover {
  color: #ffaa33;
  border-bottom: 2px solid #ffaa33;
  text-shadow: 0px 0px 8px rgba(255, 170, 51, 0.4);
}

.hidden-text {
  display: none;
  margin-top: 8px;
  color: #ddd;
  font-size: 15px;
  animation: fadeIn 0.4s ease-in-out;
  text-shadow: 0px 0px white;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

strong {
text-decoration: underline;
     font-size: 15px;
  font-weight: 700;
  color: #00b8ff;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}
strong1
{
    color: white;
    text-shadow: 0px 0px black;
}
strong2 {

     font-size: 9px;
  font-weight: 700;
  color: #FF6A00;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}



        .sidebar button {
            background: none;
            border: none;
            color: black;            
            font-size: 16px;
            cursor: pointer;
            padding: 10px;
            width: 100%;
            text-align: left;
            display: flex;
            align-items: center;
            gap: 10px;
             text-decoration: underline;
        }

        .sidebar button:hover {
            background-color: silver;
        }
        .content {
            flex: 1;
            padding: 20px;
        }

  .settings {
    color: white;
            display: none;
            margin-top: 10px;
            padding: 20px;
            background-color: transparent;
            border-radius: 5px;
        }
  .select button {
            padding: 00px;
            font-size: 10px;
            border-radius: 5px;
            border: 1px solid #ccc;
            margin-top: 00px;
            width: 60px;
            height: 20px;
            text-shadow: 0px 0px white;

        }
        .content2 {
            margin-top: 20px;
        }
     .cart-icon
         {
          position: relative;
          display: inline-block;
             cursor: pointer; 
              width: 35px;
            height: 35px;
                      vertical-align: middle;
            margin-top: 9px;
      }  
#cart-count {
    background-color: white; 
    color: black; 
    text-shadow: 0px 0px blue;
    font-weight: bold; 
    font-size: 12px; 
    border-radius: 50%; 
    padding: 5px 7px; 
    position: fixed; 
    top: 0; 
    right: 0; 
    min-width: 5px; 
    height: 25px; 
    text-align: center; 
    line-height: 20px; 
      margin-top: 0px;
      margin-bottom: 5px;
      margin-left: 5px;
 text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

    body { 
      font-family: Arial, sans-serif;
      background-color: white;
       }
     


    .cart {
  position: fixed;
  top: 50px;
 margin: 5px;
  display: none;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-height: 100vh;
  overflow-y: auto;
  scrollbar-width: none;
  background: linear-gradient(145deg, #1e1f26, #2b2e38);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 20px;
  font-family: "Poppins", "Inter", sans-serif;
  font-size: 14px;
  color: #f5f6fa;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);

  transition: all 0.3s ease-in-out;
  backdrop-filter: blur(8px);
  z-index: 999;
}

.cart:hover {
  border-color: white;
  box-shadow: 0 8px 40px rgba(0, 180, 255, 0.3);
  transform: translateY(-2px);
}
  .cart ul,button
    {
        justify-content: space-between;
        background-color: transparent;
         list-style: none;
          padding: 2px; 
          font-size: 11px;
          width: auto;
          border-radius: 5px;
          color: #d32f2f;
          margin-bottom: 5px;
           text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
     }
     .cart button:hover
     {
        transform: scale(1.1);
  filter: drop-shadow(0 0 8px #00b8ff);
     }
        .cart img 
        {  
        justify-content: space-between;
            vertical-align: middle;
            padding-bottom: 3px;
            width: 20px;
            height: auto;
            margin-left: 6 px;
        }
     .cart p
     {
        margin-top: 2px;
        color: white;
        margin-bottom: 2px;
         text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);

     }
   .cart h3
   {
    color: white;
     text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
   }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", "Inter", "Segoe UI", Roboto, sans-serif;
  scrollbar-width: none;
}

body {
  background-color: silver;
  color: #1e1e1e;
  overflow-x: hidden;
  line-height: 1.2;
}


h2 {
  color: #fff;
  font-size: 0.9rem;
  margin: 5px 0 10px;
}
h3 {
  color: #00b8ff;
  font-size: 1rem;
  font-weight: 600;
}

.search-container {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}

#searchBar {
  background-color: white;
  width: 250px;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
  color: black;
  border: 2px solid black;
  border-radius: 25px;
  outline: none;
  transition: 0.3s ease;
}
#searchBar:focus {
  box-shadow: 0 0 10px rgba(0, 184, 255, 0.5);
}


.menu a {
  position: relative;
  display: inline-block;
  color: #1e1e1e;
  font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif;
  font-weight: 600;
  font-size: 0.5rem;
  text-decoration: none;
  margin: 0 1px;
  padding: 5px 5px;
  border-radius: 15px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
   text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

footer {
  background: black;
  color: #00b8ff;
  text-align: center;
  padding: 15px;
  border-top: 2px solid #00b8ff;
  border-radius: 30px 30px 0 0;
  font-size: 13px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .logo-container {
    flex-direction: column;
    text-align: center;
  }
  .card-container {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  #searchBar {
    width: 80%;
  }
   header h1
    {
      font-size: 15px;
    } 
    .cart img 
        {  
        justify-content: space-between;
            vertical-align: middle;
            padding-bottom: 3px;
            width: 10px;
            height: auto;
            margin-left: 6 px;
        } 
  .menu-btn,
.close-btn {
  background: transparent;
  border: 100px;
  color: black;
  font-size: 25px;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.25s ease;
}
.menu a {
  position: relative;
  display: inline-block;
  color: #1e1e1e;
  font-family: 'Poppins', 'Segoe UI', Tahoma, sans-serif;
  font-weight: 600;
  font-size: 0.5rem;
  text-decoration: none;
  margin: 0 1px;
  padding: 2px 2px;
  border-radius: 15px;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
   text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 0 0 8px rgba(0, 184, 255, 0.2);
}

  .form-container {
    width: 100%;
  }
}