.elementor-5181 .elementor-element.elementor-element-ebf44f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5181 .elementor-element.elementor-element-87671b4{--display:flex;}.elementor-5181 .elementor-element.elementor-element-49f5735{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5181 .elementor-element.elementor-element-eb55074{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-5181 .elementor-element.elementor-element-655a2ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5181 .elementor-element.elementor-element-5e327ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5181 .elementor-element.elementor-element-dde827e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5181 .elementor-element.elementor-element-fe0d86a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5181 .elementor-element.elementor-element-3b8e8bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5181 .elementor-element.elementor-element-bdeadb6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-12b3e63 */.crypto-actions {
  padding: 40px 20px;
  text-align: center;
}

.crypto-actions h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #111;
}

.action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.btn-action {
  background: #0055ff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.btn-action:hover {
  background: #003bbf;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d46b0b3 */.swiper {
  width: 100%;
  max-width: 800px;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
} .swiper-pagination-bullet-active {
  background: #007aff;
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eb55074 */.deals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  justify-content: center;
}

.deal-card {
  border-radius: 8px;
  padding: 5px;
  width: 100%;
  max-width: 190px;
  margin: auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  background: #f9f9f9;
  text-align: center;
}

.deal-card img {
  width: 40px;
  margin-bottom: 8px;
}

.top-deals h2 {
  font-size: 20px;
  margin-bottom: 5px;
}

.wise {
  background: #e6f9ec;
  border: 1px solid #34c759;
}

.crypto {
  background: #eef2ff;
  border: 1px solid #4e5d94;
}

@media (max-width: 600px) {
  .deal-card {
    max-width: 100%;
    padding: 8px;
  }

  .deal-card h3 {
    font-size: 14px;
  }

  .deal-card p {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7883d24 */wise-section {
  padding: 30px 20px;
  background: #f0fdf6;
  text-align: center;
}

.wise-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #118c4f;
}

.vendor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.vendor-card.wise {
  border: 1px solid #c7ecd8;
  background: #e9fdf3;
  padding: 16px; border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.vendor-card.wise:hover {
  transform: translateY(-5px);
}

.vendor-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.vendor-card h3 {
  margin: 0;
  font-size: 16px;
  color: #116c47;
}

.vendor-card p {
  font-size: 14px;
  margin: 6px 0 12px;
  color: #444;
}

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
}

@media (max-width: 480px) {
  .vendor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .vendor-card.wise {
    padding: 10px;
  }

  .vendor-card h3 {
    font-size: 14px;
  }

  .vendor-card p {
    font-size: 12px;
  }

  .whatsapp-btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-87c38a1 */wise-section {
  padding: 30px 20px;
  background: #f0fdf6;
  text-align: center;
}

.wise-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #118c4f;
}

.vendor-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.vendor-card.wise {
  border: 1px solid #c7ecd8;
  background: #e9fdf3;
  padding: 16px; border-radius: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.vendor-card.wise:hover {
  transform: translateY(-5px);
}

.vendor-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.vendor-card h3 {
  margin: 0;
  font-size: 16px;
  color: #116c47;
}

.vendor-card p {
  font-size: 14px;
  margin: 6px 0 12px;
  color: #444;
}

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
}

@media (max-width: 480px) {
  .vendor-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .vendor-card.wise {
    padding: 10px;
  }

  .vendor-card h3 {
    font-size: 14px;
  }

  .vendor-card p {
    font-size: 12px;
  }

  .whatsapp-btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4258e44 */.crypto-contact {
  padding: 40px 20px;
  text-align: center;
}

.crypto-contact h2 {
  margin-bottom: 20px;
}

.crypto-contact form {
  max-width: 400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.crypto-contact input,
.crypto-contact textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.crypto-contact button {
  background: #0055ff;
  color: #fff;
  padding: 12px;

border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f50d46 */.crypto-benefits {
  background: #f2f6ff;
  padding: 40px 20px;
  text-align: center;
}

.crypto-benefits h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.crypto-benefits ul {
  list-style: none;
  padding: 0;
}

.crypto-benefits li {
  margin: 10px 0;
  font-size: 16px;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e364b6 */.payment-methods {
  padding: 40px 20px;
  background: #eef5ff;
  text-align: center;
}

.payment-methods ul {
  list-style: none;
  padding: 0;
}

.payment-methods li {
  margin: 10px 0;
  font-size: 16px;
} ```

---

✅ *Seksyon 6: Foire Aux Questions (FAQs)*

```html
<section class="faqs">
  <h2>Questions Fréquemment Posées</h2>
  <div class="faq-item">
    <strong>Combien de temps prend une transaction ?</strong>
    <p>Généralement moins de 5 minutes une fois le paiement confirmé.</p>
  </div>
  <div class="faq-item">
    <strong>Est-ce que mes informations sont sécurisées ?</strong>
    <p>Oui, toutes les transactions sont cryptées et confidentielles.</p>
  </div>
</section>
```

```css
.faqs {
  padding: 40px 20px;
  background: #fff;
}

.faqs h2 {
  text-align: center;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 15px;
}

.faq-item strong {
  display: block;
  margin-bottom: 5px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f299d88 */.why-choose-us {
  padding: 40px 20px;
  text-align: center;
  background: #f9f9f9;
}

.why-choose-us h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.why-choose-us p {
  font-size: 16px;
  color: #555; margin-bottom: 30px;
}

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

.reason {
  background: white;
  border-radius: 10px;
  padding: 20px;
  max-width: 250px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  text-align: center;
}

.reason img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

.reason h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.reason p {
  font-size: 14px;
  color: #666;
}

/* Mobile responsive */
@media (max-width: 600px) {
  .reason {
    max-width: 100%;
  }

  .reason img {
    width: 50px;
    height: 50px;
  }
}/* End custom CSS */