.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f9d25e;
  background: radial-gradient(circle at top, #12254d 0%, #08162b 55%, #041022 100%);
  position: relative;
  overflow: hidden;
  padding: 40px 20px;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  width: 420px;
  height: 420px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(255, 204, 87, .12) 0%, transparent 65%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: rgba(255, 209, 85, .85);
  border-radius: 50%;
  box-shadow:
    80px 36px rgba(255, 209, 85, .3),
    180px 90px rgba(255, 209, 85, .28),
    260px 200px rgba(255, 209, 85, .22),
    100px 260px rgba(255, 209, 85, .32),
    340px 140px rgba(255, 209, 85, .24),
    520px 80px rgba(255, 209, 85, .2),
    -120px 150px rgba(255, 209, 85, .18),
    -240px 60px rgba(255, 209, 85, .16);
  opacity: .75;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
}

.hero-number {
  font-size: 180px;
  line-height: .85;
  font-weight: 800;
  color: #ffd85e;
  text-shadow: 0 20px 45px rgba(0, 0, 0, .35);
}

.hero-years {
  /* font-size:48px;
letter-spacing:.18em;
margin-top:-22px;
color:#ffd85e; */
  top: 512px;
  left: 829px;
  /* width: 302px; */
  height: 146px;
  text-align: center;
  font: normal normal normal 106px/146px Halyard Display;
  letter-spacing: 0px;
  color: #F2CD4C;
  opacity: 1;
}

.hero-text {
  top: 671px;
  left: 560px;
  /* width: 876px; */
  height: 45px;
  text-align: center;
  font: normal normal normal 47px/65px p22_Mackinac_pro;
  letter-spacing: 1.29px;
  color: #F2CD4C;
  opacity: 1;
  font-family: p22_Mackinac_pro;
  font-weight: 700;
}

.hero-btn {
  display: inline-block;
  margin-top: 22px;
  padding: 12px 25px;
  color: #081737;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 22px 40px rgba(248, 199, 38, .25);
  transition: transform .25s ease, background .25s ease;
  background: #E8B70C 0% 0% no-repeat padding-box;
  border: 1px solid #fff;
  border-radius: 50px;
  opacity: 1;
  font-family: HalyardTextMed;
  text-align: center
}

.hero-btn:hover {
  background: #ffd54d;
  transform: translateY(-2px);
}

.hero-scroll {
  width: 44px;
  height: 70px;
  border: 2px solid rgba(255, 255, 255, .55);
  border-radius: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 9px;
  margin: 20px auto 0;
}

.hero-scroll::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ffd85e;
  border-radius: 50%;
  animation: scrollDown 1.6s infinite;
}

.hero-info {
  top: 755px;
  left: -460px;
  width: 532px;
  height: 220px;
  background: #294587 0% 0% no-repeat padding-box;
  border-radius: 11px;
  opacity: 1;
  position: absolute;
}

@keyframes scrollDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(14px);
  }
}

/* ================= JOURNEY ================= */

.section {
  padding: 80px 60px;
}

.title {
  font-size: 42px;
  color: #2f4a85;
  margin-bottom: 30px;
  text-align: center;
}


.tabs {
  display: flex;
  gap: 1px;
  border: 1px solid #707070;
  padding: 15px;
  border-radius: 40px;
  overflow: auto;
}

.tab {
  padding: 10px 12px;
  border-radius: 30px;
  cursor: pointer;
  color: #2f4a85;
  font-size: 16px;
}

.tab:hover {
  background: #2f4a85;
  color: #fff;
}

.tab.active {
  background: #2f4a85;
  color: #fff;
}

