.general-message {
	font-family: Arial, sans-serif;
	line-height: 1.6;
	color: #333;
	max-width: 800px;

}

.general-message h1 {
	text-align: center;
	color: #004080;
	font-size: 25px;
}

.general-message p {
	margin-bottom: 1.2em;
	font-size: 14px;
}

.general-message strong {
	color: #004080;
}


.contract-table {
	width: 100%;
	margin-top: 25px;
}


.contract-table tr th {
	text-align: center;
}


.contract-table tr td:first-child {
	background-color: #0032eb !important;
	color: white;
	text-align: center;
}

.contract-table tr th,
.contract-table tr td {
	padding: 10px 0px;
	    font-size: 13px;
}


.contract-table tr td {
	text-align: center;
}
 



.general-table {

	width: 100% !important
}

.general-table tr {
	border-bottom: 1px solid #eee
}

.general-table tr th {

	padding: 16px 0 16px 10px;
}

.general-table tr td {
	font-size: 16px;
	color: #2a2a2a;
	padding: 16px 0 16px 10px;
}

.general-table tr td:first-child {
	width: 210px;
	position: relative;
	font-weight: bold;
}

.general-table tr td:first-child:before {
	content: ":";
	display: block;
	position: absolute;
	right: 10px
}



.general-table tr:nth-child(even) td {
	background: #f3f3f3;
}



.lego-box-all-records {
	padding-left: 10px;
	margin-top: 13px;
	display: block;
	font-size: 13px;
	color: #051b92;
}





.sub-menu {
	width: 93%;
	margin: auto !important;
	background: #c2c2c2;
	padding: 9px 5px;
	display: none;
}

.sub-menu.active {
	display: block;
}

.sub-menu li {}

.sub-menu li a {
	font-size: 13px !important;
	padding: 7px !important;
	background: linear-gradient(94deg, rgb(11 1 33) 0%, rgb(11 1 63) 33%, rgb(17 4 105) 100%, rgba(236, 169, 48, 1) 84%) !important;
}

.sub-menu li a.active i {
	background-color: unset !important;
	color: white !important;
}

.sub-menu li a span {}

.sub-menu li a i {}








.timeline {
	display: flex;
	flex-direction: column;
	margin: 20px auto;
	position: relative;
}

.timeline__event {
	margin-bottom: 20px;
	position: relative;
	display: flex;
	margin: 20px 0;
	border-radius: 6px;
	align-self: center;
	width: 100%;
}

.timeline__event:nth-child(2n+1) {
	flex-direction: row-reverse;
}

.timeline__event:nth-child(2n+1) .timeline__event__date {
	border-radius: 0 6px 6px 0;
}

.timeline__event:nth-child(2n+1) .timeline__event__content {
	border-radius: 6px 0 0 6px;
}

.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
	content: "";
	width: 2px;
	height: 100%;
	background: black;
	position: absolute;
	top: 0%;
	left: 50%;
	right: auto;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-animation: fillTop 1s forwards 1s ease-in-out;
	animation: fillTop 1s forwards 1s ease-in-out;
}

.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: black;
	position: absolute;
	right: 0;
	z-index: -1;
	top: 50%;
	left: auto;
	transform: translateY(-50%);
	-webkit-animation: fillLeft 1s forwards 1s ease-in-out;
	animation: fillLeft 1s forwards 1s ease-in-out;
}

.timeline__event__title {
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: 600;
	color: #9251ac;
	letter-spacing: 1.5px;
}

.timeline__event__content {
	padding: 11px 13px;
	box-shadow: 0px 0px 2px black;
	background: #fff;
	width: calc(40vw - 84px);
}

.timeline__event__date {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	background: #0032eb;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	padding: 0 20px;
	border-radius: 6px 0 0 6px;
	box-shadow: 0px 0px 2px black, 0px 0px 2px black, 0px 0px 2px black;
}

.timeline__event__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	padding: 20px;
	align-self: center;
	margin: 0 20px;
	background: black;
	border-radius: 100%;
	width: 40px;
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
	padding: 30px;
	height: 40px;
	position: relative;
}

