.elementor-5515 .elementor-element.elementor-element-c23657a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-161cc92 */.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;
  }
}
.reason img,
.reason svg {
  max-width: 60px !important;
  height: auto !important;
  display: block;
  margin: 0 auto 15px;
}
@media (max-width: 600px) {
  .reason img,
  .reason svg {
    max-width: 45px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0072f64 */.testimonials {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 2em;
  margin-bottom: 40px;
  position: relative;
}

.testimonial-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.testimonial {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  max-width: 300px;
  flex: 1;
}

.testimonial p {font-style: italic;
  color: #444;
  margin-bottom: 15px;
}

.testimonial h4 {
  color: #111;
  font-size: 1em;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-container {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa807eb */pricing-section {padding: 60px 20px;
  background: #fefefe;
  text-align: center;
}

.section-title {
  font-size: 2.2em;
  margin-bottom: 40px;
}

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

.pricing-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  padding: 30px;
  width: 280px;
  transition: transform 0.3s ease;
}

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

.pricing-card h3 {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.price {
  font-size: 1.8em;
  color: #00b894;
  margin: 20px 0;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.pricing-card ul li {
  margin: 10px 0;
  color: #333;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #00b894;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.highlight {
  border: 2px solid #00b894;
}

@media (max-width: 768px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f3e9aa */.devis-section {
  padding: 60px 20px;
  max-width: 700px;
  margin: auto; background: #f9f9f9;
  border-radius: 15px;
}

.devis-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 30px;
}

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

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 5px;
  font-weight: 600;
}

input, select, textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1em;
  transition: border 0.3s;
}

input:focus, select:focus, textarea:focus {
  border-color: #00b894;
  outline: none;
}

.submit-btn {
  padding: 15px;
  background: #00b894;
  color: white;
  font-size: 1em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #019870;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b11abe */.faq-section {
  padding: 60px 20px;
  max-width: 800px;
  margin: auto;
}

.faq-title {
  text-align: center;
  font-size: 2.2em;
  margin-bottom: 40px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  font-size: 1.1em;
  font-weight: 600;
  padding: 15px;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-answer {
  display: none;
  padding: 0 15px 15px;
  font-size: 0.95em;
  color: #444;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bce103 */.specialists-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 2em;
  margin-bottom: 40px;
}

.specialists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.specialist-card {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

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

.specialist-card img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 15px;
}

.specialist-card h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.specialist-card p {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 15px;
}

.contact-btn {
  background: #25D366;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.specialists-section {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 2em;
  margin-bottom: 40px;
}

.specialists-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.specialist-card {
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

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

.specialist-card img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 15px;
}

.specialist-card h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.specialist-card p {
  font-size: 0.95em;
  color: #666;
  margin-bottom: 15px;
}

.contact-btn {
  background: #25D366;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}/* End custom CSS */