﻿.re-blur-on-scroll {
  opacity: 0;
  filter: blur(3px);
  /* Further reduced blur intensity */
  transform: translateY(10px);
  /* Less pronounced movement */
  transition: opacity 0.8s ease-out, filter 0.8s ease-out, transform 0.8s ease-out;
  /* Smoother and slightly longer transition */
}

/* Final state when the text is in view */
.re-blur-on-scroll.active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/* Add classes for delayed transitions */
.re-blur-on-scroll.delay-200ms {
  transition-delay: 200ms;
}

.re-blur-on-scroll.delay-400ms {
  transition-delay: 400ms;
}

.re-blur-on-scroll.delay-600ms {
  transition-delay: 600ms;
  /* (max-width: 767px) */
}

.re-blur-on-scroll.delay-800ms {
  transition-delay: 800ms;
}

.re-blur-on-scroll.delay-1000ms {
  transition-delay: 1000ms;
}

p {
  margin: 0;
}

.re-banner {
  background-image: url(https://res.cloudinary.com/dyuuf6gor/image/upload/f_auto,q_auto/title/background_mobile_yv3qq7.png);
  padding: 144px 0 54px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 852px;
  background-size: cover;
  height: auto;
  padding: 139px 22px 45px;
}
.re-banner-box span {
  color: #edff00;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.44px;
}
.re-banner-box h1 {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 59px;
  font-weight: 700;
  line-height: 63px; /* 106.78% */
  letter-spacing: -4.13px;
  max-width: 365px;
}
.re-sub-banner-box h4 {
  color: var(--basic-color-white, #fff);
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px; /* 118.182% */
  padding-top: 32px;
  margin-top: 56px;
  position: relative;
  max-width: 260px;
}

.re-sub-banner-box h4:before {
  content: '';
  position: absolute;
  width: 48px;
  height: auto;
  border-top: 3px solid #fff;
  top: 0px;
  left: 0;
}

.re-sub-banner-box h5 {
  color: var(--blue-1-5, #cecfd1);
  font-family: Commissioner;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 32px;
  max-width: 260px;
}
@media (min-width: 1024px) {
  .re-banner {
    background-image: url(https://res.cloudinary.com/dyuuf6gor/image/upload/f_auto,q_auto/title/background_i9lmpe.png);
    padding: 245px 0px 128px;
    min-height: 1095px;
    background-size: cover;
    height: auto;
  }
  .re-banner-box span {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -1.4px;
  }
  .re-banner-box h1 {
    margin-top: 20px;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -6.3px;
    max-width: 535px;
  }
  .re-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 96px;
  }
  .re-sub-banner-box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding-top: 28px;
  }
  .re-sub-banner-box h4 {
    max-width: 515px;
    font-size: 28px;
    line-height: 32px;
    margin-top: 128px;
    padding-top: 26px;
  }
  .re-sub-banner-box h4:before {
    width: 72px;
  }
  .re-sub-banner-box h5 {
    max-width: 515px;
    font-size: 22px;
    line-height: 26px;
    margin-top: 26px;
  }
}

@media (min-width: 1366px) {
  .re-banner {
    background-image: url(https://res.cloudinary.com/dyuuf6gor/image/upload/f_auto,q_auto/title/background_i9lmpe.png);
    padding: 250px 0px 137px;
    min-height: unset;
  }
  .re-banner-box h1 {
    margin-top: 20px;
    max-width: 836px;
  }
  .re-container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 182px;
  }
  .re-sub-banner-box h4 {
    max-width: 484px;
    margin-top: 96px;
  }
  .re-sub-banner-box h5 {
    max-width: 484px;
  }
}

@media (min-width: 1920px) {
  .re-banner {
    background-image: url(https://res.cloudinary.com/dyuuf6gor/image/upload/f_auto,q_auto/title/background_i9lmpe.png);
    padding: 260px 0px 175px;
  }
  .re-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 240px 0 252px;
  }
  .re-banner-box span {
    font-size: 30px;
    letter-spacing: -1.5px;
    line-height: 36px;
  }
  .re-banner-box h1 {
    font-size: 96px;
    line-height: 100px;
    letter-spacing: -6.72px;
  }
  .re-sub-banner-box h4 {
    max-width: 568px;
    margin-top: 102px;
    margin-right: 135px;
    padding-top: 40px;
    font-size: 30px;
    line-height: 36px;
  }
  .re-sub-banner-box h5 {
    max-width: 703px;
    margin-top: 40px;
  }
}

/* --- VALUE SECTION - QUOTES --- */

.re-noteworthy {
}

.re-madison-top-area {
  padding: 80px 22px 0;
  overflow-x: hidden;
}

.re-madison-top-area h3 {
  color: #387da0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.59px;
}

.re-madison-top-area h5 {
  color: #17364b;
  font-family: Commissioner;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  margin-top: 16px;
}

.re-Madisonheading {
  align-items: center;
  border: none;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  order: 1;
  padding: 0 24px;
  position: static;
  width: auto;
}

.people_qoute_wrap {
  overflow: hidden;
}

.re-madison-icon-box-content {
  display: none;
}
.re-madison-icon-box_img-wrap {
  position: relative;
}

.fellowFace.active .re-madison-icon-box_img-wrap:before {
  content: '';
  position: absolute;
  border-radius: 50%;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  border: 2px solid #d5de5c;
}

.re-madison-icon-box_img-wrap img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ddeff5;
  opacity: 1;
}

.re-Madisoncontent {
  -ms-overflow-style: none;
  cursor: grab;
  display: flex;
  gap: 20px;
  height: auto;
  order: 2;
  padding: 44px 20px 0;
  touch-action: pan-y;
  transition: transform 0.5s ease;
  user-select: none;
  width: 100%;
  /* overflow-x: auto; */
}

.re-box {
  border-radius: 15px;
  border: 1px solid #387da0;
  margin-bottom: 0;
  min-height: 558px;
  min-width: 80%;
  padding: 32px 15px 32px;
  position: relative;
  transition: ease all 0.5s;
  width: auto;
}
.re-box:first-of-type {
  padding-top: 0;
}
.re-box:last-of-type {
  padding-bottom: 0;
}

.re-box::before {
  background-image: url(../homeAssets/img/content-bg-quote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 48px;
  left: 17px;
  position: absolute;
  top: 76px;
  width: 48px;
  display: block;
  z-index: -1;
  box-sizing: border-box;
}
.re-customer {
  font-size: 12px;
  color: #387da0;
  border: none;
  padding: 0;
  border-radius: 20px;
  display: inline-flex;
  gap: 8px;
  margin: 0;
}

.re-Madisoncontent h4 {
  font-family: Commissioner;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 30.58px;
  margin: 20px 0 20px;
  text-align: left;
}

.re-box p {
  color: #17364b;
  /* font-family: Commissioner; */
  font-size: 17px;
  font-weight: 400;
  line-height: 152.941%;
}
.re-box h5 {
  color: #387da0;
  /* font-family: Commissioner; */
  font-size: 17px;
  font-weight: 700;
  line-height: 152.941%;
  margin-top: 32px;
}
.re-box h6 {
  color: #387da0;
  /* font-family: Commissioner; */
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
@media (min-width: 1024px) {
  .re-madison-top-area {
    padding: 128px 0 0;
  }
  .re-madison-top-area h3 {
    font-size: 70px;
    font-weight: 600;
    letter-spacing: -4.9px;
  }
  .re-madison-top-area h5 {
    font-size: 28px;
    font-weight: 400;
    max-width: 700px;
  }
  .re-madison-main {
    max-width: 1024px;
    margin: 0 auto;
    /* padding: 0 96px; */
    padding: 0;
  }
  .people_qoute_wrap {
    display: flex;
    margin-top: 78px;
    position: relative;
    height: auto;
    overflow: unset;
  }
  .re-Madisonheading {
    align-items: flex-start;
    border-left: 1px solid #a9acaf;
    flex-direction: column;
    flex: 0 0 36.7%;
    height: fit-content;
    margin-top: 0;
    padding: 8px 0 0 20px;
    position: sticky;
    top: 50px;
    width: 35%;
  }

  .fellowFace.active {
    position: relative;
  }
  .fellowFace.active:before {
    position: absolute;
    content: '';
    border-left: 3px solid #387da0;
    height: 60px;
    left: -22px;
  }

  .fellowFace.active .re-madison-icon-box_img-wrap:before {
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    top: -4px;
    left: -4px;
    border: 2px solid #d5de5c;
  }

  a.fellowFace {
    font-family: Commissioner;
  }

  .re-madison-icon-box {
    display: flex;
    gap: 18px;
    align-items: flex-start;
  }
  .re-madison-icon-box-content h6 {
    color: #cecfd1;
    font-size: 22px;
    font-weight: 600;
  }
  .re-madison-icon-box-content span {
    color: #cecfd1;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  .Madisonheading .fellowFace.active {
    background-color: #17364b;
  }
  .re-Madisonheading > a {
    display: flex;
    margin-bottom: 40px;
  }
  .re-madison-icon-box_img-wrap {
    flex: 0 0 54px;
  }
  .re-madison-icon-box_img-wrap img {
    width: 54px;
    height: 54px;
    opacity: 0.5;
  }
  .re-Madisonheading .active .re-madison-icon-box_img-wrap img {
    opacity: 1;
  }
  .re-Madisonheading .fellowFace.active .re-madison-icon-box-content span,
  .re-Madisonheading .fellowFace.active .re-madison-icon-box-content h6 {
    color: #17364b;
  }
  .re-Madisoncontent {
    width: 65%;
    padding: 0 0 0 18px;
    height: 3770px;
    flex-direction: column;
    gap: 0px;
    cursor: text;
    user-select: auto;
  }

  .re-madison-icon-box-content {
    display: block;
  }

  .re-madison-icon-box {
    color: #000;
    width: 100%;
  }
  .re-box {
    border: none;
    min-height: 0px;
    padding: 48px 15px;
    opacity: 0.2;
    transition: all 0.1s ease;
  }
  .re-box.active {
    opacity: 1;
  }
  .re-box:before {
    display: none;
  }
  .re-customer {
    border: 1px solid #387da0;
    border-radius: 20px;
    padding: 0 18px;
    font-size: 12px;
    text-transform: uppercase;
    height: 35px;
    font-weight: 400;
    align-items: center;
    width: auto;
  }
  .re-box h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -1.44px;
  }
  .re-box p {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
    line-height: 34px;
  }
  .re-box h5,
  .re-box h6 {
    display: none;
  }
}
@media (min-width: 1366px) {
  .re-madison-top-area {
    padding: 155px 0 0;
  }
  .re-Madisoncontent {
    height: 4140px;
    overflow-x: visible;
    transform: none !important;
  }
  .re-madison-main {
    max-width: 1366px;
    max-width: 770px;
    /* padding: 0 182px; */
  }
  .re-box {
    padding: 58px 15px;
  }
}
@media (min-width: 1920px) {
  .re-madison-top-area {
    padding-top: 164px;
  }
  .people_qoute_wrap {
    margin-top: 102px;
  }
  .re-madison-main {
    max-width: 1088px;
  }
  .re-madison-top-area h3 {
    font-size: 79px;
    letter-spacing: -5.53px;
  }
  .re-madison-top-area h5 {
    font-size: 33px;
    line-height: 40px;
    letter-spacing: -1.5px;
    margin-top: 24px;
    max-width: 956px;
  }
  .re-Madisonheading {
    padding-left: 36px;
  }
  .re-Madisoncontent {
    height: 3919px;
    height: 4200px;
    height: 4620px;
  }
  .re-madison-icon-box_img-wrap {
    flex: 0 0 60px;
  }
  .re-Madisonheading > a {
    margin-bottom: 48px;
  }
  .re-madison-icon-box_img-wrap img {
    width: 60px;
    height: 60px;
  }
  .re-madison-icon-box-content h6 {
    font-size: 24px;
  }
  .re-madison-icon-box-content span {
    font-size: 16px;
  }
  .re-box {
    padding-top: 54px;
    padding-bottom: 54px;
    padding: 72px 15px 72px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .fellowFace.active:before {
    left: -37px;
    height: 78px;
    border-width: 4px;
  }
  .re-customer {
    height: 40px;
    font-size: 16px;
  }
  .re-box h4 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
  }
  .re-box p {
    font-size: 24px;
    line-height: 40px;
  }
}

/* ----- TIME LINE SECTION */
.re-experience {
  background: linear-gradient(90deg, #17364b 0%, #0f181f 100%);
}

/* // later section thing */
.re-privilege-bottom-area {
  display: flex;
  flex-direction: column;
}
.re-experience-Inner {
  padding: 80px 20px;
}
#our-process {
  color: #edff00;
  font-family: 'Space Grotesk', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.59px;
  font-size: 37px;
}
.re-searches-main-box {
  display: flex;
  padding-top: 80px;
  justify-content: center;
}
.re-searches-img-area .desktop-img {
  display: none;
}
.re-searches-top-area {
  color: #edff00;
  display: grid;
  min-width: 130px;
}
.re-searches-top-area span {
  font-size: 15px;
  font-family: 'Space Grotesk', sans-serif;
  color: #edff00;
  font-weight: 600;
  padding: 0;
  position: relative;
}
.re-searches-top-area span:nth-child(1) {
  top: 210px;
  right: -10%;
}
.re-searches-top-area span:nth-child(2) {
  top: 88px;
  right: -21%;
}
.re-searches-top-area span:nth-child(3) {
  top: -34px;
  right: -2%;
}
.re-searches-img-area {
  padding: 4px 0 12px;
  position: relative;
  left: -25px;
  display: block;
}
.re-searches-img-area .re-mobile-img {
  flex: 0 0 20px;
  width: 20px;
}
.re-mobile-img img {
  height: 715px;
  max-width: 100%;
}
.re-experience-box h5 {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 16px;
}

.re-searches-bottom-box {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  column-gap: 10px;
}

.re-searches-title-box {
  border-radius: 10px;
  border: 1px solid #387da0;
  color: #387da0;
  /* height: 110px; */
  padding: 4px 8px 8px;
  font-weight: 600;
  max-width: 194px;
  line-height: normal;
  b {
    font-weight: 600;
  }
  p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  span {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.75px;
    line-height: 18px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .re-experience-Inner {
    padding: 78px 96px;
    max-width: 1024px;
    margin: 0 auto;
  }
  #our-process {
    font-size: 55px;
    line-height: 63px;
    letter-spacing: -3.85px;
  }
  .re-experience-box h5 {
    font-size: 22px;
    font-weight: 200;
    line-height: 34px;
    margin-top: 28px;
  }
  .re-searches-main-box {
    flex-direction: column;
    padding-top: 64px;
  }
  .re-searches-img-area {
    left: 0;
  }
  .re-searches-img-area .desktop-img {
    display: block;
    max-width: 1305px;
    width: 100%;
  }
  .re-searches-img-area .re-mobile-img {
    display: none;
  }
  .re-searches-bottom-box {
    flex-direction: row;
  }
  .re-searches-top-area {
    width: 100%;
    display: flex;
  }
  .re-searches-top-area span:nth-child(1) {
    top: 10px;
    left: 215px;
    right: unset;
  }
  .re-searches-top-area span:nth-child(2) {
    top: 10px;
    left: 324px;
    right: unset;
  }
  .re-searches-top-area span:nth-child(3) {
    top: 10px;
    left: 425px;
    right: unset;
  }
  .re-searches-bottom-box {
    justify-content: space-between;
  }
  .re-searches-title-box {
    max-width: 122px;
    flex: 0 0 122px;
  }
  .re-searches-title-box p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
  }
}
@media (min-width: 1366px) {
  .re-experience-Inner {
    max-width: 1366px;
    padding: 78px 182px 96px;
  }
  #our-process {
    max-width: 650px;
  }
  .re-experience-box h5 {
    max-width: 850px;
  }
  .re-searches-main-box {
    margin-top: 80px;
  }
  .re-searches-img-area {
    padding-bottom: 18px;
  }
  .re-searches-title-box {
    max-width: 145.5px;
    flex: 0 0 145.5px;
  }
  .re-searches-top-area span:nth-child(1) {
    top: 8px;
    left: 270px;
  }
  .re-searches-top-area span:nth-child(2) {
    top: 8px;
    left: 410px;
  }
  .re-searches-top-area span:nth-child(3) {
    top: 8px;
    left: 544px;
  }
}

