.photocopy-paper-page {
    font-family: 'Poppins', 'Inter', sans-serif;
    background: #fff;
    color: #1f1f1f;
}

.photocopy-hero {
    padding: 80px 20px 60px;
    background: #f6f7f8;
}

.photocopy-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.photocopy-hero-image {
    flex: 1;
    min-width: 280px;
    text-align: center;
}

.photocopy-hero-image img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.photocopy-hero-content {
    flex: 1;
    min-width: 280px;
}

.photocopy-hero-content h1 {
    font-size: 1.8em;
    color: #0c5c2b;
    margin-bottom: 20px;
}

.photocopy-hero-content p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 10px;
}

.photocopy-feature-section {
    background: #212121;
    color: #fff;
    padding: 60px 20px;
}

.photocopy-feature-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.photocopy-feature-container h2 {
    font-size: 2rem;
    margin-bottom: 30px;
}

.photocopy-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 20px;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.photocopy-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    padding-left: 32px;
}

.photocopy-feature-list li::before {
    content: '✔';
    position: absolute;
    left: 0;
    top: 1px;
    color: #ffc107;
    font-size: 1rem;
}

.photocopy-categories-section {
    padding: 60px 20px;
    background: #fff;
}

.photocopy-categories-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.photocopy-categories-content,
.photocopy-categories-image {
    flex: 1;
    min-width: 280px;
}

.photocopy-categories-content h2 {
    font-size: 2rem;
    color: #0c5c2b;
    margin-bottom: 20px;
}

.photocopy-premium-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.photocopy-premium-list li {
    background: #f3f7f3;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.photocopy-premium-list h4 {
    font-size: 1.1rem;
    color: #0c5c2b;
    margin-bottom: 8px;
}

.photocopy-categories-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.photocopy-role-section {
    background: #f8f8f8;
}

.photocopy-role-card {
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    align-items: center;
}

.photocopy-role-image img,
.photocopy-sizes-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.photocopy-role-text h2 {
    font-size: 1.8rem;
    color: #0c5c2b;
    margin-bottom: 18px;
}

.photocopy-sizes-section {
    padding: 60px 20px;
    background: #fff;
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.photocopy-sizes-content {
    flex: 1;
}

.photocopy-sizes-content h2 {
    font-size: 2rem;
    color: #0c5c2b;
    margin-bottom: 16px;
}

.photocopy-sizes-content p {
    line-height: 1.7;
    margin-bottom: 12px;
    color: #333;
}

.photocopy-contact-section {
    background: #0a6f3f;
    color: #fff;
    padding: 60px 20px;
}

.photocopy-contact-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    align-items: stretch;
}

.photocopy-contact-form {
    background: #fff;
    color: #1f1f1f;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.photocopy-contact-form h3,
.photocopy-contact-content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.photocopy-contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.photocopy-contact-form input,
.photocopy-contact-form textarea {
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

.photocopy-contact-form button {
    background: #ffc107;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.photocopy-contact-form button:hover {
    transform: translateY(-2px);
}

.photocopy-contact-content {
    line-height: 1.7;
}

.photocopy-contact-content p {
    margin-bottom: 16px;
}

.photocopy-faq-section {
    padding: 60px 20px;
}

.photocopy-faq-section .g-faq-list {
    margin-top: 40px;
}

.photocopy-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    z-index: 1000;
}

.pro-pp-container-page .ppc-product-details.photocopy-hero-section {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    padding-top: 80px;
}



.pro-pp-container-page .photocopy-hero-section .ppc-product-description h2 {
    color: #0c5c2b;
}

.pro-pp-container-page .photocopy-hero-section .ppc-premium-bullet li::before {
    background: #0c5c2b;
    box-shadow: none;
}

.pro-pp-container-page .photocopy-variants .ppc-product-variant-card {
    text-align: center;
    padding: 32px 24px 28px;
}

.pro-pp-container-page .photocopy-variants .ppc-product-variant-card p {
    margin-top: 14px;
    color: #536471;
    line-height: 1.6;
}

.photocopy-variant-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #eff6ff;
    border: 2px solid rgba(12, 92, 43, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0c5c2b;
    margin: 0 auto;
}

.pro-pp-container-page .photocopy-best {
    position: relative;
    background-image: url('../images/Products/Photocopy_Paper.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.pro-pp-container-page .photocopy-best::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.pro-pp-container-page .photocopy-best>* {
    position: relative;
    z-index: 1;
}

.pro-pp-container-page .photocopy-best .ppc-best-list li {
    color: rgba(255, 255, 255, 0.92);
}

.ppc-best-subtext {
    max-width: 760px;
    margin: 20px auto 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    text-align: left;
}

.pro-pp-container-page .photocopy-categories .ppc-categories-subtitle {
    color: #4a5e6d;
}

.pro-pp-container-page .photocopy-showcase {
    background: #fff;
}

.pro-pp-container-page .photocopy-role-section {
    background: #fff;
}



.pro-pp-container-page .ppc-contact-gradient-section {
    background: linear-gradient(135deg, #0a6f3f, #12824c);
}

.pro-pp-container-page .ppc-contact-gradient-section .ppc-contact-sustainability-content p {
    color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) {
    .pro-pp-container-page .ppc-product-variants-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .photocopy-variant-icon {
        width: 70px;
        height: 70px;
    }
}