/*-----------------------------------------------------------------------------------
  Idiba Web Site Version: 1.2.0  
  Description: Idiba is the numerical entreprise.
  Author: Idiba Group Sarl
  Developper: Ghislain Banyaba
  ------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* .light-theme {
  --text-color: #100e09 !important;
  --btn-border: #100e09 !important;
  --background-color: #f9f9f9;
  --header-active: #0871b7;
  --header-hover: #3a3a3a;
  --header-shadow: rgba(0, 0, 0, 0.27);

  --primary-color: #2abfe8;
  --secondary-color: #0871b7;
  --green-color: #018221;
  --border-inverse: #fff;

  --lightning-background-first: rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.77) 70%;
  --lightning-background-second: rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.573) 70%;
  ----values-bg: #0871b7;
} */

.dark-theme {
  --text-color: #fff !important;
  --btn-border: #ffffff !important;
  --background-color: #050505;
  --header-active: #6adfff;
  --header-hover: #addeff;
  --header-shadow: rgba(42, 191, 232, 0.27);
  --primary-color: #2abfe8;
  --secondary-color: #0871b7;
  --green-color: #018221;

  --lightning-background-first: rgba(0, 150, 255, 0.45) 0%, rgba(0, 0, 0, 0) 70%;
  --lightning-background-second: rgba(0, 150, 255, 0.45) 0%, rgba(0, 0, 0, 0) 70%;
  ----values-bg: #000;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
header,
nav,
.theme-btn-desktop,
img {
  transition: background-color 0.4s ease, color 0.4s ease, filter 0.4s ease;
}

body {
  font-family: "Poppins", "Montserrat", sans-serif;
  background: var(--background-color);
  color: var(--text-color);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  padding: 80px 0;
  position: relative;
  margin-top: 4rem;
}

.m-b-4rem {
  margin-bottom: 4rem;
}

a,
a:hover,
a:focus,
a:active,
ul,
ol,
li,
button {
  text-decoration: none;
  color: #fff;
  list-style: none;
  outline: none;
}

.title-xl {
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 800;
}

.title-lg {
  font-size: clamp(32px, 3vw, 42px);
  font-weight: 700;
}

.title-md {
  font-size: 1.6rem;
  font-weight: 600;
}

p {
  margin: 0 !important;
}

.subtitle {
  color: var(--primary-color);
  font-weight: 600;
}

.text-secondary {
  color: #fff !important;
  font-size: 1.2rem;
}

.text-body {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-color);
}

.btn-box {
  display: flex;
  align-items: center;
  margin-top: 1.8em;
}

.blue-button,
.whatsapp-btn,
.btn-outline-button {
  font-size: 1em;
  font-weight: 600;
  font-family: inherit;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  background: none;
  border-radius: 10px;
}

.header-btn {
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
}

.blue-button {
  background: var(--primary-color) !important;
}

.whatsapp-btn {
  background: var(--green-color) !important;
}

.btn-outline-button {
  border: solid 1.5px var(--text-color);
  color: var(--text-color) !important;
}

.blue-button::before,
.whatsapp-btn::before,
.btn-outline-button::before {
  content: '';
  width: 0;
  height: 4em;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s ease;
  display: block;
  z-index: -1;
}

.btn-outline-button::before {
  background: linear-gradient(to right, rgba(8, 113, 183, 1), rgba(5, 54, 128, 1)) !important;
  color: var(--text-color) !important;
}

.blue-button::before {
  background: linear-gradient(to right, rgba(8, 113, 183, 1), rgba(5, 54, 128, 1)) !important;
  color: var(--text-color);
}

.whatsapp-btn::before {
  background: linear-gradient(to right, #8fff26 0%, #018221 100%) !important;
}

.blue-button:hover::before,
.whatsapp-btn:hover::before {
  width: 13em;
}

/* .banner-btn {
  height: 60px;
  width: 35%;
  font-size: 1.3rem;
  padding: 0.5rem;
} */

.see-more-btn {
  cursor: pointer;
  color: var(--secondary-color);
  font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2PX solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 30%;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #2abfe8;
  width: 40px;
  height: 10px;
  border-radius: 10px;
  opacity: 1;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  box-shadow: 0 0 10px #2abfe8;
}

.form-group,
.form-row {
  margin-bottom: 20px;
}

input,
select,
textarea {
  width: 100%;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.07);
  color: #e8f4ff;
  font-size: 15px;
  outline: none;
  transition: .3s ease;
}

