.thermal-page .ppc-best-section {
    background-image: url('../images/Products/Thermal_Paper_Roll.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    color: #fff;
}

.thermal-page .ppc-best-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.thermal-page .ppc-best-section>* {
    position: relative;
    z-index: 1;
}

.thermal-page .ppc-best-title,
.thermal-page .ppc-best-list {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.thermal-page .ppc-best-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 28px;
    line-height: 1.25;
}

.thermal-page .ppc-best-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: left;
}

.thermal-page .ppc-best-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 1rem;
}

.thermal-page .ppc-best-list li i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffc107;
    color: #1b5e20;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex: 0 0 34px;
    margin-top: 2px;
}

.thermal-page .ppc-product-details {
    padding: 0px 20px;
    background: #f8f9fa;
}

.thermal-page .ppc-product-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 20px;
    margin-top: 100px;
}

.thermal-page .ppc-product-image {
    flex: 1;
    max-width: 500px;
}

/* Image styles handled globally in common.css */

.thermal-page .ppc-product-description {
    flex: 1;
}

.thermal-page .ppc-product-description h2 {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #2e7d32;
    margin-bottom: 20px;
    font-weight: 700;
    white-space: normal;
}

.thermal-page .ppc-premium-bullet {
    list-style: none;
    padding: 0;
    margin: 1px;
    text-align: left;
}

.thermal-page .ppc-premium-bullet li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    line-height: 1.6;
    color: #333;
    font-size: 1.05rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.thermal-page .ppc-premium-bullet li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #27ae60, #2ecc71);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.thermal-page .ppc-premium-bullet li::after {
    content: '✓';
    position: absolute;
    left: 6px;
    top: 1px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
}

.thermal-page .ppc-premium-bullet li:hover {
    transform: translateX(5px);
    color: #27ae60;
}

.thermal-page .ppc-premium-bullet li:hover::before {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    box-shadow: 0 2px 8px rgba(39, 174, 96, 0.3);
}

.thermal-page .ppc-product-variants-section {
    background-color: #e8f5e8;
    padding: 2px 20px;
    text-align: center;
}

.thermal-page .ppc-product-variants-title {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #2e7d32;
    margin-bottom: 20px;
    font-weight: 700;
    white-space: normal;
    margin-top: 20px;
}

.thermal-page .ppc-product-variants-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.thermal-page .ppc-product-variant-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.thermal-page .ppc-product-variant-card:hover {
    transform: translateY(-5px);
}

.thermal-page .ppc-product-variant-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 330px;
}

