/* ========== Manufacturing Capacity Page Styles ========== */

.page-manufacturing {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

.page-manufacturing .elementor-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.manufacturing-hero {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    background: #000;
}

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

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

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding: 0 20px;
    text-align: left;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 15px;
    opacity: 0.95;
    font-weight: 300;
    color: #fff;
}

.hero-highlight {
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}

.hero-highlight:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #f3821a;
    font-weight: bold;
}

.hero-features {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.hero-features li {
    font-size: 16px;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.hero-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    color: #f3821a;
    font-weight: bold;
}

.hero-cta {
    margin-top: 10px;
}

.hero-cta .btn-orange {
    display: inline-block;
    background: #f3821a;
    color: #fff;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hero-cta .btn-orange:hover {
    background: #e07000;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(243, 130, 26, 0.4);
}

/* Hero Stats */
.hero-stats {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
    margin: 40px 0;
}

.hero-stats .stats-bar-item {
    text-align: center;
    flex: 0 0 auto;
}

.hero-stats .stats-bar-icon {
    font-size: 48px;
    color: #f3821a;
    margin-bottom: 10px;
    line-height: 1;
}

.hero-stats .stats-bar-number {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

.hero-stats .stats-bar-label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    max-width: 200px;
}

/* Stats Bar Section */
.manufacturing-stats-bar {
    background: #fff;
    padding: 80px 0;
    border-bottom: 1px solid #f0f0f0;
}

.stats-bar-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 60px;
}

.stats-bar-item {
    text-align: center;
    flex: 1;
}

.stats-bar-icon {
    font-size: 48px;
    color: #f3821a;
    margin-bottom: 10px;
    line-height: 1;
}

.stats-bar-number {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1;
}

.stats-bar-label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
}

/* Common Styles */
.text-center {
    text-align: center;
}

