/* Page Header Section */
.pg-header {
    background-image: url('images/Slider-Sustainability.jpg');
}

.overview-section,
.sustainability-nav,
.framework-title,
.vision-wrapper,
.sustainability-pillars,
.core-content,
.sustainability-matters,
.un-sdgs,
.esg-section,
.policy-section,
.sdg-section,
.carbon-section,
.social-content,
.supply-chain-content,
.publications-section,
.coming-soon-section {
    box-sizing: border-box;
}

.overview-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 3rem;
    padding: 0 5rem;
}

.sustainability-nav {
    top: 132px;
    background: white;
    z-index: 3;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    max-width: 1400px;
    margin: 3rem auto 0;
    padding: 0 5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.sustainability-nav ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.sustainability-nav li {
    flex: 1;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}

.sustainability-nav li.active::after, .sustainability-nav li:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #00b8b0;
}

.sustainability-nav a {
    text-decoration: none;
    color: #666;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 1.5rem 0.5rem;
    display: block;
    transition: color 0.3s ease;
}

.sustainability-nav li.active a, .sustainability-nav li:hover a {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
}

.overview-content {
    padding: 2rem 0;
}

.overview-content h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #333;
    margin-top: 10px;
}

.overview-content .highlight {
    color: #ff4b33;
}

.overview-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.pillars-section {
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding-bottom: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}

.pillar-card {
    box-sizing: border-box;
    width: 100%;
    flex: 1;
    position: relative;
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pillar-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.pillar-icon {
    width: 150px;
    height: 150px;
    z-index: 2;
}

.pillar-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pillar-banner {
    padding: 2rem 1rem 1rem;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
    border-radius: 0 0 10rem 10rem / 0 0 20% 20%;
    margin: -4.5rem auto 1rem;
}

.pillar-banner.blue {
    background-color: #2f348a;
}

.pillar-banner.red {
    background-color: #ea1b27;
}

.pillar-banner.green {
    background-color: #0b9d4b;
}

.pillar-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 0;
    border-top: 0.75rem solid transparent;
    border-left: 0.5rem solid transparent;    
    border-right: 0.5rem solid rgba(255, 255, 255, 0.1);
    border-bottom: 0.75rem solid rgba(255, 255, 255, 0.1);
}

.pillar-banner.blue::before {
    border-right-color: #000668;
    border-bottom-color: #000668;
}

.pillar-banner.red::before {
    border-right-color: #b8000b;
    border-bottom-color: #b8000b;
}

.pillar-banner.green::before {
    border-right-color: #007232;
    border-bottom-color: #007232;
}

.pillar-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
    border-top: 0.75rem solid transparent;
    border-left: 0.5rem solid rgba(255, 255, 255, 0.1);
    border-right: 0.5rem solid transparent;
    border-bottom: 0.75rem solid rgba(255, 255, 255, 0.1);
}

.pillar-banner.blue::after {
    border-left-color: #000668;
    border-bottom-color: #000668;
}

.pillar-banner.red::after {
    border-left-color: #b8000b;
    border-bottom-color: #b8000b;
}

.pillar-banner.green::after {
    border-left-color: #007232;
    border-bottom-color: #007232;
}

.pillar-banner h3 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
}

.pillar-content {
    padding: 0 2rem;
    background: white;
    border: 5px solid;
    border-radius: 25px;
    position: relative;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.pillar-content::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: -1rem;
    right: -1rem;
    bottom: -1rem;
    border-radius: 30px;
    z-index: -1;
}

.pillar-card:nth-child(1) .pillar-content {
    border-color: #2f348a;
}

.pillar-card:nth-child(2) .pillar-content {
    border-color: #ea1b27;
}

.pillar-card:nth-child(3) .pillar-content {
    border-color: #0b9d4b;
}

.pillar-card:nth-child(1) .pillar-content::before {
    background-color: #e6e9f5;
}

.pillar-card:nth-child(2) .pillar-content::before {
    background-color: #ffe6e6;
}

.pillar-card:nth-child(3) .pillar-content::before {
    background-color: #e6f5e6;
}

