.elementor-720 .elementor-element.elementor-element-00f851a:not(.elementor-motion-effects-element-type-background), .elementor-720 .elementor-element.elementor-element-00f851a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.reefsys-sec.com/wp-content/uploads/2025/05/Untitled-design-8-1.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-720 .elementor-element.elementor-element-00f851a > .elementor-background-overlay{background-color:#0A192F;opacity:0.85;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-720 .elementor-element.elementor-element-00f851a > .elementor-container{max-width:1040px;text-align:center;}.elementor-720 .elementor-element.elementor-element-00f851a{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-720 .elementor-element.elementor-element-218238d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:12px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-720 .elementor-element.elementor-element-456162c .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:4rem;font-weight:500;line-height:1.1666em;color:#FFFFFF;}.elementor-720 .elementor-element.elementor-element-58b1d67 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:1.1rem;font-weight:500;text-transform:uppercase;letter-spacing:1.5px;color:#00BCD4;}.elementor-720 .elementor-element.elementor-element-b1e7b5d > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-720 .elementor-element.elementor-element-b1e7b5d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:1.125rem;font-weight:400;line-height:1.617em;color:#CCCCCC;}.elementor-720 .elementor-element.elementor-element-d4f66e0{--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;}body.elementor-page-720:not(.elementor-motion-effects-element-type-background), body.elementor-page-720 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A192F;}@media(max-width:1024px){.elementor-720 .elementor-element.elementor-element-456162c .elementor-heading-title{font-size:3rem;}}@media(min-width:1025px){.elementor-720 .elementor-element.elementor-element-00f851a:not(.elementor-motion-effects-element-type-background), .elementor-720 .elementor-element.elementor-element-00f851a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){.elementor-720 .elementor-element.elementor-element-00f851a{padding:40px 0px 40px 0px;}.elementor-720 .elementor-element.elementor-element-456162c .elementor-heading-title{font-size:2.5rem;}.elementor-720 .elementor-element.elementor-element-58b1d67 .elementor-heading-title{font-size:0.75rem;}}/* Start custom CSS for shortcode, class: .elementor-element-b9788bb *//* Heading Label */
.contact-label {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #003366;
  margin-bottom: 25px;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

/* All Form Labels */
label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
  font-weight: 600;
  font-family: 'Arial', sans-serif;
}

/* Input Styles */
.cf7-name,
.cf7-email1,
.cf7-phone1,
.COMPANY,
.cf7-message {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
  font-family: 'Arial', sans-serif;
}

.cf7-name:focus,
.cf7-email1:focus,
.cf7-phone1:focus,
.COMPANY:focus,
.cf7-message:focus {
  border-color: #0056b3;
  outline: none;
}

/* Textarea */
.cf7-message {
  min-height: 120px;
  resize: vertical;
}

/* Checkbox Section */
.checkboxe {
  display: block;
  margin-bottom: 20px;
}

.checkboxe label {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}

/* Submit Button Container */
.cf7-submit-wrapper {
  text-align: center;
  margin-top: 20px;
}

/* Submit Button */
.cf7-submit {
  background-color: #0056b3;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cf7-submit:hover {
  background-color: #003d80;
}

/* Wrapper for Checkbox Group */
.checkboxe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 25px; /* row-gap column-gap */
  margin-bottom: 20px;
}

/* Each Checkbox Label */
.checkboxe label {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
}

/* تصغير الحقول وجعلها بحواف دائرية */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 12px;
    font-size: 16px;
    background-color: #ffffff;
    color: #000;
}



.wpcf7 input[type="submit"]:hover {
    background-color: #357abd;
}

/* تنسيق النموذج من الوسط */
.wpcf7-form {
    max-width: 600px;
    margin: auto;
    background: #0a192f;
    padding: 30px;
    border-radius: 8px;
}

/* تصفية حواف reCAPTCHA */
.wpcf7 .g-recaptcha {
    margin-top: 10px;
    margin-bottom: 20px;
}
/* جعل العناوين بالأبيض لجميع العناصر */
.wpcf7-form label {
    color: white;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

/* تنسيق فقط لـ "Contact Us" */
.wpcf7-form .contact-label {
    color: #00BCD4; /* تغيير اللون إلى #00BCD4 */
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}


/* تصميم الزر */
.wpcf7 input[type="submit"] {
    background: linear-gradient(45deg, #00BCD4, #0A192F); /* تدرج اللون الخلفي */
    color: white; /* لون النص */
    padding: 22px 42px; /* المسافات داخل الزر */
    font-family: Muli, sans-serif; /* الخط */
    font-size: 13px; /* حجم الخط */
    font-weight: 800; /* سمك الخط */
    text-transform: uppercase; /* تحويل النص إلى أحرف كبيرة */
    border-radius: 999px; /* حواف دائرية */
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1); /* ظل الزر */
    cursor: pointer; /* تغيير شكل المؤشر عند المرور فوق الزر */
    border: none; /* إزالة الحدود */
    transition: background-color 0.3s ease, transform 0.3s ease; /* تأثير التحول عند التمرير */
    display: inline-block;
}

/* تأثير الزر عند التمرير */
.wpcf7 input[type="submit"]:hover {
    background: linear-gradient(45deg, #0A192F, #00BCD4); /* تغيير التدرج عند التمرير */
    transform: translateY(-5px); /* رفع الزر قليلاً عند التمرير */
}

/* التنسيق للهواتف المحمولة */
@media (max-width: 768px) {
    .wpcf7 input[type="submit"] {
        padding: 20px 26px; /* تغيير المسافات في الهواتف المحمولة */
        font-size: 14px; /* تعديل حجم الخط */
    }
}

/* تنسيق زر الإرسال */
.wpcf7 input[type="submit"] {
    background-color: #4a90e2;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: block;
    margin: 0 auto;
}


/* على الموبايل - عمود واحد */
@media (max-width: 600px) {
  .checkboxe {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */