.factory-hero-section {
    position: relative;
    width: 100%;
    height: calc(100vh - 440px);
    overflow: hidden;
    background-color: #F5F3EE;
}

.factory-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.factory-hero-bg img {
    width: 100%;
    height: 150%;
    object-fit: cover;
}

.factory-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.factory-hero-container {
    position: relative;
    z-index: 3;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
}

.factory-hero-content {
    max-width: 50rem;
}

.factory-hero-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: #F5F3EE;
    line-height: 1.1;
    margin: 0 0 1.875rem 0;
    letter-spacing: 0.0625rem;
}

.factory-hero-subtitle {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #F5F3EE;
    line-height: 1.2;
    margin: 0 0 1.875rem 0;
}

.factory-hero-desc {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 1.125rem;
    color: #F5F3EE;
    line-height: 1.7;
    margin: 0;
    max-width: 43.75rem;
}

.factory-overview-section {
    background-color: #F3F4F4;
}

.factory-overview-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 1.5rem 3.75rem 2rem 3.75rem;
}

.factory-overview-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0B0F0D;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.0625rem;
}

.factory-overview-stats {
    display: flex;
    border-top: 0.0625rem solid rgba(11, 15, 13, 0.1);
    border-bottom: 0.0625rem solid rgba(11, 15, 13, 0.1);
}

.factory-overview-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.875rem;
    border-right: 0.0625rem solid rgba(11, 15, 13, 0.1);
}

.factory-overview-item-last {
    border-right: none;
}

.factory-overview-icon {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1rem;
}

.factory-overview-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.factory-overview-img {
        max-width: 1920px;
    margin: 0 auto;
    padding: 1.5rem 3.75rem 2rem 3.75rem;
}

.factory-overview-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.factory-overview-number {
    font-family: 'Arial', sans-serif;
    font-size: 3rem;
    font-weight: 400;
    color: #0B0F0D;
    line-height: 1.2;
    margin: 0 0 0.5rem 0;
}

.factory-overview-number sup {
    font-size: 1.25rem;
    vertical-align: super;
}

.factory-overview-label {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 0.9375rem;
    color: #6B6B6B;
    line-height: 1.4;
    text-align: center;
}

.factory-overview-image {
    margin-top: 1.5rem;
    border-radius: 0.75rem;
    overflow: hidden;
}

.factory-overview-image img {
    width: 100%;
    height: auto;
    display: block;
}

.factory-production-section {
    background-color: #F3F4F4;
    padding: 0 0 2rem 0;
}

.factory-production-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
}

.factory-section-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0B0F0D;
    margin: 0 0 1.5rem 0;
    letter-spacing: 0.0625rem;
}

.factory-production-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.factory-production-item {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
}

.factory-production-image {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 60%;
    overflow: hidden;
}

.factory-production-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.factory-production-item:hover .factory-production-image img {
    transform: scale(1.05);
}

.factory-production-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.factory-production-content {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    z-index: 2;
}

.factory-production-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 0.5rem 0;
    line-height: 1.3;
}

.factory-production-desc {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
}

.factory-machinery-section {
    background-color: #F3F4F4;
    padding: 0 0 2rem 0;
}

.factory-machinery-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
}

.factory-machinery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.factory-machinery-item {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
}

.factory-machinery-image {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
    overflow: hidden;
}

.factory-machinery-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.factory-machinery-item:hover .factory-machinery-image img {
    transform: scale(1.05);
}

.factory-machinery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.factory-machinery-content {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    z-index: 2;
}

.factory-machinery-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 0.1rem 0;
    line-height: 1.3;
}

.factory-machinery-desc {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    
}

.factory-process-section {
    background-color: #F3F4F4;
    padding: 0 0 2rem 0;
}

.factory-process-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
}

.factory-process-flow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
}

.factory-process-item {
    flex: 1;
    text-align: center;
    padding: 0 0.625rem;
}

.factory-process-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    color: #6B6B6B;
}

.factory-process-icon svg {
    width: 100%;
    height: 100%;
}

.factory-process-item h4 {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #0B0F0D;
    margin: 0 0 0.375rem 0;
    line-height: 1.3;
}

.factory-process-item p {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 0.8125rem;
    color: #6B6B6B;
    line-height: 1.4;
    margin: 0;
}

.factory-process-arrow {
    width: 2rem;
    height: 2rem;
    margin-top: 1rem;
    position: relative;
    flex-shrink: 0;
}

.factory-process-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background-color: #6B6B6B;
    transform: translateY(-50%);
}

