.elementor-2035 .elementor-element.elementor-element-d84c869{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2035 .elementor-element.elementor-element-5c61f14{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2035 .elementor-element.elementor-element-5c61f14:not(.elementor-motion-effects-element-type-background), .elementor-2035 .elementor-element.elementor-element-5c61f14 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDF5F4;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2035 .elementor-element.elementor-element-291ac80{padding:15px 15px 15px 15px;}}/* Start custom CSS for shortcode, class: .elementor-element-291ac80 *//* =========================================
   CAREER APPLICATION CF7 FORM
========================================= */

.career-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 30px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.career-form *,
.career-form *::before,
.career-form *::after {
    box-sizing: border-box;
}

/* TOP LINE */
.career-form::before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #ed817d;
    margin: 0 auto 25px;
}

/* FIELD */
.career-form .cf7-field {
    width: 100%;
    margin: 0 0 18px;
}

.career-form .cf7-field > label {
    display: block;
    margin: 0 0 6px;
    padding: 0;
    color: #222;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
}

/* INPUTS */
.career-form input[type="text"],
.career-form input[type="email"],
.career-form input[type="tel"],
.career-form input[type="url"],
.career-form select,
.career-form textarea {
    width: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-bottom: 2px solid #ed817d !important;
    border-radius: 4px 4px 0 0 !important;
    outline: none !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #333 !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

/* INPUT HEIGHT */
.career-form input[type="text"],
.career-form input[type="email"],
.career-form input[type="tel"],
.career-form input[type="url"],
.career-form select {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 12px !important;
}

/* PLACEHOLDER */
.career-form input::placeholder,
.career-form textarea::placeholder {
    color: #cfcaca !important;
    opacity: 1 !important;
}

/* FOCUS */
.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus {
    border-bottom-color: #d96864 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* SELECT */
.career-form .cf7-select {
    position: relative;
    width: 100%;
}

.career-form .cf7-select select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer;
    padding-right: 32px !important;
    color: #cfcaca !important;
}

.career-form .cf7-select::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 18px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #777;
    border-bottom: 2px solid #777;
    transform: rotate(45deg);
    pointer-events: none;
}

/* CTC TWO COLUMNS */
.career-form .cf7-ctc-row {
    display: flex;
    width: 100%;
    gap: 16px;
}

.career-form .cf7-ctc-row .cf7-field {
    width: 50%;
}

/* CV UPLOAD */
.career-form .cf7-upload {
    position: relative;
    width: 100%;
    height: 90px;
    padding: 10px;
    background: #f8eeee;
    border: 2px dashed #e7dede;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    transition: .2s ease;
}

.career-form .cf7-upload:hover {
    background: #f6eaea;
    border-color: #dfaaa7;
}

.career-form .cf7-upload-icon {
    display: block;
    color: #e87470;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 4px;
}

.career-form .cf7-upload-title {
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
}

.career-form .cf7-upload-info {
    display: block;
    color: #777;
    font-size: 11px;
    line-height: 16px;
}

/* ACTUAL CF7 FILE INPUT */
.career-form .cf7-upload input[type="file"] {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 5;
}

/* ABOUT TEXTAREA */
.career-form .cf7-about textarea {
    width: 100% !important;
    height: 130px !important;
    min-height: 130px !important;
    padding: 12px !important;
    resize: none !important;
    line-height: 1.5 !important;
}

/* SUBMIT */
.career-form .cf7-submit {
    width: 100%;
    margin-top: 22px;
}

.career-form .cf7-submit input[type="submit"] {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #ed817d !important;
    color: #fff !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: .3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .25s ease;
}

.career-form .cf7-submit input[type="submit"]:hover {
    background: #d96864 !important;
    transform: translateY(-1px);
}

/* REQUIRED ERROR */
.career-form .wpcf7-not-valid {
    border-bottom-color: #e45f5a !important;
}

.career-form .wpcf7-not-valid-tip {
    display: block;
    margin-top: 5px;
    color: #df5d59;
    font-size: 12px;
    line-height: 1.3;
}

/* RESPONSE */
.career-form .wpcf7-response-output {
    margin: 16px 0 0 !important;
    padding: 12px !important;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.4;
}

/* CF7 WRAPPER */
.career-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

/* MOBILE */
@media (max-width: 480px) {

    .career-form {
        width: calc(100% - 30px);
        max-width: 400px;
    }

    .career-form .cf7-ctc-row {
        gap: 12px;
    }

    .career-form .cf7-submit input[type="submit"] {
        height: 48px !important;
        min-height: 48px !important;
    }
}



/* =========================================
   CV UPLOAD - FIXED
========================================= */

.career-form .cf7-upload {
    position: relative !important;
    width: 100% !important;
    height: 90px !important;
    background: #f8eeee !important;
    border: 1px dashed #e7dede !important;
    border-radius: 4px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    overflow: hidden !important;
    cursor: pointer !important;
}

/* Icon */
.career-form .cf7-upload-icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-bottom: 4px;
}

/* Title */
.career-form .cf7-upload-title {
    position: relative;
    z-index: 1;
    display: block;
    color: #222;
    font-size: 9px;
    line-height: 14px;
    font-weight: 500;
}

/* Info */
.career-form .cf7-upload-info {
    position: relative;
    z-index: 1;
    display: block;
    color: #777;
    font-size: 6px;
    line-height: 10px;
}

/* IMPORTANT:
   Actual CF7 file input covers the complete box
*/
.career-form .cf7-upload .wpcf7-form-control-wrap {
    position: static !important;
    display: block !important;
    width: 100% !important;
}

.career-form .cf7-upload input[type="file"] {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    z-index: 20 !important;
    display: block !important;
}

/* Hover */
.career-form .cf7-upload:hover {
    background: #f5e9e9 !important;
    border-color: #e87470 !important;
}

/* File validation */
.career-form .cf7-upload .wpcf7-not-valid {
    border: 0 !important;
}

/* Error message */
.career-form .cf7-upload + .wpcf7-not-valid-tip,
.career-form .cf7-upload .wpcf7-not-valid-tip {
    font-size: 7px !important;
    color: #ed5f5b !important;
}



.career-form::before
{
    
    display: none;
    
}


.career-form .cf7-submit input[type="submit"] {
    background: linear-gradient(
        90deg,
        #c22b57 0%,
        #d84a4a 50%,
        #f07d2f 100%
    ) !important;

    color: #fff !important;
    border: none !important;
    width: 100% !important;
    height: 52px !important;
    min-height: 52px !important;
    border-radius: 4px !important;
    cursor: pointer;
}


.career-form .cf7-submit input[type="submit"]:hover {
    background: linear-gradient(
        90deg,
        #c22b57 0%,
        #d84a4a 50%,
        #f07d2f 100%
    ) !important;
    color: #fff !important;
}/* End custom CSS */