.elementor-3387 .elementor-element.elementor-element-85cad8e{--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;--padding-top:1px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3387 .elementor-element.elementor-element-85cad8e:not(.elementor-motion-effects-element-type-background), .elementor-3387 .elementor-element.elementor-element-85cad8e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://visapedia.com/wp-content/uploads/2025/08/11062b_62824a4e240d452eb2793660e24c9d36mv2.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-3387 .elementor-element.elementor-element-a4c0de9{--display:flex;--margin-top:-1px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3387 .elementor-element.elementor-element-a4c0de9:not(.elementor-motion-effects-element-type-background), .elementor-3387 .elementor-element.elementor-element-a4c0de9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3387 .elementor-element.elementor-element-7eeec79{padding:32px 0px 0px 0px;text-align:center;font-family:"Droid Arabic Naskh", Sans-serif;font-size:34px;font-weight:400;color:#000000;}.elementor-3387 .elementor-element.elementor-element-23e674a{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-3387 .elementor-element.elementor-element-a4c0de9{--width:90%;}.elementor-3387 .elementor-element.elementor-element-7eeec79{font-size:29px;}}@media(min-width:768px){.elementor-3387 .elementor-element.elementor-element-a4c0de9{--width:500px;}}/* Start custom CSS for shortcode, class: .elementor-element-23e674a *//* General form container */
.wpcf7 form {
  max-width: 500px;
  margin: 0 auto;
  background: #ffffff;
  padding: 25px 30px 10px 30px; /* Bottom padding reduced */
  border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 15px rgba(0,0,0,0.1);
  font-family: "Arial", sans-serif;
}

/* Form labels */
.wpcf7 form label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: -5px;
  color: #333;
  line-height: 25px;
}

/* Inputs, selects, textareas */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  background: #fafafa;
  transition: border-color 0.3s ease;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: #0073e6;
  outline: none;
  background: #fff;
}

/* Checkboxes & radios */
.wpcf7-checkbox,
.wpcf7-radio {
  margin-bottom: 15px;
  display: block;
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: normal;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background: #ee1901; /* Red button as in image */
  color: #fff;
  border: none;
  padding: 6px 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s ease;
  margin-bottom: 10px; /* Space below submit button reduced */
}

.wpcf7 input[type="submit"]:hover {
  background: #b0251d;
}

/* Extra spacing */
.wpcf7 p {
  margin-bottom: 18px;
}

/* Replace default flag with globe icon initially */
.iti__flag-container .iti__selected-flag {
  background-image: url('https://cdn-icons-png.flaticon.com/512/44/44948.png'); /* 🌍 Earth Icon */
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18px 18px;
}

/* Hide default flag until a country is selected */
.iti__flag-container .iti__selected-flag .iti__flag {
  opacity: 0;
}

span.wpcf7-list-item-label {
  font-size: 20px;
}

/* Option 1: Hide first option (generic way) */
.wpcf7 select option:first-child {
  display: none;
}

/* Option 2: Hide option by empty value */
.wpcf7 select option[value=""] {
  display: none;
}

/* Mobile responsive adjustments */
@media (max-width: 600px) {
  .wpcf7 form {
    max-width: 90%;
    padding: 20px 15px 10px 15px !important; /* Bottom padding reduced for mobile */
  }

  .wpcf7 input[type="submit"] {
    font-size: 18px;
    padding: 10px 20px;
    margin-bottom: 10px !important; /* Ensure space is still reduced on mobile */
  }

  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"],
  .wpcf7 input[type="tel"],
  .wpcf7 input[type="number"],
  .wpcf7 select,
  .wpcf7 textarea {
    font-size: 18px;
  }

  .wpcf7 form label {
    font-size: 18px;
  }

  .wpcf7-list-item {
    font-size: 18px;
  }

  span.wpcf7-list-item-label {
    font-size: 18px;
  }
}

span.wpcf7-spinner {
    display: none;
}/* End custom CSS */