html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  color: #404040;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
wrapper {
  position: relative;
  height: 100%;
  min-height: 100vh;
  text-wrap: pretty;
  overflow: hidden;
}
.container {
  max-width: 1280px;
}





/*------------------------------
            Global        
------------------------------*/
a {
  color: #404040;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  color: #1B1040;
}
h3 {
  color: #1B1040;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
h4 {
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 3.75rem;
}
h5, h6, p, ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
address {
  font-size: 1rem;
  line-height: 1.5;
}
.f80 {
  font-size: clamp(2rem, 4.44vw - 0.64rem, 5rem);
}
.f78 {
  font-size: clamp(2rem, 4.44vw - 0.64rem, 4.875rem);
}
.f67 {
  font-size: clamp(1.75rem, 5vw + 1rem, 4.1875rem);
}
.f64 {
  font-size: clamp(1.75rem, 5vw + 1rem, 4rem);
}
.f55 {
  font-size: clamp(1.75rem, calc(2.634vw + 1.13265rem), 3.4375rem);
}
.f52 {
  font-size: clamp(1.75rem, calc(2.341vw + 1.20125rem), 3.25rem);
}
.f50 {
  font-size: clamp(1.75rem, calc(2.341vw + 1.20125rem), 3.125rem);
}
.f48 {
  font-size: clamp(1.5rem, 3.125vw, 3rem);
}
.f44 {
  font-size: clamp(2rem, 3vw, 2.75rem);
}
.f40 {
  font-size: 2.5rem;
}
.f36 {
  font-size: 2.25rem;
}
.f32 {
  font-size: 2rem;
}
.f31 {
  font-size: clamp(1.375rem, 3.125vw, 1.9375rem);
}
.f30 {
  font-size: clamp(1.375rem, 3.125vw, 1.8125rem);
}
.f28 {
  font-size: 1.75rem;
}
.f24 {
  font-size: 1.5rem;
}
.f22 {
  font-size: 1.375rem;
}
.f21 {
  font-size: 1.3125rem;
}
.f20 {
  font-size: 1.25rem;
}
.f18 {
  font-size: clamp(1rem, 1vw + .5rem, 1.125rem);
}
.f16 {
  font-size: clamp(.875rem, 1vw + .5rem, 1rem);
}
.f15 {
  font-size: clamp(.875rem, 1vw + .25rem, .9375rem);
}
.f14 {
  font-size: clamp(.75rem, 1vw + .25rem, .875rem);
}
.f12 {
  font-size: .75rem
}
.img-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn {
  color: #F5F7FA;
  background: #C9A24D;
  font-family: "Playfair Display";
  font-weight: 500;
  text-transform: uppercase;
  padding: 1.0625rem 2.1875rem;
  border-radius: 3.51438rem;
}
.btn:hover {
  color: #F5F7FA;
}
.trans {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-anchor {
  z-index: -99;
  position: relative;
  padding-top: 4rem;
  margin-top: -4rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.keepwords {
  word-break: keep-all;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .btn:hover {
    color: #F5F7FA;
    background: #1B1040;
  }
}
@media (max-width: 1399px) {
  .f40 {
    font-size: 1.75rem;
  }
  .f36 {
    font-size: 1.25rem;
  }
  .f32 {
    font-size: 1.25rem;
  }
  .f28 {
    font-size: 1.25rem;
  }
  .f24 {
    font-size: 1.125rem;
  }
  .f22 {
    font-size: 1.125rem;
  }
  .f21 {
    font-size: 1.125rem;
  }
  .f20 {
    font-size: 1rem;
  }
  h5, h6, p, ul {
    font-size: 1rem;
  }
  .btn.f18 {
    font-size: .75rem;
    font-weight: 400;
    padding: .75rem 1.5rem;
  }
}





/*------------------------------
            Banner
------------------------------*/
.top-banner {
  width: 100%;
  color: #F5F7FA;
  background-color: #3D577A;
  padding: .75rem 0;
  margin-bottom: 2rem;
}
.top-banner a {
  color: #F5F7FA;
}
.top-banner a:hover {
  opacity: .75;
}
.top-banner p {
  font-size: 1rem;
  line-height: 1.3;
  margin: 0;
}
.top-banner span {
  display: block;
}
.top-banner span i {
  font-size: 75%;
  margin-left: .125rem;
}





/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  background: #1B1040;
  padding: 0 0 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar .navbar-brand {
  display: flex;
  justify-content: center;
  width: 15rem;
  padding: 0;
  margin: 0;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-toggler {
  z-index: 9;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar svg {
  width: 1.5rem!important;
  height: 1.5rem!important;
}
.navbar svg path {
  stroke: #F5F7FA!important;
}
.navbar .nav-link {
  position: relative;
  color: #F5F7FA;
  font-size: 1rem;
  font-weight: 400;
  margin: auto 1.5rem;
}
.navbar .nav-link.active:not(.nav-contact) {
  border-bottom: 1px solid #C9A24D;
}
@media (min-width: 992px) {
  .navbar.navbar-min .top-banner {
    margin-bottom: 1rem;
  }
  .navbar.navbar-min {
    padding: 0 0 .75rem;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
  }
  .navbar .nav-link:not(.nav-contact) {
    padding: .25rem 0!important;
  }
  .navbar .nav-link.nav-contact {
    color: #1B1040;
    background: #C9A24D;
    font-family: "Playfair Display";
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 3.51438rem;
    transition: all .3s ease-out;
    margin-left: 7.5rem;
  }
  .navbar .nav-link.nav-contact:hover {
    color: #1B1040;
    background: #F5F7FA;
  }
}
@media (max-width: 991px) {
  .top-banner {
    margin-bottom: 1rem;
  }
  .navbar {
    padding: 0 0 1rem;
  }
  .navbar .navbar-brand {
    width: 8rem;
  }
  .navbar-nav {
    text-align: center;
    padding: 1rem 0 .5rem;
  }
  .navbar .nav-link {
    font-size: .875rem;
    padding: .125rem 0;
    margin: 0 auto .5rem;
  }
}





/*------------------------------
            Header
------------------------------*/
header {
  color: #F5F7FA;
  background-color: #1B1040;
  text-align: center;
}
header .content {
  display: flex;
  flex-direction: column;
  min-height: 30rem;
  padding: 9rem 0 1rem;
}
header h1 {
  font-family: "Playfair Display";
  font-weight: 400;
  margin: auto;
}
header h1 span {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
#approach_page header h1 {
  max-width: 56rem;
}
@media (min-width: 992px) {
  header h1 span {
    margin-right: 14rem;
  }
}
@media (max-width: 991px) {
  header .content {
    min-height: 18rem;
    padding: 5rem 0 1rem;
  }
}
@media (max-width: 767px) {
  header .content {
    padding: 10rem 0 2rem;
  }
}





/*------------------------------
            Home
------------------------------*/
.video {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 15% 50%;
}
.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  padding: 10rem 0 2rem;
  overflow: hidden;
}
.home .text-container {
  position: relative;
  margin: 6rem 0 0 -1rem;
}
.home h1 {
  z-index: 3;
  position: relative;
  top: -1.5rem;
  color: #F5F7FA;
  font-weight: 400;
  margin: 0;
}
.home .logo-container {
  position: relative;
}
.home-info {
  background: linear-gradient(180deg, rgba(35, 15, 7, 0.00) 0.04%, rgba(18, 10, 45, 0.90) 99.95%);
}
.home-info .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.home-info h2 {
  color: #F5F7FA;
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  max-width: 60rem;
  margin: 10vh auto 4rem;
}
.home-info h3 {
  color: #F5F7FA;
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin: 0 auto 2rem;
}
.criteria {
  position: relative;
  color: #fff;
  background-color: #1B1040;
  padding: 1rem 0;
}
.criteria::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8.9375rem;
  height: 10.4375rem;
  content: '';
  background: url(../images/icons/leaf-logo-2.svg) center no-repeat;
  background-size: contain;
}
.criteria .content {
  padding: 1.25rem 0;
}
.criteria .col-12:not(:last-child) .content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.criteria h4 {
  color: #F5F7FA;
  font-family: "Playfair Display";
  letter-spacing: 0.045rem;
  flex: 0 0 13rem;
  width: 13rem;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  margin: 0 4rem 0 0;
}
.criteria h5 {
  line-height: 2;
  margin: auto 0;
  text-align: left;
}
.value {
  position: relative;
  background-color: #fff;
  padding: 3.75rem 0;
}
.value::before {
  position: absolute;
  top: 2.5rem;
  left: 0;
  display: block;
  width: 8.9375rem;
  height: 10.4375rem;
  content: '';
  background: url(../images/icons/leaf-logo-2.svg) center no-repeat;
  background-size: contain;
}
.value .accordion-item {
  padding: 1.5rem 0;
  border: none;
}
.value .accordion-item:not(:last-child) {
  border-bottom: 1px solid #D4D4D4;
}
.value .accordion-button {
  color: #404040;
  background-color: #fff;
  padding: 0;
  box-shadow: none;
  transition: all .3s ease-out;
}
.value .accordion-button:not(.collapsed) {
  color: #C9A24D;
  font-weight: 700;
}
.accordion-button::after {
  width: 1.5rem;
  height: 1.5rem;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/icon-minus.svg);
}
.accordion-button::after {
  background-image: url(../images/icons/icon-plus.svg);
}
.value .accordion-body {
  padding: 1.25rem 0 0;
}
.value p:last-child {
  margin: 0;
}
.value .img-container {
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
.value .img-container img {
  width: 18.50356rem;
  margin: auto;
}
.partnership {
  background: #eff2f4;
  padding: 3.75rem 0;
}
@media (min-width: 992px) {
  .home .text-container::before {
    position: absolute;
    top: calc(-100vh + 4px);
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    background-color: #1B1040;
  }
  .home .text-container::after {
    position: absolute;
    bottom: calc(-100vh + 4px);
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    background-color: #1B1040;
  }
  .home .logo-container::before {
    position: absolute;
    top: calc(-100vh + 1px);
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    background-color: #1B1040;
  }
  .home .logo-container::after {
    position: absolute;
    bottom: calc(-100vh + 1px);
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    background-color: #1B1040;
  }
  .home .text-container .overlay::before {
    position: absolute;
    top: -50vh;
    left: calc(-100vw + 8px);
    width: 100vw;
    height: 150vh;
    content: '';
    background-color: #1B1040;
  }
  .home .text-container .overlay::after {
    position: absolute;
    top: -50vh;
    right: -1.56rem;
    width: 2rem;
    height: 150vh;
    content: '';
    background-color: #1B1040;
  }
  .home .logo-container .overlay::before {
    position: absolute;
    top: -50vh;
    right: calc(1px - 100vw);
    width: 100vw;
    height: 150vh;
    content: '';
    background-color: #1B1040;
  }
}
@media (max-width: 1299px) {
  .criteria h5.f20 {
    font-size: 1.125rem;
  }
}
@media (max-width: 1199px) {
  .criteria h4 {
    flex: 0 0 8rem;
    width: 8rem;
    margin-right: 2.5rem;
  }
  .criteria h5.f20 {
    font-size: 1rem;
  }
  .criteria .col-12:nth-child(4) h5 {
    position: relative;
    padding-left: .875rem;
  }
  .criteria .col-12:nth-child(4) h5::before {
    position: absolute;
    top: .9rem;
    left: 0;
    width: 4px;
    height: 4px;
    content: '';
    background-color: #fff;
    border-radius: 100%;
  }
  .criteria h5 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .home {
    position: relative;
    min-height: 60vh;
  }
  .home::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 20rem;
    content: '';
    background-color: #CBE5FF;
  }
  .home .col-lg-8 {
    position: relative;
  }
  .home .text-container {
    padding-bottom: 3rem;
    margin: 0 0 0 -1rem;
  }
  .home h1 {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 3.5rem;
    width: 100%;
    font-size: clamp(.5rem, 3.5vw, 4.5rem);
    font-weight: 400;
    padding: 0 1rem;
  }
  .home .logo-container {
    display: flex;
    justify-content: center;
    width: 12rem;
    margin: 0 auto;
  }
  .home .text-container::before {
    position: absolute;
    top: calc(-100vh + 4px);
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    background-color: #1B1040;
  }
  .home .text-container::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: calc(3rem + 2px);
    content: '';
    background-color: #1B1040;
  }
  .home .text-container .overlay::before {
    position: absolute;
    top: -50vh;
    right: calc(-40rem + 1px);
    width: 40rem;
    height: 100vh;
    content: '';
    background-color: #1B1040;
  }
  .home .logo-container::before {
    position: absolute;
    top: 0;
    left: calc(-40rem + 1px);
    width: 40rem;
    height: 100vh;
    content: '';
    background-color: #1B1040;
  }
  .home .logo-container::after {
    position: absolute;
    top: 0;
    right: calc(-40rem + 1px);
    width: 40rem;
    height: 100vh;
    content: '';
    background-color: #1B1040;
  }
  .home .logo-container .overlay::before {
    position: absolute;
    bottom: calc(-100vh + 1px);
    right: -50vw;
    width: 200vw;
    height: 100vh;
    content: '';
    background-color: #1B1040;
  }
}
@media (min-width: 1200px) {
  .criteria .row.justify-content-between {
    flex: 1;
  }
  .criteria .d-xl-flex {
    position: relative;
    height: 100%;
  }
  .criteria .dot::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    background-color: #fff;
    border-radius: 100%;
  }
}
@media (max-width: 767px) {
  .home .text-container {
    margin-left: -.5rem;
  }
  .home .text-container .overlay::after {
    position: absolute;
    top: calc(-100vh + 4px);
    left: -10rem;
    width: calc(10rem + 1px);
    height: 200vh;
    content: '';
    background-color: #1B1040;
  }
  .home h1 {
    bottom: 2.5rem;
    padding: 0 .5rem;
  }
  .home-info .content {
    min-height: 60vh;
  }
  .home-info h2 {
    font-size: 1.125rem;
    margin: 10vh auto 1rem;
  }
  .home-info h3 {
    font-size: 1.25rem;
  }
  .criteria h4 {
    flex: 0 1 auto;
    width: auto;
    border: none;
    margin: 0 0 1rem;
  }
  .criteria h4 br {
    display: none;
  }
  .criteria h5 {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .home::before {
    height: 15rem;
  }
}





/*------------------------------
            Approach
------------------------------*/
.approach {
  text-align: center;
  padding: 3.75rem 0;
}
.approach h4 {
  font-size: 1rem;
  max-width: 56rem;
  margin: 0 auto 3.75rem;
}
.approach .content {
  display: flex;
  flex-direction: column;
  aspect-ratio: 1/.82;
  background: rgba(61, 87, 122, 0.08);
  padding: 1rem;
  border: 1px solid rgba(61, 87, 122, 0.10);
  transform: translateZ(0);
  will-change: transform, background-color, border-color;
  transition:
    background-color .35s cubic-bezier(.22,.61,.36,1),
    border-color .35s cubic-bezier(.22,.61,.36,1),
    transform .45s cubic-bezier(.22,.61,.36,1);
}
.approach .content:hover {
  background: #425677;
  border-color: rgba(61, 87, 122, 0.25);
  transform: translateY(-4px);
}
/* Inner layout */
.approach .content .info {
  margin: auto;
  display: grid;
  gap: .5rem;
}
/* Title color fade (don’t rely on :hover { color } to recolor everything) */
.approach .content .title {
  color: #1B1040;
  font-family: "Playfair Display";
  font-weight: 600;
  transition: color .35s cubic-bezier(.22,.61,.36,1);
}
.approach .content:hover .title {
  color: #fff;
}
/* Description: fade + slide + height unlock */
.approach .content .desc {
  color: #fff;
  opacity: 0;
  transform: translateY(6px);
  max-height: 0;
  margin: 0;
  overflow: hidden;
  will-change: opacity, transform, max-height;
  transition:
    opacity .38s cubic-bezier(.22,.61,.36,1) .06s,
    transform .45s cubic-bezier(.22,.61,.36,1) .06s,
    max-height .45s ease;
}
.approach .content:hover .desc {
  opacity: 1;
  transform: translateY(0);
  max-height: 20rem; /* large enough for your copy */
}
/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .approach .content,
  .approach .content .desc,
  .approach .content .title {
    transition: none;
    transform: none;
  }
}
.focus {
  position: relative;
  color: #F5F7FA;
  background-color: #1B1040;
  padding: 3.75rem 0;
}
.focus::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 8.9375rem;
  height: 10.4375rem;
  content: '';
  background: url(../images/icons/leaf-logo-2.svg) center no-repeat;
  background-size: contain;
}
.focus h3 {
  color: #F5F7FA;
}
.focus .nav {
  border-bottom: 1px solid rgba(255,255,255,.15);
  margin: 2.75rem 0;
}
.focus .nav-link {
  color: #F5F7FA;
  font-family: "Playfair Display";
  font-size: 1.625rem;
  font-weight: 400;
  opacity: .4;
  padding: 0 0 .375rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: .375rem solid transparent;
}
.focus .nav-link:not(:last-child) {
  margin-right: 6rem;
}
.focus .nav-link.active {
  opacity: 1;
  color: #F5F7FA;
  background: transparent;
  border-color: #C9A24D;
}
.focus .title {
  font-family: "Playfair Display";
  font-style: italic;
  margin-bottom: 1.25rem;
}
.focus p {
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.focus ul {
  margin: 0;
}
.focus ul li {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
}
.focus ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
.focus .img-container {
  height: 100%;
  min-height: 22rem;
}
.approach-info {
  fill: linear-gradient(180deg, rgba(35, 15, 7, 0.00) 0.04%, rgba(18, 10, 45, 0.80) 99.95%);
  padding: 3.75rem 0;
}
.strategy {
  color: #fff;
  background: linear-gradient(180deg, rgba(35, 15, 7, 0.00) 0.04%, rgba(18, 10, 45, 0.80) 99.95%), url(../images/art/new-york.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 3.75rem 0;
}
.strategy .section-1 {
  margin-bottom: 3.25rem;
}
.strategy .section-1 h3 {
  color: #F5F7FA;
}
.strategy .section-1 h4 {
  color: #F5F7FA;
  font-size: 1rem;
  max-width: 64rem;
  margin: 0;
}
.strategy .section-2 {
  margin-bottom: 3.75rem;
}
.strategy .section-2 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  background: rgba(61, 87, 122, 0.50);
  text-align: center;
  height: 22rem;
  padding: 3.375rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.30);

  flex: 1 1 20%;
  width: auto;              /* override the 20% width you had */
  transition: flex 300ms ease, transform 300ms ease, background 300ms ease;
  will-change: flex;
  overflow: hidden;         /* avoid layout overflow during animation */
  cursor: pointer;
}
.strategy .section-2 .info {
  max-width: 14rem;
  margin: 0 auto 1rem;
}
.strategy .section-2 .title {
  font-family: "Playfair Display";
}
.strategy .section-2 .desc {
  margin: 0;
}
.strategy .section-2 .info .desc {
  display: none;
}
.strategy .section-2 .extra {
  color: #1B1040;
  background-color: #C9A24D;
  font-family: "Playfair Display";
  padding: 1.0625rem 2.1875rem;
  border: 1px solid #C9A24D;
  border-radius: 3.51438rem;
  margin: auto auto 0;
}
.strategy .section-2 .overlay {
  z-index: 3;
  opacity: 0;
  background-color: #425677;
  text-align: left;
  padding: 2rem 1.25rem;
  transition: all .3s ease-in-out;
}
.strategy .section-2 .overlay .desc {
  font-style: italic;
}
.strategy .section-2 ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.strategy .section-2 ul li {
  background-color: #4c5f7e;
  padding: .75rem 1.5rem;
  border-radius: .25rem;
}
.strategy .section-2 ul li:not(:last-child) {
  margin-bottom: .75rem;
}
.strategy .section-3 {
  text-align: center;
}
.strategy .section-3 .title {
  color: #F5F7FA;
  font-family: "Playfair Display";
  margin-bottom: 1.75rem;
}
/* When the row is hovered, all items compress a bit */
.strategy .section-2 .main:hover .content {
  flex: 0.75 1 12%;
}
.strategy .section-2 .main:hover .content .info {
  opacity: 0;
  width: 0;
  height: 0;
}
.strategy .section-2 .content:hover > .overlay {
  opacity: 1;
}
/* The hovered item expands */
.strategy .section-2 .main:hover .content:hover {
  flex: 3 1 52%;
  transform: translateZ(0); /* keeps animation smooth */
}
/* Optional: a tiny visual lift on hover */
.strategy .section-2 .main .content:hover .extra {
  border-width: 2px;
}
/* container + image */
.img-container.reveal {
  position: relative;
  overflow: hidden;
}
.img-container.reveal .myimg {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center center; /* smoother scale */
}