.tab-content {
  display: none;
  margin-top: 20px;
  background: #e9e9e9;
  padding: 20px;
  border-radius: 10px;
  top: 1431px;
  left: 134px;
  height: 200px;
  transform: matrix(1, 0, 0, 1, 0, 0);
  background: transparent linear-gradient(180deg, #CCCCCC 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  box-shadow: 1px 3px 6px #E6E6E629;
  border: 1px solid #A5A5A5;
  border-radius: 12px;
  color: #343434;
  padding-left: 30px;
}

.tab-content.active {
  display: flex;
  gap: 2px;
  align-items: center;
}

/* ================= IMPACT ================= */

.grid {
  display: flex;
  gap: 0px;
  align-items: center;
}

.stats {
  display: flex;
  flex-direction: row;
  /* gap: 20px; */
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.stats .stat {
  /* border-bottom: 5px solid #0909B74F; */
  padding-bottom: 20px;
  width: 40%;
}

.stat h2 {
  font-family: p22_Mackinac_pro;
}

.stat p {
  font-family: "HalyardTextBook" !important;
  font-size: 18px !important;
}

.stat h2:hover {
  /* color: #E8B70C; */
}

.stat p {
  margin-top: 8px;
  text-align: left;
  font: normal normal normal 16px/26px Halyard Display;
  letter-spacing: 0px;
  color: rgb(10 31 80 / .7);
  opacity: 1;
}

.map img {
  width: 100%;
}

/* ================= VOICES ================= */

.voices {
  text-align: center;
  padding: 80px 40px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.card {
  border-radius: 20px;
  overflow: hidden;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card:nth-child(odd) {
  transform: translateY(40px);
}

/* ================= THOUGHT ================= */



.left h2 {
  font-size: 42px;
  color: #2f4a85;
  text-align: left;
  font: normal normal bold 74px/88px;
  letter-spacing: 0px;
  color: #294587;
  opacity: 1;
}

.right p {
  font-size: 18px;
  color: #2f4a85;
  line-height: 1.6;
}

/* ================= PEOPLE GRID ================= */

.people-section {
  padding: 80px 60px;
  /* background: #f7f9ff; */
  padding-top: 0;
  padding-bottom: 120px;
}

.people-section .title {
  text-align: center;
  color: #2f4a85;
  margin-bottom: 40px;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.person-card {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transition: none;
  cursor: default;
}

.flip-card-front {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
}

.flip-card-back {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  box-shadow: 0 24px 40px rgba(0, 0, 0, .12);
  transition: .45s ease, opacity .45s ease;


  background: rgba(11, 45, 86, 0.95);
  color: #fff;
  /* transform: translateY(100%); */
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
  z-index: 2;
}

.person-card:hover .flip-card-back,
.person-card.active .flip-card-back {
  /* transform: translateY(0); */
  top: 0;
  opacity: 1;
}

.person-card:hover .flip-card-front,
.person-card.active .flip-card-front {
  transform: scale(1.02);
  filter: brightness(.65);
  opacity: .85;
}

.read-more-icon {
  margin-top: 24px;
  border: none;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform .25s ease, background .25s ease;
}

.read-more-icon:hover {
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-2px);
}

.read-more-icon .icon {
  display: inline-block;
  transition: transform .25s ease;
}

.read-more-icon:hover .icon {
  transform: translateX(4px);
}

.mfp-hide {
  display: none !important;
}

.person-popup-inner {
  max-width: 540px;
  background: #ffffff;
  color: #14213d;
  padding: 30px;
  border-radius: 28px;
  text-align: left;
}

.person-popup-inner .popup-role {
  margin: 12px 0 20px;
  color: #1f3d82;
  font-weight: 600;
}

.person-popup-inner .popup-text {
  line-height: 1.8;
  color: #2a3a61;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.flip-card-front::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 36, 73, .1) 0%, rgba(8, 36, 73, .7) 100%);
  transition: opacity .45s ease;
}

.person-card:hover .flip-card-front::after,
.person-card.active .flip-card-front::after {
  opacity: 0.2;
}

.person-meta {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 1;
}

.person-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.person-role {
  font-size: 15px;
  opacity: .92;
}

.flip-card-back h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.flip-card-back p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  opacity: .9;
}

/* Overlay background */
.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1 !important;
}

/* Center popup vertically + horizontally */
.mfp-wrap {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Remove weird default spacing */
.mfp-container {
  padding: 0 !important;
}

/* Popup box */
.mfp-content {
  width: 100%;
  max-width: 600px;
}

.mfp-close {
  display: block !important;
  opacity: 1 !important;
  color: #000;
  font-size: 28px;
  right: 70px;
}

.future-section1 {
  background-color: #f4f6fb;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.future-section1 .right {
  position: relative;
}

/* ================= FUTURE SECTION ================= */
.future-section {
  position: relative;
  padding: 70px 60px;
  /* background: linear-gradient(180deg, #dde7fb 0%, #f5f7fd 100%); */
  overflow: hidden;
  /* background: transparent linear-gradient(180deg, #E4E9F6 0%, #92A4CC 100%) 0% 0% no-repeat padding-box; */
  opacity: 1;
}

/* .future-section::before {
  content: '';
  position: absolute;
  right: -147px;
  top: -140px;
  width: 500px;
  height: 226px;
  border: 7px solid #E8B70C;
  border-radius: 180px;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
} */

/* .future-section1::before {
    content: '';
    position: absolute;
    right: -147px;
    top: -95px;
    width: 420px;
    height: 230px;
    border: 7px solid #E8B70C;
    border-radius: 180px;
    opacity: 1;
    pointer-events: none;
    overflow: hidden;
} */
body {
  overflow-x: hidden;
}

.future-top {
  position: absolute;
  right: -120px;
  /* push outside */
  top: -40px;

  width: 420px;
  height: 260px;

  border-top: 10px solid #E8B70C;
  border-right: 10px solid #E8B70C;
  border-top-right-radius: 200px;

  pointer-events: none;
}

.future-section {
  position: relative;
  overflow: hidden;
}

.future-top {
  position: absolute;
  right: -80px;
  top: -40px;
}

/* .future-section::after {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -467px;
  width: 738px;
  height: 212px;
  background: transparent url(img/Rectangle_50.png) 0% 0% no-repeat padding-box;
  border: 7px solid #E8B70C;
  border-radius: 180px;
  opacity: 1;
} */

/* .future-section1::after {
  content: '';
    position: absolute;
    
    left: -467px;
    width: 738px;
    height: 212px;
    background: transparent url(img/Rectangle_50.png) 0% 0% no-repeat padding-box;
    border: 7px solid #E8B70C;
    border-radius: 180px;
    opacity: 1;
} */



.future-inner {
  display: flex;
  gap: 40px;
  /* align-items: center;
    justify-content: space-between; */
  position: relative;
  /*  */
}

.future-copy {
  width: 48%;
  padding-right: 20px;
}

.future-copy h2 {
  font-size: 42px;
  color: #1f386f;
  margin-bottom: 14px;
  line-height: 1.05;
}

.future-copy span {
  display: block;
  font-size: 18px;
  color: #14346f;
  font-weight: 600;
  margin-bottom: 22px;
  letter-spacing: .5px;
}

.future-copy p,
#future-text {
  font-size: 18px;
  line-height: 1.9;
  color: #2b477b;
  max-width: 680px;
  text-align: left;
  letter-spacing: 0px;
  color: #294587;
  opacity: 1;
  margin-top: 30px;
  font-family: 'HalyardTextBook';
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  z-index: 3;
}

.future-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  flex: 1;
  max-width: 48%;
}

.future-image {
  position: relative;
  width: 550px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(23, 55, 109, .16);
  border: 7px solid rgba(255, 255, 255, .95);
  background: #fff;
}

.future-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  min-height: 420px;
}

.future-image1 {
  position: relative;
  width: 410px;
  border-radius: 28px;
  overflow: hidden;
  /* box-shadow: 0 30px 60px rgba(23, 55, 109, .16); */
  border: 7px solid #f2f2f2;
  background: #fff;
  margin-top: 10px;
}

.future-image1 img {
  width: 100%;
  height: 100%;
  display: block;
}

.future-nav {
  display: flex;
  gap: 18px;
  justify-content: right;
  /* align-items: center; */
  width: 68%;
}

.future-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #1f3d82;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(31, 61, 130, .12);
  transition: all .25s ease;
}

.future-arrow:hover {
  background: #1f3d82;
  color: #fff;
  transform: translateY(-2px);
}

.future-arrow svg {
  width: 20px;
  height: 20px;
  fill: #1f3d82;
  transition: fill .25s ease;
}

.future-arrow:hover svg {
  fill: #fff;
}

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

