.elementor-12210 .elementor-element.elementor-element-fb8d805{--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-12210 .elementor-element.elementor-element-f88c4be{--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-12210 .elementor-element.elementor-element-552780b{--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-12210 .elementor-element.elementor-element-8005dea{--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-12210 .elementor-element.elementor-element-5fcaf66{--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-12210 .elementor-element.elementor-element-ca80243{--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-12210 .elementor-element.elementor-element-8f72c46{--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-12210 .elementor-element.elementor-element-fe52d24{--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-12210 .elementor-element.elementor-element-41a535e{--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-12210 .elementor-element.elementor-element-147b222{--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-12210 .elementor-element.elementor-element-081e43c{--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-12210 .elementor-element.elementor-element-b56221b{--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-12210 .elementor-element.elementor-element-a84abef{--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-99cb9d2 */.health-hero {
  background: linear-gradient(90deg, #071a33 0%, #0a2540 50%, #020c1b 100%);
  padding: 110px 20px;
  text-align: center;
}

/* CONTAINER */
.hero-container {
  max-width: 900px;
  margin: auto;
}

/* 🔥 HEADING (WHITE FIXED) */
.health-hero h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #ffffff;
}

/* 🔥 SUBTEXT (WHITE FIXED) */
.health-hero p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 35px;
  color: #ffffff;
}

/* BUTTON WRAPPER */
.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.btn-primary {
  background: #ff6a00;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #e55a00;
}

/* SECONDARY BUTTON (UNCHANGED) */
.btn-secondary {
  background: #e5e7eb;
  color: #1f2937;
  padding: 12px 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;

  transition: 0.3s ease;
}

.btn-secondary:hover {
  background: #d1d5db;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .health-hero h1 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d92d877 */.health-why {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.why-container {
  max-width: 1000px;
  margin: auto;
}

/* HEADING */
.health-why h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 15px;
}

/* SUBTEXT */
.why-subtext {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  max-width: 720px;
  margin: 0 auto 40px;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

/* CARD */
.why-card {
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 18px;

  font-size: 14px;
  color: #374151;

  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

/* 🔥 LEFT DOT FIX */
.dot {
  width: 6px;
  height: 6px;
  background: #ff6a00;
  border-radius: 50%;
  flex-shrink: 0;
}

/* QUOTE */
.why-quote {
  font-size: 14px;
  font-style: italic;
  color: #1f2937;
}

.quote-icon {
  color: #ff6a00;
  font-size: 18px;
  margin-right: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa36ce7 */.health-services {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.services-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.health-services h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}

/* 🔥 CARD */
.service-card {
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;

  padding: 20px;
  text-align: left;

  min-height: 160px; /* 🔥 equal height feel */
}

/* TITLE */
.service-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 8px;
}

/* DESCRIPTION */
.service-card p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
  margin-bottom: 6px;
}

/* 🔥 ORANGE LINE */
.highlight {
  font-size: 13px;
  color: #ff6a00;
  font-weight: 500;
}

/* CTA */
.services-cta {
  font-size: 14px;
  color: #ff6a00;
  font-weight: 600;
  cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-947f7d5 */.health-solutions {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.solutions-container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.health-solutions h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.solution-card {
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;

  text-align: left;
}

/* 🔥 ICON FIX (replace emoji look) */
.solution-card .icon {
  font-size: 22px;
  color: #ff6a00;
  display: block;
  margin-bottom: 10px;
}

/* TITLE */
.solution-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1e3a5f;
  line-height: 1.4;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .solutions-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f7d8b3a */.why-healthtech {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.why-healthtech h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}

/* CARD */
.card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px;
  text-align: left;
}

/* ICON */
.icon {
  font-size: 18px;
  color: #ff6a00;
  min-width: 22px;
  margin-top: 2px;
}

/* CONTENT */
.content h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 4px;
}

.content p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
}

/* BOTTOM TEXT */
.bottom-text {
  font-size: 14px;
  font-style: italic;
  color: #1f2937;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0dcc73 */.process-section {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */
.process-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 60px;
}

/* GRID */
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

/* CARD */
.process-card {
  position: relative;
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 40px 18px 20px;
  text-align: left;
  min-height: 190px;
}

/* STEP NUMBER (CIRCLE) */
.step {
  position: absolute;
  top: -14px;
  left: 18px;
  width: 30px;
  height: 30px;
  background: #ff6a00;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TITLE */
.process-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 8px;
}

/* TEXT */
.process-card p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
}

/* FOOTER BADGE */
.process-footer {
  display: inline-block;
  background: #e5e7eb;
  padding: 10px 18px;
  border-radius: 25px;
  font-size: 13px;
  color: #374151;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .process-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b479801 */.tech-stack {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.tech-stack h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.stack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

/* CARD */
.stack-card {
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 14px;
  color: #374151;
  text-align: left;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .stack-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .stack-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c350eca */.case-studies {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.case-studies h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* CARD */
.case-card {
  position: relative;
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px;
  text-align: left;
  min-height: 140px;
}

/* BADGE */
.badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #f2d9bb;
  color: #ff6a00;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 10px;
}

/* TITLE */
.case-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 8px;
}

/* TEXT */
.case-card p {
  font-size: 13.5px;
  color: #6b7280;
  line-height: 1.5;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .case-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54c86d5 */.challenges {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.challenges h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 8px;
}

/* ORANGE LINE */
.underline {
  width: 50px;
  height: 3px;
  background: #ff6a00;
  margin: 10px auto 40px;
  border-radius: 2px;
}

/* GRID */
.challenge-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* CARD */
.challenge-card {
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px;
  text-align: left;
}

/* LIST */
.challenge-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* LIST ITEM */
.challenge-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #374151;
}

/* ORANGE CHECK CIRCLE */
.challenge-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #ff6a00;
  color: #ff6a00;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .challenge-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-adc7267 */.benefits {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.benefits h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 8px;
}

/* UNDERLINE */
.underline {
  width: 50px;
  height: 3px;
  background: #ff6a00;
  margin: 10px auto 40px;
  border-radius: 2px;
}

/* GRID */
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-bottom: 30px;
}

/* CARD */
.benefit-card {
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px;
  text-align: left;
}

/* LIST */
.benefit-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ITEM */
.benefit-card li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #374151;
}

/* ICON */
.benefit-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #ff6a00;
  color: #ff6a00;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BOTTOM TEXT */
.bottom-text {
  font-size: 14px;
  font-style: italic;
  color: #1f2937;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fea81f */.security {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* TOP ICON */
.top-icon {
  width: 50px;
  height: 50px;
  background: #fde9dd;
  color: #ff6a00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 20px;
}

/* HEADING */
.security h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 10px;
}

/* SUBTEXT */
.subtitle {
  font-size: 14px;
  color: #6b7280;
  max-width: 650px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* GRID */
.security-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* CARD */
.security-card {
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px;
  text-align: left;
}

/* LIST */
.security-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* LIST ITEM */
.security-card li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  font-size: 14px;
  color: #374151;
}

/* LOCK ICON */
.security-card li::before {
  content: "🔒";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #ff6a00;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .security-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcb5ea4 */.faq {
  background: #f5f6f8;
  padding: 90px 20px;
  text-align: center;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* HEADING */
.faq h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 50px;
}

/* GRID */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* ITEM */
.faq-item {
  text-align: left;
}

/* QUESTION */
.faq-question {
  width: 100%;
  background: #eef1f5;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ARROW */
.faq-question span {
  color: #ff6a00;
  font-size: 14px;
}

/* ANSWER */
.faq-answer {
  display: none;
  padding: 12px 16px;
  font-size: 13.5px;
  color: #6b7280;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-top: none;
  border-radius: 0 0 12px 12px;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  display: block;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b471e8 */.health-cta {
  background: linear-gradient(135deg, #e79a73, #e2a07e);
  padding: 100px 20px;
  text-align: center;
}

/* Container */
.cta-container {
  max-width: 900px;
  margin: auto;
}

/* HEADING */
.health-cta h2 {
  font-size: 34px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

/* DESCRIPTION */
.cta-desc {
  font-size: 15px;
  color: #fff6f2;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  background: #ffffff;
  color: #e7682a;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 22px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #ffece4;
}

/* META TEXT */
.cta-meta {
  margin-top: 30px;
  font-size: 12.5px;
  color: #ffece4;
  opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .health-cta h2 {
    font-size: 26px;
  }

  .cta-desc {
    font-size: 14px;
  }
}/* End custom CSS */