/* ============================================================
   Corporate Social Responsibility
   Mirrors the reference layout 1:1 (Poppins, Elementor metrics).
   Everything is scoped under .zcsr.
   ============================================================ */

.zcsr,
.zcsr *,
.zcsr *::before,
.zcsr *::after { box-sizing: border-box; }

.zcsr {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
    color: #000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

.zcsr img { max-width: 100%; height: auto; display: block; }
.zcsr a { text-decoration: none; }
.zcsr p { margin: 0; }
.zcsr h1, .zcsr h2, .zcsr h3 { margin: 0; letter-spacing: normal; }
.zcsr ul { margin: 0; padding: 0; list-style: none; }

/* Boxed container: outer holds the side gutter, inner caps the content width. */
.zcsr .zcsr-inner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

/* ===================== HERO ===================== */

.zcsr .zcsr-hero {
    display: flex;
    flex-direction: column;
    min-height: 726px;
    padding: 0 65px;
    background:
        linear-gradient(180deg, rgba(1, 97, 255, .16) 0%, rgba(1, 192, 255, .16) 100%),
        linear-gradient(0deg, #fff, #fff),
        linear-gradient(0deg, #e6ebf5, #e6ebf5),
        #fff;
}

.zcsr .zcsr-hero > .zcsr-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 1 auto;
    padding: 65px 0;
}

/* Breadcrumb */
.zcsr .zcsr-crumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-inline: -5.5px;
    font-size: 16px;
    line-height: 26.4px;
}

.zcsr .zcsr-crumb li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-inline: 5.5px;
}

.zcsr .zcsr-crumb a,
.zcsr .zcsr-crumb .zcsr-crumb-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    transition: color .3s;
}

.zcsr .zcsr-crumb a:hover { color: #666; }
.zcsr .zcsr-crumb a:hover .zcsr-dot svg { fill: #666; }

.zcsr .zcsr-dot {
    display: flex;
    align-items: center;
    padding-inline-end: 4px;
}

.zcsr .zcsr-dot svg {
    width: 7px;
    height: 7px;
    fill: #000;
    transition: fill .3s;
}

.zcsr .zcsr-crumb-label { padding-inline-start: 5px; }
.zcsr .zcsr-crumb .is-current { color: #666; }

/* Hero row */
.zcsr .zcsr-hero-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 105px;
    width: 100%;
}

.zcsr .zcsr-hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 835px;
}

.zcsr .zcsr-hero-copy h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 65px;
    color: #000;
}

/* Elementor pulls the text block up by 25px under the headline. */
.zcsr .zcsr-hero-text {
    width: 100%;
    margin-bottom: -25px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.zcsr .zcsr-hero-text p { margin: 0 0 28.8px; }
.zcsr .zcsr-hero-text a { color: #046bd2; }

.zcsr .zcsr-hero-art {
    flex: 0 0 480px;
    text-align: center;
}

.zcsr .zcsr-hero-art img {
    width: 100%;
    max-width: 576px;
    height: 494px;
    object-fit: contain;
    object-position: center center;
    margin: 0 auto;
}

/* ===================== SHARED HEADINGS ===================== */

.zcsr .zcsr-h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 65px;
    color: #000;
    margin-bottom: 30px;
}

.zcsr .zcsr-h2.is-center { text-align: center; }

/* ===================== FOCUS AREAS ===================== */

.zcsr .zcsr-focus {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.zcsr .zcsr-focus > .zcsr-inner { padding: 100px 0; }

.zcsr .zcsr-focus-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
}

.zcsr .zcsr-card {
    display: flex;
    flex-direction: column;
    background: #f7f7fc;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .0196078431372549);
}

.zcsr .zcsr-card > .zcsr-card-img img { width: 100%; }

.zcsr .zcsr-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 230px;
    padding: 30px 40px;
    background: #f7f7fc;
}

.zcsr .zcsr-card-body h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #141414;
}