@media(max-width:1024px) {

  .grid,
  .container {
    flex-direction: column;
  }

  .image-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(max-width:768px) {
  .section {
    padding: 40px 20px;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-number {
    font-size: 90px;
  }
}

.impact {
  /* UI Properties */
  background: transparent linear-gradient(180deg, #E4E9F6 0%, #F2F4FA 100%) 0% 0% no-repeat padding-box;

}

.impact .title {
  /* top: 2036px;
  left: 141px;
  width: 698px; */
  height: 60px;
  text-align: center;
  font-family: p22_Mackinac_pro;
  letter-spacing: 0px;
  color: #294587;
  opacity: 1;
}

.voices-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  position: relative;
  padding: 33px 10px;
  min-height: 560px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.side {
  display: flex;
  gap: 6px;
}

/* IMAGE STYLE */
.side img,
.center-img {
  width: 140px;
  height: 180px;
  border-radius: 18px;
  object-fit: cover;
}

/* CURVE EFFECT */
.col1 {
  margin-top: 20px;
}

.col2 {
  margin-top: 20px;
}

.col3 {
  margin-top: 175px;
}

.col4 {
  margin-top: 90px;
}

/* Mirror for right */
/* .right .col1 { margin-top: 120px; }
.right .col2 { margin-top: 60px; }
.right .col3 { margin-top: 0px; } */

.center {
  text-align: center;
  max-width: 500px;
  margin-top: 150px;
}

.text_center {
  text-align: center;
}

.text_center h2 {
  text-align: center;
  letter-spacing: 0px;
  color: #294587;
  opacity: 1;
  margin-top: -100px;
}

.text_center p {
  max-width: 650px;
  text-align: center;
  letter-spacing: 0px;
  color: #294587;
  opacity: 1;
  margin: 0 auto;
}

.center-img {
  margin-bottom: 20px;
}

.col1 {
  transform: translateY(120px);
}

.col2 {
  transform: translateY(60px);
}

.col3 {
  transform: translateY(0);
}

.left-rec {
  position: absolute;
  left: -300px;
  width: 570px;
  height: 200px;
  background: transparent url(img/Rectangle_44.png) 0% 0% no-repeat padding-box;
  border: 7px solid #E8B70C;
  border-radius: 180px;
  opacity: 1;
  top: 2650px;
}

.thought {
  margin-top: 100px;
  background-color: #f4f6fb;
}

.thought .right {
  margin: 0 auto;
}

.thought .right p {

  height: 156px;
  text-align: left;
  letter-spacing: 0px;
  color: #294587;
  opacity: 1;
  font-size: 18px;
}

.voices-slider {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.voices-track {
  display: flex;
  transition: transform 0.6s ease;
  width: 100%;
}

.voices-slide {
  min-width: 100%;
  flex-shrink: 0;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.custom-modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 30px;
  width: 800px;
  max-width: 90%;
  min-height: 300px;
  border-radius: 10px;
  position: relative;
  text-align: left;
}

.close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

.tab-content div strong {
  height: 48px;
  text-align: center;
  font: normal normal bold 36px/48px p22_Mackinac_pro;
  letter-spacing: 0px;
  color: #294587;
  opacity: 1;
  display: block;
  text-align: left;
}

.tab-content div {
  text-align: left;
  letter-spacing: 0px;
  color: #343434;
  opacity: 1;
  width: 70%;

}

.tab-content .right-img {
  margin: 0 auto;
  width: 40%;
  text-align: center;
}

.tab-content .right-img img {
  margin-right: 20px;
  width: 100px;
}

@keyframes autoBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

html {
  scroll-behavior: smooth;
}

.read-more-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.read-more-icon .icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  /* line */
}

/* arrow head */
.read-more-icon .icon::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Video */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

/* Dark overlay for readability */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

/* Content above video */
.hero-content {
  position: relative;
  z-index: 3;
  color: #fff;
}

/* Scroll indicator */
.hero-scroll {
  z-index: 3;
}


/* ============================= */
/* FIX: REMOVE HARD POSITIONING  */
/* ============================= */
.hero-years,
.hero-text {
  position: static;
  margin-top: 10px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.voices-section {
  padding-bottom: 50px;
  position: relative;
}

.owl-dots {
  display: none;
}

/* ============================= */
/* ≥ 1920px (Large Screens)      */
/* ============================= */
@media (min-width: 1920px) {

  .hero {
    height: 80vh;
  }

  .hero-number {
    font-size: 220px;
  }

  .hero-years {
    font-size: 110px;
    line-height: 1.1;
  }

  .hero-text {
    font-size: 52px;
  }

  /* .future-image {
    width: 650px;
  }

  .future-copy h2 {
    font-size: 60px;
  }

  .people-grid {
    grid-template-columns: repeat(4, 1fr);
  } */
}


/* ============================= */
/* 1366px – 1919px (Laptops)     */
/* ============================= */
@media (min-width: 1366px) {

  .hero {
    height: auto;
  }

  .hero-number {
    font-size: 150px;
  }

  .hero-years {
    font-size: 90px;
    line-height: 1.1;
  }

  .hero-text {
    font-size: 38px;
  }

  .left-rec {
    top: 2650px;
    left: -300px;
  }

  .future-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 14px;
  }

  /* .future-image {
    width: 500px;
  }

  .future-copy h2 {
    font-size: 48px;
  }

  .people-grid {
    grid-template-columns: repeat(3, 1fr);
  } */
}


/* ============================= */
/* ≤ 1365px (Small Laptop/Tablet)*/
/* ============================= */
@media (max-width: 1365px) {

  /* .hero {
    height: auto;
    padding: 80px 20px;
  }

  .hero-number {
    font-size: 100px;
  }

  .hero-years {
    font-size: 60px;
    line-height: 1.2;
  }

  .hero-text {
    font-size: 26px;
    letter-spacing: 1px;
  }

  .hero-btn {
    margin-top: 20px;
  }


  .grid,
  .container,
  .future-inner {
    flex-direction: column;
  }

  .future-copy,
  .future-card {
    width: 100%;
    max-width: 100%;
  }

  .future-image {
    width: 100%;
  }

  .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .image-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .stats {
    width: 100%;
  } */

  /* .voices-section::before {
    content: '';
    position: absolute;
    left: -147px;
    width: 420px;
    height: 230px;
    border: 7px solid #E8B70C;
    border-radius: 180px;
    opacity: 1;

  } */
  #why-iris,
  #impact {
    padding: 50px;
    padding-bottom: 20px;
  }

  #why-iris {
    padding-bottom: 0;
  }

  #why-iris::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -482px;
    width: 738px;
    height: 212px;
    background: transparent url(img/Rectangle_50.png) 0% 0% no-repeat padding-box;
    border: 7px solid #E8B70C;
    border-radius: 180px;
    opacity: 1;
  }

  .voices-section::after {
    content: '';
    position: absolute;
    right: -482px;
    width: 738px;
    height: 212px;
    background: transparent url(img/Rectangle_50.png) 0% 0% no-repeat padding-box;
    border: 7px solid #E8B70C;
    border-radius: 180px;
    opacity: 1;
  }

  #journey::after {
    content: '';
    position: absolute;
    right: -482px;
    width: 738px;
    height: 212px;
    background: transparent url(img/Rectangle_50.png) 0% 0% no-repeat padding-box;
    border: 7px solid #E8B70C;
    border-radius: 180px;
    opacity: 1;
  }

  .future-section::before {
    width: 400px;
    height: 230px;
  }
}


