html {
    font-family: "Euclid Circular A";
}

/* CSR Header */
.csr-header {
    text-align: center;
    margin-bottom: 60px;
}

.csr-main-title {
    font-size: 36px;
    font-weight: 600;
    color: #9a0000;
    margin-bottom: 17px;
}

.csr-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
    max-width: 900px;
    margin: 0 auto;
}

/* Main Content */
.csr-main-content {
    margin-top: 60px;
    align-items: center;
}

.csr-second-content {
    margin-top: 60px;
    align-items: center;
}

/* CSR Policy Section */
.csr-policy-section {
    padding-left: 0px;
}

.policy-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #9a0000;
    margin-bottom: 11px;
}

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

.policy-list ul li {
    padding: 9px 0;
    font-size: 0.95rem;
    color: #555555;
}

.policy-list ul li:last-child {
    border-bottom: none;
}

/* Preamble Section */
.csr-preamble-section {
    padding-right: 30px;
}

.preamble-title {
    font-size: 27px;
    font-weight: 500;
    color: #9a0000;
    margin-bottom: 19px;
}
.preamble-content h4 {
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 4px;
}
.preamble-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}
.policy-objectives {
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 4px;
}

.preamble-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* CSR Images */
.csr-image-wrapper {
    padding-right: 0px;
}

.csr-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* CSR Policy Details Section */
.csr-policy-details-section {
    background-color: #f3f3f3;
    padding: 10px 0;
    color: #555555;
}

.csr-policy-details {
    max-width: 100%;
}

.policy-details-title {
    font-size: 29px;
    font-weight: normal;
    color: #9a0000;
    margin-bottom: 9px;
}

.policy-activities {
    padding: 0px;
}

.policy-activities p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0px;

    color: #555555;
}

.policy-activities p strong {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

/* CSR Activities List */
.policy-activities ul,
.csr-activities-list {
    list-style: none;
    padding-left: 0;
    margin: 4px 0;
}

.policy-activities ul li,
.csr-activities-list li {
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #555555;
    text-align: justify;
    letter-spacing: 0.4px;
}

/* CSR Additional Sections */
.csr-additional-sections {
    background: url(../img/legacy-bg.png);
    background-size: contain;
    background-repeat: repeat;
    background-size: 31%;
    padding: 40px 0;
}

.csr-section-block {
    margin-bottom: 0px;
    padding: 0;
}

.section-title {
    font-size: 29px;
    font-weight: normal;
    color: #9a0000;
    margin-bottom: 9px;
}

.section-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0px;
    color: #555555;
    text-align: justify;
    letter-spacing: 0.7px;
}

.section-text strong {
    font-weight: 500;
    color: #555555;
    font-size: 14px;
}

/* Eligibility List */
.section-text ul,
.eligibility-list {
    list-style: none;
    padding-left: 0;
    margin: 6px 0;
}

.section-text ul li,
.eligibility-list li {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #555555;
    position: relative;
    padding-left: 13px;
    font-weight: 600;
    letter-spacing: 1.1px;
}

.section-text ul li:before,
.eligibility-list li:before {
    content: "•";
    color: #9a0000;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* CSR Monitoring Section */
.csr-monitoring-block {
    padding: 0 15px;
}

.monitoring-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0px;
    color: #555555;
    letter-spacing: 0.8px;
}

.monitoring-text strong {
    font-weight: 600;
    color: #555555;
}

/* Modern Clean Layout Styles */
.csr-modern-section {
    background-color: #f9f9f9;
    padding: 3rem 0;
}

.section-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.section-heading {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    padding-top: 0.5rem;
}

/* Reporting Framework Styles */
.framework-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.framework-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #495057;
}

.framework-item:last-child {
    border-bottom: none;
}

.framework-number {
    font-weight: 600;
    color: #dc3545;
    margin-right: 0.5rem;
}

.framework-sub-item {
    padding-left: 1.5rem;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #6c757d;
}

/* Geography Styles */
.geography-text {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #495057;
}

.geography-images {
    margin-top: 1.5rem;
}

.geography-img {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    transition: none;
}

