.elementor-4814 .elementor-element.elementor-element-1848a15{--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:120px;--padding-left:0px;--padding-right:0px;}.elementor-4814 .elementor-element.elementor-element-1848a15:not(.elementor-motion-effects-element-type-background), .elementor-4814 .elementor-element.elementor-element-1848a15 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#09101C;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-e92d4b7 */.opa-premium-footer{
  position: relative;
  background:
    radial-gradient(circle at top right, rgba(58, 123, 255, 0.16) 0%, rgba(58, 123, 255, 0) 28%),
    radial-gradient(circle at bottom left, rgba(105, 160, 255, 0.10) 0%, rgba(105, 160, 255, 0) 30%),
    linear-gradient(180deg, #0d1423 0%, #09101c 100%);
  color: #ffffff;
  overflow: hidden;
}

.opa-premium-footer h1,
.opa-premium-footer h2,
.opa-premium-footer h3,
.opa-footer-eyebrow {
  color: #ffffff !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.opa-footer-top-line{
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #538fff, transparent);
}

.opa-footer-cta-box{
  max-width: 1280px;
  margin: 0 auto;
  padding: 44px 20px 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.opa-footer-eyebrow{
  font-size: 12px;
  letter-spacing: .2em;
  margin-bottom: 10px;
  display: inline-block;
}

.opa-footer-cta-content h2{
  font-size: clamp(30px,4vw,50px);
  margin: 0 0 10px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 20px rgba(255,255,255,0.15);
}

.opa-footer-cta-content p{
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  margin: 0;
  max-width: 680px;
}

.opa-footer-cta-buttons{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.opa-footer-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: .25s ease;
  white-space: nowrap;
}

.opa-footer-btn-primary{
  background: linear-gradient(135deg,#4b84ff,#2f6dff);
  color:#fff !important;
  box-shadow: 0 14px 32px rgba(47,109,255,0.25);
}

.opa-footer-btn-secondary{
  border:1px solid rgba(255,255,255,0.2);
  color:#fff !important;
  background: rgba(255,255,255,0.04);
}

.opa-footer-btn:hover{
  transform: translateY(-3px);
}

.opa-footer-main{
  max-width:1280px;
  margin:auto;
  padding:42px 20px;
}

.opa-footer-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr 1.25fr;
  gap:24px;
}

.opa-footer-col{
  background: rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:22px;
  padding:24px;
  transition:.3s ease;
}

.opa-footer-col:hover{
  transform:translateY(-3px);
  border-color:rgba(134,182,255,0.3);
  background: rgba(255,255,255,0.055);
}

.opa-footer-logo{
  max-width:170px;
  height: auto;
  display: block;
}

.opa-footer-brand-text{
  margin:15px 0 0;
  color:rgba(255,255,255,0.7);
  line-height:1.7;
}

.opa-footer-badges{
  margin-top:16px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.opa-footer-badges span{
  background:rgba(75,132,255,0.15);
  border: 1px solid rgba(75,132,255,0.18);
  color: rgba(255,255,255,0.86);
  padding:6px 12px;
  border-radius:50px;
  font-size:12px;
}

.opa-footer-col h3{
  margin:0 0 15px;
  font-size:17px;
  white-space: nowrap;
  letter-spacing:0.3px;
}

.opa-footer-links{
  list-style:none;
  padding:0;
  margin:0;
}

.opa-footer-links li{
  margin-bottom:10px;
}

.opa-footer-links a{
  display: inline-block;
  color:rgba(255,255,255,0.7);
  text-decoration:none;
  transition:.2s ease;
}

.opa-footer-links a:hover{
  color:#fff;
  transform:translateX(3px);
}

.opa-footer-contact-text{
  color:rgba(255,255,255,0.7);
  line-height:1.7;
  margin: 0 0 16px;
}

.opa-footer-contact-box{
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.opa-footer-contact-box span,
.opa-footer-socials > span{
  display: block;
  color: #9ec3ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.opa-footer-contact-box a{
  display: block;
  color: rgba(255,255,255,0.76);
  text-decoration: none;
  line-height: 1.55;
  transition: .2s ease;
}

.opa-footer-contact-box a:hover{
  color: #ffffff;
}

.opa-footer-socials{
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.opa-footer-socials div{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.opa-footer-socials a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(75,132,255,0.14);
  border: 1px solid rgba(75,132,255,0.18);
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: .25s ease;
}

.opa-footer-socials a:hover{
  transform: translateY(-2px);
  background: rgba(75,132,255,0.24);
}

.opa-footer-bottom{
  border-top:1px solid rgba(255,255,255,0.08);
}

.opa-footer-bottom-inner{
  max-width:1280px;
  margin:auto;
  padding:16px 20px;
  display:flex;
  align-items: center;
  justify-content:space-between;
  gap: 16px;
  flex-wrap:wrap;
}

.opa-footer-bottom-inner p{
  margin: 0;
  color: rgba(255,255,255,0.58);
  font-size: 14px;
}

.opa-footer-bottom-links{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.opa-footer-bottom-links a{
  color:rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 14px;
}

.opa-footer-bottom-links a:hover{
  color:#ffffff;
}

@media(max-width:1024px){
  .opa-footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .opa-footer-col h3{
    white-space: normal;
  }

  .opa-footer-cta-box{
    align-items: flex-start;
  }
}

@media(max-width:700px){
  .opa-footer-grid{
    grid-template-columns:1fr;
  }

  .opa-footer-cta-box{
    flex-direction:column;
  }

  .opa-footer-cta-buttons{
    width: 100%;
  }

  .opa-footer-btn{
    flex: 1 1 auto;
  }

  .opa-footer-bottom-inner{
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width:420px){
  .opa-footer-btn{
    width: 100%;
  }

  .opa-footer-socials div{
    flex-direction: column;
  }

  .opa-footer-socials a{
    width: 100%;
  }
}/* End custom CSS */