.elementor-39184 .elementor-element.elementor-element-91dd980{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-39184 .elementor-element.elementor-element-91dd980.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-39184 .elementor-element.elementor-element-702b93c{padding:0px 0px 0px 0px;}#elementor-popup-modal-39184{background-color:#666666CC;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-39184 .dialog-message{width:500px;height:auto;}#elementor-popup-modal-39184 .dialog-close-button{display:flex;top:1%;font-size:20px;}#elementor-popup-modal-39184 .dialog-widget-content{border-radius:14px 14px 14px 14px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-39184 .dialog-close-button{right:1%;}body.rtl #elementor-popup-modal-39184 .dialog-close-button{left:1%;}@media(min-width:768px){.elementor-39184 .elementor-element.elementor-element-91dd980{--width:100%;}}/* Start custom CSS for shortcode, class: .elementor-element-702b93c *//* ===== Subscribe Form Modern Styling ===== */
.email-subscribe-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 20px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  border: 1px solid #e2e8f0;
}

.email-subscribe-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Half width columns */
.email-subscribe-form .one-second {
  flex: 1 1 calc(50% - 20px);
}

/* Full width */
.email-subscribe-form .one {
  flex: 1 1 100%;
}

/* Input + Textarea */
.email-subscribe-form input[type="text"],
.email-subscribe-form input[type="email"],
.email-subscribe-form textarea {
  width: 100%;
  padding: 14px 12px;
  font-size: 15px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
  color: #1a202c;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
}

/* Placeholder styling */
.email-subscribe-form input::placeholder,
.email-subscribe-form textarea::placeholder {
  color: #a0aec0;
  font-size: 14px;
}

/* Focus state */
.email-subscribe-form input:focus,
.email-subscribe-form textarea:focus {
  border-color: #00B4D8;
  box-shadow: 0 0 0 3px rgba(0,180,216,0.2);
}

/* Textarea */
.email-subscribe-form textarea {
  height: 100px !important;
  resize: vertical;
  
}

/* Bigger Gradient Button */
.email-subscribe-form input[type="submit"] {
  display: inline-block;
  background: linear-gradient(to right, #00B4D8, #7B2FF7);
  margin-left: 50px;
  border: 0;
  padding: 10px 40px; /* bigger padding */
  font-size: 18px;    /* larger font */
  font-weight: 700;   /* bolder text */
  color: #fff;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0, 180, 216, 0.25); /* subtle glow */
  transition: all 0.25s ease;
}

.email-subscribe-form input[type="submit"]:hover {
  opacity: 0.95;
  transform: translateY(-3px) scale(1.03); /* hover pop effect */
}

/* Responsive */
@media (max-width: 768px) {
  .email-subscribe-form .one-second {
    flex: 1 1 100%;
  }
  
  .email-subscribe-form textarea {
  height: 80px;
  resize: vertical;
  
}
}/* End custom CSS */