.elementor-651 .elementor-element.elementor-element-3a05b31{--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;}/* Start custom CSS for html, class: .elementor-element-c25a47c *//* SECTION */
.nx-ship-full{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:100px 40px;
  background: linear-gradient(135deg,#301506,#FFB80C);
  overflow:hidden;
}

/* PARTICLES CANVAS */
#nx-particles{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
}

/* CONTENT ABOVE PARTICLES */
.nx-ship-inner{
  position:relative;
  z-index:2;
  max-width:1200px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  color:#fff;
}

/* LEFT */
.nx-left{
  flex:1;
}

.nx-left h1{
  font-size:42px;
  margin-bottom:10px;
}

.nx-sub{
  opacity:0.8;
  margin-bottom:15px;
}

.nx-desc{
  max-width:420px;
  line-height:1.6;
  opacity:0.85;
  margin-bottom:20px;
}

.nx-highlights{
  font-size:14px;
  line-height:1.8;
}

/* RIGHT */
.nx-right{
  flex:1;
  display:flex;
  justify-content:center;
}

/* CARD */
.nx-card{
  width:100%;
  max-width:400px;
  padding:30px;
  border-radius:20px;
  background:rgba(255,255,255,0.1);
  backdrop-filter:blur(20px);
  box-shadow:0 20px 60px rgba(0,0,0,0.4);
  text-align:center;
  transition:0.3s;
}

.nx-card:hover{
  transform:translateY(-8px);
}

/* ICON */
.nx-icon{
  width:60px;
  height:60px;
  margin:auto;
  border-radius:50%;
  background:linear-gradient(135deg,#FFB80C,#301506);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:15px;
}

/* OPTIONS */
.nx-options{
  display:flex;
  gap:10px;
  margin-bottom:20px;
}

.nx-box{
  flex:1;
  padding:10px;
  border-radius:10px;
  background:rgba(255,255,255,0.1);
  cursor:pointer;
  font-size:12px;
  transition:0.3s;
}

.nx-box span{
  display:block;
  font-size:10px;
  opacity:0.7;
}

.nx-box:hover,
.nx-box.active{
  background:rgba(255,184,12,0.5);
}

/* INPUT */
.nx-card input{
  width:100%;
  padding:12px;
  border:none;
  border-radius:8px;
  margin-bottom:10px;
}

/* BUTTON */
.nx-card button{
  width:100%;
  padding:12px;
  border:none;
  border-radius:8px;
  background:linear-gradient(135deg,#FFB80C,#301506);
  color:#fff;
  font-weight:600;
  cursor:pointer;
}

/* RESULT */
#result{
  margin-top:10px;
  font-size:13px;
}

/* MOBILE */
@media(max-width:900px){
  .nx-ship-inner{
    flex-direction:column;
    text-align:center;
  }
}/* End custom CSS */