:root {
    --ipe-red: #ed1c24;
    --ipe-yellow: #F8B735;
    --ipe-ochre: #b45d35;
    --ipe-green: #214c3b;
    --ipe-ink: #101114;
    --ipe-muted: #66615c;
    --ipe-paper: #f7f5ef;
    --ipe-clay: #d7bea8;
    --ipe-line: rgba(16, 17, 20, .12);
    --display-font: "Oswald", "Arial Narrow", sans-serif;
    --body-font: "Fira Sans", sans-serif;
    --titl-col: #361B0E;
    --pr-col: #2d2b2a;
    --black: #000;
    --fs-60:3.438rem;
    --fs-5: 2.25rem;
    --fs-44: 2.75rem;
    --fs-4: 2.25rem;
    --fs-36: 2.125rem;
    --fs-32: 1.875rem;
    --fs-3: 1.875rem;
    --fs-28: 1.75rem;
    --fs-24: 1.5rem;
    --fs-22: 1.375rem;
    --fs-2: 1.25rem;
  --fs-18: 1.125rem;
    --fs-1: 1rem;
    --fs-14: 0.875rem;

}

.mt-40{margin-top:40px;}
h1 {
    color: var(--titl-col);
    font-family: var(--display-font);
}

.impact-title {
    color: #000;
    font-family: var(--display-font);
    font-size: var(--fs-24);
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

h6 {
    color: var(--titl-col);
    font-size: var(--fs-22);
    font-weight:300;
    line-height: 34px;
    margin-bottom:1.5rem;
}

p {
    color: var(--pr-col);
    font-size: var(--fs-1);
    font-weight: 400;
    line-height: 24px;
}

* {
    letter-spacing: 0;
}

html {
    scroll-behavior: smooth;
    scrollbar-gutter: stable;
}

body {
    min-height: 100vh;
    color: var(--ipe-ink);
    background-color: #F6F6F6;
    font-family: var(--body-font);
}

html.menu-scroll-lock,
body.menu-scroll-lock {
    overflow: hidden;
    overscroll-behavior: none;
}

main .logWhi {
    display: none;
}

main.logWhit .logWhi {
    display: block;
}

main.logWhit .logCol {
    display: none;
}

.site-header.is-scrolled .logWhi {
    display: none;
}

.site-header.is-scrolled .logCol {
    display: block;
}

body.modal-open {
    padding-right: 0 !important;
}

/* Climate page banner carousel */

.ban-slider-carousel {
    position: relative;
    overflow: hidden;
    background: #1e2424;
}

.ban-slider-carousel .owl-stage-outer,
.ban-slider-carousel .owl-stage,
.ban-slider-carousel .owl-item {
    border-radius: inherit;
}

.ban-slide {
    position: relative;
    display: flex;
    min-height: clamp(450px, 46vw,560px);
    align-items:start;
    overflow: hidden;
     color: #fff;
    background-image: var(--ban-image);
    background-position:top -40px center;
    background-size: cover;
    padding-top:100px;
    background-repeat: no-repeat;
}

.climateAction  .ban-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .46) 48%, rgba(0, 0, 0, .28) 100%);
}

.ban-slide-reference {
    display: block;
}

.ban-slide-reference::before {
    display: none;
}

.ban-slide-reference>img {
    display: block;
    width: 100%;
    height: clamp(480px, 46vw, 635px);
    object-fit: cover;
}

.ban-slide-content {
    position: relative;
    z-index: 1;
    max-width:850px;
    width: 100%;
    padding:30px 0px 10px;
}

.ban-slide-breadcrumb {
    display: inline-block;
    margin-bottom: clamp(30px, 3vw, 36px);
    padding: 3px 8px;
    color: #fff;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.28);
    font-family: var(--display-font);
    font-size: calc(var(--fs-14) - 0.125rem);
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.ban-slide-content h2 {
    margin: 0 0 22px;
    color: white;
    font-family: var(--display-font);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -2px;
    text-transform: uppercase;
    text-transform: uppercase;
}

.ban-slide-content p {
    margin: 0;
    color: #fff;
    font-size: calc(var(--fs-2) - 0.125rem);
    font-weight: 400;
    line-height: 26px;
    margin-bottom:1rem;
}

.ban-slide-hazard::before {
    background: linear-gradient(90deg, rgba(78, 135, 176, .96) 0%, rgba(78, 135, 176, .9) 42%, rgba(78, 135, 176, .48) 58%, rgba(78, 135, 176, .08) 76%);
}

.ban-slide-hazard .ban-slide-content {
    max-width: 720px;
}

.ban-slide-hazard .ban-slide-breadcrumb {
    margin-bottom: 28px;
}

.ban-slide-hazard .ban-slide-content h2 {
    max-width: 650px;
    margin-bottom: 12px;
}

.ban-slide-hazard .ban-slide-content>p {
    max-width: 650px;
    font-size: 1rem;
    line-height: 1.5;
}

.ban-slide-metrics {
    display: grid;
    max-width: 680px;
    margin-top: 28px;
    grid-template-columns: .9fr .9fr 1.8fr;
}

.ban-slide-metric {
    position: relative;
    display: grid;
    min-width: 0;
    padding: 0 28px;
    align-content: start;
    justify-items: start;
}

.ban-slide-metric:first-child {
    padding-left: 0;
}

.ban-slide-metric:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .36);
}

.ban-slide-metric img {
    width: auto !important;
    height: 42px;
    margin-bottom: 7px;
    object-fit: contain;
}

.ban-slide-metric strong {
    color: #fff;
    font-family: var(--display-font);
    font-size: clamp(1.65rem, 2.2vw, 2.1rem);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.ban-slide-metric span {
    margin-top: 7px;
    color: #fff;
    font-size: .78rem;
    font-weight: 400;
    line-height: 1.25;
}

.ban-slider-carousel.owl-theme .owl-nav.disabled+.owl-dots,
.ban-slider-carousel.owl-theme .owl-dots {
    position: absolute;
    top: 50%;
    right: clamp(20px, 3vw, 40px);
    z-index: 4;
    display: flex;
    width: 54px;
    min-height: 104px;
    margin: 0;
    padding: 18px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
 border-radius: 50px;
border: 1px solid #FFF;
background: rgba(0, 0, 0, 0.10);
backdrop-filter: blur(2px);
    transform: translateY(-50%);
}

.ban-slider-carousel.owl-theme .owl-dots .owl-dot {
    display: block;
    padding: 4px 14px !important;
}

.ban-slider-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0;
    background: rgba(255, 255, 255, .48);
    transition: background-color .25s ease, transform .25s ease;
}

.ban-slider-carousel.owl-theme .owl-dots .owl-dot.active span,
.ban-slider-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--ipe-yellow);
    transform: scale(1.08);
}


 
a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}


/* For IE10 */
select::-ms-expand {
  display: none;
}
.display-title,
.section-title,
.menu-heading,
.brand-name,
.card-title,
.stat-number {
    font-family: var(--display-font);
    font-weight:500;
    text-transform: uppercase;
    color: var(--black);
}

.modal-fullscreen {
    height: 100%;
}

.page-shell {
max-width:1320px;
    margin-inline: auto;
    padding-inline:30px;
    width:100%;;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
      background: transparent;
    transition:
        opacity .3s ease,
        padding .3s ease,
        background-color .3s ease,
        box-shadow .3s ease,
        backdrop-filter .3s ease,
        transform .3s ease;
}

.site-header.is-hidden-on-scroll {
    opacity: 0;
    pointer-events: none;
}

.site-header .page-shell {
    transition: width .3s ease;
}

.site-header.is-scrolled {
     background: rgba(255, 255, 255, .95);
   /* box-shadow: 0 12px 34px rgba(16, 17, 20, .1); */
    backdrop-filter: blur(2px);
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    min-width: max-content;
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 28px;
    border-radius: 5px;
    color: #fff;
    background: var(--ipe-red);
    font-family: var(--display-font);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.brand-name {
    display: block;
    color: var(--ipe-red);
    font-size: 1.05rem;
    line-height: 1;
}

.brand-sub {
    display: block;
    color: var(--ipe-muted);
    font-size: .56rem;
    line-height: 1.2;
}



.cta-pill {
    display:flex;
justify-content: center;
align-items: center;
gap: 10px;
    min-height: 30px;
   padding:10px 20px;
    border: 0;
    border-radius: 999px;
    color: var(--black);
    background: var(--ipe-yellow);
    font-family: var(--display-font);
    font-size: var(--fs-14);
    font-weight: 600;
    line-height: 30px;
 letter-spacing: 1px;
    text-transform: uppercase;
    width:fit-content;
        transition: border-color .4s, background-color .4s, opacity .4s;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 14px 30px rgba(246, 183, 0, .24);
    transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; */
}
#insightsSlider.insightsKnowledge {margin-bottom:40px;}
.cta-pill span{ letter-spacing: 1px;}
.cta-pill:hover{background-color: rgba(255, 255, 255, 1);}
.cta-pill  i,.bi-arrow-right::before{stroke-width: 2px;stroke: #000;font-weight:900;    font-size: var(--fs-1);}
.cta-pill:hover span, .cta-pill:hover i{color:#000; position: relative; z-index:11;}
.cta-pill::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 1);
    transition: right .4s ease;
}
.cta-pill:hover::before {
    right: 0;
}
.cta-pill.hovBlac::before{background-color: rgba(0, 0, 0, 1);}

.cta-pill.hovBlac:hover span, .cta-pill.hovBlac:hover i{color:#fff; position: relative; z-index:11;}

/* .cta-pill:hover,
.cta-pill:focus-visible {
    color: #111;
    background: #ffc928;
    box-shadow: 0 18px 34px rgba(246, 183, 0, .32);
} */

.heroShell {
    background-color:#CCC8B1;
}

.hero {
    position: relative;

    overflow: hidden;


}




.hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(220px, .6fr);
    align-items: center;
    gap:40px;
    min-height: inherit;
    padding:133px 0px 30px;
}

.site-header .hero-inner {
    display: block;
    min-height: auto;
    padding:0px 30px !important;
}

.site-header.is-scrolled .hero-inner {
    padding: 0px 30px !important;
}

.site-header .hero-top .brand-lockup img {
    max-width: 150px;
    height: auto;
}

.site-header.is-scrolled .hero-top .brand-lockup img {
    max-width: 130px;
    height: auto;
}

.hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-block:14px ;
}

.hero-copy {max-width:665px;

}
.heroShell  .display-title{font-size:80px; line-height:85px;}
.display-title {
    font-size: var(--fs-60);
font-weight: 600;
line-height:60px; 
letter-spacing: -2px;
text-transform: uppercase;
    margin:0px 0 1.1rem;
    color:#361B0E;
}
.heroShell  h6{margin-bottom:2.7rem;}
.hero-title-slider {
    display: grid;
}

.hero-title-slider>span {
    grid-area: 1 / 1;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity .65s ease, transform .65s ease;
    pointer-events: none;
}

.hero-title-slider>span.is-active {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .hero-title-slider>span {
        transition: none;
    }
}

.hero-copy p {
    max-width: 545px;

    line-height: 1.65;
}

.hero-copy strong {
    font-weight: 800;
}

.hero-visual {
    display: flex;
    align-items: start;
    justify-content: start;
    min-width:500px;
}

/* .heroShell .hero-visual {
    opacity: 0;
    visibility: hidden;
    transform: translateX(26px);
    transition: opacity .2s ease .4s, transform .2s ease .4s, visibility 0s linear .4s;
} */

.heroShell.is-visible .hero-visual {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
    .heroShell .hero-visual {
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: none;
    }
}

/* .hero-art {
    animation: floatArt 3.5s ease-in-out infinite;
} */

@keyframes floatArt {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-16px);
    }
}

.hero-art {
    display: block;
    /* width: min(100%, 530px);
    max-height: clamp(280px, 38vw, 600px); */
    /* object-fit: contain; */
    filter: drop-shadow(0 22px 34px rgba(50, 31, 20, .16));
}

.fade-right {
    opacity: 0;
    transform: translateX(26px);
    transition: opacity .8s ease, transform .8s ease;
}

.fade-right.active,
.is-visible .fade-right {
    opacity: 1;
    transform: translateX(0);
}

.section-pad.sectionMap {
    position: relative;
    background-color: #FDF4E4;
    background-image: url(../images/africa-map_bg.png);
    background-repeat: no-repeat;
    background-position: top 30px center;
    background-size: cover;
}
.section-pad.sectionMap .statRow{margin-top:50px;}
.section-pad.sectionMap  .mapStage{left:0px;right:0px;align-self: center; bottom:0px;margin-block:auto;}
.section-pad.sectionMap > .africa-map-art {
    top: 70px;
}

.africa-map-art svg {
  display: block;
    /* width: 100%; */
    height: auto;
    margin: auto;
    max-width:100%;
}

.africa-map-art .map-country {
    opacity: 0;
    fill: #eddecf;
}

.sectionMap.is-visible .africa-map-art .map-country {
    animation: map-country-reveal .45s ease forwards;
    animation-delay: calc(var(--map-country-index) * .055s);
}

@keyframes map-country-reveal {
    from {
        opacity: 0;
        fill: #eddecf;
    }

    to {
        opacity: 1;
        fill: var(--map-country-color);
    }
}

@media (prefers-reduced-motion: reduce) {
    .africa-map-art .map-country {
        opacity: 1;
        fill: var(--map-country-color);
        animation: none;
    }
}
/* 
.section-pad.sectionMap .position-relative {
    top: -30px;
} */

.section-pad.sectionMap .section-title {
    font-size: var(--fs-4);
    color: var(--black);
    font-weight: 400;
    line-height:45px;
    text-transform: uppercase;
}

.section-pad.sectionMap .section-title strong {
    font-weight: 600;
}