/* overlay */
.uncover {
  display: flex;
  flex-direction: row;
  position: absolute;
  inset: 0;          /* top:0; right:0; bottom:0; left:0 */
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.uncover_slice {
  height: 100%;
  flex: 1 1 0;
  background: #1B1040;  /* use your page bg color if not white */
}
@media (prefers-reduced-motion: reduce) {
  .strategy .section-2 .content {
    transition: none;
  }
}
@media (max-width: 1199px) {
  .approach .content {
    background: #425677;
    border-color: rgba(61, 87, 122, 0.25);
    transform: translateY(-4px);
    margin-bottom: 1rem;
  }
  .approach .content .title {
    color: #fff;
  }
  .approach .content .desc {
    opacity: 1;
    transform: translateY(0);
    max-height: 20rem;
  }
}
@media (max-width: 991px) {
  .strategy .section-2 .content {
    flex: 1 1 100%;
    min-height: 20rem;
    padding: 4rem 0;
    border-left: none;
    border-bottom: none;
    border-right: none;
  }
  .strategy .section-2 .content:first-child {
    border-top: none;
  }
.strategy .section-2 .main:hover .content .info {
  opacity: 1;
  width: auto;
  height: auto;
}
  .strategy .section-2 .title br {
    display: none;
  }
  .strategy .section-2 ul li {
    font-size: .875rem;
    padding: .5rem .75rem;
  }
  .strategy .section-2 .extra {
    padding: .5rem 1.75rem;
  }
  .approach .content {
    aspect-ratio: 1/.5;
  }
  .focus ul li {
    font-size: .875rem;
    padding: .875rem .75rem;
    margin-bottom: 1rem;
  }
  .focus ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .focus .img-container {
    height: auto;
    min-height: auto;
    aspect-ratio: 1/.5;
  }
}
@media (max-width: 767px) {
  .focus .nav {
    flex-direction: column;
  }
  .focus .nav-link {
    width: auto;
    font-size: 1.375rem;
    margin: 0 auto .5rem 0!important;
    border-bottom: 3px solid transparent;
  }
  .focus .nav-link:last-child {
    margin-bottom: 0!important;
  }
}





/*------------------------------
            Team
------------------------------*/
.team {
  padding: 4rem 0;
}
.team .person {
  position: relative;
  height: calc(100% - 2.5rem);
  background-color: #F5F7FA;
  margin-bottom: 2.5rem;
}
.team .img-container {
  cursor: pointer;
  aspect-ratio: .74/1;
}
.team .info {
  z-index: 3;
  padding: 2.5rem;
}
.team .name {
  z-index: 4;
  position: relative;
  color: #000;
  font-family: "Playfair Display";
}
.team .title {
  z-index: 4;
  position: relative;
  color: #3D577A;
  font-weight: 700;
  padding-right: 2rem;
  margin: 0;
}
.team .title img {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.45831rem;
  height: 1.30206rem;
}
.team .modal-click {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team .overlay {
  z-index: 2;
  opacity: 0;
}
.team .overlay::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #1B1040;
  opacity: .75;
}
.team .overlay svg {
  z-index: 9;
  position: absolute;
  top: calc(38% - 1.5rem);
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  fill: #C9A24D;
  padding: .875rem;
  border: 1px solid #C9A24D;
  border-radius: 100%;
  transform: rotate(-45deg);
  transition: all .3s ease-out;
}
.team-info {
  background: rgba(61, 87, 122, 0.08);
  text-align: center;
  padding: 2rem 0;
}
.team-info h5 {
  color: #1B1040;
  font-family: "Playfair Display";
  margin: 0;
}
@media (min-width: 1200px) {
  .team .person:hover > div .name {
    color: #F5F7FA;
  }
  .team .person:hover > div .title {
    color: #F5F7FA;
  }
  .team .person:hover > .overlay {
    opacity: 1;
  }
  .team .overlay svg:hover {
    fill: #fff;
    background-color: #C9A24D;
  }
}
@media (max-width: 1199px) {
  .team .info {
    padding: 1rem;
  }
}




/*------------------------------
          Team Modal
------------------------------*/
.modal .nav {
  z-index: 1;
  position: absolute;
  top: -3rem;
  right: -6.8rem;
  background: #3D577A;
  padding: 0;
}
.modal .nav .nav-item {
  background: #3D577A;
  padding: 1rem;
  border: none;
}
.modal .nav .nav-item:first-child img {
  width: 1.25rem;
}
.modal .nav .nav-item img {
  width: 1.74656rem;
}
.modal .modal-body {
  padding: 3rem 3rem 2rem;
}
.modal .name {
  color: #1B1040;
  font-family: "Playfair Display";
  font-weight: 700;
}
.modal .title {
  font-weight: 700;
  margin: 0;
}
.modal .email {
  display: inline-block;
  color: #404040;
  font-size: .875rem;
  font-weight: 400;
}
.modal p {
  text-align: justify;
}
.modal p:last-child {
  margin: 0;
}
.modal hr {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  margin: 1.5rem 0;
}
.modal .edu-title {
  color: #0A2A63;
  font-family: "Playfair Display";
  font-weight: 600;
  margin-bottom: .875rem;
}
.modal .edu-list {
  padding-left: 1.3rem;
}
.modal ul li small {
  display: inline-block;
  line-height: 1.4;
  margin-top: .875rem;
}
.modal .bio {
  max-height: 16rem;
  overflow-y: auto;
  padding-right: .5rem;
}
.modal .bio::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}
.modal .bio::-webkit-scrollbar-track {
  background: #fff; /* color of the track */
  border-radius: 30px;
}
.modal .bio::-webkit-scrollbar-thumb {
  background-color: #3D577A; /* color of the scroll thumb */
  border-radius: 30px; /* roundness of the scroll thumb */
}
.modal .bio::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* color of the scroll thumb on hover */
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.show {
  opacity: .5;
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 66rem;
  }
  .modal .bio:not(:has(~ .row)) {
    max-height: 26rem;
  }
}
@media (max-width: 1199px) {
  .modal .nav {
    top: -1rem;
    right: -4.8rem;
  }
  .modal .modal-body {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .modal .nav {
    top: 0;
    right: 0;
  }
  .modal .nav .nav-item {
    padding: .625rem;
  }
  .modal .bio {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
  }
  .modal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
    padding: 1rem;
  }
  .modal .modal-body::-webkit-scrollbar {
    width: 12px;
  }
  .modal .modal-body::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 30px;
  }
  .modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #3D577A;
    border-radius: 30px;
  }
  .modal .modal-body::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
}





