.elementor-744 .elementor-element.elementor-element-63bfe72{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-744 .elementor-element.elementor-element-506b9e4{--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-744 .elementor-element.elementor-element-38d0366{--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-744 .elementor-element.elementor-element-4f485fd{--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;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-936ccd1 *//* ============================= */
/* SOLUTION HERO - RESPONSIVE */
/* ============================= */

.solution-hero{
  position:relative;
  padding:230px 20px 130px;
  background:#1DBC88;
  color:#fff;
  text-align:center;
  border-radius:0 0 60px 60px;
  overflow:hidden;
}

/* SVG Background */
.solution-hero-svg{
  position:absolute;
  inset:0;
  opacity:0.3;
  pointer-events:none;
}

.solution-line{
  stroke-dasharray:10 8;
  animation:solDash 8s linear infinite;
}

@keyframes solDash{
  to{ stroke-dashoffset:-140; }
}

.solution-node{
  animation:solPulse 3s ease-in-out infinite;
  transform-origin:center;
}

@keyframes solPulse{
  0%,100%{ transform:scale(1); opacity:0.6;}
  50%{ transform:scale(1.6); opacity:1;}
}

/* Content */
.solution-hero-content{
  position:relative;
  z-index:2;
  max-width:800px;
  margin:0 auto;
}

.solution-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  background:rgba(255,255,255,0.15);
  padding:10px 16px;
  border-radius:999px;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.solution-hero h1{
  font-size:50px;
  margin:22px 0 12px;
  line-height:1.15;
}

.solution-hero p{
  max-width:650px;
  margin:0 auto;
  line-height:1.8;
  font-size:18px;
  color:rgba(255,255,255,0.9);
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

/* Tablet */
@media (max-width: 992px){

  .solution-hero{
    padding:200px 18px 110px;
    border-radius:0 0 45px 45px;
  }

  .solution-hero h1{
    font-size:40px;
  }

  .solution-hero p{
    font-size:17px;
  }

}

/* Mobile */
@media (max-width: 768px){

  .solution-hero{
    padding:170px 16px 95px;
    border-radius:0 0 35px 35px;
  }

  .solution-label{
    font-size:11px;
    padding:8px 14px;
  }

  .solution-hero h1{
    font-size:32px;
    margin:18px 0 10px;
  }

  .solution-hero p{
    font-size:16px;
    line-height:1.7;
  }

}

/* Small Mobile */
@media (max-width: 420px){

  .solution-hero{
    padding:150px 14px 85px;
  }

  .solution-hero h1{
    font-size:28px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-160d4ab *//* ============================= */
/* SOLUTION - PROBLEM SECTION */
/* ============================= */

.solution-problem-section{
  padding:120px 20px;
  background:#f8fbff;
}

.solution-problem-wrapper{
  max-width:1200px;
  margin:0 auto;
}

/* Header */
.solution-problem-head{
  text-align:center;
  margin-bottom:70px;
}

.solution-problem-head h2{
  font-size:40px;
  color:#15325A;
  margin-bottom:15px;
}

.solution-problem-head p{
  color:#5c6b7a;
  line-height:1.8;
  max-width:650px;
  margin:0 auto;
}

/* Grid */
.solution-problem-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

/* Card */
.solution-problem-card{
  background:#fff;
  padding:40px 35px;
  border-radius:24px;
  box-shadow:0 20px 60px rgba(21,50,90,0.06);
  transition:all 0.3s ease;
  border:1px solid rgba(15,23,42,0.05);
}

.solution-problem-card:hover{
  transform:translateY(-6px);
  border-color:#10B981;
  box-shadow:0 30px 80px rgba(21,50,90,0.12);
}

/* Icon */
.solution-problem-icon{
  width:60px;
  height:60px;
  border-radius:18px;
  background:#e6f9f3;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:20px;
}

/* Text */
.solution-problem-card h3{
  color:#15325A;
  margin-bottom:12px;
  font-size:20px;
}

.solution-problem-card p{
  color:#5c6b7a;
  line-height:1.8;
  margin:0;
}

/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media(max-width:992px){
  .solution-problem-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:768px){

  .solution-problem-section{
    padding:90px 16px;
  }

  .solution-problem-head h2{
    font-size:30px;
  }

  .solution-problem-grid{
    grid-template-columns:1fr;
  }

  .solution-problem-card{
    padding:30px 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b01637 *//* ============================= */
/* TRUST SECTION */
/* ============================= */

.solution-trust-section{
  padding:120px 20px;
  background:#ffffff;
}

.solution-trust-wrapper{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:80px;
  align-items:center;
}

/* LEFT */
.solution-trust-label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.4px;
  text-transform:uppercase;
  background:#e6f9f3;
  color:#10B981;
  padding:10px 16px;
  border-radius:999px;
  margin-bottom:20px;
}

.solution-trust-left h2{
  font-size:38px;
  color:#15325A;
  margin-bottom:18px;
}

.solution-trust-left p{
  color:#5c6b7a;
  line-height:1.8;
  margin-bottom:25px;
}

/* Custom bullet list */
.solution-trust-list{
  list-style:none;
  padding:0;
  margin:0;
}

.solution-trust-list li{
  display:flex;
  align-items:center;
  margin-bottom:14px;
  font-weight:500;
  color:#15325A;
  font-size:15px;
}

.trust-check{
  width:26px;
  height:26px;
  background:#10B981;
  color:#fff;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  margin-right:12px;
  box-shadow:0 6px 15px rgba(16,185,129,0.35);
}

/* RIGHT CARDS */
.solution-trust-right{
  display:flex;
  flex-direction:column;
  gap:30px;
}

.solution-trust-card{
  background:#f8fbff;
  padding:35px;
  border-radius:22px;
  box-shadow:0 20px 60px rgba(21,50,90,0.05);
  transition:.3s ease;
  position:relative;
}

.solution-trust-card:hover{
  transform:translateY(-6px);
  border:1px solid #10B981;
}

/* Icon */
.solution-trust-icon{
  width:60px;
  height:60px;
  border-radius:18px;
  background:#e6f9f3;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:18px;
}

.solution-trust-card h3{
  color:#15325A;
  margin-bottom:12px;
  font-size:20px;
}

.solution-trust-card p{
  color:#5c6b7a;
  line-height:1.8;
  margin:0;
}

/* Responsive */
@media(max-width:992px){
  .solution-trust-wrapper{
    grid-template-columns:1fr;
    gap:60px;
  }
}

@media(max-width:768px){
  .solution-trust-section{
    padding:90px 16px;
  }
  .solution-trust-left h2{
    font-size:30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24ac491 */.solution-cta{
  padding:110px 20px;
  background:linear-gradient(135deg,#15325A 0%, #10B981 100%);
  text-align:center;
  border-radius:50px;
  max-width:1200px;
  margin:120px auto;
  color:#fff;
}

.solution-cta-content{
  max-width:750px;
  margin:0 auto;
}

.solution-cta-label{
  font-size:12px;
  font-weight:700;
  letter-spacing:1.4px;
  background:rgba(255,255,255,0.15);
  padding:10px 16px;
  border-radius:999px;
  display:inline-block;
}

.solution-cta h2{
  font-size:38px;
  margin:25px 0 15px;
}

.solution-cta p{
  line-height:1.8;
  color:rgba(255,255,255,0.9);
  margin-bottom:30px;
}

.solution-cta-buttons{
  display:flex;
  justify-content:center;
  gap:20px;
  flex-wrap:wrap;
}

.solution-cta-btn-primary{
  background:#fff;
  color:#15325A;
  padding:14px 30px;
  border-radius:999px;
  font-weight:600;
  text-decoration:none;
  transition:.3s ease;
}

.solution-cta-btn-primary:hover{
  transform:translateY(-4px);
}

.solution-cta-btn-outline{
  border:2px solid #fff;
  color:#fff;
  padding:14px 30px;
  border-radius:999px;
  text-decoration:none;
  font-weight:600;
  transition:.3s ease;
}

.solution-cta-btn-outline:hover{
  background:#fff;
  color:#15325A;
}/* End custom CSS */