/* Start custom CSS for heading, class: .elementor-element-389b2f2 *//* ===== THANK YOU HEADER ===== */
.thank-you-header {
    text-align: center;
    margin-bottom: 40px;
}

/* Title text */
.thank-you-header h1,
.thank-you-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1f2933;
    letter-spacing: -0.8px;
    line-height: 1.15;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}

/* Elegant underline */
.thank-you-header h1::after,
.thank-you-header h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: linear-gradient(135deg, #16a34a, #15803d);
    border-radius: 3px;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .thank-you-header h1,
    .thank-you-header h2 {
        font-size: 30px;
        padding-bottom: 14px;
    }

    .thank-you-header h1::after,
    .thank-you-header h2::after {
        width: 50px;
        height: 3px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-893b884 *//* ===== HEADER WRAPPER ===== */
.thank-you-header {
    text-align: center;
    margin-bottom: 18px;
    animation: fadeDown 0.9s ease forwards;
}

/* H1 */
.thank-you-header h1,
.thank-you-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1f2933;
    letter-spacing: -0.8px;
    line-height: 1.15;
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}

/* Underline */
.thank-you-header h1::after,
.thank-you-header h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background: linear-gradient(135deg, #16a34a, #15803d);
    border-radius: 3px;
}

/* SUBTITLE */
.thank-you-subtitle {
    margin-top: 14px;
    font-size: 17px;
    color: #6b7280;
    text-align: center;
    animation: fadeUp 1s ease forwards;
}

/* Animations */
@keyframes fadeDown {
    from { opacity: 0; transform: translateY(-18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile */
@media (max-width: 768px) {
    .thank-you-header h1,
    .thank-you-header h2 {
        font-size: 30px;
        padding-bottom: 14px;
    }
    .thank-you-header h1::after,
    .thank-you-header h2::after {
        width: 50px;
        height: 3px;
    }
    .thank-you-subtitle {
        font-size: 15.5px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-c382007 *//* ===== SUCCESS MESSAGE BOX ===== */
.success-message {
    margin-top: 30px;
    padding: 28px 30px;
    background: linear-gradient(135deg, #ecfdf5, #f0fdf4);
    border-radius: 14px;
    border: 1px solid rgba(22,163,74,0.25);
    box-shadow: 0 10px 28px rgba(22,163,74,0.15);
    text-align: center;
    position: relative;
}

/* Success icon */
.success-message::before {
    content: "✓";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #16a34a;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    box-shadow: 0 6px 16px rgba(22,163,74,0.35);
}

/* Text styling */
.success-message p {
    font-size: 16.5px;
    line-height: 1.7;
    color: #065f46;
    margin-bottom: 10px;
    font-weight: 500;
}

/* First line slightly bolder */
.success-message p:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #065f46;
}

/* Mobile polish */
@media (max-width: 768px) {
    .success-message {
        padding: 24px 20px;
    }

    .success-message p:first-child {
        font-size: 17px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-24428ca *//* ===== PHONE CONTACT BOX – REFINED ===== */
.phone-highlight {
    margin-top: 35px;
    padding: 26px 28px;
    background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
    border-left: 6px solid #16a34a;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(22,163,74,0.12);
}

/* Message text */
.phone-highlight p {
    font-size: 16px;
    color: #374151;
    margin-bottom: 10px;
}

/* Phone number */
.phone-highlight strong,
.phone-highlight a {
    display: inline-block;
    margin-top: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #065f46;
    text-decoration: none;
    letter-spacing: 0.6px;
}

/* Small hover polish */
.phone-highlight a:hover {
    color: #16a34a;
    text-decoration: none;
}

/* Mobile tuning */
@media (max-width: 768px) {
    .phone-highlight {
        padding: 22px 18px;
    }

    .phone-highlight strong,
    .phone-highlight a {
        font-size: 21px;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-42c6f3b */.btn-call-recruiter .elementor-button {
    background: linear-gradient(135deg, #16a34a, #15803d);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 28px;
    border-radius: 8px;
    letter-spacing: 0.4px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    transition: all 0.25s ease-in-out;
}

.btn-call-recruiter .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.25);
    background: linear-gradient(135deg, #15803d, #166534);
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-ba8d3b7 */.btn-full-application .elementor-button {
    background: linear-gradient(135deg, #dc2626, #b91c1c);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    padding: 16px 30px;
    border-radius: 8px;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 22px rgba(220,38,38,0.35);
    transition: all 0.25s ease-in-out;
}

.btn-full-application .elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(185,28,28,0.45);
    background: linear-gradient(135deg, #b91c1c, #991b1b);
}/* End custom CSS */