select {
  /* background: #000811; */
  appearance: none;
  /* Enlève le style natif moche */
  background-image: url("data:image/svg+xml,%3Csvg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 25px center;
}

select option {
  /* background-color: ; */
  color: #1c1c1c;
}

select option:hover {
  background-color: #00c2ff;
  color: #000;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.form-row input:nth-child(3),
.form-row input:nth-child(4) {
  grid-column: span 1;
}

textarea {
  min-height: 140px;
  resize: vertical;
  /* Permet d'étirer uniquement vers le bas */
  overflow: auto;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
}

.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #00c2ff;
  /* Couleur moderne */
}

.form-group .lable-title,
.small-input .lable-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
  color: #bff0ff;
}

.form-group .lable-title::after,
.small-input .lable-title::after {
  content: " *";
  color: #ff4d4d;
}

.form-group {
  margin-bottom: 22px;
}

input:focus,
textarea:focus {
  border-color: #2abfe8;
  box-shadow: 0 0 10px rgba(0, 174, 255, 0.4);
}

.contact-btn {
  width: 100%;
  margin-top: 20px;
  padding: 18px 25px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 12px;
  color: #1d1d1b;
  box-shadow: 0 0 5px rgba(0, 174, 255, 0.3);
  transition: .3s ease;
}

.contact-btn:hover {
  box-shadow: 0 0 10px rgba(0, 174, 255, 0.55);
  transform: translateY(-3px);
}

.upload-box {
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 30px 15px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.upload-box:hover {
  border-color: #4fc3f7;
}

.upload-icon {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}

.upload-note {
  font-size: 0.75rem;
  opacity: 0.8;
}

/* ===============================
   FAB CONTACT (POSITION & LAYOUT)
================================= */
.idb-fab-contact {
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;

  /* État caché par défaut (avant scroll) */
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Visible après scroll */
.idb-fab-contact-container.idb-fab-visible .idb-fab-contact {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ===============================
   BOUTON TOGGLE
================================= */
.idb-fab-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg,
      rgba(13, 110, 253, 1),
      rgba(102, 16, 242, 1));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.idb-fab-toggle ion-icon {
  font-size: 18px;
}

.idb-fab-toggle:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.50);
}

/* ===============================
   OPTIONS (MENU)
================================= */
.idb-fab-options {
  display: flex;
  flex-direction: column;
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: all 0.45s ease;
}

.idb-fab-contact.idb-fab-open .idb-fab-options {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* ===============================
   ITEMS
================================= */
.idb-fab-item {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.50);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: all 0.35s ease;
}

.idb-fab-item:hover {
  transform: scale(1.15);
  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

/* ===============================
   COULEURS
================================= */
.idb-fab-wa {
  background: rgba(37, 211, 102, 0.45);
}

.idb-fab-phone {
  background: rgba(13, 110, 253, 0.45);
}

.idb-fab-mail {
  background: rgba(108, 117, 125, 0.45);
}

/* ===============================
   LIGHT THEME
================================= */
body.light-theme .idb-fab-toggle,
body.light-theme .idb-fab-item {
  border-color: rgba(0, 0, 0, 0.1);
  color: #111;
}

body.light-theme .idb-fab-toggle {
  background: rgba(255, 255, 255, 0.7);
}

body.light-theme .idb-fab-wa {
  background: rgba(37, 211, 102, 0.25);
}

body.light-theme .idb-fab-phone {
  background: rgba(13, 110, 253, 0.25);
}

body.light-theme .idb-fab-mail {
  background: rgba(108, 117, 125, 0.25);
}

header {
  width: 100%;
  min-height: 10vh;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-color);
  box-shadow: -1px 2px 12px 2px var(--header-shadow);
  -webkit-box-shadow: -1px 2px 12px 2px var(--header-shadow);
  -moz-box-shadow: -1px 2px 12px 2px var(--header-shadow);
  z-index: 1000;
  margin: 0 0 40px 0;
  transition: all 0.3s ease;
}

.menu .nav-link {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--text-color);
  text-decoration: none;
  transition: 0.9s;
}