/* Geography Box */
.geography-box {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.geography-title {
    color: #9a0000;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.geography-content {
    margin-bottom: 15px;
}

.geography-text {
    font-size: 0.7rem;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #333;

    text-align: justify;
}

.geography-images {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.geography-image-item {
    width: 100%;
}

.geography-img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Reporting Framework Styles */
.csr-reporting-column {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.csr-reporting-wrapper {
    padding: 20px 0;
}

.csr-framework-list,
.csr-framework-list ol {
    padding-left: 20px;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    color: #555555;
}

.csr-framework-list ol li,
.csr-framework-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
}

.csr-framework-list ol li:before,
.csr-framework-list li::marker {
    font-weight: 600;
    color: #333;
}

/* Geography Styles */
.csr-geography-wrapper {
    padding: 20px 0;
}

.csr-geography-text {
    font-size: 0.7rem;
    line-height: 1.3;
    text-align: justify;
    color: #333;
    margin-bottom: 8px;
}

.csr-geography-images {
    margin-top: 0;
}

.csr-geography-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 336/200;
    object-fit: cover;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    display: block;
}

/* CSR Header */
.csr-header {
    text-align: center;
    margin-bottom: 60px;
}

.csr-main-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #a62320;
    margin-bottom: 30px;
}

.csr-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    max-width: 900px;
    margin: 0 auto;
}

/* Main Content */
.csr-main-content {
    margin-top: 60px;
    align-items: center;
}

.csr-second-content {
    margin-top: 40px;
    align-items: center;
}

/* CSR Policy Section */
.csr-policy-section {
    padding-left: 30px;
}

.policy-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #a62320;
    margin-bottom: 20px;
}

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

.policy-list ul li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

.policy-list ul li:last-child {
    border-bottom: none;
}

/* Preamble Section */
.csr-preamble-section {
    padding-right: 30px;
}

.preamble-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #a62320;
    margin-bottom: 20px;
}

.policy-objectives {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.preamble-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* CSR Images */
.csr-image-wrapper {
    padding-right: 20px;
}

.csr-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* CSR Policy Details Section */
.csr-policy-details-section {
    background-color: #f3f3f3;
    padding: 60px 0;
    color: #000;
}

.csr-policy-details {
    max-width: 100%;
}

.policy-details-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #a62320;
    margin-bottom: 30px;
}

.policy-activities {
    padding: 0 15px;
}

.policy-activities p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;

    color: #555555;
}

.policy-activities p strong {
    font-weight: 500;
}

/* CSR Activities List */
.policy-activities ul,
.csr-activities-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.policy-activities ul li,
.csr-activities-list li {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555555;

    text-align: justify;
}

/* CSR Additional Sections */
.csr-additional-sections {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.csr-section-block {
    margin-bottom: 40px;
    padding: 0 15px;
}

.section-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #a62320;
    margin-bottom: 20px;
}

.section-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555555;

    text-align: justify;
}

.section-text strong {
    font-weight: 600;
    color: #333;
}

/* Eligibility List */
.section-text ul,
.eligibility-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.section-text ul li,
.eligibility-list li {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555555;
    position: relative;
    padding-left: 20px;
}

