.section {
    font-family: "Noto Sans", sans-serif;
    font-size: 24px;
}

.section p {
    text-indent: 2em;
}
.contact-info p {
    text-indent: 0em;
}

.banner-section {
    /* background: linear-gradient(135deg, #ff8c00 0%, #ffa500 100%); */
    padding: 80px 20px;
    /* color: white; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.banner-content {
    flex: 1;
    width: 50%;
}

.banner-content img {
    width: 100%;
    height: auto;
}

.banner-content h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.banner-content p {
    font-size: 18px;
    line-height: 1.6;
}

.banner-image {
    flex: 1;
    width: 50%;
}

.banner-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.section-with-label {
    position: relative;
}

.section-vertical-label {
    display: none;
}

.section-main-content {
    width: 100%;
}

.about-section {
    /* background-color: #f9f9f9; */
}

.about-content {
    /* display: flex; */
    gap: 40px;
    align-items: center;
}

.about-image {
    flex: 1;
    /* max-width: 400px; */
    padding: 16px 0px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.about-text {
    flex: 2;
}

.about-text p {
    line-height: 1.8;
    color: #353535;
    margin-bottom: 15px;
}

.about-text ul {
    list-style: none;
    padding-left: 0;
}

.about-text ul li {
    padding: 8px 0;
    color: #353535;
}

.service-text ul li {
    padding: 8px 0;
    color: #000000;
    font-weight: bold;
}
.about-text ul li:before {
    content: "• ";
    /* color: #ff8c00; */
    font-weight: bold;
    margin-right: 10px;
}

.about-text ul li ul {
    list-style: none;
    padding-left: 20px;
}

.about-text ul li ul li:before {
    content: "";
    margin-right: 0;
}

.service-section {
    background-color: #fff;
}

.service-content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.service-image {
    /* flex: 1; */
    max-width: 40%;
    padding-bottom: 50px;
}

.service-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.service-text {
    flex: 2;
}

.service-text p {
    line-height: 1.8;
    color: #353535;
    margin-bottom: 20px;
}

.service-list {
    list-style: none;
    padding-left: 0;
}

.service-list li {
    padding: 8px 0;
    color: #353535;
}

.product-section {
    /* background-color: #f9f9f9; */
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.product-price {
    font-size: 20px;
    color: #ff8c00;
    font-weight: bold;
}

/* Recruitment Page Styles */
.recruitment-page {
    font-family: "Noto Sans", sans-serif;
}

.recruitment-hero {
    background: linear-gradient(135deg, #2E7D32 0%, #4CAF50 100%);
    padding: 80px 20px;
    text-align: center;
    position: relative;
}

.recruitment-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.recruitment-hero-content {
    position: relative;
    z-index: 1;
}

.recruitment-hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 16px 0;
    letter-spacing: 4px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.recruitment-hero-subtitle {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
    margin: 0;
    font-weight: 400;
}

.recruitment-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 40px 60px;
}

.recruitment-content p {
    line-height: 1.8;
    color: #353535;
    margin-bottom: 15px;
}

.recruitment-subtitle {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 24px;
    font-family: "Noto Sans", sans-serif;
    position: relative;
    padding-left: 20px;
}

.recruitment-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 24px;
    background: #4CAF50;
    border-radius: 3px;
}

.recruitment-sort-bar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.recruitment-sort-label {
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

.recruitment-sort-select {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    border: none;
    background: transparent;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 16px;
}

.sort-caret {
    font-size: 12px;
    color: #333;
    pointer-events: none;
}

.recruitment-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.recruitment-item {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.3s;
}

.recruitment-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.recruitment-item-info {
    flex: 1;
}

.recruitment-item-title {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.recruitment-item-meta {
    display: flex;
    gap: 20px;
    align-items: center;
}

.recruitment-meta-item {
    font-size: 14px;
    color: #888;
    display: flex;
    align-items: center;
    gap: 6px;
}

.recruitment-meta-item i {
    color: #3b82f6;
    font-size: 13px;
}

.recruitment-item-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.recruitment-apply-btn {
    display: inline-block;
    background: #c2182b;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 24px;
    text-decoration: none;
    transition: background 0.3s;
    white-space: nowrap;
}

.recruitment-apply-btn:hover {
    background: #a31524;
}

.recruitment-deadline {
    font-size: 13px;
    color: #888;
}

.recruitment-contact {
    margin-top: 40px;
    padding: 32px;
    background: linear-gradient(135deg, #f8fdf8 0%, #e8f5e9 100%);
    border-radius: 12px;
    border: 1px solid #c8e6c9;
}

.recruitment-contact .recruitment-subtitle {
    margin-bottom: 16px;
}

.recruitment-contact p {
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
    text-indent: 0;
    font-weight: 500;
}

.recruitment-contact p:first-of-type {
    color: #2E7D32;
    font-size: 18px;
}

.recruitment-content ul {
    list-style: none;
    padding-left: 0;
}

.recruitment-content ul li {
    padding: 8px 0;
    color: #353535;
}

@media (max-width: 768px) {
    .recruitment-hero {
        padding: 60px 20px;
    }

    .recruitment-hero-title {
        font-size: 32px;
        letter-spacing: 2px;
    }

    .recruitment-hero-subtitle {
        font-size: 16px;
    }

    .recruitment-container {
        padding: 40px 16px;
    }

    .recruitment-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .recruitment-item-action {
        align-items: flex-start;
        width: 100%;
    }

    .recruitment-item-meta {
        flex-wrap: wrap;
        gap: 10px;
    }

    .recruitment-subtitle {
        font-size: 18px;
    }
}

.contact-section {
    /* background-color: #f9f9f9; */
}

.contact-info {
    line-height: 2;
    color: #353535;
}

.contact-info strong {
    color: #333;
    display: inline-block;
    width: 150px;
}

.contact-info a {
    color: #ff8c00;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Footer Styles */
.contact-footer {
    background-color: #4a4a4a;
    color: #ffffff;
    padding: 60px 20px 20px;
    font-family: "Noto Sans", sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-column p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 10px;
    text-indent: 0;
}

.footer-column .phone-number {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #ffa500;
}

.newsletter-form {
    display: flex;
    margin-top: 16px;
    margin-bottom: 28px;
    background: white;
    padding: 5px 14px;
    border-radius: 48px;
}

.newsletter-form input {
    flex: 1;
    padding: 12px 15px;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 15px;
}

.newsletter-form button {
    padding: 12px 11px;
    background-color: #ffa500;
    color: #000000;
    border: none;
    border-radius: 0 4px 4px 0;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 47px;
}

.newsletter-form button:hover {
    background-color: #ff8c00;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background-color: #5a5a5a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s;
}

.social-icons a:hover {
    background-color: #ffa500;
}

.footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #5a5a5a;
    color: #cccccc;
    font-size: 14px;
}

@media (max-width: 768px) {
    .banner-section {
        flex-direction: column;
        padding: 40px 20px;
    }

    .about-content,
    .service-content {
        flex-direction: column;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
