body {
 font-family: "Inter", sans-serif;
}
.container__wrapper {
 max-width: 1690px;
 margin: auto;
}

.banner {
 background-color: var(--blue-color);
}
.banner-content {
 position: relative;
 z-index: 1;
 display: flex;
 flex-direction: column;
 gap: 100px;
}
.banner .cc {
 display: flex;
 flex-direction: column;
 gap: 50px;
}
.cc p {
 color: #fff;
 font-size: 20px;
}
.banner .container__wrapper {
 position: relative;
 padding: 0 8%;
 display: flex;
 justify-content: space-between;
 align-items: center;
 min-height: 700px;
 gap: 50px;
 overflow: hidden;
}
.banner .container__wrapper img {
 position: absolute;
 right: 0px;
 top: 0px;
}

.banner .container__wrapper::before {
 content: "";
 background-image: url("../img/Group\ \(1\).png");
 background-repeat: no-repeat;
 width: 100%;
 transform: rotate(340deg);
 height: 100%;
 position: absolute;
 top: 0px;
 opacity: 0.5;
 right: 100px;
 z-index: 0;
}
.banner h1 {
 font-size: 2.7rem;
 color: #fff;
 line-height: 60px;
 font-weight: 700;
 letter-spacing: 1px;
}
.banner h1 span {
 color: var(--green-color);
}
.search-container {
 display: flex;
 align-items: center;
 gap: 15px;
}

.heading {
 display: flex;
 align-items: center;
 width: 100%;
 gap: 20px;
}

.heading-title {
 color: var(--blue-color);

 display: flex;
 align-items: center;
 margin: 0px !important;

 gap: 20px;
 width: 100%;
}

.heading-title h2 {
 min-width: fit-content;
 margin: 0 !important;
 font-size: 32px;
 font-weight: bold;

 margin: 0px !important;

 gap: 20px;
}

.heading-title span {
 color: var(--blue-sky-color);
 font-size: 64px;
 font-weight: 1000;
 margin-right: 10px;
}

.heading-title::after {
 content: "";
 width: 100%;
 height: 1px;
 background-color: var(--blue-color);
 display: block;
 margin-top: 20px;
}
.wi-l .heading-title {
 width: 100%;
 display: flex;
 justify-content: center;
}
.wi-l .heading-title::after {
 content: none;
}

/* section */

.section .container__wrapper {
 padding: 4rem 8%;
}

.section__content {
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 5rem;
 flex-wrap: wrap;
 padding-top: 3rem;
}

.section__content > * {
 flex: 1 1 420px;
}
.section-right {
 flex: 1;
 display: flex;

 justify-content: flex-end;
 padding-right: 10%;
}

.section-right .img {
 position: relative;
}
.section-right .img::after {
 content: "";
 position: absolute;
 width: 101px;
 height: 117px;
 background-image: url("../img/Mode_Isolation.png");
 top: -50px;
 right: -50px;
 z-index: -1;
}
/* Left side */
.section-left {
 flex: 1;
 max-width: 50%;
 
}

.section-left p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--gray-text-color);
  line-height: 1.6;
  letter-spacing: 0.5px; /* optionnel */
}

.section-right img {
 height: 100%;
 object-fit: cover;
 border-radius: 12px;
 display: block;
}

.section__service {
 position: relative;
 background-color: #ece8e049;
 padding-top: 2%;
}
.ico {
 position: absolute;
 top: -35px;
 left: 50%;
}
.services {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 gap: 40px;
 position: relative;
}

.services::before {
 content: "";
 position: absolute;
 top: 60px;
 left: 15%;
 right: 15%;
 height: 2px;
 background: var(--blue-color);
 z-index: 0;
}

.service {
 flex: 1;
 text-align: center;
 position: relative;
 display: flex;
 z-index: 1;
 flex-direction: column;
 align-items: center;
}
.service .icon::after {
 content: "";
 position: absolute;
 top: 60px;
 left: 50%;
 top: 100%;
 height: 44px;
 width: 2px;
 background: var(--blue-color);
 z-index: 0;
}
.service .icon {
 position: relative;
 background: var(--green-color);
 width: 120px;
 height: 120px;
 margin: 0 auto 20px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
}

