.elementor-112 .elementor-element.elementor-element-3dcaaef{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-112 .elementor-element.elementor-element-5b265f4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-112 .elementor-element.elementor-element-145a391{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-112 .elementor-element.elementor-element-71287b0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for section, class: .elementor-element-3dcaaef */.footer-section {
  position: relative;
  padding: 90px 20px 28px;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 30%),
    radial-gradient(circle at bottom right, rgba(139, 92, 246, 0.10), transparent 30%),
    linear-gradient(135deg, #08101f 0%, #0b1224 50%, #08101f 100%);
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.footer-section .container {
  position: relative;
  z-index: 2;
}

.footer-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr 1fr;
  gap: 24px;
  margin-bottom: 34px;
}

.footer-col {
  position: relative;
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.footer-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  width: 90%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
}

.footer-col:hover::before {
  left: 130%;
}

.footer-col::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(96,165,250,0.18),
    rgba(167,139,250,0.12),
    rgba(34,211,238,0.10)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.footer-col:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.06);
  border-color: rgba(96,165,250,0.26);
  box-shadow: 0 24px 55px rgba(0,0,0,0.24);
}

.footer-badge {
  display: inline-block;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  margin-bottom: 18px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 18px;
}

.footer-logo-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  overflow: hidden;
}

.footer-logo-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-logo-text-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.footer-logo-text {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.8px;
  background: linear-gradient(90deg, #ffffff, #dbeafe, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.footer-logo-subtext {
  font-size: 11px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #94a3b8;
  margin-top: 7px;
}

.footer-brand p {
  font-size: 15px;
  line-height: 1.9;
  color: #cbd5e1;
  margin-bottom: 22px;
}

.footer-whatsapp-btn,
.footer-whatsapp-btn:link,
.footer-whatsapp-btn:visited,
.footer-whatsapp-btn:hover,
.footer-whatsapp-btn:focus,
.footer-whatsapp-btn:active {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 16px;
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.24);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.footer-whatsapp-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(124, 58, 237, 0.28);
}

.footer-col h4 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.2;
}

.footer-links,
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li,
.footer-contact-list li {
  margin-bottom: 12px;
}

.footer-links a {
  display: inline-block;
  color: #cbd5e1;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.footer-contact-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.footer-contact-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
  font-size: 18px;
  color: #ffffff !important;
  line-height: 1;
}

.footer-contact-list a,
.footer-contact-list p {
  margin: 0;
  color: #cbd5e1;
  font-size: 15px;
  line-height: 1.7;
  text-decoration: none;
}

.footer-contact-list a:hover {
  color: #ffffff;
}

.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: #94a3b8;
}

.back-to-top,
.back-to-top:link,
.back-to-top:visited,
.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(37,99,235,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.back-to-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(124,58,237,0.28);
}

