.elementor-47 .elementor-element.elementor-element-eac3a06{--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-47 .elementor-element.elementor-element-eac3a06:not(.elementor-motion-effects-element-type-background), .elementor-47 .elementor-element.elementor-element-eac3a06 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3e95278 );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-47 .elementor-element.elementor-element-cad560b{border-style:solid;border-width:1px 1px 1px 1px;border-color:#E8EEF3;border-radius:14px 14px 14px 14px;box-shadow:0px 12px 30px 0px rgba(0, 0, 0, 0.06);color:#5B6B7C;}.elementor-47 .elementor-element.elementor-element-cad560b:hover{box-shadow:0px 12px 30px 0px rgba(0,0,0,0.5);}.elementor-47 .elementor-element.elementor-element-4cc3d4a{border-style:solid;border-width:1px 1px 1px 1px;border-color:#E8EEF3;border-radius:14px 14px 14px 14px;box-shadow:0px 12px 30px 0px rgba(0, 0, 0, 0.06);color:#5B6B7C;}.elementor-47 .elementor-element.elementor-element-4cc3d4a:hover{box-shadow:0px 12px 30px 0px rgba(0,0,0,0.5);}.elementor-47:not(.elementor-motion-effects-element-type-background), .elementor-47 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for text-editor, class: .elementor-element-cad560b */.runiq-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 900px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-icon {
  background: #F2FBF7;
  color: #7ED6B2;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.feature-text h3 {
  font-size: 18px;
  margin: 0 0 6px 0;
  color: #0F1F2E;
}

.feature-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5B6B7C;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4cc3d4a */.runiq-footer{
background:#0e1a2b;
color:#c7d2da;
padding-top:px;
font-family:Manrope, sans-serif;
border-top:none;
width:100%;
display:block;
}


.footer-cta-block{
text-align:center;
max-width:700px;
margin:0 auto 0px auto;
padding:40px 20px;
}

.footer-cta-block h2{
font-size:32px;
color:#ffffff;
margin-bottom:10px;
}

.footer-cta-block p{
font-size:16px;
margin-bottom:25px;
color:#9fb0bd;

}

.footer-cta-btn{
display:inline-flex;
align-items:center;
justify-content:center;

background:#7ED6B2;
color:#212121 !important;

font-family:Manrope, sans-serif;
font-weight:600;
font-size:16px;

padding:20px 28px;

border-radius:3px;
text-decoration:none;

cursor:pointer;
line-height:0;
vertical-align:middle;

transition:all .2s ease;
}

.footer-cta-btn:hover{
transform:translateY(-2px);
box-shadow:0 8px 24px rgba(0,0,0,0.2);
color:#212121 !important;
text-decoration:none;
}

.footer-container{
display:flex;
justify-content:space-between;
flex-wrap:wrap;
max-width:1100px;
margin:0 auto;
padding:0 20px 40px 20px;
}

.footer-brand{
max-width:320px;
}

.footer-brand h3{
color:#ffffff;
margin-bottom:10px;
}

.footer-links{
display:flex;
gap:60px;
}

.footer-column h4{
color:#ffffff;
margin-bottom:14px;
}

.footer-column a{
display:block;
color:#9fb0bd;
text-decoration:none;
margin-bottom:6px;
font-size:14px;
}

.footer-column a:hover{
color:#ffffff;
}

.footer-bottom{
text-align:center;
padding:20px;
font-size:14px;
color:#8fa1af;
}

@media (max-width:768px){

.footer-container{
flex-direction:column;
gap:40px;
}

.footer-links{
gap:40px;
flex-wrap:wrap;
}

.footer-cta-block h2{
font-size:26px;

}

}/* End custom CSS */