.elementor-1272 .elementor-element.elementor-element-6105130{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.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-1272 .elementor-element.elementor-element-a9f4094{padding:0px 0px 10px 0px;border-style:solid;border-width:0px 0px 1px 0px;}.elementor-1272 .elementor-element.elementor-element-a9f4094 .elementor-heading-title{color:var( --e-global-color-1b2e78b );}.elementor-1272 .elementor-element.elementor-element-294438f{width:100%;max-width:100%;}@media(max-width:1024px){.elementor-1272 .elementor-element.elementor-element-6105130{--padding-top:20px;--padding-bottom:20px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-294438f *//* ==========================================
   Job Application Form Styling
   ========================================== */

/* Form Container */
.job-form .wpcf7-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Labels and Field Containers */
.job-form label {
    font-weight: 600;
    color: #333333;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.job-form p {
    margin-bottom: 20px;
}

/* Inputs, Email, Number, Date, & File Fields */
.job-form input[type="text"],
.job-form input[type="email"],
.job-form input[type="number"],
.job-form input[type="date"],
.job-form input[type="file"] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background-color: #fafafa;
}

/* Focus Effect */
.job-form input[type="text"]:focus,
.job-form input[type="email"]:focus,
.job-form input[type="number"]:focus,
.job-form input[type="date"]:focus {
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.3);
    outline: none;
    background-color: #ffffff;
}

/* Radio Buttons & Checkboxes Layout */
.job-form .wpcf7-radio,
.job-form .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 6px;
}

.job-form .wpcf7-list-item {
    margin: 0;
}

.job-form .wpcf7-list-item label {
    font-weight: normal;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* File Upload Field Styling */
.job-form input[type="file"] {
    padding: 8px;
    background-color: #f0f4f8;
    border: 1px dashed #0073aa;
    cursor: pointer;
}

/* ==========================================
   Table Styling (Educational Qualification)
   ========================================== */

.job-form table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow-x: auto;
    display: block;
}

.job-form th, 
.job-form td {
    padding: 10px;
    border: 1px solid #e0e0e0;
    text-align: center;
    vertical-align: middle;
}

.job-form th {
    background-color: #f4f6f8;
    color: #2c3e50;
    font-size: 13px;
    font-weight: 700;
}

.job-form table td input {
    min-width: 90px;
    padding: 6px 8px;
    font-size: 13px;
}

.job-form table p {
    margin: 0;
}

/* ==========================================
   Buttons and Action Links
   ========================================== */

/* Submit Button */
.job-form input[type="submit"].mybtn {
    background-color: #28a745;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
}

.job-form input[type="submit"].mybtn:hover {
    background-color: #218838;
}

/* View Submission Link */
.job-form a[href*="job-application-entries"] {
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.job-form a[href*="job-application-entries"]:hover {
    background-color: #343a40 !important;
}

/* Clearfix for Floated Elements */
.job-form .wpcf7-form::after {
    content: "";
    clear: both;
    display: table;
}/* End custom CSS */