.section-pad {
    padding-block:80px;
}
.backGrad{background: #F6F6F6;background: linear-gradient(0deg,rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);}
.section-title {
    color: var(--black);
    text-align: center;
    margin-bottom:2rem;
    font-size: var(--fs-4);
    font-weight: 600;
    line-height:45px;
    text-transform: uppercase;
}

.section-kicker {
    margin: 0 auto 2.1rem;
    max-width: 540px;
    color: var(--black);
    font-size:var(--fs-22);
    text-align: center;
    line-height: 30px; 
}

.map-stage {
    position: relative;
    min-height: 390px;
    display: grid;
    align-items: center;
    overflow: hidden;
}

.map-stage::before {
    content: "";
    position: absolute;
    inset: 8% 0 auto;
    height: 70%;
    background: radial-gradient(ellipse at center, rgba(183, 150, 120, .16), transparent 67%);
    pointer-events: none;
}

.world-map {
    position: absolute;
    inset: 0;
    opacity: .58;
    background:
        radial-gradient(ellipse at 18% 44%, rgba(180, 93, 53, .22) 0 9%, transparent 9.4%),
        radial-gradient(ellipse at 37% 40%, rgba(180, 93, 53, .15) 0 18%, transparent 18.5%),
        radial-gradient(ellipse at 55% 48%, rgba(180, 93, 53, .36) 0 12%, transparent 12.5%),
        radial-gradient(ellipse at 66% 46%, rgba(180, 93, 53, .25) 0 15%, transparent 15.5%),
        radial-gradient(ellipse at 82% 43%, rgba(180, 93, 53, .14) 0 11%, transparent 11.5%);
    filter: blur(.2px);
}

.africa-focus {
    position: relative;
    z-index: 1;
    width: min(345px, 70vw);
    aspect-ratio: 1.05;
    margin-inline: auto;
    border-radius: 50%;
    background:
        radial-gradient(circle at 59% 38%, var(--ipe-yellow) 0 6px, transparent 7px),
        radial-gradient(circle at 47% 58%, #fff 0 4px, transparent 5px),
        radial-gradient(circle at 56% 68%, var(--ipe-yellow) 0 4px, transparent 5px),
        linear-gradient(135deg, rgba(180, 93, 53, .96), rgba(102, 45, 28, .9));
    clip-path: polygon(48% 0, 72% 9%, 78% 23%, 92% 31%, 83% 43%, 88% 56%, 72% 64%, 67% 77%, 55% 82%, 50% 100%, 39% 88%, 36% 72%, 23% 63%, 27% 49%, 13% 42%, 26% 32%, 21% 18%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2), 0 26px 55px rgba(119, 58, 36, .22);
}
.map-legend {
    position: relative;
    z-index: 2;
    width: 400px;
    margin:100px auto 0;
    display: flex;
    flex-direction: column;
}
.section-pad.sectionMap .map-legend p {
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 2px;
}

.legend-dot {
    display: inline-block;
  width: 12px;
height: 12px;
    margin-right: .35rem;
   border-radius: 3px;
background: #A94A28;
}

.stat-row {
    border-top: 1px solid var(--ipe-line);
    border-bottom: 1px solid var(--ipe-line);
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(16, 17, 20, .04);
}

@media (min-width: 768px) {
    .border-md-start {
        border-left: 1px solid var(--ipe-line) !important;
    }

    .border-md-end {
        border-right: 1px solid var(--ipe-line) !important;
    }
}

.stat-item {
    display: flex;
    align-items: center;
    gap: .70rem;
    padding: 1.05rem .7rem;
}

.stat-icon {
    display: inline-grid;
    place-items: center;
border-radius:20px;
    color: var(--ipe-ochre);
    /* box-shadow: 0 12px 28px rgba(16, 17, 20, .08); */
}

.stat-number {
    display: block;
    font-size: var(--fs-32);
   line-height: 45px;
}

.stat-label {
    color: var(--black);
    font-size:var(--fs-1);
font-weight: 400;
line-height: 26px;
}

.priority-card,
.insight-card {
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius:16px;
    isolation: isolate;
    background: #141414;
       transition: transform .3s ease, box-shadow .3s ease;
}


.priority-card > img,
.insight-card > img {
    position: relative;
    inset: 0;
    width: 100%;
    height:auto;
    /* object-fit: cover; */
    z-index: -2;
    transition: transform .6s ease;
}
/* 
.priority-card:hover img,
.insight-card:hover img {
    transform: scale(1.07);
} */

.priority-card .prioriMobil::after,
.insight-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index:1;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .76));
}

.priority-card .card-body {
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -4.43%, #000 99.99%);
}

.manaGrad .priority-card .card-body{ background:none;}


.priority-card .card-body .card-title {
    color: white;
    font-size: var(--fs-22);
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    flex: 0 0 75%;
    max-width: 73%;
    
}

#priorities .priority-card::after {
    height: 40%;
    bottom: 0px;
    top: auto;
}

#priorities .priority-card .arrow-disc img {
max-width: 18px;position: relative;
}

#priorities .priority-card:hover::after {
    border-radius: 0px;
}

.insight-card .card-body {
    display: flex;
    position: absolute;
    inset: 0;
    bottom: 0px;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 1.15rem;
    color: #fff;
    /* background:none; */
    z-index:3;
}
.priority-card .card-body{   display: flex;
    position: absolute;
    inset: 0;
    align-items:center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
     color: #fff;
      z-index:3;
    padding: 1.15rem; top:auto;bottom:0px;}

.card-title {
    max-width: 16ch;
    margin: 0;
    font-size: 1.22rem;
    line-height: 1.08;
}

.arrow-disc {
    flex: 0 0 auto;
  flex-direction: column;
align-items:center;
justify-content: center;
display: flex;
gap: 10px;
    width:60px;
    height:60px;
    border-radius: 999px;
    color: #111;
    background: var(--ipe-yellow);
    transition: transform .05s ease, background-color .05s ease;
}

.priority-card:hover .arrow-disc,
.insight-card:hover .arrow-disc {
    transform: translateX(3px);
    background: #ffc928;
}

.homePriori .priority-card {
    min-height:300px;
}
.priority-card .prioriMobil {
    min-height:300px;
}
.priority-card.active .prioriMobil {display:none;}
.priority-card .card-title {
    max-width: 14ch;
}

.impact-band {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    border-radius: 10px;
    background: #101114;
    color: #fff;
    box-shadow: 0 26px 58px rgba(16, 17, 20, .18);
}

 

.owlDrag .owl-stage-outer{
border-radius: 20px;
    background: #FFF;
    overflow: hidden;
    cursor: grab;
}

.owlDrag.is-vertical-dragging .item {
    cursor: grabbing;
    user-select: none;
}

.owlDrag .impact-slide::before {
    background: rgba(0, 0, 0, 0.42);
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
}

.owlDrag .impact-slide {
    min-height:630px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: end;
}

.owlDrag .impact-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .9fr);
    align-items: end;
    gap: 2rem;
    padding: clamp(22px, 3vw, 40px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.28%, #000 78.86%);
}
.owlDrag .impact-content.gridTemp1 {
    grid-template-columns: 1fr;width:100%;
}

.owlDrag .impact-content.gridTemp1 .impact-title {font-size:var(--fs-4);}

.owlDrag .impact-label {
    font-size: var(--fs-14);
    color: white;
    font-weight:300;
    line-height: normal;
    text-transform: uppercase;
}

.owlDrag .impact-title {
    margin:16px 0px 10px;
    font-size: var(--fs-28);
    font-weight: 600;
    color: white;
    line-height: 32px;letter-spacing: -1px;
}
.owlDrag .impactMetrics p.titl{font-size: 14px;text-transform: uppercase;line-height: normal;}

.owlDrag .impactMetrics img {
    width: auto;
}

.owlDrag .impactMetrics .titl {
    color: white;
    padding-left: 1.1rem;
}

.owlDrag .impactMetrics {
    position: relative;
}

.owlDrag .impactMetrics::before {
    content: "";
    position: absolute;
    inset: 0;
    border-left: 1px solid rgba(255, 255, 255, .3);
    left: -20px;
}

.owlDrag .impact-text {
    line-height: 24px;
    color: white;
    font-size: var(--fs-1);
    font-weight: 300;
}

.owlDrag .impact-metrics {
    display: grid;
    grid-template-columns: 32% 30% 39%;
    overflow: hidden;
}

.owlDrag .impact-metric {
    padding: .9rem 1rem;
}

.owlDrag .impact-metric strong {
    display: block;
    font-size: calc(var(--fs-24) + 2px);
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: white;
}

.owlDrag .impact-metric span {
    color: white;
    display: block;
    font-size: var(--fs-1);
    font-weight:300;
    line-height: 20px;
}

.owlDrag.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    width: 28px;
    height: max-content;
    margin: auto;
    flex-direction: column;
    gap: 6px;
    pointer-events: auto;
}

.owlDrag.owl-theme .owl-nav.disabled+.owl-dots .owl-dot {
    display: grid;
    width: 28px;
    height: 28px;
    padding: 0 !important;
    place-items: center;
    cursor: pointer;
    pointer-events: auto;
}

.owlDrag.owl-theme .owl-nav.disabled+.owl-dots span {
    width: 15px;
    height: 15px;
    margin: 0;
}
.owlDrag.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--ipe-yellow);
}

.owlDrag .impactSlideInUp {
    animation-name: impactSlideInUp;
    animation-duration: .7s;
    animation-timing-function: ease;
}

.owlDrag .impactSlideOutUp {
    animation-name: impactSlideOutUp;
    animation-duration: .7s;
    animation-timing-function: ease;
}

@keyframes impactSlideInUp {
    from {
        transform: translate3d(0, 100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes impactSlideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, -100%, 0);
    }
}

.segmentTabs .segment-tabs {
    position: relative;
    border-radius: 50px;
    background-color: #FFF;
    margin-bottom:40px;
}

.segmentTabs .segment-tabs::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 999px;
    background: var(--ipe-yellow);
    content: "";
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.segmentTabs .segment-tabs[data-active-index="1"]::before {
    transform: translate3d(100%, 0, 0);
}

.segmentTabs .segment-tabs--four::before {
    width:calc((100% - 30px) / 4);
}

.segmentTabs .segment-tabs--four[data-active-index="1"]::before {
    transform: translate3d(calc(100% + 10px), 0, 0);
}

.segmentTabs .segment-tabs--four[data-active-index="2"]::before {
    transform: translate3d(calc(200% + 20px), 0, 0);
}

.segmentTabs .segment-tabs--four[data-active-index="3"]::before {
    transform: translate3d(calc(300% + 30px), 0, 0);
}

.segmentTabs .segment-tabs--four .btn {
    flex: 0 0 calc((100% - 30px) / 4);
    padding-inline: 48px;
}

.segmentTabs .segment-tabs .btn {
    position: relative;
    z-index: 1;
    padding:18px 107px 19px 108px;
    font-size: var(--fs-1);
    color: var(--black);
    font-weight: 600;
    line-height: 30px;
    font-family: var(--display-font);
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
    border-radius: 999px;
    transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}
.segmentTabs.ourManagTabs .segment-tabs{gap:10px;}
.segmentTabs.ourManagTabs .segment-tabs .btn{width:100%; height:60px; max-width:calc((100% - 30px) / 4); padding:0px; text-align: center;white-space: nowrap;}

.segment-tabs .btn.active {
    color:var(--black);
    background: transparent;
}

.segment-tabs .btn:active {
    transform: scale(0.98);
}

.js-special-visible-slider.is-panel-entering {
    animation: insightPanelIn 400ms ease-out both;
}

.js-special-visible-slider.is-panel-leaving {
    animation: insightPanelOut 320ms ease-in both;
}

