.elementor-13556 .elementor-element.elementor-element-8ab5842 > .elementor-container{min-height:450px;}.elementor-13556 .elementor-element.elementor-element-8ab5842{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-13556 .elementor-element.elementor-element-8ab5842 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-13556 .elementor-element.elementor-element-21a0e6d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-13556 .elementor-element.elementor-element-b75c6ef{--display:flex;}.elementor-13556 .elementor-element.elementor-element-5e03cf2{--display:flex;}.elementor-13556 .elementor-element.elementor-element-24ba283{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-13556 .elementor-element.elementor-element-24ba283 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-13556 .elementor-element.elementor-element-24ba283.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-13556 .elementor-element.elementor-element-acc73b3{--display:flex;}.elementor-13556 .elementor-element.elementor-element-41099d7{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-13556 .elementor-element.elementor-element-41099d7 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-13556 .elementor-element.elementor-element-41099d7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-13556 .elementor-element.elementor-element-3e3c402{--display:flex;}.elementor-13556 .elementor-element.elementor-element-2b9ee7d{--display:flex;}.elementor-13556 .elementor-element.elementor-element-42e2b82{--display:flex;}.elementor-13556 .elementor-element.elementor-element-ed5e92b{--display:flex;}@media(max-width:767px){.elementor-13556 .elementor-element.elementor-element-21a0e6d > .elementor-element-populated{padding:135px 0px 135px 0px;}}/* Start custom CSS for manufaktursolutions_core_section_title, class: .elementor-element-944df47 */.elementor-13556 .elementor-element.elementor-element-944df47{
  text-shadow: 2px 2px 15px #000;
}
.elementor-13556 .elementor-element.elementor-element-944df47 h1{
    line-height: 1.1
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-8ab5842 */.elementor-13556 .elementor-element.elementor-element-8ab5842 .elementor-background-video-hosted{
    width: 100% !important;
        height:100% !important;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2bbd5b6 *//* Container for the entire section */
.icon-section-container {
    width: 100%;
    max-width: 1400px; /* Limit width for large screens */
    margin: 40px auto; /* Center the container with some vertical space */
    padding: 40px 20px;
    background-color: #ffffff;
    text-align: center;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Apply font here if not globally set */
    color: #333;
}

/* Section Title */
.section-title {
    font-size: 2.2em;
    color: #2e548a;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #2e548a; /* Accent color */
    border-radius: 2px;
}

/* Icon Grid */
.icon-grid-1 {
    display: flex;
    justify-content: space-around; /* Distribute items evenly */
    gap: 30px; /* Space between icon boxes */
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
}

/* Individual Icon Box */
.icon-box {
    flex: 1; /* Allows boxes to grow and shrink */
    min-width: 220px; /* Minimum width before wrapping/shrinking too much */
    max-width: 280px; /* Max width for each box */
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    border: 1px solid #e0e0e0;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}

.icon-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Image within the icon box */
.icon-box img {
    width: 100px; /* Set a fixed width for the image */
    height: 100px; /* Set a fixed height for the image */
    object-fit: contain; /* Ensures the image scales nicely within its bounds */
    margin-bottom: 20px;
    border-radius: 8px; /* Optional: slightly rounded corners for images */
    transition: transform 0.3s ease;
}

.icon-box a:hover img {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

/* Title below icon */
.icon-box h3 {
    font-size: 1.4em;
    color: #333;
    margin-bottom: 10px;
}

/* Optional: Description below title */
.icon-box p {
    font-size: 0.95em;
    color: #666;
    line-height: 1.6;
}

/* --- Media Queries for Responsiveness --- */
@media (max-width: 992px) {
    .icon-grid {
        flex-direction: column; /* Stack icons vertically on smaller desktops/tablets */
        align-items: center;
    }

    .icon-box {
        max-width: 400px; /* Make boxes wider when stacked */
        width: 90%;
    }
}

.icon-box h3{
   font-size: 18px;
   line-height: 1.8em;
}

@media (max-width: 768px) {
    .icon-section-container {
        padding: 30px 15px;
        margin: 30px auto;
    }
    .section-title {
        font-size: 1.8em;
        margin-bottom: 40px;
    }
    .icon-box {
        padding: 25px;
    }
    .icon-box img {
        width: 80px; /* Adjust image size for smaller screens */
        height: 80px;
    }
    .icon-box h3 {
        font-size: 1.2em;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24ba283 *//* Font for the entire section (if not globally set) */
.job-opening-card {
    color: #333;
    direction: rtl; /* Set for Right-to-Left languages */
    text-align: right; /* Align text to the right for RTL */
    box-sizing: border-box;
}

/* Job Card Container */
.job-opening-card {
    width: 100%;
    margin: 0 auto; /* Center the card on the page with some space */
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
}

/* Job Title */
.job-opening-card .job-title {
    font-size: 1.2em;
    color: #2e548a;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.job-opening-card .job-title::after {
    content: '';
    position: absolute;
    right: 0; /* Align to the right for RTL */
    bottom: -10px;
    width: 80px;
    height: 4px;
    background-color: #2e548a; /* Accent color */
    border-radius: 2px;
}

/* Section Headings (شرح شغل و وظایف, شرایط احراز شغل) */
.job-opening-card h4 {
    font-size: 1em;
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0; /* Subtle underline */
    padding-bottom: 15px;
}

/* List Styles (وظایف و شرایط) */
.job-opening-card ul {
    list-style: none; /* Remove default bullet points */
    padding-right: 0; /* Remove default padding for RTL */
    margin-bottom: 20px;
}

.job-opening-card ul li {
    margin-bottom: 10px;
    font-size: .9em;
    line-height: 1.6;
    display: flex; /* Use flex for alignment of bullet and text */
    align-items: flex-start;
}

.job-opening-card ul li::before {
    content: '•'; /* Custom bullet point */
    color: #2e548a; /* Accent color for bullet */
    font-size: 1.2em;
    margin-left: 10px; /* Space between bullet and text for RTL */
    flex-shrink: 0; /* Prevent bullet from shrinking */
    line-height: inherit; /* Align bullet vertically with text */
}

/* Specific styling for requirement labels */
.job-opening-card .req-label {
    font-weight: bold;
    color: #555;
    margin-left: 5px; /* Space after label for RTL */
    min-width: 80px; /* Ensure labels have consistent width */
    display: inline-block;
}

/* Software Tags */
.job-opening-card .software-tags {
    display: inline-flex; /* Display as inline flex for horizontal tags */
    flex-wrap: wrap;
    gap: 8px; /* Space between tags */
    margin-right: 5px; /* Space after "نرم افزارها:" label */
}

.job-opening-card .software-tags span {
    background-color: #eaf6ff; /* Light background for tags */
    color: #2e548a;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 0.9em;
    white-space: nowrap; /* Keep tags on one line */
}

/* Apply Button */
.job-opening-card .apply-button {
    display: inline-block;
    background-color: #2e548a;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: .9em;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.job-opening-card .apply-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* --- Media Queries for Responsiveness --- */
@media (max-width: 768px) {
    .job-opening-card {
        padding: 20px;
        margin: 20px auto;
    }
    .job-opening-card .job-title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .job-opening-card h4 {
        font-size: 1.1em;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .job-opening-card ul li {
        font-size: 0.95em;
    }
    .job-opening-card .apply-button {
        padding: 10px 20px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .job-opening-card {
        padding: 15px;
    }
    .job-opening-card .job-title {
        font-size: 1.3em;
    }
    .job-opening-card h4 {
        font-size: 1em;
    }
    .job-opening-card ul li::before {
        font-size: 1em;
        margin-left: 8px;
    }
    .job-opening-card .req-label {
        min-width: unset; /* Allow labels to shrink on very small screens */
        margin-left: 0;
        display: block; /* Stack label and value for small screens */
    }
    .job-opening-card .software-tags {
        margin-right: 0;
        margin-top: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41099d7 *//* Font for the entire section (if not globally set) */
.job-opening-card {
    color: #333;
    direction: rtl; /* Set for Right-to-Left languages */
    text-align: right; /* Align text to the right for RTL */
    box-sizing: border-box;
}

/* Job Card Container */
.job-opening-card {
    width: 100%;
    margin: 0 auto; /* Center the card on the page with some space */
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
}

/* Job Title */
.job-opening-card .job-title {
    font-size: 1.2em;
    color: #2e548a;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.job-opening-card .job-title::after {
    content: '';
    position: absolute;
    right: 0; /* Align to the right for RTL */
    bottom: -10px;
    width: 80px;
    height: 4px;
    background-color: #2e548a; /* Accent color */
    border-radius: 2px;
}

/* Section Headings (شرح شغل و وظایف, شرایط احراز شغل) */
.job-opening-card h4 {
    font-size: 1em;
    color: #34495e;
    margin-top: 25px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0; /* Subtle underline */
    padding-bottom: 15px;
}

/* List Styles (وظایف و شرایط) */
.job-opening-card ul {
    list-style: none; /* Remove default bullet points */
    padding-right: 0; /* Remove default padding for RTL */
    margin-bottom: 20px;
}

.job-opening-card ul li {
    margin-bottom: 10px;
    font-size: .9em;
    line-height: 1.6;
    display: flex; /* Use flex for alignment of bullet and text */
    align-items: flex-start;
}

.job-opening-card ul li::before {
    content: '•'; /* Custom bullet point */
    color: #2e548a; /* Accent color for bullet */
    font-size: 1.2em;
    margin-left: 10px; /* Space between bullet and text for RTL */
    flex-shrink: 0; /* Prevent bullet from shrinking */
    line-height: inherit; /* Align bullet vertically with text */
}

/* Specific styling for requirement labels */
.job-opening-card .req-label {
    font-weight: bold;
    color: #555;
    margin-left: 5px; /* Space after label for RTL */
    min-width: 80px; /* Ensure labels have consistent width */
    display: inline-block;
}

/* Software Tags */
.job-opening-card .software-tags {
    display: inline-flex; /* Display as inline flex for horizontal tags */
    flex-wrap: wrap;
    gap: 8px; /* Space between tags */
    margin-right: 5px; /* Space after "نرم افزارها:" label */
}

.job-opening-card .software-tags span {
    background-color: #eaf6ff; /* Light background for tags */
    color: #2e548a;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 0.9em;
    white-space: nowrap; /* Keep tags on one line */
}

/* Apply Button */
.job-opening-card .apply-button {
    display: inline-block;
    background-color: #2e548a;
    color: #ffffff;
    padding: 10px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-size: .9em;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.job-opening-card .apply-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* --- Media Queries for Responsiveness --- */
@media (max-width: 768px) {
    .job-opening-card {
        padding: 20px;
        margin: 20px auto;
    }
    .job-opening-card .job-title {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .job-opening-card h4 {
        font-size: 1.1em;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .job-opening-card ul li {
        font-size: 0.95em;
    }
    .job-opening-card .apply-button {
        padding: 10px 20px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .job-opening-card {
        padding: 15px;
    }
    .job-opening-card .job-title {
        font-size: 1.3em;
    }
    .job-opening-card h4 {
        font-size: 1em;
    }
    .job-opening-card ul li::before {
        font-size: 1em;
        margin-left: 8px;
    }
    .job-opening-card .req-label {
        min-width: unset; /* Allow labels to shrink on very small screens */
        margin-left: 0;
        display: block; /* Stack label and value for small screens */
    }
    .job-opening-card .software-tags {
        margin-right: 0;
        margin-top: 5px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c68375a *//* Modal (background) */
.modal {
    display: none; /* Hidden by default - IMPORTANT: Change this from 'flex' back to 'none' after initial setup */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.7); /* Darker overlay */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    padding: 20px;
    box-sizing: border-box; /* Include padding in element's total width and height */
    opacity: 0; /* For fade in/out effect */
    visibility: hidden; /* For fade in/out effect */
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal.is-open { /* Class to add when modal is open by JS */
    opacity: 1;
    visibility: visible;
}


/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px; /* Increased padding */
    border: none; /* No border */
    width: 90%; /* Responsive width */
    max-width: 700px; /* Wider for desktop as per design */
    border-radius: 15px; /* More rounded corners */
    box-shadow: 0 10px 30px rgba(0,0,0,0.25); /* Stronger shadow */
    position: relative;
    text-align: right; /* RTL alignment */
    direction: rtl; /* RTL direction */
    transform: translateY(20px); /* For slide in effect */
    transition: transform 0.3s ease;
}

.modal.is-open .modal-content {
    transform: translateY(0);
}


/* Close Button */
.close-button {
    color: #888; /* Softer color */
    position: absolute;
    top: 15px;
    left: 20px; /* Align to left for RTL */
    font-size: 30px; /* Larger */
    font-weight: normal; /* Less bold */
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s ease;
}

.close-button:hover,
.close-button:focus {
    color: #333;
    text-decoration: none;
}

/* Title and Description */
.modal-content h2 {
    font-size: 2.2em; /* Larger title */
    color: #2c3e50;
    margin-bottom: 15px; /* Reduced margin */
    padding-bottom: 0;
    border-bottom: none; /* No border under title */
    font-weight: bold; /* Make sure it's bold */
}

.modal-content p {
    font-size: 1em;
    color: #666; /* Softer text color */
    margin-bottom: 30px; /* More space after description */
    line-height: 1.7; /* Better readability */
}

/* Form Grid for two columns */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 20px; /* Space between grid items */
}

/* Make a specific input full width in the grid */
.form-group.full-width-input {
    grid-column: 1 / -1; /* Spans across all columns */
}


/* Form Group Styles */
.form-group {
    margin-bottom: 0; /* Reset margin as gap handles spacing */
}

.form-group label {
    display: none; /* Hide labels as per design (placeholder takes over) */
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="file"] {
    width: 100%;
    padding: 12px 15px; /* More padding */
    border: 1px solid #ddd; /* Lighter border */
    border-radius: 8px; /* More rounded corners for inputs */
    box-sizing: border-box;
    font-size: 1.05em; /* Slightly larger font */
    background-color: #f8f8f8; /* Light gray background */
    color: #333;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input[type="text"]::placeholder,
.form-group input[type="tel"]::placeholder,
.form-group input[type="file"]::placeholder {
    color: #999; /* Placeholder color */
}

.form-group input[type="text"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="file"]:focus {
    border-color: #007bff; /* Accent color on focus */
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.2); /* Subtle glow on focus */
    outline: none;
}

/* Submit Button */
#submitResumeBtn {
    background-color: #007bff; /* Primary button color */
    color: white;
    padding: 15px 30px; /* Larger button */
    border: none;
    border-radius: 8px; /* Rounded corners */
    cursor: pointer;
    font-size: 1.2em; /* Larger font */
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    width: 100%; /* Full width as per design */
    margin-top: 30px; /* Space above button */
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3); /* Button shadow */
}

#submitResumeBtn:hover {
    background-color: #0056b3; /* Darker on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modal-content {
        width: 95%;
        padding: 25px;
    }
    .modal-content h2 {
        font-size: 1.8em;
    }
    .modal-content p {
        font-size: 0.95em;
        margin-bottom: 25px;
    }
    .form-grid {
        grid-template-columns: 1fr; /* Single column on smaller screens */
        gap: 15px;
    }
    .form-group input {
        padding: 10px 12px;
        font-size: 1em;
    }
    #submitResumeBtn {
        padding: 12px 25px;
        font-size: 1.1em;
        margin-top: 25px;
    }
}/* End custom CSS */