.elementor-5565 .elementor-element.elementor-element-60ccb2d{--display:flex;}.elementor-5565 .elementor-element.elementor-element-9813259{--display:flex;}.elementor-5565 .elementor-element.elementor-element-86ed4fb{--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-5565 .elementor-element.elementor-element-2e809fd.elementor-element{--align-self:center;}.elementor-5565 .elementor-element.elementor-element-4a42bb5.elementor-element{--align-self:center;}/* Start custom CSS for html, class: .elementor-element-39f4d46 */.promo-banner {
  background: linear-gradient(90deg, #ff6a00, #ee0979);
  color: white;
  text-align: center;
  padding: 12px 20px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 10;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5114da */.avantaj {
  padding: 20px;
  text-align: center;
}

.avantaj h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.avantaj-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.avantaj-box {
  flex: 0 0 48%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding: 15px;
}

.avantaj-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.avantaj-box h3 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.avantaj-box p {font-size: 0.9rem;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-240db4d */.faq {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.faq h2 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.faq-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.faq-item {
  flex: 0 0 48%;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.faq-item h3 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #222;
}

.faq-item p {font-size: 0.9rem;
  color: #555;
  
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 kolòn pa default */
  gap: 15px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7591771 */.temwayaj {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
}

.temwayaj h2 {
  font-size: 22px;
  margin-bottom: 25px;
}

.temwayaj-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.temwayaj-box {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 12px;
  max-width: 500px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: left;
}

.temwayaj-box p {
  margin-bottom: 10px;
  font-style: italic;
}

.temwayaj-box span {
  font-weight: bold;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0e1f04 */.processus {
  padding: 50px 20px;
  background-color: #fefefe;
  text-align: center;
}

.processus h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step {
  background: #f5f5f5;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  text-align: center;
}

.step-num {
  width: 40px;
  height: 40px;
  background-color: #ff6600;
  color: white;
  font-weight: bold; border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.step h3 {
  margin: 10px 0 5px;
  font-size: 18px;
}

.step p {
  font-size: 15px;
  color: #444;
}

/* Responsive for larger screen */
@media(min-width: 768px) {
  .steps {
    flex-direction: row;
    justify-content: center;
  }
  .step {
    width: 30%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2e809fd */.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.whatsapp-btn img {
  width: 20px;
  height: 20px;
}

.whatsapp-btn:hover {
  background-color: #1ebe5b;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a42bb5 */achat-section {
  padding: 40px 20px;
  text-align: center;
}

.achat-section h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.achat-section p {
  margin-bottom: 25px;
  color: #444;
}

.achat-points {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.point {
  width: 120px;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

.point img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.achat-btn {
  display: inline-block;
  margin-top: 20px; background: #00c851;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
}/* End custom CSS */