@keyframes insightPanelIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes insightPanelOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .segmentTabs .segment-tabs::before {
        transition: none;
    }

    .segmentTabs .segment-tabs .btn {
        transition: none;
    }

    .js-special-visible-slider.is-panel-entering,
    .js-special-visible-slider.is-panel-leaving {
        animation: none;
    }
}
.ourManagOurGroup{padding-block:80px; padding-bottom:0px;}
.ourManagOurGroup .wx-100{max-width:150px;}
.priorityItem .card{border:0px; padding:24px;border-radius: 20px;}
.priorityItem .mx50 img{border-radius:10px; max-width:100%; height:auto;}
.priorityItem .descrCont{align-self: center;}
.priorityItem .card p{color: #4D4D4D;}
.priorityItem .card p:last-child{margin-bottom:0px;}
.priorityItem .card .ctaBroch{background-color:transparent; color:#000;}
.priorityItem .descrCont p{color: #000;font-size: 14px;font-weight: 400;line-height: 24px;}
.priorityItem .descrCont p:last-child{margin-bottom:0px;}
.priorityItem .card-title{color: #000;font-size: 24px;line-height: 30px;margin-bottom:10px;}
/* #ourManagement .ctaBroch{color: #000;} */
/* .thematBrochur .swiper-slide{max-height:400px; object-fit: cover;} */
.insight-card {
    min-height: 300px;
}
.insight-strip {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.insight-strip::-webkit-scrollbar {
    display: none;
}

.insight-strip>.insight-item {
    flex: 0 0 min(82vw, 320px);
    width: auto;
    max-width: min(82vw, 320px);
    scroll-snap-align: start;
}

  .priority-grid-col {
            position: relative;
            overflow: visible;
            min-height:308px;
        }

        /* Preserve every card's original grid space while the pop-out floats above it */
        .priority-grid-col.priority-height-locked {
            height: var(--priority-original-height);
            min-height: var(--priority-original-height);
        }

        .priority-grid-col.priority-height-locked > .priority-card:not(.active) {
            height: var(--priority-original-height);
        }

        /* Keep all cards behind the pop-out completely fixed */
        .priority-grid-col.priority-background-col-frozen {
            width: var(--priority-column-width) !important;
            min-width: var(--priority-column-width) !important;
            max-width: var(--priority-column-width) !important;
            flex: 0 0 var(--priority-column-width) !important;
        }

        .priority-card.priority-background-frozen {
            width: var(--priority-card-width) !important;
            min-width: var(--priority-card-width) !important;
            max-width: var(--priority-card-width) !important;
            height: var(--priority-card-height) !important;
            min-height: var(--priority-card-height) !important;
            left: 0 !important;
            top: auto !important;
            transform: none !important;
            transition: none !important;
            will-change: auto !important;
        }

        html.priority-popout-running,
        body.priority-popout-running {
            overflow-x: hidden;
        }

        /* Base Card Styling */
  .manaGrad .priority-card {position: relative;}
.manaGrad .priority-card:after {content: "";
    position: absolute;
    inset: 0;
    z-index: -1;    height: 100% !important;;
    background: linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .76));} */
.manaGrad .priority-card{    min-height:fit-content;}
        .homePriori .priority-card {
            display: block;
            position: absolute;
            background: #fff;
            border-radius:16px;
            overflow: hidden;
            text-decoration: none;
            cursor: pointer;
            z-index: 1;
            width:calc(100% - 24px);
            left:0px;
            right:0px;
            margin-inline:12px;

            transform-origin: center center;
              transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                        left 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                        transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                        box-shadow 0.4s ease,
                        background-color 0.3s ease;
        }



        .card-preview-img {
            width: 100%;
                  object-fit: cover;
            display: block;
        }

        .card-preview-body {
            padding: 18px;
            background: #fff;
        }

        .card-preview-title {
            font-size: 1.15rem;
            font-weight: 700;
            color: #1e293b;
            margin: 0;
        }

        .expanded-content-panel {
            display: none;
        }

        /* ACTIVE EXPANDED STATE */
        .priority-card.active {
            z-index: 99;
            width: 1201px;
            max-width: 92.5vw;
            position: absolute;
            top:15.5px;
            left: calc(50% - 613px);
            background-color: #d9cdc1;
            border-radius:16px;
            transform: scale(1.05);
        }
        .priority-grid-col:first-child .priority-card.active{ left: calc(50% - 185px);}
      .priority-grid-col:nth-child(3) .priority-card.active{left: calc(-75% - 506px);}
      .priority-grid-col:nth-child(4) .priority-card.active{left: calc(50% - 185px); top: calc(-50% - 165px);}
       .priority-grid-col:nth-child(5) .priority-card.active{top: calc(-50% - 165px);}
      .priority-grid-col:nth-child(6) .priority-card.active{left: calc(-74.5% - 508px);top: calc(-50% - 165px);}
.priority-card.active  .card-body{display:none;}
        .priority-card.active .card-preview-img,
        .priority-card.active .card-preview-body {
            display: none;
        }

        .priority-card.active .expanded-content-panel {
            display: flex;
            width: 100%;
            min-height:619px;
            position: relative;
            animation: fadeIn 0.3s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .panel-left-content {
            flex: 1.1;
            padding: 40px 35px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: #1a1a1a;
            box-sizing: border-box;
            min-width:650px;
        }

        

        .panel-right-image {
            flex: 0.99;
            position: relative;
        }

        .panel-right-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-top-right-radius:16px;
            border-bottom-right-radius:16px;
        }

        /* CLOSE BUTTON STYLING */
       
        /* BACKDROP OVERLAY */
     .grid-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 10;
            background-color: rgba(15, 23, 42, 0);
            display: none;
            transition: background-color 0.3s ease;
        }
        
        .grid-overlay.active {
            display: block;
            /* background-color: rgba(15, 23, 42, 0.5);
            backdrop-filter: blur(3px); */
        }

#priorities .priority-card.active::after{display: none;}
#priorities .priority-card.active .card-body{background: #d9cdc1;}
.bg_work .banSlide{background: #A77775;}
.bg_Insig .banSlide{background: #586A5E;} 
.bg_Gall .banSlide{background: #4F6269;} 

 .banSlide::before{display:none;}



.insight-tag {
    display: inline-flex;
    width: fit-content;
    margin-bottom: auto;
    padding: .28rem .58rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, .18);
    font-size: .72rem;
    backdrop-filter: blur(10px);
}

.insight-card .card-body {
    flex-direction: column;
    align-items: stretch;
}

.insight-foot {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
}

.read-more {
    color: var(--ipe-yellow);
    font-family: var(--display-font);
    font-size: .85rem;
    text-transform: uppercase;
}

.partner-strip {
    display: block;
    overflow: hidden;
}

.partner-marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 28s linear infinite;

}

.partner-strip:hover .partner-marquee-track {
    animation-play-state: paused;

}

.partner-marquee-group {
    display: flex;
    flex-shrink: 0;
    gap: .9rem;
    padding-right: .9rem;

}

.partner-marquee-item {
    flex: 0 0 auto;
    width: auto;
}


@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.brand-strip-track:hover {
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
    .partner-marquee-track {
        animation-play-state: paused;
    }
}

.partner-logo {
    display: grid;
    place-items: center;
    height: 100%;
    border-radius: 8px;
 padding:16px 20px;
    color: #52616b;
  border-radius: 12px;
background: #FFF;
    font-weight: 800;
    text-align: center;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
/* 
.partner-logo:hover,
.partner-logo:focus-visible {
    border-color: rgba(237, 28, 36, .28);
    box-shadow: 0 16px 34px rgba(16, 17, 20, .09);
    outline: 0;
    transform: translateY(-3px);
} */

.partner-logo img {
    display: block;
    width: auto;
    /* max-width: min(150px, 86%); 
    max-height: 58px;*/
    object-fit: contain;
    opacity: .9;
    transition: transform .25s ease, opacity .25s ease;
}

/* .partner-logo:hover img,
.partner-logo:focus-visible img {
    opacity: 1;
    transform: scale(1.04);
} */

.partner-fallback {
    font-family: var(--display-font);
    font-size: .88rem;
    line-height: 1.1;
    text-transform: uppercase;
}

.footer-panel {
    margin-block:80px 34px;
    padding: clamp(32px, 4vw, 56px) clamp(24px, 3.5vw, 46px) 0;
    border-radius: 18px;
    background: #fff;
}

.footer-title {
    margin: 0 0 14px;
    
}
.footer-links .footer-title a, .footer-title{color: #303841;
    font-family: var(--display-font);
    font-size: var(--fs-1);
    font-weight: 600;
    text-transform: uppercase;}
.footer-africa-brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
}

.footer-africa-brand img {
    width: 140px;
    height: auto;
}
.footer-global-brand .footer-samridh{max-width:150px;}
.footer-africa-brand span,
.footer-global-brand small {
    margin-top: 5px;
    color: #777d82;
    font-size: .62rem;
}

.footer-about p {
    max-width: 390px;
    margin: 0;
    color: #313A44;
    font-size: var(--fs-14);
    font-weight:300;
    line-height: 24px;
}

.footer-links nav {
    display: grid;
    gap: 20px;
}

.footer-links a,
.footer-bottom span{
    color: #313A44;
    font-size: var(--fs-14);
    font-weight:400;
    line-height: 22px;
        font-family: var(--body-font);
}

.footer-links a:hover,
.footer-bottom a:hover {
    color: var(--ipe-yellow);
}

.newsletter {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0;
}

.newsletter input {
    flex: 1;
    height: 46px;
    min-width: 0;
    border: 0;
    padding-inline: 18px;
    outline: 0;
    border-radius: 999px;
    color: #333;
    background: #ededed;
    font-size: .75rem;
}

.newsletter input,.menu-newsletter input,.search-field input{font-family: var(--body-font);color: #333;
font-size:14px;font-weight: 400;}


.newsletter input::placeholder,.menu-newsletter input::placeholder,.search-field input::placeholder
 {
  color: #333;
  opacity: 1;
}
.footer-subscribe {
    height: 46px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    color: #101114;
    background: #fdbb08;
    font-family: var(--display-font);
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-follow-title {
    margin-top: 20px;
    margin-bottom: 12px;
}

.footer-socials {
    display: flex;
    gap: 10px;
}

.social-link {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    color: #fff;
    background: #303841;
    font-size: 1.1rem;
    transition: transform .2s ease, background-color .2s ease;
}

.social-link:hover {
    color: #fff;
    background: var(--ipe-red);
    transform: translateY(-2px);
}

.footer-brands {
    display: flex;
    align-items: center;
    justify-content: space-between;
      margin-top:30px;
    border-top: 1px solid #d9dcde;
    padding-block:20px;
}

.footer-global-brand div {
    display: flex;
    align-items: center;
    color: var(--ipe-red);
    font-size: 1.75rem;
    line-height: 1;
}

.footer-global-brand strong {
    padding: 5px 4px;
    color: #fff;
    background: var(--ipe-red);
    font-size: 1.35rem;
}

.footer-global-brand span {
    margin-left: 5px;
    font-weight: 300;
}

.footer-brand-partners {
    display: flex;
    align-items: center;
    gap:30px;
}

.footer-samridh {
    display: flex;
    flex-direction: column;
    color: #244e7d;
    line-height: 1;
}

.footer-samridh strong {
    font-size: 1.5rem;
    letter-spacing: .04em;
}

.footer-samridh strong span {
    color: #20a36a;
}

.footer-samridh small {
    margin-top: 3px;
    font-size: .55rem;
    letter-spacing: .08em;
}

.footer-samridh em {
    margin-top: 3px;
    color: var(--ipe-red);
    font-size: .43rem;
    font-style: normal;
}

.footer-tripleline {
    color: #007a7c;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
padding-block:20px;
    border-top: 1px solid #d9dcde;
}

.footer-bottom>span:last-child {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-bottom b {
    font-weight: 400;
}

/* Compact reference-style footer navigation */
.footer-main-reference {
    display: grid;
    grid-template-columns: minmax(220px, 1.45fr) minmax(190px, 1.15fr) minmax(130px, .72fr) minmax(90px, .55fr) auto;
    align-items: start;
    gap: clamp(24px, 3vw, 52px);
}

.footer-main-reference .footer-africa-brand {
    margin-bottom: 28px;
}

.footer-main-reference .footer-africa-brand img {
    width: 145px;
}

/* .footer-main-reference .footer-title {
    margin-bottom: 13px;
    color: #313a44;
    font-size: 13px;
    line-height: 18px;
} */

.footer-main-reference .footer-newsletter-title {
    margin-bottom: 12px;
}

.footer-main-reference .newsletter {
    max-width: 290px;
    gap: 12px;
}

.footer-main-reference .newsletter input {
    height:50px;
    padding-inline: 15px;
   
}

.footer-main-reference .newsletter .cta-pill {
    width: auto;
    min-width: 102px;
    height:50px;
    padding-inline: 18px;
    font-size: 11px;
}

.footer-main-reference .footer-links nav {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

 
.footer-reference-insights {
    margin-top: 27px;
}

.footer-main-reference .footer-socials {
    flex-wrap: nowrap;
    gap: 8px;
}

.footer-main-reference .footer-socials a,
.footer-main-reference .footer-socials img {
    display: block;
    width: 36px;
    height: 36px;
}




@keyframes floatMap {

    0%,
    100% {
        transform: translateY(0) rotate(-1deg);
    }

    50% {
        transform: translateY(-14px) rotate(1deg);
    }
}

@keyframes menuRise {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

.marquStrip{position:relative; overflow:hidden;z-index:1;}
.marquStrip::after{position: absolute;z-index: 99; content: ""; bottom: 0; left:-10px;width: 107px;height:100%; background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 65.19%); pointer-events:none;}
.marquStrip::before{position: absolute;z-index: 99; content: ""; bottom: 0;  right:-10px;width: 107px;height:100%; background: linear-gradient(110deg, rgba(255, 255, 255, 0.00) 0%, #FFF 65.19%); pointer-events:none;}


/*Slider Start*/
.u-section--special-visible-slider {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 90px;
}

.visibleSlider .swiper-arrow {
    border-radius: 50px;
    background-color: var(--ipe-yellow);
   display: flex;
width: 53px;
height: 53px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
aspect-ratio: 1/1;
 cursor: pointer;
}
.visibleSlider .swiper-arrow.js-swiper-prev img {
    transform: rotate(180deg);
}
/* .visibleSlider .swiper-arrow .bi {line-height:24px; font-size:24px;} */
.visibleSlider .swiper-arrow.swiper-button-disabled {
    opacity: 0.5;
    background-color:#D7D7D7;
}

/* Strategic slider cards */

.stragic-sec .swiper-slide {
    height: auto;
}
.stragic-sec.stragArticl.insightNews .swiper-slide .card {
    height: 100%;
}
 
.stragic-sec .card {
    position: relative;
    /* min-height: 350px; */
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: #851135;
    box-shadow: none;
    isolation: isolate;
    outline: 0;
}
.stragic-sec.insightsBroch .card {min-height:480px; }
.stragic-sec.insightsBroch .card .img-fluid{height:100%;}

.stragic-sec .card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: lightgray -115.669px 64.369px / 142.872% 63.499% no-repeat;
}
.stragic-sec.relaInsig .card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index:1;
border-radius: 20px;
height:40%;
top:auto;
bottom:0px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -4.73%, #000 89.68%);
}
.stragic-sec .img-tp,
.stragic-sec .img-tp::after,
.stragic-sec .hover-text {
    position: absolute;
    inset: 0;
}

.stragic-sec .img-tp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.stragic-sec .img-tp::after {
    content: "";
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05) 25%, rgba(0, 0, 0, .82) 100%);
}

.stragic-sec .text-show {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding:24px;
    transition: opacity .3s ease, transform .4s ease;

}
.featured-projects-section.stragic-sec .text-show{padding:28px;}
.featured-projects-section.stragic-sec .text-show h3{line-height: 26px;}
.featured-projects-section.stragic-sec .hover-text{padding:28px;}
.featured-projects-section.stragic-sec .hover-text h3{    font-size: var(--fs-32);line-height:36px;}
.related-projects-section.stragic-sec .hover-text h3{    font-size: var(--fs-28);line-height:36px;}

.stragic-sec .insight-tag {
    position: absolute;
    z-index: 9;
    left: 1.15rem;
    top: 1.15rem;
    border-radius: 3px;
    background: rgba(243, 243, 243, 0.27);
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
}

.stragic-sec .text-show ::after {
    content: "";
    z-index: 1;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -4.73%, #271102 79.68%);
}

.stragic-sec .text-show h3 {
    color: white;
    font-size: var(--fs-22);
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    font-family: var(--display-font);
}

.stragic-sec .text-show h3 strong {
    color: var(--ipe-yellow);
}

.stragic-sec .hover-text h3 {
    margin: 0;
    color: #fff;
    font-family: var(--display-font);
    font-size: var(--fs-32);
  font-weight: 600;
line-height:36px;
letter-spacing: -1px;
    text-transform: uppercase;
}

.stragic-sec .hover-text a {
    width: fit-content;
    padding-left:16px;
    padding-right:16px;
    min-height:50px;
}
.d-md-flex.align-items-center.gap-1 .ctaBroch {min-height:fit-content;}
.stragic-sec .hover-text {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap:14px;
    padding:20px;
    background: rgba(133, 17, 53, .96);
    opacity: 0;
    transform: translateY(18px);
    visibility: hidden;
    transition: opacity .35s ease, transform .45s ease, visibility .35s ease;
}

.stragic-sec .moreBrochures .hover-content h3.text-1 {
    font-size: var(--fs-22);
    font-weight: 600;
    line-height: 30px;
}

.stragic-sec .moreBrochures .hover-text h3 {
    font-size: var(--fs-36);
    font-weight: 600;
    line-height: 41px;
}

.stragic-sec .hover-text p.display-6 {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height:26px;
}

.brochureHero.bgStudi {
    background-color: #281E1B;
}

.stragic-sec .card:hover .hover-text,
.stragic-sec .card:focus-visible .hover-text {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.stragic-sec .card:hover .img-tp img,
.stragic-sec .card:focus-visible .img-tp img {
    transform: scale(1.06);
}

.stragic-sec .card:hover .text-show,
.stragic-sec .card:focus-visible .text-show {
    opacity: 0;
    transform: translateY(12px);
}

.stragic-sec .card:focus-visible {
    box-shadow: 0 0 0 4px rgba(248, 183, 53, .8);
}

 

/*Slider End*/

/* Thematic priority detail modal */
#priorityGrid {
    opacity: 1;
    transition: none;
  }

#priorityGrid.is-fading-out {
    opacity: 0;
}

.js-mobile-swiper-pagination {
    display: none;
}

.priority-modal {
    --priority-modal-bg: #dfcdb8;
    width: 100%;
}

.priority-modal.fade {
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease, visibility 0s linear .35s;
}

.priority-modal.fade.show {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    overflow:hidden;
    background-color:transparent;
    
}

.priority-modal .modal-dialog {
    width: 100%;
    max-width: none;
    margin:37px 0px;
    overflow: hidden;
    border-radius:23px;
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     animation: priorityControlIn .6s .14s ease-out backwards;
}

.priority-modal .modal-content {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
    min-height: min(66vh, 620px);
    overflow: hidden;
    border: 0;
    height:100%;
    border-radius: 22px;
    background-color:#DDCCB9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 30px 80px rgba(16, 17, 20, .22);
}
.priority-modal-close {
    position: absolute;
      top: 15px;
    right: 10px;
    z-index: 4;
    display: grid;
    width: 48px;
height: 48px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #111;
    background: var(--ipe-yellow);
    font-size: 1.4rem;
    transition: transform .2s ease, background-color .2s ease;
}

.priority-modal-close:hover,
.priority-modal-close:focus-visible {
    transform: rotate(8deg) scale(1.05);
    background: #ffc928;
}

.priority-modal-copy {
    display: flex;
    min-width: 0;
    padding:0px 40px;
    flex-direction: column;
    justify-content: center;
    min-height:618px;
   
}

.priority-modal-copy h2 {
    margin: 0 0 24px;
    color: #000;
    font-family: var(--display-font);
   font-size:50px; 
font-weight: 600;
line-height: 75px; 
letter-spacing: -2px;
    text-transform: uppercase;
}

.priority-modal-copy>p {
    max-width: 680px;
    margin: 0 0 36px;
    color: #000;
 font-size: 20px;
font-weight: 400;
line-height: 30px;
}

.priority-modal-features {
    display: grid;
    margin-bottom:30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.priority-modal-feature {
    display: flex;
    min-height:75px;
    padding: 16px 20px;
    align-items: center;
    gap: 10px;
  border-radius: 16px;
border: 1px solid #AAA47D;
background: rgba(0, 0, 0, 0.09);

}
.priority-modal-feature span{ color: #000;  
font-size: 16px; 
font-weight: 700;
line-height: 20px;}

.priority-modal-feature img {
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.priority-modal-link {
    width: fit-content;
    padding: 10px 24px;
}

.priority-modal-link i {
    margin-left: 12px;
}

.priority-modal-visual {
    min-width: 0;
    min-height: 100%;
}

.priority-modal-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.priority-modal-navigation {
    position: absolute;
    bottom: 10px;
    left: 52%;
    z-index: 4;
    display: flex;
    height: 48px;
    overflow: hidden;
    align-items: center;
    border-radius: 14px;
    color: #fff;
    background: #272727;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .28);
    transform: translateX(-50%);
    display:none;
}

.priority-modal-navigation button {
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
}

.priority-modal-navigation button:hover,
.priority-modal-navigation button:focus-visible {
    background: rgba(255, 255, 255, .12);
}

.priority-modal-navigation span {
    min-width: 74px;
    padding-inline: 14px;
    border-right: 1px solid rgba(255, 255, 255, .16);
    border-left: 1px solid rgba(255, 255, 255, .16);
    text-align: center;
    font-size: .85rem;
    font-weight: 600;
}


.climateActionSustainable .dropdown{position:inherit;}
/* Climate action projects */
.climateActionSustainable {
    padding-top: 70px;
    padding-bottom:70px;
    background: #f4f4f4;
    position: relative;
}

.climate-projects-heading {
    display: flex;
    margin-bottom: 34px;
    align-items: center;
    justify-content: space-between;
    gap:16px;
}

.climate-projects-heading h1 {
    margin: 0;
    color: #050505;
    font-family: var(--display-font);
    font-size: var(--fs-44);
    font-weight: 600;
    line-height: 79px;
    text-transform: uppercase;
}

.climate-project-filters {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.climate-project-filters>button,.climate-project-filters .bgFilters{
     color: #111;
  border-radius: 50px;
border: 1px solid #E3E3E3;
background: #FFF;
    font-family: var(--display-font);
    font-size: calc(var(--fs-14) - 0.125rem);
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
    display: flex;
  
padding: 12px 30px 12px 26px;
justify-content: center;
align-items: flex-start;
gap: 10px;
flex-shrink: 0;
}

.climate-project-filters>button:hover,
.climate-project-filters>button:focus-visible {
    transform: translateY(-1px);
}

.climate-project-filters .bgFilters button.active {
    background: transparent;
    border-color: transparent; 
}
.climate-project-filters .bgFilters{
    --filter-pill-left: 0px;
    --filter-pill-width: 0px;
    position: relative;
    isolation: isolate;
    padding:0px;
    gap:2px;
}
.climate-project-filters .bgFilters::before {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--filter-pill-width);
    border-radius: 50px;
    background: var(--ipe-yellow);
    content: "";
    pointer-events: none;
    transform: translate3d(var(--filter-pill-left), 0, 0);
    transition:
        width 420ms cubic-bezier(.22, 1, .36, 1),
        transform 420ms cubic-bezier(.22, 1, .36, 1);
        max-height:100%;
}
.climate-project-filters .bgFilters button {border:0px;background-color:transparent;
    position: relative;
    scroll-margin-top: 120px;
    z-index: 1;
    font-family: var(--display-font);
    font-size: calc(var(--fs-14) - 0.125rem);
    font-weight: 600;
    color: #000;
    line-height: 20px;
    text-transform: uppercase;
    transition: background-color .2s ease, transform .2s ease;
        display: flex;
    border-radius: 50px;
border: 1px solid #fff;
border-color: transparent;
padding: 12px 25px;
justify-content: center;
align-items: flex-start;
gap:0px;
 transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.climate-project-filters .bgFilters button.active {
    background-color: var(--ipe-yellow); }

.climate-project-filters .site-search-filter-group button.active {
    background-color: transparent;
}
button:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
    .climate-project-filters .bgFilters::before {
        transition: none;
    }
}

.climate-filter-select {
    position: relative;
    display: grid;
    min-height: 38px;
    padding-left: 16px;
    padding-right: 16px;
    grid-template-columns: auto minmax(78px, auto) 16px;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #fff;
    color: #9b9b9b;
    font-family: var(--display-font);
    font-size: .68rem;
    text-transform: uppercase;
    border: 0;
    height:46px;
    cursor: pointer;
    z-index: 9;
}

.climate-filter-select>span::after {
    content: "|";
    margin-left: 9px;
    color: #d1d1d1;
}

.climate-filter-select select {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0;
    border: 0;
    outline: 0;
    appearance: none;
    color: #111;
    background: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.climate-filter-select strong {
    color: #111;
    font-size: inherit;
    font-weight: 600;
}

.climate-filter-select i {
    color: #000;
    font-size:1rem;
    pointer-events: none;
    font-weight: 500;
    transition: transform 280ms ease;
}

.climate-filter-select .climate-filter-select__chevron {
    cursor: pointer;
    pointer-events: auto;
}

.climate-filter-select .climate-filter-select__close {
    display: none;
}

.climate-filter-select[aria-expanded="true"]{    grid-template-columns: auto; right:10px;}
.climate-filter-select[aria-expanded="true"] .climate-filter-select__chevron, .climate-filter-select[aria-expanded="true"] strong, .climate-filter-select[aria-expanded="true"] span {
    display: none;
}

.climate-filter-select[aria-expanded="true"] .climate-filter-select__close {
    display: inline-block; color:#000; 
}

.climate-filter-select.dropdown-toggle::after {
    display: none;
}

.climate-filter-dropdown {
    position: relative;
}

.climateActionSustainable .climate-filter-dropdown {
    position: relative;
}

.climateActionSustainable .climate-filter-dropdown .dropdown-menu {
    top: -30% !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    width: min(1260px, calc(100vw - 48px));
      padding: 0;
    border: 0;
    border-radius: 20px;
    background: transparent;
    box-shadow: none;
    transform: none !important;
    z-index:1;
}

.climate-filter-dropdown .dropdown-menu .climateFilterDialog {
    opacity: 0;
    transform: translateY(-12px) scale(.985);
    transform-origin: top right;
    transition:
        transform 340ms cubic-bezier(.22, 1, .36, 1),
        opacity 220ms ease;
}

.climate-filter-dropdown .dropdown-menu.show .climateFilterDialog {
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: climateFilterDropdownIn 340ms cubic-bezier(.22, 1, .36, 1);
}

@keyframes climateFilterDropdownIn {
    from {
        opacity: 0;
        transform: translateY(-12px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.climateFilterOverlay {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: grid;
    place-items: start center;
    padding:24px;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    pointer-events: none;
}

.climateFilterOverlay.is-visible,
.climateFilterOverlay.is-closing {
    visibility: visible;
    pointer-events: auto;
}

.climateFilterOverlay[hidden] {
    display: none;
}

.climateFilterOverlay__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 360ms ease;
}

.climateFilterOverlay.is-visible .climateFilterOverlay__backdrop {
    opacity: 1;
}

.climateFilterDialog {
    position: relative;
    z-index: 1;
    width: 100%;
    /* overflow: hidden; */
    padding:80px 30px 50px;
    border-radius: 20px;
    background: linear-gradient(135deg, #050607, #15181b);
    color: #fff;
}

.climateFilterDialog__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1.5px solid #fff;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 19px;
}

.climateFilterDialog__top {
    display: grid;
  grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
}

.climateFilterSearch {
    min-height: 52px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 22px;
    border-radius: 999px;
    background: #fff;
    color: #111;
}

.climateFilterSearch input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111;
}

.climateFilterDownload {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border: 1px solid #fff;
    border-radius: 999px;
    color: #fff;
    font-family: var(--display-font);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
}

.climateFilterDownload:hover,
.climateFilterDownload:focus-visible {
    color: var(--ipe-yellow);
    border-color: var(--ipe-yellow);
}

.climateFilterDialog h2 {
    margin: 42px 0 20px;
    color: #fff;
    font-family: var(--display-font);
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.climateFilterDialog__fields {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.climateFilterDialog__fields label > span {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.gallery-lightbox.modal.fade .modal-dialog{}
.climateFilterDialog__fields select {
    width: 100%;
    min-height: 52px;
    padding: 0 48px 0 24px;
    border: 0;
    border-radius: 999px;
    outline: 0;
    appearance:none;
    background: #fff;
    color: #111;
    font-size: 14px;
    background-image: url(../images/ico-dropd.svg); background-repeat:no-repeat;background-position: center right 20px;
}

.climateFilterDialog__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 28px;
}

.climateFilterDialog__actions .cta-pill {
    border: 0;
    text-transform: uppercase;
}

 .climate-project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.climate-project-item {
    min-width: 0;
}

.climate-project-item.is-filtered-out {
    display: none;
}

.climate-project-card {
    position: relative;
    display: block;

    overflow: hidden;
    border-radius: 18px;
    background: #181818;
    isolation: isolate;
}

.climate-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02) 28%, rgba(0, 0, 0, .9) 100%);
}

.climate-project-card img {

    inset: 0;
    z-index: -2;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .55s ease;
}

.climate-project-card-copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 28px 30px;
    color: #fff;
    font-family: var(--display-font);
    font-size: var(--fs-2);
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
    border-radius: 20px;
    z-index: 9;
    transition: opacity .25s ease;
}

.climate-project-card::after {
    content: "";
    z-index: 1;
    position: absolute;
    height: 70%;
    right: 0;
    left: 0;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -4.73%, #000 89.68%);
    top: auto;
    bottom: 0;
}

.climate-project-card-copy strong {
    display: inline;
    /* margin-left: 4px; */
    color: var(--ipe-yellow);
    font-weight: 700;
    white-space: nowrap;
}

.climate-project-card-hover {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    padding:20px 30px;
    color: #fff;
    background: #315f03;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
    /* overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin; */
}

.climate-project-card-meta {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 6px 9px;
    color: #fff;
    background: rgba(0, 0, 0, .28);
    font-family: var(--display-font);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 3px;
}

.climate-project-card-title {
    font-family: var(--display-font);
    font-size:var(--fs-32);
    font-weight: 700;
    line-height:40px;
    text-transform: uppercase;
}

.climate-project-card-description {
    max-width: 92%;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

.climate-project-card-cta {
    display: inline-flex;
    min-height: 48px;
    margin-top: auto;
    padding: 11px 17px;
    color: #111;
    background: var(--ipe-yellow);
    font-family: var(--display-font);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    border-radius: 999px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    position: relative;
    margin-top:16px;
}

.climate-project-card-cta::before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    border-radius: 24px;
    background-color: rgba(255, 255, 255, 1);
    transition: right .4s ease;
}
.climate-project-card-cta:hover span, .climate-project-card-cta:hover .bi{color:#000;position: relative;z-index:11;}
.climate-project-card-cta:hover::before {
    right: 0;
}


/* .hoverCoun .climate-project-card:hover .climate-project-card-copy,
.hoverCoun .climate-project-card:focus-visible .climate-project-card-copy {
    opacity: 0;
} */

.climate-project-card:hover .climate-project-card-hover,
.climate-project-card:focus-visible .climate-project-card-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
    overflow: hidden;
}

.climate-project-card:hover img,
.climate-project-card:focus-visible img {
    transform: scale(1.06);
}

.climate-project-card:focus-visible {
    outline: 4px solid var(--ipe-yellow);
    outline-offset: 3px;
}

.other-priorities-card {
    display: flex;
    min-height: 290px;
    padding: clamp(30px, 4vw, 56px);
    align-items: flex-end;
    border-radius: 18px;
    background: #d8d0b7;
    min-height:410px;
}

.other-priorities-card h2 {
    margin: 0 0 24px;
    color: #050505;
    font-family: var(--display-font);
    font-size: var(--fs-4);
    font-weight: 600;
    line-height: 50px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.other-priorities-card a {
    display: inline-flex;
    min-height: 38px;
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    color: #111;
    background: #fff;
    font-family: var(--display-font);
    font-size: var(--fs-14);
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.galleryShell.photGal {background-color: transparent;padding-top:80px;}
/* Gallery mosaic */
.galleryShell { background: #d8cfb4;}

.galleryShell-inner {
    text-align: center;
}

/* .galleryShell h2 {
    color: #fff;
    font-family: var(--display-font);
    font-size: var(--fs-44);
    font-weight: 600;
    line-height:60px;
    text-transform: uppercase;
} */
 .owl-theme .owl-dots .owl-dot.active span{background-color:var(--ipe-yellow);}
 .bg-transparent .gallery-mosaic, .galleryShell .gallery-mosaic{    height: clamp(390px, 36vw, 520px);}
 .bg-transparent .section-title{margin-bottom:20px;}
 .galleryShell  .section-title{margin-bottom:0px;text-align: start;}
.related-projects-section .u-section--special-visible-slider{padding-bottom:0px;}
.gallery-mosaic {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(12px, 1.4vw, 20px);
    padding-top:40px;
}

.gallery-column {
    display:flex;
    flex-direction:column;
    min-width: 0;
    min-height: 0;
    gap: clamp(12px, 1.4vw, 20px);
}

.gallery-column-one {
    grid-template-rows: 1.95fr 1fr;
}

.gallery-column-two {
    grid-template-rows: .83fr 1fr;
}

.gallery-column-three {
    grid-template-rows: 1fr;
}

.gallery-column-four {
    grid-template-rows: 1.35fr 1fr;
}

.gallery-mosaic .video-gallery-card__media {
    min-width: 0;
    min-height: 0;
     border-radius: 16px;
}

.gallery-mosaic .video-gallery-card__media img {
    width: 100%;
    height:auto;
    aspect-ratio: auto;
    object-fit: cover;
}

.gallery-tile {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 16px;
    background: #272727;
    cursor: zoom-in;
}

.gallery-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .32);
    opacity: 0;
    transition: opacity .3s ease;
}

.gallery-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.gallery-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 1.25rem;
    opacity: 0;
    transform: translate(-50%, -45%) scale(.82);
    transition: opacity .3s ease, transform .3s ease;
}



.galleryShell.photGal .gallery-tile img{    object-position: top center;}
.galleryShell.photGal .gallery-mosaic {height:initial;}
/* .gallery-column-three .gallery-tile::after,
.gallery-column-three .gallery-zoom, */
.gallery-tile:hover::after,
.gallery-tile:focus-visible::after,
.gallery-tile:hover .gallery-zoom,
.gallery-tile:focus-visible .gallery-zoom {
    opacity: 1;
}

/* .gallery-column-three .gallery-zoom, */
.gallery-tile:hover .gallery-zoom,
.gallery-tile:focus-visible .gallery-zoom {
    transform: translate(-50%, -50%) scale(1);
}

.gallery-tile:hover img,
.gallery-tile:focus-visible img {
    transform: scale(1.06);
}

.gallery-tile:focus-visible {
    outline: 4px solid var(--ipe-yellow);
    outline-offset: 3px;
}

.gallery-view-all {
    margin-top:40px;
}

.gallery-lightbox .modal-content {
    position: relative;
    border: 0;
    background: transparent;
}

.gallery-lightbox .modal-dialog {
    width:100%;
    max-width: none;
    margin-inline: auto;
}
.gallery-lightbox-stage{width: min(1000px, calc(100% - 45px));  margin-inline: auto;}
.gallery-lightbox-stage {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: min(66vh, 650px);
}

.gallery-lightbox-stage>img,
.gallery-lightbox-stage>.gallery-lightbox-video {
    display: block;
    width: calc(100% - 128px);
    max-width: calc(100% - 128px);
    height: min(66vh, 650px);
    object-fit: contain;
    border-radius: 16px;
    background: #111;
    touch-action: pan-y;
    user-select: none;
}

.gallery-lightbox-stage>img[hidden],
.gallery-lightbox-stage>.gallery-lightbox-video[hidden] {
    display: none;
}

.gallery-lightbox-close {
    position: fixed;
    top:15px;
    right:20px;
    z-index: 5;
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #111;
    background: var(--ipe-yellow);
    transition: transform .2s ease, background-color .2s ease;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-arrow:hover,
.gallery-lightbox-arrow:focus-visible {
    color: #111;
    background: #fff;
    transform: scale(1.08);
}

.gallery-lightbox-arrow {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #111;
    background: var(--ipe-yellow);
    transition: transform .2s ease, background-color .2s ease;
    top:0px; bottom:0px; margin:auto;
}

.gallery-lightbox-previous {
    left:16px;
}

.gallery-lightbox-next {
    right:16px;
}

.gallery-lightbox-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
}

.gallery-lightbox-thumbnails {
    display: flex;
    max-width: calc(100% - 80px);
    gap: 12px;
    overflow-x: auto;
    padding: 4px;
    scrollbar-width: thin;
}

.gallery-lightbox-thumbnails button {
    position: relative;
    flex: 0 0 120px;
    height: 72px;
    overflow: hidden;
    padding: 0;
    border: 3px solid transparent;
    border-radius: 9px;
    background: #222;
    opacity: .7;
    transition: border-color .2s ease, opacity .2s ease, transform .2s ease;
}

.gallery-lightbox-thumbnail-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: #111;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
    transform: translate(-50%, -50%);
}

.gallery-lightbox-thumbnail-play i {
    margin-left: 2px;
    font-size: 18px;
    line-height: 1;
}

.gallery-lightbox-thumbnails button:hover,
.gallery-lightbox-thumbnails button:focus-visible,
.gallery-lightbox-thumbnails button.is-active {
    border-color: var(--ipe-yellow);
    opacity: 1;
    transform: translateY(-2px);
}

.gallery-lightbox-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.gallery-lightbox-counter {
    flex: 0 0 auto;
    color: #fff;
    font-weight: 700;
}

.gallery-lightbox.modal {
    --bs-modal-bg: transparent;
}

.modal-backdrop.gallery-lightbox-backdrop {
    opacity: .86;
}

/**/
.our-work-banner {
    background-color: #F6F6F6;


}




.banner-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;


}

.banner-intor {
    color: #FFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Fira Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

}

 

.our-work-banner__inner {
    position: relative;
    display: flex;
    width: min(calc(100% - 10px), 1320px);
    min-height: clamp(340px, 38.7vw, 510px);
    margin-inline: auto;
    align-items: center;
    overflow: hidden;
    border-radius: 0;
    background: #24170f;
    isolation: isolate;
}

.our-work-banner__inner::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .55) 42%, rgba(0, 0, 0, .12) 78%),
        rgba(0, 0, 0, .18);
    content: "";
}