.timeline__event__icon i {
	font-size: 32px;
}

.timeline__event__icon:before {
	content: "";
	width: 2px;
	height: 100%;
	background: black;
	position: absolute;
	top: 0%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: fillTop 1s forwards 1s ease-in-out;
	animation: fillTop 1s forwards 1s ease-in-out;
}

.timeline__event__icon:after {
	content: "";
	width: 100%;
	height: 2px;
	background: black;
	position: absolute;
	left: 0%;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	-webkit-animation: fillLeftOdd 1s forwards 1s ease-in-out;
	animation: fillLeftOdd 1s forwards 1s ease-in-out;
}

.timeline__event__description {
	flex-basis: 60%;
}

.timeline__event__description p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 3px;
}

.timeline__event--type2:after {
	background: #555ac0;
}


.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
	background: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
	background: black;
	color: white;
}

.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:after {
	background: black;
}

.timeline__event--type2 .timeline__event__title {
	color: #555ac0;
}

.timeline__event--type3:after {
	background: #24b47e;
}




.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
	background: black;
}

.timeline__event--type3 .timeline__event__icon {
	background: black;
	color: white;
}

.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
	background: black;
}

.timeline__event--type3 .timeline__event__title {
	color: #24b47e;
}

.timeline__event:last-child .timeline__event__icon:before {
	content: none;
}

@media (max-width: 786px) {
	.timeline__event {
		flex-direction: column;
		align-self: center;
	}

	.timeline__event__content {
		width: 100%;
	}

	.timeline__event__icon {
		border-radius: 6px 6px 0 0;
		width: 100%;
		margin: 0;
		box-shadow: none;
	}

	.timeline__event__icon:before,
	.timeline__event__icon:after {
		display: none;
	}

	.timeline__event__date {
		border-radius: 0;
		padding: 20px;
	}

	.timeline__event:nth-child(2n+1) {
		flex-direction: column;
		align-self: center;
	}

	.timeline__event:nth-child(2n+1) .timeline__event__date {
		border-radius: 0;
		padding: 20px;
	}

	.timeline__event:nth-child(2n+1) .timeline__event__icon {
		border-radius: 6px 6px 0 0;
		margin: 0;
	}
}

@-webkit-keyframes fillLeft {
	100% {
		right: 100%;
	}
}

@keyframes fillLeft {
	100% {
		right: 100%;
	}
}

@-webkit-keyframes fillTop {
	100% {
		top: 100%;
	}
}

@keyframes fillTop {
	100% {
		top: 100%;
	}
}

@-webkit-keyframes fillLeftOdd {
	100% {
		left: 100%;
	}
}

@keyframes fillLeftOdd {
	100% {
		left: 100%;
	}
}

.about-vision-inner {
	width: 96%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
}


.about-vision-inner .about-block {
	margin-bottom: 50px;
}

.about-vision-inner .main-title {
	margin-bottom: 29px;
	color: #555555;
	font-size: 37px;
	text-align: center;
}

.about-vision-inner .main-paragraph {
    line-height: 32px;
    font-size: 15px;
    text-align: center;
}
.about-vision-bg-inner {
	width: 100%;
	height: 100%;
	min-height: 500px;
}


.about-vision-bg-inner .about-vision-bg {
	width: 100%;
	height: 100%;
}

.about-vision-bg-inner .about-vision-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: drop-shadow(2px 4px 4px black);
}

.about-vision-video-1 {
	position: relative;
    margin-bottom: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 470px;
    margin-top: 50px;
    border-radius: 4px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 0px 10px 4px #bdbdbd;
    width: 85%;
	transform: unset;
}

