.elementor-1412 .elementor-element.elementor-element-f1ece20{--display:flex;}#elementor-popup-modal-1412 .dialog-widget-content{animation-duration:0.4s;background-color:#02010100;border-style:none;margin:0px 0px 0px 0px;}#elementor-popup-modal-1412{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1412 .dialog-message{width:742px;height:100vh;align-items:center;padding:0px 0px 0px 0px;}#elementor-popup-modal-1412 .dialog-close-button{display:flex;top:17%;font-size:26px;}body:not(.rtl) #elementor-popup-modal-1412 .dialog-close-button{right:4%;}body.rtl #elementor-popup-modal-1412 .dialog-close-button{left:4%;}#elementor-popup-modal-1412 .dialog-close-button i{color:var( --e-global-color-a7d135d );}#elementor-popup-modal-1412 .dialog-close-button svg{fill:var( --e-global-color-a7d135d );}/* Start custom CSS */.uc-popup-card,
.uc-popup-card * {
  box-sizing: border-box;
}

.uc-popup-card {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 14px 18px 14px;
  color: #ffffff;
  background:
    radial-gradient(circle at top center, rgba(117, 78, 18, 0.42 ) 0%, rgba(18, 14, 8, 0.78) 34%, rgba(2, 2, 1, 1) 78%),
    #050403;
  border: 2px solid #d3af37;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.uc-popup-image-wrap {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 125px;
  margin: 0 auto 14px;
  overflow: hidden;
  border-radius: 6px;
  background: #050403;
}

.uc-popup-image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 45%,
    rgba(5, 4, 3, 0.72) 100%
  );
  pointer-events: none;
}

.uc-popup-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.uc-popup-header {
  max-width: 590px;
  margin: 0 auto 12px;
  text-align: center;
}

.uc-popup-badge {
  display: inline-block;
  margin-bottom: 9px;
  padding: 7px 14px;
  color: #d3af37;
  border: 1px solid rgba(211, 175, 55, 0.75);
  border-radius: 999px;
  background: rgba(211, 175, 55, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.uc-popup-header h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(22px, 3.5vw, 30px);
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
}

.uc-popup-header p {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.uc-popup-form-embed {
  position: relative;
  width: 100%;
  height: 315px;
  max-height: 315px;
  overflow: hidden;
  border-radius: 8px;
  background: transparent;
}

.uc-popup-form-embed iframe {
  display: block;
  width: 100%;
  height: 315px !important;
  max-height: 315px !important;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .uc-popup-card {
    max-width: 94vw;
    padding: 14px 16px 14px;
  }

  .uc-popup-image-wrap {
    max-width: 320px;
    height: 115px;
    margin-bottom: 12px;
  }

  .uc-popup-form-embed,
  .uc-popup-form-embed iframe {
    height: 340px !important;
    max-height: 340px !important;
  }
}

@media (max-width: 640px) {
  .uc-popup-card {
    width: 100%;
    max-width: 100%;
    padding: 12px 12px 14px;
    border-radius: 8px;
    border-width: 1.5px;
  }

  .uc-popup-image-wrap {
    max-width: 260px;
    height: 100px;
    margin-bottom: 12px;
  }

  .uc-popup-header {
    margin-bottom: 12px;
  }

  .uc-popup-badge {
    margin-bottom: 8px;
    padding: 6px 12px;
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .uc-popup-header h2 {
    font-size: 20px;
    line-height: 1.12;
    margin-bottom: 7px;
  }

  .uc-popup-header p {
    font-size: 12.5px;
    line-height: 1.4;
  }

  .uc-popup-form-embed,
  .uc-popup-form-embed iframe {
    height: 555px !important;
    max-height: 555px !important;
  }
}

@media (max-width: 390px) {
  .uc-popup-card {
    padding: 10px 10px 12px;
  }

  .uc-popup-image-wrap {
    max-width: 230px;
    height: 90px;
    margin-bottom: 10px;
  }

  .uc-popup-header h2 {
    font-size: 18px;
  }

  .uc-popup-header p {
    font-size: 12px;
  }

  .uc-popup-form-embed,
  .uc-popup-form-embed iframe {
    height: 575px !important;
    max-height: 575px !important;
  }
}/* End custom CSS */