.our-work-banner__image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    border-radius: 0 !important;
    object-fit: cover;
    object-position: center;
}

.our-work-banner__content {
    width: min(62%, 660px);
    padding: clamp(92px, 12vw, 150px) clamp(20px, 2.5vw, 34px) 42px;
}

.our-work-banner__title {
    margin: 0 0 12px;
    color: #fff;
    font-family: var(--display-font);
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    line-height: .95;
    text-transform: uppercase;
}

.our-work-banner__intro {
    max-width: 640px;
    margin: 0;
    color: #fff;
    font-family: var(--body-font);
    font-size: clamp(.78rem, 1.05vw, 1rem);
    font-weight: 400;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .our-work-banner {
        padding-top: 10px;
    }

    .our-work-banner__inner {
        width: min(calc(100% - 20px), 1320px);
        min-height: 480px;
        align-items: flex-end;
        border-radius: 12px;
    }

    .our-work-banner__inner::after {
        background:
            linear-gradient(0deg, rgba(0, 0, 0, .88) 0%, rgba(0, 0, 0, .48) 65%, rgba(0, 0, 0, .2) 100%);
    }

    .our-work-banner__image {
        object-position: 58% center;
    }

    .our-work-banner__content {
        width: 100%;
        padding: 120px 22px 34px;
    }

    .our-work-banner__title {
        font-size: clamp(2.8rem, 14vw, 4.25rem);
    }

    .our-work-banner__intro {
        font-size: .875rem;
        line-height: 1.55;
    }
}
 

