/* CSR & Manufacturing page styles */

.csr-manufacturing-page .hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    background: url("../images/our-approach-image.jpg") center center / cover no-repeat;
}

.csr-manufacturing-page .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(0, 0, 0, .80) 0%,
            rgba(0, 0, 0, .45) 45%,
            rgba(0, 0, 0, .15) 100%);
}

.csr-manufacturing-page .hero-content {
    position: relative;
    z-index: 2;
    max-width: 550px;
    color: var(--white-color);
}

.csr-manufacturing-page .hero h1 {
    font-size: 68px;
    line-height: 1.1;
    font-weight: 700;
    color: var(--white-color);
}

.csr-manufacturing-page .hero h1 span {
    color: var(--accent-color);
}

.csr-manufacturing-page .hero p {
    margin-top: 25px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.8;
}

.csr-manufacturing-page .hero-buttons {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.csr-manufacturing-page .play-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white-color);
}

.csr-manufacturing-page .play-btn:hover {
    color: var(--accent-color);
}

.csr-manufacturing-page .play-icon {
    width: 58px;
    height: 58px;
    border: 2px solid var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.csr-manufacturing-page .section-padding {
    padding: 90px 0;
}

.csr-manufacturing-page .facility-img img,
.csr-manufacturing-page .lab-image {
    width: 100%;
    border-radius: 15px;
}

.csr-manufacturing-page .facility-content h2,
.csr-manufacturing-page .lab-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.csr-manufacturing-page .facility-content p,
.csr-manufacturing-page .lab-content p {
    color: var(--text-color);
    line-height: 1.9;
}

.csr-manufacturing-page .stat-box {
    margin-top: 30px;
}

.csr-manufacturing-page .stat-number {
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: normal;
}

.csr-manufacturing-page .stat-label {
    color: var(--text-color);
}

.csr-manufacturing-page .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.csr-manufacturing-page .section-title h2 {
    font-weight: 700;
}

.csr-manufacturing-page .section-title p {
    color: var(--text-color);
}

.csr-manufacturing-page .process-row {
    position: relative;
}

.csr-manufacturing-page .process-row::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 8%;
    width: 84%;
    border-top: 2px dashed var(--accent-color);
}

.csr-manufacturing-page .process-card {
    position: relative;
    z-index: 2;
    text-align: center;
}

.csr-manufacturing-page .process-icon {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50%;
    background: var(--secondary-color);
    color: var(--primary-color);
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.csr-manufacturing-page .process-number {
    color: var(--primary-color);
    font-size: 36px;
    font-weight: 700;
    margin-top: 15px;
    line-height: normal;
}

.csr-manufacturing-page .process-title {
    font-weight: 700;
    margin-top: 10px;
    line-height: normal;
    color: var(--primary-color);
}

.csr-manufacturing-page .process-desc {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.8;
}

.csr-manufacturing-page .lab-card {
    background: var(--white-color);
    border-radius: 18px;
}

.csr-manufacturing-page .lab-card img {
    width: 100%;
    border-radius: 15px;
}

.csr-manufacturing-page .lab-content {
    padding: 20px 25px;
}

.csr-manufacturing-page .check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.csr-manufacturing-page .check-list li {
    margin-bottom: 15px;
    color: var(--text-color);
    line-height: 1.5;
}

.csr-manufacturing-page .check-list i {
    color: var(--primary-color);
    margin-right: 10px;
}

.csr-manufacturing-page .cert-box {
    background: var(--white-color);
    border: 1px solid var(--divider-color);
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    transition: .3s;
    height: 100%;
}

.csr-manufacturing-page .cert-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .08);
}

.csr-manufacturing-page .cert-icon {
    font-size: 55px;
    color: var(--accent-color);
    margin-bottom: 15px;
}

.csr-manufacturing-page .cert-title {
    font-weight: 700;
    color: var(--primary-color);
}

.csr-manufacturing-page .cert-sub {
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 991px) {
    .csr-manufacturing-page .hero {
        min-height: auto;
        padding: 100px 0;
    }

    .csr-manufacturing-page .hero h1 {
        font-size: 48px;
    }

    .csr-manufacturing-page .process-row::before {
        display: none;
    }

    .csr-manufacturing-page .process-card {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .csr-manufacturing-page .hero h1 {
        font-size: 40px;
    }

    .csr-manufacturing-page .facility-content h2,
    .csr-manufacturing-page .lab-content h2 {
        font-size: 32px;
    }

    .csr-manufacturing-page .stat-number {
        font-size: 34px;
    }
}
