/* Career Section Styles */
.rs-career-section {
    padding: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.rs-career-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #fff;
}

.rs-job-postings {
    margin-bottom: 30px;
    text-align: left;
}

.rs-job-postings-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.rs-job-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rs-job-list li {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

.rs-job-list li strong {
    display: block;
    color: #ff6b35;
    margin-bottom: 5px;
    font-size: 16px;
}

.rs-job-list li p {
    color: rgba(255, 255, 255, 0.9);
    margin: 5px 0 0 0;
    font-size: 14px;
}

.rs-cv-form-wrapper {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    z-index: 3;
    overflow: visible;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.rs-cv-form .form-group {
    margin-bottom: 20px;
}

.rs-cv-form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    transition: all 0.3s;
}

.rs-cv-form .form-control:focus {
    outline: none;
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.rs-cv-form textarea.form-control {
    resize: vertical;
    min-height: 80px;
}

.cv-file-label {
    display: block;
    width: 100%;
    padding: 12px 15px;
    border: 2px dashed #ddd;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: #f9f9f9;
}

.cv-file-label:hover {
    border-color: #ff6b35;
    background: #fff;
}

.cv-file-label input[type="file"] {
    display: none;
}

.cv-file-label span {
    color: #666;
    font-size: 14px;
}

.rs-cv-form .rs-btn {
    width: 100%;
    padding: 15px;
    background: #ff6b35;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.rs-cv-form .rs-btn:hover {
    background: #e55a2b;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3);
}

.rs-cv-form .rs-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

/* Success/Error Messages */
.cv-message {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
}

.cv-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.cv-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@media only screen and (max-width: 991px) {
    .rs-career-section {
        padding: 30px 15px;
        min-height: auto;
    }
    
    .rs-career-title {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    
    .rs-job-postings {
        margin-bottom: 20px;
    }
    
    .rs-job-postings-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .rs-job-list li {
        padding: 12px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    
    .rs-job-list li strong {
        font-size: 14px;
    }
    
    .rs-cv-form-wrapper {
        padding: 20px 15px;
        margin-top: 15px;
        max-width: 100%;
        overflow: visible;
    }
    
    .rs-cv-form .form-group {
        margin-bottom: 15px;
    }
    
    .rs-cv-form .form-control {
        padding: 10px 12px;
        font-size: 14px;
    }
    
    .rs-cv-form textarea.form-control {
        min-height: 70px;
    }
    
    .cv-file-label {
        padding: 10px 12px;
    }
    
    .cv-file-label span {
        font-size: 13px;
    }
    
    .rs-cv-form .rs-btn {
        padding: 12px;
        font-size: 15px;
    }
    
    .cv-message {
        padding: 12px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 575px) {
    .rs-career-section {
        padding: 20px 10px;
    }
    
    .rs-career-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    
    .rs-cv-form-wrapper {
        padding: 15px 10px;
    }
    
    .rs-cv-form .form-control {
        padding: 10px;
        font-size: 13px;
    }
}

/* Why Choose Wrapper Mobil Düzeltmesi */
/* main.css override - Mobil için */
@media only screen and (max-width: 991px) {
    .rs-why-choose-three {
        overflow: visible !important;
        padding-bottom: 50px !important;
        min-height: auto !important;
    }
    
    .rs-why-choose-three .container {
        overflow: visible !important;
        padding-bottom: 30px;
    }
    
    /* main.css'deki height kısıtlamasını override et */
    .rs-why-choose-three .rs-why-choose-btn-wrapper {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
        margin-top: 30px;
        padding: 30px 15px !important;
        padding-bottom: 50px !important;
        overflow: visible !important;
        display: block !important;
    }
    
    .rs-why-choose-three .rs-career-section {
        position: relative !important;
        z-index: 2;
        padding: 20px 15px !important;
        padding-bottom: 20px !important;
        overflow: visible !important;
        height: auto !important;
        min-height: auto !important;
        display: block !important;
        flex-direction: column !important;
    }
    
    .rs-cv-form-wrapper {
        overflow: visible !important;
        max-width: 100% !important;
        margin-bottom: 20px;
        position: relative;
        z-index: 3;
    }
}

@media only screen and (max-width: 575px) {
    /* main.css'deki 250px height'i override et */
    .rs-why-choose-three .rs-why-choose-btn-wrapper {
        height: auto !important;
        min-height: auto !important;
        max-height: none !important;
    }
}

/* Mobilde formun tam görünmesi için */
@media only screen and (max-width: 575px) {
    .rs-why-choose-three {
        padding-bottom: 40px !important;
    }
    
    .rs-why-choose-three .rs-why-choose-btn-wrapper {
        padding: 20px 10px !important;
        padding-bottom: 40px !important;
        margin-top: 20px;
    }
    
    .rs-career-section {
        padding: 15px 10px !important;
        padding-bottom: 15px !important;
    }
    
    .rs-cv-form-wrapper {
        padding: 15px 10px !important;
        margin-bottom: 15px;
        overflow: visible !important;
    }
    
    .rs-cv-form {
        overflow: visible !important;
    }
    
    .rs-cv-form .form-group {
        margin-bottom: 12px;
    }
}