/* ============================= */
/* ≤ 768px (Mobile)              */
/* ============================= */
@media (max-width: 768px) {
  .hero-text {
    height: 65px;
  }

  /* .hero-number {
    font-size: 70px;
  }

  .hero-years {
    font-size: 40px;
  }

  .hero-text {
    font-size: 20px;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .people-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 40px 20px;
  } */
}

.quotes-slider {
  margin-bottom: 30px;
}

.quote-item {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quote-item p {
  font-size: 22px;
  line-height: 1.7;
  color: #26479A;
  margin-bottom: 20px;
}

.quote-item span {
  display: block;
  font-size: 22px;
  line-height: 1.6;
  color: #26479A;
  font-weight: 500;
}

/* dots */
.quotes-slider .owl-dots {
  margin-top: 25px;
  text-align: left;
}

.quotes-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}


.quotes-slider .owl-nav {
  margin-top: 25px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.quotes-slider .owl-nav button {
  background: transparent !important;
  border: none;
  padding: 0 !important;
}

.quote-arrow {
  font-size: 28px;
  line-height: 1;
  color: #26479A;
  cursor: pointer;
}

.tabs {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 15px;
}

.tabs::-webkit-scrollbar {
  display: none;
}

@media(max-width:991px) {

  .future-inner,
  .grid,
  .tab-content {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .hero-text {
    font-size: 36px;
    line-height: 36px;
  }

  .hero-content p {
    padding: 10px;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
  }

  .center-img {
    width: 180px;
    height: 280px;
  }

  .side img {
    width: 80px;
    height: 110px;
  }

}

@media(max-width:767px) {

  .section {
    padding: 60px 20px;
  }

  .hero {
    min-height: auto;
    padding: 90px 15px 35px;
  }

  .hero-number img {
    width: 120px;
  }
}

/* Show line break only on desktop */
.desktop-break {
  display: none;
}

@media (min-width: 992px) {
  .desktop-break {
    display: inline;
  }

  .irisians_slider_2 .slick-arrow,
  .arrow_down .slick-arrow {
    bottom: -1.6rem;
  }

  .slick-slide {
    height: 390px;
  }
}

.tab-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;

  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(.98);

  transition:
    opacity .6s ease,
    transform .6s ease,
    visibility .6s;

  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 30px;
}

.tab-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);

  position: relative;
  z-index: 2;
}

.tab-content>div {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity .5s ease,
    transform .5s ease;
}

.tab-content.active>div {
  opacity: 1;
  transform: translateY(0);
}

.tab-content.active>div:first-child {
  transition-delay: .15s;
}

.tab-content.active>div:last-child {
  transition-delay: .3s;
}

.right-img img {
  opacity: 0;
  transform: scale(.8) rotate(-4deg);
  transition:
    opacity .5s ease,
    transform .5s ease;
}

.tab-content.active .right-img img {
  opacity: 1;
  transform: scale(1) rotate(0);
}

.tab-content.active .right-img img:nth-child(1) {
  transition-delay: .25s;
}

.tab-content.active .right-img img:nth-child(2) {
  transition-delay: .4s;
}

.tab-content.active .right-img img:nth-child(3) {
  transition-delay: .55s;
}

#journey {
  position: relative;
  padding-top: 45px;
}

#journey .section-inner {
  position: relative;
  min-height: 260px;
  /* adjust based on largest tab */
}


/* =========================================
   MOBILE JOURNEY SECTION IMPROVEMENT
========================================= */

@media (max-width: 767px) {

  #journey {
    padding: 50px 20px !important;
  }

  #journey .title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  /* Tabs */
  #journey .tabs {
    gap: 8px;
    padding: 8px;
    border-radius: 50px;
    margin-bottom: 25px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }

  #journey .tabs::-webkit-scrollbar {
    display: none;
  }

  #journey .tab {
    font-size: 16px;
    padding: 10px 18px;
    flex-shrink: 0;
  }

  /* Section Inner */
  #journey .section-inner {
    min-height: auto;
    margin-bottom: 20px;
  }

  /* Card */
  #journey .tab-content,
  .tab-content {
    position: relative !important;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 20px;
    height: auto;
    border-radius: 20px;

    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  #journey .tab-content.active,
  .tab-content.active {
    display: flex;
  }

  /* Text */
  #journey .tab-content>div:first-child,
  .tab-content div {
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
  }

  /* Year */
  #journey .tab-content strong,
  .tab-content div strong {
    display: block;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  /* Icons */
  #journey .right-img,
  .tab-content .right-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0;
  }

  #journey .right-img img,
  .tab-content .right-img img {
    width: 48px;
    margin-right: 0;
  }

  /* Disable desktop animation issues */
  .tab-content>div,
  .right-img img {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================
   IMPACT IN NUMBERS - MOBILE DESIGN
========================================= */

@media (max-width: 767px) {

  .impact {
    padding: 50px 20px !important;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px !important;
  }

  .impact .title {
    font-size: 30px;
    line-height: 1.2;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }

  /* Layout */
  .impact .grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  /* Stats Grid */
  .impact .stats {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }

  .impact .stat {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }

  /* Numbers */
  .impact .stat h2 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 10px;
    color: #264796;
    font-family: p22_Mackinac_pro;
  }

  /* Text */
  .impact .stat p {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    color: #111;
    font-family: Halyard Display;
  }

  /* Map */
  .impact .map {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }

  .impact .map img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
  }

  .desktop-map {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Decorative curve */
  .future-section1::before,
  .future-section1::after,
  .future-section::before,
  .future-section::after,
  .left-rec {
    transform: scale(.55);
  }

  .mobile-stats .center-stat {
    text-align: right;
  }

  .mobile-stats .center-stat p {
    text-align: right;
  }

  #future-voices .testimonial-info {
    margin-top: 20px;
  }
}