.about-vision-video-box{

	background-image: url(/assets/images/background/2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;

}/* Sustainability page refresh */
.sustainability-hero .title {
    padding: 120px 0 100px;
}

@media (max-width: 767.98px) {
    .sustainability-hero .title {
        padding: 90px 0 70px;
    }
}

.eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 4px 14px;
    border-radius: 999px;
    background: rgb(10 34 174);
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sustainability-hero .title-heading {
    font-size: 3.25rem;
    line-height: 1.1;
}

@media (max-width: 1199.98px) {
    .sustainability-hero .title-heading {
        font-size: 2.6rem;
    }
}

@media (max-width: 767.98px) {
    .sustainability-hero .title-heading {
        font-size: 2.25rem;
    }
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.hero-tag {
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.sustainability-section {
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .sustainability-section {
        padding: 60px 0;
    }
}

.section-head {
    max-width: 720px;
    margin: 0 auto 48px;
}

.section-head.text-center {
    text-align: center;
}

.section-title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
}

.section-subtitle {
    margin-top: 16px;
    color: #5c5c5c;
    font-size: 1rem;
}

.sustainability-intro .section-title {
    color: #101010;
}

.sustainability-highlights {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.sustainability-highlights li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    color: #3a3a3a;
    font-size: 15px;
    line-height: 1.6;
}

.sustainability-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a0055 0%, #ecb43a 100%);
}

.sustainability-highlights strong {
    color: #1a0055;
}

.intro-card {
    padding: 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(26, 0, 85, 0.05) 0%, rgba(236, 169, 48, 0.08) 100%);
    border: 1px solid rgba(26, 0, 85, 0.1);
    box-shadow: 0 18px 38px -24px rgba(10, 7, 39, 0.3);
}

.intro-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.intro-card ul {
    padding-left: 18px;
    margin-bottom: 20px;
    color: #333;
}

.intro-card li {
    margin-bottom: 10px;
}

.intro-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #1a0055;
}

.intro-link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
}

.metric-card {
    height: 100%;
    padding: 32px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 45px -30px rgba(12, 16, 46, 0.35);
    border-top: 4px solid #1a0055;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.metric-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 55px -28px rgba(12, 16, 46, 0.4);
}

.metric-value {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a0055;
}

.metric-unit {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a0055;
}

.metric-label {
    display: block;
    margin-top: 14px;
    font-weight: 600;
    color: #212121;
}

.metric-desc {
    margin-top: 12px;
    color: #5a5a5a;
    font-size: 0.95rem;
}

.pillar-card {
    height: 100%;
    padding: 32px;
    border-radius: 24px;
    background: #f8f6ff;
    border: 1px solid rgba(26, 0, 85, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pillar-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px -28px rgba(26, 0, 85, 0.35);
}

.pillar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(26, 0, 85, 0.12) 0%, rgba(236, 169, 48, 0.25) 100%);
    color: #1a0055;
    font-size: 26px;
    margin-bottom: 18px;
}

.pillar-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.pillar-card p {
    color: #444;
    margin-bottom: 16px;
    font-size: 0.98rem;
}

.pillar-card ul {
    padding-left: 18px;
    color: #323232;
    font-size: 0.92rem;
}

.pillar-card li {
    margin-bottom: 8px;
}

.progress-timeline {
    position: relative;
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .progress-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
    }
}

.timeline-item {
    position: relative;
    padding: 28px 28px 28px 80px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(26, 0, 85, 0.08);
    box-shadow: 0 18px 38px -26px rgba(10, 7, 39, 0.3);
}

.timeline-badge {
    position: absolute;
    left: 24px;
    top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a0055 0%, #ecb43a 100%);
    color: #fff;
    font-weight: 700;
}

.timeline-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.timeline-content p {
    color: #4a4a4a;
    font-size: 0.96rem;
    margin: 0;
}

.resource-card {
    display: block;
    height: 100%;
    padding: 32px 28px;
    border-radius: 22px;
    background: #fdfcff;
    border: 1px solid rgba(26, 0, 85, 0.1);
    box-shadow: 0 16px 34px -28px rgba(12, 16, 46, 0.4);
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.resource-card:hover {
    transform: translateY(-6px);
    border-color: rgba(236, 169, 48, 0.6);
    box-shadow: 0 24px 48px -28px rgba(12, 16, 46, 0.45);
}

.resource-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(26, 0, 85, 0.12);
    color: #1a0055;
    font-size: 22px;
    margin-bottom: 18px;
}