.menu .nav-link:hover {
  color: var(--header-hover);
  letter-spacing: 0.5px;
}

.menu .nav-link.active {
  font-weight: 600;
  color: var(--header-active);
  transition: 0.9s;
}

.dropdown-menu-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: calc(100% + 5px) !important;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  display: block;
  pointer-events: none;
}

.dropdown.show .dropdown-menu-center {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.dropdown-menu-center {
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.theme-btn-desktop {
  position: relative;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease, background-color 0.3s ease, border 0.3s ease;
}

.theme-btn-desktop:hover {
  background-color: rgba(71, 76, 84, 0.15);
  transform: scale(1.05);
}

.icon-moon,
.icon-sun {
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, transform 0.25s ease;
}

.icon-hidden {
  opacity: 0;
}

.theme-btn-desktop::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: var(--white);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: left 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 0.4s ease, border 0.35s ease;
  z-index: 2;
}

.theme-btn-desktop.dark::before {
  left: calc(100% - 24px);
}

.theme-btn-desktop.light {
  color: rgb(55 65 81);
  background-color: rgb(243 244 246);
}

.theme-btn-desktop.dark {
  color: rgb(209 213 219);
  background-color: rgb(31 41 55);
}

.theme-btn-desktop.changing {
  border: 2px solid black;
  transition: border 0.35s ease;
}

.bar {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  z-index: 100;
  cursor: pointer;
}

.bar div {
  width: 100%;
  height: 4px;
  background: var(--hamburger-menu);
  margin: 5px;
  border-radius: 20%;
  transition: all 0.5s ease;
}

.nav-active {
  transform: translateX(-100%);
}

.bar-active .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.bar-active .bar-2 {
  opacity: 0;
}

.bar-active .bar-3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.offcanvas-body {
  padding: 30px;
}

.nav-item {
  margin: 15px 0;
}

.mobile-btn-block {
  width: 100%;
}

.mobile-btn-block button {
  width: 100%;
  padding: 1rem;
}

.mobile-btn-block .btn-outline-light {
  margin-bottom: 25px;
}

.offcanvas {
  background: #000 !important;
}

.banner {
  height: 100vh;
  width: 100%;
  /* position: relative;
  display: flex;
  align-items: center;
  justify-content: center; */
  margin: 5rem 0 0 0;
  overflow-x: hidden;
  scroll-behavior: unset;
}

.banner .title-banner {
  color: var(--text-color);
}

.banner .title-banner span {
  color: var(--primary-color);
}

.banner .lead {
  color: var(--text-color);
}

.banner-gradient {
  position: relative;
  left: 50%;
  top: 0;
}

.banner-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: var(--degrader-perso);
}

.banner-image {
  position: relative;
  width: 650px;
  right: 15%;
  bottom: -20px;
}

.floating-img-3d {
  animation: hologramFloat 8s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}

@keyframes hologramFloat {
  0% {
    transform: translateX(-10px) translateY(0px) rotateY(-4deg) rotateX(1deg) scale(1);
  }

  25% {
    transform: translateX(0px) translateY(-6px) rotateY(2deg) rotateX(-1deg) scale(1.01);
  }

  50% {
    transform: translateX(10px) translateY(0px) rotateY(4deg) rotateX(1deg) scale(1.02);
  }

  75% {
    transform: translateX(0px) translateY(6px) rotateY(-2deg) rotateX(-1deg) scale(1.01);
  }

  100% {
    transform: translateX(-10px) translateY(0px) rotateY(-4deg) rotateX(1deg) scale(1);
  }
}

.floating-img-3d:hover {
  animation-duration: 6s;
  filter: brightness(1.08) contrast(1.05);
}

.glow-cyber img {
  position: relative;
  z-index: 2;
}

/* .glow-cyber::before {
  content: "";
  position: absolute;
  inset: -20px;
  z-index: 1;
  background: radial-gradient(circle, rgba(78, 168, 255, 0.65) 0%, rgba(0, 0, 0, 0) 70%);
  filter: blur(50px);
  opacity: 0.8;
  animation: glowPulse 6s ease-in-out infinite;
} */

@keyframes glowPulse {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }

  100% {
    opacity: 0.7;
    transform: scale(1);
  }
}

.parallax-img {
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out;
}