/* =========================================
   THOUGHT LEADERS SECTION - MOBILE
========================================= */

@media (max-width: 767px) {

  .slick-current .testimonial-info p {
    font-size: 12px !important;
  }

  .thought,
  .future-section1 {
    padding: 55px 20px !important;
    position: relative;
    overflow: hidden;
  }

  /* Layout */
  .future-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  /* Heading */
  .left h2,
  .future-copy h2 {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: left;
    color: #294587;
  }

  /* Description */
  .future-copy p,
  #future-text,
  .thought .right p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 0;
    height: auto;
    max-width: 100%;
    color: #294587;
  }

  /* Image Card */
  .future-card {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    gap: 25px;
  }

  .future-image,
  .future-image1 {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    border-width: 4px;
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08); */
    height: auto;
  }

  .future-image img,
  .future-image1 img {
    width: 100%;
    height: auto;
    min-height: auto;
    display: block;
    object-fit: cover;
  }

  /* Quote */
  .quote-item {
    min-height: auto;
  }

  .quote-item p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #294587;
  }

  .quote-item span {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #294587;
    text-align: left;
    font-weight: 400;
  }

  /* Arrows */
  .quotes-slider .owl-nav {
    margin-top: 25px;
    justify-content: center;
    gap: 10px;
  }

  .quote-arrow {
    /* width: 42px;
    height: 42px; */
    /* border: 1px solid #294587; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  /* Decorative curves */
  .future-section1::before,
  .future-section1::after,
  .future-section::before,
  .future-section::after {
    transform: scale(.5);
  }
}

/* =========================================
   FUTURE SECTION MOBILE DESIGN
========================================= */


/* Hide desktop voices section on mobile */
@media (max-width: 767px) {

  .voices-section,
  .voices {
    display: none !important;
  }

}

/* =========================================
   MOBILE ONLY - VOICES SECTION
========================================= */

.voices-mobile {
  display: none;
}

@media (max-width: 767px) {

  .voices-mobile {
    display: block;
    padding: 70px 20px;
    /* background: #f5f5f5; */
    position: relative;
    overflow: hidden;
  }

  .voices-mobile::after {
    content: '';
    position: absolute;
    right: -120px;
    bottom: -85px;
    width: 270px;
    height: 140px;
    border: 7px solid #E8B70C;
    border-radius: 120px;
  }

  /* .voices-mobile::before {
    content: '';
    position: absolute;
    right: -120px;
    top: -82px;
    width: 240px;
    height: 140px;
    border: 5px solid #E8B70C;
    border-radius: 120px;
  } */

  .voices-mobile-inner {
    position: relative;
    z-index: 2;
  }

  /* Heading */
  .voices-mobile h2 {
    font-size: 42px;
    line-height: 1.1;
    color: #294587;
    margin-bottom: 22px;
    text-align: center;
  }

  /* Description */
  .voices-mobile p {
    font-size: 16px;
    line-height: 1.7;
    color: #294587;
    margin-bottom: 32px;
  }

  /* Scroll Wrapper */
  .voices-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-bottom: 35px;
    cursor: grab;
  }

  .voices-scroll::-webkit-scrollbar {
    display: none;
  }

  /* Track */
  .voices-track {
    display: flex;
    gap: 12px;
    width: max-content;
  }

  /* Cards */
  .voice-card {
    flex: 0 0 120px;
    height: 190px;
    border-radius: 22px;
    overflow: hidden;
  }

  .voice-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Button */
  .voices-mobile-btn {
    width: 160px;
    height: 44px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8B70C;
    border-radius: 50px;
    text-decoration: none;
    color: #08224A;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #294587;
  }

  /* Hide desktop */
  .voices,
  .voices-section {
    display: none;
  }

  .chennai {
    left: 88% !important;
  }

  .noida {
    left: 84% !important;
  }
}


@media (max-width: 767px) {

  .future-section {
    padding: 75px 20px !important;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px !important;
  }

  /* Layout */
  .future-inner {
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  /* Left Content */
  .future-copy {
    width: 100% !important;
    padding-right: 0;
  }

  .future-copy h2 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #294587;
  }

  .future-copy span {
    font-size: 14px;
    margin-bottom: 25px;
    display: block;
    color: #294587;
  }

  .future-copy p,
  #future-text {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 28px;
    color: #294587;
  }

  /* Image Section */
  .future-card {
    width: 100%;
    max-width: 100%;
    /* gap: 30px; */
    align-items: center;
  }

  .future-image {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, .95);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }

  .future-image img {
    width: 100%;
    height: auto;
    min-height: auto;
    display: block;
    object-fit: cover;
  }

  /* Quote */
  .future-copy p:last-child,
  #future-text:last-child {
    margin-top: 35px;
  }

  /* Author */
  .future-copy strong,
  .future-copy b {
    display: inline-block;
    margin-top: 18px;
    font-size: 16px;
    color: #294587;
  }

  /* Decorative curves */
  .future-section::before {
    width: 220px;
    height: 120px;
    right: -80px;
    top: -40px;
    border-width: 5px;
  }

  /* .future-section::after {
    width: 300px;
    height: 120px;
    right: -180px;
    bottom: -60px;
    border-width: 5px;
  } */

  .future-top {
    display: none;
  }
}


.testimonial-card {
  width: 100%;
  background: #f0f1f5;
  border-radius: 28px;
  padding: 13px;
  font-family: 'p22_Mackinac_pro'
}