.our-priorities-slider-wrap,
.other-priorities-slider-wrap {
    margin-inline: calc((100vw - min(100vw - 28px, 1320px)) / -2);
    padding:0px;
}

.our-priorities-swiper,
.other-priorities-swiper {
    overflow: visible;
    padding: 10px 0 42px;
}

.our-priorities-swiper .swiper-slide,
.other-priorities-swiper .swiper-slide {
    height: auto;
}


.our-priority-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-priority-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 430px;
}

.our-priority-copy h3 {
    margin: 0 0 18px;
    color: #000;
    font-family: var(--display-font);
    font-size:var(--fs-32);
  font-weight: 600;
line-height:36px;
text-transform: uppercase;
letter-spacing: -1px;
}
 .banSlide.mediaBg {background: #4F6269;}
 .banSlide.mediaBg:before{display:none;}
.our-priorities-footer,
.other-priorities-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.our-priorities-footer .swiper-arrow,
.other-priorities-footer .swiper-arrow {
    border: 0;
    color: #111;
}

.our-priorities-pagination,
.other-priorities-pagination,
.featured-projects-pagination {
    position: static;
    display: none;
    width: auto;
    transform: none;
}

.featured-projects-swiper {
    overflow: hidden;
}

.featured-projects-swiper .swiper-slide {
    height: auto;
}

.featured-project-card {
    position: relative;
    display: block;
    min-height: clamp(390px, 43vw, 575px);
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #111;
    isolation: isolate;
}

.featured-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .9) 100%);
}
.relatedProj .our-priority-slide{padding:20px; grid-template-columns: 1fr;gap: 16px; height:auto; display:flex; flex-direction:column; min-height: fit-content;}
.relatedProj .our-priority-image{ min-height: auto; max-height:230px;border-radius:20px;}
.relatedProj .our-priority-image img {  width: 100%; height:auto;}



.featured-project-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .55s ease;
}

.featured-project-card:hover img,
.featured-project-card:focus-within img {
    transform: scale(1.06);
}

.featured-project-tag {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    padding: 6px 12px;
    border-radius: 3px;
    color: #fff;
    background: rgba(28, 28, 28, .64);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.featured-project-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: clamp(24px, 3vw, 34px);
}

.featured-project-content h3 {
    margin: 0;
    color: #fff;
    font-family: var(--display-font);
    color: #ffffff;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}

.featured-project-content a {
    color: var(--ipe-yellow);
    white-space: nowrap;
}

/* Featured project hover reveal */
.featured-project-card::after {
    transition: background .45s ease;
}

.featured-project-card:hover::after,
.featured-project-card:focus::after,
.featured-project-card:focus-within::after {
    background: rgba(128, 5, 45, .9);
}

.featured-project-card:hover img,
.featured-project-card:focus img,
.featured-project-card:focus-within img {
    transform: scale(1.06);
    filter: blur(1.5px);
}

.featured-project-content {
    transition: padding .4s ease;
}

.featured-project-content h3 {
    transition: font-size .4s ease, line-height .4s ease;
}

.featured-project-hover-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(18px);
    transition:
        max-height .5s ease,
        margin-top .4s ease,
        opacity .35s ease,
        transform .4s ease;
}

.featured-project-hover-details p {
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(.95rem, 1.3vw, 1.15rem);
    line-height: 1.55;
}

.featured-project-hover-details .cta-pill {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 14px;
    padding: 12px 22px;
    color: #050505;
    background: var(--ipe-yellow);
    font-family: inherit;
    font-size: 1rem;
    text-transform: none;
}

.featured-project-card:hover .featured-project-content h3,
.featured-project-card:focus .featured-project-content h3,
.featured-project-card:focus-within .featured-project-content h3 {
    font-size: clamp(1.85rem, 3vw, 3rem);
    line-height: 1.18;
}

.featured-project-card:hover .featured-project-hover-details,
.featured-project-card:focus .featured-project-hover-details,
.featured-project-card:focus-within .featured-project-hover-details {
    max-height: 260px;
    margin-top: 24px;
    opacity: 1;
    transform: translateY(0);
}

.featured-project-card:hover .featured-project-tag,
.featured-project-card:focus .featured-project-tag,
.featured-project-card:focus-within .featured-project-tag {
    background: rgba(255, 255, 255, .24);
}

@media (hover: none) {
    .featured-project-card::after {
        background: rgba(128, 5, 45, .88);
    }

    .featured-project-card .featured-project-content h3 {
        font-size: clamp(1.65rem, 7vw, 2.5rem);
        line-height: 1.18;
    }

    .featured-project-card .featured-project-hover-details {
        max-height: 260px;
        margin-top: 20px;
        opacity: 1;
        transform: none;
    }
}

.featured-projects-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top:40px;
}

.featured-projects-footer .swiper-arrow {
    border: 0;
    color: #111;
}

.postiabslute {
    position: absolute;
    top: 0px;
      left:0px;right:0px;
}


/* start climate action sustainable futures details*/
.project-detail-banner__meta{display:flex; flex-direction: column; gap:24px;}
.project-detail-banner__meta .col-sm-4{width:100%;}
.project-detail-banner__inner {
     display: flex;
    align-items: flex-end;
    padding:130px 28px 50px;
    background: #A77775;
    color: #fff;
    overflow: hidden;
}

.project-detail-banner__content {
    width: min(100%, 1060px);
}

.project-detail-banner__text,
.project-detail-banner__copy {
    width: 100%;
}

.project-detail-banner__breadcrumb {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 26px;
    padding:5px 10px 4px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .42);
    color: #fff;
    font-family: var(--display-font);
  font-size: calc(var(--fs-14) - 0.125rem);
    font-weight:500;
    line-height: 1;
    text-transform: uppercase;
}
.mediaNews .img-fluid{border-radius: 20px;}
.mediaNews p{ color:white; margin-top:10px; font-size: calc(var(--fs-2) - 0.125rem); line-height: 26px;}
.mediaNews .section-title{text-align: start; font-size: var(--fs-4);font-weight: 600; color:white; line-height:45px;letter-spacing: -1px;text-transform: uppercase; margin-bottom:1rem;}

.project-detail-banner__meta {
    width: min(100%, 100%);
    margin-top:10px;
}

.project-detail-banner__meta-item {
    display:flex;
    flex-direction: column;
    height:100%;
     gap: 7px;
  
}
.detailBanner{display:flex;gap:20px;}
.detailBanner> .project-detail-banner__meta-item{max-width:85%;}
.detailBanner .yearitem{  padding-left:20px;max-width:inherit;
     padding-right:20px;
    border-left:2px solid var(--ipe-paper); height:auto; min-height:100%;flex: 0 0 auto;}
.project-detail-banner__meta-label {
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.project-detail-banner .section-title{font-size:34px; text-align: start; color:white;line-height:40px;letter-spacing: -1px;}
.project-detail-banner__meta-value {
    color: #fff;
    font-family: var(--display-font);
    font-size:24px;
    font-weight: 600;
    line-height:30px;
    text-transform: uppercase;
}

.project-detail-overview {
    padding-block:80px 0px;
}

.project-detail-overview__image {
    overflow: hidden;
    border-radius: 14px;
}

.project-detail-overview__image img {
    width: 100%;
    aspect-ratio: 1.58 / 1;
    display: block;
    object-fit: cover;
}

.project-detail-overview__copy {
    max-width: 520px;
}

.project-detail-overview__copy p {
    color: var(--black);
    line-height: 28px;

}

.project-detail-overview__copy p+p {
    margin-top: 28px;
}

.project-detail-overview__pillars {
    margin-block:60px;
}

.project-detail-overview__pillar {
    height: 100%;
    padding-right: 26px;
}

.project-detail-overview__pillars .col-md-4:not(:first-child) .project-detail-overview__pillar {
    padding-left: 36px;
    border-left: 1px solid rgba(16, 17, 20, .24);
}
.project-detail-overview__pillars .col-md-4:nth-child(4) .project-detail-overview__pillar {
    padding-left:0px;
    border-left:0px solid rgba(16, 17, 20, .24);
}

.project-detail-overview__pillar h2 {
    max-width: 360px;
    margin: 0 0 12px;
    color: #0b0b0b;
    font-family: var(--display-font);
    font-size: var(--fs-24);
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.project-detail-overview__pillar p {

    margin: 0;
    color: var(--black);
    font-size: var(--fs-14);
    font-weight: 400;
    line-height: 22px;
}

.project-impact-metrics {
    padding-block: 8px 78px;
}

.project-impact-metrics__title {
    margin: 0 0 30px;
    color: #050505;
    font-family: var(--display-font);
    font-size:var(--fs-44);
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.project-impact-metrics__card {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding: 30px 28px;
    border-radius: 16px;
    background: #997331;
    color: #fff;
}

.project-impact-metrics__card strong {
    display: block;
    color: #fff;
    font-family: var(--display-font);
    font-size: 36px;
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
}

.project-impact-metrics__card p {
    max-width: 330px;
    margin: 12px 0 0;
    color: #fff;

    line-height: 26px;
}



.related-projects-section__title {
    margin: 0 0 34px;
    color: #050505;
    font-family: var(--display-font);
    font-size: var(--fs-44);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.related-projects-swiper {
    overflow: hidden;
}

.related-project-card {
    position: relative;
    min-height: 545px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 16px;
    background: #111;
}

.related-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, .88) 100%);
    z-index: 1;
}

.related-project-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.related-project-card:hover img,
.related-project-card:focus-within img {
    transform: scale(1.045);
}

.related-project-card__content {
    position: relative;
    z-index: 2;
    padding: 30px 28px 20px;
}

.related-project-card__content h3 {
    display: inline;
    margin: 0;
    color: #fff;
    font-family: var(--display-font);
    font-size: var(--fs-22);
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.related-project-card__content a {
    display: inline;
    margin-left: 4px;
    color: var(--ipe-yellow);
    font-family: var(--display-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.related-projects-section__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 42px;
}

.related-projects-section__view-all {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--ipe-yellow);
    color: #050505;
    font-family: var(--display-font);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.related-projects-section__view-all i {
    font-size: 20px;
    line-height: 1;
}

.related-projects-section__controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.related-projects-section__controls button {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #050505;
    font-size: 20px;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.related-projects-section__controls button:hover,
.related-projects-section__controls button:focus-visible,
.related-projects-section__controls button:not(.swiper-button-disabled),
.related-projects-section__controls button:active {
    background: var(--ipe-yellow);
    transform: translateY(-2px);
    cursor: pointer;
}

.related-projects-section__controls button.swiper-button-disabled {
    opacity: .45;
    pointer-events: none;
    transform: none;
}

.container {
    max-width: 1320px;
    padding-inline:30px;
}


.ourworkbalur {
    position: relative;
}

.ourworkbalur::before {
    background: rgba(0, 0, 0, 0.42);
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0;
}

#our-priorities,
#other-priorities {
    overflow: hidden;
background-color: #F6F6F6;

}

.our-priorities-slider-wrap,
.other-priorities-slider-wrap {
    margin-inline: calc((100vw - min(100vw - 28px, 1320px)) / -2);
       padding: 0 calc((100vw - min(100vw - 28px, 1320px)) / 2) 0px;
}

.our-priorities-swiper,
.other-priorities-swiper {
    overflow: visible;
    padding: 10px 0 42px;
}

.our-priorities-swiper .swiper-slide,
.other-priorities-swiper .swiper-slide {
    height: auto;
}

.our-priority-slide {
    display: grid;
    grid-template-columns: minmax(260px, 1.04fr) minmax(280px, .9fr);
    gap: 45px;
    height: 100%;
    min-height: 360px;
    padding: 30px;
 border-radius: 20px;
background: #FFF;

}

.our-priority-image {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    border-radius: 10px;
}
#our-priorities .our-priorities-swiper .swiper-slide,
#other-priorities .other-priorities-swiper .swiper-slide{position: relative;}

.our-priority-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-priority-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 430px;
}
 

.our-priority-copy p {color: #4D4D4D;}

.our-priorities-footer,
.other-priorities-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.our-priorities-footer .swiper-arrow,
.other-priorities-footer .swiper-arrow {
    border: 0;
    color: #111;
}

.featured-projects-section .pageBg{border-radius: 20px; padding: 80px 30px;flex-direction: column;align-items: center;gap: 60px;background-color: #cec3a6;}

.featured-projects-section .section-title {
    margin-bottom:50px;
}

.featured-projects-swiper {
    overflow: hidden;
}

.featured-projects-swiper .swiper-slide {
    height: auto;
}

.featured-project-card {
    position: relative;
    display: block;
    min-height: clamp(390px, 43vw, 575px);
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #111;
    isolation: isolate;
}

.featured-project-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, .9) 100%);
}

.featured-project-card img {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    transition: transform .55s ease;
}

.featured-project-card:hover img,
.featured-project-card:focus-within img {
    transform: scale(1.06);
}

.featured-project-tag {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    padding: 6px 12px;
    border-radius: 3px;
    color: #fff;
    background: rgba(28, 28, 28, .64);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.featured-project-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: clamp(24px, 3vw, 34px);
}

.featured-project-content h3 {
    margin: 0;
    color: #fff;
    font-family: var(--display-font);
    color: #ffffff;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
}

.featured-project-content a {
    color: var(--ipe-yellow);
    white-space: nowrap;
}




/* end climate action sustainable futures details*/
.insightBrochur {
    padding:0px 0 80px;
}
.mediaNews{    padding: 130px 0px 80px;background: #4F6269;}
.brochureHero {background: #586A5E;padding: 130px 34px 50px;
    overflow: hidden;}
.brochureHero .page-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    /* align-items: center; */
    gap: clamp(36px, 5vw, 76px);

  
  
}

.brochureHero__content {
    max-width: 580px; align-self: center;
}
.brochureHero__content .section-title{ font-size: var(--fs-3);line-height:40px;}

.brochureHero__eyebrow {
    display: inline-block;
    margin: 0 0 16px;
    padding: 0px 6px;
    color: #fff;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.28);
    font-family: var(--display-font);
    font-size: calc(var(--fs-14) - 0.125rem);
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}
.brochureHero__eyebrow a{font-weight:900;}
.brochureHero__eyebrow a:first-child{font-weight:400;}
.brochureHero__eyebrow span{font-weight:900;}

.moreBrochures {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-block: 24px;
}

.brochureHero h1 {
    text-align: start;
    font-size: var(--fs-4);
    font-weight: 600;
    line-height: 50px;
    color: white;
    margin-bottom: 1rem;
}

.brochureHero__description {
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    font-size: calc(var(--fs-2) - 0.125rem);

}

.brochureHero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.brochureHero__actions .cta-pill {
    min-height: 44px;
    padding-inline: 18px;
}

.brochureHero__view {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: #fff;
    font-family: var(--display-font);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
}

.brochureHero__view:hover,
.brochureHero__view:focus-visible {
    color: var(--ipe-yellow);
}

.brochureHero__media {
    height: 338px;
    overflow: hidden;
    border-radius: 18px;
}

.brochureHero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.insightBrochur .brochureHero__media{height:auto; text-align: center;}
/* .insightBrochur .brochureHero__media img{margin-top:-6px;width:100%; max-width:350px; height: auto;} */

.banSlider{ background-color:#D7D7D7;}
.banSlide {
    position: relative;
    display: flex;
    align-items:start;
    overflow: hidden;
     color: #fff;
     padding-top:130px;
     padding-bottom:50px;
     background-color:#D7D7D7;
    background-image: var(--ban-image);
    background-position: top center;
    background-size: cover;
}

.banSlide h1 {
    color: white;
    letter-spacing: -2px;
}

.banSlide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .46) 48%, rgba(0, 0, 0, .28) 100%);
}