@media (min-width: 1920px) {
  .re-experience-Inner {
    max-width: 1920px;
    padding: 164px 254px 188px 228px;
  }
  #our-process {
    max-width: 1044px;
    font-size: 79px;
    line-height: 90px;
    letter-spacing: -5.53px;
  }
  .re-experience-box h5 {
    max-width: 972px;
    font-size: 33px;
    line-height: 46px;
    letter-spacing: -1.5px;
  }
  .re-searches-main-box {
    margin-top: 80px;
  }
  .re-searches-img-area {
    padding-bottom: 18px;
  }
  .re-searches-title-box {
    max-width: 180px;
    flex: 0 0 180px;
    height: 118px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .re-searches-title-box p {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0;
  }
  .re-searches-top-area span:nth-child(1) {
    top: 0px;
    left: 360px;
  }
  .re-searches-top-area span:nth-child(2) {
    top: 0px;
    left: 562px;
  }
  .re-searches-top-area span:nth-child(3) {
    top: 0px;
    left: 757px;
  }
}

/* ---- LAST SECTION  */

.re-privilege-section_wrap {
  padding: 80px 20px;
}
.re-privilege-container {
  background-color: rgba(206, 207, 209, 0.2);
  border-radius: 20px;
  padding: 60px 15px 80px;
}
.giving_back_wrap {
}
.giving_back_wrap h2 {
  color: #d5de5c !important;
  max-width: 230px;
  font-size: 37px;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 400;
}