.slick-current .testimonial-card {
  background: #dfe3ef;
  min-height: 300px;
  width: 110%;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.testimonial-image img {
  width: 80px;
  border-radius: 10px;
  object-fit: cover;
}

.testimonial-info h2 {
  font-size: 14px;
  font-weight: 500;
  color: #294586;
  line-height: 1;
  margin-bottom: 4px;
  font-family: 'p22_Mackinac_pro'
}

.slick-current .testimonial-info h2 {
  font-size: 20px;
}

.slick-current .testimonial-info p {
  font-size: 16px;
}

.slick-current .testimonial-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 14px;
}

.testimonial-info p {
  font-size: 10px;
  color: rgb(10 31 80 / .7);
  font-weight: 300;
  font-family: 'p22_Mackinac_pro'
}

.testimonial-text {
  font-size: 10px;
  line-height: 1.8;
  color: rgb(10 31 80 / .7);
  font-weight: 300;
  font-family: 'HalyardTextBook'
}

.cs_arrow .slick-arrow {
  color: #294586;
  border: 1px solid #294586;
}

.cs_arrow .slick-arrow:hover::after {
  border-color: #294586 !important;
}

.tab-content .right-img .c2025 {
  width: 160px;
}

.tab-content .right-img .c2026 {
  width: 200px;
}

.tab-content .right-img .c2021 {
  width: 78px;
}

.tab-content .right-img .c20211 {
  width: 65px;
}

.cs_h2 {
  font-size: 42px;
}

@media(max-width:768px) {
  .tab-content .right-img .c2026 {
    width: 75% !important;
  }

  .tab-content .right-img .c2025 {
    width: 55% !important;
  }

  .cs_h2 {
    font-size: 30px;
  }

  .tab-content .right-img img {
    width: 75px !important;
  }

  .tab-content .right-img img.c20211 {
    width: 60px !important;
  }

  .tab-content .right-img .c2021 {
    width: 70px !important;
  }

  .testimonial-card {
    padding: 10px 20px;
    border-radius: 22px;
    background-color: #dfe3ef;
  }

  .slick-current .testimonial-card {
    width: 100%;
  }

  .testimonial-header {
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
  }

  .testimonial-image img {
    width: 90px;
    height: 90px;
    object-fit: contain;
  }

  .testimonial-info h2 {
    font-size: 20px;
  }

  .testimonial-info p {
    font-size: 12px;
  }

  .testimonial-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }

  .cs_arrow .slick-arrow {
    /* bottom: -1rem; */
  }
}

.future_slider .items {
  transition: .5s;
  position: relative;
}



.future_slider .items img {
  filter: grayscale(1);
  transition: .35s;
}

.future_slider .cs_play_btn {
  top: 70%;
}

.iris_s_item {
  position: absolute;
  transition: all .35s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 3rem;
  top: 0;
}

.future_slider_desktop .slick-active .iris_s_item {
  margin: 0 1rem 0 0;
  top: 2rem;
}

.iris_s_item figcaption {
  font-size: 24px;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

}

.future_slider_desktop .future_slider .slick-current.slick-active figure {
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
}

.future_slider_desktop .future_slider .slick-current.slick-active img {
  filter: grayscale(0);
}

.future_slider .ratio_eq::before {
  transition: .5s;
}

.future_slider_desktop .future_slider .slick-current.slick-active figure .ratio_eq::before {
  padding-top: 115%;
}

.future_slider_desktop .future_slider .slick-current.slick-active+.slick-active figure {
  margin: 0 0 0 3rem;
  top: 2rem;
}

.partnership-section {
  padding: 60px 60px;
  position: relative;
  overflow: hidden;
  font-family: sans-serif;
}


.partnership-section .section-header-pat {
  text-align: center;
  margin-bottom: 40px;
  border: 0;
}

.partnership-section .section-header-pat h2 {
  font-size: 42px;
  font-weight: 700;
  color: #2f3c8d;
  margin-bottom: 10px;
  line-height: 48px;
  font-family: 'p22_Mackinac_pro';
}

.partnership-section .section-header-pat p {
  font-size: 18px;
  color: #2f3c8d;
  font-family: 'HalyardTextBook';
}

.partnership-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  font-family: 'HalyardTextBook';
}

.partnership-section .content-left {
  flex: 1;
  /* margin-top:10px; */
}

.partnership-section .content-left p {
  font-size: 18px;
  line-height: 1.8;
  color: #2f3c8d;
  /* margin-bottom: 35px;
    margin-top: 30px; */
}

.content-right {
  width: 290px;
  flex-shrink: 0;
  /* height:320px */
  border: 7px solid #f2f2f2;
  border-radius: 12px;
}

.content-right img {
  width: 100%;
  display: block;
  border-radius: 6px;
  height: 100%;
}

.testimonial {
  margin-top: 0px;
}

.quote-icon {
  color: #e3b300;
  font-size: 37px;
  line-height: 0.4;
}

.testimonial p {
  font-size: 18px;
  line-height: 1.6;
  color: #2f3c8d;
  font-style: italic;
  font-family: 'HalyardTextBook';
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .partnership-content {
    flex-direction: column;
  }

  .content-right {
    width: 100%;
  }

  .section-header-pat h2 {
    font-size: 42px;
  }

  .section-header-pat p {
    font-size: 20px;
  }

  .content-left p,
  .testimonial p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .partnership-section {
    padding: 80px 20px;
  }

  .section-header-pat h2 {
    font-size: 34px;
  }

  .section-header-pat p {
    font-size: 18px;
  }

  .quote-icon {
    font-size: 50px;
  }

  .pat-test .testimonial-author p {
    font-size: 15px !important;
  }
}

.partnership-section::before {
  content: '';
  position: absolute;
  left: -147px;
  top: -140px;
  width: 410px;
  height: 212px;
  border: 7px solid #E8B70C;
  border-radius: 180px;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
}

.partnership-section::after {
  content: '';
  position: absolute;
  bottom: -130px;
  right: -467px;
  width: 738px;
  height: 212px;
  background: transparent url(img/Rectangle_50.png) 0% 0% no-repeat padding-box;
  border: 7px solid #E8B70C;
  border-radius: 180px;
  opacity: 1;
}

.pat-test {
  height: 550px;
  margin-top: -40px;
  display: flex;
  margin-bottom: 50px;
}

