.elementor-11301 .elementor-element.elementor-element-efb14a7{--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;}.elementor-11301 .elementor-element.elementor-element-24ec3fc{--wcf-duration:1000ms;--wcf-delay:0ms;--wcf-ease:ease;}/* Start custom CSS for wcf--text, class: .elementor-element-24ec3fc *//* Career Page - Cyber-Minimalist WOW Factor */
.cw-career-container {
    font-family: "Britti Sans", "Open Sans", sans-serif;
    background: #0a0a0a; /* Deep Black */
    color: #ffffff;
    padding: 80px 40px;
    border-radius: 4px;
    border: 1px solid #1a1a1a;
    overflow: hidden;
    position: relative;
}

/* Background Grid Effect */
.cw-career-container::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(#1a1a1a 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.3;
    pointer-events: none;
}

.cw-career-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

/* Status Badge */
.cw-status-badge {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    border: 1px solid #333;
    border-radius: 50px;
    margin-bottom: 30px;
    color: #888;
}

/* Typography */
.cw-career-header h1 {
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 40px;
    letter-spacing: -1px;
}

.cw-gradient-text {
    background: linear-gradient(90deg, #ffffff, #555555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hero Section */
.cw-career-hero {
    margin: 60px 0;
}

.cw-hero-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    color: #ffffff;
}

.cw-career-hero h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cw-highlight {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.cw-main-message {
    font-size: 18px;
    color: #a0a0a0;
    line-height: 1.6;
}

/* Pulse Indicator */
.cw-update-box {
    background: #111;
    padding: 30px;
    border: 1px solid #222;
    margin-top: 40px;
}

.cw-pulse-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.cw-pulse-dot {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff;
    animation: cw-pulse 2s infinite;
}

.cw-pulse-text {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

@keyframes cw-pulse {
    0% { transform: scale(0.95); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(0.95); opacity: 0.5; }
}

/* Responsive */
@media (max-width: 768px) {
    .cw-career-container { padding: 40px 20px; }
}/* End custom CSS */