.thermal-page .ppc-product-variant-image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.thermal-page .ppc-product-variant-label {
    background-color: #4CAF50;
    color: white;
    padding: 12px 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thermal-page .ppc-categories-section {
    padding: 11px 20px;
    background-color: beige;
}

.thermal-page .ppc-categories-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.thermal-page .ppc-categories-content {
    flex: 1;
    max-width: 550px;
    line-height: 1.2;
}

.thermal-page .ppc-categories-image {
    flex: 1;
    max-width: 550px;
}

.thermal-page .ppc-categories-image img {
    width: 100%;
    height: auto;
    max-height: 425px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.thermal-page .ppc-categories-title {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #2e7d32;
    margin-bottom: 20px;
    font-weight: 700;
    white-space: normal;
    margin-top: 20px;
}

.thermal-page .ppc-categories-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 7px;
    line-height: 1.5;
    margin-top: -10px;
    text-align: left;
}

.thermal-page .ppc-showcase-section {
    padding: 20px 20px;
    background-color: #f8f9fa;
}

.thermal-page .ppc-showcase-container {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.thermal-page .ppc-showcase-image {
    flex: 1;
    max-width: 550px;
}

.thermal-page .ppc-showcase-image img {
    width: 100%;
    height: auto;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.thermal-page .ppc-showcase-content {
    flex: 1;
    max-width: 550px;
}

.thermal-page .ppc-showcase-title {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #2e7d32;
    margin-bottom: 20px;
    font-weight: 700;
    white-space: normal;
    margin-top: 20px;
}

.thermal-page .ppc-showcase-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 5px;
    line-height: 1.6;
    text-align: left;
}

.thermal-page .custom-logo-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 20px 20px;
}

.thermal-page .custom-logo-content {
    flex: 1;
    max-width: 650px;
}

.thermal-page .custom-logo-content h2 {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #2e7d32;
    margin-bottom: 20px;
    font-weight: 700;
    white-space: normal;
}

.thermal-page .custom-logo-intro {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 16px;
}

.thermal-page .custom-logo-image-container {
    flex: 0 0 520px;
    max-width: 520px;
}

.thermal-page .custom-logo-image {
    width: 100%;
    height: auto;
    border-radius: 18px;
    display: block;
}

.thermal-page .ppc-contact-gradient-section {
    background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
    padding: 17px 20px;
}

.thermal-page .ppc-contact-container {
    max-width: 1200px;
    margin: 0 auto;
}

.thermal-page .ppc-contact-green-layout {
    display: flex;
    gap: 60px;
    justify-content: space-between;
}

.thermal-page .ppc-contact-form-section {
    flex: 0 0 45%;
    transition: all 1s ease-out;
}

.thermal-page .ppc-contact-content-section {
    flex: 0 0 50%;
    transition: all 1s ease-out;
}

.thermal-page .ppc-contact-form-container {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.thermal-page .ppc-contact-form-group {
    margin-bottom: 20px;
    width: 93%;
}

.thermal-page .ppc-contact-form-section h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
    margin-top: 25px;
}

.thermal-page .ppc-contact-content-section h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.thermal-page .ppc-contact-form-group input,
.thermal-page .ppc-contact-form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.thermal-page .ppc-contact-form-group input::placeholder,
.thermal-page .ppc-contact-form-group textarea::placeholder {
    color: #666;
}

.thermal-page .ppc-contact-form-group input:focus,
.thermal-page .ppc-contact-form-group textarea:focus {
    outline: none;
    border-color: #ffc107;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.2);
}

.thermal-page .ppc-contact-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.thermal-page .ppc-contact-btn-primary {
    width: 50%;
    padding: 15px;
    background: #ffc107;
    color: #1b5e20;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 25%;
}

.thermal-page .ppc-contact-btn-primary:hover {
    background: #ffb300;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.thermal-page .ppc-contact-sustainability-content p {
    color: #fff;
    line-height: 1.9;
    margin-bottom: 30px;
    font-size: 1.1rem;
}

.thermal-page .ppc-contact-sustainability-image {
    margin-top: 30px;
    text-align: center;
    transition: all 1s ease-out;
}

.thermal-page .ppc-contact-sustainability-image img {
    width: 100%;
    max-width: 373px;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

@keyframes thermalSlideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes thermalSlideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.thermal-page .animate-slide-left {
    animation: thermalSlideInLeft 1s ease-out forwards;
}

.thermal-page .animate-slide-right {
    animation: thermalSlideInRight 1s ease-out forwards;
}

.thermal-page .g-faq-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.thermal-page .g-faq-title {
    text-align: center;
    margin-bottom: 40px;
    color: #2e7d32;
}

.thermal-page .g-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.thermal-page .g-faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.thermal-page .g-faq-question {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #0f4b00;
}

.thermal-page .g-faq-toggle {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.thermal-page .g-faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.thermal-page .g-faq-item.active .g-faq-answer {
    padding: 20px;
    max-height: 500px;
}

.thermal-page .g-faq-item.active .g-faq-toggle {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    .thermal-page .ppc-best-section {
        background-attachment: scroll;
    }

    .thermal-page .ppc-best-title {
        font-size: 1.6rem;
        margin-bottom: 20px;
        text-align: left;
    }

    .thermal-page .ppc-best-list li {
        font-size: 0.95rem;
        gap: 12px;
    }

    .thermal-page .ppc-best-list li i {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
        font-size: 0.95rem;
    }

    .thermal-page .custom-logo-section .container {
        flex-direction: column;
        text-align: left;
    }

    .thermal-page .custom-logo-image-container {
        flex: 1;
        max-width: 100%;
    }

    .thermal-page .ppc-product-container,
    .thermal-page .ppc-categories-container,
    .thermal-page .ppc-showcase-container,
    .thermal-page .ppc-contact-green-layout {
        flex-direction: column;
        gap: 30px;
        text-align: left;
    }

    .thermal-page .ppc-showcase-container {
        margin: 0 auto;
    }

    .thermal-page .ppc-product-image,
    .thermal-page .ppc-categories-image,
    .thermal-page .ppc-showcase-image,
    .thermal-page .ppc-product-description,
    .thermal-page .ppc-categories-content,
    .thermal-page .ppc-showcase-content,
    .thermal-page .ppc-contact-form-section,
    .thermal-page .ppc-contact-content-section {
        max-width: 100%;
    }

    .thermal-page .ppc-product-variants-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-left: 0;
    }

    .thermal-page .ppc-contact-form-group {
        width: 100%;
    }

    .thermal-page .ppc-contact-btn-primary {
        width: 100%;
        margin-left: 0;
    }

    .thermal-page .ppc-contact-form-section h3 {
        margin-top: 0;
        font-size: 1.5rem;
    }

    .thermal-page .ppc-contact-content-section h3 {
        font-size: 1.5rem;
    }

    .thermal-page .ppc-premium-bullet li {
        font-size: 0.95rem;
        padding-left: 25px;
    }

    .thermal-page .ppc-premium-bullet li::before {
        width: 18px;
        height: 18px;
    }

    .thermal-page .ppc-premium-bullet li::after {
        left: 5px;
        top: 0px;
        font-size: 10px;
    }

    .thermal-page .g-faq-item {
        border-radius: 12px;
        border: 1px solid rgba(46, 125, 50, 0.18);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    }

    .thermal-page .g-faq-question {
        padding: 16px 14px;
        align-items: flex-start;
        gap: 12px;
    }

    .thermal-page .g-faq-question span:first-child {
        font-size: 0.95rem;
        line-height: 1.35;
    }

    .thermal-page .g-faq-toggle {
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: var(--primary-color, #2e7d32);
        color: #fff;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1;
        box-shadow: 0 10px 22px rgba(46, 125, 50, 0.22);
        transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
        margin-top: 2px;
    }

    .thermal-page .g-faq-question:focus-visible {
        outline: none;
        box-shadow: 0 0 0 3px rgba(46, 125, 50, 0.18);
    }

    .thermal-page .g-faq-answer {
        padding: 0 14px;
    }

    .thermal-page .g-faq-item.active .g-faq-answer {
        padding: 0 14px 14px;
    }

    .thermal-page .g-faq-item.active .g-faq-toggle {
        background: #0f4b00;
        box-shadow: 0 10px 22px rgba(15, 75, 0, 0.22);
    }
}

@media (max-width: 992px) {
    .thermal-page .ppc-product-variants-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {

    .thermal-page .ppc-product-details,
    .thermal-page .ppc-product-variants-section,
    .thermal-page .ppc-categories-section,
    .thermal-page .ppc-showcase-section,
    .thermal-page .ppc-contact-gradient-section,
    .thermal-page .g-faq-section {
        padding-left: 16px;
        padding-right: 16px;
    }

    .thermal-page .ppc-image-wrapper {
        padding: 18px;
    }

    .thermal-page .ppc-product-description h2,
    .thermal-page .ppc-categories-title,
    .thermal-page .ppc-showcase-title {
        font-size: 1.6rem;
    }

    .thermal-page .ppc-product-variants-title {
        font-size: 1.8rem;
        margin-bottom: 24px;
    }

    .thermal-page .ppc-product-variants-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .thermal-page .ppc-product-variant-label {
        font-size: 0.9rem;
        min-height: 44px;
    }

    .thermal-page .ppc-contact-form-container {
        padding: 18px;
    }

    .thermal-page .ppc-contact-form-group input,
    .thermal-page .ppc-contact-form-group textarea {
        padding: 12px;
    }
}