.banContent {
    position: relative;
    z-index: 1;
    max-width:800px;
    width: 100%;
}

.banContent p {
    color: white;
    line-height: 26px;
}

.pb80 {
    padding-bottom: 80px;
}

.ctaBroch {
    color: #FFF;
    font-family: var(--display-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ctaBroch:hover {
    color: var(--ipe-yellow)!important;
}

/* Parent Row Setup: Default stretch ko rokne ke liye */
.office-block .row {
    align-items: flex-start;
}

/* positStick Class Rules */
.positStick {
    position: -webkit-sticky;
    position: sticky;
    top: 100px; /* Header ki height ke according space (e.g., 80px ya 100px) */
    z-index: 10;
}

.stragic-sec.stragBroch .hover-text,
.stragic-sec.stragCase .hover-text {
    background: rgba(24, 98, 22, 0.75);
    backdrop-filter: blur(5px);
}

.stragic-sec.stragCase .card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    height: 45%;
    bottom: 0px;
    top: auto;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -4.73%, #000 89.68%);
}

.stragic-sec.stragArticl .card {
    padding: 30px;
    border-radius: 20px;
    background: #FFF;
    padding:20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    isolation: inherit;
}



.stragic-sec.stragArticl .card .img-fluid {
    border-radius: 20px;
    transition: transform .6s ease;
}

.stragic-sec.stragArticl .card .textShow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 20px;
}

.stragic-sec.stragArticl .insightTag {
    color: #4D4D4D;
    font-size: var(--fs-1);
    font-weight: 400;
    line-height: 24px;
}

.stragic-sec.stragArticl .ctaBroch {
    color: #000;
}
/* 
.stragic-sec.stragArticl .hoverContent:hover .img-fluid {
    transform: scale(1.07);
} */

.stragic-sec .card .img-fluid {
    border-radius: 20px;
    transition: transform .6s ease;
}

.stragic-sec .card:hover .img-fluid {
    transform: scale(1.07);
}

.stragic-sec.stragArticl .card:hover .img-fluid {
       transform: scale(1);
}
.articlePage .brochureHero.bgStudi{
    background: #5E2528;
}

.articlePage .project-detail-banner__title {
    font-size: 40px;
    font-weight: 600;
}

.articlePage .project-detail-banner__copy p {
    color: #FFF;
    font-size: 18px;
    line-height: 26px;
    padding-top: 8px;
}

.articlePage .project-detail-banner__inner img {
    border-radius: 20px;
}

.articlePage .project-detail-banner__inner .cta-pill {
    min-height: 52px;
}

.articles-listing {
    padding: 40px 0px 0px 0px;
}

.blogs-listing-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.blogs-listing-header .related-projects-section__title {
    margin-bottom: 0;
}

.blog-category-filter {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    min-width: 234px;
    min-height: 56px;
    padding: 0 26px 0 20px;
    border: 1px solid #E3E3E3;
    border-radius: 50px;
    background: #fff;
    color: #000000;
    font-family: var(--display-font);
    line-height: 1;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 600;
}

.blog-category-filter__label {
    color: #9A9A9A;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blog-category-filter__divider {
    width: 1px;
    height: 16px;
    background: #d0d0d0;
}

.blog-category-filter__select-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blog-category-filter select {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    opacity: 0;
    cursor: pointer;
}

.blog-category-filter i {
    position: absolute;
    z-index: 1;
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    right: 20px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
}

.article-card {
    min-width: 0;
    overflow: hidden;
    padding: 18px 18px 30px;
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}

.article-card__image {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: #ddd;
}

.article-card__image img {
    width: 100%;
    aspect-ratio: 2.08 / 1;
    display: block;
    object-fit: cover;
    transition: transform .0s ease;
}

/* .article-card:hover .article-card__image img,
.article-card:focus-within .article-card__image img {
    transform: scale(1.04);
} */

.article-card__body {
    padding: 20px 0 0;
}

.article-card__date {
    display: block;
    margin-bottom: 15px;
    color: #4D4D4D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.article-card__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.article-card__category {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding:5px 8px;
    border-radius: 3px;
    background: rgba(233, 233, 233, 0.80);
    color: #151515;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;


}

.article-card__date::after {
    display: none;
}

.article-card .impact-title { font-size:var(--fs-24);}
.article-card h3 a
 {
    color: #000000;
    text-decoration: none;
}

/* Case study detail page */
.caseStudyDetailPage {
    background: #f5f5f5;
}

.insightCaseStudBan {
    padding: 138px 0 80px;
    background: #753019;
    color: #fff;
}

.caseStudyHero {
    width: min(100% - 40px, 1180px);
}

.caseStudyHero__copy {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.caseStudyHero__eyebrow {
    display: inline-block;
    margin: 0 0 28px;
    padding:2px 9px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    font-family: var(--display-font);
    font-size: calc(var(--fs-14) - 0.125rem);font-weight: 500;line-height:26px;text-transform: uppercase;
}

 .caseStudyHero h1 {
    margin: 0;
    color: #fff;
   font-size:var(--fs-4);
   line-height: 50px; 
} 

.caseStudyHero time {
    display: block;
    margin-top: 18px;
    color: rgba(255, 255, 255, .82);
     font-size:var(--fs-14);
     font-weight: 400;
line-height: 24px;
}

.caseStudyHero__summary {
    max-width: 920px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, .82);
   
}

.caseStudyHero__media {
    position: relative;
    width: min(100%, 1040px);
    margin: 0 auto;
}

.caseStudyHero__media > img {
    width: 100%;
    aspect-ratio: 1.72 / 1;
    display: block;
    border-radius: 18px;
    object-fit: cover;
}

.caseStudyShare {
    position: absolute;
    top: 50%;
    left: calc(100% + 54px);
    display: grid;
    gap: 11px;
    transform: translateY(-50%);
}

.caseStudyShare a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 17px;
   transition: transform .2s ease;
}

.caseStudyShare a:hover,
.caseStudyShare a:focus-visible {
    transform: translateY(-2px);
}