.factory-process-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 0.5rem solid #6B6B6B;
    border-top: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid transparent;
    transform: translateY(-50%);
}

.factory-capacity-section {
    background-color: #123326;
    padding: 2.5rem 0;
}

.factory-capacity-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 3.75rem;
}

.factory-capacity-title {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 2rem 0;
    letter-spacing: 0.0625rem;
}

.factory-capacity-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.factory-capacity-item {
    padding: 1.5rem 1.875rem;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.factory-capacity-item:last-child {
    border-right: none;
}

.factory-capacity-icon {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    color: #FFFFFF;
}

.factory-capacity-icon svg {
    width: 100%;
    height: 100%;
}

.factory-capacity-item h4 {
    font-family: 'Roboto_Bold', sans-serif;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 0.375rem 0;
    line-height: 1.3;
}

.factory-capacity-item p {
    font-family: 'Roboto_Regular', sans-serif;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
    margin: 0;
}

@media screen and (max-width: 1440px) {
    .factory-hero-container {
        padding: 0 2.5rem;
    }

    .factory-hero-title {
        font-size: 3rem;
    }

    .factory-hero-subtitle {
        font-size: 2.125rem;
    }

    .factory-hero-desc {
        font-size: 1rem;
    }

    .factory-overview-container {
        padding: 1.5rem 2.5rem 1.75rem 2.5rem;
    }

    .factory-overview-number {
        font-size: 2.5rem;
    }

    .factory-overview-icon {
        width: 3.125rem;
        height: 3.125rem;
    }

    .factory-production-container,
    .factory-machinery-container,
    .factory-process-container,
    .factory-capacity-container {
        padding: 0 2.5rem;
    }

    .factory-production-section,
    .factory-machinery-section,
    .factory-process-section {
        padding-bottom: 1.5rem;
    }

    .factory-capacity-section {
        padding: 2rem 0;
    }

    .factory-section-title {
        font-size: 1.375rem;
        margin-bottom: 1.25rem;
    }

    .factory-production-title,
    .factory-machinery-title {
        font-size: 1.125rem;
    }

    .factory-production-desc,
    .factory-machinery-desc {
        font-size: 0.8125rem;
    }

    .factory-process-icon {
        width: 3.5rem;
        height: 3.5rem;
    }

    .factory-process-item h4 {
        font-size: 0.9375rem;
    }

    .factory-process-item p {
        font-size: 0.75rem;
    }

    .factory-capacity-item {
        padding: 1.25rem 1.5rem;
    }

    .factory-capacity-icon {
        width: 2.5rem;
        height: 2.5rem;
    }

    .factory-capacity-item h4 {
        font-size: 1rem;
    }

    .factory-capacity-item p {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 1200px) {
    .factory-hero-container {
        padding: 0 1.875rem;
    }

    .factory-hero-section {
        height: auto;
        overflow: visible;
    }

    .factory-hero-title {
        font-size: 2.5rem;
    }

    .factory-hero-subtitle {
        font-size: 1.875rem;
    }

    .factory-hero-desc {
        font-size: 0.9375rem;
    }

    .factory-overview-container {
        padding: 1.25rem 1.875rem 1.5rem 1.875rem;
    }

    .factory-overview-item {
        padding: 1.5rem 1.25rem;
    }

    .factory-overview-number {
        font-size: 2.125rem;
    }

    .factory-overview-label {
        font-size: 0.875rem;
    }

    .factory-production-container,
    .factory-machinery-container,
    .factory-process-container,
    .factory-capacity-container {
        padding: 0 1.875rem;
    }

    .factory-production-section,
    .factory-machinery-section,
    .factory-process-section {
        padding-bottom: 1.25rem;
    }

    .factory-production-grid,
    .factory-machinery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.875rem;
    }

    .factory-section-title {
        font-size: 1.25rem;
        margin-bottom: 0.875rem;
    }

    .factory-process-flow {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .factory-process-item {
        flex: 0 0 calc(25% - 0.5rem);
    }

    .factory-process-arrow {
        display: none;
    }

    .factory-capacity-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .factory-capacity-item {
        border-right: 0.0625rem solid rgba(255, 255, 255, 0.15);
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
    }

    .factory-capacity-item:nth-child(2n) {
        border-right: none;
    }

    .factory-capacity-item:nth-last-child(-n+2) {
        border-bottom: none;
    }
}

@media screen and (max-width: 992px) {
     .factory-overview-img {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
   
}
    .factory-hero-container {
        padding: 0 1.5625rem;
    }

    .factory-hero-section {
        height: auto;
        overflow: visible;
    }

    .factory-hero-title {
        font-size: 2.125rem;
        margin-bottom: 1.25rem;
    }

    .factory-hero-subtitle {
        font-size: 1.5rem;
        margin-bottom: 1.25rem;
    }

    .factory-hero-desc {
        font-size: 0.875rem;
    }

    .factory-overview-container {
        padding: 1rem 1.5625rem 1.25rem 1.5625rem;
    }

    .factory-overview-stats {
        flex-wrap: wrap;
    }

    .factory-overview-item {
        flex: 0 0 50%;
        border-right: none;
        border-bottom: 0.0625rem solid rgba(11, 15, 13, 0.1);
        padding: 1.5rem 1rem;
    }

    .factory-overview-item:nth-child(odd) {
        border-right: 0.0625rem solid rgba(11, 15, 13, 0.1);
    }

    .factory-overview-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .factory-production-container,
    .factory-machinery-container,
    .factory-process-container,
    .factory-capacity-container {
        padding: 0 1.5625rem;
    }

    .factory-production-section,
    .factory-machinery-section,
    .factory-process-section {
        padding-bottom: 1rem;
    }

    .factory-production-title,
    .factory-machinery-title {
        font-size: 1rem;
    }

    .factory-production-desc,
    .factory-machinery-desc {
        font-size: 0.75rem;
    }

    .factory-production-content,
    .factory-machinery-content {
        bottom: 0.875rem;
        left: 0.875rem;
        right: 0.875rem;
    }

    .factory-process-item {
        flex: 0 0 calc(33.333% - 0.5rem);
    }
}

@media screen and (max-width: 768px) {
    .factory-hero-section {
        height: auto;
        min-height: auto;
        overflow: visible;
    }

    .factory-hero-bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
    }

    .factory-hero-bg img {
        object-position: center top;
    }

    .factory-hero-overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
    }

    .factory-hero-container {
        padding: 1.5rem 1.25rem;
        height: auto;
        align-items: flex-start;
    }

    .factory-hero-content {
        max-width: 100%;
    }

    .factory-hero-title {
        font-size: 1.5rem;
        line-height: 1.2;
        letter-spacing: -0.02em;
        margin-bottom: 0.75rem;
    }

    .factory-hero-subtitle {
        font-size: 1.125rem;
        line-height: 1.25;
        margin-bottom: 0.75rem;
    }

    .factory-hero-desc {
        font-size: 0.8125rem;
        max-width: 100%;
        margin: 0;
    }

    .factory-overview-container {
        padding: 1rem 1.25rem 1.25rem 1.25rem;
    }

    .factory-overview-title {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }

    .factory-overview-stats {
        flex-wrap: wrap;
    }

    .factory-overview-item {
        flex: 0 0 50%;
        border-right: none;
        border-bottom: 0.0625rem solid rgba(11, 15, 13, 0.1);
        padding: 1rem 0.625rem;
        box-sizing: border-box;
    }

    .factory-overview-item:nth-child(odd) {
        border-right: 0.0625rem solid rgba(11, 15, 13, 0.1);
    }

    .factory-overview-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .factory-overview-icon {
        width: 2.5rem;
        height: 2.5rem;
        margin-bottom: 0.75rem;
    }

    .factory-overview-number {
        font-size: 1.75rem;
    }

    .factory-overview-label {
        font-size: 0.75rem;
    }

    .factory-overview-image {
        margin-top: 1.25rem;
    }

    .factory-production-container,
    .factory-machinery-container,
    .factory-process-container,
    .factory-capacity-container {
        padding: 0 1.25rem;
    }

    .factory-production-section,
    .factory-machinery-section,
    .factory-process-section {
        padding-bottom: 1rem;
    }

    .factory-production-grid,
    .factory-machinery-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .factory-section-title {
        font-size: 1.125rem;
        margin-bottom: 1rem;
    }

    .factory-production-title,
    .factory-machinery-title {
        font-size: 1rem;
    }

    .factory-production-desc,
    .factory-machinery-desc {
        font-size: 0.8125rem;
    }

    .factory-production-content,
    .factory-machinery-content {
        bottom: 0.75rem;
        left: 0.75rem;
        right: 0.75rem;
    }

    .factory-process-flow {
        flex-direction: column;
        gap: 1.25rem;
    }

    .factory-process-item {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 1rem;
        padding: 0;
    }

    .factory-process-icon {
        width: 3rem;
        height: 3rem;
        margin: 0;
        flex-shrink: 0;
    }

    .factory-process-item h4 {
        margin-bottom: 0.25rem;
    }

    .factory-capacity-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .factory-capacity-item {
        border-right: none;
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
        padding: 1.25rem 0;
    }

    .factory-capacity-item:last-child {
        border-bottom: none;
    }

    .factory-capacity-item:nth-child(2n) {
        border-right: none;
    }

    .factory-capacity-section {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 480px) {
    .factory-hero-section {
        height: auto;
        min-height: auto;
        overflow: visible;
    }

    .factory-hero-bg {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
    }

    .factory-hero-bg img {
        object-position: center top;
    }

    .factory-hero-overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;

    }

    .factory-hero-container {
        padding: 1rem 1rem;
        height: auto;
        align-items: flex-start;
    }

    .factory-hero-content {
        max-width: 100%;
    }

    .factory-hero-title {
        font-size: 1.25rem;
        line-height: 1.2;
        letter-spacing: -0.02em;
        margin-bottom: 0.5rem;
    }

    .factory-hero-subtitle {
        font-size: 0.9375rem;
        line-height: 1.25;
        margin-bottom: 0.5rem;
    }

    .factory-hero-desc {
        font-size: 0.75rem;
        max-width: 100%;
        margin: 0;
        line-height: 1.5;
    }

    .factory-overview-container {
        padding: 0.75rem 1rem 1rem 1rem;
    }

    .factory-overview-title {
        font-size: 1.125rem;
        margin-bottom: 0.75rem;
    }

    .factory-overview-stats {
        flex-wrap: wrap;
    }

    .factory-overview-item {
        flex: 0 0 50%;
        border-right: none;
        border-bottom: 0.0625rem solid rgba(11, 15, 13, 0.1);
        padding: 0.75rem 0.5rem;
        box-sizing: border-box;
    }

    .factory-overview-item:nth-child(odd) {
        border-right: 0.0625rem solid rgba(11, 15, 13, 0.1);
    }

    .factory-overview-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .factory-overview-icon {
        width: 2rem;
        height: 2rem;
        margin-bottom: 0.5rem;
    }

    .factory-overview-number {
        font-size: 1.5rem;
    }

    .factory-overview-number sup {
        font-size: 1rem;
    }

    .factory-overview-label {
        font-size: 0.6875rem;
    }

    .factory-overview-stats {
        border-top: 0.0625rem solid rgba(11, 15, 13, 0.1);
        border-bottom: 0.0625rem solid rgba(11, 15, 13, 0.1);
    }

    .factory-production-container,
    .factory-machinery-container,
    .factory-process-container,
    .factory-capacity-container {
        padding: 0 1rem;
    }

    .factory-production-section,
    .factory-machinery-section,
    .factory-process-section {
        padding-bottom: 0.75rem;
    }

    .factory-section-title {
        font-size: 1rem;
        margin-bottom: 0.75rem;
    }

    .factory-production-grid,
    .factory-machinery-grid {
        grid-template-columns: 1fr;
        gap: 0.625rem;
    }

    .factory-production-title,
    .factory-machinery-title {
        font-size: 0.9375rem;
    }

    .factory-production-desc,
    .factory-machinery-desc {
        font-size: 0.75rem;
    }

    .factory-production-content,
    .factory-machinery-content {
        bottom: 0.5rem;
        left: 0.5rem;
        right: 0.5rem;
    }

    .factory-process-flow {
        flex-direction: column;
        gap: 1rem;
    }

    .factory-process-item {
        flex: 0 0 100%;
        display: flex;
        align-items: center;
        text-align: left;
        gap: 0.75rem;
        padding: 0;
    }

    .factory-process-icon {
        width: 2.5rem;
        height: 2.5rem;
        margin: 0;
        flex-shrink: 0;
    }

    .factory-process-item h4 {
        font-size: 0.875rem;
        margin-bottom: 0.125rem;
    }

    .factory-process-item p {
        font-size: 0.6875rem;
    }

    .factory-capacity-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .factory-capacity-item {
        border-right: none;
        border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.15);
        padding: 1rem 0;
        gap: 0.75rem;
    }

    .factory-capacity-item:last-child {
        border-bottom: none;
    }

    .factory-capacity-item h4 {
        font-size: 0.9375rem;
    }

    .factory-capacity-item p {
        font-size: 0.6875rem;
    }

    .factory-capacity-icon {
        width: 2rem;
        height: 2rem;
    }

    .factory-capacity-section {
        padding: 1.5rem 0;
    }
}