/*------------------------------
            Modal
------------------------------*/
/* .modal .modal-header {
  border-bottom: none;
}
.modal .modal-footer {
  border-top: none;
}
.modal .btn:hover {
  background-color: #757C5E;
}
.modal a {
  color: #757C5E;
} */





/*------------------------------
            Footer
------------------------------*/
footer {
  color: #F5F7FA;
  background-color: #1B1040;
  padding: 2.5rem 0 1.5rem;
}
footer img {
  width: 12.5rem;
  margin-bottom: 1.5rem;
}
footer h5 {
  opacity: 0.8;
  color: #DCDCE1;
  font-weight: 700;
  margin-bottom: .875rem;
}
footer a {
  color: #F5F7FA;
}
footer a:hover {
  opacity: .75;
  color: #F5F7FA;
}
footer .nav .nav-item:not(:last-child) {
  margin-bottom: .75rem;
}
footer address a {
  display: inline-block;
  margin-bottom: .75rem;
}
footer hr {
  border-top: 1px dashed rgba(255, 255, 255, 0.50);
  margin: 1.625rem 0 1.75rem;
}
footer p {
  color: #F5F7FA;
  font-size: .875rem;
  opacity: 0.6;
  margin: 0;
}
@media (min-width: 992px) {
  /* Ensure equal-height columns in the footer row */
  footer .row {
    align-items: stretch;
  }

  /* Make the two content columns flex containers */
  footer .row > .col-lg-3 {
    display: flex;
    flex-direction: column;
  }

  /* Push the nav blocks to the bottom of their columns */
  footer .row > .col-lg-3 > nav {
    margin-top: auto;
  }
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  footer img {
    margin-bottom: .5rem;
  }
  footer h5 {
    margin: 1.5rem 0 .125rem;
  }
  footer address {
    padding: 0;
  }
  footer hr {
    margin: 1.5rem 0;
  }
  footer .nav {
    justify-content: center;
  }
  footer .nav a {
    line-height: 1.8;
    margin: 0 .375rem!important;
  }
  footer .nav a svg {
    width: 2.5rem;
    height: 2.5rem;
  }
}