.zcsr .zcsr-card-body p {
    font-size: 15.4px;
    font-weight: 400;
    line-height: 25.41px;
    color: #111;
}

/* ===================== COMMITMENTS IN NUMBERS ===================== */

.zcsr .zcsr-stats {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.zcsr .zcsr-stats > .zcsr-inner { padding: 0 0 100px; }

.zcsr .zcsr-stats .zcsr-h2 { line-height: 1.2em; }

.zcsr .zcsr-stats-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 59px;
}

.zcsr .zcsr-stat {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    flex: 0 1 500px;
    max-width: 500px;
    min-width: 0;
}

.zcsr .zcsr-stat b {
    font-size: 56px;
    font-weight: 600;
    line-height: 1em;
    color: #000;
    text-align: center;
    white-space: nowrap;
}

.zcsr .zcsr-stat span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #5e5e5e;
}

/* ===================== IMPACT IN ACTION ===================== */

.zcsr .zcsr-impact {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    background: #000;
}

.zcsr .zcsr-impact > .zcsr-inner {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 100px 0;
}

.zcsr .zcsr-impact .zcsr-h2 {
    color: #fff;
    margin-bottom: 0;
}

.zcsr .zcsr-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
}

.zcsr .zcsr-icard {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, .0196078431372549);
}

.zcsr .zcsr-icard > .zcsr-icard-img img { width: 100%; }

.zcsr .zcsr-icard-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 230px;
    padding: 30px 40px;
}

.zcsr .zcsr-icard-body h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
}

.zcsr .zcsr-icard-body p {
    font-size: 15.4px;
    font-weight: 400;
    line-height: 25.41px;
    color: #fff;
}

/* ===================== IMAGE GALLERY ===================== */

.zcsr .zcsr-gallery {
    display: flex;
    flex-direction: column;
    padding: 0 65px;
}

.zcsr .zcsr-gallery > .zcsr-inner { padding: 50px 0 55px; }

.zcsr .zcsr-gallery .zcsr-h2 { font-size: 47px; }

.zcsr .zcsr-carousel {
    position: relative;
    overflow: hidden;
}

.zcsr .zcsr-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.zcsr .zcsr-track::-webkit-scrollbar { display: none; }

.zcsr .zcsr-slide {
    flex: 0 0 calc((100% - 48px) / 3);
    margin: 0;
    scroll-snap-align: start;
}

.zcsr .zcsr-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.zcsr .zcsr-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

.zcsr .zcsr-nav svg { width: 25px; height: 25px; fill: #fff; }
.zcsr .zcsr-nav.is-prev { left: 10px; }
.zcsr .zcsr-nav.is-next { right: 10px; }

/* ===================== PURPOSE IN ACTION CTA ===================== */

.zcsr .zcsr-cta {
    display: flex;
    flex-direction: row;
    padding: 60px 100px;
    background: #431bf7;
}

.zcsr .zcsr-cta-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 70%;
}

.zcsr .zcsr-cta-brand {
    display: flex;
    align-items: center;
    gap: 22px;
    width: 60%;
    max-width: 60%;
    height: 62px;
}

/* The stock mark is two-tone; force it to solid white over the purple band. */
.zcsr .zcsr-cta-brand img {
    width: auto;
    height: 44px;
    filter: brightness(0) invert(1);
}

.zcsr .zcsr-cta-brand .zcsr-rule {
    width: 1px;
    height: 62px;
    background: rgba(255, 255, 255, .5);
    flex: 0 0 1px;
}

.zcsr .zcsr-cta-brand .zcsr-tag {
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: #fff;
}

.zcsr .zcsr-cta-copy p {
    margin: 0 0 28.8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
}

.zcsr .zcsr-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 45%;
}

.zcsr .zcsr-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    align-self: flex-end;
    width: 60%;
    max-width: 60%;
    padding: 16px 32px;
    border: 1px solid #0161ff;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #000;
    text-align: center;
}