.pat-test .col1 {
  padding-left: 0;
  margin-top: 70px;
  width: 30%
}

.pat-test .col1 .sub_title {
  font-size: 42px !important;
  font-family: 'p22_Mackinac_pro' !important;
  font-weight: bold !important;
  text-transform: none;
  line-height: 1 !important;
  letter-spacing: -0px !important;
}

.pat-test .col2 {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 20px;
  padding-right: 45px;
  position: absolute;
  right: -16px;
  box-shadow: 0px 14px 10px #00000029;
  height: 440px;
  width: 73%
}

#t11 div {
  width: 75%;
}

#t11 .right-img {
  width: 25%;
}

.mobile-only {
  display: none;
}

/* Mobile: show image above partnership content */
@media (max-width: 767px) {
  .partnership-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 0
  }

  .partnership-content .content-right {
    height: auto !important;
    margin-bottom: 20px;
  }

  .partnership-content .content-right img {
    height: auto !important;
    max-width: 100%;
  }

  .partnership-section .section-header-pat h2 {
    font-size: 26px;
  }

  .pat-test {
    height: 800px;
  }

  .pat-test .col1 {
    width: 100%;
    padding-left: 0;
    margin-top: -80px;
  }

  .pat-test .col1 .sub_title {
    font-size: 30px !important;

  }

  .pat-test .col2 {
    width: 100%;
    height: auto;
    margin-top: 40px;
  }


  .partnership-section::before {
    width: 320px;
    height: 195px;
  }

  .partnership-section::after {
    width: 620px;
    height: 190px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  #t11 .right-img {
    width: 100%;
  }
}

/* Mobile layout: show heading, then image, then description */
.future-heading-mobile {
  display: none
}

@media (max-width: 767px) {
  .future-inner {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .future-heading-mobile {
    display: block;
    text-align: center;
    margin: 0 0 12px
  }

  .future-heading-mobile .future-title-mobile {
    font-size: 30px;
    margin: 0
  }

  .future-heading-mobile .future-subtitle-mobile {
    display: block;
    margin-bottom: 8px;
    color: #666
  }

  .future-card {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center
  }

  .future-copy {
    order: 3;
    width: 100%;
    text-align: center
  }

  /* hide the desktop heading inside .future-copy on small screens (we use the mobile-only heading above) */
  .future-copy #future-title,
  .future-copy #future-subtitle {
    display: none
  }

  .future-copy #future-text {
    margin-top: 30px
  }

  #journey::after {
    width: 650px;
  }

  #journey .container {
    margin-bottom: 50px;
  }

  #why-iris::before {
    height: 221px;
    width: 812px;
    border: 10px solid #E8B70C;
  }
}

@media (max-width: 360px) {
  .pat-test {
    height: 900px;
  }
}

.mobile-map {
  display: none;
}

/* Ensure Turtl lightbox close button appears above everything */
@media only screen and (orientation: portrait) {
  #__turtl-close-btn {
    display: block !important;
    z-index: 999999 !important;
    position: absolute !important;
    top: 16px !important;
    right: 16px !important;
    width: 57px !important;
    height: 57px !important;
    border-radius: 57px !important;
    padding: 0 !important;
    background-color: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2),
      0 0 1px rgba(0, 0, 0, .9) !important;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath fill='%23555758' d='M442.585 72.972l-15.557-15.557-177.028 177.028-177.028-177.028-15.557 15.557 177.028 177.028-177.028 177.028 15.557 15.557 177.028-177.028 177.028 177.028 15.557-15.557-177.028-177.028z'/%3E%3C/svg%3E") !important;

    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 21px !important;
    border: none !important;
    pointer-events: all !important;
  }
}

#__turtl-close-btn {
  pointer-events: auto;
}

#__turtl-overlay,
.__turtl-overlay {
  pointer-events: none;
}


.pat-test .testimonial-header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.pat-test .testimonial-header img {
  width: 110px;
  height: 150px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 15px;
}

.pat-test .testimonial-author {
  margin-top: 20px;
}

.pat-test .testimonial-author h4 {
  margin: 0 0 8px;
  font-size: 24px;
  color: #294b8d;
}

.pat-test .testimonial-author p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #294b8d;
  font-style: normal;
}

.why-iris-section {
  /* padding: 60px 0; */
  position: relative;
  z-index: 1;
}

