.elementor-11709 .elementor-element.elementor-element-c736c4c{--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-11709 .elementor-element.elementor-element-9c6506e{--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-11709 .elementor-element.elementor-element-576528c{--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-11709 .elementor-element.elementor-element-12ed14c{--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-11709 .elementor-element.elementor-element-8dac4c4{--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-11709 .elementor-element.elementor-element-b39621d{--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-11709 .elementor-element.elementor-element-3d30ced{--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-11709 .elementor-element.elementor-element-4f5b597{--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-11709 .elementor-element.elementor-element-f4e98d4{--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-11709 .elementor-element.elementor-element-a0c85c9{--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-11709 .elementor-element.elementor-element-624836c{--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-11709 .elementor-element.elementor-element-fce25d5{--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-11709 .elementor-element.elementor-element-02beaa8{--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-11709 .elementor-element.elementor-element-4d00d4b{--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-11709 .elementor-element.elementor-element-436b2ea{--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-11709 .elementor-element.elementor-element-b41aafa{--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-a9713f1 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

/* HERO BACKGROUND */
.hero {
  background: radial-gradient(circle at top, #111827, #020617);
  padding: 90px 20px;
  text-align: center;
}

/* CONTAINER */
.hero-container {
  max-width: 1000px;
  margin: auto;
}

/* ========================= */
/* 🔥 TEXT COLORS FIXED */
/* ========================= */

/* HEADING */
.hero h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #f8fafc; /* soft white */
}

/* ORANGE TEXT */
.hero h1 span {
  display: block;
  color: #ff6a00;
}

/* SUBTEXT */
.hero-sub {
  margin-top: 18px;
  color: #94a3b8; /* exact WP grey */
  font-size: 15px;
  line-height: 1.7;
}

/* ========================= */
/* FEATURES */
/* ========================= */
.hero-features {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.feature {
  background: rgba(255,255,255,0.04);
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 13px;
  color: #cbd5f5; /* soft bluish text */
  text-align: left;
}

/* ========================= */
/* BUTTONS */
/* ========================= */
.hero-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ff6a00;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 14px rgba(255,106,0,0.3);
  transition: 0.25s;
}

.btn-primary:hover {
  background: #ff7a1a;
  transform: translateY(-2px);
}

/* SECONDARY BUTTON */
.btn-secondary {
  border: 1px solid #334155;
  color: #94a3b8;
  padding: 14px 26px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.25s;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.05);
}

/* ========================= */
/* STATS BAR */
/* ========================= */
.hero-stats {
  margin-top: 50px;
  background: #f1f5f9;
  color: #1f2937;
  border-radius: 12px;
  display: flex;
  justify-content: space-around;
  padding: 20px;
}

.hero-stats h3 {
  color: #ff6a00;
  font-size: 18px;
  font-weight: 700;
}

.hero-stats p {
  font-size: 12px;
  color: #64748b;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */
@media (max-width: 900px) {
  .hero-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 28px;
  }

  .hero-features {
    grid-template-columns: 1fr;
  }

  .hero-stats {
    flex-direction: column;
    gap: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5109a0b */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.problem-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* TITLE */
.problem-section h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

/* GRID */
.problem-grid {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* CARD */
.problem-card {
  width: 420px;
  background: #f8fafc;
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* ICON */
.icon {
  color: #ff6a00;
  font-size: 16px;
  font-weight: bold;
}

/* TEXT */
.problem-card p {
  font-size: 14px;
  color: #374151;
}

/* BOTTOM CONTENT */
.problem-bottom {
  margin-top: 60px;
}

.problem-bottom h3 {
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}

/* DESCRIPTION */
.desc {
  margin-top: 15px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* HIGHLIGHT */
.highlight {
  margin-top: 15px;
  font-size: 14px;
  color: #ff6a00;
  font-weight: 500;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.highlight span {
  color: #6b7280;
  font-weight: 400;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .problem-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9e3ad5a */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.promise-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* TITLE */
.promise-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

/* ========================= */
/* FEATURE GRID */
/* ========================= */
.promise-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
}

/* CARD */
.promise-card {
  width: 100%;
  max-width: 300px;
  background: #f8fafc;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  color: #374151;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* SECOND ROW CENTER FIX */
.promise-card:nth-child(4),
.promise-card:nth-child(5) {
  grid-column: span 1;
}

/* ========================= */
/* STATS */
/* ========================= */
.stats-title {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}

/* GRID */
.stats-grid {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* CARD */
.stat-card {
  width: 200px;
  background: #f8fafc;
  padding: 22px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* VALUE */
.stat-card h4 {
  font-size: 22px;
  font-weight: 700;
  color: #ff6a00;
}

/* TEXT */
.stat-card p {
  margin-top: 6px;
  font-size: 12px;
  color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .promise-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c52b735 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.expertise-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.expertise-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

/* GRID */
.expertise-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.expertise-card {
  background: #f8fafc;
  padding: 22px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  text-align: left;
  position: relative;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* 🔥 TOP GRADIENT LINE */
.expertise-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, #ff6a00, #3b82f6);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

/* TITLE */
.expertise-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
}

/* DESC */
.desc {
  margin-top: 6px;
  font-size: 13px;
  color: #6b7280;
}

/* TAGS */
.tags {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  background: #eef2f6;
  border: 1px solid #e5e7eb;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 20px;
  color: #374151;
}

/* OUTCOME BOX */
.outcome {
  margin-top: 16px;
  background: #0b1324;
  padding: 14px;
  border-radius: 10px;
}

.outcome span {
  font-size: 10px;
  color: #f97316;
  font-weight: 600;
}

.outcome p {
  margin-top: 4px;
  font-size: 12px;
  color: #e5e7eb;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3f9254 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.industries-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.industries-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

/* GRID */
.industries-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.industry-card {
  background: #f8fafc;
  padding: 22px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  position: relative;
}

/* ICON */
.icon {
  font-size: 22px;
  margin-bottom: 10px;
}

/* TITLE */
.industry-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
}

/* TEXT */
.industry-card p {
  margin-top: 6px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}

/* GRADIENT LINE */
.line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ff6a00, #3b82f6);
  border-radius: 5px;
  margin-top: 12px;
}

/* FOOTER PILL */
.industries-footer {
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  padding: 14px 20px;
  border-radius: 30px;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  color: #374151;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-deac03f */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.whyhire-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.whyhire-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

/* GRID */
.whyhire-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.why-card {
  background: #f8fafc;
  padding: 30px 20px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  text-align: center;
  position: relative;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* 🔥 TOP GRADIENT LINE (CENTERED FIX) */
.top-line {
  width: 40px;
  height: 3px;
  margin: 0 auto 15px;
  background: linear-gradient(90deg, #ff6a00, #3b82f6);
  border-radius: 5px;
}

/* TEXT */
.why-card p {
  font-size: 14px;
  color: #374151;
  line-height: 1.5;
}

/* FOOTER */
.why-footer {
  margin-top: 50px;
  display: inline-block;
  background: #f8fafc;
  padding: 16px 25px;
  border-radius: 30px;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  color: #374151;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .whyhire-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .whyhire-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-def65b7 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.process-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.process-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

/* GRID */
.process-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.process-card {
  background: #f8fafc;
  padding: 22px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  text-align: left;
  position: relative;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* STEP */
.step {
  font-size: 12px;
  color: #ff6a00;
  font-weight: 600;
  margin-bottom: 10px;
}

/* 🔥 ORANGE DOT */
.dot {
  width: 6px;
  height: 6px;
  background: #ff6a00;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
}

/* TITLE */
.process-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
}

/* TEXT */
.process-card p {
  margin-top: 6px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}

/* DIVIDER */
.divider {
  margin-top: 14px;
  height: 1px;
  background: #e5e7eb;
}

/* FOOTER */
.footer {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #374151;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1045b27 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.engagement-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.engagement-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

/* GRID */
.engagement-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.eng-card {
  background: #f8fafc;
  padding: 22px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  text-align: left;
  position: relative;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* 🔥 TOP GRADIENT LINE */
.top-line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ff6a00, #3b82f6);
  border-radius: 5px;
  margin-bottom: 15px;
}

/* TITLE */
.eng-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}

/* LABEL */
.label {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 600;
  color: #9ca3af;
}

.label.orange {
  color: #ff6a00;
}

/* TEXT */
.eng-card p {
  font-size: 13px;
  color: #374151;
  margin-top: 3px;
  line-height: 1.5;
}

/* DIVIDER */
.divider {
  margin-top: 14px;
  height: 1px;
  background: #e5e7eb;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .engagement-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .engagement-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63fb0e8 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.tools-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TOP PILL */
.top-pill {
  display: inline-block;
  background: #fde7d8;
  color: #ff6a00;
  padding: 6px 14px;
  font-size: 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}

/* TITLE */
.tools-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* GRID */
.tools-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.tool-card {
  background: #f8fafc;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  text-align: left;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* TITLE */
.tool-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 12px;
}

/* TAGS */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  background: #eef2f6;
  border: 1px solid #e5e7eb;
  padding: 4px 10px;
  font-size: 11px;
  border-radius: 20px;
  color: #374151;
}

/* FOOTER */
.bottom-text {
  margin-top: 50px;
  font-size: 14px;
  color: #6b7280;
}

.bottom-text span {
  font-weight: 600;
  color: #1f2937;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .tools-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tools-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdbda56 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.compare-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.compare-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

/* TABLE WRAPPER */
.table-wrapper {
  margin-top: 40px;
  border-radius: 12px;
  overflow: hidden;
}

/* TABLE */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #f8fafc;
}

/* HEADER */
.compare-table thead th {
  padding: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  text-align: left;
  background: #e5e7eb;
}

/* 🔥 LAST HEADER DARK */
.highlight-head {
  background: #0f172a !important;
  color: #ffffff !important;
  border-top-right-radius: 12px;
}

/* ROWS */
.compare-table tbody td {
  padding: 14px 16px;
  font-size: 13px;
  color: #374151;
  border-top: 1px solid #e5e7eb;
}

/* 🔥 LAST COLUMN HIGHLIGHT */
.highlight {
  background: #f3e8dc;
  color: #ff6a00;
  font-weight: 600;
}

/* FIRST COLUMN */
.compare-table td:first-child {
  font-weight: 500;
  color: #1f2937;
}

/* 🔥 BOTTOM GRADIENT LINE */
.compare-table {
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #ff6a00, #3b82f6) 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .compare-table {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebdab81 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.security-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.security-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

.subtitle {
  margin-top: 10px;
  font-size: 14px;
  color: #6b7280;
}

/* GRID */
.security-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* CARD */
.security-card {
  background: #f8fafc;
  padding: 30px 20px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

/* ICON */
.icon {
  font-size: 22px;
  margin-bottom: 10px;
}

/* TEXT */
.security-card p {
  font-size: 13px;
  color: #374151;
  line-height: 1.6;
}

/* GRADIENT LINE */
.line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ff6a00, #3b82f6);
  margin: 12px auto 0;
  border-radius: 5px;
}

/* FOOTER */
.security-footer {
  margin-top: 50px;
  display: inline-block;
  background: #f8fafc;
  padding: 14px 24px;
  border-radius: 30px;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  color: #374151;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .security-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .security-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18d1a60 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.testimonial-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TITLE */
.testimonial-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

/* GRID */
.testimonial-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* CARD */
.testimonial-card {
  background: #f8fafc;
  padding: 30px 22px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

/* 🔥 FLOATING QUOTE */
.quote {
  position: absolute;
  top: -12px;
  left: 18px;
  width: 30px;
  height: 30px;
  background: #0f172a;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* MESSAGE */
.message {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
  font-style: italic;
}

/* INFO */
.info {
  margin-top: 18px;
}

.info strong {
  display: block;
  font-size: 13px;
  color: #1f2937;
}

.info span {
  font-size: 12px;
  color: #6b7280;
}

/* GRADIENT LINE */
.line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ff6a00, #3b82f6);
  border-radius: 5px;
  margin-top: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6552c25 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.case-section {
  padding: 80px 20px;
}

.container {
  max-width: 1000px;
  margin: auto;
}

/* TITLE */
.case-section h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

/* ========================= */
/* TIMELINE */
/* ========================= */
.case-timeline {
  margin-top: 50px;
}

.case-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 25px;
}

/* DOT */
.dot {
  width: 10px;
  height: 10px;
  background: #ff6a00;
  border-radius: 50%;
  margin-top: 6px;
}

/* CONTENT */
.content .label {
  font-size: 11px;
  color: #9ca3af;
  font-weight: 600;
}

.content p {
  margin-top: 3px;
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

/* ========================= */
/* RESULTS */
/* ========================= */
.result-title {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #1f2937;
}

/* GRID */
.result-grid {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

/* CARD */
.result-card {
  width: 250px;
  background: #f8fafc;
  padding: 25px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* VALUE */
.result-card h4 {
  font-size: 24px;
  color: #ff6a00;
  font-weight: 700;
}

/* TEXT */
.result-card p {
  margin-top: 6px;
  font-size: 13px;
  color: #6b7280;
}

/* GRADIENT LINE */
.line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ff6a00, #3b82f6);
  margin: 12px auto 0;
  border-radius: 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .result-grid {
    flex-direction: column;
    align-items: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1b4c0d */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.faq-section {
  padding: 80px 20px;
}

.container {
  max-width: 900px;
  margin: auto;
}

/* TITLE */
.faq-section h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #1f2937;
}

/* LIST */
.faq-list {
  margin-top: 40px;
}

/* ITEM */
.faq-item {
  background: #f8fafc;
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

/* QUESTION */
.faq-question {
  width: 100%;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #1f2937;
}

/* ICON */
.icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #64748b;
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 20px;
}

.faq-answer p {
  padding: 10px 0 18px;
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}

/* ACTIVE STATE */
.faq-item.active .faq-answer {
  max-height: 150px;
}

.faq-item.active .icon {
  background: #ff6a00;
  color: #fff;
  border-color: #ff6a00;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a18e37b */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

body {
  background: #eef2f6;
}

/* SECTION */
.whyworks-section {
  padding: 80px 20px;
  text-align: center;
}

.container {
  max-width: 800px;
  margin: auto;
}

/* TITLE */
.whyworks-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2937;
}

/* SUBTITLE */
.subtitle {
  margin-top: 12px;
  font-size: 14px;
  color: #6b7280;
}

/* DESCRIPTION */
.desc {
  margin-top: 12px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

/* FOOTER PILL */
.whyworks-footer {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f8fafc;
  padding: 14px 22px;
  border-radius: 30px;
  border: 1px solid #e5e7eb;
  font-size: 13px;
  color: #374151;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* DOT */
.dot {
  width: 8px;
  height: 8px;
  background: #ff6a00;
  border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .whyworks-section h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da72308 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", "Segoe UI", sans-serif;
}

/* SECTION */
.cta-section {
  background: linear-gradient(180deg, #0b1324, #020617);
  padding: 80px 20px;
  text-align: center;
}

/* CONTAINER */
.cta-container {
  max-width: 800px;
  margin: auto;
}

/* HEADING */
.cta-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #f8fafc;
  line-height: 1.4;
}

/* SUBTEXT */
.cta-section p {
  margin-top: 12px;
  font-size: 14px;
  color: #94a3b8;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  margin-top: 25px;
  background: #ff6a00;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 6px 16px rgba(255,106,0,0.3);
}

/* HOVER */
.cta-btn:hover {
  background: #ff7a1a;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .cta-section h2 {
    font-size: 22px;
  }
}/* End custom CSS */