.zcsr .zcsr-cta-btn svg { flex: 0 0 8px; width: 8px; height: 12px; }
.zcsr .zcsr-cta-btn svg path { stroke: currentColor; }

.zcsr .zcsr-cta-btn.is-ghost {
    border-color: #fff;
    background: rgba(255, 255, 255, 0);
    font-weight: 500;
    color: #fff;
}

/* ===================== RESPONSIVE ===================== */

@media (max-width: 1366px) {
    .zcsr .zcsr-hero { min-height: 691px; }
    .zcsr .zcsr-hero-copy { max-width: 1042px; }
    .zcsr .zcsr-card-body { min-height: 260px; padding: 25px; }
    .zcsr .zcsr-card-body h3 { font-size: 20px; }
    .zcsr .zcsr-icard-body { min-height: 260px; padding: 25px; }
    .zcsr .zcsr-icard-body h3 { font-size: 20px; }
}

@media (max-width: 1200px) {
    .zcsr .zcsr-hero-row { justify-content: flex-start; align-items: flex-start; gap: 20px; }
    .zcsr .zcsr-hero-copy { max-width: 686px; }
    .zcsr .zcsr-hero-copy h1 { font-size: 58px; }
    .zcsr .zcsr-hero-art { flex: 1 1 auto; text-align: start; }
    .zcsr .zcsr-hero-art img { max-width: 691px; height: 342px; object-position: top center; margin: 0; }
    .zcsr .zcsr-focus > .zcsr-inner { padding: 50px 0; }
    .zcsr .zcsr-stats > .zcsr-inner { padding: 0 0 50px; }
    .zcsr .zcsr-stats .zcsr-h2 { font-size: 40px; }
    .zcsr .zcsr-impact > .zcsr-inner { padding: 50px 0; }
    .zcsr .zcsr-impact-grid { grid-template-columns: repeat(2, 1fr); }
    .zcsr .zcsr-icard > .zcsr-icard-img { text-align: center; }
}

@media (max-width: 1024px) {
    .zcsr .zcsr-inner { max-width: 1024px; }
    .zcsr .zcsr-hero { min-height: 703px; padding: 0 20px; }
    .zcsr .zcsr-hero > .zcsr-inner { padding: 40px 0; }
    .zcsr .zcsr-hero-row { flex-direction: column-reverse; align-items: flex-start; gap: 0; }
    .zcsr .zcsr-hero-copy { max-width: 100%; width: 100%; }
    .zcsr .zcsr-hero-copy h1 { font-size: 36px; line-height: 48px; }
    .zcsr .zcsr-hero-art { flex: 0 0 auto; width: 100%; text-align: start; }
    .zcsr .zcsr-hero-art img { max-width: 330px; height: 290px; }
    .zcsr .zcsr-focus { padding: 0 15px; }
    .zcsr .zcsr-focus > .zcsr-inner { padding: 30px 0; }
    .zcsr .zcsr-focus .zcsr-h2 { font-size: 36px; }
    .zcsr .zcsr-card-body h3,
    .zcsr .zcsr-icard-body h3 { font-size: 18px; line-height: 1.2em; }
    .zcsr .zcsr-card-body p,
    .zcsr .zcsr-icard-body p { font-size: 14px; line-height: 1.4em; }
    .zcsr .zcsr-stats .zcsr-h2 { font-size: 36px; line-height: 48px; }
    .zcsr .zcsr-stats-row { flex-direction: column; align-items: flex-start; gap: 20px; }
    .zcsr .zcsr-stat { width: 100%; max-width: 100%; flex: 0 0 auto; justify-content: flex-start; }
    .zcsr .zcsr-impact { padding: 0 15px; }
    .zcsr .zcsr-impact > .zcsr-inner { padding: 30px 0; }
    .zcsr .zcsr-impact .zcsr-h2 { font-size: 36px; }
    .zcsr .zcsr-gallery .zcsr-h2 { font-size: 36px; }
    .zcsr .zcsr-cta-btn { width: 185px; max-width: 185px; }
}

