.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-12513 .elementor-element.elementor-element-6f82279{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;overflow:visible;}.elementor-12513 .elementor-element.elementor-element-cfb929c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-widget-banner-slider .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-banner-slider .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-12513 .elementor-element.elementor-element-c2c53cc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-12513 .elementor-element.elementor-element-3eca7d8{--display:flex;overflow:visible;}.elementor-widget-title .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-title .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-12513 .elementor-element.elementor-element-bfbcc72 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-12513 .elementor-element.elementor-element-bfbcc72 h2{color:#;text-transform:capitalize;}.elementor-12513 .elementor-element.elementor-element-3488d22{--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;overflow:visible;}.elementor-12513 .elementor-element.elementor-element-3b3b557{--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;overflow:visible;}.elementor-12513 .elementor-element.elementor-element-0b5c3ed{--display:flex;overflow:visible;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-12513 .elementor-element.elementor-element-a3ee553{--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;overflow:visible;}.elementor-12513 .elementor-element.elementor-element-241304c{--display:flex;overflow:visible;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-12513 .elementor-element.elementor-element-3b3b557{--width:50%;}.elementor-12513 .elementor-element.elementor-element-a3ee553{--width:50%;}}@media(max-width:1024px){.elementor-12513 .elementor-element.elementor-element-bfbcc72 > .elementor-widget-container{margin:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-c5ccf05 */<style>
body{
  font-family:'Times New Roman';
  background:#f6f7fb;
  margin:0;
  padding:40px;
  color:#0B3D91;
  text-align:center;
}

/* CARD */
.job-card{
  background:#F3F4F6;
  border-radius:12px;
  max-width:600px;
  margin:auto;
  padding:28px;
  box-shadow:0 6px 18px rgba(12,15,30,0.08);
  transition: transform 0.2s;
  cursor:pointer;
  color:#0B3D91;
  text-align:center;
}
.job-card:hover{
  transform: translateY(-5px);
}
.job-title{
  font-size:25px;
  font-weight:700;
  margin-bottom:12px;
}
.job-summary{
  font-size:15px;
  margin-bottom:20px;
}
.job-info{
  display:flex;
  justify-content:center;
  gap:15px;
  margin-bottom:15px;
  font-size:14px;
}
.job-info i{
  margin-right:5px;
}
.details-btn{
  background:#40E0D0;
  color:#fff;
  border:none;
  padding:12px 24px;
  border-radius:10px;
  font-weight:700;
  cursor:pointer;
  transition: background 0.2s;
}
.details-btn:hover{
  background:#38c9c9;
}

/* POPUP */
.overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:1000;
}
.popup{
  background:#fff;
  border-radius:12px;
  max-width:800px;
  width:90%;
  padding:30px;
  text-align:left;
  overflow-y:auto;
  max-height:90vh;
  position:relative;
   color:#000;
}
.close-btn{
  background:#eee;
  border:none;
  border-radius:8px;
  padding:6px 14px;
  cursor:pointer;
  font-weight:600;
  float:right;
  transition: background 0.2s;
}
.close-btn:hover{
  background:#ccc;
}
h3{
  margin-top:20px;
  font-size:20px;
  color:#0B3D91; /* العناوين باللون الكحلي */
  font-weight:700;
  letter-spacing:0.5px;
  line-height:1.4;
}
ul{
  padding-left:16px;
   font-size:16px;
  margin-bottom:15px;
}
a.button-apply{
  display:block;            /* لجعل الزر يحتل خط كامل */
  width:fit-content;        /* ليصبح بعرض محتواه فقط */
  background:#40E0D0;
  color:#fff;
  padding:10px 20px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  margin:20px auto 0 auto;  /* مركزي أفقياً ومسافة من الأعلى */
  text-align:center;
}
a.button-apply:hover{
  background:#38c9c9;
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d248da0 */<style>
body{
  font-family:'Times New Roman';
  background:#f6f7fb;
  margin:0;
  padding:40px;
  color:#0B3D91;
  text-align:center;
}

/* CARD */
.job-card{
  background:#F3F4F6;
  border-radius:12px;
  max-width:600px;
  margin:auto;
  padding:28px;
  box-shadow:0 6px 18px rgba(12,15,30,0.08);
  transition: transform 0.2s;
  cursor:pointer;
  color:#0B3D91;
  text-align:center;
}
.job-card:hover{
  transform: translateY(-5px);
}
.job-title{
  font-size:25px;
  font-weight:700;
  margin-bottom:12px;
}
.job-summary{
  font-size:15px;
  margin-bottom:20px;
}
.job-info{
  display:flex;
  justify-content:center;
  gap:15px;
  margin-bottom:15px;
  font-size:14px;
}
.job-info i{
  margin-right:5px;
}
.details-btn{
  background:#40E0D0;
  color:#fff;
  border:none;
  padding:12px 24px;
  border-radius:10px;
  font-weight:700;
  cursor:pointer;
  transition: background 0.2s;
}
.details-btn:hover{
  background:#38c9c9;
}

/* POPUP */
.overlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:1000;
}
.popup{
  background:#fff;
  border-radius:12px;
  max-width:800px;
  width:90%;
  padding:30px;
  text-align:left;
  overflow-y:auto;
  max-height:90vh;
  position:relative;
  color:#000;
}
.close-btn{
  background:#eee;
  border:none;
  border-radius:8px;
  padding:6px 14px;
  cursor:pointer;
  font-weight:600;
  float:right;
  transition: background 0.2s;
  font-size:16px;
}
.close-btn:hover{
  background:#ccc;
}
h2{
  font-size:24px;
  font-weight:700;
  color:#0B3D91;
}
h3{
  margin-top:20px;
  font-size:20px;
  color:#0B3D91;
  font-weight:700;
  letter-spacing:0.5px;
  line-height:1.4;
}
ul{
  padding-left:16px;
  font-size:16px;
  margin-bottom:15px;
}
a.button-apply{
  display:block;
  width:fit-content;
  background:#40E0D0;
  color:#fff;
  padding:10px 20px;
  border-radius:10px;
  font-weight:700;
  text-decoration:none;
  margin:20px auto 0 auto;
  text-align:center;
}
a.button-apply:hover{
  background:#38c9c9;
}
</style>/* End custom CSS */