.elementor-297 .elementor-element.elementor-element-2f8ea7f{--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;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.elementor-297 .elementor-element.elementor-element-2f8ea7f:not(.elementor-motion-effects-element-type-background), .elementor-297 .elementor-element.elementor-element-2f8ea7f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://aminsconsult.com/wp-content/uploads/2025/12/contact-bg.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.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-297 .elementor-element.elementor-element-f3d8b6d{text-align:center;}.elementor-297 .elementor-element.elementor-element-f3d8b6d .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:48px;font-weight:800;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-297 .elementor-element.elementor-element-d1b4fc1{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;font-family:"Inter", Sans-serif;font-size:19.2px;font-weight:700;text-transform:capitalize;color:#3B82F6;}.elementor-297 .elementor-element.elementor-element-d1b4fc1.elementor-element{--align-self:center;}.elementor-297 .elementor-element.elementor-element-8d2d795{--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;--justify-content:center;}.elementor-297 .elementor-element.elementor-element-dd70af0{--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-297 .elementor-element.elementor-element-3a044f1{--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;}@media(min-width:768px){.elementor-297 .elementor-element.elementor-element-2f8ea7f{--content-width:1280px;}.elementor-297 .elementor-element.elementor-element-8d2d795{--width:100%;}.elementor-297 .elementor-element.elementor-element-dd70af0{--width:50%;}.elementor-297 .elementor-element.elementor-element-3a044f1{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-297 .elementor-element.elementor-element-dd70af0{--width:100%;}.elementor-297 .elementor-element.elementor-element-3a044f1{--width:100%;}}@media(min-width:1025px){.elementor-297 .elementor-element.elementor-element-2f8ea7f:not(.elementor-motion-effects-element-type-background), .elementor-297 .elementor-element.elementor-element-2f8ea7f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:1024px){.elementor-297 .elementor-element.elementor-element-8d2d795{--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;}}@media(max-width:767px){.elementor-297 .elementor-element.elementor-element-2f8ea7f{--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-297 .elementor-element.elementor-element-f3d8b6d .elementor-heading-title{font-size:30px;}}/* Start custom CSS for html, class: .elementor-element-ed42c62 *//* Importing Inter font-family */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* General section styling */
.job-details {
  font-family: 'Inter', sans-serif;
  background-color: #1e293b;
  color: #e5e7eb;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.job-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #22d3ee;
}

.job-overview {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.job-description, .job-responsibilities, .job-education {
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.job-description h3, .job-responsibilities h3, .job-education h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #22d3ee;
  margin-bottom: 10px;
}

.job-description p, .job-responsibilities ul, .job-education p {
  font-size: 1rem;
  line-height: 1.6;
}

.job-responsibilities ul {
  list-style-type: none;
  padding-left: 0;
}

.job-responsibilities li {
  margin-bottom: 10px;
}

.icon {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .job-title {
    font-size: 1.75rem;
  }

  .job-description p, .job-responsibilities ul, .job-education p {
    font-size: 0.95rem;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5d66462 *//* Styling the Form Container */
.custom-job-application-form {
    background: rgba(30, 41, 59, 0.8);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 3.5rem;
    border-radius: 32px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.4);
}

/* Styling for each form group */
.custom-job-application-form .form-group {
  margin-bottom: 20px;
}

.custom-job-application-form label {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 23px;
  color: #e5e7eb;
}

/* Styling the Input and Textarea Fields */
.custom-job-application-form input[type="text"],
.custom-job-application-form input[type="email"],
.custom-job-application-form input[type="url"],
.custom-job-application-form input[type="file"],
.custom-job-application-form textarea {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #e5e7eb;
  font-size: 1rem;
}

.custom-job-application-form input[type="text"]::placeholder,
.custom-job-application-form input[type="email"]::placeholder,
.custom-job-application-form input[type="url"]::placeholder,
.custom-job-application-form textarea::placeholder {
  color: #94a3b8;
}

/* Submit Button Styling */
.custom-job-application-form input[type="submit"] {
  padding: 1rem 2.5rem;
    background: #3b82f6;
    color: #ffffff !important;
    border-radius: 99px;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    transition: transform 0.2s 
cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.custom-job-application-form input[type="submit"]:hover {
  transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(59, 130, 246, 0.7);
}
@media only screen and (max-width:480px){
    .custom-job-application-form {
    padding: 1.5rem;
}
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2f8ea7f */div#apply_page { position: relative; z-index: 1; }

div#apply_page::before { content: ""; position: absolute; top: 0; height: 100%; width: 100%; background: linear-gradient(rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.9)) !important; z-index: -1; }/* End custom CSS */