.elementor-71952 .elementor-element.elementor-element-5873765{--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;border-style:none;--border-style:none;--border-radius:15px 15px 15px 15px;--padding-top:5%;--padding-bottom:8%;--padding-left:10%;--padding-right:10%;}.elementor-71952 .elementor-element.elementor-element-5873765:not(.elementor-motion-effects-element-type-background), .elementor-71952 .elementor-element.elementor-element-5873765 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-71952 .elementor-element.elementor-element-9b3db01 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Montserrat", sans-serif;font-weight:500;}.elementor-71952 .elementor-element.elementor-element-9b3db01{width:100%;max-width:100%;}#elementor-popup-modal-71952 .dialog-widget-content{animation-duration:1.2s;background-color:#FFFFFF00;border-style:none;border-radius:15px 15px 15px 15px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-71952{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-71952 .dialog-message{width:600px;height:auto;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}#elementor-popup-modal-71952{justify-content:center;align-items:center;}}@media(max-width:767px){.elementor-71952 .elementor-element.elementor-element-5873765{--padding-top:5%;--padding-bottom:8%;--padding-left:5%;--padding-right:5%;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}#elementor-popup-modal-71952 .dialog-message{width:95vw;}#elementor-popup-modal-71952{justify-content:center;align-items:center;}}/* Start custom CSS for button, class: .elementor-element-9b3db01 */.elementor-71952 .elementor-element.elementor-element-9b3db01 .elementor-button {
    width: 100%;
}/* End custom CSS */
/* Start custom CSS */#elementor-popup-modal-71952 a.dialog-close-button {
    display: none;
    pointer-events: none;
}

/* Modern Select Styling */
#form-field-country_select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: #fff;
  border: 1px solid #ccc;
  padding: 12px 40px 12px 16px;
  border-radius: 7px;
  font-size: 18px;
  color: #333;
  width: 100%;
  max-width: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* Focus state */
#form-field-country_select:focus {
  border-color: #3b82f6; /* blue-500 */
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3);
  outline: none;
}

/* Optional: disabled state */
#form-field-country_select:disabled {
  background-color: #f3f4f6;
  color: #9ca3af;
  cursor: not-allowed;
}/* End custom CSS */