.elementor-703 .elementor-element.elementor-element-c72bd10{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-703 .elementor-element.elementor-element-84305dd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-703 .elementor-element.elementor-element-28ffd03{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-703 .elementor-element.elementor-element-d6f89d5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-703 .elementor-element.elementor-element-0abb1f8{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ddbe452 */.faq-section {
  padding: 80px 20px;
  background: #f5f8fc;
}

.faq-container {
  max-width: 800px;
  margin: auto;
}

.faq-section h2.section-title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #111;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.faq-item summary {
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  padding: 18px 24px;
  color: #00c776;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f1fdf7;
  border-bottom: 1px solid #d2f5e8;
  transition: background 0.3s ease;
}

.faq-item summary:hover {
  background: #e4fdf1;
}

.faq-item[open] summary {
  background: #e0ffe9;
}

.faq-item p {
  font-size: 15px;
  color: #444;
  padding: 20px 24px;
  margin: 0;
  background: #fff;
  line-height: 1.6;
}

.faq-item i {
  font-size: 20px;
  color: #00EF8B;
  flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-235de9c */.how-it-works {
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
}

.how-it-works .section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

.how-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

.how-step {
  background: #f9fffc;
  border: 1px solid #d4fbe7;
  padding: 30px 25px;
  border-radius: 16px;
  flex: 1 1 280px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.how-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.how-step .icon {
  font-size: 36px;
  color: #00EF8B;
  margin-bottom: 20px;
}

.how-step h4 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.how-step p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .how-grid {
    flex-direction: column;
    gap: 30px;
  }

  .how-step {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50d4b3c */.comparison-section {
  padding: 80px 20px;
  background: #f5f8fc;
  text-align: center;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

.comparison-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.compare-card {
  flex: 1 1 300px;
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.compare-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
}

.compare-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #222;
}

.compare-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.compare-card li {
  font-size: 15px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
}

.compare-card i.fa-check-circle {
  color: #00c776;
  font-size: 18px;
}

.compare-card i.fa-times-circle {
  color: #ff4d4f;
  font-size: 18px;
}

.compare-card.premium {
  border: 2px solid #00ef8b;
  background: #eafff4;
  position: relative;
}

.compare-card.premium h3 {
  color: #00c776;
}

.compare-card .btn {
  background: #00ef8b;
  color: #000;
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 239, 139, 0.3);
}

.compare-card .btn:hover {
  background: #00c776;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .comparison-cards {
    flex-direction: column;
    align-items: center;
  }

  .compare-card {
    max-width: 90%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f4aa7c *//* ------------------- Support Section ------------------- */
.support-section {
  background: #f5f8fc;
  padding: 60px 20px; /* Reduced padding for mobile */
  text-align: center;
}

.support-section .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.support-subtext {
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.support-grid {
  display: flex;
  justify-content: center;
  gap: 15px; /* Reduced gap */
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.support-card {
  background: #fff;
  border: 1px solid #dff5eb;
  padding: 20px 15px; /* Reduced padding */
  border-radius: 16px;
  flex: 1 1 250px; /* Reduced card width */
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
  text-align: center;
}

.support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.support-card i {
  font-size: 24px; /* Reduced icon size */
  color: #00EF8B;
  margin-bottom: 10px;
}

.support-card h4 {
  font-size: 16px; /* Reduced font size */
  margin-bottom: 8px;
  color: #111;
}

.support-card p {
  font-size: 14px; /* Reduced font size */
  color: #444;
  margin: 0;
}

.support-card a {
  color: #00c776;
  text-decoration: none;
  font-weight: 500;
}

.support-card a:hover {
  text-decoration: underline;
}

/* ------------------- Mobile View Tweaks ------------------- */
@media (max-width: 768px) {
  .support-grid {
    flex-direction: column;
    gap: 20px; /* Adjusted gap for mobile view */
  }

  .support-card {
    flex: 1 1 100%; /* Make cards 100% width on mobile */
    padding: 20px; /* Adjust padding for smaller screens */
  }

  .support-card i {
    font-size: 24px; /* Icon size is already reduced for mobile */
  }

  .support-card h4 {
    font-size: 16px; /* Adjusted title size */
  }

  .support-card p {
    font-size: 14px; /* Adjusted text size */
  }
}/* End custom CSS */