/* ===== Core Business Welcome Grid Override ===== */
#business .welcome-grid {
    width: 100% !important;
    float: none !important;
    text-align: center;
    padding: 20px 10px;
}

#business .welcome-grid h4 {
    font-size: 22px !important;
    letter-spacing: 2px;
    word-break: normal;
    white-space: normal;
}

#business .welcome-grid p {
    font-size: 15px !important;
    line-height: 1.8em !important;
    letter-spacing: 1px;
    word-break: normal;
    white-space: normal;
}

#business .welcome-grid span.fa {
    font-size: 40px;
    margin-bottom: 10px;
}

#business .welcome-grid .btn {
    display: inline-block;
    margin-top: 12px;
}

/* ===== Top Contact Bar ===== */
.top-contact-bar {
    background: #1a1a2e;
    color: #ddd;
    padding: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
}

.top-contact-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.top-contact-bar a {
    color: #e8cd30;
    text-decoration: none;
    font-weight: 600;
}

.top-contact-bar a:hover {
    color: #fff;
}

.top-contact-bar span.fa {
    color: #e8cd30;
    margin-right: 5px;
}

/* ===== Logo Full Company Name ===== */
#logo a {
    font-size: 0.7em;
    line-height: 1.4;
    max-width: 420px;
    white-space: normal;
    text-align: left;
}

/* ===== FAQ Section ===== */
.faq-section .faq-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: 0.3s all;
}

.faq-section .faq-item:hover {
    border-color: #009f4d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.faq-section .faq-question {
    padding: 16px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: #323648;
    background: #fafafa;
    transition: 0.3s all;
}

.faq-section .faq-question:hover {
    background: #f0f8f4;
}

.faq-section .faq-question .faq-icon {
    color: #009f4d;
    font-size: 14px;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 10px;
}

.faq-section .faq-answer {
    padding: 0 20px 16px;
    color: #707579;
    line-height: 1.9em;
    font-size: 15px;
    border-top: 1px solid #f0f0f0;
    padding-top: 14px;
    margin-top: 0;
}

/* ===== News / Industry Info ===== */
.news-section .news-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 20px;
    transition: 0.3s all;
}

.news-section .news-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.news-section .news-card h4 {
    font-size: 18px;
    font-weight: 600;
    color: #323648;
    margin-bottom: 10px;
    line-height: 1.5;
}

.news-section .news-card p {
    font-size: 14px;
    line-height: 1.8em;
    color: #707579;
}

.news-section .news-tag {
    display: inline-block;
    background: #009f4d;
    color: #fff;
    padding: 2px 12px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* ===== Service Detail Cards ===== */
.service-detail-card {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    border-left: 4px solid #009f4d;
    transition: 0.3s all;
}

.service-detail-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.service-detail-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #323648;
    margin-bottom: 12px;
}

.service-detail-card p {
    font-size: 15px;
    line-height: 1.9em;
    color: #555;
}

/* ===== Stats Counter Section ===== */
.stats-section {
    background: linear-gradient(135deg, #009f4d 0%, #007a3d 100%);
    padding: 60px 0;
}

.stats-section .counter {
    text-align: center;
    color: #fff;
}

.stats-section .counter .stat-number {
    font-size: 3em;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.stats-section .counter .stat-label {
    font-size: 16px;
    letter-spacing: 2px;
    opacity: 0.9;
    text-transform: uppercase;
}

/* ===== Timeline Section ===== */
.timeline-section {
    position: relative;
    padding: 40px 0;
}

.timeline-section::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #009f4d;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 45%;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

.timeline-item:nth-child(odd) {
    margin-left: 5%;
}

.timeline-item:nth-child(even) {
    margin-left: 50%;
}

.timeline-item::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #009f4d;
    border-radius: 50%;
    top: 25px;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #009f4d;
}

.timeline-item:nth-child(odd)::before {
    right: -38px;
}

.timeline-item:nth-child(even)::before {
    left: -38px;
}

.timeline-item h4 {
    color: #009f4d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.timeline-item p {
    font-size: 14px;
    line-height: 1.8em;
    color: #555;
}

/* ===== Advantage Cards ===== */
.advantage-card {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: 0.3s all;
    height: 100%;
}

.advantage-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.advantage-card .adv-icon {
    width: 70px;
    height: 70px;
    background: #009f4d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.advantage-card .adv-icon span.fa {
    color: #fff;
    font-size: 28px;
}

.advantage-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #323648;
}

.advantage-card p {
    font-size: 14px;
    line-height: 1.8em;
    color: #666;
}

/* ===== CTA Section ===== */
.cta-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 60px 0;
    text-align: center;
}

.cta-section h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.cta-section p {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .cta-btn {
    display: inline-block;
    background: #e8cd30;
    color: #333;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.3s all;
}

.cta-section .cta-btn:hover {
    background: #fff;
    color: #333;
}

/* ===== Business Intro Section ===== */
.business-intro {
    background: #f8fdf9;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
}

.business-intro h4 {
    font-size: 22px;
    font-weight: 600;
    color: #009f4d;
    margin-bottom: 12px;
}

.business-intro p {
    font-size: 15px;
    line-height: 2em;
    color: #555;
}

/* ===== Equipment Table ===== */
.equipment-list {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.equipment-list h4 {
    font-size: 20px;
    font-weight: 600;
    color: #323648;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #009f4d;
}

.equipment-list ul {
    list-style: none;
    padding: 0;
}

.equipment-list ul li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.equipment-list ul li span.fa {
    color: #009f4d;
    margin-right: 8px;
}

/* ===== Qualification Badge ===== */
.qual-badge {
    display: inline-block;
    background: #e8cd30;
    color: #333;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

/* ===== Page Banner ===== */
.page-banner {
    background-size: cover;
    background-position: center;
    min-height: 250px;
    position: relative;
    display: flex;
    align-items: center;
}

.page-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.page-banner .banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 40px 0;
}

.page-banner .banner-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.page-banner .banner-content p {
    color: #ddd;
    font-size: 16px;
    letter-spacing: 2px;
}

.page-banner .banner-content .breadcrumb {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.page-banner .banner-content .breadcrumb a {
    color: #e8cd30;
    text-decoration: none;
}

.page-banner .banner-content .breadcrumb span {
    color: #aaa;
}

/* ===== Footer Update ===== */
footer .footer-company-name {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.6;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .top-contact-bar .container {
        justify-content: center;
        text-align: center;
        gap: 8px;
    }

    #logo a {
        max-width: 100%;
        text-align: center;
        font-size: 0.6em;
    }

    .timeline-section::before {
        left: 20px;
    }

    .timeline-item {
        width: calc(100% - 50px);
        margin-left: 50px !important;
    }

    .timeline-item::before {
        left: -38px !important;
        right: auto !important;
    }
}

@media (max-width: 768px) {
    .page-banner {
        min-height: 200px;
    }

    .page-banner .banner-content h2 {
        font-size: 26px;
    }

    .stats-section .counter .stat-number {
        font-size: 2em;
    }

    .cta-section h3 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .top-contact-bar {
        font-size: 12px;
    }

    #logo a {
        font-size: 0.5em;
    }

    .page-banner .banner-content h2 {
        font-size: 22px;
        letter-spacing: 1px;
    }

    .faq-section .faq-question {
        font-size: 14px;
        padding: 12px 16px;
    }
}
