.elementor-1939 .elementor-element.elementor-element-4e78953{--display:flex;}body.elementor-page-1939:not(.elementor-motion-effects-element-type-background), body.elementor-page-1939 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1C1D;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1939 .elementor-element.elementor-element-4e78953{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-0f23bd5 */.lg-careers-container {
    font-family: 'Roboto', Arial, sans-serif;
    color: #FFFFFF;
    line-height: 1.6;
    background-color: #1A1C1D;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    margin-top: -8px;
}

.lg-careers-container * {
    box-sizing: border-box;
}


.lg-careers-header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1534438327276-14e5300c3a48?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    padding: 0 20px;
    background-color: #1A1C1D;
}

.lg-careers-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #FF9900, #FFB52E);
}


.lg-careers-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.lg-careers-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: #FF9900;
    border-radius: 2px;
}

.lg-careers-header-content p {
    font-size: 20px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}


.lg-careers-welcome {
    background-color: #222222;
    padding: 60px 20px;
}

.lg-careers-welcome-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lg-careers-welcome-image {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.lg-careers-welcome-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.lg-careers-welcome-image:hover img {
    transform: scale(1.05);
}

.lg-careers-welcome-text {
    width: 100%;
    max-width: 800px;
    text-align: center;
}

.lg-careers-welcome-text h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px;
    color: #FFFFFF;
}

.lg-careers-welcome-text p {
    margin-bottom: 20px;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}


.lg-careers-values {
    padding: 80px 20px;
    background-color: #1A1C1D;
}

.lg-careers-section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 50px;
    color: #FFFFFF;
    position: relative;
    padding-bottom: 15px;
}

.lg-careers-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #FF9900;
}

.lg-careers-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.lg-careers-value-card {
    background-color: #272829;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.lg-careers-value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.lg-careers-value-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 153, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.lg-careers-value-icon svg {
    width: 35px;
    height: 35px;
    stroke: #FF9900;
}

.lg-careers-value-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #FFFFFF;
}

.lg-careers-value-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
}


.lg-careers-why-us {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('https://images.unsplash.com/photo-1574680178050-55c6a6a96e0a?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 80px 20px;
}

.lg-careers-why-us-content {
    max-width: 1200px;
    margin: 0 auto;
}

.lg-careers-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.lg-careers-benefit-item {
    display: flex;
    align-items: flex-start;
    background-color: rgba(39, 40, 41, 0.8);
    border-radius: 10px;
    padding: 25px;
    transition: all 0.3s ease;
}

.lg-careers-benefit-item:hover {
    background-color: rgba(39, 40, 41, 0.95);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.lg-careers-benefit-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background-color: rgba(255, 153, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.lg-careers-benefit-icon svg {
    width: 25px;
    height: 25px;
    stroke: #FF9900;
}

.lg-careers-benefit-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #FFFFFF;
}

.lg-careers-benefit-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
}


.lg-careers-areas {
    padding: 80px 20px;
    background-color: #1A1C1D;
}

.lg-careers-areas-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.lg-careers-area-item {
    background-color: #272829;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.lg-careers-area-item:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
    background-color: #2A2A2A;
}

.lg-careers-area-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 153, 0, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.lg-careers-area-icon svg {
    width: 30px;
    height: 30px;
    stroke: #FF9900;
}

.lg-careers-area-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #FFFFFF;
}

.lg-careers-area-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
}


.lg-careers-application {
    background-color: #222222;
    padding: 80px 20px;
}

.lg-careers-application-content {
    max-width: 900px;
    margin: 0 auto;
}

.lg-careers-application-intro {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.lg-careers-form {
    background-color: #272829;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.lg-careers-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.lg-careers-form-group {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.lg-careers-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 15px;
}

.lg-careers-form input[type="text"],
.lg-careers-form input[type="email"],
.lg-careers-form input[type="tel"],
.lg-careers-form select,
.lg-careers-form textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: #333333;
    border: 1px solid #444444;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 15px;
    transition: all 0.3s ease;
}

.lg-careers-form input[type="text"]:focus,
.lg-careers-form input[type="email"]:focus,
.lg-careers-form input[type="tel"]:focus,
.lg-careers-form select:focus,
.lg-careers-form textarea:focus {
    border-color: #FF9900;
    outline: none;
    box-shadow: 0 0 10px rgba(255, 153, 0, 0.2);
}

.lg-careers-form textarea {
    resize: vertical;
    min-height: 100px;
}

.lg-careers-file-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.lg-careers-file-text {
    margin-bottom: 8px;
}