.service h3 {
 margin-top: 4rem;
 font-size: 24px;
 font-weight: 400;
 color: var(--blue-color);
 margin-bottom: 20px;
}

.service p {
  max-width: 250px;         /* un peu plus large pour respirer */
  font-size: 16px;          /* texte légèrement réduit */
  color: var(--gray-text-color); /* gris plus clair (ou ajuste l’opacité) */
  line-height: 1.7;         /* plus d’espace entre les lignes */
  justify-content: center;
}

.reuse {
 z-index: 2;
 position: relative;
 background-color: var(--gray-light-color);
}
.reuse .container__wrapper {
 padding: 1rem 8%;
}
.reuse-card {
 background-color: #fff;
 border-radius: 42px;
 height: 100%;
 border: 1px solid var(--blue-color);
 padding: 10px;
}

.reuse-card h2 {
 color: var(--blue-color);
 font-weight: 400;
 justify-content: center;
 font-size: 24px;
}
.reuse-card img {
 object-fit: cover;

 border-radius: 40px;
 box-shadow: 0 4px 8px rgba(0, 0, 0, #c8c7cc50);
}

.reuse-card .w__info {
 display: flex;
 gap: 20px;
 flex-direction: column;
 padding: 20px 0;
 padding-right: 2rem;
}
.reuse-card .w__info a {
 display: flex;
 width: 100%;
 color: var(--blue-color);
 font-weight: 400;
 justify-content: center;
 font-size: 24px;
}

.cc__i {
 display: flex;
 flex-direction: column;
 color: var(--gray-text-color);
}
.cc__i p {
 font-weight: 600;
 margin: 0px;
}
.cc__i span {
 font-weight: 400;
}
.navs {
 display: flex;
 align-items: center;
 gap: 20px;
 margin-left: 20px;
}
.owl-next,
.owl-prev {
 display: none;
}
.navs > * {
 border: 1px solid var(--blue-color);
 border-radius: 30px;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
}
.owl-carousel1 {
 position: relative;
}

.partenaires {
 text-align: center;
 padding-top: 60px;
 background: #fff;
 background-color: #69d8f51a;
}
.partenaires .container__wrapper {
 padding: 0 !important;
 padding-top: 5%;
 margin: 0 !important;
 width: 100%;
 max-width: 100% !important;
}
.partenaires p {
 font-size: 16px;
 color: var(--gray-text-color);
 margin-bottom: 40px;
}

.partners {
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 60px;
 flex-wrap: nowrap;
 overflow-x: auto;
 background-color: #ccc;
 padding: 20px 0;
}

.partner {
 flex: 0 0 auto;
 transition: transform 0.5s ease;
}

/* Logo Slider */
.logo-slider {
 overflow: hidden;
 position: relative;
 padding: 20px 0px;
 width: 100%;
 background-color: #ece8e080;
}

.logos {
 display: flex;
 gap: 80px;
 animation: scroll 25s linear infinite;
}

.logos img {
 height: 60px;
 filter: grayscale(100%);
 transition: filter 0.3s ease;
}

.logos img:hover {
 filter: grayscale(0%);
}

/* Animation keyframes */
@keyframes scroll {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(-50%);
 }
}

.feedback {
 text-align: center;
 padding: 60px 20px;
}

.feedback h2 {
 font-size: 2rem;
 margin-bottom: 40px;
}
.feedback .highlight {
 color: #23c4c7;
}

.carousel {
 position: relative;

 margin-left: auto;
 padding-left: 15%;
}

.carousel-track {
 display: flex;
 justify-content: center;
 gap: 20px;
 transition: transform 0.5s ease-in-out;
}

.card {
 flex: 0 0 30%;
 padding: 3rem;
 border-radius: 20px;
 background: #fff;
 box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
 text-align: left;
 transition: all 0.3s ease;
 border: none;
 position: relative;
}

