.elementor-656 .elementor-element.elementor-element-9b7d80d{--display:flex;}.elementor-656 .elementor-element.elementor-element-ee98f5e{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}#elementor-popup-modal-656{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-656 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-656 .dialog-close-button{display:flex;}#elementor-popup-modal-656 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-ee98f5e */*{
  box-sizing:border-box;
}

.lge-popup-inquiry{
  width:100%;
  padding:0;
}

.lge-popup-wrap{
  max-width:820px;
  width:100%;
  margin:0 auto;
  display:grid;
  grid-template-columns:240px 1fr;
  background:#ffffff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 45px rgba(15,23,42,0.10);
}

.lge-popup-left{
  background:linear-gradient(180deg,#15803d 0%,#155e75 100%);
  color:#ffffff;
  padding:24px 20px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.lge-popup-tag{
  display:inline-block;
  width:fit-content;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.18);
  font-size:12px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:16px;
}

.lge-popup-title{
  font-size:30px;
  line-height:1.15;
  font-weight:800;
  color:#ffffff;
  margin:0 0 14px;
}

.lge-popup-text{
  font-size:14px;
  line-height:1.8;
  color:rgba(255,255,255,0.92);
  margin-bottom:18px;
}

.lge-popup-points{
  display:flex;
  flex-direction:column;
  gap:10px;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
}

.lge-popup-right{
  padding:24px;
  background:#ffffff;
}

.lge-popup-form{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.lge-popup-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.lge-popup-group{
  display:flex;
  flex-direction:column;
  min-width:0;
}

.lge-popup-group label{
  font-size:13px;
  font-weight:700;
  color:#1f3b2d;
  margin-bottom:7px;
  line-height:1.4;
}

.lge-popup-group input,
.lge-popup-group select,
.lge-popup-group textarea{
  width:100%;
  min-width:0;
  height:46px;
  padding:0 14px;
  border:1px solid #d7e2d9;
  border-radius:12px;
  background:#fbfdfb;
  color:#111827;
  font-size:14px;
  font-family:inherit;
  outline:none;
  transition:all 0.25s ease;
  -webkit-appearance:none;
  appearance:none;
}

.lge-popup-group textarea{
  height:auto;
  min-height:100px;
  padding:14px;
  resize:vertical;
}

.lge-popup-group input::placeholder,
.lge-popup-group textarea::placeholder{
  color:#8a948f;
  font-size:14px;
  line-height:1.4;
}

.lge-popup-group select{
  padding-right:38px;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

.lge-popup-group input:focus,
.lge-popup-group select:focus,
.lge-popup-group textarea:focus{
  border-color:#15803d;
  background:#ffffff;
  box-shadow:0 0 0 4px rgba(21,128,61,0.10);
}

.lge-popup-btn{
  width:100%;
  border:none;
  border-radius:12px;
  padding:14px 18px;
  background:linear-gradient(135deg,#15803d 0%,#155e75 100%);
  color:#ffffff;
  font-size:16px;
  font-weight:700;
  font-family:inherit;
  cursor:pointer;
  transition:all 0.3s ease;
}

.lge-popup-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(21,94,117,0.18);
}

.lge-popup-note{
  text-align:center;
  font-size:13px;
  line-height:1.6;
  color:#6b7280;
  margin:0;
}

@media (max-width:767px){
  .lge-popup-wrap{
    grid-template-columns:1fr;
    max-width:100%;
    border-radius:16px;
  }

  .lge-popup-left{
    padding:20px 18px;
  }

  .lge-popup-right{
    padding:20px 18px;
  }

  .lge-popup-title{
    font-size:26px;
  }

  .lge-popup-grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .lge-popup-group input,
  .lge-popup-group select,
  .lge-popup-group textarea{
    font-size:14px;
  }

  .lge-popup-btn{
    font-size:15px;
  }
}/* End custom CSS */