.resource-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.resource-card p {
    color: #4d4d4d;
    font-size: 0.96rem;
    margin-bottom: 16px;
}

.resource-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #1a0055;
}

.resource-link::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
}

.sustainability-cta {
    padding-bottom: 100px;
}

.cta-card {
    padding: 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, #1a0055 0%, #3c2edd 50%, #ecb43a 100%);
    color: #fff;
    box-shadow: 0 32px 60px -30px rgba(10, 7, 39, 0.55);
}

@media (max-width: 991.98px) {
    .cta-card {
        padding: 38px 28px;
    }
}

.cta-card h2 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 12px 0 16px;
}

.cta-card p {
    margin: 0;
    font-size: 1rem;
    max-width: 560px;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .cta-actions {
        margin-top: 0;
    }
}

.cta-actions .btn {
    justify-content: center;
}

.bg-light {
    background-color: #f9fafc !important;
}
/* Sustainability projects page */
.project-section {
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .project-section {
        padding: 60px 0;
    }
}

.project-pillars {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 14px;
}

.project-pillars li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.98rem;
    color: #3a3a3a;
    line-height: 1.6;
}

.project-pillars i {
    font-size: 18px;
    color: #1a0055;
    margin-top: 4px;
}

.project-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.project-overview-card {
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 58px -34px rgba(10, 7, 39, 0.45);
    overflow: hidden;
}

.project-overview-media {
    position: relative;
}

.project-overview-media img {
    display: block;
    width: 100%;
    height: auto;
}

.project-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(26, 0, 85, 0.9);
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
}

.project-overview-stats {
    display: grid;
    gap: 0;
}

.project-overview-stat {
    padding: 22px 28px;
    border-top: 1px solid rgba(26, 0, 85, 0.08);
    background: rgba(26, 0, 85, 0.03);
}

.project-overview-stat:nth-child(odd) {
    background: rgba(26, 0, 85, 0.06);
}

.project-overview-stat .stat-label {
    display: block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6f6f6f;
    margin-bottom: 6px;
}

.project-overview-stat .stat-value {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a0055;
}

.project-overview-stat .stat-note {
    display: block;
    font-size: 0.85rem;
    color: #4a4a4a;
    margin-top: 4px;
}

.impact-card {
    height: 100%;
    padding: 32px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 20px 46px -32px rgba(12, 16, 46, 0.4);
    border: 1px solid rgba(26, 0, 85, 0.08);
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.impact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 55px -28px rgba(12, 16, 46, 0.45);
}

.impact-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(26, 0, 85, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1a0055;
    font-size: 22px;
    margin-bottom: 16px;
}

.impact-value {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #1a0055;
}

.impact-label {
    display: block;
    font-weight: 600;
    color: #212121;
    margin-bottom: 12px;
}

.project-focus-card {
    padding: 36px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(26, 0, 85, 0.05) 0%, rgba(236, 169, 48, 0.1) 100%);
    border: 1px solid rgba(26, 0, 85, 0.1);
}

.project-grid-card {
    height: 100%;
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(26, 0, 85, 0.08);
    box-shadow: 0 20px 40px -32px rgba(10, 7, 39, 0.35);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-grid-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 55px -30px rgba(10, 7, 39, 0.45);
}

.project-grid-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(26, 0, 85, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1a0055;
    font-size: 20px;
    margin-bottom: 16px;
}

.project-grid-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.project-grid-card p {
    font-size: 0.96rem;
    color: #4a4a4a;
}

.timeline-grid {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .timeline-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .timeline-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.timeline-card {
    height: 100%;
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(26, 0, 85, 0.1);
    box-shadow: 0 20px 48px -30px rgba(12, 16, 46, 0.35);
    position: relative;
}

.timeline-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1a0055 0%, #ecb43a 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 14px;
}

.timeline-card h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.timeline-card p {
    font-size: 0.96rem;
    color: #4d4d4d;
    margin: 0;
}