.common-padding {
    padding: 80px 0;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.section-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/* Factory Intro Section */
.factory-intro {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

/* Factory Sections */
.factory-section {
    padding: 80px 0;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.factory-section:nth-child(even) {
    background: #f9f9f9;
}

.factory-image {
    flex: 1;
    min-width: 300px;
}

.factory-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
}

.factory-content {
    flex: 1;
    min-width: 300px;
}

.factory-title {
    font-size: 32px;
    color: #f3821a;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.factory-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
}

.factory-products {
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.factory-products strong {
    color: #f3821a;
    font-weight: 600;
}

/* Showcase Sections */
.showcase-section {
    padding: 80px 0;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.showcase-section:nth-child(even) {
    background: #f9f9f9;
}

.showcase-grid {
    display: flex;
    align-items: center;
    gap: 60px;
}

.showcase-section.reverse .showcase-grid {
    flex-direction: row-reverse;
}

.showcase-content {
    flex: 1;
    max-width: 500px;
}

.showcase-section .showcase-content {
    margin-left: 0;
    margin-right: auto;
}

.showcase-section.reverse .showcase-content {
    margin-left: auto;
    margin-right: 0;
}

.showcase-title {
    font-size: 32px;
    color: #f3821a;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.showcase-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.showcase-images {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.showcase-images.triple {
    grid-template-columns: repeat(3, 1fr);
}

.showcase-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Quality Materials */
.quality-materials {
    padding: 80px 0;
}

.materials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
    margin-top: 40px;
}

.material-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 4px;
}

.material-card h3 {
    font-size: 20px;
    font-weight: 600;
}

/* Commitment */
.quality-commitment {
    padding: 80px 0;
    background: #fff;
}

.commitment-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.commitment-text li {
    font-size: 18px;
    color: #444;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
    position: relative;
    padding-left: 20px;
}

.commitment-text li:before {
    content: "•";
    color: #f3821a;
    position: absolute;
    left: 0;
    top: 10px;
}

/* Strength Sections */
.strength-section {
    padding: 80px 0;
}

.strength-grid {
    display: flex;
    align-items: center;
    gap: 60px;
}

.strength-grid.grid-reverse {
    flex-direction: row-reverse;
}

.strength-content {
    flex: 1;
}

.strength-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.strength-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.strength-images {
    flex: 1;
    display: grid;
    gap: 20px;
}

.strength-images.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.strength-images.grid-custom {
    grid-template-columns: 2fr 1fr;
    /* Custom grid for 'Customization' section */
}

.strength-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

/* Manufacturing CTA */
.manufacturing-cta {
    background: #2a2a2a;
    /* Dark background */
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.cta-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}

.cta-desc {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 40px;
}

.common-btn.primary-yellow {
    background: #f3821a;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.common-btn.primary-yellow:hover {
    background: #e07000;
}

/* Responsive */
@media (max-width: 768px) {
    .manufacturing-hero {
        height: 500px;
        justify-content: flex-start;
    }

    .hero-content {
        text-align: left;
    }

    .hero-title {
        font-size: 36px;
        color: #fff;
    }

    .hero-subtitle {
        font-size: 16px;
        color: #fff;
    }

    .hero-highlight {
        font-size: 14px;
        margin-bottom: 15px;
        padding-left: 25px;
    }

    .hero-highlight:before {
        top: 0;
    }

    .hero-features {
        gap: 12px;
        align-items: flex-start;
    }

    .hero-features li {
        font-size: 14px;
        padding: 6px 0;
        padding-left: 25px;
    }

    .hero-cta .btn-orange {
        padding: 14px 30px;
        font-size: 14px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .hero-stats .stats-bar-item {
        text-align: left;
    }

    .hero-stats .stats-bar-icon {
        font-size: 36px;
    }

    .hero-stats .stats-bar-number {
        font-size: 40px;
    }

    .hero-stats .stats-bar-label {
        font-size: 14px;
    }

    .manufacturing-stats-bar {
        padding: 50px 0;
    }

    .stats-bar-grid {
        flex-direction: column;
        gap: 40px;
    }

    .stats-bar-number {
        font-size: 40px;
    }

    .stats-bar-label {
        font-size: 14px;
    }

    .stats-bar-icon {
        font-size: 36px;
    }

    .common-padding {
        padding: 50px 0;
    }

    .section-title {
        font-size: 32px;
    }

    .section-desc {
        font-size: 16px;
    }

    .factory-image {
        min-width: 100%;
    }
    .factory-content {
        min-width: 100%;
        padding: 0 15px;
    }

    .showcase-grid {
        flex-direction: column;
        gap: 30px;
    }

    .showcase-section.reverse .showcase-grid {
        flex-direction: column;
    }

    .showcase-content {
        max-width: 100%;
        padding: 0 15px;
    }

    .showcase-section .showcase-content,
    .showcase-section.reverse .showcase-content {
        margin-left: auto;
        margin-right: auto;
    }

    .showcase-images {
        grid-template-columns: 1fr;
    }

    .showcase-images.triple {
        grid-template-columns: 1fr;
    }

    .strength-grid,
    .strength-grid.grid-reverse {
        flex-direction: column;
        gap: 30px;
    }

    .strength-images.grid-2,
    .strength-images.grid-custom {
        grid-template-columns: 1fr;
    }

    .materials-grid {
        grid-template-columns: 1fr;
    }

    .two-cards-grid {
        flex-direction: column;
        gap: 30px;
    }

    .card-item {
        padding: 0;
    }

    .card-title {
        font-size: 20px;
    }

    .card-content {
        font-size: 15px;
    }

    .production-capacity-image {
        padding: 0 15px;
    }

    .factory-long-image {
        padding: 0 15px;
    }

    .verification-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .verification-title {
        font-size: 18px;
    }

    .product-list li {
        font-size: 16px;
        padding: 10px 0;
    }

    .product-list li:before {
        font-size: 20px;
        top: 8px;
    }

    .case-studies-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .case-title {
        font-size: 20px;
    }

    .case-desc {
        font-size: 15px;
    }

    .factory-grid-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .factory-name {
        font-size: 20px;
    }

    .factory-grid-item .factory-desc {
        font-size: 14px;
    }
}

/* Long Image Section */
.factory-long-image {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
}

.factory-long-image .long-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* Production Capacity Section */
.production-capacity {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.production-capacity-image {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 0 120px;
}

.production-capacity-image .capacity-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

/* Two Cards Section */
.two-cards-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.two-cards-grid {
    display: flex;
    gap: 60px;
}

.card-item {
    flex: 1;
    padding: 0 15px;
}

.card-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.card-content {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* Certification Section */
.certification-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

/* Verification Section */
.verification-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.verification-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.verification-item {
    text-align: center;
}

.verification-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.verification-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

/* Kitchen Cabinet Section */
.kitchen-cabinet-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.kitchen-cabinet-section .section-title {
    text-align: left;
}

.kitchen-cabinet-section .section-desc {
    text-align: left;
    margin: 0;
    max-width: 100%;
}

/* Porcelain Tile Section */
.porcelain-tile-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.porcelain-tile-section .section-title {
    text-align: left;
}

.porcelain-tile-section .section-desc {
    text-align: left;
    margin: 0;
    max-width: 100%;
}

/* Door & Window Section */
.door-window-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.door-window-section .section-title {
    text-align: left;
}

.door-window-section .section-desc {
    text-align: left;
    margin: 0;
    max-width: 100%;
}

/* Marble Stone Section */
.marble-stone-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.marble-stone-section .section-title {
    text-align: left;
}

.marble-stone-section .section-desc {
    text-align: left;
    margin: 0;
    max-width: 100%;
}

.product-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.product-list li {
    font-size: 18px;
    color: #333;
    padding: 12px 0;
    padding-left: 25px;
    position: relative;
    border-bottom: 1px dashed #eee;
}

.product-list li:before {
    content: "•";
    color: #f3821a;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: bold;
}

/* Case Studies Section */
.case-studies-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.case-item {
    text-align: center;
}

.case-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.case-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.case-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.case-subtitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
    font-style: italic;
}

.case-link {
    display: inline-block;
    color: #f3821a;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: color 0.3s ease;
}

.case-link:hover {
    color: #e07000;
}

/* Factory Grid Section */
.factory-grid-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.factory-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.factory-grid-item {
    text-align: center;
}

.factory-image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.factory-name {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.factory-grid-item .factory-desc {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

/* Customer Say Section */
.customer-say-section {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

/* Testimonials List */
.testimonials-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.testimonial-item {
    background: #fff;
    border-radius: 8px;
    padding: 40px 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

.testimonial-item:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-quote {
    margin-bottom: 25px;
}

.testimonial-quote p {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
    font-style: italic;
}

.testimonial-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.customer-name {
    font-size: 16px;
    font-weight: 600;
    color: #f3821a;
}

.customer-title {
    font-size: 14px;
    color: #666;
}

/* Quote CTA Section */
.quote-cta-section {
    background: #2E2E2E;
    padding: 80px 0;
}

.quote-cta-content {
    text-align: center;
}

.quote-cta-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.4;
}

.btn-large {
    padding: 18px 50px;
    font-size: 18px;
    background: #f3821a;
    color: #fff;
}

.btn-large:hover {
    background: #e07000;
}

/* Testimonials Responsive */
@media (max-width: 992px) {
    .testimonials-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .testimonials-list {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .testimonial-item {
        padding: 30px 25px;
    }

    .quote-cta-section {
        padding: 50px 0;
    }

    .quote-cta-title {
        font-size: 24px;
    }

    .btn-large {
        padding: 16px 35px;
        font-size: 16px;
    }
}