.lg-careers-file-btn {
    display: inline-block;
    background-color: #333333;
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.lg-careers-file-btn:hover {
    background-color: #444444;
}

.lg-careers-form input[type="file"] {
    display: none;
}

.lg-careers-file-name {
    margin-top: 10px;
    font-size: 14px;
    color: #FF9900;
}

.lg-careers-checkbox {
    display: flex;
    align-items: flex-start;
}

.lg-careers-checkbox input[type="checkbox"] {
    margin-top: 5px;
    margin-right: 10px;
}

.lg-careers-checkbox label {
    font-size: 14px;
    margin-bottom: 0;
}

.lg-careers-checkbox a {
    color: #FF9900;
    text-decoration: none;
}

.lg-careers-checkbox a:hover {
    text-decoration: underline;
}

.lg-careers-submit-btn {
    background-color: #FF9900;
    color: #000000;
    font-weight: 600;
    padding: 14px 28px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: block;
    margin: 30px auto 0;
}

.lg-careers-submit-btn:hover {
    background-color: #FFB52E;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


        .success-message-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(5px);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .success-message-overlay.show {
            opacity: 1;
            visibility: visible;
        }

        .success-message {
            background: linear-gradient(145deg, #1a1a1a, #2a2a2a);
            border: 2px solid #ff9900;
            border-radius: 20px;
            padding: 40px;
            max-width: 500px;
            width: 90%;
            text-align: center;
            color: white;
            box-shadow: 
                0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 30px rgba(255, 153, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
            transform: scale(0.8) translateY(30px);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }

        .success-message-overlay.show .success-message {
            transform: scale(1) translateY(0);
        }

        .success-message::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #ff9900, #ffcc00, #ff9900);
            animation: shimmer-border 2s infinite;
        }

        @keyframes shimmer-border {
            0% { transform: translateX(-100%); }
            100% { transform: translateX(100%); }
        }

        .success-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #ff9900, #ffcc00);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            box-shadow: 0 10px 30px rgba(255, 153, 0, 0.4);
            animation: bounce 0.6s ease-out 0.3s backwards;
        }

        @keyframes bounce {
            0% {
                transform: scale(0) rotate(45deg);
                opacity: 0;
            }
            50% {
                transform: scale(1.2) rotate(0deg);
            }
            100% {
                transform: scale(1) rotate(0deg);
                opacity: 1;
            }
        }

        .success-icon svg {
            width: 40px;
            height: 40px;
            stroke: white;
            stroke-width: 3;
            animation: draw 0.5s ease-out 0.5s backwards;
        }

        @keyframes draw {
            0% {
                stroke-dasharray: 100;
                stroke-dashoffset: 100;
            }
            100% {
                stroke-dasharray: 100;
                stroke-dashoffset: 0;
            }
        }

        .success-title {
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 15px;
            background: linear-gradient(135deg, #ff9900, #ffcc00);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            animation: fadeInUp 0.6s ease-out 0.4s backwards;
        }

        .success-text {
            font-size: 16px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 30px;
            animation: fadeInUp 0.6s ease-out 0.5s backwards;
        }

        @keyframes fadeInUp {
            0% {
                opacity: 0;
                transform: translateY(20px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .success-actions {
            display: flex;
            gap: 15px;
            justify-content: center;
            animation: fadeInUp 0.6s ease-out 0.6s backwards;
        }

        .success-btn {
            padding: 12px 24px;
            border: none;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .success-btn-primary {
            background: linear-gradient(135deg, #ff9900, #e68a00);
            color: white;
            box-shadow: 0 4px 15px rgba(255, 153, 0, 0.3);
        }

        .success-btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255, 153, 0, 0.4);
        }

        .success-btn-secondary {
            background: transparent;
            color: #ff9900;
            border: 2px solid #ff9900;
        }

        .success-btn-secondary:hover {
            background: rgba(255, 153, 0, 0.1);
            transform: translateY(-2px);
        }

        .success-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s ease;
        }

        .success-btn:hover::before {
            left: 100%;
        }

        
        .success-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
        }

        .particle {
            position: absolute;
            width: 8px;
            height: 8px;
            background: #ff9900;
            border-radius: 50%;
            animation: particle-float 2s ease-out infinite;
        }

        @keyframes particle-float {
            0% {
                transform: translateY(0) rotate(0deg);
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }

        .particle:nth-child(1) { left: 10%; animation-delay: 0s; }
        .particle:nth-child(2) { left: 20%; animation-delay: 0.2s; }
        .particle:nth-child(3) { left: 30%; animation-delay: 0.4s; }
        .particle:nth-child(4) { left: 40%; animation-delay: 0.6s; }
        .particle:nth-child(5) { left: 50%; animation-delay: 0.8s; }
        .particle:nth-child(6) { left: 60%; animation-delay: 1s; }
        .particle:nth-child(7) { left: 70%; animation-delay: 1.2s; }
        .particle:nth-child(8) { left: 80%; animation-delay: 1.4s; }
        .particle:nth-child(9) { left: 90%; animation-delay: 1.6s; }


@media (min-width: 768px) {
    .lg-careers-welcome-inner {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    
    .lg-careers-welcome-image {
        margin-bottom: 0;
        flex: 1;
        max-width: 400px;
    }
    
    .lg-careers-welcome-text {
        flex: 1;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .lg-careers-title {
        font-size: 36px;
    }
    
    .lg-careers-header-content p {
        font-size: 16px;
    }
    
    .lg-careers-section-title {
        font-size: 28px;
    }
    
    .lg-careers-form {
        padding: 25px;
    }
}/* End custom CSS */