.pillar-content h4 {
    margin: 0 0 1.2rem 0;
    font-size: 1.2rem;
    color: #333;
    text-align: left;
    line-height: 1.4;
    font-weight: normal;
}

.pillar-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.pillar-content li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1rem;
    color: #666;
}

.pillar-content li::before {
    content: "➔";
    position: absolute;
    left: 0;
    color: #666;
}

.pillar-header:hover + .pillar-content, .pillar-content:hover {
    opacity: 1;
    visibility: visible;
    height: 100%;
    padding: 2rem;
}

/* Vision and Concept Section */
.framework-title {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 3rem;
    padding: 0 5rem;
    font-size: 2.5rem;
    color: #333;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.vision-content {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    background-image: url('images/OUR-VISION.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    background-attachment: fixed;
}

.vision-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem;
}

.vision-content h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
}

.vision-content p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem auto;
    position: relative;
}

.circle-point {
    width: 12px;
    height: 12px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.vertical-line {
    width: 3px;
    height: 100px;
    background-color: white;
}

.concept-buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.concept-btn {
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    border: 2px solid white;
    background: transparent;
    color: white;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.concept-btn.blue {
    border-color: #1e3799;
}

.concept-btn.red {
    border-color: #e84118;
}

.concept-btn.green {
    border-color: #009432;
}

.concept-btn:hover {
    background-color: white;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .vision-content h2 {
        font-size: 2.5rem;
    }

    .vision-content p {
        font-size: 1.5rem;
    }

    .concept-buttons {
        flex-direction: column;
        align-items: center;
    }

    .concept-btn {
        width: 80%;
        max-width: 300px;
    }
}

/* Adjust responsive sizing */
@media (max-width: 768px) {
    .framework-title {
        font-size: 2.5rem;
        margin-bottom: 3rem;
    }
}

/* Sustainability Pillars Section */
.sustainability-pillars {
    padding: 5rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.pillars-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 3rem;
    text-align: left;
    font-weight: bold;
}

.pillars-cards {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.pillar-image-card {
    flex: 1;
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pillar-image-card img:first-child {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.pillar-image-card .icon-container {
    position: absolute;
    top: calc(300px - 75px);
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 130px;
    z-index: 2;
    background-color: #000;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 50% 100%, 0% 85%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: background-color 0.3s ease;
}

.pillar-image-card:hover .icon-container {
    background-color: #FF4B33;
}

.pillar-image-card .icon-container img {
    width: 100%;
    height: auto;
    margin-top: -1rem;
}

.pillar-image-card img:nth-child(2) {
    position: static;
    transform: none;
}

.pillar-text {
    background: white;
    padding: 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 3rem;
}

.pillar-text h3 {
    color: #ff4b33;
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
}

.pillar-text p {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.3;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .pillars-cards {
        gap: 2rem;
    }

    .pillar-image-card > img:first-child {
        height: 200px;
    }

    .pillar-image-card .icon-container {
        top: calc(200px - 75px);
    }
}

@media (max-width: 768px) {
    .pillars-title {
        font-size: 2rem;
    }

    .pillar-image-card {
        width: 100%;
        margin: 0;
    }
}

/* Specific adjustment for the Earth globe image */
.pillar-image-card:last-child img:first-child {
    object-position: center 30%;
}

/* Core Areas Section */
.core-areas {
    background-image: rgba(0, 0, 0, 0.5);
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0
}

.core-areas::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.core-content {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem;
}

.social-section .core-content {
    width: 50%;
    max-width: 700px;
    margin: 0 auto 0 50%;
    padding: 5rem;
}

.core-areas.economic-section {
    background-image: url('images/CORE-1&2.jpg');
}

/* Social Section */
.core-areas.social-section {
    background-image: url('images/CORE-3&4.jpg');
}

/* Environment Section */
.core-areas.environment-section {
    background-image: url('images/CORE-5.jpg');
}

.core-areas h2 {
    font-size: 3.2em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Shared content styles */
.core-item {
    margin-bottom: 3rem;
}

.core-item h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}

.core-item h4 {
    font-size: 1.4em;
    margin-bottom: 15px;
    font-weight: normal;
}

.core-item ul {
    list-style: none;
    padding-left: 20px;
}

.core-item ul li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    font-size: 1.1em;
}

.core-item ul li::before {
    content: "•";
    position: absolute;
    left: 0;
}

/* Shared styles for tags */
.modal-tag {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 0.9em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    z-index: 2;
    max-width: 140px;
    min-width: 100px;
    text-align: center;
    line-height: 1.5;
    white-space: nowrap;
    margin-top: 20px;
    margin-left: 20px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

/* Sustainability Matters Section */
.sustainability-matters {
    padding: 5rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.sustainability-matters::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 75%;
    height: 1px;
    background-color: #000;
}

.matters-content {
    margin-bottom: 40px;
}

.matters-content h2 {
    font-size: 2.8em;
    margin-bottom: 30px;
    color: #333;
}

.matters-content .highlight {
    color: #FF4B33;  /* Orange/red color for SUSTAINABILITY */
}

.matters-content p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #444;
    max-width: 90%;
}

.matters-graph {
    margin-top: 40px;
    display: flex;
    gap: 2rem;
    align-items: center;
}

.matters-graph img {
    width: 50%;
    height: auto;
    margin-bottom: 0;
}

.legend {
    width: 50%;
}

/* Top row container */
.legend-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.legend-row .legend-item {
    margin-bottom: 0;
    flex-basis: calc(50% - 0.5rem);
}

.legend-row .legend-item h3 {
    font-size: 0.75em;
    margin-bottom: 6px;
    padding: 4px 8px;
    color: white;
    border-radius: 4px;
}

.legend-row .legend-item ul {
    list-style: none;
    padding-left: 0;
    margin-left: 2px;
}

.legend-row .legend-item li {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75em;
    color: #333;
    line-height: 1.4;
}

.number {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75em;
}

/* Color schemes for different categories */
.sustainable-business h3 { background-color: #FFB800; }
.sustainable-business .number { background-color: #FFB800; }

.sustainable-product h3 { background-color: #FF4B33; }
.sustainable-product .number { background-color: #FF4B33; }

.sustainable-operations h3 { background-color: #9C27B0; }
.sustainable-operations .number { background-color: #9C27B0; }

.empower-people h3 { background-color: #00BCD4; }
.empower-people .number { background-color: #00BCD4; }

.social-contribution h3 { background-color: #3F51B5; }
.social-contribution .number { background-color: #3F51B5; }

.un-sdgs {
    padding: 5rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.un-sdgs::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 75%;
    height: 1px;
    background-color: #000;
}

.sdgs-content h2 {
    font-size: 2.8em;
    margin-bottom: 30px;
    color: #333;
    line-height: 1.2;
}

.sdgs-content .highlight {
    color: #FF4B33;
}

.sdgs-content p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #444;
    max-width: 90%;
    margin-bottom: 20px;
}

.sdgs-content h3 {
    font-size: 1.4em;
    color: #333;
    margin: 40px 0 30px;
}

.sdgs-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 1.5rem;
    align-items: center;
}

.sdgs-grid img {
    width: 100%;
    height: auto;
    justify-self: center;
}

.reporting-frameworks {
    padding: 5rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.frameworks-content h2 {
    font-size: 2.8em;
    margin-bottom: 2rem;
    color: #333;
    line-height: 1.2;
}

.frameworks-content .highlight {
    color: #FF4B33;
}

.frameworks-content p {
    font-size: 1.1em;
    line-height: 1.6;
    color: #444;
    margin-bottom: 2rem;
}

.primary-framework {
    margin-bottom: 1rem;
}

.primary-framework img {
    max-width: 130px;
    height: auto;
}

.secondary-frameworks {
    display: flex;
    align-items: center;
    gap: 0 1rem;
    flex-wrap: wrap;
}

.secondary-frameworks img {
    height: 150px;
    object-fit: contain;
}

/* Modal Styles */
#economicModal.modal, #socialModal.modal, #environmentalModal.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: none;
}

#economicModal.modal.show, #socialModal.modal.show, #environmentalModal.modal.show {
    opacity: 1;
    visibility: visible;
    display: block;
}

#economicModal .modal-content, #socialModal .modal-content, #environmentalModal .modal-content {
    padding: 2rem;
    opacity: 1;
    visibility: visible;
}

#economicModal .modal-close, #socialModal .modal-close, #environmentalModal .modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
    z-index: 1002;
}

#economicModal .modal-close:hover, #socialModal .modal-close:hover, #environmentalModal .modal-close:hover {
    color: #333;
}

#economicModal .modal-title, #socialModal .modal-title, #environmentalModal .modal-title {
    color: #2f348a;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    opacity: 1;
}

#economicModal .modal-body, #socialModal .modal-body, #environmentalModal .modal-body {
    color: #666;
    line-height: 1.6;
    font-size: 1.1rem;
    opacity: 1;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all 0.3s ease;
}

.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Update modal tag styles */
.modal-tag {
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 2;
}

.modal-tag:hover {
    background: rgba(255, 255, 255, 0.25);
}

.focus-section {
    padding: 2rem 5rem;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.focus-section h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-top: 10px;
}

.focus-section .highlight {
    color: #FF4B33;
}

.focus-section p {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #444;
    font-weight: 400;
}

.governance-chart {
    width: 100;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem 3rem;
    position: relative;
}

.governance-chart::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 75%;
    height: 1px;
    background-color: #000;
}

.org-chart-img {
    width: 100%;
    max-width: 1400px;
}

.org-chart-lg {
    display: block;
}

.org-chart-sm {
    display: none;
}

.esg-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem 5rem 0;
}

.esg-section h2 {
    font-size: 2.5rem;
    color: #FF4B33;
    margin-bottom: 30px;
    font-weight: 600;
}

.esg-section p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.esg-section .info-link {
    font-size: 1.1rem;
    color: #666;
}

.esg-section .info-link a {
    color: #00B2A9;
    text-decoration: none;
}

.esg-section .info-link a:hover {
    text-decoration: underline;
}

.policy-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem 5rem 5rem;
}

.policy-grid {
    display: flex;  /* Changed from grid to flex for better centering */
    justify-content: center;  /* Center the reports horizontally */
    gap: 2rem;  /* Reduced gap between reports */
    padding: 2rem;
    background: #F5F5F5;
    flex-wrap: wrap;
    transition: display 0.3s ease;
}

.policy-grid a {
    flex-basis: calc(33.33% - 1.35rem);
    text-decoration: none;
}

.policy-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    padding: 1.5rem;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    border: 1px solid #E5E5E5;
    justify-content: space-between;
    flex-basis: calc(33.33% - 1.35rem);
    overflow: hidden;
    z-index: 0;
}

.policy-grid a .policy-card {
    height: 100%;
}

.policy-card h3 {
    color: #000;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    position: relative;
}

.policy-card:hover h3 {
    color: #FF4B33;
    transition: color 0.3s ease;
}

.policy-card .image-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.policy-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.policy-card .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}

/* Add the red line at the top */
.policy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #FF4B2B;
    transition: background-color 0.3s ease;
}

