.faq-area img {
    width: 100%; /* Ensures the image takes the full width of its container */
    height: auto; /* Maintains aspect ratio */
    max-width: 500px; /* Optional: Set a maximum width for consistency */
    max-height: 500px; /* Optional: Set a maximum height for consistency */
    object-fit: cover; /* Ensures the image fits nicely within the dimensions */
}

.career-content-section .container {
    padding-top: 80px;
    padding-bottom: 50px;
}

.career-heading {
    font-size: 48px;
    max-width: 576px;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .career-heading {
        font-size: 40px !important;
    }
}

.career-paragraph {
    font-size: 20px !important;
}

.career-text-content {
    max-width: 576px;
    margin: 20px auto;
}

@media (max-width: 576px) {
    .career-heading,
    .career-text-content {
        max-width: 364px;
    }
}

/* Values Section Styles */
.values-section {
    padding: 100px 0 20px 0 !important;
    background-color: #fff;
}

.values-section .section-title {
    font-size: 48px;
    color: #1a1a1a;
    margin-bottom: 60px;
    text-align: center;
}

.value-card {
    padding: 30px;
    margin-bottom: 30px;
}

.value-card h3 {
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.value-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.career-content-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
}

/* Contact Area Styles */
.contact-area {
    padding: 0 0 50px 0;
    background-color: #111111;
}

.contact-area-inner{
    padding: 80px 0 0 0 !important;
}

.contact-area-inner .row {
    align-items: center;
}

.map iframe {
    width: 100%;
}

.address-group {
    padding-left: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.address {
    margin-bottom: 40px;
}

.address:last-child {
    margin-bottom: 0;
}

.address .heading {
    font-size: 24px;
    color: #e41b23;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.address .desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 10px;
}

.address .desc strong {
    color: #e41b23;
}

@media (max-width: 991px) {
    .address-group {
        padding-left: 0;
        margin-top: 30px;
    }
}

/* Container styling */
.rts-about-section {
    font-family: Arial, sans-serif;
}

.rts-about-section h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.rts-about-section input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.rts-about-section select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}

.job-section h2 {
    margin-bottom: 15px;
    color: #444;
    margin-top: 30px;
}

.job-section .job-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* Job card styling */
.job-card {
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.job-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #222;
}

.job-card p {
    font-size: 1rem;
    margin: 5px 0;
    color: #555;
}

.job-card button {
    background-color: #e41b23;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.2s ease;
}

.job-card button:hover {
    background-color: #c4161d;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .job-section .job-card-container {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 15px;
    }

    .job-card {
        background-color: #ffffff;
        padding: 16px;
        margin-bottom: 8px;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .job-info {
        margin-bottom: 12px;
    }

    .job-card h3 {
        font-size: 16px;
        margin-bottom: 8px;
        font-weight: 500;
        color: #333;
    }

    .job-card p {
        font-size: 13px;
        margin: 4px 0;
        color: #666;
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .job-card p i {
        font-size: 14px;
        width: 16px;
    }

    .job-card button.view-job {
        background-color: #6366f1;
        color: #fff;
        border: none;
        padding: 8px 16px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }

    .job-card button.view-job:hover {
        background-color: #4f46e5;
    }
}

.section-gap{
    padding: 50px 0 0 0;
}

.job-card {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Push the button to the right */
    align-items: flex-start; /* Align items at the top */
    padding: 15px; /* Add padding for spacing */
    border: 1px solid #ddd; /* Optional: Add a border */
    border-radius: 8px; /* Optional: Add rounded corners */
    margin-bottom: 15px; /* Add spacing between job cards */
    background-color: #f9f9f9; /* Optional: Add a light background */
    max-width: 500px; /* Limit the horizontal size of the job card */
}

.job-info {
    flex: 1; /* Allow the text content to take up available space */
}

.job-card h3 {
    margin: 0; /* Remove default margin */
    font-size: 1.2rem; /* Adjust font size */
}

.job-card p {
    margin: 5px 0; /* Add spacing between paragraphs */
    font-size: 0.9rem; /* Adjust font size */
    color: #555; /* Optional: Add a subtle text color */
}

.job-card button {
    margin-left: 20px; /* Add spacing between the button and text */
    align-self: center; /* Vertically align the button in the middle */
} 

.job-section {
    max-width: 1150px; /* Limit the width of the job section */
    margin: 40px auto; /* Center the job section horizontally */
    padding: 0 15px; /* Add some padding for spacing */
}

#job-openings h1 {
    text-align: left; /* Ensure the heading stays aligned to the left */
    margin-left: 80px; /* Move the heading slightly to the right */
}

