.elementor-24808 .elementor-element.elementor-element-1c21065{--display:flex;overflow:visible;}.elementor-24808 .elementor-element.elementor-element-1c21065:not(.elementor-motion-effects-element-type-background), .elementor-24808 .elementor-element.elementor-element-1c21065 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#002A4F;}.elementor-24808 .elementor-element.elementor-element-1c21065.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-24808 .elementor-element.elementor-element-1c21065{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-2b28cfd */.cfs-footer-desktop{
  background:#002a4f;
  font-family:'Poppins', sans-serif;
  color:#ffffff;
  width:100%;
}

.cfs-footer-desktop *{
  box-sizing:border-box;
}

.cfs-footer-desktop-inner{
  width:min(100%, 1440px);
  margin:0 auto;
  padding:42px 56px 38px;
}

.cfs-footer-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:48px;
}

.cfs-footer-brand{
  flex:0 0 44%;
  max-width:520px;
}

.cfs-footer-brand img{
  display:block;
  width:100%;
  max-width:430px;
  height:auto;
}

.cfs-footer-right{
  flex:1 1 auto;
  min-width:0;
  padding-top:4px;
}

.cfs-footer-menu{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-bottom:16px;
}

.cfs-footer-menu a{
  color:#ffffff;
  text-decoration:none;
  font-size:17px;
  line-height:1.2;
  font-weight:500;
  white-space:nowrap;
  transition:color .25s ease, opacity .25s ease;
}

.cfs-footer-menu a:hover{
  color:#7ad9ef;
  opacity:1;
}

.cfs-footer-divider{
  width:100%;
  height:1px;
  background:rgba(255,255,255,0.55);
  margin-bottom:18px;
}

.cfs-footer-actions-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.cfs-footer-buttons{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:nowrap;
}

.cfs-footer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 18px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
  transition:all .25s ease;
}

.cfs-footer-btn-pink{
  background:#ec2f85;
  color:#ffffff;
}

.cfs-footer-btn-cyan{
  background:#7ad9ef;
  color:#ffffff;
}

.cfs-footer-btn-outline{
  background:transparent;
  color:#ffffff;
  border:3px solid #ec2f85;
  padding:0 22px;
}

.cfs-footer-btn-pink:hover{
  background:#ff5aa3;
  color:#ffffff;
  box-shadow:0 0 0 1px rgba(255,255,255,0.12) inset;
}

.cfs-footer-btn-cyan:hover{
  background:#a7ecff;
  color:#002a4f;
}

.cfs-footer-btn-outline:hover{
  background:#ec2f85;
  color:#ffffff;
  border-color:#ff78b8;
}

.cfs-footer-socials{
  display:flex;
  align-items:center;
  gap:10px;
  flex:0 0 auto;
}

.cfs-social{
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#ffffff;
  font-size:15px;
  line-height:1;
  transition:transform .2s ease, opacity .2s ease;
}

.cfs-social:hover{
  transform:translateY(-1px);
  opacity:.92;
}

.cfs-social-facebook{
  background:#3b82f6;
}

.cfs-social-instagram{
  background:linear-gradient(135deg,#f58529 0%,#dd2a7b 45%,#8134af 100%);
}

.cfs-social-youtube{
  background:#ff5a2f;
}

.cfs-social-linkedin{
  background:#3b6bb3;
}

.cfs-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:66px;
}

.cfs-footer-legal{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
}

.cfs-footer-legal a{
  color:#ffffff;
  text-decoration:none;
  font-size:17px;
  line-height:1.4;
  font-weight:400;
  transition:color .25s ease, opacity .25s ease;
}

.cfs-footer-legal a:hover{
  color:#7ad9ef;
  opacity:1;
}

.cfs-footer-separator{
  color:rgba(255,255,255,0.8);
  font-size:18px;
  line-height:1;
}

.cfs-footer-copy{
  color:#ffffff;
  font-size:17px;
  line-height:1.4;
  font-weight:400;
  white-space:nowrap;
}

/* MOBILE FOOTER — restored compact version */
.cfs-footer-mobile{
  display:none;
  background:#002a4f;
  font-family:'Poppins', sans-serif;
  color:#ffffff;
  width:100%;
}

.cfs-footer-mobile *{
  box-sizing:border-box;
}

.cfs-footer-mobile-card{
  background:#002a4f;
  border-radius:0 0 44px 44px;
  padding:28px 20px 22px;
  text-align:center;
}

.cfs-footer-mobile-brand img{
  width:250px;
  max-width:100%;
  margin:0 auto 18px;
  display:block;
}

.cfs-footer-mobile-socials{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
}

.cfs-footer-mobile-socials .soc{
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#ffffff;
  font-size:15px;
  line-height:1;
  transition:transform .2s ease, opacity .2s ease;
}

.cfs-footer-mobile-socials .soc:hover{
  transform:translateY(-1px);
  opacity:.92;
}

.cfs-footer-mobile-socials .soc-facebook{
  background:#3b82f6;
}

.cfs-footer-mobile-socials .soc-instagram{
  background:linear-gradient(135deg,#f58529 0%,#dd2a7b 45%,#8134af 100%);
}

.cfs-footer-mobile-socials .soc-youtube{
  background:#ff5a2f;
}

.cfs-footer-mobile-socials .soc-linkedin{
  background:#3b6bb3;
}

.cfs-footer-mobile-legal{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin-bottom:12px;
}

.cfs-footer-mobile-legal a{
  color:#ffffff;
  text-decoration:none;
  font-size:14px;
  line-height:1.45;
  font-weight:400;
  transition:color .25s ease, opacity .25s ease;
}

.cfs-footer-mobile-legal a:hover{
  color:#7ad9ef;
  opacity:1;
}

.cfs-footer-mobile-copy{
  color:#ffffff;
  font-size:14px;
  line-height:1.4;
  font-weight:400;
}

.cfs-footer-mobile .cfs-social{
  width:30px;
  height:30px;
  font-size:15px;
}

@media (max-width: 1200px){
  .cfs-footer-desktop-inner{
    padding:38px 32px 34px;
  }

  .cfs-footer-top{
    gap:32px;
  }

  .cfs-footer-menu{
    gap:16px;
  }

  .cfs-footer-menu a{
    font-size:15px;
  }

  .cfs-footer-btn{
    font-size:13px;
    padding:0 15px;
  }

  .cfs-footer-btn-outline{
    padding:0 18px;
  }

  .cfs-footer-bottom{
    margin-top:48px;
  }
}

@media (max-width: 1024px){
  .cfs-footer-desktop{
    display:none;
  }

  .cfs-footer-mobile{
    display:block;
  }
}/* End custom CSS */