.team-section {
    margin: 40px auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    border: 3px solid white;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.team-cell {
    position: relative;
    overflow: hidden;
}

.team-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-cell:hover img {
    transform: scale(1.05);
}

.green-panel {
    background: #009944;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 30px;
    text-align: center;
}

.green-panel h3 {
    color: white;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.green-panel p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7;
}

@media (max-width: 992px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .green-panel {
        padding: 30px 20px;
    }

    .green-panel h3 {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: 1.6rem;
    }
}
/**/
.server-process{background:url(../images/b16.jpg)no-repeat;color: #fff;padding: 3rem 0;background-size: cover;}
.server-process p{line-height: 1.8;font-size: 16px;}
.server-process .pro-image{padding-top: 0.75rem;}

.description-text {
    line-height: 2;
    margin-top: 1.5rem;
}

.custom-rounded {
    border-radius: 12px !important;
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.img-wrapper {
    overflow: hidden;
    border-radius: 12px;
}

.img-wrapper img {
    transition: transform 0.3s ease;
}

.img-wrapper:hover img {
    transform: scale(1.05);
}

.g-4, .gy-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
@media (max-width: 1200px) {
    .description-text {
        margin-top: 0.5rem;
        line-height: 1.5;
    }
}
/**/
.navbar-custom {
    background-color: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}

.nav-link-custom {
    color: #555555 !important;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem !important;
    transition: color 0.2s ease;
}

.nav-link-custom:hover {
    color: var(--primary-green) !important;
}

.nav-link-custom.active {
    color: var(--primary-green) !important;
    font-weight: 600;
}

.faq-card {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem 0;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.3s ease;
}

.faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.75rem;
}

.faq-question.highlight {
    color: var(--primary-green);
}

.faq-answer {
    font-size: 0.95rem;
    color: #555555;
    line-height: 1.7;
    margin-bottom: 0;
}

.faq-answer ul {
    margin-top: 0.5rem;
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.faq-answer li {
    margin-bottom: 0.25rem;
}

@media (max-width: 576px) {
    .faq-card {
        padding: 1.25rem;
    }

    .page-title {
        font-size: 1.25rem;
    }

    .faq-question {
        font-size: 1rem;
    }
}
/**/
.maintenance-title {
    color: var(--primary-green);
    font-weight: 700;
    font-size: 2.5rem;
}

.maintenance-sub-title {
    color: #333;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.intro-box {
    background-color: #eeeeee;
    border-radius: 15px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.repair-section {
    background-color: var(--primary-green);
    border-radius: 12px;
    padding: 2rem;
    color: white;
}

.repair-section h3 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.repair-section .frequency {
    font-size: 0.95rem;
    margin-bottom:0;
}

.repair-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.repair-section ul li {
    padding-left: 1rem;
    position: relative;
}

.repair-section ul li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.repair-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.image-container {
    height: 100%;
    min-height: 300px;
}

.bottom-sections {
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .maintenance-title {
        font-size: 1.5rem;
    }
    .maintenance-sub-title {
        font-size: 1.2rem;
    }
    .image-container {
        min-height: 200px;
        margin-bottom: 1rem;
    }
}
/**/
:root {
    --primary-color: #2E1A6B;
    --accent-color: #FFB800;
}
.production-line{
    background:url(../images/b17.jpg)no-repeat;
    background-size: cover;
    color: #fff;
}

.nav-tabs-custom {
    display: flex;
    justify-content: center;
    border-bottom: none;
    background: #009944;
    border-radius: 8px;
}

.nav-tabs-custom .nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1rem 2.5rem;
    border: none;
    width: 100%;
    border-radius: 0;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
}

.nav-tabs-custom .nav-link:hover {
    color: var(--accent-color);
    background: rgba(255, 255, 255, 0.1);
}

.nav-tabs-custom .nav-link.active {
    color: var(--accent-color);
    background: transparent;
    border: none;
}

.nav-tabs-custom .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #009944;
}

.content-section {
    padding-top: 3rem;
}

.content-title {
    color: #009944;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.content-subtitle {
    font-size: 1.1rem;
    font-weight: 600;
}

.step-list {
    list-style: disc;
}

.step-list li {
    padding: 0.5rem 0;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.6;
}

.step-list {
    counter-reset: step;
}

.card-custom {
    padding:0 2rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
@media (max-width: 768px) {
    .nav-tabs-custom{flex-wrap: wrap;}
    .card-custom{padding: 0;}
    .nav-tabs-custom .nav-link{font-size: unset;padding: 0.5rem 1rem;}
}
/**/
.installation-section {
    background-color: #009b4c;
    color: white;
    border-radius: 12px;
}

.installation-section .section-title {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.intro-text {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.topic-item {
    margin-bottom: 1.75rem;
}

.topic-item:last-child {
    margin-bottom: 0;
}

.topic-content {
    line-height: 1.7;
    opacity: 0.9;
    padding-left: 0;
}

.lubrication-section {
    background-color:  #eee;
    color: #333333;
    border-radius: 12px;
}

.lubrication-section .section-title {
    color: #333333;
    border-bottom-color: rgba(0, 0, 0, 0.15);
}

.lubrication-item {
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.troubleshooting-section {
    background-color: #134a9b;
    color: white;
    border-radius: 12px;
}

.troubleshooting-section .section-title {
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.problem-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.problem-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0;
    font-size: 0.95rem;
}

.problem-item:last-child {
    border-bottom: none;
}

@media (max-width: 991px) {
    .content-section {
        padding: 1.5rem;
    }

    .main-header h1 {
        font-size: 2rem;
    }

    .installation-section,
    .lubrication-section,
    .troubleshooting-section {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .main-header {
        padding: 2rem 1rem;
    }

    .main-header h1 {
        font-size: 1.75rem;
    }

    .main-header .subtitle {
        font-size: 1rem;
    }

    .content-section {
        padding: 1.25rem;
    }

    .section-title {
        font-size: 1.25rem;
    }
}
/**/
.parts-product-card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.parts-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.parts-product-card .card-img-top {
    border-radius: 8px 8px 0 0;
    height: 180px;
    object-fit: cover;
    width: 100%;
}

.parts-product-card .card-body {
    background-color: var(--primary-green);
    border-radius: 0 0 8px 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
}

.parts-product-card .card-text {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
}

.parts-product-grid .row {
    justify-content: flex-start;
}

.page-section {
    padding: 40px 0;
}

@media (max-width: 991px) {
    .parts-product-card .card-img-top {
        height: 160px;
    }

}

@media (max-width: 767px) {
    .parts-product-card .card-img-top {
        height: 200px;
    }
}
/* Hero Section */
.parts-hero-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f8fff9 0%, #ffffff 100%);
}

.parts-hero-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.parts-hero-title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: var(--primary-green);
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.parts-hero-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background-color: var(--primary-green);
    border-radius: 2px;
}

.parts-hero-description {
    color: #6c757d;
    font-size: 1.05rem;
    margin-bottom: 30px;
    line-height: 1.8;
}

.btn-chat {
    background-color: var(--primary-green);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-chat:hover {
    background-color: #008c44;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 166, 81, 0.3);
}

.btn-message {
    background-color: #134a9b;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-message:hover {
    background-color: #0d3a7a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(26, 79, 156, 0.3);
}

.contact-pill {
    background-color: #e9ecef;
    border-radius: 8px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-green);
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-pill i {
    font-size: 1.3rem;
}

/* Parts Section */
.hero-section {
    padding: 80px 0;
    background-color: #fafafa;
}

.section-title {
    font-weight: 700;
    color: var(--primary-green);
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 60px;
    height: 3px;
    background-color: var(--primary-green);
    border-radius: 2px;
}

.parts-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.parts-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 166, 81, 0.15);
}

.parts-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    background-color: #f0f0f0;
}

.parts-label {
    background-color: var(--primary-green);
    color: white;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: 500;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.4;
}

/* Footer */
.footer {
    background-color: #222;
    color: #fff;
    padding: 30px 0;
    text-align: center;
}

.footer a {
    color: var(--primary-green);
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-section {
        padding: 40px 0;
    }

    .hero-image {
        height: 350px;
        margin-bottom: 30px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .contact-pill {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hero-image {
        height: 280px;
    }

    .btn-chat, .btn-message {
        width: 100%;
        margin-bottom: 10px;
    }
}