.policy-card:hover::before {
    background-color: #15234A;
}

.policy-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 75, 43, 0) 0%, rgba(255, 75, 43, 0) 45%, rgb(255, 75, 43) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: -1;
}

.policy-card:hover::after {
    opacity: 1;
}

.sdg-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5rem 3rem;
    position: relative;
}

.sdg-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 75%;
    height: 1px;
    background-color: #000;
}

.sdg-icons {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 3rem;
    justify-content: flex-start;
}

.sdg-icons img {
    width: 100%;
    max-width: 134px;
    height: 100%;
    max-height: 134px;
    object-fit: contain;
}

.sdg-content {
    max-width: 1400px;
}

.sdg-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.carbon-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem;
}

.carbon-section h2 {
    font-size: 2.5rem;
    color: #FF4B33;
    margin-bottom: 30px;
    font-weight: 600;
}

.carbon-section p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 10px;
}

.carbon-graph {
    margin: 0;
    text-align: center;
}

.carbon-graph img {
    max-width: 80%;
    height: auto;
    margin: 0;
}

.carbon-section img {
    max-width: 80%;
    height: auto;
    margin: 0;
    display: block;
    margin: 0 auto;
}

.carbon-section p:last-child {
    margin-top: 0;
}

.emissions-chart {
    margin: 40px auto;
    padding: 20px;
    max-width: 1200px;
}

