.elementor-11707 .elementor-element.elementor-element-dea7c92{--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-11707 .elementor-element.elementor-element-023c2a8{--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-11707 .elementor-element.elementor-element-240c08a{--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-11707 .elementor-element.elementor-element-d6422af{--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-11707 .elementor-element.elementor-element-b0f7212{--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-11707 .elementor-element.elementor-element-af385be{--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-11707 .elementor-element.elementor-element-796dadd{--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-11707 .elementor-element.elementor-element-93dfebf{--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-11707 .elementor-element.elementor-element-36f3e8e{--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-11707 .elementor-element.elementor-element-32eacb5{--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-11707 .elementor-element.elementor-element-9f00e67{--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-11707 .elementor-element.elementor-element-346a7f0{--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-11707 .elementor-element.elementor-element-2e04da5{--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-11707 .elementor-element.elementor-element-5481ed7{--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-d853012 */.mean-hero {
  padding: 100px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;

  /* EXACT DARK GRADIENT */
  background: linear-gradient(135deg, #0b132b, #1c1c2b);
  color: #ffffff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADING */
.mean-hero h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}

.mean-hero h1 span {
  color: #ff6a00;
}

/* SUBTEXT */
.subtext {
  font-size: 15px;
  color: #cbd5e1;
  max-width: 780px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* FEATURES GRID */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 35px;
}

.card {
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 13px;
  color: #d1d5db;
  text-align: left;
  background: rgba(255,255,255,0.02);
}

/* BUTTONS */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #ff6a00;
  color: #fff;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;

  /* GLOW EFFECT */
  box-shadow: 0 0 12px rgba(255,106,0,0.6);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  padding: 12px 20px;
  font-size: 13px;
  border-radius: 8px;
  text-decoration: none;
}

/* STATS BOX */
.stats {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.stats h3 {
  color: #ff6a00;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.stats p {
  font-size: 12px;
  color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .features {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .mean-hero h1 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e9b8564 */.problem-section {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* TITLE */
.problem-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 40px;
}

/* PROBLEM GRID */
.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.problem-card {
  border: 1px solid #e6e8ee;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 13px;
  color: #374151;
  text-align: left;
  background: #fff;

  display: flex;
  gap: 10px;
  align-items: center;
}

.problem-card span {
  color: #ff6a00;
  font-weight: bold;
}

/* MID TEXT */
.mid-text {
  max-width: 750px;
  margin: 0 auto 60px;
}

.mid-text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.mid-text p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 10px;
}

.highlight {
  color: #ff6a00;
  font-weight: 500;
}

/* PROMISE */
.promise h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.promise p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 35px;
}

/* BENEFITS */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 50px;
}

.benefit-card {
  border: 1px solid #e6e8ee;
  border-radius: 10px;
  padding: 14px;
  font-size: 13px;
  text-align: left;
  background: #fff;

  display: flex;
  gap: 10px;
}

.benefit-card span {
  color: #ff6a00;
}

/* STATS */
.stats-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.stat-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 18px;
  border: 1px solid #e6e8ee;
}

.stat-card h3 {
  color: #ff6a00;
  font-size: 16px;
  font-weight: 700;
}

.stat-card p {
  font-size: 11px;
  color: #6b7280;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .problem-grid,
  .benefits-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b8fa4b */.expertise {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* TITLE */
.expertise h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 50px;
}

/* GRID */
.exp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* CARD */
.exp-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px;
  text-align: left;
  border: 1px solid #e6e8ee;

  /* TOP BORDER COLOR */
  border-top: 3px solid #3b82f6;
}

/* TITLE */
.exp-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 6px;
}

/* DESC */
.desc {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 14px;
}

/* LABEL */
.label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #374151;
}

/* CHIPS */
.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

.chips span {
  background: #f3f4f6;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 6px;
  color: #374151;
}

/* OUTCOME BOX */
.outcome {
  background: #0f172a;
  color: #e5e7eb;
  padding: 12px;
  border-radius: 8px;
  font-size: 12px;
}

.outcome span {
  display: block;
  color: #ff6a00;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 4px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .exp-grid {
    grid-template-columns: 1fr;
  }

  .expertise h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98a2504 */.industries {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* TITLE */
.industries h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 50px;
}

/* GRID */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 50px;
}

/* CARD */
.industry-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 22px;
  text-align: left;
  border: 1px solid #e6e8ee;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/* ICON */
.industry-card .icon {
  font-size: 20px;
  margin-bottom: 10px;
}

/* TITLE */
.industry-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 6px;
}

/* TEXT */
.industry-card p {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 14px;
  line-height: 1.5;
}

/* COLOR LINE */
.line {
  width: 40px;
  height: 3px;
  border-radius: 4px;
  background: linear-gradient(to right, #ff6a00, #3b82f6);
}

/* OUTCOME BOX */
.outcome-box {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 30px;
  padding: 14px 20px;
  font-size: 13px;
  color: #374151;
  border: 1px solid #e6e8ee;
}

.outcome-box span {
  font-weight: 600;
  margin-right: 6px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }

  .industries h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4f5c8f6 */.why-mean {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* TITLE */
.why-mean h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
  line-height: 1.3;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 45px;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

/* CARD */
.why-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px;
  border: 1px solid #e6e8ee;
  text-align: center;
  position: relative;
}

/* TOP GRADIENT LINE */
.top-line {
  width: 40px;
  height: 3px;
  margin: 0 auto 12px;
  border-radius: 4px;
  background: linear-gradient(to right, #ff6a00, #3b82f6);
}

/* TEXT */
.why-card p {
  font-size: 13px;
  color: #374151;
  line-height: 1.5;
}

/* BOTTOM PILL */
.bottom-pill {
  display: inline-block;
  background: #ffffff;
  border-radius: 30px;
  padding: 12px 20px;
  font-size: 13px;
  color: #374151;
  border: 1px solid #e6e8ee;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-mean h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7df5559 */.hiring {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.container {
  max-width: 1050px;
  margin: 0 auto;
}

/* TITLE */
.hiring h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 45px;
}

/* GRID */
.hire-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */
.hire-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e6e8ee;
  text-align: left;
  position: relative;
}

/* STEP */
.step {
  font-size: 11px;
  font-weight: 600;
  color: #ff6a00;
  margin-bottom: 8px;
}

/* TITLE */
.hire-card h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 6px;
}

/* DESC */
.hire-card p {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 12px;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #e6e8ee;
  margin-bottom: 10px;
}

/* FOOT */
.foot {
  font-size: 12px;
  color: #374151;
}

/* ORANGE DOT */
.dot {
  width: 6px;
  height: 6px;
  background: #ff6a00;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 18px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hire-grid {
    grid-template-columns: 1fr;
  }

  .hiring h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05e8a51 */.engagement {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* TITLE */
.engagement h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 50px;
}

/* GRID */
.engagement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* CARD */
.eng-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  text-align: left;
  border: 1px solid #e6e8ee;
  position: relative;
}

/* TOP LINE (IMPORTANT DESIGN ELEMENT) */
.top-line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #ff6a00, #4f46e5);
  border-radius: 2px;
  margin-bottom: 14px;
}

/* TITLE */
.eng-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 12px;
}

/* LABEL */
.label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #6b7280;
  margin-top: 10px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.label.orange {
  color: #ff6a00;
}

/* TEXT */
.eng-card p {
  font-size: 13px;
  color: #4b5563;
  line-height: 1.5;
}

/* DIVIDER */
.divider {
  height: 1px;
  background: #e6e8ee;
  margin: 14px 0;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .engagement-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .engagement-grid {
    grid-template-columns: 1fr;
  }

  .engagement h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f4abe6 */.comparison {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* TITLE */
.comparison h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 50px;
}

/* TABLE */
.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}

/* HEADER */
thead th {
  background: #f1f3f6;
  padding: 14px;
  font-size: 13px;
  color: #374151;
  font-weight: 600;
  text-align: left;
}

/* LAST HEADER DARK */
thead th.highlight {
  background: #0f172a;
  color: #ffffff;
}

/* ROWS */
tbody td {
  padding: 14px;
  font-size: 13px;
  color: #4b5563;
  border-top: 1px solid #e5e7eb;
  text-align: left;
}

/* LEFT COLUMN BOLD */
tbody td:first-child {
  font-weight: 600;
  color: #1f2a44;
}

/* LAST COLUMN HIGHLIGHT */
tbody td.highlight {
  background: #fdf3e7;
  color: #ff6a00;
  font-weight: 600;
}

/* BOTTOM BORDER (GRADIENT LINE) */
table {
  border-bottom: 3px solid;
  border-image: linear-gradient(to right, #ff6a00, #4f46e5) 1;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .comparison h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32ab8c5 */.security {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* TITLE */
.security h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 50px;
}

/* GRID */
.security-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* CARD */
.sec-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  border: 1px solid #e6e8ee;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

/* ICON */
.icon {
  font-size: 22px;
  color: #ff6a00;
  margin-bottom: 12px;
}

/* TEXT */
.sec-card p {
  font-size: 13px;
  color: #374151;
  line-height: 1.5;
  margin-bottom: 18px;
}

/* BOTTOM LINE */
.line {
  width: 40px;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  background: linear-gradient(to right, #ff6a00, #4f46e5);
}

/* FOOTER BADGE */
.footer-badge {
  margin-top: 40px;
  display: inline-block;
  background: #ffffff;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 13px;
  color: #374151;
  border: 1px solid #e5e7eb;
  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: 500px) {
  .security-grid {
    grid-template-columns: 1fr;
  }

  .security h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7304cf3 */.testimonials {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* TITLE */
.testimonials h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 50px;
}

/* GRID */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */
.test-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px 22px;
  border: 1px solid #e6e8ee;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

/* QUOTE ICON (TOP FLOATING) */
.quote {
  position: absolute;
  top: -14px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: #0f172a;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.text {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 24px;
}

/* BOTTOM */
.bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ROLE */
.bottom strong {
  display: block;
  font-size: 13px;
  color: #1f2a44;
}

.bottom span {
  font-size: 12px;
  color: #6b7280;
}

/* GRADIENT LINE */
.line {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(to right, #ff6a00, #4f46e5);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9d186b7 */.case-study {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* TITLE */
.case-study h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 60px;
}

/* CASE CONTENT */
.case-content {
  max-width: 800px;
  margin: 0 auto 60px;
}

/* ITEM */
.case-item {
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
  align-items: flex-start;
}

/* DOT */
.dot {
  width: 10px;
  height: 10px;
  background: #ff6a00;
  border-radius: 50%;
  margin-top: 6px;
}

/* LABEL */
.label {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  display: block;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

/* TEXT */
.case-item p {
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}

/* RESULT TITLE */
.result-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #1f2a44;
  margin-bottom: 30px;
}

/* GRID */
.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* CARD */
.result-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #e6e8ee;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}

/* BIG NUMBER */
.result-card h4 {
  font-size: 28px;
  color: #ff6a00;
  font-weight: 700;
  margin-bottom: 6px;
}

/* TEXT */
.result-card p {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 18px;
}

/* LINE */
.line {
  width: 40px;
  height: 3px;
  margin: 0 auto;
  border-radius: 2px;
  background: linear-gradient(to right, #ff6a00, #4f46e5);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .results-grid {
    grid-template-columns: 1fr;
  }

  .case-study h2 {
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bee4d0 */.faq {
  background: #f5f6f8;
  padding: 100px 20px;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 900px;
  margin: 0 auto;
}

/* TITLE */
.faq h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 40px;
}

/* ITEM */
.faq-item {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 16px;
  border: 1px solid #e6e8ee;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  overflow: hidden;
}

/* QUESTION */
.faq-question {
  padding: 18px 20px;
  font-size: 14px;
  color: #1f2a44;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* ICON */
.icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #6b7280;
  transition: 0.3s;
}

/* ANSWER */
.faq-answer {
  padding: 0 20px 18px;
  font-size: 13px;
  color: #6b7280;
  display: none;
  line-height: 1.6;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .icon {
  transform: rotate(45deg);
  color: #ff6a00;
  border-color: #ff6a00;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea215b7 */.why-works {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 750px;
  margin: 0 auto;
}

/* TITLE */
.why-works h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1f2a44;
  margin-bottom: 20px;
}

/* PARAGRAPH */
.desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* HIGHLIGHT PILL */
.highlight-box {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 13px;
  color: #374151;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* DOT */
.dot {
  width: 6px;
  height: 6px;
  background: #ff6a00;
  border-radius: 50%;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-works h2 {
    font-size: 24px;
  }

  .desc {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e81124 */.cta {
  background: linear-gradient(135deg, #020c1b, #0b1e3a);
  padding: 100px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 850px;
  margin: 0 auto;
}

/* HEADING */
.cta h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 16px;
}

/* SUBTEXT */
.cta p {
  font-size: 14px;
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* BUTTON */
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff6a00;
  color: #ffffff;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}

/* HOVER */
.cta-btn:hover {
  background: #e55d00;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta h2 {
    font-size: 24px;
  }

  .cta p {
    font-size: 13px;
  }
}/* End custom CSS */