.elementor-10713 .elementor-element.elementor-element-c4ccdd9{--display:flex;}.elementor-10713 .elementor-element.elementor-element-606b6e3{--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-10713 .elementor-element.elementor-element-fd3d70c{--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-10713 .elementor-element.elementor-element-60bc0ae{--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-10713 .elementor-element.elementor-element-21663db{--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-10713 .elementor-element.elementor-element-cae2d7e{--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-10713 .elementor-element.elementor-element-d506f26{--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;}/* Start custom CSS for html, class: .elementor-element-cde9443 */.hero {
  position: relative;
  padding: 120px 20px 100px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  /* GRADIENT BACKGROUND */
  background: linear-gradient(135deg, #ff7a2f, #1e293b);
  color: #ffffff;
  overflow: hidden;
}

/* DOTTED PATTERN */
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.4;
}

/* DARK OVERLAY (BOTTOM FADE) */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, #0f172a);
  opacity: 0.7;
}

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.hero h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* SUBTEXT */
.hero p {
  font-size: 16px;
  color: #f1f5f9;
  margin-bottom: 35px;
  line-height: 1.6;
}

/* BUTTONS */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.btn {
  padding: 14px 26px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

/* PRIMARY BUTTON */
.btn.primary {
  background: #ffffff;
  color: #1e293b;
}

/* OUTLINE BUTTON */
.btn.outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* HOVER */
.btn.primary:hover {
  background: #f1f5f9;
}

.btn.outline:hover {
  background: rgba(255,255,255,0.1);
}

/* FEATURES */
.hero-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 13px;
  color: #e2e8f0;
}

.feature {
  display: flex;
  align-items: center;
  gap: 6px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56cd69b */.team-section {
  background: #eef2f6;
  padding: 90px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.team-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

/* SUBTEXT */
.sub {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 12px;
}

/* ORANGE LINE TEXT */
.highlight {
  font-size: 16px;
  color: #f97316;
  font-weight: 600;
  margin-bottom: 35px;
}

/* CARD */
.team-card {
  background: #ffffff;
  padding: 35px 30px;
  border-radius: 18px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* CARD TEXT */
.team-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* FINAL LINE */
.team-card h3 {
  font-size: 18px;
  color: #f97316;
  font-weight: 700;
  margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-09c594f */.problem-section {
  background: #eef2f6;
  padding: 90px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.problem-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 15px;
}

/* SUBTEXT */
.sub {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 40px;
}

/* GRID */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* CARD */
.problem-card {
  background: #f8fafc;
  padding: 18px 20px;
  border-radius: 12px;
  text-align: left;
  font-size: 14px;
  color: #334155;
  border-left: 4px solid #ef4444;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* BOTTOM ORANGE TEXT */
.highlight {
  font-size: 16px;
  color: #f97316;
  font-weight: 600;
  margin-bottom: 10px;
}

/* FINAL TEXT */
.sub-bottom {
  font-size: 14px;
  color: #64748b;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .problem-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55f6f62 */.services {
  background: #eef2f6;
  padding: 90px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.services h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.sub {
  color: #64748b;
  margin-bottom: 40px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

/* CARD */
.card {
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  text-align: left;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

.card h3 {
  color: #f97316;
  font-size: 16px;
  margin-bottom: 6px;
}

.card p {
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

/* BOTTOM GRADIENT BOX */
.stats-box {
  background: linear-gradient(135deg, #f97316, #e2a58a);
  padding: 35px 30px;
  border-radius: 18px;
  color: #ffffff;
}

/* STATS */
.stats-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stats-row h4 {
  font-size: 28px;
  font-weight: 700;
}

.stats-row p {
  font-size: 13px;
  opacity: 0.9;
}

/* DIVIDER */
.stats-box hr {
  border: none;
  height: 1px;
  background: rgba(255,255,255,0.4);
  margin: 20px 0;
}

/* QUOTE */
.quote {
  font-style: italic;
  font-size: 14px;
  margin-bottom: 10px;
}

.author {
  font-size: 13px;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .stats-row {
    flex-direction: column;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d1d6c1 */.why-team {
  background: #eef2f6;
  padding: 90px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.why-team h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 40px;
}

/* LIST */
.why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ITEM */
.why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #ffffff;
  padding: 20px 22px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

/* NUMBER CIRCLE */
.num {
  min-width: 40px;
  height: 40px;
  background: #f97316;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* TEXT */
.content h3 {
  color: #f97316;
  font-size: 16px;
  margin-bottom: 5px;
}

.content p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-item {
    flex-direction: column;
  }

  .num {
    margin-bottom: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-045a64b */.process {
  background: #eef2f6;
  padding: 90px 20px;
  font-family: 'Poppins', sans-serif;
}

.container {
  max-width: 950px;
  margin: auto;
}

/* HEADING */
.process h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.sub {
  text-align: center;
  color: #64748b;
  margin-bottom: 40px;
}

/* LIST */
.process-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* CARD */
.process-item {
  position: relative;
  display: flex;
  gap: 18px;
  background: #f8fafc;
  padding: 22px 24px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 14px rgba(0,0,0,0.05);
  transition: 0.25s ease;
}

/* LEFT ORANGE BORDER (IMPORTANT) */
.process-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  bottom: 15px;
  width: 4px;
  background: #f97316;
  border-radius: 10px;
}

/* HOVER EFFECT */
.process-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* STEP CIRCLE */
.step {
  min-width: 42px;
  height: 42px;
  background: #f97316;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}

/* TEXT */
.content h3 {
  color: #f97316;
  font-size: 16px;
  margin-bottom: 6px;
}

.content p {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .process-item {
    flex-direction: column;
  }

  .step {
    margin-bottom: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f72ff35 *//* SECTION */
.cta-hero {
  padding: 100px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  /* EXACT gradient */
  background: linear-gradient(135deg, #f97316 0%, #1e293b 100%);
  color: #fff;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.cta-hero h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

/* SUBTEXT */
.subtext {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 35px;
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

/* PRIMARY BUTTON (WHITE) */
.btn.primary {
  background: #fff;
  color: #0f172a;
}

.btn.primary:hover {
  background: #f1f5f9;
}

/* OUTLINE BUTTON */
.btn.outline {
  border: 1.5px solid rgba(255,255,255,0.6);
  color: #fff;
  background: transparent;
}

.btn.outline:hover {
  background: rgba(255,255,255,0.1);
}

/* FEATURES */
.features {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  flex-wrap: wrap;
}

.features span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-hero h1 {
    font-size: 28px;
  }

  .features {
    gap: 15px;
  }
}/* End custom CSS */