.counter-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(3px);
}

.counter-content {
  width: 100%;
}

.counter {
  transition: transform 0.3s ease;
}

.counter:hover {
  transform: scale(1.08);
  transition: 0.3s ease;
}

.counter .count-title {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  color: #ffffffe4;
}

.fade-in-counter {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s ease;
}

.fade-in-counter.visible {
  opacity: 1;
  transform: translateY(0);
}

.counter .counter-value {
  color: var(--text-color-dark);
  /* text-shadow: 0px 0px 8px rgba(78, 168, 255, 0.7); */
}

.lightning-background::before

/* .lightning-background::after*/
  {
  content: "";
  position: absolute;
  width: 180%;
  height: 180%;
  top: -40%;
  left: -40%;
  background: radial-gradient(circle, var(--lightning-background-first)),
    radial-gradient(circle, var(--lightning-background-second));
  animation: lightningGlow 5s infinite linear;
  mix-blend-mode: screen;
  filter: blur(40px);
}

@keyframes lightningGlow {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.1;
  }

  35% {
    opacity: 0.2;
  }

  50% {
    transform: scale(1.2) rotate(30deg);
    opacity: 0.3;
  }

  75% {
    opacity: 0.1;
  }

  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.1;
  }
}

.neon-lightning {
  padding: 40px 20px;
  border-radius: 25px;
  backdrop-filter: blur(6px);
  position: relative;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(78, 168, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.neon-lightning::before,
.neon-lightning::after {
  content: "";
  position: absolute;
  width: 220%;
  height: 220%;
  top: -60%;
  left: -60%;
  background: conic-gradient(from 0deg, rgba(0, 150, 255, 0.6), rgba(78, 168, 255, 0.2), rgba(0, 0, 0, 0), rgba(0, 150, 255, 0.7));
  filter: blur(80px);
  mix-blend-mode: screen;
  animation: lightning-spin 12s linear infinite;
}

.neon-lightning::after {
  animation-duration: 20s;
  opacity: 0.4;
}

@keyframes lightning-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.banner-left,
.banner-right {
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  will-change: transform, opacity;
}

.scroll-shift-left {
  transform: translateX(80vw);
  opacity: 0.8;
}

.scroll-shift-right {
  transform: translateX(-80vw);
  opacity: 0.8;
}

.scroll-reset {
  transform: translateX(0);
  opacity: 1;
}

.idiba-depmt {
  /* background: #002fe9; */
  width: 100%;
  height: auto;
  margin: 3rem 0 0 0;
  /* padding: 60px 0; */
  position: relative;
  /* overflow: hidden; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.idiba-depmt-content {
  background: #0b0c10;
  /* background: #0c33d0; */
  width: 50%;
  height: 180px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  /* left: 0;
  right: 0; */
  z-index: 2;

}

.id-logo-box {
  background: rgba(255, 255, 255, 0.03);
  padding: 20px 25px;
  border-radius: 14px;
  width: 100%;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.floating-logo {
  animation: floatLogo 4s ease-in-out infinite;
}

@keyframes floatLogo {

  0%,
  100% {
    transform: translateY(0) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: translateY(-8px) rotateX(2deg) rotateY(-2deg);
  }
}

.id-logo-box img {
  filter: brightness(0.9);
  transform: scale(0.95);
  transition: transform 0.4s ease, filter 0.4s ease;
}

.id-logo-box:hover {
  transform: translateY(-10px) scale(1.08) rotateX(4deg) rotateY(-4deg);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 12px 30px rgba(78, 168, 255, 0.35);
}

.id-logo-box:hover img {
  transform: scale(1.07);
  filter: brightness(1);
}

.floating-logo::before {
  content: "";
  position: absolute;
  top: -150%;
  left: -50%;
  width: 200%;
  height: 400%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(78, 168, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(25deg) translateX(-100%);
  opacity: 0;
  pointer-events: none;
}

.scan-animate::before {
  animation: scanLight 2.5s linear forwards;
  opacity: 0.5;
}

@keyframes scanLight {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }

  50% {
    transform: rotate(25deg) translateX(100%);
  }

  100% {
    transform: rotate(25deg) translateX(-100%);
  }
}

.expertise-section {
  /* background: #0b0c10; */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

.expertise-section .container {
  margin-top: 5rem;
}

.logo-idiba-shot {
  animation: zoomInOut 4s ease-in-out infinite;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.expertise-image-bloc {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  bottom: 10%;
}

.blue-gradient-circle {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(78, 168, 255, 0.2), transparent 50%);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.image-flot-top-down {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.man-image-bloc img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border-radius: 5px;
  /* box-shadow: 0 0px 5px rgba(78, 168, 255, 0.1); */
}

.description-title h2 {
  font-size: 2rem;
  font-weight: 700;
}

.description-title h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #2abfe8;
}

.description-title p {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.card-box {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
  width: 48%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(78, 168, 255, 0.35);
}

.icon-img {
  width: 50px;
}

.card-title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.desktop-mr {
  margin-right: 1rem;
}

.card-text {
  font-size: 0.95rem;
  color: #d1d1d1;
}

.show-up-your-business {
  margin: 0;
  /* background-color: var(--background-color); */
  /* width: 1200px; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 20px; */
}

.show-up-your-business-content {
  width: 1500px;
  padding: 1rem;
  border-radius: 20px;
  background-color: #0b0c10;
}

.business-block {
  position: relative;
  /* background-color: var(--background-color); */
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.business-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.description-title .sub-title {
  display: block;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--primary-color);
  margin-bottom: 0.75rem;
}

.description-title p {
  font-size: 1rem;
  font-weight: 300;
  color: var(--text-color);
  line-height: 1.6;
}

.showup-your-business-image img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.gallery-section {
  margin: 5rem 0 0 0;
}

/* .section-conecption-graphique {
  background: #000f12;
} */

.gallery-section .gallery-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  /* background: var(--text-color) !important; */
}

.wrapper-cards {
  margin: 4rem 0;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.gallery-card .ratio img {
  padding: 0.3rem !important;
  border-radius: 30px;
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: center;
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.gallery-overlay span {
  font-size: 14px;
  opacity: 0.85;
}

.swiper-slide img {
  max-height: 420px;
  width: 100%;
  object-fit: contain;
  border-radius: 16px;
}

.clientThumbs {
  padding-top: 10px;
}

.clientThumbs .swiper-slide {
  width: 90px;
  height: 90px;
  opacity: 0.4;
  cursor: pointer;
}

.clientThumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.clientThumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #111;
  border-radius: 12px;
  padding: 10px;
}

.modal-description {
  font-size: 0.95rem;
}

.modal-description h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.modal-description p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.modal-description ul {
  padding-left: 1.2rem;
}


.gallery-container {
  min-width: 400px;
}

.clientThumbs {
  padding-top: 10px;
  max-width: 100%;
  box-sizing: border-box;
}

.swiper-wrapper-thumbs {
  height: auto;
}

.overlay-blur {
  position: fixed;
  inset: 0;
  backdrop-filter: blur(6px);
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 1000;
}

.custom-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1100;
}

.custom-modal-content {
  background: #111;
  color: white;
  padding: 30px;
  width: 360px;
  border-radius: 10px;
  position: relative;
  animation: pop 0.3s ease;
}

.close-modal {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: none;
  font-size: 26px;
  color: white;
  cursor: pointer;
}

@keyframes pop {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.testimonials-glass-dark {
  padding: 120px 0;
  /* background: radial-gradient(circle at 20% 30%, #041428, #020c17 80%); */
  overflow: hidden;
  position: relative;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 35px;
  height: 420px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: .4s ease;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.testimonial-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 0 25px rgba(0, 174, 255, 0.45);
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-info {
  max-width: 70%;
}

.testimonial-name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.testimonial-role {
  color: #2abfe8;
  font-size: 14px;
  margin-bottom: 10px;
}

.underline-accent {
  width: 90px;
  height: 2px;
  background: #2abfe8;
  border-radius: 50px;
}

.testimonial-avatar {
  width: 95px;
  height: 95px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(0, 174, 255, 0.5);
  animation: avatarPulse 6s infinite ease-in-out;
}

@keyframes avatarPulse {
  0% {
    box-shadow: 0 0 10px rgba(0, 174, 255, 0.25);
  }

  50% {
    box-shadow: 0 0 20px rgba(0, 174, 255, 0.6);
  }

  100% {
    box-shadow: 0 0 10px rgba(0, 174, 255, 0.25);
  }
}

.testimonial-body {
  margin-top: 20px;
}

.testimonial-service {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 15px;
  line-height: 1.5;
  opacity: .85;
}

.testimonial-hands {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 80px;
  height: 50px;
  background-image: url("/users/assets/img/icons/hands-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .2;
  transition: .35s ease;
}

.testimonial-card:hover .testimonial-hands {
  opacity: 1;
  transform: scale(1.15);
  filter: drop-shadow(0 0 10px #00aaff);
  background-image: url("/users/assets/img/icons/hands-yellow.svg");
}

.testimonials-swiper {
  padding: 60px;
}

.testimonial-card {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-card.tilt-hover {
  box-shadow: 0 0 30px rgba(0, 174, 255, 0.45);
}

.clients {
  padding: 60px 0;
  background: var(--background-color);
}

body.dark .clients {
  background: #000;
}

.client-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.client-swiper img.logoclients {
  height: 100px;
  width: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  opacity: 0.85;
}

.client-swiper img.logoclients:hover {
  transform: scale(1.15);
  opacity: 1;
}

.contact-glass-section {
  padding: 120px 0;
  /* background: radial-gradient(circle at 30% 20%, #041425, #020c17 60%, #00070f 100%); */
  position: relative;
  overflow: hidden;
}

.contact-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.contact-title span {
  color: var(--primary-color);
}

.contact-subtitle {
  font-size: 20px;
  margin-bottom: 30px;
}

.principle-label {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-principle ul {
  padding-left: 18px;
}

.contact-principle ul li {
  margin-bottom: 10px;
  font-size: 16px;
  list-style: decimal;
}

.contact-form-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.45);
  transition: .4s ease;
  transform-style: preserve-3d;
}

.contact-form-card:hover {
  box-shadow: 0 0 25px rgba(0, 174, 255, 0.5);
  transform: translateY(-10px);
}

.contact-form-card.tilt-hover {
  box-shadow: 0 0 30px rgba(0, 174, 255, 0.45);
}

.premium-section {
  background-color: var(--bg-color);
  padding: 100px 0;
}

.content-box,
.image-box {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.02),
      rgba(255, 255, 255, 0.01));
  border-radius: 18px;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-title {
  color: var(--primary-color);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  margin-bottom: 30px;
}

.section-subtitle {
  color: var(--primary-color);
  margin-top: 30px;
  font-weight: 600;
}

.section-text {
  color: var(--text-color);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.7;
}

.service-list {
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: var(--text-color);
}

.service-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-size: 12px;
  top: 4px;
}

.image-box {
  align-items: center;
  text-align: center;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.image-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  background: linear-gradient(to top,
      rgba(47, 193, 234, 1) 0%,
      rgba(47, 193, 234, 0.8) 40%,
      rgba(47, 193, 234, 0.2) 60%,
      rgba(47, 193, 234, 0) 100%);

  pointer-events: none;
}

.image-box img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}


.creative-section {
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.creative-text,
.creative-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  will-change: transform, opacity;
}

.creative-title {
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
}

.creative-title span {
  color: var(--primary-color);
}

.creative-description {
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 25px 0;
  color: rgba(255, 255, 255, .85);
  max-width: 520px;
}

.creative-services {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.creative-services li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, .9);
}

.creative-services li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

@media (max-width: 991px) {
  .creative-slide .row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .creative-text {
    padding: 40px 20px;
  }
}

.creative-timeline {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, .15);
  border-radius: 4px;
  overflow: hidden;
}

.timeline-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg,
      var(--primary-color),
      var(--green-color));
}

.programs-section {
  background: #000;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
}

.programs-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #32b7ff;
  margin-bottom: 20px;
}

