.elementor-3137 .elementor-element.elementor-element-05b2714:not(.elementor-motion-effects-element-type-background), .elementor-3137 .elementor-element.elementor-element-05b2714 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#11111100;}.elementor-3137 .elementor-element.elementor-element-05b2714{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3137 .elementor-element.elementor-element-05b2714 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3137 .elementor-element.elementor-element-ab274db .premium-cf7-container .wpcf7-form label, .elementor-3137 .elementor-element.elementor-element-ab274db .premium-cf7-container .wpcf7-form .wpcf7-quiz-label{display:inline-block;}.elementor-3137 .elementor-element.elementor-element-ab274db .premium-cf-head{align-items:center;}#elementor-popup-modal-3137 .dialog-widget-content{background-color:#00000000;border-radius:16px 16px 16px 16px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3137{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3137 .dialog-message{width:522px;height:auto;}#elementor-popup-modal-3137 .dialog-close-button{display:flex;top:6%;font-size:18px;}body:not(.rtl) #elementor-popup-modal-3137 .dialog-close-button{right:6%;}body.rtl #elementor-popup-modal-3137 .dialog-close-button{left:6%;}@media(max-width:767px){#elementor-popup-modal-3137 .dialog-close-button{top:7%;}body:not(.rtl) #elementor-popup-modal-3137 .dialog-close-button{right:10%;}body.rtl #elementor-popup-modal-3137 .dialog-close-button{left:10%;}}/* Start custom CSS for premium-contact-form, class: .elementor-element-ab274db */.cf7-hero-box {
  background: linear-gradient(180deg, #1a1a1a, #111);
  padding: 45px 35px;
  border-radius: 18px;
  max-width: 520px;
  margin: auto;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.05)!important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.6)!important;
}

/* Top label */
.cf7-top {
  color: #ff5a2c;
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* Title */
.cf7-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3 !important;
  margin-bottom: 0px !important;
}

/* Sub text */
.cf7-sub {
  color: #9aa0a6;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 28px !important;
}

/* Inputs */
.cf7-hero-box input[type="text"],
.cf7-hero-box input[type="email"] {
  width: 100%;
  padding: 16px;
  margin-bottom: 14px !important;
  border-radius: 10px;
  border: 1px solid #2a2a2a;
  background: #151515;
  color: #fff;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.cf7-hero-box input::placeholder {
  color: #888 !important;
  opacity: 1 !important;
}

/* Input focus */
.cf7-hero-box input:focus {
  border-color: #ff5a2c;
  background: #181818;
}

/* Button */
.cf7-hero-box input[type="submit"] {
  width: 100%;
  background: #E8450B !important;
  color: #fff;
  font-weight: 700;
  border: none;
  cursor: pointer;
  padding: 18px;
  border-radius: 10px;
  font-size: 15px;
  margin-top: 5px;
  transition: all 0.25s ease;
}

.cf7-hero-box input[type="submit"]:hover {
  background: #e14a20;
  transform: translateY(-1px);
}

/* No thanks */
.cf7-no {
  margin-top: 14px;
}

.cf7-no a {
  color: #999;
  font-size: 13px;
  text-decoration: none;
}

.cf7-no a:hover {
  color: #fff;
}

/* Privacy text */
.cf7-hero-box p[style] {
  margin-top: 12px;
  color: #777 !important;
  font-size: 12px;
}


.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"], form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, body .wp-block-file .wp-block-file__button, .search .search-submit {

    color: #ffffff;
    border-color: none !important;
    background-color: #E8450B;
    border-radius: 10px;
    display: flex;
    margin: auto !important;
    width: 100%;
    justify-content: center;
    align-items: center;

}


/* =========================
   MOBILE (up to 767px)
========================= */
@media (max-width: 767px) {

  .cf7-hero-box {
    padding: 30px 20px;
    border-radius: 14px;
    max-width: 95%;
  }

  .cf7-top {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .cf7-title {
    font-size: 20px;
    line-height: 1.4 !important;
  }

  .cf7-sub {
    font-size: 13px;
    margin-bottom: 20px !important;
  }

  .cf7-hero-box input[type="text"],
  .cf7-hero-box input[type="email"] {
    padding: 14px;
    font-size: 13px;
  }

  .cf7-hero-box input[type="submit"] {
    padding: 16px;
    font-size: 14px;
  }

  .cf7-no a {
    font-size: 12px;
  }

  .cf7-hero-box p[style] {
    font-size: 11px;
  }
}


/* =========================
   TABLET (768px–1024px)
========================= */
@media (min-width: 768px) and (max-width: 1024px) {

  .cf7-hero-box {
    padding: 35px 25px;
    /*max-width: 490px;*/
  }

  .cf7-title {
    font-size: 22px;
  }

  .cf7-sub {
    font-size: 13.5px;
  }
}

@media (max-width: 767px) {
  .dialog-widget-content {
    padding: 10px !important;
  }
}/* End custom CSS */