.section-text ul li:before,
.eligibility-list li:before {
    content: "•";
    color: #a62320;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* CSR Monitoring Section */
.csr-monitoring-block {
    padding: 0 15px;
}

.monitoring-text {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555555;
}

.monitoring-text strong {
    font-weight: 600;
    color: #555555;
}

/* Modern Clean Layout Styles */
.csr-modern-section {
    background-color: #f9f9f9;
    padding: 3rem 0;
}

.section-card {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 2rem;
    height: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.section-heading {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    padding-top: 0.5rem;
}

/* Reporting Framework Styles */
.framework-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.framework-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #495057;
}

.framework-item:last-child {
    border-bottom: none;
}

.framework-number {
    font-weight: 600;
    color: #dc3545;
    margin-right: 0.5rem;
}

.framework-sub-item {
    padding-left: 1.5rem;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #6c757d;
}

/* Geography Styles */
.geography-text {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #495057;
}

.geography-images {
    margin-top: 1.5rem;
}

.geography-img {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    transition: none;
}

/* Geography Box */
.geography-box {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.geography-title {
    color: #a62320;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.geography-content {
    margin-bottom: 15px;
}

.geography-text {
    font-size: 0.7rem;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #333;

    text-align: justify;
}

.geography-images {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.geography-image-item {
    width: 100%;
}

.geography-img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Capital Assets Section - Pixel Perfect Design */
.csr-capital-assets-section {
    background-color: #ffffff;
    padding: 30px 0;
}

.capital-assets-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.capital-assets-title {
    font-size: 13px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 5px;
    line-height: 1.2;
}

.capital-assets-subtitle {
    font-size: 12px;
    color: #333333;
    margin-bottom: 15px;
    line-height: 1.3;
}

/* Main Assets Table Container */
.assets-table-container {
    margin-bottom: 20px;
    border: 1px solid #000000;
    background-color: #ffffff;
}

.capital-assets-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    background-color: #ffffff;
}

/* Table Header */
.table-header-row {
    background-color: #9a0000;
    color: #ffffff;
    height: 60px;
}

.capital-assets-table thead th {
    padding: 8px 6px;
    text-align: center;
    font-weight: normal;
    border: 1px solid #000000;
    font-size: 13px;
    line-height: 1.6;
    vertical-align: middle;
}

.header-sno {
    width: 8%;
    min-width: 40px;
}

.header-particulars {
    width: 42%;
    min-width: 200px;
}

.header-amount {
    width: 18%;
    min-width: 100px;
}

.header-location {
    width: 32%;
    min-width: 150px;
}

/* Table Body */
.capital-assets-table tbody td {
    padding: 8px 6px;
    border: 1px solid #000000;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.5;
    color: #555555;
    text-align: center;
}

.data-row {
    background-color: #ffffff;
    min-height: 40px;
}

.cell-sno {
    text-align: center;
    font-weight: normal;
    background-color: #ffffff;
}

.cell-particulars {
    text-align: left;
    padding-left: 8px;
    background-color: #ffffff;
}

.cell-amount {
    text-align: right;
    padding-right: 8px;
    background-color: #ffffff;
}

.cell-location {
    text-align: left;
    padding-left: 8px;
    background-color: #ffffff;
    font-size: 10px;
    line-height: 1.2;
}

/* Total Row */
.total-row {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-weight: bold;
    height: 35px;
}

.total-row td {
    border: 1px solid #000000;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.total-cell-label {
    text-align: right;
    font-weight: bold;
    background-color: #000000 !important;
    color: #ffffff !important;
    padding-right: 8px;
}

.total-cell-amount {
    text-align: right;
    padding-right: 8px;
    font-weight: bold;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.total-cell-empty {
    background-color: #000000 !important;
}

/* Summary Information Section */
.summary-left-content {
    padding-right: 15px;
}

.summary-description {
    font-size: 14px;
    color: #333333;
    line-height: 1.7;
    text-align: justify;
    margin: 0;
}

.summary-right-table {
    width: 100%;
}

/* Summary Details Table */
.summary-details-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
    border: 1px solid #000000;
    background-color: #ffffff;
}

.summary-header-row {
    background-color: #9a0000;
    color: #ffffff;
    height: 35px;
}

.summary-details-table thead th {
    padding: 6px 8px;
    text-align: center;
    font-weight: 500;
    border: 1px solid #000;
    font-size: 15px;
    vertical-align: middle;
}

.summary-header-particulars {
    width: 50%;
}

.summary-header-remarks {
    width: 25%;
}

.summary-header-amount {
    width: 25%;
}

.summary-details-table tbody td {
    padding: 6px 8px;
    border: 1px solid #000000;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.2;
    color: #333333;
    min-height: 30px;
    font-weight: 100;
}

.summary-data-row {
    background-color: #ffffff;
}

.summary-data-row.dark-row {
    background-color: #000000;
    color: #ffffff;
}

.summary-data-row.dark-row td {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.summary-cell-particulars {
    text-align: left;
    padding-left: 8px;
}

.summary-cell-remarks {
    text-align: center;
}

.summary-cell-amount {
    text-align: right;
    padding-right: 8px;
}

/* Responsive Design for Capital Assets Section */
@media (max-width: 768px) {
    .capital-assets-wrapper {
        padding: 0 10px;
    }

    .assets-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .capital-assets-table {
        min-width: 600px;
    }

    .summary-left-content {
        margin-bottom: 20px;
        padding-right: 0;
    }

    .summary-right-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .summary-details-table {
        min-width: 400px;
    }

    .capital-assets-title {
        font-size: 13px;
    }

    .capital-assets-subtitle {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .capital-assets-table {
        min-width: 500px;
        font-size: 10px;
    }

    .capital-assets-table thead th {
        font-size: 10px;
        padding: 6px 4px;
    }

    .capital-assets-table tbody td {
        font-size: 10px;
        padding: 6px 4px;
    }

    .summary-details-table {
        font-size: 10px;
        min-width: 350px;
    }

    .summary-details-table thead th,
    .summary-details-table tbody td {
        font-size: 10px;
        padding: 4px 6px;
    }
}

/* Table Hover Effects */
.assets-table tbody tr:not(.total-row):hover {
    background-color: #f8f9fa !important;
    transition: background-color 0.2s ease;
}

.summary-table tbody tr:hover {
    background-color: #f8f9fa !important;
    transition: background-color 0.2s ease;
}

/* Scroll Indicators */
.assets-table-wrapper.scrollable,
.summary-table-wrapper.scrollable {
    position: relative;
}

.assets-table-wrapper.scrollable::after,
.summary-table-wrapper.scrollable::after {
    content: "→";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(166, 35, 32, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 0.8rem;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.assets-table-wrapper.scrolled-right::after,
.summary-table-wrapper.scrolled-right::after {
    opacity: 0;
}

/* Enhanced Table Styling */
.assets-table tbody tr {
    transition: background-color 0.2s ease;
}

.summary-table tbody tr {
    transition: background-color 0.2s ease;
}

/* Focus styles for accessibility */
.assets-table:focus,
.summary-table:focus {
    outline: 2px solid #a62320;
    outline-offset: 2px;
}

/* Responsive Design */
@media (max-width: 991px) {
    .csr-policy-section,
    .csr-preamble-section {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .csr-image-wrapper {
        padding-left: 15px;
    }

    .csr-second-content {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .csr-policy-details-section {
        padding: 40px 0;
    }

    .csr-additional-sections {
        padding: 40px 0;
    }

    .csr-main-title {
        font-size: 2rem;
    }

    .csr-description {
        font-size: 0.95rem;
    }

    .csr-policy-section,
    .csr-preamble-section {
        padding-right: 15px;
        margin-bottom: 25px;
    }

    .csr-image-wrapper {
        padding-left: 15px;
        margin-top: 20px;
    }

    .policy-details-title {
        font-size: 1.3rem;
    }

    .policy-activities {
        padding: 0 10px;
    }

    .csr-section-block {
        padding: 0 10px;
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .csr-monitoring-block {
        padding: 0 10px;
    }

    /* Capital Assets Mobile */
    .csr-capital-assets-section {
        padding: 30px 0;
    }

    .capital-assets-title {
        font-size: 1rem;
    }

    .capital-assets-subtitle {
        font-size: 0.85rem;
    }

    .assets-table th,
    .assets-table td {
        padding: 8px 4px;
        font-size: 0.7rem;
    }

    .summary-table th,
    .summary-table td {
        padding: 8px 4px;
        font-size: 0.7rem;
    }

    .location-cell {
        font-size: 0.65rem;
    }

    .assets-description p {
        font-size: 0.75rem;
    }

    /* Reporting Framework Mobile */
    .reporting-framework-box {
        padding: 12px;
        margin-bottom: 15px;
    }

    .framework-table td {
        padding: 4px 3px;
        font-size: 0.65rem;
    }

    .framework-number {
        width: 18px;
    }

    .framework-title {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    /* Geography Mobile */
    .geography-box {
        padding: 12px;
        margin-bottom: 15px;
    }

    .geography-title {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .geography-text {
        font-size: 0.65rem;
        margin-bottom: 6px;
    }

    .geography-images {
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .csr-main-title {
        font-size: 1.8rem;
    }

    .csr-policy-section,
    .csr-preamble-section {
        padding-right: 0;
    }

    .csr-image-wrapper {
        padding-left: 0;
        margin-top: 20px;
    }

    .policy-title,
    .preamble-title {
        font-size: 1.2rem;
    }

    /* Capital Assets Extra Small Mobile */
    .capital-assets-title {
        font-size: 0.95rem;
    }

    .capital-assets-subtitle {
        font-size: 0.8rem;
    }

    .assets-table th,
    .assets-table td {
        padding: 6px 3px;
        font-size: 0.65rem;
    }

    .summary-table th,
    .summary-table td {
        padding: 6px 3px;
        font-size: 0.65rem;
    }

    .location-cell {
        font-size: 0.6rem;
    }

    .assets-description p {
        font-size: 0.7rem;
    }

    /* Make tables horizontally scrollable on very small screens */
    .assets-table-wrapper,
    .summary-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .assets-table,
    .summary-table {
        min-width: 600px;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .csr-policy-section,
    .csr-preamble-section {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .csr-image-wrapper {
        padding-left: 15px;
    }

    .csr-second-content {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .csr-policy-details-section {
        padding: 40px 0;
    }

    .csr-additional-sections {
        padding: 40px 0;
    }

    .csr-main-title {
        font-size: 2rem;
    }

    .csr-description {
        font-size: 0.95rem;
    }

    .csr-policy-section,
    .csr-preamble-section {
        padding-right: 15px;
        margin-bottom: 25px;
    }

    .csr-image-wrapper {
        padding-left: 15px;
        margin-top: 20px;
    }

    .policy-details-title {
        font-size: 1.3rem;
    }

    .policy-activities {
        padding: 0 10px;
    }

    .csr-section-block {
        margin-bottom: 0px;
    }

    .section-title {
        font-size: 1.2rem;
    }

    .csr-monitoring-block {
        padding: 0 10px;
    }

    /* Reporting Framework Mobile */
    .reporting-framework-box {
        padding: 12px;
        margin-bottom: 15px;
    }

    .framework-table td {
        padding: 4px 3px;
        font-size: 0.65rem;
    }

    .framework-number {
        width: 18px;
    }

    .framework-title {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    /* Geography Mobile */
    .geography-box {
        padding: 12px;
        margin-bottom: 15px;
    }

    .geography-title {
        font-size: 0.9rem;
        margin-bottom: 10px;
    }

    .geography-text {
        font-size: 0.65rem;
        margin-bottom: 6px;
    }

    .geography-images {
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .csr-main-title {
        font-size: 1.8rem;
    }

    .csr-policy-section,
    .csr-preamble-section {
        padding-right: 0;
    }

    .csr-image-wrapper {
        padding-left: 0;
        margin-top: 20px;
    }

    .policy-title,
    .preamble-title {
        font-size: 1.2rem;
    }
}

.reporting-framework ul {
    margin-top: 20px;
}

.reporting-framework ul li {
    list-style: numeric;
    padding-bottom: 10px;
    font-size: 14px;
}

.csr-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

.csr-list li {
    flex: 1 1 50%;
    box-sizing: border-box;
}

.right-csr-ul ul li {
    font-size: 14px !important;
    color: #555555 !important;
    line-height: 1.5;
    letter-spacing: 0.9px !important;
    text-align: justify;
}

section.reporting-framework {
    border-bottom: 1px solid #000;
}

.csr-programing h3 {
    font-size: 29px;
    font-weight: 600;
    color: #9a0000;
    margin-bottom: 9px;
}

/* Reporting Framework Styles */
.framework-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.framework-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #495057;
}

.framework-item:last-child {
    border-bottom: none;
}

.framework-number {
    font-weight: 600;
    color: #dc3545;
    margin-right: 0.5rem;
}

.framework-sub-item {
    padding-left: 1.5rem;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #6c757d;
}

/* Geography Styles */
.geography-text {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #495057;
}

.geography-images {
    margin-top: 1.5rem;
}

.geography-img {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
    transition: none;
}

/* Geography Box */
.geography-box {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.geography-title {
    color: #a62320;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.geography-content {
    margin-bottom: 15px;
}

.geography-text {
    font-size: 0.7rem;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #333;

    text-align: justify;
}

.geography-images {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.geography-image-item {
    width: 100%;
}

.geography-img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.right-geography p {
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 1.8;
}

.csr-programing h3 {
    margin-bottom: 50px;
    color: #9a0000;
}

.csr-program-list ul li {
    font-size: 15px;
    padding-bottom: 6px;
    list-style: numeric;
    color: #555555;
}

.csr-program-list ul li ul {
    margin-top: 10px;
}

.csr-program-list ul li ul li {
    list-style: disc;
}

section.report-framework {
    border-bottom: 1px solid #000;
}

.csr-programing {
    padding: 40px 0px;
    border-bottom: 1px solid #000;
}

td.total-cell-label.total-price {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
}

td.total-cell-amount.total-amount {
    font-weight: normal;
}

.csr-slick-slider .slick-dots li {
    width: 15px !important;
    height: 15px !important;
    margin: 0 4px;
}

a.csr-policy-btn {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #fff;
    padding: 10px 20px;
    margin-top: 13px;
}