.story-card {
    height: 100%;
    padding: 36px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(26, 0, 85, 0.1);
    box-shadow: 0 24px 58px -36px rgba(12, 16, 46, 0.35);
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.story-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.story-tag {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(26, 0, 85, 0.1);
    color: #1a0055;
    font-weight: 600;
}

.story-year {
    color: #6f6f6f;
}

.story-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.35;
    color: #131313;
}

.story-card p {
    font-size: 0.98rem;
    color: #444;
}

.story-link {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #1a0055;
}

.story-link::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.85rem;
}

.project-support {
    padding-bottom: 100px;
}

.support-card {
    padding: 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(26, 0, 85, 0.92) 0%, rgba(60, 46, 221, 0.92) 45%, rgba(236, 180, 58, 0.95) 100%);
    color: #fff;
    box-shadow: 0 32px 70px -32px rgba(10, 7, 39, 0.55);
}

@media (max-width: 991.98px) {
    .support-card {
        padding: 38px 28px;
    }
}

.support-card p {
    margin: 12px 0 0;
    font-size: 1rem;
    max-width: 620px;
}

.support-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.support-actions .btn {
    justify-content: center;
}

@media (max-width: 575.98px) {
    .project-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .project-pillars {
        gap: 12px;
    }
}
/* Sustainability reports page */
.report-section {
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .report-section {
        padding: 60px 0;
    }
}

.report-highlights {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.report-highlights li {
    position: relative;
    padding-left: 24px;
    font-size: 0.98rem;
    color: #3a3a3a;
    line-height: 1.6;
}

.report-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1a0055 0%, #ecb43a 100%);
}

.report-intro-card {
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(26, 0, 85, 0.05) 0%, rgba(236, 169, 48, 0.12) 100%);
    border: 1px solid rgba(26, 0, 85, 0.12);
    box-shadow: 0 18px 36px -28px rgba(10, 7, 39, 0.35);
}

.report-intro-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.report-intro-card p {
    color: #373737;
    font-size: 0.98rem;
}

.report-intro-card ul {
    margin: 16px 0;
    padding-left: 18px;
    color: #3a3a3a;
    font-size: 0.96rem;
}

.report-intro-card li {
    margin-bottom: 10px;
}

.report-catalog .section-head {
    max-width: 760px;
}

.report-card {
    height: 100%;
    padding: 32px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(26, 0, 85, 0.08);
    box-shadow: 0 22px 48px -32px rgba(12, 16, 46, 0.35);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.report-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 58px -30px rgba(12, 16, 46, 0.45);
}

.report-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.report-year {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(26, 0, 85, 0.1);
    color: #1a0055;
    font-weight: 600;
    font-size: 0.85rem;
}

.report-type {
    font-size: 0.85rem;
    font-weight: 600;
    color: #605f70;
}

.report-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #171717;
}

.report-card p {
    color: #4a4a4a;
    font-size: 0.96rem;
    flex-grow: 1;
}

.report-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.report-meta {
    font-size: 0.85rem;
    color: #656565;
}

.report-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #1a0055;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.report-download:hover {
    background: #2d17a8;
    color: #fff;
}

.report-download i {
    font-size: 0.9rem;
}

.report-support {
    padding-bottom: 100px;
}

.support-banner {
    padding: 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, #1a0055 0%, #3c2edd 52%, #ecb43a 100%);
    color: #fff;
    box-shadow: 0 32px 68px -32px rgba(10, 7, 39, 0.55);
}

@media (max-width: 991.98px) {
    .support-banner {
        padding: 38px 28px;
    }
}

.support-banner p {
    margin: 12px 0 0;
    font-size: 1rem;
    max-width: 620px;
}

.support-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.support-actions .btn {
    justify-content: center;
}

@media (max-width: 575.98px) {
    .report-card-footer {
        align-items: flex-start;
    }

    .report-download {
        width: 100%;
        justify-content: center;
    }
}
/* Sustainability policies page */
.policy-section {
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .policy-section {
        padding: 60px 0;
    }
}

.policy-highlights {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.policy-highlights li {
    position: relative;
    padding-left: 26px;
    font-size: 0.98rem;
    color: #353535;
    line-height: 1.6;
}

.policy-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b0458 0%, #ecb43a 100%);
}