.card .quote {
 display: flex;
 justify-content: flex-end;
 margin-top: 20px;
 width: 100%;
}
.card p {
 font-size: 1rem;
 margin-bottom: 20px;
}
.client {
 display: flex;
 align-items: center;
 gap: 10px;
}
.client img {
 border-radius: 50%;
}

.card.active {
 background: #020c52;
 color: #fff;
 transform: scale(1.05);
}
.card.active .client strong,
.card.active .client span {
 color: #fff;
}

.carousel-dots {
 margin-top: 25px;
}
.dot {
 height: 5px;
 width: 40px;
 margin: 0 5px;
 background-color: #c8c7cc;
 display: inline-block;
 border-radius: 6px;
 cursor: pointer;
}
.dot.active {
 background-color: #020c52;
}

/* CTA Section */
.cta {
 position: relative;
 text-align: center;
 padding: 80px 20px;
 background-color: #fff;
 position: relative;
 overflow: hidden;
}

.cta::before {
 position: absolute;
 z-index: -1;
 content: "";
 background-image: url("../img/Group\ \(2\).png");
 background-repeat: no-repeat;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
}

.cta h2 {
 font-size: 28px;
 font-weight: bold;
 color: #0a0a33;
 margin-bottom: 30px;
 z-index: 1;
}

.cta h2 {
 font-size: 28px;
 font-weight: bold;
 color: #0a0a33;
 margin-bottom: 30px;
}

@media (max-width: 900px) {
 .section {
  flex-direction: column;
  padding: 30px;
 }
 .section.partenaires {
  padding: 0px;
 }
}
@media (min-width: 1920px) {
 .container__wrapper {
  padding-left: 3% !important;
  padding-right: 3% !important;
 }
}

@media only screen and (max-width: 1127px) {
 .banner .container__wrapper img {
  opacity: 0.3;
 }
 .wb {
  display: none !important;
 }
 .mb {
  display: block;
 }
 .offcanvas {
  max-height: 100vh;
 }
 .offcanvas-header {
  flex-direction: column;
  padding: 0px;
  width: 100%;
 }

 .btn-close {
  background-color: #fff;
  color: var(--red-color);
  padding: 5px;
  z-index: 2;
  border-radius: 30px;
 }
 .offcanvas-header > .topbar {
  width: 100%;
  background-color: var(--blue-color);
 }
 .offcanvas-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  display: flex;
  padding: 10px 20px;
  background-color: var(--color-bg);
  margin-top: auto;
 }

 .offcanvas-body {
  padding: 0 !important;
 }
 .menu {
  display: flex;
  flex-direction: column;

  padding: 0 !important;
  list-style: none;
 }
 .menu li {
  padding: 15px 20px;
  border-bottom: 1px solid #dcead2;
 }
 .menu a {
  color: var(--color-dark);
 }
 .menu a.active {
  color: var(--color-1st);
  font-weight: 600;
 }
 .menu a:hover {
  color: var(--color-1st);
 }

 .dark {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  gap: 10px;
  background-color: var(--color-dark);
  margin-top: auto;
 }
}

@media only screen and (min-width: 1127px) {
 .mb {
  display: none !important;
 }
 .wb {
  display: flex !important;
 }
}
.banner-content {
 padding: 2rem 0;
}
@media (max-width: 698px) {
 .services {
  flex-direction: column;
  align-items: center;
 }
 .services::before {
  display: none !important;
 }
 .search-container {
  flex-wrap: wrap;
 }
}
@media (max-width: 498px) {
 .section-right img {
  height: 250px !important;
 }
}
@media (max-width: 468px) {
 .heading {
  flex-wrap: wrap;
 }
 .navs {
  justify-content: flex-end;
  width: 100%;
 }
 .section-right .img::after {
  display: none;
 }
}
@media (max-width: 991px) {
 .card {
  flex: 0 0 45%;
 }
}

/* Mobile: 1 card */
@media (max-width: 767px) {
 .card {
  flex: 0 0 100%;
 }
}
