
body {
    font-family: 'Poppins', Arial, sans-serif;
    background: #f8f9fa;
    margin: 0;
    color: #222;
}
.textile-main-content {
    max-width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 0;
    overflow: hidden;
}

/* Designed for Precision Section */
.tc-precision-section {
    display: flex;
    align-items: stretch;
    background: #f5f5f5;
    min-height: 600px;
    padding-top: 40px;
}
.tc-precision-content {
    flex: 1;
    padding: 60px 80px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tc-precision-content h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #0b0c41;
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.tc-precision-intro {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 500px;
}
.tc-precision-features {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.tc-precision-feature {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.tc-precision-icon {
    width: 60px;
    height: 60px;
    background: #0b0c41;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.tc-precision-icon i {
    font-size: 28px;
    color: #fff;
}
.tc-precision-text p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
.tc-precision-image {
    flex: 1;
    background: #e8e8e8;
    position: relative;
    overflow: hidden;
}
.tc-precision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Features Section */
.tc-features-section {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 80px 60px;
    background: #f5f5f5;
}
.tc-feature-card {
    flex: 0 1 280px;
    text-align: center;
}
.tc-feature-icon {
    width: 80px;
    height: 80px;
    border: 3px solid #0b0c41;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.tc-feature-icon i {
    font-size: 36px;
    color: #0b0c41;
}
.tc-feature-card h3 {
    font-size: 1.4rem;
    color: #0b0c41;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}
.tc-feature-card p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

/* Perfect Pair Section */
.tc-perfect-pair-section {
    padding: 80px 60px 0 60px ;
    background: #fff;
}
.tc-perfect-pair-section h2 {
    font-size: 3rem;
    color: #0b0c41;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.tc-pair-intro {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 600px;
}
.tc-pair-content {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}
.tc-pair-machines {
    flex: 1;
}
.tc-pair-machines img {
    max-width: 100%;
    height: auto;
}
.tc-pair-info {
    flex: 1;
}
.tc-pair-box {
    background: #0b0c41;
    padding: 40px;
    color: #fff;
}
.tc-pair-box p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

/* Machine Specifications */
.tc-machine-specs {
    display: flex;
    gap: 60px;
    margin-top: 40px;
}
.tc-spec-column {
    flex: 1;
}
.tc-spec-column > h3 {
    font-size: 1.5rem;
    color: #0b0c41;
    font-weight: 700;
    margin-bottom: 30px;
}
.tc-spec-group {
    margin-bottom: 30px;
}
.tc-spec-group h4 {
    font-size: 1.1rem;
    color: #0b0c41;
    font-weight: 600;
    margin-bottom: 10px;
}
.tc-spec-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tc-spec-group ul li {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.tc-spec-group ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0b0c41;
}

/* CTA Section */
.tc-cta-section {
    background: #f5f5f5;
    padding: 60px 80px;
    text-align: center;
}
.tc-cta-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(26,36,86,0.09);
    display: inline-block;
    padding: 40px 50px;
    max-width: 600px;
}
.tc-cta-card h3 {
    font-size: 1.5rem;
    color: #0b0c41;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.tc-cta-card p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}
.tc-cta-btn {
    display: inline-block;
    background: #0b0c41;
    color: #fff;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 8px rgba(11,12,65,0.09);
}
.tc-cta-btn:hover {
    background: #1a1d6b;
    box-shadow: 0 4px 16px rgba(11,12,65,0.13);
    text-decoration: none;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .tc-precision-section {
        flex-direction: column;
    }
    .tc-precision-content {
        padding: 50px 40px;
    }
    .tc-precision-image {
        min-height: 400px;
    }
    .tc-features-section {
        flex-direction: column;
        gap: 40px;
        padding: 60px 40px;
    }
    .tc-perfect-pair-section {
        padding: 60px 40px ;
    }
    .tc-pair-content {
        flex-direction: column;
    }
    .tc-machine-specs {
        flex-direction: column;
        gap: 40px;
    }
    .tc-cta-section {
        padding: 50px 40px;
    }
}

@media (max-width: 768px) {
    .tc-precision-content h1 {
        font-size: 2.5rem;
    }
    .tc-perfect-pair-section h2 {
        font-size: 2.2rem;
    }
    .tc-features-section {
        padding: 50px 30px;
    }
    .tc-perfect-pair-section {
        padding: 50px 30px;
    }
    .tc-cta-section {
        padding: 40px 30px;
    }
    .tc-cta-card {
        padding: 30px 25px;
    }
}
