﻿
body {
    font-family: 'Poppins', sans-serif !important;
}

.infra-machinery-section {
    padding: 25px 0;
    background: #f4f4f4;
}

    .infra-machinery-section h2 {
        font-size: 28px;
        margin-bottom: 15px;
        color: var(--brand-red);
    }

.page-hero {
    padding: 100px 20px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 500px;
}

.section + .section {
    padding-top: 5px;
}

.hero-text {
    max-width: 900px;
}

    .hero-text h1 {
        margin-bottom: 20px;
    }

    .hero-text p {
        margin: 0 auto 25px auto;
    }

.container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.contact-btn {
    text-decoration: none;
    color: #fff;
}

    .contact-btn:hover {
        color: black;
    }

.contact-btn {
    /* animation: heartbeat 1.5s ease-in-out infinite; */
    transform-origin: center;
}

/* @@keyframes heartbeat {
        0% {
            transform: scale(1);
        }

        14% {
            transform: scale(1.1);
        }

        28% {
            transform: scale(1);
        }

        42% {
            transform: scale(1.1);
        }

        70% {
            transform: scale(1);
        }

        100% {
            transform: scale(1);
        }
    } */

.contact-btn {
    /* animation: heartbeat 1.5s ease-in-out infinite; */
    transform-origin: center;
    display: inline-block;
}

.infra-footer {
    text-align: center;
    line-height: 1.6;
    font-size: 20px;
    max-width: 1100px;
    width: 100%;
    margin: 5px auto 20px auto;
}

.infra-intro p {
    text-align: center;
    line-height: 1.6;
    font-size: 20px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.lab-intro p {
    text-align: center;
    line-height: 1.6;
    font-size: 20px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.lab-commitment p {
    text-align: center;
    line-height: 1.6;
    font-size: 20px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.lab-note strong {
    font-size: 22px;
}

.lab-note p {
    line-height: 1.6;
    font-size: 20px;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 20px auto;
}

.premium-service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    text-align: center;
    padding-bottom: 0px;
}

    .premium-service-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    }

.service-img {
    height: 220px;
    overflow: hidden;
}

    .service-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.4s ease;
    }

.premium-service-card:hover img {
    transform: scale(1.05);
}

.premium-service-card h3 {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}

.premium-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.premium-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.service-heading h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.infra-intro h5 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
}

.lab-intro h3 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 10px;
}

.lab-purpose {
    text-align: center;
    max-width: 900px;
    margin: 10px auto;
}

    .lab-purpose p {
        text-align: center;
        line-height: 1.6;
        font-size: 20px;
        max-width: 1100px;
        width: 100%;
        margin: 0 auto 20px auto;
    }

.min-heading {
    text-align: center;
    color: black;
    font-size: 25px;
}

.lab-purpose ul {
    list-style: none !important;
    padding-left: 25px;
    margin: 0;
}

.lab-purpose ul {
    list-style: none; /* remove default blue bullets */
    padding-left: 25px;
    font-size: 20px;
    padding: 0;
    margin: 0 auto;
    text-align: left; /* Keeps text properly aligned */
    display: inline-block; /* Keeps list centered but text left aligned */
}

.lab-purpose li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.lab-commitment p {
    font-size: 20px;
}

.value-card h4 {
    text-align: center;
}

.premium-values-footer {
    margin-top: 15px;
    margin-bottom: 15px;
}

.infra-table-wrapper,
.lab-table-wrapper {
    overflow-x: auto;
}

.infra-table {
    display: flex;
    gap: 30px;
}

    .infra-table table {
        min-width: 500px;
        width: 100%;
        border-collapse: collapse;
    }

    .infra-table th,
    .infra-table td,
    .lab-table-wrapper th,
    .lab-table-wrapper td {
        border: 1px solid #ddd;
        padding: 8px;
        font-size: 14px;
    }

@@media (max-width: 1200px) {

    .premium-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .premium-values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Tablets */
@@media (max-width: 992px) {

    .premium-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .infra-table {
        flex-direction: column;
    }

    .service-img {
        height: 200px;
    }

    .service-heading h2 {
        font-size: 26px;
    }

    p {
        font-size: 18px;
        padding: 0 15px;
    }
}

/* Mobile Devices */
@@media (max-width: 576px) {

    .premium-services-grid {
        grid-template-columns: 1fr;
    }

    .premium-values-grid {
        grid-template-columns: 1fr;
    }

    .service-img {
        height: 180px;
    }

    .service-heading h2 {
        font-size: 22px;
    }

    .infra-intro h5 {
        font-size: 20px;
    }

    .min-heading {
        text-align: center;
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .premium-btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .page-hero {
        height: 100vh;
        padding: 60px 20px;
        text-align: center;
        background-position: center;
        background-size: cover;
    }

    .hero-text h1 {
        font-size: 24px;
    }
}

.infra-machinery-section {
    padding: 25px 0;
    background: #f4f4f4;
}

    .infra-machinery-section h2 {
        font-size: 28px;
        margin-bottom: 15px;
        color: var(--brand-red);
    }

.infra-header-action {
    width: 100%;
    display: flex;
    justify-content: flex-end; /* keeps button on right */
    margin-bottom: 20px;
}


.download-pdf-btn {
    background: #d62828;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

    .download-pdf-btn:hover {
        background: #b81f1f;
    }


@@media (max-width:768px) {

    .infra-header-action {
        text-align: center;
    }

    .download-pdf-btn {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }
}


.lab-purpose li {
    position: relative;
    margin-bottom: 10px;
    line-height: 1.6;
}

    .lab-purpose li::before {
        content: "▶";
        position: absolute;
        left: -18px;
        top: 0px;
        color: #d62828;
        font-size: 12px;
    }