.chart-title {
    text-align: center;
    font-size: 2rem;
    color: #444;
    margin-bottom: 30px;
}

.chart-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}

.chart-content {
    padding: 20px 0;
    position: relative;
    margin-bottom: 30px;
}

.grid-lines {
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.grid-line {
    width: 1px;
    height: 100%;
    background-color: #e0e0e0;
    position: relative;
}

.grid-line::after {
    content: attr(data-value);
    position: absolute;
    bottom: -30px;
    left: 0;
    transform: translateX(-50%);
    color: #666;
}

.x-axis {
    display: none;
}

.x-axis-label {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    color: #666;
    font-size: 0.9rem;
    width: max-content;
}

.year-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.year-label {
    width: 80px;
    font-weight: 500;
    color: #666;
}

.bar-container {
    flex-grow: 1;
    display: flex;
    height: 40px;
}

.bar {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bar-label {
    color: white;
    font-size: 0.9rem;
    font-weight: 500;
}

.scope1 { 
    background-color: #003B7B;
    z-index: 0;
}

.scope2 { 
    background-color: #1E66AE;
    z-index: 0;
}

.scope3 { 
    background-color: #73A1D8;
    z-index: 0;
}

.chart-legend {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.chart-legend .legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color {
    width: 16px;
    height: 16px;
}

.legend-color.scope1 { background-color: #003B7B; }
.legend-color.scope2 { background-color: #1E66AE; }
.legend-color.scope3 { background-color: #73A1D8; }

.pcf-section {
    background-image: url('images/midsection-man-using-smart-phone-table.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pcf-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: -1;
}

.pcf-section .pcf-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5rem;
}

.pcf-section h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 10rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.pcf-section .coming-soon {
    font-size: 2rem;
    color: white;
    letter-spacing: 2px;
    text-align: right;
    margin-right: 10rem;
}

.social-content {
    width: 100%;
    max-width: 1400px;
    margin: -2rem auto 0;
    padding: 0 5rem 5rem;
}

.intro-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 40px;
    max-width: 1200px;
}

.initiatives-container {
    display: flex;
    gap: 40px;
}

.initiatives-nav {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.initiative-btn {
    padding: 15px 20px;
    text-align: left;
    background: none;
    border: none;
    font-size: 1rem;
    color: #444;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.initiative-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #FF4B33;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.initiative-btn:hover {
    background-color: #e5e5e5;
}

.initiative-btn:hover::before {
    opacity: 0.5;
}

.initiative-btn.active {
    background-color: #00B2A9;
    color: white;
}

.initiative-btn.active::before {
    opacity: 1;
}

.initiative-content {
    flex: 1;
    background-color: #f5f5f5;
    padding: 30px;
    transition: opacity 0.2s ease-in-out;
}

.initiative-content h3 {
    color: #FF4B33;
    font-size: 1.2rem;
    margin-bottom: 15px;
    margin-top: 25px;
}

.initiative-content h3:first-child {
    margin-top: 0;
}

.initiative-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.supply-chain-content {
    width: 100%;
    max-width: 1400px;
    margin: -2rem auto 0;
    padding: 0 5rem 3rem;
    position: relative;
}

.supply-chain-content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 75%;
    height: 1px;
    background-color: #000;
}

.content-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.content-section a {
    color: #00B2A9;
    text-decoration: none;
}

.content-section a:hover {
    text-decoration: underline;
}

.supply-chain-content .image-container {
    float: right;
    width: 400px;
    margin: 0 0 20px 30px;
    text-align: center;
}

.supply-chain-content .content-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.supply-chain-content .image-caption {
    font-size: 14px;
    color: #666;
    font-style: italic;
    line-height: 1.4;
    text-align: left;
}

.publications-section {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 5rem 3rem;
    position: relative;
}

.publications-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 75%;
    height: 1px;
    background-color: #000;
}

.publications-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.publications-section h3 {
    font-size: 1.8rem;
    color: #002B49;
    margin-bottom: 60px;
}

.publications-grid {
    display: flex;
    gap: 4rem;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
}

.publication-card {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.publication-card img {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.publication-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
}

.publication-info .company {
    color: #FF4B33;
    font-weight: bold;
    font-size: 1.26rem;
}

.publication-info h4 {
    font-size: 1.4rem;
    color: #002B49;
    margin: 0;
}

.publication-info .year {
    color: #666;
    font-size: 1.26rem;
}

.coming-soon-section {
    display: flex;
    justify-content: flex-start;
    padding: 0 5rem 5rem;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.coming-soon-card {
    background-color: #8C8E91;
    width: 280px;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.3);
}

.coming-soon-card p {
    color: white;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
    .pillar-icon {
        width: 125px;
        height: 125px;
    }

    .pillar-content, .pillar-header:hover + .pillar-content, .pillar-content:hover {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .pillar-banner h3 {
        font-size: 1.25rem;
    }

    .pillar-content h4 {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .vision-content h2 {
        font-size: 2.8rem;
    }

    .vision-content p {
        font-size: 1.6rem;
    }

    .sdg-icons {
        margin-bottom: 2rem;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
    .sustainability-nav,
    .overview-section,
    .framework-title,
    .vision-wrapper,
    .sustainability-pillars,
    .core-content,
    .social-section .core-content,
    .sustainability-matters,
    .un-sdgs,
    .reporting-frameworks,
    .focus-section,
    .governance-chart,
    .esg-section,
    .policy-section,
    .sdg-section,
    .carbon-section,
    .pcf-section .pcf-container,
    .social-content,
    .supply-chain-content,
    .publications-section,
    .coming-soon-section {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .sustainability-nav {
        top: 100px;
    }

    .sustainability-nav li {
        flex: 0 0 33.3333%;
    }

    .sustainability-nav a {
        padding: 1.25rem 0.5rem;
    }

    .pillars-section {
        flex-wrap: wrap;
        grid-row-gap: 1rem;
    }

    .pillar-card {
        flex-basis: calc(50% - 30px);
    }

    .concept-buttons {
        gap: 1rem;
    }

    .pillar-image-card {
        flex: 0 0 calc(50% - 1rem);
    }

    .core-areas, .pcf-section {
        height: auto;
    }

    .core-areas h2 {
        font-size: 2.8rem;
    }

    .social-section .core-content {
        width: 100%;
        margin-left: auto;
        max-width: 1400px;
    }

    .matters-graph {
        flex-direction: column;
    }

    .matters-graph img, .legend {
        width: 100%;
    }

    .sdgs-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 10px;
    }

    .policy-grid {
        gap: 1.5rem;
    }

    .policy-card, .policy-grid a {
        flex-basis: calc(50% - 0.75rem);
    }

    .sdg-icons {
        gap: 1rem;
        margin-bottom: 1rem;
        flex-wrap: wrap;
    }

    .initiatives-container {
        gap: 20px;
    }

    .initiatives-nav {
        width: 250px;
    }
}
/* New Environment Content Section */
.environment-content {
    padding: 20px 0;
}

.environment-content p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
    font-size: 1.1rem;
}

.data-table {
    margin: 20px auto 10px auto;
    overflow-x: auto;
    width: 90%;
    max-width: 900px;
}

.data-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.data-table th {
    background-color: #4a90e2;
    color: white;
    padding: 8px 15px;
    text-align: center;
    border: 1px solid #fff;
    font-weight: bold;
}

.data-table td {
    padding: 8px 15px;
    border: 1px solid #fff;
    background-color: #e6f3ff;
    text-align: center;
    font-size: 1.1rem;
}

.data-table tr:nth-child(even) td {
    background-color: #f0f7ff;
}

.table-note {
    font-size: 0.9em;
    color: #333;
    margin: 5px 0 0 0;
    width: 100%;
    max-width: 900px;
    margin: 5px auto 0 auto;
}

.environment-content sub,
.environment-content sup {
    font-size: 0.75em;
}

.focus-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.focus-section h2 {
    color: #000;
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .content-box {
        padding: 15px;
    }
    
    .data-table {
        font-size: 14px;
    }
    
    .data-table td,
    .data-table th {
        padding: 6px;
    }
} 
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
    .sustainability-nav,
    .overview-section,
    .framework-title,
    .vision-wrapper,
    .sustainability-pillars,
    .core-content,
    .social-section .core-content,
    .sustainability-matters,
    .un-sdgs,
    .reporting-frameworks,
    .focus-section,
    .governance-chart,
    .esg-section,
    .policy-section,
    .sdg-section,
    .carbon-section,
    .pcf-section .pcf-container,
    .social-content,
    .supply-chain-content,
    .publications-section,
    .coming-soon-section {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .overview-content h2,
    .framework-title,
    .core-areas h2,
    .matters-content h2,
    .sdgs-content h2,
    .focus-section h2,
    .governance-chart h2,
    .esg-section h2,
    .policy-section h2,
    .sdg-section h2,
    .carbon-section h2,
    .pcf-container h2,
    .social-content h2 {
        font-size: 2rem;
    }

    .sustainability-nav a {
        font-size: 1rem;
        padding: 1rem 0.5rem;
    }

    .pillar-banner h3 {
        font-size: 1rem;
    }

    .pillar-content h4, .pillar-content li {
        font-size: 0.9rem;
    }

    .vision-content h2 {
        font-size: 2.2rem;
    }

    .vision-content p {
        font-size: 1.3rem;
    }

    .concept-buttons {
        flex-direction: column;
    }

    .pillar-image-card .icon-container {
        width: 120px;
        height: 120px;
    }

    .pillar-text {
        margin-top: 2.5rem;
    }

    .sdgs-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .frameworks-content h2 {
        font-size: 2.2em;
    }

    .secondary-frameworks {
        gap: 0 30px;
    }

    .secondary-frameworks img {
        max-height: 100px;
    }

    .org-chart-lg {
        display: none;
    }
    
    .org-chart-sm {
        display: block;
    }

    .policy-card {
        padding: 1rem;
    }

    .policy-card .image-container {
        height: 150px;
    }

    .supply-chain-content .image-container {
        float: none;
        width: 100%;
        margin: 0 auto;
        max-width: 500px;
    }

    .sdg-icons img {
        flex-basis: calc(25% - 0.75rem);
    }

    .grid-line::after {
        font-size: 0.75rem;
    }

    .chart-legend {
        margin-top: 20px;
    }

    .pcf-section h2 {
        margin-bottom: 3rem;
    }

    .pcf-section .coming-soon {
        font-size: 1.8rem;
        text-align: left;
        margin-right: 0;
    }

    .initiatives-container {
        flex-direction: column;
    }

    .initiatives-nav {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }

    .initiative-btn {
        flex-basis: calc(33.3333% - 0.42rem);
        padding: 0.75rem 1rem;
    }

    .initiative-content {
        padding: 1.5rem;
    }

    .coming-soon-card {
        width: 230px;
        height: 300px;
    }

    .coming-soon-card p {
        font-size: 1.5rem;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 576px) {
    .sustainability-nav,
    .overview-section,
    .framework-title,
    .vision-wrapper,
    .sustainability-pillars,
    .core-content,
    .social-section .core-content,
    .sustainability-matters,
    .un-sdgs,
    .reporting-frameworks,
    .focus-section,
    .governance-chart,
    .esg-section,
    .policy-section,
    .sdg-section,
    .carbon-section,
    .pcf-section .pcf-container,
    .social-content,
    .supply-chain-content,
    .publications-section,
    .coming-soon-section {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .overview-content h2,
    .framework-title,
    .core-areas h2,
    .matters-content h2,
    .sdgs-content h2,
    .focus-section h2,
    .governance-chart h2,
    .esg-section h2,
    .policy-section h2,
    .sdg-section h2,
    .carbon-section h2,
    .pcf-container h2,
    .social-content h2 {
        font-size: 1.5rem;
    }

    .overview-content p,
    .matters-content p,
    .sdgs-content p,
    .frameworks-content p {
        font-size: 1rem;
    }

    .sustainability-nav li {
        flex: 0 0 50%;
    }

    .pillar-card {
        flex-basis: 100%;
    }

    .pillars-cards, .legend-row {
        flex-direction: column;
    }

    .secondary-frameworks {
        gap: 0 15px;
    }

    .policy-grid {
        padding: 1rem;
        gap: 1rem;
    }
    
    .policy-card, .policy-grid a {
        flex-basis: calc(50% - 0.5rem);
    }

    .policy-card h3 {
        font-size: 1rem;
    }

    .policy-card .image-container {
        height: auto;
    }

    .year-label {
        width: 60px;
        font-size: 0.9rem;
    }

    .grid-lines {
        left: 60px;
    }
    
    .grid-line::after {
        bottom: -20px;
        transform: translateX(-50%) rotate(-45deg);
    }

    .pcf-section .coming-soon {
        font-size: 1.5rem;
    }

    .publications-grid {
        gap: 1rem;
    }

    .publication-info {
        padding-left: 0;
    }

    .publication-info h4 {
        font-size: 1.2rem;
    }
}

/* Org Modal specific styles */
.org-modal.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: none;
}

.org-modal.modal.show {
    opacity: 1;
    visibility: visible;
    display: block;
}

.org-modal .modal-content {
    padding: 2rem;
    opacity: 1;
    visibility: visible;
}

.org-modal .modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    transition: color 0.3s ease;
    z-index: 1002;
}

.org-modal .modal-close:hover {
    color: #333;
}

.org-modal .modal-title {
    color: #00B2A9;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    opacity: 1;
}

.org-modal .modal-body {
    color: #666;
    line-height: 1.6;
    font-size: 1.1rem;
    opacity: 1;
}

.org-modal .modal-body p {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.6;
    margin: 0;
}

/* Sustainable Supply Chain New Section */
.sustainable-supply {
    width: 100%;
    max-width: 1400px;
    margin: 3rem auto 5rem;
    padding: 0 5rem;
}

.sustainable-supply h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.sustainable-supply .highlight {
    color: #FF4B33;
}

.definition-box {
    background: #fff;
    margin-bottom: 2rem;
}

.definition-box h3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.definition-box p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    margin-bottom: 1rem;
}

.definition-box p:last-child {
    margin-bottom: 0;
}

.supply-icons {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    margin-left: 5rem;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 150px;
}

.icon-item img {
    width: 90%;
    height: auto;
    margin-bottom: 0.5rem;
}

.icon-item span {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
}

@media (max-width: 992px) {
    .supply-icons {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
        margin-left: 0;
    }
    
    .icon-item {
        width: 120px;
    }
}

@media (max-width: 768px) {
    .sustainable-supply {
        padding: 0 3rem;
    }
    
    .definition-box {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    .sustainable-supply {
        padding: 0 2rem;
    }
    
    .supply-icons {
        gap: 1.5rem;
    }
    
    .icon-item {
        width: calc(50% - 1rem);
    }
}

.supply-chain-guidelines {
    margin-top: 3rem;
}

.supply-chain-guidelines p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 2rem;
}

.due-diligence-section {
    margin-top: 2rem;
}

.due-diligence-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.responsibility-section {
    margin-top: 2rem;
}

.responsibility-section h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}

.responsibility-section ul {
    list-style: none;
    padding-left: 0;
}

.responsibility-section li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.responsibility-section li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #333;
}

@media (max-width: 768px) {
    .supply-chain-guidelines {
        padding: 1.5rem;
        margin-top: 2rem;
    }

    .supply-chain-guidelines p,
    .responsibility-section li {
        font-size: 1.1rem;
        line-height: 1.6;
    }

    .due-diligence-section h3 {
        font-size: 1.6rem;
    }

    .responsibility-section h4 {
        font-size: 1.3rem;
    }
}

@media (max-width: 576px) {
    .supply-chain-guidelines {
        padding: 1rem;
        margin-top: 1.5rem;
    }

    .supply-chain-guidelines p,
    .responsibility-section li {
        font-size: 1rem;
    }

    .due-diligence-section h3 {
        font-size: 1.4rem;
    }

    .responsibility-section h4 {
        font-size: 1.2rem;
    }
}