
    .rdso-section {
        width: 100%;
        max-width: 1000px;
        margin: 20px auto;
        font-family: Arial, sans-serif;
        border: 1px solid #000;
        border-collapse: collapse;
    }

    .rdso-section table {
        width: 100%;
        border-collapse: collapse;
    }

    .rdso-section td, 
    .rdso-section th {
        border: 1px solid #000;
        padding: 10px;
        vertical-align: top;
        font-size: 14px;
    }

    .rdso-title {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
    }

    .rdso-subtitle {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }

    .bold {
        font-weight: bold;
    }

    .bullet {
        margin-left: 15px;
    }

    .bullet li {
        margin-bottom: 5px;
    }
    .rdso-org-title {
        text-align: center;
        font-weight: bold;
        margin: 30px 0 20px;
        text-decoration: underline;
    }

    .org-chart {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .org-level {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin: 15px 0;
        flex-wrap: wrap;
    }

    .org-box {
        background: #f4a582;
        border: 2px solid #c6592f;
        padding: 10px;
        text-align: center;
        font-size: 13px;
        min-width: 180px;
    }

    .org-line {
        width: 2px;
        height: 20px;
        background: #333;
    }
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 30px;
    }

    .gallery-item {
        text-align: center;
    }

    .gallery-item img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border: 1px solid #ccc;
    }

    .gallery-caption {
        margin-top: 8px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    .gallery2-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 40px;
    }

    .gallery2-item {
        text-align: center;
    }

    .gallery2-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border: 1px solid #ccc;
    }

    .gallery2-title {
        margin-top: 8px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    .test-table-title {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        margin: 30px 0 15px;
        text-decoration: underline;
    }
    .lab-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 30px;
        align-items: center;
    }

    .lab-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border: 1px solid #ccc;
    }

    .lab-title {
        text-align: center;
        margin-top: 15px;
        font-weight: bold;
        text-decoration: underline;
        font-size: 16px;
    }
    .testgallery-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 40px;
    }

    .testgallery-item {
        text-align: center;
    }

    .testgallery-img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border: 1px solid #ccc;
    }

    .testgallery-caption {
        margin-top: 8px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    .artisan-title {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        margin: 25px 0 10px;
    }

    .artisan-company {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        background: #a9bcd0;
        padding: 10px;
        border: 1px solid #000;
    }
    .client-title {
        background: red;
        color: #000;
        text-align: center;
        font-weight: bold;
        padding: 10px;
        border: 1px solid #000;
        font-size: 14px;
    }