#hero_section {
    padding: 100px 0;
}

#hero_section a {
    color: white;
}

first section .why-plates-section {
    padding: 60px 0;
    background-color: whitesmoke;
}

.section-heading {
    text-align: left;
    margin-bottom: 40px;
}

.section-heading .title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}

.features-row {
    margin-top: 30px;
}

.feature-item {
    text-align: left;
    /* padding: 20px 15px; */
}

.feature-top {
    position: relative;
    margin-bottom: 20px;
}

.feature-number {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.orange-underline {
    width: 100%;
    height: 5px;
    background-color: #ff6b00;
    margin-bottom: 20px;

}

.feature-icon {
    margin-bottom: 15px;
}

.feature-icon i {
    font-size: 32px;
    color: #666;
}

.feature-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Make all orange lines same width */
.col-md-3:nth-child(1) .orange-underline {
    width: 100%;
}

.col-md-3:nth-child(2) .orange-underline {
    width: 100%;
}

.col-md-3:nth-child(3) .orange-underline {
    width: 100%;
}

.col-md-3:nth-child(4) .orange-underline {
    width: 100%;
}


/* second section*/




.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.sub-title {
    font-size: 24px;
    color: #444;
    margin-bottom: 30px;
}

.description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.orange-link {
    color: #ff4e00;
    text-decoration: none;
    font-weight: 600;
}

.orange-link:hover {
    text-decoration: underline;
}

.product-gallery {
    margin-top: 40px;
}

.product-item {
    margin-bottom: 30px;
    text-align: center;
}

.product-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
}

.product-code {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
}

.note {
    font-size: 14px;
    color: #ff8200;
    font-style: italic;
    margin-top: 40px;
}



/* third section */


.traceable-quality-section {
    position: relative;
    background-image: url('../images/home_page/trace.jpg');
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    color: #fff;
    z-index: 1;
}

.traceable-quality-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.7);
}

.traceable-quality-section .overlay-content {
    position: relative;
    z-index: 2;
}

.traceable-quality-section .section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.traceable-quality-section .section-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 800px;
}

.report-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.report-icon {
    width: 50px;
    height: 50px;
    background-color: #ff4e00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.report-icon i {
    font-size: 24px;
    color: #fff;
}

.report-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .quality-reports {
        flex-direction: column;
        gap: 20px;
    }

    .report-item {
        width: 100%;
    }

    .traceable-quality-section .section-title {
        font-size: 32px;
    }


}



/* fourth section*/


.jaw-profile-section {
    padding: 80px 0;
    background-color: #fff;
}

.jaw-profile-content {
    padding-right: 50px;
}

.jaw-profile-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
    line-height: 1.2;
}

.jaw-profile-section .section-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}


.jaw-profile-image img {
    max-width: 100%;
    height: 50%;
}

@media (max-width: 991px) {
    .jaw-profile-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .jaw-profile-image {
        text-align: center;
    }

    .jaw-profile-image img {
        max-width: 80%;
    }

    #hero_section {
        padding: 50px 0;
    }
}


/* fifth  section*/


.metallurgical-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.metallurgical-section .section-title {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

.metallurgical-content {
    margin-bottom: 40px;
}

.metallurgical-content .description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.image-gallery {
    margin-bottom: 50px;
}

.gallery-item {
    margin-bottom: 30px;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.specifications-table {
    background: #fff;
    padding: 30px;
}

.specifications-table table {
    width: 100%;
    margin-bottom: 20px;
}

.specifications-table th {
    background-color: #f8f9fa;
    color: #333;
    font-weight: 600;
    text-align: center;
    padding: 12px;
    border: 1px solid #dee2e6;
}

.specifications-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #dee2e6;
    color: #666;
}

.specifications-table tbody tr:hover {
    background-color: #f8f9fa;
}

.table-note {
    color: #ff4e00;
    font-size: 14px;
    margin-top: 15px;
    text-align: right;
}

@media (max-width: 768px) {
    .specifications-table {
        padding: 15px;
    }

    .specifications-table th,
    .specifications-table td {
        padding: 8px;
        font-size: 14px;
    }
}


/* sixth section */


.more-than-jaw-section {
    background-color: #1a1a1a;
    padding: 80px 0;
    color: #fff;
    position: relative;
}

.more-than-jaw-section .content-box {
    padding-right: 50px;
}

.more-than-jaw-section .info-box {
    background-color: rgba(255, 78, 0, 0.1);
    border-left: 4px solid #ff4e00;
    padding: 20px;
    margin-bottom: 40px;
}

.more-than-jaw-section .highlight-text {
    color: #ff4e00;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.more-than-jaw-section .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.more-than-jaw-section .description {
    font-size: 16px;
    line-height: 1.6;
    color: #ccc;
    margin-bottom: 20px;
}

.more-than-jaw-section .orange-link {
    color: #ff4e00;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
}

.more-than-jaw-section .orange-link:hover {
    text-decoration: underline;
}

.more-than-jaw-section .image-box {
    text-align: center;
}

.more-than-jaw-section .image-box img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .more-than-jaw-section .content-box {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .more-than-jaw-section .image-box {
        margin-top: 30px;
    }
}