.caseStudyShare a:nth-child(1) { background: #28a8e9; color: #fff; }
.caseStudyShare a:nth-child(2) { background: #0a78b5; color: #fff; }
.caseStudyShare a:nth-child(3) { background: #e52b62; color: #fff; }
.caseStudyShare a:nth-child(4) { background: #050505; color: #fff; }

.insightCaseStud {
    padding: 70px 0 84px;
    background: #f5f5f5;
}

.caseStudyArticle {
    width: min(100% - 40px, 1320px);
}

.caseStudyArticle > section + section {
    margin-top: 48px;
}

.caseStudyArticle h2,
.caseStudyArticle h3,
.caseStudyArticle h4 {
    color: #111;
    font-family: var(--display-font);
}

.caseStudyArticle h2 {
    margin: 0 0 20px;
    font-size:var(--fs-28);
  font-weight: 600;line-height: 40px; text-transform: uppercase;
}

.caseStudyArticle h3 {
    margin: 20px 0 12px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.caseStudyArticle p,
.caseStudyArticle li {
    color: #595959;
  font-size:var(--fs-14);
font-weight: 400;
line-height: 26px;
}

.caseStudyArticle p {
    margin: 0 0 15px;
}

.caseStudyKeyPoints {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
}

.caseStudyKeyPoints ul,
.caseStudyInfoCard ul {
    margin: 0;
    padding-left: 20px;
}

.caseStudyKeyPoints li + li,
.caseStudyInfoCard li + li {
    margin-top: 10px;
}

.caseStudyInfoSection > h3 {
    margin-bottom: 20px;
}

.caseStudyInfoGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.caseStudyInfoCard {
    min-height: 140px;
    padding: 24px 26px;
    border-radius: 14px;
    background: #e8e8e8;
}

.caseStudyInfoCard h4 {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 600;
}

.caseStudyInfoCard p,
.caseStudyInfoCard li {
    font-size: 12px;
}

.caseStudyInfoCard--wide {
    min-height: 184px;
    grid-column: 1 / -1;
}

.insightBlogDetail {
    padding-top: clamp(58px, 7vw, 94px);
    background: #f5f5f5;
}

.blogDetailLayout {
    display: grid;
    width: min(100% - 28px, 1320px);
    grid-template-columns: 150px minmax(0, 900px) 44px;
    grid-template-areas: "author content share";
    justify-content: center;
    align-items: start;
    gap: clamp(30px, 4vw, 58px);
}

.blogAuthorCard {
    position: sticky;
    top: 110px;
    grid-area: author;
    padding: 16px 14px 18px;
    border-radius: 12px;
    color: #3f3f3f;
    background: #deddd4;
}

.blogAuthorCard img {
    display: block;
    width: 42px;
    height: 42px;
    margin-bottom: 13px;
    border-radius: 50%;
    object-fit: cover;
    object-position: 74% center;
}

.blogAuthorCard span,
.blogAuthorCard strong,
.blogAuthorCard small {
    display: block;
}

.blogAuthorCard span {
    margin-bottom: 7px;
    color: #777;
    font-size: .68rem;
}

.blogAuthorCard strong {
    margin-bottom: 3px;
    color: #222;
    font-size: .78rem;
    line-height: 1.35;
}

.blogAuthorCard small {
    color: #606060;
    font-size: .68rem;
}

.insightBlogDetail .caseStudyArticle {
    width: 100%;
    grid-area: content;
}

.insightBlogDetail .caseStudyArticle > section + section {
    margin-top:40px;
}

.insightBlogDetail .caseStudyArticle p,
.insightBlogDetail .caseStudyArticle li {
    color: #666;
    line-height: 1.75;
}

.insightBlogDetail .caseStudyKeyPoints {
    margin-top: 26px;
    gap: clamp(34px, 5vw, 72px);
}

.insightBlogDetail .caseStudyKeyPoints ul {
    padding-left: 18px;
}

.blogShareRail {
    position: sticky;
    top: 110px;
    left: auto;
    grid-area: share;
    transform: none;
}

.insightBlogDetail .blogShareRail {
    right: auto;
}

.insightBlogDetail .caseStudyInfoGrid {
    gap: 18px;
}

.insightBlogDetail .caseStudyInfoCard {
    min-height: 108px;
    padding: 20px 22px;
    border-radius: 11px;
    background: #e8e8e8;
}

.insightBlogDetail .caseStudyInfoCard--wide {
    min-height: 160px;
}

@media (max-width: 991.98px) {
    .blogDetailLayout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "author"
            "share"
            "content";
        gap: 26px;
    }

    .blogAuthorCard {
        position: static;
        display: grid;
        grid-template-columns: 50px 1fr;
        width: min(100%, 320px);
        column-gap: 14px;
        align-items: center;
    }

    .blogAuthorCard img {
        width: 50px;
        height: 50px;
        margin: 0;
        grid-row: 1 / 4;
    }

    .blogAuthorCard span,
    .blogAuthorCard strong,
    .blogAuthorCard small {
        grid-column: 2;
    }

    .blogAuthorCard span,
    .blogAuthorCard strong {
        margin-bottom: 2px;
    }

    .blogShareRail {
        position: static;
        display: flex;
        justify-content: flex-start;
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .insightBlogDetail .caseStudyArticle > section + section {
        margin-top: 58px;
    }

    .insightBlogDetail .caseStudyKeyPoints,
    .insightBlogDetail .caseStudyInfoGrid {
        grid-template-columns: 1fr;
    }
}

.caseStudyDetailPage .stragArticl {
    padding: 76px 0 84px;
    background: #fff;
}

.caseStudyDetailPage .stragArticl .section-title {
    margin-bottom: 22px;
    text-align: center;
}

.caseStudyDetailPage .stragArticl .card {
    height: 100%;
    padding: 20px 20px 26px;
    background: #f5f5f5;
}

.caseStudyDetailPage .stragArticl .card .img-fluid {
    aspect-ratio: 1.78 / 1;
    object-fit: cover;
}

.caseStudyDetailPage .stragArticl .impact-title {
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.25;
    text-transform: uppercase;
}

.caseStudyDetailPage .stragArticl .hoverText p {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.caseStudyDetailPage + .footer-panel,
.caseStudyDetailPage ~ .footer-panel {
    margin-top: 70px;
}
.bgGree{background-color:#314A29!important;}




.article-card p {
    margin:16px 0 26px;
    color: #4D4D4D;
 
}


/* Media news listing */
.artiMORENews {
    padding-block:80px;
}

.artiMORENews .blogs-listing-header {
    margin-bottom: 22px;
}
 

.artiMORENews .articles-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.artiMORENews .article-card {
    display: flex;
    flex-direction: column;
    padding:20px ;
    border-radius: 12px;

}
/* .artiMORENews .article-card:hover{box-shadow: 0 16px 34px rgba(16, 17, 20, .09);} */
.artiMORENews .article-card__image {
    border-radius: 10px;
}

.artiMORENews .article-card__image img {
    aspect-ratio: 1.58 / 1;
}

.artiMORENews .article-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 13px;
}

.artiMORENews .article-card__meta {
    margin-bottom: 8px;
}

 

.artiMORENews .article-card__category {
    display: none;
}
 

.artiMORENews .article-card p {
    margin: 10px 0 18px;
    color: #555;
    font-size: 13px;
    line-height: 1.45;
}

.artiMORENews .article-card__button {
    min-height: 34px;
    margin-top: auto;
    gap: 7px;
    padding: 0 14px;
    font-size: 11px;
}



.artiMORENews .article-card__button i {
    font-size: 14px;
}


/* Video gallery page */
.videGal.galleryShell {
    padding-block: 30px 82px;
    background: #f4f4f4;
}

.videGal .galleryShell-inner {
    text-align: left;
}

.videGal .climate-projects-heading {
    margin-bottom: 30px;
}

.videGal .climate-projects-heading h2 {
    margin: 0;
    color: #050505;
    font-family: var(--display-font);
    font-size: 34px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.video-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 24px;
}

.video-gallery-card {
    min-width: 0;
}

.video-gallery-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #222;
}

.video-gallery-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .08);
    transition: background-color .25s ease;
}

.video-gallery-card__media img {
    display: block;
    width: 100%;
    aspect-ratio: 1.58 / 1;
    object-fit: cover;
    transition: transform .4s ease;
}

.video-gallery-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 50%;
    color: #111;
    background: #fff;
    /* box-shadow: 0 4px 14px rgba(0, 0, 0, .2); */
    transform: translate(-50%, -50%);
    transition: transform .25s ease;
}

.video-gallery-card__play i {
    margin-left: 2px;
    font-size: 20px;
    line-height: 1;
}

.video-gallery-card h3 {
    margin: 12px 0 0;
    font-family: var(--display-font);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    text-transform: uppercase;
}

.video-gallery-card h3 a {
    color: #111;
}

.video-gallery-card:hover .video-gallery-card__media img,
.video-gallery-card:focus-within .video-gallery-card__media img {
    transform: scale(1.05);
}

.video-gallery-card:hover .video-gallery-card__media::after,
.video-gallery-card:focus-within .video-gallery-card__media::after {
    background: rgba(0, 0, 0, .2);
}

.video-gallery-card:hover .video-gallery-card__play,
.video-gallery-card:focus-within .video-gallery-card__play {
    transform: translate(-50%, -50%) scale(1.08);
}

.video-gallery-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    color: #fff;
    background: #101010;
}

.video-gallery-modal .modal-header {
    padding: 16px 20px;
    border-bottom-color: rgba(255, 255, 255, .14);
}

.video-gallery-modal .modal-title {
    margin: 0;
    color: #fff;
    font-family: var(--display-font);
    font-size: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}

.video-gallery-modal .modal-body {
    padding: 0;
    background: #000;
}

.video-gallery-modal video {
    display: block;
    width: 100%;
    max-height: 78vh;
    aspect-ratio: 16 / 9;
    background: #000;
}

/* Featured projects use the same reveal motion as strategic cards */
.featured-project-card .featured-project-content {
    inset: 0;
    display: flex;
    padding: 0;
    align-items: flex-end;
    justify-content: flex-end;
    pointer-events: none;
}

.featured-project-card .text-show {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: clamp(24px, 3vw, 38px);
    opacity: 1;
    transform: translateY(0);
    transition: opacity .3s ease, transform .4s ease;
}

.featured-project-card .text-show h3 {
    margin: 0;
    color: #fff;
    font-family: var(--display-font);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
}

.featured-project-card .text-show strong {
    color: var(--ipe-yellow);
    font-weight: 600;
}

.featured-project-card .hover-text {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    padding: clamp(24px, 2.4vw, 30px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
    background: rgba(133, 17, 53, .96);
    visibility: hidden;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .35s ease, transform .45s ease, visibility .35s ease;
}

.featured-project-card .hover-text h3 {
    margin: 0;
    color: #fff;
    font-family: var(--display-font);
    font-size: var(--fs-44);
    font-weight: 600;
    line-height: 55px;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.featured-project-card .hover-text p {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 26px;
}

.featured-project-card .hover-text .cta-pill {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 14px;
    padding: 12px 22px;
    color: #050505;
    background: var(--ipe-yellow);
    font-family: inherit;
    font-size: 1rem;
    text-transform: none;
    pointer-events: auto;
}
/* .insightInfor .card a {
    width: fit-content;
    padding-left: 16px;
    padding-right: 16px;
    min-height: 50px;
} */
.insightInfor .hoverContent img{object-fit: cover;max-height:210px; height:100%;}
/* Who We Are */
.who-hero {background: #8C8662; min-height: 567px;
    padding: 140px 0px 50px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position:bottom center;
    background-size: cover;
    
}
.who-hero  p{line-height:24px;color: #FFF;}
.who-hero .brochureHero__eyebrow{display:flex; gap:5px;width:fit-content;margin-bottom:16px;}
.template-columns{ display: grid;grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);    align-items:start; gap:30px;}
.template-columns .brochureHero__media {border-radius:0px;height:auto;}
.template-columns .brochureHero__media img{height:auto;border-radius: 20px;}
.who-companies{padding:80px 0px 0px;} 
.who-companies .who-company-card{border-radius: 20px;background: #FFF;margin-bottom:30px; flex-direction: column;display: flex;padding: 30px ;align-items: flex-start;gap: 10px;align-self: stretch;}
.who-companies .who-company-logo{margin-bottom:26px}
.who-companies .who-company-logo img{max-width:150px; height: auto;}
.who-companies .cta-pill{margin-top:26px;}
.who-hero.joinUs{background: #393E1A;}
.who-hero.joinUs .brochureHero__eyebrow{margin-bottom:30px;}
.who-hero.joinUs .display-title{margin-top:0px; margin-bottom:30px;}
.who-hero.joinUs h3{color: #FFF;font-size: 22px;font-weight: 400;line-height: 26px; margin-bottom:30px;}
.who-hero.joinUs .template-columns{ align-items: start;}
.custom-lightbox-modal .modal-header{ text-align: center;}
.custom-lightbox-modal .modal-header > div{width:100%;}
.joinUs-section{padding-block:80px;}
.insightCaseStudBan .brochureHero__eyebrow{ margin: auto auto 16px;display: flex; width: fit-content;}
.insightCaseStudBan .caseStudyHeroCon{margin-inline: auto;}

.featured-project-card:hover .text-show,
.featured-project-card:focus-visible .text-show,
.featured-project-card:focus-within .text-show {opacity: 0;transform: translateY(12px);}
.featured-project-card:hover .hover-text,
.featured-project-card:focus-visible .hover-text,
.featured-project-card:focus-within .hover-text {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.featured-project-card:hover img,
.featured-project-card:focus-visible img,
.featured-project-card:focus-within img {
    filter: none;
    transform: scale(1.06);
}

.featured-project-card:focus-visible {
    box-shadow: 0 0 0 4px rgba(248, 183, 53, .8);
    outline: 0;
}

.featured-project-card .featured-project-tag {
    z-index: 4;
}

/* Who We Are: Our Team and Board of Directors */
.who-hero--team {
    background-image: url("../images/who-we-are/board-of-directors.jpg");
}
/* .management{
    background-image: url("../images/who-we-are/management.jpg");
}

.who-hero--board {
    background-image: url("../images/who-we-are/board-of-directors.jpg");
} */

.who-people-section {
    padding: clamp(56px, 5vw, 72px) 0 clamp(40px, 5vw, 72px);
    background: #f4f4f4;
}

.who-section-title {
    margin: 0 0 48px;
    color: #050505;
    font-family: var(--display-font);
    font-size: clamp(2.7rem, 3.5vw, 3.15rem);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.team-profile-list {
    display: grid;
    gap: 38px;
}

.team-profile-card {
    display: grid;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    grid-template-columns: minmax(250px, 310px) minmax(0, 1fr);
    min-height: 438px;
    gap: clamp(48px, 6vw, 80px);
    padding: 40px;
    border-radius: 22px;
    background: #fff;
}

.team-profile-card__identity img {
    display: block;
    width: 100%;
    aspect-ratio: 310 / 292;
    border-radius: 16px;
    object-fit: cover;
}

.team-profile-card__identity,
.team-profile-card__copy {
    min-width: 0;
}

.team-profile-card__identity h2,
.board-member-card__copy h2 {
    margin: 22px 0 6px;
    color: #050505;
    font-family: var(--display-font);
    font-size: 1.36rem;
    font-weight: 600;
    line-height: 1.1;
    text-transform: uppercase;
}

.team-profile-card__identity p,
.board-member-card__copy p {
    margin: 0;
    color: #555;
    font-size: .88rem;
    line-height: 1.55;
}

.team-profile-card__copy {
    display: flex;
    padding: 2px 4px 2px 0;
    flex-direction: column;
    align-items: flex-start;
}

.team-profile-card__copy p {
    margin: 0;
    color: #505050;
    font-size: .95rem;
    line-height: 1.78;
    overflow-wrap: anywhere;
}

.team-profile-card__copy p + p {
    margin-top: 26px;
}

.who-view-link {
    display: inline-flex;
    margin-top: auto;
    padding-top: 24px;
    align-items: center;
    gap: 18px;
    color: #050505;
    font-family: var(--display-font);
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1;
    text-transform: uppercase;
}

.who-view-link i {
    font-size: 1.18rem;
    transition: transform .25s ease;
}

.who-view-link:hover,
.who-view-link:focus-visible {
    color: #050505;
}

.who-view-link:hover i,
.who-view-link:focus-visible i {
    transform: translateX(5px);
}

.who-board-section {
    padding-bottom: clamp(60px, 7vw, 104px);
}

.board-member-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px 20px;
}

.board-member-card {
    display: flex;
    height: 440px;
    padding: 12px;
    flex-direction: column;
    overflow: hidden;
    border-radius: 19px;
    background: #fff;
}

.board-member-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 302 / 291;
    border-radius: 14px;
    object-fit: cover;
}

.board-member-card__copy {
    display: flex;
    min-height: 0;
    padding: 0 2px;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
}

.board-member-card__copy h2 {
    margin-top: 19px;
    font-size: 1.22rem;
}

.board-member-card__copy .who-view-link {
    padding-top: 18px;
}

.slide-in .searchResults .search-card{padding:16px;border-radius:16px;}
.slide-in .searchResults .search-card__image{border-radius:16px;}
.searchResults .search-card__image{max-width: 135px; overflow:hidden;border-radius:20px;}
.searchResults .search-card__date,  .searchResults .search-card__title{margin-bottom:0px;}
.searchResults .search-card__text{margin-bottom:0px;}
.searchResults .search-card{padding:20px;}
.searchPaqg .searchResults .search-card__image{max-width:100%;max-height:140px; overflow:hidden;border-radius:20px;}
.slide-in .searchResults .search-card .row.align-items-center{align-items: inherit!important;}




@media (max-width: 1099.98px) {
    .team-profile-card {
        grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
        gap: 40px;
        padding: 32px;
    }

    .board-member-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .who-hero--team {
        background-position: 45% center;
    }

    .who-hero--board {
        background-position: 52% center;
    }

    .who-people-section {
        padding-top: 52px;
    }

    .who-section-title {
        margin-bottom: 38px;
        font-size: clamp(2.7rem, 13vw, 4rem);
    }

    .team-profile-card {
        grid-template-columns: 1fr;
        min-height: 0;
        gap: 30px;
        padding: 24px;
        border-radius: 18px;
    }

    .team-profile-card__identity {
        width: 100%;
        max-width: 360px;
    }

    .team-profile-card__copy p {
        font-size: .91rem;
        line-height: 1.68;
    }

    .team-profile-card__copy .who-view-link {
        margin-top: 8px;
    }

    .board-member-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .board-member-card {
        height: auto;
        min-height: 0;
        border-radius: 16px;
    }
}

@media (max-width: 479.98px) {
    .board-member-grid {
        grid-template-columns: 1fr;
    }

    .board-member-card__copy {
        min-height: 132px;
    }
}
.partners-hero.management {background: #551C24;}
.partners-hero.heroBoard{background: #1E1F59;}
/* Who We Are: Partners */
.partners-hero {
    color: #fff;
background: #8C8662;
}

.partners-hero .partners-hero__inner {
    min-height: inherit;
    padding-top: 130px;padding-bottom:80px;
}

.partners-hero__copy {
    max-width:700px;
}

 

.partners-hero__intro {
      margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.72;
}

.partners-grid-section {
    padding: 60px 0 0px;
    background: #f4f4f4;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 23px 20px;
}
.partners-card:first-child::before,
.partners-card:nth-child(5n + 1)::before {
    display: none !important;
}

.partners-card {
    display: flex;   
    min-width: 0;
    padding:20px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
   position: relative;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
}
.partners-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0; /* Or right: 0 */
  width: 1px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.2) 20%,
    rgba(0, 0, 0, 0.2) 80%,
    transparent 100%
  );
}
.partners-card__logo {
    display: grid;
    flex: 1;
    place-items: center;
    overflow: hidden;
}

.partners-card__logo img {
    display: block;
    object-fit: contain;
}

.partners-card h2 {
    display: flex;
    min-height: 40px;
    margin: 3px 0 0;
    align-items: center;
    justify-content: center;
    color: #505050;
    font-family: var(--body-font);
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
}


@media (max-width: 1199.98px) {
    .partners-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .partners-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .partners-hero {
        min-height: 430px;
    }

    .partners-hero .partners-hero__inner {
        padding-top: 126px;
    }

    .partners-hero .display-title {
        margin-top: 46px;
        font-size: clamp(3.6rem, 17vw, 4.5rem);
    }

    .partners-hero__intro {
        font-size: .94rem;
        line-height: 1.65;
    }

    .partners-grid-section {
        padding-top: 40px;
    }

    .partners-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .partners-card {
        height: 182px;
        padding-inline: 12px;
        border-radius: 16px;
    }

    .partners-card__logo {
        min-height: 108px;
    }

    .partners-card__logo img {
        height: 103px;
    }

    .partners-card h2 {
        font-size: .8rem;
    }
}

@media (max-width: 339.98px) {
    .partners-grid {
        grid-template-columns: 1fr;
    }

    .partners-card {
        height: 190px;
    }
}


#drop_view {
    width: 100%;
    scroll-margin-top: 110px;
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(.985);
    transform-origin: top center;
}

#drop_view[hidden] {
    display: none;
}

#drop_view.is_active,
#drop_view.is_closing {
    display: block;
}

#drop_view.is_active {
    animation: priorityDropIn .4s cubic-bezier(.22, 1, .36, 1) both;
}

#drop_view.is_closing {
    pointer-events: none;
    animation: priorityDropOut .4s cubic-bezier(.55, 0, 1, .45) both;
}

#drop_view .priority-drop-content {
    position: relative;
    display: grid;
    width: 100%;
    min-height: min(66vh, 620px);
    overflow: hidden;
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
    border: 0;
    border-radius: 22px;
    background-color: #ddccb9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* box-shadow: 0 30px 80px rgba(16, 17, 20, .22); */
}




