.elementor-1409 .elementor-element.elementor-element-daa3c5d{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;--border-radius:0px 0px 0px 0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1409 .elementor-element.elementor-element-daa3c5d:not(.elementor-motion-effects-element-type-background), .elementor-1409 .elementor-element.elementor-element-daa3c5d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}#elementor-popup-modal-1409 .dialog-widget-content{background-color:#FFFFFF00;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-1409{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1409 .dialog-message{width:700px;height:auto;}#elementor-popup-modal-1409 .dialog-close-button{display:flex;}/* Start custom CSS for html, class: .elementor-element-6dfd367 */.custom-popup-form * {
  box-sizing: border-box;
}

.custom-popup-form {
  background-image: url('https://alvorex.com/wp-content/uploads/2025/12/BG-1-1.png');
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;

  background-origin: padding-box; /* 🔥 important */
  background-clip: padding-box;

  padding: 40px;

}

/* layout */
.row {
  width: 100%;
  margin-bottom: 14px;
  
}
.two-col {
  display: flex;
  gap: 14px;
}

/* INPUT WRAPPER */
.input-wrap {
  position: relative;
  width: 100%;
}

/* INPUT / TEXTAREA */
.input-wrap input,
.input-wrap textarea {
  width: 100%;
  min-height: 44px;
  background: #b1b1b1;
  border: none;
  padding: 10px 36px 10px 16px; /* right space for diamond */
  border-radius: 0px;
  font-size: 14px;
  outline: none;
color: #474747;
}

.input-wrap input::placeholder,
.input-wrap textarea::placeholder {
  color: #474747;
  opacity: 1; /* important – light na lage */
}


/* TEXTAREA */
.input-wrap textarea {
  min-height: 90px;
  resize: none;
}

/* 🔷 DIAMOND SHAPE */
.input-wrap::after {
  content: "";
  position: absolute;
  top: 100%;
  right: -12px;
  width: 22px;
  height: 22px;
  background: #A0A0A0;
  transform: translateY(-50%) rotate(45deg);
}

/* BUTTON SMALL + CENTER */
.custom-popup-form button {
  width: 220px;
  height: 42px;
  margin: 12px auto 0;
  display: block;
  
  border: none;
  border-radius: 46px;
background: linear-gradient(90deg, #313131 0%, #222 50%, #313131 100%);
  font-weight: 600;
  cursor: pointer;
  color: #D9D9D9;
}


/* SUCCESS POPUP ni start css  */


.success-popup{
  display: none;
  background-image: url('https://alvorex.com/wp-content/uploads/2025/12/Popup-2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  width: 100%;
  max-width: 760px;
  aspect-ratio: 736 / 320;

  margin: auto;
  border-radius: 10px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: center;
}

.success-popup-inner{
  text-align: center;
  max-width: 420px;
  padding: 20px;
}

.success-popup-inner h2{
 font-family: "muring01", Sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #222222;
  margin: 80px 0 8px;
}

.success-popup-inner p{
  font-family: "muring01", Sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #222222;
  margin: 0;
}




/* SUCCESS POPUP ni end css  */









@media (max-width: 1024px) {

  .custom-popup-form {
    padding: 40px;
  }

  .two-col {
    gap: 12px;
  }

  .custom-popup-form button {
    width: 200px;
    height: 40px;
  }
  
  
  
 /* SUCCESS POPUP ni start media css  */
  
    .success-popup{
    max-width: 90%;
  }

  .success-popup-inner h2,
  .success-popup-inner p{
    font-size: 20px !important;
  }

  .success-popup-inner h2{
    margin-top: 60px !important;
  }
  
  
/* SUCCESS POPUP ni end media css  */
  
}


@media (max-width: 768px) {

  .two-col {
    flex-direction: column;
  }

  /* diamond remove on mobile */
  .input-wrap::after {
    display: none;
  }

  .input-wrap input,
  .input-wrap textarea {
    padding-right: 16px; /* diamond space remove */
  }

  .custom-popup-form {
    padding: 28px;
  }

  .custom-popup-form button {
    width: 100%;
    max-width: 240px;
  }
  
  
 /* SUCCESS POPUP ni start media css  */
 
   .success-popup{
    aspect-ratio: auto;
    padding: 40px 20px;
  }

  .success-popup-inner{
    max-width: 100%;
  }

  .success-popup-inner h2{
    font-size: 18px !important;
    margin-top: 60px !important;
  }

  .success-popup-inner p{
    font-size: 16px !important;
    line-height: 1.3;
  }
  
   /* SUCCESS POPUP ni end media css  */
   
}


@media (max-width: 480px) {

  .custom-popup-form {
    padding: 20px;
  }

  .input-wrap input,
  .input-wrap textarea {
    font-size: 13px;
    min-height: 40px;
  }

  .input-wrap textarea {
    min-height: 80px;
  }

  .custom-popup-form button {
    max-width: 100%;
    height: 40px;
  }
  
  
 /* SUCCESS POPUP ni start media css  */
 
  .success-popup{
    padding: 30px 16px;
  }

  .success-popup-inner h2{
    font-size: 16px !important;
    margin-top: 40px !important;
  }

  .success-popup-inner p{
    font-size: 14px !important;
  }
   
   
/* SUCCESS POPUP ni end media css  */
   
}/* End custom CSS */