/* Tablet */
@media (max-width: 991px) {
  .footer-section {
    padding: 75px 20px 26px;
  }

  .footer-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .footer-section {
    padding: 65px 16px 24px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .footer-col {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .footer-col::after {
    border-radius: 20px;
  }

  .footer-col:hover {
    transform: translateY(-5px);
  }

  .footer-logo-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 15px;
  }

  .footer-logo-text {
    font-size: 26px;
  }

  .footer-logo-subtext {
    font-size: 9px;
    letter-spacing: 1.4px;
  }

  .footer-brand p,
  .footer-links a,
  .footer-contact-list a,
  .footer-contact-list p {
    font-size: 14px;
  }

  .footer-col h4 {
    font-size: 18px;
  }

  .footer-contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 12px;
    font-size: 16px;
  }

  .footer-whatsapp-btn {
    width: 100%;
    min-height: 52px;
    font-size: 14px;
    border-radius: 14px;
  }

  .footer-bottom {
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
  }

  .footer-bottom p {
    font-size: 13px;
    flex: 1;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 18px;
    margin-left: auto;
    flex-shrink: 0;
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-145a391 */.footer-section{

position:relative;
padding:90px 20px 30px;

background:
radial-gradient(circle at top left,rgba(37,99,235,0.10),transparent 30%),
radial-gradient(circle at bottom right,rgba(139,92,246,0.10),transparent 30%),
linear-gradient(135deg,#08101f 0%,#0b1224 50%,#08101f 100%);

border-top:1px solid rgba(255,255,255,0.06);
overflow:hidden;

}

.footer-overlay{

position:absolute;
inset:0;

background-image:
linear-gradient(rgba(255,255,255,0.02) 1px,transparent 1px),
linear-gradient(90deg,rgba(255,255,255,0.02) 1px,transparent 1px);

background-size:42px 42px;

}

.footer-section .container{

position:relative;
z-index:2;

}

.footer-wrapper{

display:grid;
grid-template-columns:1.2fr 0.8fr 0.8fr 1fr;
gap:24px;
margin-bottom:34px;

}

.footer-col{

padding:26px 22px;
border-radius:22px;

background:rgba(255,255,255,0.04);
border:1px solid rgba(255,255,255,0.08);

backdrop-filter:blur(14px);

transition:0.3s;

}

.footer-col:hover{

transform:translateY(-6px);
background:rgba(255,255,255,0.06);

}

.footer-badge{

display:inline-block;

padding:8px 14px;

font-size:13px;
font-weight:600;

border-radius:999px;

color:#ffffff;

background:rgba(255,255,255,0.06);
border:1px solid rgba(255,255,255,0.14);

margin-bottom:14px;

}

.footer-brand h3{

font-size:30px;
color:#ffffff;
margin-bottom:14px;

}

.footer-brand p{

font-size:15px;
line-height:1.8;

color:#cbd5e1;
margin-bottom:20px;

}

.footer-whatsapp-btn{

display:inline-flex;
align-items:center;
justify-content:center;

padding:14px 22px;

border-radius:14px;

background:linear-gradient(90deg,#2563eb,#7c3aed);

color:#fff;
font-weight:700;

text-decoration:none;

box-shadow:0 14px 30px rgba(37,99,235,0.24);

transition:0.3s;

}

.footer-whatsapp-btn:hover{

transform:translateY(-4px);

}

.footer-col h4{

color:#fff;
font-size:18px;
margin-bottom:18px;

}

.footer-links{

list-style:none;
padding:0;
margin:0;

}

.footer-links li{

margin-bottom:10px;

}

.footer-links a{

color:#cbd5e1;
text-decoration:none;
font-size:15px;

transition:0.3s;

}

.footer-links a:hover{

color:#fff;
transform:translateX(4px);

}

.footer-contact-list{

list-style:none;
padding:0;
margin:0;

}

.footer-contact-list li{

display:flex;
align-items:center;

gap:12px;

margin-bottom:12px;

}

.footer-contact-list span{

width:36px;
height:36px;

display:flex;
align-items:center;
justify-content:center;

border-radius:10px;

background:linear-gradient(135deg,#2563eb,#7c3aed);

color:#fff;

}

.footer-contact-list a,
.footer-contact-list p{

color:#cbd5e1;
font-size:15px;
text-decoration:none;

}

.footer-contact-list a:hover{

color:#fff;

}

.footer-bottom{

display:flex;
align-items:center;
justify-content:space-between;

padding-top:20px;

border-top:1px solid rgba(255,255,255,0.08);

}

.footer-bottom p{

color:#94a3b8;
font-size:14px;

}

.back-to-top{

width:42px;
height:42px;

border-radius:12px;

display:flex;
align-items:center;
justify-content:center;

background:linear-gradient(135deg,#2563eb,#7c3aed);

color:#fff;

font-size:18px;
font-weight:700;

text-decoration:none;

box-shadow:0 10px 24px rgba(37,99,235,0.25);

transition:0.3s;

}

.back-to-top:hover{

transform:translateY(-4px);

}


/* Tablet */

@media(max-width:991px){

.footer-wrapper{

grid-template-columns:repeat(2,1fr);

}

}


/* Mobile */

@media(max-width:767px){

.footer-wrapper{

grid-template-columns:1fr;

}

.footer-bottom{

flex-direction:column;
align-items:flex-start;
gap:10px;

}

.back-to-top{

width:36px;
height:36px;

font-size:16px;

}

}/* End custom CSS */