.policy-brief {
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(26, 0, 85, 0.05) 0%, rgba(236, 169, 48, 0.12) 100%);
    border: 1px solid rgba(26, 0, 85, 0.14);
    box-shadow: 0 20px 42px -30px rgba(12, 16, 46, 0.35);
}

.policy-brief h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 14px;
}

.policy-brief p {
    color: #383838;
    font-size: 0.98rem;
}

.policy-brief ul {
    margin: 18px 0;
    padding-left: 18px;
    color: #3a3a3a;
    font-size: 0.96rem;
}

.policy-brief li {
    margin-bottom: 10px;
}

.policy-catalog .section-head {
    max-width: 780px;
}

.policy-card {
    height: 100%;
    padding: 32px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(11, 4, 88, 0.12);
    box-shadow: 0 24px 58px -34px rgba(12, 16, 46, 0.38);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.policy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 58px -30px rgba(12, 16, 46, 0.48);
}

.policy-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.policy-category {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(11, 4, 88, 0.1);
    color: #0b0458;
    font-weight: 600;
    font-size: 0.85rem;
}

.policy-effective {
    font-size: 0.82rem;
    color: #66657a;
}

.policy-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #151515;
}

.policy-card p {
    color: #444;
    font-size: 0.96rem;
    flex-grow: 1;
}

.policy-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.policy-meta {
    font-size: 0.85rem;
    color: #636363;
}

.policy-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #0b0458;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.policy-download:hover {
    background: #281ba0;
    color: #fff;
}

.policy-download i {
    font-size: 0.9rem;
}

.policy-compliance .compliance-card {
    padding: 36px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(11, 4, 88, 0.12);
    box-shadow: 0 24px 52px -32px rgba(12, 16, 46, 0.35);
}

.compliance-list {
    margin: 24px 0 0;
    padding-left: 20px;
    color: #3a3a3a;
    font-size: 0.96rem;
}

.compliance-list li {
    margin-bottom: 12px;
}

.compliance-brief {
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(11, 4, 88, 0.06) 0%, rgba(236, 169, 48, 0.12) 100%);
    border: 1px solid rgba(11, 4, 88, 0.1);
    box-shadow: 0 20px 48px -34px rgba(12, 16, 46, 0.35);
}

.compliance-brief h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: #161616;
}

.compliance-brief p {
    color: #3e3e3e;
    font-size: 0.96rem;
}

.compliance-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.policy-banner {
    padding: 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(11, 4, 88, 0.95) 0%, rgba(60, 46, 221, 0.9) 45%, rgba(236, 180, 58, 0.92) 100%);
    color: #fff;
    box-shadow: 0 34px 72px -34px rgba(10, 7, 39, 0.55);
}

@media (max-width: 991.98px) {
    .policy-banner {
        padding: 38px 28px;
    }
}

.policy-banner p {
    margin: 12px 0 0;
    font-size: 1rem;
    max-width: 640px;
}

.policy-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.policy-actions .btn {
    justify-content: center;
}

@media (max-width: 575.98px) {
    .policy-card-footer {
        align-items: flex-start;
    }

    .policy-download {
        width: 100%;
        justify-content: center;
    }
}
/* Sustainability ethics hotline page */
.ethics-section {
    padding: 80px 0;
}

@media (max-width: 991.98px) {
    .ethics-section {
        padding: 60px 0;
    }
}

.ethics-highlights {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

.ethics-highlights li {
    position: relative;
    padding-left: 26px;
    font-size: 0.98rem;
    color: #383838;
    line-height: 1.6;
}

.ethics-highlights li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0b0458 0%, #ecb43a 100%);
}

.ethics-statement-card {
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(11, 4, 88, 0.06) 0%, rgba(236, 169, 48, 0.15) 100%);
    border: 1px solid rgba(11, 4, 88, 0.18);
    box-shadow: 0 22px 48px -32px rgba(12, 16, 46, 0.35);
}

.ethics-statement-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.ethics-statement-card ul {
    margin: 0 0 16px;
    padding-left: 20px;
    color: #3a3a3a;
    font-size: 0.96rem;
}

