.elementor-347 .elementor-element.elementor-element-f0d805e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-347 .elementor-element.elementor-element-a5a2edd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-347 .elementor-element.elementor-element-a5a2edd:not(.elementor-motion-effects-element-type-background), .elementor-347 .elementor-element.elementor-element-a5a2edd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF7FF;}.elementor-347 .elementor-element.elementor-element-f8eb5d8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-347 .elementor-element.elementor-element-fa34a66{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-347 .elementor-element.elementor-element-b23d221{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-d4874f8 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

/* RESET + BASE */
body {
  font-family: 'Inter', sans-serif;
  background: #f9fbff;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* SECTION */
.pricing-section-glass {
  width: 100%;
  background: linear-gradient(135deg, #e0f7fa, #ffffff);
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 50px;
}

/* GRID */
.pricing-cards-glass {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

/* CARD STYLING */
.pricing-card-glass {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.65);
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

.pricing-card-glass:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.pricing-card-glass.basic {
  border-color: #00e0d3;
}

.pricing-card-glass.pro {
  border-color: #00EF8B;
}

.pricing-card-glass.premium {
  border-color: #ffc107;
}

.label-tag {
  position: absolute;
  top: -14px;
  left: 20px;
  background-color: #00EF8B;
  color: #000;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 8px;
}

.pricing-card-glass h3 {
  font-size: 22px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

.experience {
  font-size: 14px;
  color: #666;
  margin-bottom: 18px;
}

.price {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
}

.old-price {
  font-size: 14px;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 10px;
}

/* LIST */
.pricing-card-glass ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 25px;
}

.pricing-card-glass ul li {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}

/* ATTRACTIVE BUTTON WITH ICON */
.glass-btn {
  background: linear-gradient(135deg, #00EF8B, #00c776);
  color: #000;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 12px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 239, 139, 0.25);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.glass-btn i {
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.glass-btn:hover {
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 239, 139, 0.35);
}

.glass-btn:hover i {
  transform: translateX(5px);
}

.glass-btn::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00c776, #00EF8B);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 12px;
}

.glass-btn:hover::before {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d22971a */@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-0dd9074 */@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-52b3c56 */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

.features-section {
  background-color: #f;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.features-heading {
  text-align: center;
  font-size: 28px;
  color: #111;
  margin-bottom: 60px;
}

.features-heading span {
  font-weight: 400;
  color: #555;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.feature-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-box:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-4px);
}

.icon-box {
  font-size: 26px;
  color: #00EF8B;
  background: #e6fff4;
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.feature-box h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.feature-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b9f846 */.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 */