@media (max-width: 880px) {
    .zcsr .zcsr-hero { min-height: 555px; }
    .zcsr .zcsr-hero > .zcsr-inner { padding: 30px 0; }
    .zcsr .zcsr-hero-copy h1 { font-size: 34px; }
    .zcsr .zcsr-hero-text { font-size: 14px; line-height: 22px; }
    .zcsr .zcsr-hero-art img { max-width: 285px; height: 249px; }
    .zcsr .zcsr-focus .zcsr-h2 { font-size: 34px; line-height: 44px; }
    .zcsr .zcsr-card-body h3,
    .zcsr .zcsr-icard-body h3 { font-size: 16px; line-height: 24px; }
    .zcsr .zcsr-card-body p,
    .zcsr .zcsr-icard-body p { font-size: 12px; }
    .zcsr .zcsr-stats .zcsr-h2 { font-size: 41px; }
    .zcsr .zcsr-impact .zcsr-h2 { font-size: 34px; line-height: 44px; }
    .zcsr .zcsr-gallery .zcsr-h2 { font-size: 41px; }
    .zcsr .zcsr-cta-brand { width: 100%; max-width: 100%; }
    .zcsr .zcsr-cta-btn { font-size: 13px; }
}

@media (max-width: 767px) {
    .zcsr .zcsr-inner { max-width: 767px; }
    .zcsr .zcsr-hero > .zcsr-inner { padding: 40px 0; }
    .zcsr .zcsr-crumb { font-size: 12px; }
    .zcsr .zcsr-hero-copy h1 { font-size: 31px; line-height: 41px; }
    .zcsr .zcsr-hero-art { align-self: center; text-align: center; }
    .zcsr .zcsr-hero-art img { object-fit: contain; margin: 0 auto; }
    .zcsr .zcsr-focus { padding: 0 10px; }
    .zcsr .zcsr-focus > .zcsr-inner { padding: 50px 0; }
    .zcsr .zcsr-focus .zcsr-h2 { font-size: 31px; line-height: 41px; }
    .zcsr .zcsr-focus-grid { grid-template-columns: repeat(1, 1fr); }
    .zcsr .zcsr-card-body { min-height: 150px; }
    .zcsr .zcsr-stats { padding: 0 10px; }
    .zcsr .zcsr-stats > .zcsr-inner { padding: 25px 0 50px; }
    .zcsr .zcsr-stats .zcsr-h2 { font-size: 30px; line-height: 1.3em; }
    .zcsr .zcsr-stat b { font-size: 30px; }
    .zcsr .zcsr-stat span { font-size: 14px; }
    .zcsr .zcsr-impact { padding: 0 10px; }
    .zcsr .zcsr-impact > .zcsr-inner { padding: 50px 0; }
    .zcsr .zcsr-impact .zcsr-h2 { font-size: 31px; line-height: 41px; }
    .zcsr .zcsr-impact-grid { grid-template-columns: repeat(1, 1fr); }
    .zcsr .zcsr-icard-body { min-height: 150px; }
    .zcsr .zcsr-gallery { padding: 0 10px; }
    .zcsr .zcsr-gallery > .zcsr-inner { padding: 50px 0; }
    .zcsr .zcsr-gallery .zcsr-h2 { font-size: 31px; line-height: 41px; }
    .zcsr .zcsr-slide { flex: 0 0 100%; }
    .zcsr .zcsr-cta { flex-wrap: wrap; padding: 40px; }
    .zcsr .zcsr-cta-copy { width: 100%; margin-bottom: 40px; }
    .zcsr .zcsr-cta-actions { width: 100%; }
    .zcsr .zcsr-cta-btn { align-self: center; font-size: 12px; }
}