.programs-description {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.85;
  max-width: 320px;
}

.programs-socials {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.programs-section {
  background: #000;
  padding: 100px 0;
  color: #fff;
}

.program-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 320px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
}

.video-thumb {
  position: absolute;
  inset: 0;
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
}

.play-btn:hover {
  background: #32b7ff;
}

.program-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.2));
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

@media (max-width: 576px) {
  .program-card {
    height: 220px;
  }
}

.program-card {
  position: relative;
  height: 320px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}

.program-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-modal.active {
  display: flex;
}

.video-modal-content {
  width: 90%;
  max-width: 900px;
  position: relative;
}

.video-modal iframe {
  width: 100%;
  height: 500px;
}

.close-video {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  background: none;
  border: none;
}

.subscription-design-section {
  position: relative;
  background: #000;
  color: #fff;
  padding: 120px 0;
  overflow: hidden;
  width: 100%;
}

.subscription-design-section::before {
  content: "";
  position: absolute;
  top: -20%;
  right: 20%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0.05),
      transparent 70%);
  z-index: 0;
}

.subscription-design-section .container {
  position: relative;
  z-index: 2;
}

.visual-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.showup-image {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.highlight-title {
  color: #2ec4ff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.lead-text {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.description-text {
  font-size: 0.95rem;
  line-height: 1.7;
  opacity: 0.9;
}

.no-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.no-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.no-list li::before {
  content: "✖";
  position: absolute;
  left: 0;
  color: #ff3b3b;
  font-weight: bold;
}

.closing-text {
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  .visual-block {
    margin-bottom: 40px;
  }
}

.section-communication {
  width: 100%;
}

.section-spacing {
  padding: 80px 0;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 600;
}

.section-subtitle {
  font-size: 1.1rem;
  font-weight: 600;
}

.section-highlight {
  font-size: 1.3rem;
  font-weight: 600;
}

.text-accent {
  color: var(--primary-color);
}

.section-description {
  max-width: 850px;
  font-size: 0.95rem;
  opacity: 0.85;
}

.section-services p {
  margin: 0;
  font-size: 0.95rem;
}

.media-zone {
  max-width: 900px;
  height: 400px;
  background: linear-gradient(180deg, #555, #2f2f2f);
  border-radius: 6px;
  overflow: hidden;
}

.media-slide {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.media-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.media-overlay span {
  background: var(--primary-color);
  color: #000;
  font-size: 0.75rem;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
}

.cta-banner {
  background-color: var(--primary-color);
  color: #000;
  padding: 50px 20px;
}

.cta-banner h3 {
  font-size: 1.4rem;
  font-weight: 600;
}

.idiba-section {
  background: #0b0b0b;
  color: #fff;
}

.idiba-title {
  color: #35c9ff;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.idiba-card {
  background: #1a1a1a;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid #2a2a2a;
  height: 100%;
  transition: all .35s ease;
}

.idiba-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(53, 201, 255, .25);
  border-color: #35c9ff;
}

.idiba-featured {
  border: 2px solid #35c9ff;
  transform: scale(1.05);
}

.idiba-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffb400;
  color: #000;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.idiba-subtitle {
  font-size: 13px;
  opacity: .8;
  margin-bottom: 18px;
}

.idiba-price {
  font-size: 30px;
  font-weight: 700;
  margin: 15px 0;
}

.idiba-price span {
  font-size: 16px;
}

.idiba-price small {
  font-size: 13px;
  display: block;
}

.idiba-old {
  text-decoration: line-through;
  opacity: .5;
}

.idiba-eco {
  color: #3cff9a;
  font-size: 14px;
}

.idiba-btn {
  background: #35c9ff;
  color: #000;
  font-weight: 600;
  border-radius: 8px;
  margin-bottom: 22px;
}

.idiba-list {
  list-style: none;
  padding: 0;
  font-size: 13px;
}

.idiba-list li {
  display: flex;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #2a2a2a;
}

.idiba-list i {
  color: #35c9ff;
  margin-top: 3px;
}

.idiba-process {
  background: #35c9ff;
  color: #000;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  transition: .4s ease;
}

.idiba-process:hover {
  transform: translateY(-6px);
}

.process-step {
  display: flex;
  gap: 14px;
  align-items: center;
  background: rgba(255, 255, 255, .2);
  padding: 14px 16px;
  border-radius: 12px;
}

.process-icon {
  width: 42px;
  height: 42px;
  background: #000;
  color: #35c9ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-arrow {
  margin: 12px 0;
  opacity: .7;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all .8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: .1s;
}

.delay-2 {
  transition-delay: .2s;
}

.delay-3 {
  transition-delay: .3s;
}

@media (max-width: 768px) {

  .idiba-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .idiba-featured {
    transform: none;
  }

  .idiba-card {
    padding: 26px 22px;
  }

  .idiba-process {
    margin-top: 25px;
  }

  .process-step p {
    font-size: 13px;
    line-height: 1.4;
  }
}

.footer-glass-dark {
  /* background: radial-gradient(circle at 20% 30%, #0a1d33, #020c17 70%); */
  padding: 70px 0 0;
  position: relative;
  overflow: hidden;
  color: #f0f7ff;
}

.footer-content {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 40px;
  /* box-shadow: 0 0 40px rgba(0, 0, 0, 0.6); */
}

.footer-logo img {
  width: 220px;
  /* filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.2)); */
  transition: 0.3s;
}

.footer-logo img:hover {
  transform: scale(1.05);
  /* filter: drop-shadow(0 0 18px rgba(0, 174, 255, 0.5)); */
}

.newsletter-glass {
  width: 100%;
  display: flex;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter-glass input {
  background: transparent;
  border: none;
  padding: 12px 15px;
  font-size: 16px;
  color: #fff;
  flex: 1;
}

.newsletter-glass input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-glass button {
  background: linear-gradient(135deg, #00aaff, #006bb3);
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.newsletter-glass button:hover {
  background: linear-gradient(135deg, #2cc2ff, #0088cc);
  transform: translateY(-2px);
}

.social-glass {
  display: flex;
  gap: 12px;
}

.glass-icon {
  width: 45px;
  height: 45px;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  color: white;
  font-size: 19px;
}

.glass-icon:hover {
  background: rgba(0, 170, 255, 0.3);
  transform: translateY(-4px) scale(1.1);
}

.footer-contact .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  margin-bottom: 15px;
  opacity: 0.9;
}

/* .footer-contact .contact-item svg {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.3));
} */

.waves-dark-container {
  position: relative;
  margin-top: 50px;
}

.waves-dark {
  width: 100%;
  height: 160px;
}

.parallax-dark>use {
  animation: moveWaveDark 6s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax-dark>use:nth-child(1) {
  animation-delay: -2s;
}

.parallax-dark>use:nth-child(2) {
  animation-delay: -1s;
}

.parallax-dark>use:nth-child(3) {
  animation-delay: -0.5s;
}

@keyframes moveWaveDark {
  0% {
    transform: translateX(-90px);
  }

  100% {
    transform: translateX(90px);
  }
}

.copyright-dark {
  color: #b8c7d9;
  text-align: center;
  padding: 14px 0 25px;
  font-size: 14px;
  opacity: .8;
}

/* .footer-glass-dark *:hover {
  text-shadow: 0 0 12px rgba(0, 174, 255, 0.35);
} */

.newsletter-glass input:focus {
  box-shadow: 0 0 20px rgba(0, 174, 255, 0.4);
}

/* .footer-logo img:hover {
  box-shadow: 0 0 25px rgba(0, 174, 255, 0.4);
} */

.newsletter-glass button {
  position: relative;
  overflow: hidden;
}

.newsletter-glass button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: skewX(-20deg);
  opacity: 0.8;
}

.newsletter-glass button:hover::before {
  animation: shine 0.9s linear;
}

@keyframes shine {
  from {
    left: -120%;
  }

  to {
    left: 120%;
  }
}

/* .footer-logo img {
  animation: glowPulse 6s infinite ease-in-out;
} */

/* @keyframes glowPulse {
  0% {
    filter: drop-shadow(0 0 4px rgba(0, 174, 255, 0.2));
  }

  50% {
    filter: drop-shadow(0 0 14px rgba(0, 174, 255, 0.5));
  }

  100% {
    filter: drop-shadow(0 0 4px rgba(0, 174, 255, 0.2));
  }
} */

.glass-icon {
  transition: transform 0.25s ease;
  will-change: transform;
}

.demandez-devis {
  background: radial-gradient(circle at 20% 30%, #000d1c, #000811 80%);
}

/* Astérisque obligatoire */
.required {
  color: #e53935;
  font-weight: bold;
}

/* Message d’erreur */
.error-message {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #e53935;
}

/* Champ en erreur */
input.error,
textarea.error {
  border: 1px solid #e53935 !important;
}

.form-groupe {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

/* .form-row {
  display: flex;
  gap: 20px;
} */

/* .form-row .form-group {
  flex: 1;
} */

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}