.security-virtual {
  background: #ebe4ff;
  padding: 60px 20px 80px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.security-virtual .container {
  max-width: 1100px;
  margin: 0 auto;
}

.security-virtual .subtitle {
  color: #484848;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.security-virtual .title {
  font-size: 23px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-weight: 800;
  margin-bottom: 40px;
  color: #673de6;
}

.security-virtual .titles {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #484848;
}

.security-virtual .cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.security-virtual .card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  flex: 1 1 280px;
  max-width: 320px;
}


.security-virtual .card .icon {
  margin-bottom: 15px;
}

.security-virtual .card .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.security-virtual .card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}

.security-virtual .card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}







.secure-card { 
  background: #fff;
  padding: 60px 20px 80px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0px;
}

.secure-card .container {
  max-width: 1100px;
  margin: 0 auto;
}

.secure-card .subtitle {
  color: #484848;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.secure-card .titles {
  font-size: 24px;
  font-weight: 800;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  margin-bottom: 40px;
  color: #484848;
}

.secure-card .cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.secure-card .card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  flex: 1 1 280px;
  max-width: 320px;
  border: 1px solid #ccc;
}

.secure-card .card .icon {
  margin-bottom: 15px;
}

.secure-card .card .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.secure-card .card h3 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  color: #000;
}

.secure-card .card p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}




.view-card {
  padding: 60px 20px;
  background: transparent;
  font-family: Arial, sans-serif;
  width: 100%;
}

.view-card .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
}

.view-card .text-content {
  flex: 1 1 500px;
}

.view-card h2 {
  font-size: 23px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.3;
}

.view-card .subtitle {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 45px;
}

.view-card .steps {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.view-card .steps li {
  margin-bottom: 55px;
}

.step-icon-title {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.step-icon {
  font-size: 30px;
  color: #684fff;
  min-width: 40px;
  flex-shrink: 0;
}

.step-text {
  display: flex;
  flex-direction: column;
}

.step-text h3 {
  font-size: 19px;
  font-weight: 600;
  color: #333;
  margin: 0 0 9px 0;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
}

.step-text p {
  font-size: 1rem;
  color: #555;
  line-height: 1.4;
  margin: 0;
}


.view-card .image-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 400px;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.2));
}

.view-card .image-content img {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
  .view-card {
    padding-bottom: 0;
    overflow: hidden;
  }

  .view-card .container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .view-card .text-content {
    text-align: center;
  }

  .view-card h2 {
    text-align: center;
    font-size: 2.1rem;
  }

  .view-card .subtitle {
    font-size: 1.3rem;
    margin-bottom: 46px;
    text-align: center;
  }

  .view-card .steps {
    max-width: 350px;
    margin:  auto;
  }

  .view-card .steps li {
    text-align: left;
  }

  .view-card .image-content {
    position: relative;
    margin-top: 0;         /* Retire tout espas anlè si genyen */
    margin-bottom: 56px;      /* Minimize espas anba */
    padding-top: 0; 
    top: -20px;  /* Ajiste valè sa pou monte imaj la *//* Netwaye si gen padding */
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  /* Retire margin-bottom sou dènye step la */
  .view-card .steps li:last-child {
    margin-bottom: 0;
  }
}




/* ===== Security Section ===== */
.security-section {
  background: #fff;
  padding: 40px 20px 46px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.security-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.security-section .subtitle {
  color: #484848;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.security-section .title {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 40px;
  color: #684fff;
}

.security-section .cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

.security-section .card {
  background: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  flex: 1 1 280px;
  max-width: 320px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.security-section .card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.security-section .card .icon {
  height: 92px;
  margin-bottom: 15px;
}

.security-section .card .icon img {
  height: 100%;
  width: auto;
  object-fit: contain;
  border-radius: 15px; /* ⬅️ Ajoute ti wonn sou kwen yo */
}

.security-section .card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.security-section .card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}






.news {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 80px;
}

.news .container {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-title {
  font-size: 24px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
  color: #333;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 60px;
  text-align: left;
}

.faq-item h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.faq-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.faq-image {
  margin-top: 50px;
}


@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .news {
    background: #fff;
    padding: 0px 15px 50px; 
    text-align: center;
    margin-bottom: 20px;
  }

  .faq-title {
    line-height: 1.3;
  }
}



.sendmoney {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}

.sendmoney .container {
  max-width: 1000px;
  margin: 0 auto;
}

.sendmoney h2 {
  font-size: 35px;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.sendmoney p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin: 0 auto 30px;
  max-width: 700px;
}

.sendmoney .buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.sendmoney .btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
  text-decoration: none;
  transition: 0.3s ease;
}

.sendmoney .btn.appstore {
  background: #34c5be;
  color: #fff;
}

.sendmoney .btn.googleplay {
  background: #ebe4ff;
  color: #673de6;
}

.sendmoney .btn:hover {
  opacity: 0.85;
}


@media (max-width: 600px) {
  .sendmoney h2 {
    font-size: 35px;
  }
  .sendmoney .btn {
  width: 60%;
  margin: 0 auto;
  display: block;
}

  .sendmoney p {
    font-size: 14px;
  }
  .sendmoney .buttons {
    flex-direction: column;
    gap: 12px;
  }
}




.team-virtual {
    width: 100%;
    padding: 80px 10%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.team-virtual-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    max-width: 1200px;
    width: 100%;
}

@media (max-width: 600px) {
    .team-virtual {
        padding-top: 20px;
        padding-bottom: 30px;
        margin-top: -10px;
    }
    .team-virtual-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}

@media (max-width: 600px) {
    .team-virtual-text {
        order: 2;
    }
    .team-virtual-image {
        order: 1;
    }
}

.team-virtual-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team-virtual-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.team-virtual-title {
    font-size: 33px;
    font-weight: 800;
    line-height: 1.3;
    color: #000;
}

.team-virtual-titles {
    font-size: 30px;
    font-family: 'GT-Walsheim-Regular-Trial-BF651b7fc71a47d', Arial, sans-serif;
    font-weight: 800;
    line-height: 1.3;
    color: #684fff;
}

.team-virtual-title strong {
    color: #000;
}

.team-virtual-description {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.team-virtual-btn {
    display: inline-block;
    padding: 17px 55px;
    background-color: #34c5be;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s ease;
    width: fit-content;
}

.team-virtual-btn:hover {
    background-color: #684fff;
}

.team-virtual-image img {
    width: 80%;
    object-fit: cover;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.2));
    display: block;
}

@media (max-width: 992px) {
    .team-virtual-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .team-virtual-text {
        align-items: center;
    }
    .team-virtual-btn {
        margin: 0 auto;
    }
}