.re-empowering-box {
  column-gap: 17px;
  padding-top: 40px;
  display: flex;
}
.re-empowering-box img {
  max-width: 85px;
  height: 100%;
}
.re-empowering-box h5 {
  color: #17364b;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.22;
  margin: 5px 0px 0px 0px;
  max-width: 283px;
  width: 100%;
}
.re-privilege-top-right {
  margin-top: 48px;
}
.re-privilege-top-right p {
  font-size: 17px;
  font-weight: 200;
  line-height: 26px;
}
.re-privilege-top-right p:last-of-type {
  margin-top: 32px;
}
.re-privilege-bottom-area {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 74px;
}
.re-privilege-number-box h4 {
  border-bottom: 1px solid #17364b;
  color: #387da0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 37px;
  font-weight: 400;
  letter-spacing: -1.85px;
  line-height: normal;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.re-privilege-number-box p {
  color: #387da0;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .re-privilege-section_wrap {
    margin: 0 auto;
    max-width: 1024px;
    padding: 128px 96px;
  }
  .re-privilege-container {
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 78px 40px;
  }
  .re-privilege-top-area {
    display: flex;
    gap: 40px;
  }
  .giving_back_wrap h2 {
    font-size: 55px;
    letter-spacing: -3.85px;
    line-height: 63px;
    max-width: 314px;
  }
  .re-empowering-box h5 {
    font-size: 28px;
    line-height: 38px;
    width: 172px;
  }
  .re-privilege-top-right {
    margin-top: 0;
    max-width: 400px;
  }
  .re-privilege-top-right p {
    font-size: 22px;
    line-height: 32px;
  }
  .re-privilege-top-right p:last-of-type {
    margin-top: 40px;
  }
  .re-privilege-bottom-area {
    flex-direction: row;
    justify-content: space-between;
  }
  .re-privilege-number-box {
    width: 158px;
  }
  .re-privilege-number-box h4 {
    font-size: 44px;
    letter-spacing: -2.2px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .re-privilege-number-box p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1366px) {
  .re-privilege-section_wrap {
    margin: 0 auto;
    max-width: 1366px;
    padding: 155px 182px;
  }
  .re-privilege-container {
    padding: 78px 40px;
  }

  .re-privilege-top-area {
    gap: 56px;
    justify-content: space-between;
  }
  .re-privilege-top-right {
    max-width: 526px;
  }
  .re-privilege-number-box {
    width: 194px;
  }
  .re-privilege-bottom-area {
    margin-top: 58px;
  }
}

@media (min-width: 1920px) {
  .re-privilege-section_wrap {
    margin: 0 auto;
    max-width: 1920px;
    padding: 140px 250px;
  }
  .re-privilege-container {
    padding: 96px 148px 145px;
  }
  .giving_back_wrap h2 {
    font-size: 79px;
    letter-spacing: -5.53px;
    line-height: 90px;
    max-width: 449px;
  }
  .giving_back_wrap h5 {
    font-size: 33px;
    letter-spacing: -1.5px;
    line-height: 46px;
    max-width: 282px;
    width: 100%;
  }
  .re-empowering-box img {
    max-width: 150px;
    width: 150px;
  }
  .re-privilege-top-right p {
    font-size: 24px;
    line-height: 35px;
    margin-top: 8px;
  }
  .re-privilege-bottom-area {
    margin-top: 108px;
  }
  .re-privilege-number-box {
    width: 211px;
  }
  .re-privilege-number-box h4 {
    font-size: 48px;
    letter-spacing: -2.4px;
  }
  .re-privilege-number-box p {
    font-size: 16px;
    line-height: 24px;
  }
}

.mobile-noteworthy-section {
  overflow: hidden;
  padding-bottom: 80px;
}
.mobile-noteworthy-container {
  overflow: auto;
  border-radius: 20px 0 0 20px;
  margin-left: 22px;
  background: linear-gradient(
    90deg,
    rgba(23, 54, 75, 0.2) -74.94%,
    rgba(255, 255, 255, 0.2) 121.05%
  );
  padding: 16px 0 24px 14px;
  /* width: 1000px; */
  overflow: auto;
}
.right-tighty {
  display: none;
}

.right-tighty::-webkit-scrollbar {
  display: none; /* Chrome, Safari, and Opera */
}

.nw_header {
  color: #17364b;
  text-align: center;
  font-family: 'Space Grotesk';
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.3;
  text-align: left;
}
.mobile-noteworthy_row {
  display: flex;
  gap: 15px;
}

.nw_card-wrap {
  position: relative;
  height: 208px;
  width: 244px;
  background-image: url(https://res.cloudinary.com/dyuuf6gor/image/upload/v1748462316/title/property-placeholder_onlu5x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 56px;
  flex: 0 0 208px;
}
.nw_card-details {
  position: absolute;
  top: -20px;
  left: 0;
  display: flex;
}
.nw_card-details div {
  display: flex;
  height: 32px;
  padding: 0 14px;
  background-color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}
.nw_card-details div:first-of-type {
  background-color: #edff00;
}

@media (min-width: 1024px) {
  .noteworthy-container {
    max-width: 1024px;
    margin: 0 auto;
    padding-left: 94px;
    padding-right: 94px;
  }
  .mobile-noteworthy_row {
    gap: 40px;
  }
  .mobile-noteworthy-container {
    padding: 24px 0 26px 20px;
    margin-left: 84px;
  }
}

@media (min-width: 1366px) {
  .mobile-noteworthy-container {
    display: none;
  }
  .right-tighty {
    /* height: 1200px; */
    margin-top: 97px;
    border-radius: 20px;
    padding: 40px 30px;
    width: 262px;
    position: sticky;
    top: 40px;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    background: linear-gradient(
      90deg,
      rgba(23, 54, 75, 0.2) -74.94%,
      rgba(255, 255, 255, 0.2) 121.05%
    );
  }
  .noteworthy-container {
    align-items: flex-start;
    display: flex;
    gap: 50px;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1366px;
    padding-bottom: 136px;
    padding-left: 180px;
    padding-right: 0;
  }
  .right-tighty {
    display: block;
  }
  .nw_header {
    color: #17364b;
    text-align: center;
    font-family: 'Space Grotesk';
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1.5px;
    line-height: 1.3;
    margin-bottom: 60px;
  }

  .nw_card-wrap {
    position: relative;
    height: 155px;
    width: 100%;
    background-image: url(https://res.cloudinary.com/dyuuf6gor/image/upload/v1748462316/title/property-placeholder_onlu5x.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 56px;
  }
  .nw_card-details {
    position: absolute;
    top: -20px;
    left: 0;
    display: flex;
  }
  .nw_card-details div {
    display: flex;
    height: 40px;
    padding: 0 12px;
    background-color: #fff;
    font-size: 8px;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
  }
  .nw_card-details div:first-of-type {
    background-color: #edff00;
  }
}

@media (min-width: 1920px) {
  .noteworthy-container {
    padding-left: 252px;
    padding-bottom: 260px;
    max-width: 1920px;
  }
  .right-tighty {
    width: 363px;
    height: 100%;
    padding: 32px;
    top: 80px;
  }
  .nw_header {
    font-size: 37px;
    line-height: 1.3;
    letter-spacing: -2.59px;
    margin-bottom: 80px;
  }
  .nw_card-wrap {
    height: 205px;
  }
  .nw_card-details div {
    font-size: 12px;
    padding: 0 18px;
  }
}

.team-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(23, 54, 75, 0.8);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 56px;
}

.team-modal-content {
  background: #E9F1F5;
  border-radius: 16px;
  max-width: 90%;
  max-height: 90%;
  overflow-y: auto;
  padding: 56px 16px 40px;
  position: relative;
  font-family: 'Space Grotesk', sans-serif;
  position: relative;
}

.team-modal-content:before {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 4px solid #edff00;
  width: calc(100% - 40px);
  left: 20px;

}

.team-modal-content h6 {
  color: #387da0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.team-modal-content p {
  color: #17364b;
  color: #387da0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
}

.team-modal-content p:last-of-type {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 40px;
  font-family: 'Commissioner', sans-serif;
  color: #17364b;
}

.team-modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hidden {
  display: none !important;
}