#job-openings input[type="text"],
#job-openings select {
    display: block; /* Ensure proper spacing */
    margin-left: 80px; /* Move the input and select to the right */
    margin-bottom: 15px; /* Add spacing below the elements */
}

@media (max-width: 576px) {
    #job-openings input[type="text"], #job-openings h1, #job-openings select {
        margin-left: 0 !important;
    }
    
}

@media (max-width: 576px) {
    .container{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
}

/* Application Form Styles */
.application-form-section {
    padding: 40px 0;
    background-color: #fff !important;
}

.application-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.section-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

.form-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 30px 0 5px;
}

.application-form .form-group {
    margin-bottom: 20px;
}

.application-form .form-group label {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}

.application-form .form-control {
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 1.5;
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    transition: border-color .15s ease-in-out;
}

.application-form .phone-group {
    display: flex;
    gap: 10px;
}

.application-form .phone-group select {
    width: 120px !important;
    flex-shrink: 0;
}

.application-form .phone-group input {
    flex-grow: 1;
}

.application-form textarea.form-control {
    min-height: 100px !important;
    resize: vertical;
}

.application-form .file-upload {
    border: 1px dashed #ddd;
    padding: 20px;
    text-align: center;
    background-color: #fafafa;
    border-radius: 4px;
    cursor: pointer;
}

.application-form .file-upload p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.application-form .file-info {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.application-form .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.application-form .checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.application-form .checkbox-item input[type="checkbox"] {
    margin: 0;
}

.application-form .checkbox-item label {
    margin: 0 !important;
    font-size: 14px;
}

.application-form .date-input {
    position: relative;
}

.application-form .date-input input {
    padding-right: 30px !important;
}

.application-form .date-input .clear-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 4px;
}

.application-form .salary-input {
    position: relative;
}

.application-form .salary-input::before {
    content: "MYR";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    font-size: 14px;
}

.application-form .required {
    color: #dc3545;
}

.application-form .required-note {
    font-size: 14px;
    color: #666;
    margin: 20px 0;
}

.application-form .submit-btn {
    background-color: #e41b23 !important;
    color: #fff !important;
    padding: 12px 40px !important;
    font-size: 16px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    width: 100% !important;
    max-width: 200px !important;
}

.application-form .submit-btn:hover {
    background-color: #3a3aff !important;
}

/* Input field placeholder styles */
.application-form .form-control::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

/* File input specific styles */
.application-form input[type="file"].form-control {
    padding: 8px !important;
    height: auto !important;
}

/* Number input specific styles */
.application-form input[type="number"].form-control {
    padding-right: 5px !important;
}

/* Date input specific styles */
.application-form input[type="date"].form-control {
    padding: 8px 12px !important;
}

/* Override any potential conflicting styles */
.application-form input[type="text"],
.application-form input[type="email"],
.application-form input[type="tel"],
.application-form input[type="number"],
.application-form input[type="date"],
.application-form select,
.application-form textarea {
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 45px !important;
    display: block !important;
    background: #fff !important;
    border: 2px solid #ced4da !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    color: #495057 !important;
}

/* Responsive styles */
@media (max-width: 768px) {
    .application-form-wrapper {
        padding: 20px 15px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .form-section-title {
        font-size: 20px;
    }
    
    .form-control {
        font-size: 16px;
    }
}
.button-area{
    padding: 10px 20px;
    margin-top: 70px;
  }
  .button-area .btn-11{
    background-color: red;
    width: 120px;
    justify-content: center;
    align-items: center;
    color:white;
    padding: 10px;
    text-align: center;
    
  }