.elementor-12094 .elementor-element.elementor-element-5cd947d{--display:flex;}.elementor-12094 .elementor-element.elementor-element-1af86c9{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}@media(min-width:768px){.elementor-12094 .elementor-element.elementor-element-1af86c9{--content-width:1140px;}}/* Start custom CSS for shortcode, class: .elementor-element-41e5d08 *//* ===========
   WRAPPER
   =========== */
.getploy-resume-upload-page {
    max-width: 800px;
    margin: 3rem auto 4rem;
    padding: 0 1rem;
    font-family: inherit;
}

/* Card */
.getploy-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 2.5rem 2.75rem;
    border: 1px solid #f6e9ff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.04);
}

/* ===========
   HEADINGS
   =========== */
.getploy-card-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    color: #222222;
}

.getploy-card-subtitle {
    font-size: 0.96rem;
    color: #6b6b6b;
    margin: 0 0 2rem;
}

/* ===========
   FORM FIELDS
   =========== */
.getploy-upload-form {
    margin-top: 0.5rem;
}

.getploy-field {
    margin-bottom: 1.4rem;
}

.getploy-field label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #3a0a9b;
    margin-bottom: 0.35rem;
}

/* Text + email + file inputs */
.getploy-field input[type="text"],
.getploy-field input[type="email"],
.getploy-field input[type="file"] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid #dedede;
    padding: 0.65rem 0.9rem;
    font-size: 0.95rem;
    background: #fafafa;
    transition: all 0.2s ease;
}

/* File input look */
.getploy-field input[type="file"] {
    padding: 0.4rem 0.9rem;
    background: #f8f3ff;
    border-style: dashed;
    border-color: #c3a8ff;
}

/* Focus state */
.getploy-field input:focus {
    outline: none;
    border-color: #3a0a9b;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(58, 10, 155, 0.15);
}

/* ===========
   BUTTON
   =========== */
.getploy-actions {
    margin-top: 1.8rem;
    text-align: left;
}

.getploy-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.8rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;

    background: linear-gradient(135deg, #3a0a9b, #85e49b);
    color: #ffffff;

    box-shadow: 0 1px 1px rgba(15, 10, 155, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.getploy-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 30px rgba(58, 10, 155, 0.45);
    opacity: 0.96;
}

.getploy-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(58, 10, 155, 0.35);
}

/* ===========
   ALERT MESSAGES
   =========== */
.getploy-alert {
    margin-bottom: 1.5rem;
    padding: 0.9rem 1.1rem;
    border-radius: 10px;
    font-size: 0.9rem;
}

.getploy-alert-success {
    background: #ecfdf3;
    border: 1px solid #85e49b;
    color: #14532d;
}

.getploy-alert-error {
    background: #fef2f2;
    border: 1px solid #fca5a5;
    color: #7f1d1d;
}

/* ===========
   RESPONSIVE
   =========== */
@media (max-width: 768px) {
    .getploy-card {
        padding: 1.8rem 1.5rem;
        border-radius: 14px;
    }

    .getploy-card-title {
        font-size: 1.6rem;
    }

    .getploy-actions {
        text-align: center;
    }

    .getploy-btn-primary {
        width: 100%;
    }
}/* End custom CSS */