.ethics-statement-card li {
    margin-bottom: 10px;
}

.ethics-note {
    margin: 0;
    font-size: 0.9rem;
    color: #4a4a4a;
}

.ethics-contact-card {
    height: 100%;
    padding: 36px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(11, 4, 88, 0.12);
    box-shadow: 0 24px 52px -32px rgba(12, 16, 46, 0.35);
}

.ethics-contact-card h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.contact-head {
    margin-bottom: 24px;
}

.contact-head p {
    margin: 12px 0 0;
    color: #3f3f3f;
    font-size: 0.95rem;
}

.contact-channels {
    display: grid;
    gap: 16px;
}

.contact-channel {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid rgba(11, 4, 88, 0.12);
    background: linear-gradient(135deg, rgba(11, 4, 88, 0.05) 0%, rgba(236, 169, 48, 0.1) 100%);
}

.channel-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, #0b0458 0%, #3c2edd 80%);
}

.channel-body h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: #191919;
}

.channel-body a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a0055;
    font-weight: 600;
    text-decoration: none;
}

.channel-body a:hover {
    text-decoration: underline;
}

.channel-body p {
    margin: 8px 0 0;
    color: #3f3f3f;
    font-size: 0.92rem;
}

.channel-body small {
    display: inline-block;
    margin-top: 6px;
    color: #5a5a5a;
    font-size: 0.85rem;
}

.channel-body address {
    font-style: normal;
    color: #282828;
    font-size: 0.94rem;
}

.contact-assurance {
    margin-top: 24px;
    padding: 20px 22px;
    border-radius: 20px;
    background: rgba(11, 4, 88, 0.08);
}

.contact-assurance h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-assurance ul {
    margin: 0;
    padding-left: 18px;
    color: #3a3a3a;
    font-size: 0.92rem;
}

.contact-assurance li {
    margin-bottom: 8px;
}

.ethics-form-card {
    padding: 36px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(11, 4, 88, 0.12);
    box-shadow: 0 28px 60px -34px rgba(12, 16, 46, 0.38);
}

.form-head h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.form-head p {
    margin: 0 0 24px;
    color: #414141;
    font-size: 0.95rem;
}


.ethics-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid-secondary {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 767.98px) {
    .form-grid,
    .form-grid-secondary {
        grid-template-columns: 1fr;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group-full {
    grid-column: 1 / -1;
}

.form-group label {
    font-weight: 600;
    color: #202020;
    font-size: 0.92rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid rgba(11, 4, 88, 0.2);
    background: rgba(255, 255, 255, 0.9);
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1a0055;
    box-shadow: 0 0 0 3px rgba(26, 0, 85, 0.12);
    outline: none;
}

.form-group textarea {
    resize: vertical;
    min-height: 160px;
}

.form-disclaimer {
    display: grid;
    gap: 12px;
}

.form-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    color: #3a3a3a;
}

.checkbox input {
    margin-top: 4px;
    accent-color: #1a0055;
}

.form-footnote {
    margin: 10px 0 0;
    font-size: 0.85rem;
    color: #555;
}

.form-footnote a {
    color: #1a0055;
    text-decoration: underline;
}

.ethics-assurance-banner {
    padding-bottom: 100px;
}

.assurance-banner {
    padding: 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(11, 4, 88, 0.95) 0%, rgba(60, 46, 221, 0.85) 50%, rgba(236, 169, 48, 0.92) 100%);
    color: #fff;
    box-shadow: 0 36px 72px -36px rgba(10, 7, 39, 0.55);
}

@media (max-width: 991.98px) {
    .assurance-banner {
        padding: 38px 28px;
    }
}

.assurance-banner p {
    margin: 12px 0 0;
    font-size: 1rem;
    max-width: 620px;
}

.assurance-actions {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.assurance-actions .btn {
    justify-content: center;
}

@media (max-width: 575.98px) {
    .ethics-form-card {
        padding: 28px 24px;
    }

    .ethics-contact-card {
        padding: 28px 24px;
    }

    .assurance-actions .btn {
        width: 100%;
    }
}
