.elementor-333 .elementor-element.elementor-element-1c37b65{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-333 .elementor-element.elementor-element-7653204{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-333 .elementor-element.elementor-element-7653204:not(.elementor-motion-effects-element-type-background), .elementor-333 .elementor-element.elementor-element-7653204 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF7FF;}.elementor-333 .elementor-element.elementor-element-39d32d8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-333 .elementor-element.elementor-element-b0b7f25{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ac2632e */body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  background: #f8f9fb;
  color: #111;
}

.modern-header {
  position: relative;
  background: radial-gradient(circle at top left, #d1ffe6 0%, #e6fff3 60%, #f8f9fb 100%);
  padding: 100px 20px 80px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #cdeede;
}

/* Optional: Elegant decorative blobs */
.modern-header::before,
.modern-header::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
}

.modern-header::before {
  width: 400px;
  height: 400px;
  background: #00EF8B;
  top: -100px;
  left: -100px;
  filter: blur(120px);
}

.modern-header::after {
  width: 300px;
  height: 300px;
  background: #aaf0d1;
  bottom: -80px;
  right: -120px;
  filter: blur(100px);
}

.header-content {
  position: relative;
  z-index: 1;
}

/* Section Wrapper */
.section {
  padding: 80px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #222;
}

/* Services Grid */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.service-card i {
  font-size: 28px;
  color: #00EF8B;
  margin-bottom: 18px;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.service-card p {
  font-size: 14.5px;
  color: #555;
  flex-grow: 1;
  line-height: 1.6;
}

.service-card .btn {
  margin-top: 20px;
  display: inline-block;
  background: #00EF8B;
  color: #000;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  text-align: center;
}

.service-card .btn:hover {
  background: #00c776;
  color: #fff;
}

/* Why Choose Section */
.why-choose {
  background: #ffffff;
  border-radius: 20px;
  padding: 70px 40px;
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.why-choose h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
}

.why-choose ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 720px;
  text-align: left;
}

.why-choose li {
  font-size: 15px;
  color: #444;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 24px;
}

.why-choose li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #00EF8B;
  position: absolute;
  left: 0;
  top: 12px;
  font-size: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-header h1 {
    font-size: 32px;
  }

  .section-title {
    font-size: 28px;
  }

  .why-choose h2 {
    font-size: 24px;
  }

  .service-card {
    padding: 24px 20px;
  }

  .service-card h3 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0300e17 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
}

.hiw-section {
  background: linear-gradient(135deg, #ffffff 0%, #0000 0%);
  padding: 80px 20px;
}

.hiw-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.hiw-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 60px;
}

.hiw-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.hiw-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hiw-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.hiw-icon {
  position: relative;
  margin-bottom: 20px;
}

.hiw-icon i {
  font-size: 28px;
  color: #000;
  background: #00EF8B;
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hiw-card:hover .hiw-icon i {
  transform: rotate(8deg);
}

.step-num {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #111;
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 13px;
  border-radius: 50%;
  line-height: 24px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.hiw-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.hiw-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f92c5b */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}

.industry-section-glow {
  background: linear-gradient(135deg, #f2fff9, #eaf9ff);
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

.industry-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.industry-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.industry-box {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  padding: 25px 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  backdrop-filter: blur(6px);
}

.industry-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}

.icon-glow {
  background: #00EF8B;
  color: #000;
  font-size: 26px;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(0, 239, 139, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-box:hover .icon-glow {
  transform: scale(1.1);
  box-shadow: 0 0 18px rgba(0, 239, 139, 0.6);
}

.industry-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin-top: 0;
}

/* ✅ Responsive Mobile Fixes */
@media (max-width: 480px) {
  .industry-section-glow {
    padding: 60px 15px;
  }

  .industry-title {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .industry-subtitle {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .industry-grid {
    gap: 20px;
  }

  .icon-glow {
    font-size: 16px;
    width: 38px;
    height: 38px;
    margin-bottom: 10px;
  }

  .industry-box {
    padding: 16px 10px;
  }

  .industry-box h3 {
    font-size: 13px;
    margin: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d18513 */.faq-section {
  background: linear-gradient(135deg, #f2fff9, #eaf9ff);
  padding: 100px 20px;
  font-family: 'Inter', sans-serif;
}

.faq-section .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.faq-section .section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #00EF8B;
  border-radius: 2px;
  margin: 16px auto 0;
}

.faq-box {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.faq-item {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.faq-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.faq-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0d1a26;
}

.faq-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .faq-section {
    padding: 60px 15px;
  }

  .faq-section .section-title {
    font-size: 26px;
  }

  .faq-item {
    padding: 20px 16px;
  }

  .faq-item h4 {
    font-size: 16px;
  }

  .faq-item p {
    font-size: 14px;
  }
}/* End custom CSS */