#drop_view .priority-drop-content:after{  content: "";
    position: absolute;
    top: 0;
    right: 0;
    width:100%;
    height: 100%; z-index:1;
  background-color: #ddccb9;}

#drop_view.is_active .priority-modal-copy {
    animation: priorityCopyIn .4s .12s cubic-bezier(.22, 1, .36, 1) backwards;
    position: relative;z-index:2;
}

#drop_view.is_active .priority-modal-visual {
        position: relative;z-index:2;
    animation: priorityVisualIn .7s .16s cubic-bezier(.22, 1, .36, 1) backwards;
}

#drop_view.is_active .priority-modal-close {
    animation: priorityControlIn .4s .34s ease-out backwards;
    
}

#drop_view.is_active .priority-modal-feature {
    animation: priorityFeatureIn .45s .28s ease-out backwards;
}

#drop_view.is_active .priority-modal-feature:nth-child(2) {
    animation-delay: .36s;
}

@keyframes priorityDropIn {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0) scale(.985);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes priorityDropOut {
    from {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 18px, 0) scale(.985);
    }
}

@keyframes priorityDropCurtain {
    from {
        transform: scaleX(1);
    }

    to {
        transform: scaleX(0);
    }
}

@keyframes priorityDropCurtainClose {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    #drop_view.is_active,
    #drop_view.is_closing,
    #drop_view.is_active .priority-modal-copy,
    #drop_view.is_active .priority-modal-visual,
    #drop_view.is_active .priority-modal-close,
    #drop_view.is_active .priority-modal-feature {
        animation-duration: 1ms;
        animation-delay: 0s;
    }

    #drop_view.is_active .priority-drop-content::after,
    #drop_view.is_closing .priority-drop-content::after {
        animation-duration: 1ms;
        animation-delay: 0s;
    }
}

#priorityGrid{position: relative;}
        .inline-panel-wrapper {
            display: none;
            width: 100%;
        }

        .inline-panel-wrapper.active {
            display: block;
            position:absolute;
            z-index:11; top:-16px;
        }

        /* Inner White Card matching the design */
        .inline-bio-panel {
            background: #ffffff;
            color: #333333;
            border-radius: 12px;
            padding: 40px;
            position: relative;
             margin-top: 15px;
            margin-bottom: 30px;
            width: 100%;
        }

       

  

        /* Responsive Layout Grid */
        .bio-flex-container {
            display: flex;
            gap: 40px;
            align-items: flex-start;
        }

        .bio-left-col {
            flex: 0 0 280px;
            max-width: 280px;
        }

        .bio-left-col img {
            width: 100%;
            border-radius: 12px;
            object-fit: cover;
        }

        .bio-left-col h3 {
            font-size: 22px;
            font-weight: 800;
            text-transform: uppercase;
            margin-top: 18px;
            margin-bottom: 5px;
            color: #111111;
        }

        .bio-left-col p {
            font-size: 14px;
            color: #666666;
            margin: 0;
            line-height: 1.4;
        }

        .bio-right-col {
            flex: 1;
            font-size: 15px;
            line-height: 1.7;
            color: #444444;
            padding-right:50px;
        }
        /* Expertise Gray Container */
        .expertise-box {
            background-color: #e9ecef;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 25px;
            margin-top:20px;
        }

        .expertise-box h4 {
           color: #000;
font-size: 20px; font-family: var(--display-font);
font-weight: 600;
line-height:24px;
text-transform: uppercase;

        }
        /* Bullet Points Formatting for Expertise */
        .expertise-list {
            list-style-type: disc;
            padding-left:0px;
            margin: 0;
        }
.bio-text P{font-size:14px;
font-weight: 400;
line-height: 24px}
        .expertise-list li {
             color: #000;
font-size:14px;
font-weight: 400;
line-height: 24px;            margin-bottom: 4px;
            display: inline-flex;
            padding-left:15px;
            margin-right:8px;
            position: relative;
        }
     .expertise-list li::after {  position: absolute;
  content: "";
     inset: 0;
    left:0;
    top:10px;
    width:6px;
    height:6px;border-radius:6px; background-color: #000;}
       /* .expertise-list li:first-child {
           padding-left:0px;
        }
   .expertise-list li:first-child::after {
        display:none;
        } */

.partners-hero.contactHero{background: #2D4C45; text-align: center;}
.partners-hero.contactHero .partners-hero__copy,.partners-hero.contactHero .partners-hero__intro
{margin-inline:auto;max-width:880px;}

.contact-section .container .office-block{margin-top:-150px;border-radius: 20px;background: #FFF; padding-block:60px; padding-inline:30px;}
.section-label-heading{font-size:var(--fs-4);color:var(--black); font-family:var(--display-font);font-weight: 600;line-height:40px;text-transform: uppercase; margin-bottom:30px;}
.country-title{font-size:var(--fs-24);color:var(--black); font-family:var(--display-font);font-weight: 600;line-height:30px;text-transform: uppercase;margin-bottom:20px;}      
.contact-section .office-details p{color: #4D4D4D;font-size: 14px;font-weight: 400;line-height:20px;margin-bottom:5px;}
.contact-section .office-details p:first-child{margin-bottom:14px;}
        .office-block {
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 40px;
            margin-bottom: 40px;
        }

        .office-block:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }


        /* Map Container Wrapper */
        .office-map-frame {
            border-radius: 12px;
            overflow: hidden;
            /* box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
            background: #fff;
        }

        .office-map-frame iframe {
            width: 100%;
            height:320px;
            border: 0;
            display: block;
        }

/* Interactive office selector */
.office-selector-section {
    position: relative;
    z-index: 2;
    padding:90px 0px 0px;
    background: #f5f5f5;
}

.office-selector-card {
    display: grid;
    grid-template-columns: minmax(210px, 245px) minmax(0, 1fr);
    gap:60px;
    padding: 42px 34px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
}

.office-selector-tabs {
    display: flex;
    flex-direction: column;
}
.office-selector-tab:first-child{padding-top:0px;}
.office-selector-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding:16px 0;
    border: 0;
    border-bottom:0px solid #e6e6e6;
    border-radius: 0;
      color: #4d4d4d;
    font-size:18px;
    font-weight: 400;
    line-height: 22px;
  
}
.contact-section .office-selector-tab{border-bottom:1px solid #e6e6e6; text-transform:capitalize;}
.contact-section .office-country-qualifier{text-transform:uppercase;}
#priorityGrid2{margin-bottom:-24px;}

.office-selector-tab:last-child {
    border-bottom: 0;
}

.office-selector-tab i {
    visibility: hidden;
    font-size: 20px;
    color: #111;
}

.office-selector-tab:hover,
.office-selector-tab:focus-visible,
.office-selector-tab.active {
    color: #111;
}

.office-selector-tab.active {
    font-weight: 600;
}

.office-selector-tab.active i {
    visibility: visible;
}

.office-selector-tab:focus-visible {
    outline: 2px solid #462508;
    outline-offset: 3px;
}

.office-selector-panel {
    display: grid;
    grid-template-columns: minmax(190px, 0.72fr) minmax(360px, 1.55fr);
    align-items: start;
    gap:50px;
    height:100%;
}

.office-selector-panel[hidden] {
    display: none;
}

.office-selector-details {
    padding-top: 1px;
}

.office-selector-panel .country-title {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 28px;
}

.office-selector-panel .office-details p {
    font-size: 12px;
    line-height: 18px;
}

.office-selector-panel .office-map-frame,
.office-selector-panel .office-map-frame iframe {
    width: 100%;
    height:100%;
    border-radius:20px;
}



        /* Page Background & Layout */
.search-hero {
    background-color: #f7f7f7;
    margin-top:120px;
    padding-block:40px;
    border-top:1px solid #E0E0E0;
}

/* Breadcrumb & Main Title */
.search-breadcrumb {
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #888888;
    text-transform: uppercase;
}

.search-breadcrumb a {
    color: #888888;
    text-decoration: none;
}

.search-main-title {
color: #000; 
font-family:var(--display-font);
font-size:var(--fs-24);
font-style: normal;
font-weight: 400;
line-height: 30px; text-transform: uppercase;
}

.search-main-title span {
    color: #111111;
    font-weight: 900;
}

/* Filter Bar & Count */
.results-filter-bar {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
}

.filter-pills .btn-pill {
    background-color: #e5e5e5;
    color: #222222;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 6px 22px;
    border-radius: 20px;
    border: none;
    transition: all 0.2s ease-in-out;
}

.filter-pills .btn-pill.active,
.filter-pills .btn-pill:hover { background-color: #f1b300; color: #000000;}

.results-count {min-width:125px; text-align: end; color: rgba(255, 255, 255, .72);font-size:var(--fs-24);font-family:var(--display-font);font-weight: 400;line-height: 30px;text-transform: uppercase;}
.results-count .count-number { color: #000;font-family:var(--display-font);}

/* Card Styling */
.search-card {
   border-radius: 20px;
background: #FFF;
    overflow: hidden;
    padding:30px;
    border:0px ;
   transition: transform 0.2s ease, box-shadow 0.2s ease;
}


.search-card__image {
    width: 100%;
    height: 100%;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    max-width:180px;
}

.search-card__image img {
    width: 100%;
    height:auto;
    object-fit: cover;
    display: block;
     border-radius: 20px;
}
.search-card__body{padding-left:30px;}
/* Card Inner Typography */
.search-card__date { color: #4D4D4D;font-size:var(--fs-1);font-weight: 400;line-height: 29px;margin-bottom:10px;}

.search-card__title {color: #000;font-family:var(--display-font);font-size:var(--fs-2); font-weight: 600;line-height: 30px;text-transform: uppercase;margin-bottom:10px; }

.search-card__text {
  line-height:22px;font-size:14px; padding-block:5px;
}
.slide-in .searchResults .search-card .row.align-items-center .ms-auto{align-self: center;}
.search-card__text:last-child{margin-bottom:0px;}
.search-results-section .ctaBroch {color: #000;}
 
  /* Popup Lightbox Styles */
        .bio-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.75);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 9999;
            padding: 15px;
        }

        .bio-modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .bio-modal-container {
            background: #fff;
            width: 100%;
            max-width: 900px;
            max-height: 90vh;
            border-radius: 8px;
            overflow-y: auto;
            position: relative;
            /* box-shadow: 0 10px 30px rgba(0,0,0,0.3); */
            transform: translateY(20px);
            transition: transform 0.3s ease;
        }

        .bio-modal-overlay.active .bio-modal-container {
            transform: translateY(0);
        }

       
        .bio-modal-content {
            padding:20px;
        }


  /* Custom Modal Fullscreen Lightbox */
        .custom-lightbox-modal .modal-content {
background: rgba(0, 0, 0, 0.9);
            color: #ffffff;
            border: none;
            border-radius: 0;
            min-height:calc(100vh - 100px);
            backdrop-filter: blur(4px);
            transition: opacity 0.25s,
        }
        .custom-lightbox-modal .modal-header {
            border-bottom: none;
            padding: 20px 40px;
        }
        .lightbox-subtitle {
            font-size:16px;
            letter-spacing: 1px;
            color: #fff;
            max-width:90%;
            text-align: center;
            margin-inline:auto;
            line-height:20px;
        }
        .lightbox_mb{padding-inline:14px;}
        .lightbox-title {
            font-family:var(--display-font);
            font-size:var(--fs-22);
            margin-bottom:10px;
            line-height:28px;
             max-width:90%; margin-inline:auto; text-align: center;
        }
        .lightbox-main-container {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            height: 65vh;
            flex-direction:column;
        }
           .lightbox-main-container .lightbox_mb{ text-align: center; margin-bottom:20px;}
        .lightbox-main-img, .lightbox-main-video {
            max-height: 100%;
            max-width:90%;
            object-fit: contain;
            border-radius:16px;
            /* box-shadow: 0 10px 30px rgba(0,0,0,0.5); */
        }
        .lightbox-main-video--youtube {
            width: min(90%, 960px);
            height: clamp(240px, 50vw, 540px);
            border: 0;
        }
        .lightbox-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: transparent;
            border: none;
            color: #fff;
            font-size: 32px;
            cursor: pointer;
            padding: 10px 20px;
            z-index: 10;
            opacity: 0.7;
            transition: opacity 0.3s;
        }
        .lightbox-nav-btn:hover { opacity: 1; }
        .lightbox-prev { left:0px; }
        .lightbox-next { right:0px; }
        [id^="mediaContainer"]{
            max-width:calc(100% - 40px);
            max-height:100%;
            flex: 1 1 0;
            min-height: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Thumbnails Strip Overlay & Play Icon */
        .lightbox-thumbnails {
            display: flex;
            gap: 12px;
            justify-content: center;
            align-items: center;
            overflow-x: auto;
              overflow-y: hidden;
            padding: 20px 0;
        }
        .thumb-wrapper {
            position: relative;
            width: 80px;
            height: 55px;
            flex-shrink: 0;
            cursor: pointer;
            border-radius: 6px;
            overflow: hidden;
            border: 2px solid transparent;
            opacity: 0.5;
            transition: all 0.3s ease;
        }
        .thumb-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .thumb-wrapper:hover, .thumb-wrapper.active {
            opacity: 1;
            border-color: #ffc107; /* Screenshot style yellow highlight */
        }
        /* Video Play Badge on Thumbnails */
        .thumb-play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 24px;
            height: 24px;
            background: rgba(255, 255, 255, 0.85);
            color: #000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            /* box-shadow: 0 2px 6px rgba(0,0,0,0.4); */
        }

        .gallery-item-hidden { display: none !important; }
#priorities{background: #F6F6F6;background: linear-gradient(0deg,rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);}

.whoWeAreSwiper .our-priority-slide{ grid-template-columns: 1fr;gap:16px;min-height: auto;display:flex; flex-direction: column;}
.whoWeAreSwiper .our-priority-image img{max-width:150px; height:auto; width:auto;}
.whoWeAreSwiper .our-priority-image{    min-height: max-content;}
.whoWeAreSwiper .our-priority-copy{    max-width:100%;}
.stragBroch,.insightNews {padding-top:80px;}
.thematflyer.stragic-sec .swiper-slide{max-height:350px;object-fit: cover;}

.privacyPolicy{padding-top:80px;}
.privacy-policy__content{padding: 42px 34px 20px; border-radius: 20px; background: #fff;}
.privacy-policy__content h2{margin-bottom:16px;}
.privacy-policy__content section{margin-bottom:40px;}
.privacy-policy__content p{ color: var(--pr-col);margin-bottom: 1rem;font-size:14px;font-weight: 400; line-height:22px;}
.privacy-policy__content li{ color: var(--pr-col);margin-bottom: 1rem;font-size:14px;font-weight: 400; line-height:22px;}
.privacy-policy__content ul{list-style:none;padding:0px;}
.privacy-policy__content ul li{padding-left:24px;position: relative;}
.privacy-policy__content ul li::after{
    content:"";
    position:absolute;
    top:8px;
    left:0px;
 width:20px; height:20px; background-image:url(../images/ico_yes.svg); background-repeat:no-repeat; background-position:left top;
}

.joinUs-section .privacy-policy__content .impact-title:first-child{padding-top:0px;}
.joinUs-section .privacy-policy__content .impact-title{padding-top:20px;}


@media (max-width: 768px) {
    .search-card__image {
        min-height: 200px;
        border-radius: 12px 12px 0 0;
    }
 /**/
            .bio-flex-container {
                flex-direction: column;
                gap: 20px;
            }
            .bio-left-col {
                flex: 0 0 100%;
                max-width: 100%;
            }
            .bio-right-col {
                padding-right: 0;
            }
          .bio-modal-content {
                padding: 20px;
            }
        }