.elementor-904 .elementor-element.elementor-element-afac445{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-904 .elementor-element.elementor-element-95f74ea{--display:flex;}.elementor-904 .elementor-element.elementor-element-95f74ea.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-904 .elementor-element.elementor-element-2cb9aab{--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;}.elementor-904 .elementor-element.elementor-element-33dbd85{font-family:"Roboto Serif", Sans-serif;color:var( --e-global-color-secondary );}#elementor-popup-modal-904 .dialog-message{width:800px;height:500px;align-items:flex-start;}#elementor-popup-modal-904{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-904 .dialog-close-button{display:flex;}#elementor-popup-modal-904 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-904 .elementor-element.elementor-element-95f74ea{--width:40%;}.elementor-904 .elementor-element.elementor-element-2cb9aab{--width:60%;}}/* Start custom CSS for shortcode, class: .elementor-element-28b9792 *//* Popup container */
.popup-box {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  max-width: 400px;
  margin: auto;
  text-align: left;
  font-family: 'Arial', sans-serif;
}

/* Title */
.popup-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
}

/* Subtitle */
.popup-subtitle {
  font-size: 14px;
  margin-bottom: 15px;
  color: #444;
}

/* Input label */
.popup-label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #222;
}

/* Input field */
.popup-input input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
}

.popup-input input:focus {
  border-color: #00a67e; /* Green border like Indiamart */
}

/* Note */
.popup-note {
  font-size: 12px;
  color: #777;
  margin: 8px 0 15px;
}

/* Button */
.popup-btn {
  background: #00a67e; /* Green button */
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  width: 100%;
}

.popup-btn:hover {
  background: #008c6b;
}/* End custom CSS */