.elementor-5371 .elementor-element.elementor-element-486ad20{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-5371 .elementor-element.elementor-element-80dc92d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ad795c9 *//* ================= BASE STYLES ================= */
body {
  margin: 0;
  padding: 0;
  background: #f7f9fc;
  color: #1f2937;
  line-height: 1.9;
}

h1, h2, h3 {
  margin: 0 0 15px 0;
  font-weight: 800;
  color: #0f172a;
}

p {
  margin: 0 0 15px 0;
  font-size: 15.5px;
}
a,a:hover{
    color: #000;
}
/*strong {

}*/

/* ================= HERO SECTION ================= */
.hero-section {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #fff;
  padding: 70px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-container {
  max-width: 1100px;
  margin: auto;
}

.hero-section h1 {
  font-size: 32px;
  line-height: 1.6;
  color: #fff;
}

.hero-subtitle {
  margin-top: 15px;
  font-size: 17px;
  opacity: 0.95;
}

.hero-cta {
  margin-top: 25px;
}

.cta-button {
  background: #fff;
  color: #0f766e;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.cta-button:hover {
  transform: translateY(-3px);

}

.cta-note {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  opacity: 0.9;
}

.hero-image {
  margin-top: 35px;
}

.hero-image img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

/* ================= TRUST STRIP ================= */
.trust-strip {
  background: #ffffff;
  padding: 25px 15px;
  border-bottom: 1px solid #e5e7eb;
}

.trust-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  text-align: center;
}

.trust-item {
  background: #f1f5f9;
  padding: 15px;
  border-radius: 10px;
  font-size: 14px;
}

.trust-icon {
  display: block;
  font-size: 18px;
  color: #10b981;
  margin-bottom: 5px;
}

/* ================= PAIN & SOLUTION ================= */
.pain-solution {
  padding: 60px 20px;
  background: #f7f9fc;
}

.ps-container {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.ps-box {
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.ps-problem {
  border-top: 5px solid #ef4444;
}

.ps-solution {
  border-top: 5px solid #10b981;
}

.ps-box ul {
  padding-right: 18px;
}

.ps-box ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .trust-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .ps-container {
    grid-template-columns: 1fr;
  }

  .hero-section h1 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .trust-container {
    grid-template-columns: 1fr;
  }

  .cta-button {
    width: 100%;
  }
}

/* ================= CORE SERVICES ================= */
.core-services {
  padding: 70px 20px;
  background: #ffffff;
}

.cs-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.cs-container h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.cs-intro {
  font-size: 15.5px;
  color: #475569;
  margin-bottom: 35px;
}

.cs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.cs-card {
  background: #f8fafc;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: 0.3s ease;
  text-align: right;
}

.cs-card:hover {
  transform: translateY(-5px);
  background: #ecfeff;
}

.cs-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #0f172a;
}

.cs-card p {
  font-size: 14px;
  color: #475569;
}

/* ================= PROCESS CHART ================= */
.process-chart {
  padding: 70px 20px;
  background: #f7f9fc;
}

.pc-container {
  max-width: 1100px;
  margin: auto;
}

.pc-container h2 {
  text-align: center;
  font-size: 26px;
}

.pc-intro {
  text-align: center;
  margin-bottom: 30px;
  color: #475569;
}

.pc-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}

.pc-steps li {
  background: #fff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  position: relative;
  padding-right: 55px;
}

.pc-steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  right: 15px;
  top: 18px;
  background: #0f766e;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
}

.pc-steps h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.pc-cta {
  text-align: center;
  margin-top: 30px;
}

.pc-button {
  background: #0f766e;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.pc-button:hover {
  background: #115e59;
}

/* ================= FAQ ================= */
.faq-section {
  padding: 70px 20px;
  background: #ffffff;
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-container h2 {
  text-align: center;
  font-size: 26px;
}

.faq-intro {
  text-align: center;
  margin-bottom: 30px;
  color: #475569;
}

.faq-item {
  background: #f8fafc;
  margin-bottom: 12px;
  padding: 15px 18px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.04);
  cursor: pointer;
}

.faq-item summary {
  font-weight: bold;
  font-size: 15px;
  outline: none;
}

.faq-item p {
  margin-top: 10px;
  font-size: 14px;
  color: #475569;
}

/* ================= FINAL CTA ================= */
.final-cta {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0f172a, #0f766e);
  color: #fff;
}

.final-cta-container {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.final-cta h2 {
  font-size: 28px;
  color: #fff;
}

.final-cta-text {
  margin-top: 15px;
  opacity: 0.9;
}

.final-cta-contact {
  margin-top: 20px;
  font-size: 14px;
}

.final-cta-contact a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.final-cta-form {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.final-cta-form input,
.final-cta-form select {
  padding: 12px;
  border-radius: 8px;
  border: none;
  outline: none;
}

.final-cta-form button {
  grid-column: span 2;
  padding: 14px;
  background: #22c55e;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.final-cta-form button:hover {
  background: #16a34a;
}

.final-cta-highlight {
  margin-top: 30px;
}

.final-call-button {
  display: inline-block;
  margin-top: 10px;
  background: #fff;
  color: #0f766e;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .cs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .final-cta-form {
    grid-template-columns: 1fr;
  }

  .final-cta-form button {
    grid-column: span 1;
  }
}

@media (max-width: 600px) {
  .cs-grid {
    grid-template-columns: 1fr;
  }

  .pc-steps li {
    padding-right: 45px;
  }

  .final-cta h2 {
    font-size: 22px;
  }
}/* End custom CSS */