.why-iris-wrapper {
  display: flex;
  height: 720px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.why-iris-content {
  width: 48%;
  background: linear-gradient(180deg,
      #4659a7 0%,
      #3d4f98 50%,
      #445bb0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
}

.content-inner {
  max-width: 540px;
}

.why-iris-content h2 {
  font-family: p22_Mackinac_pro;
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.why-iris-content p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  font-family: HalyardTextBook;
}

.why-iris-image {
  width: 52%;
}

.why-iris-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {

  .why-iris-wrapper {
    flex-direction: column;
    min-height: auto;
    border-radius: 20px;
  }

  .why-iris-content,
  .why-iris-image {
    width: 100%;
  }

  .why-iris-content {
    padding: 50px 30px;
  }

  .why-iris-content h2 {
    font-size: 42px;
    margin-bottom: 35px;
  }

  .why-iris-content p {
    font-size: 18px;
    line-height: 1.8;
  }

  .why-iris-image img {
    height: 450px;
  }
}

@media (max-width: 576px) {

  .why-iris-content {
    padding: 40px 20px;
  }

  .why-iris-content h2 {
    font-size: 36px;
  }

  .why-iris-content p {
    font-size: 16px;
  }

  .why-iris-image img {
    height: 320px;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .floating-nav {
    display: block;
  }
}

/* Tablet & Mobile */
@media (max-width: 1024px) {
  .floating-nav {
    display: none !important;
  }
}

.desktop-stats,
.mobile-stats {
  display: none;
}

/* Desktop */
@media (min-width: 769px) {
  .desktop-stats {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
  }

  .mobile-stats {
    display: none !important;
  }

  .future_slider .items::before {
    content: '';
    display: block;
    padding-top: 125%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .mobile-stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    width: 100%;
  }

  .desktop-stats {
    display: none !important;
  }

  .mobile-stats .stat:last-child {
    grid-column: 1 / -1;
    text-align: center;
  }

  .mobile-stats .stat:last-child p {
    text-align: center;
  }
}

/* Desktop */
.future_slider_desktop {
  display: block;
}

.future_slider_mobile {
  display: none;
}

/* Mobile */
@media (max-width: 767px) {
  .future_slider_desktop {
    display: none;
  }

  .future_slider_mobile {
    display: block;
  }
}

/* 
@media (max-width:767px){
.future_slider {
    display: block !important;
}
    .future_slider_mobile .slick-list{
        overflow:hidden;
        width:100%;
    }

    .future_slider_mobile .slick-track{
        display:flex;
        width:100%;
    }

    .future_slider_mobile .slick-slide{
        width:100% !important;
        margin:0 !important;
        padding:0 !important;
        transform:none !important;
    }

    .future_slider_mobile .item{
        width:100%;
        box-sizing:border-box;
    }

    .future_slider_mobile .slick-slide > div{
        width:100%;
    }

    .future_slider_mobile .slick-cloned{
        margin:0 !important;
        transform:none !important;
        width: 100% !important;
    }

    .future_slider_mobile .slick-active .iris_s_item {
        margin: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }

} */

@media (max-width: 767px) {

  .future_slider_mobile .slick-active .iris_s_item,
  .future_slider_mobile .slick-current .iris_s_item,
  .future_slider_mobile .iris_s_item {
    margin: 0 !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
    width: 100% !important;
  }

  .irisians_slider_2 .slick-arrow,
  .arrow_down .slick-arrow {
    bottom: -5.5rem;
  }

  .future_slider_mobile .testimonial-header {
    align-items: center;
  }
}

/*=========================
  HISTORY TIMELINE
==========================*/

.history-section {
  padding: 100px 0;
}

.timeline-wrapper {
  position: relative;
  max-width: 1400px;
  margin: auto;
  height: 900px;
}

.road {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.point {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

/* Year Circle */

.year {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: 6px solid #e8b70c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #294587;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
  transition: .35s;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

/* Hover */

.point:hover .year {

  background: #294587;
  color: #fff;

  transform: scale(1.12);
}

/* Card */

/* .point .content{
    position:absolute;
    width:300px;
    padding:20px;
    border-radius:18px;
    opacity:1;
    visibility:visible;
    transition:.35s;
} */

/* TOP CARD */

/* .content.top{

    bottom:85px;

    left:50%;

    transform:translateX(-50%) translateY(20px);

}

.point:hover .content.top{

    transform:translateX(-50%) translateY(0);

} */

/* Content Card */

.point .content {
  position: absolute;
  width: 355px;
  padding: 16px;
  border-radius: 18px;

  /* Zoom Effect */
  transform: translateX(-50%) scale(.8);

  transform-origin: center center;

  transition:
    transform .45s cubic-bezier(.22, 1, .36, 1),
    opacity .35s ease;

  z-index: 5;
}

/* Top Content */

.content.top {
  bottom: 65px;
  left: 135%;
  text-align: left;
}

/* Bottom Content */



/* Hover */

.point:hover .content {

  opacity: 1;
  visibility: visible;

  transform: translateX(-50%) scale(.9);

}

/* BOTTOM CARD */

.content.bottom {

  top: 105px;

  left: 50%;

  transform: translateX(-50%) translateY(-20px);

}

.point:hover .content.bottom {
  transform: translateX(-50%) translateY(0);
}

.content img {

  width: 60px;

  margin-bottom: 12px;

}

.content h4 {
  font-size: 14px;
  line-height: 16px;
  color: #294587;
  font-weight: 500;
  margin: 0;
  font-family: HalyardTextBook;

}

.content p {

  margin-top: 10px;

  color: #666;

  line-height: 1.5;

}

@media(max-width:991px) {

  .timeline-wrapper {

    height: auto;

  }

  .road {

    display: none;

  }

  .point {

    position: relative;

    top: auto !important;

    left: auto !important;

    right: auto !important;

    transform: none;

    margin-bottom: 80px;

    display: flex;

    align-items: center;

    gap: 20px;

  }

  .year {

    flex-shrink: 0;

  }

  .content {

    position: relative;

    opacity: 1;

    visibility: visible;

    transform: none !important;

    left: auto;

    top: auto;

    bottom: auto;

    width: 100%;

  }

}

.year {

  transition: .35s ease;

}

.point:hover .year {

  transform: scale(1.15) rotate(8deg);

  background: #294587;

  color: #fff;

}

.point:hover {

  z-index: 20;

}






.timeline-mobile {
  display: none;
}

@media(max-width:991px) {

  .timeline-wrapper {
    display: none;
  }

  .timeline-mobile {
    display: flex;
    flex-direction: column;
  }

  .mobile-item {

    display: flex;
    flex-direction: column;
    align-items: flex-start;

    position: relative;

    padding-left: 70px;

    padding-bottom: 50px;
  }

  /* Road */

  .mobile-item::before {

    content: "";

    position: absolute;

    left: 31px;

    top: 0;

    bottom: 0;

    width: 12px;

    background: #23458d;

    border-radius: 0px;

  }

  /* White dashed line */

  .mobile-item::after {

    content: "";

    position: absolute;

    left: 36px;

    top: 0;

    bottom: 0;

    border-left: 2px dashed #fff;

  }

  /* Remove last line */

  .mobile-item:last-child::before,
  .mobile-item:last-child::after {

    bottom: auto;
    height: 266px;

  }

  .mobile-year {

    width: 70px;
    height: 70px;

    border-radius: 50%;
    background: #fff;
    border: 6px solid #f0b400;

    position: absolute;

    left: 0;
    top: 0;

    z-index: 5;

    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 700;

    color: #24458F;
  }

  .mobile-card {

    margin-top: 85px;

    margin-left: 10px;

    background: linear-gradient(135deg, #d8def3, #f5e7b6);

    border-radius: 18px;

    padding: 20px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .08);

    transition: .35s;

  }

  .mobile-card:hover {

    transform: translateY(-6px);

  }

  .mobile-icon {

    margin-bottom: 15px;

  }

  .mobile-icon img {

    width: 50px;

    margin-right: 8px;

  }

  .mobile-card h4 {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;

  }

}