@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
g.movethis line {
      transform: translate(13.5%, 5px);
}
.add-gap {
  padding-top: 64px;
}

main {
  background: url(../images/bg-texture.png);
  background-position: center;
  background-size: cover;
}

.horr-hover-slider {
  display: flex;
  /* min-height: 89vh; */
  height: 89vh;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.horr-hover-slider-link {
  display: block;
  flex: 1 1 auto;
  width: 25%;
  /* opacity: 0.4; */
  transition: width 0.5s cubic-bezier(0.3, 0.5, 0.2, 1), opacity 0.3s ease-in-out;
  position: relative;
}

.horr-hover-slider-link:hover {
  width: 100%;
  opacity: 1;
}

.horr-hover-slider-link:first-of-type {
  clip-path: polygon(0 0, 0% 100%, calc(100% - 60px) 100%, calc(100% + 60px) 0);
}

.horr-hover-slider-link:first-of-type>img {
  clip-path: polygon(0 100%, 0 0, calc(100% - 0) 0, calc(100% - 130px) 100%);
}

.horr-hover-slider-link:last-of-type {
  clip-path: polygon(60px 0, -60px 100%, 100% 100%, 100% 0);
}

.horr-hover-slider-link:last-of-type>img {
  clip-path: polygon(0 100%, 118px 0, 100% 0, 100% 100%);
}

.horr-hover-slider-link:not(:first-of-type):not(:last-of-type) {
  clip-path: polygon(60px 0, -60px 100%, calc(100% - 60px) 100%, calc(100% + 60px) 0);
}

.horr-hover-slider-link:not(:first-of-type):not(:last-of-type)>img {
  clip-path: polygon(0 100%, 118px 0, calc(100% - 0) 0, calc(100% - 118px) 100%);
}

.horr-hover-slider-link img {
  object-fit: cover;
  height: 100%;
  width: calc(100% + 120px);
  max-width: calc(100% + 120px);
  margin-left: -60px;
  transform: translate3d(0, 0, 0);
}

.horr-hover-slider-label {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  pointer-events: none;
  font-size: 4vw;
  z-index: 1;
}

.horr-hover-slider-label>span {
  display: inline-block;
  min-width: 20px;
  opacity: 0;
  transform: translateX(25px);
  transition: opacity 0.7s cubic-bezier(0.3, 1, 0.1, 1), transform 0.6s cubic-bezier(0.3, 1, 0.1, 1);

}

.horr-hover-slider-label>.show {
  transform: translateX(0);
  opacity: 1;
}

.horr-hover-slider-link-heading {
  /* display: none; */
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 7%;
  left: -10%;
  font-size: 2vw;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat-Bold';
  text-shadow: 3px 1px 10px black;
}

.horr-hover-slider-link-heading.toTop {
  bottom: unset;
  top: 7%;
  left: 0%;
}

.horr-hover-slider-link-heading.toTop1 {
  bottom: unset;
  top: 31%;
  left: 7%;
}

.horr-hover-slider-link-heading.toTop2 {
  bottom: unset;
  top: 61%;
  left: -4%;
}

.horr-hover-slider-link-heading:hover,
.horr-hover-slider-link-heading:focus {
  text-decoration: none;
}

h2 {
  font-family: 'Montserrat-ExtraBold';
  color: #333333;
  font-size: 27px;
}

h3 {
  font-family: 'Montserrat-ExtraBold';
  color: #333333;
}

p {
  font-family: 'Montserrat-Regular';
  margin-bottom: 0;
  color: #4d4d4d;
  font-size: 15px;
}

ul.cwrap2 {
  list-style: disc;
  padding-left: 1.1rem;
  color: #4d4d4d;
}

ul.cwrap2 li::marker {
  color: #4d4d4d;
  font-size: 0.7em;
  /* optional */
}

ul.cwrap {
  padding-left: 0;
  list-style: none;
  color: #4d4d4d;
}

ul.cwrap>li {
  margin-bottom: 1rem;
  font-family: 'Montserrat-Regular';
  font-size: 15px;
}

ul.cwrap2>li {
  font-family: 'Montserrat-Regular';
  font-size: 15px;
}

span.toBold {
  font-family: 'Montserrat-Bold';
  color: #4d4d4d;
  font-size: 15px;
}

.switches-container {
  width: 490px;
  position: relative;
  display: flex;
  padding: 0;
  position: relative;
  background: linear-gradient(to top, #636363, #e6e7e8, #696a6c);
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  border: 3px solid #767676;
  box-shadow: 0 0 0px 3px #ffffff;

  /* overflow: hidden; */
}

.rdbtn {
  width: 4ch;
  height: 4ch;
  position: absolute;
  left: -1ch;
  top: 0px;
  bottom: 0;
  object-fit: contain;
}

.rdbtn2 {
  width: 4ch;
  height: 4ch;
  position: absolute;
  right: -1ch;
  top: 0px;
  bottom: 0;
  object-fit: contain;
}

.rdbtn3 {
  width: 4ch;
  height: 4ch;
  position: absolute;
  right: 43%;
  top: 0px;
  bottom: 0;
  object-fit: contain;
  z-index: 9;
  cursor: pointer;
}

/* .pos-cc {
  position: absolute;
  top: 0;
  right: 12vw;
} */
.icon-hand {
  width: 5ch;
  height: 5ch;
  object-fit: contain;
}

.fab2025 {
  position: fixed;
  top: 8em;
  right: 0;
  z-index: 88;

}

.fab_img {
  width: 10vw;
  height: 12vw;
  object-fit: contain;
  object-position: top;
}

.clcy {
  font-family: 'Montserrat-Regular';
  color: #FFF7CA;
  max-width: 7ch;
  line-height: 1;
}

.click-more-img {
  width: 8vw;
  margin: auto;
  display: block;
  padding-top: 0;
  position: absolute;
  top: 62%;
  left: 6%;
}

.handimg {
  height: 4vw;
  width: 5vw;
  object-position: top;
  object-fit: contain;
}

.handmov {
  margin-top: 0;
  position: absolute;
  top: 63%;
  display: none;
  /* ensure it's hidden by default */
}

.poshan1 {
  left: 20%;
}

.poshan2 {
  left: 67%;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  padding: 0;
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
  border-radius: 3rem;
  border: 3px solid transparent;
  background: #5D1E2A;
  height: 100%;
  color: #fff;
  width: 100%;
}

.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  font-family: 'Montserrat-Bold';
  /* color: #000000; */
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #e6e7e8, #999999);
  border-radius: 50px;
}

#btn_happening,
#btn_happening2 {
  background: linear-gradient(to top, #727272, #ffffff);
}

#btn_happening span {
  padding: 8px 30%;
  background: linear-gradient(to bottom, #999999, #ffffff 122%);
  border-radius: 50px;
  color: #000;
}

#btn_happening2 span {
  padding: 8px 16%;
  background: linear-gradient(to bottom, #999999, #ffffff 122%);
  border-radius: 50px;
  color: #000;
}

#frmLeadGen input {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  display: block;
  width: 100%;
  border: 2px solid rgb(225, 187, 82);
  background: #5D1E2A;
  padding: 8px 15px;
  font-family: 'Montserrat-Bold';
  font-size: 15px;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: #fff;
  border-radius: 8px;
  text-align: left;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

.cjbc {
  margin: auto;
}

label.checkbox {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: 'Montserrat-Regular';
}

.sec_Wrapper {
  background: #3544404f;
  border-radius: 0;
}

.max-sg-wrapper {
  max-width: 100%;
  background: rgb(51 51 51 / 18%);
  margin: auto;
  text-align: center;
  border-radius: 0;
  background-image: url(../images/sg-bg.png?v2);
  background-size: cover;
}

.cta_location {
  width: 150px;
  height: 100px;
  object-fit: contain;
}

.mapimg {
  max-width: 52vw;
  margin: auto;
  display: block;
}

.piclabel {
 width: 71vw;
  margin: auto;
  margin-top: -3%
}
.fs_hdline_22 {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    text-shadow: 1px 3px 2px black, 1px 0px 4px black;
    color: white;
    text-align: center;
}

.fs_hdline2 {
    position: absolute;
    top: 20%;
    left: 1%;
    width: fit-content;
    text-align: center;
    color: #fff;
    padding: 1rem;
    font-size: 2vw;
    margin: auto;
    display: block;
    text-shadow: 1px 3px 2px black, 1px 0px 4px black;
    text-align: left;
}

.fs_hdline2 {
  font-family: 'Montserrat-Bold';
}

.fs_hdline {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 1rem;
}

.fs_hdline {
  font-family: 'Montserrat-Bold';
}

.fs_hdline.toTop {
  top: 30%;
  bottom: unset;
  text-shadow: -3px 2px 6px black;
}

.fs_hdline h3 {
  color: #fff;
  font-size: 1.2rem;
}

.fs_hdline p,
.fs_hdline h3 {
  color: #fff;

}

.holder-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, #ffffff00 30%);
  border-radius: 20px;
}

.holder-wrapper2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, #ffffff00 30%);
  border-radius: 0;
}

.animate-blink {
  animation: filterFadeEffect 0.8s infinite alternate ease-in-out;
}

p.toBold {
  font-family: 'Montserrat-Bold';
}

ul.countdown-wrapper {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding-left: 0;
  font-family: 'Montserrat-Bold';

  /* max-width: 800px; */
  /* margin: auto; */
}

ul.countdown-wrapper li {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  width: 315px;
}

.odometer-value {
  font-family: 'Montserrat-Bold' !important;
}

.dash_cst {
  font-family: 'Montserrat-Bold';
  font-size: 3rem;
}

.countdown-wrapper li h4 { 
    color: #4d4d4d;
    font-size: 51px;
    margin-bottom: 0px;
    letter-spacing: 5px;
}

.countdown_container {
  position: absolute;
  top: 39.7%;
  left: 0;
  width: 100%;
}

/* .circular-anim {
      width: 52vw;
    height: 21vw;
    object-fit: contain;
    position: absolute;
    top: 11%;
    left: 0;
}
@keyframes spin-circle {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */
.circle-wrapper {
  position: absolute;
  top: 11%;
  left: 0;
}

.circular-anim {
  width: 52vw;
  height: 21vw;
  object-fit: contain;
  animation: spin-circle 5s linear infinite;
}
ul.countdown-wrapper2 {
  display: flex;
  list-style: none;
  justify-content: space-between;
  padding-left: 0;
  font-family: 'Montserrat-Bold';

  max-width: 711px;
  margin: auto;
}

ul.countdown-wrapper2 li {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  width: 364px;
}
.countdown-wrapper2 li h4 { 
    color: #4d4d4d;
    font-size: 51px;
    margin-bottom: 0px;
    letter-spacing: 5px;
}
@keyframes spin-circle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.circular-info {
  position: absolute;
  width: 18vw;
  height: 18vw;
  left: 33%;
  object-fit: contain;
  top: 16%;
}

.cardForB {
  overflow: hidden;
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  border: 1px solid #fff;

}

.pulse, .pulse2, .pulse3 {
 
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.pulse {
  animation-name: pulse1Anim;
}

.pulse2 {
  animation-name: pulse2Anim;
}

.pulse3 {
  animation-name: pulse3Anim;
}

@keyframes pulse1Anim {
  0%, 100%   { transform: scale(0.98); filter: none; }
  0%         { transform: scale(1); filter: drop-shadow(0 0 10px rgb(252, 252, 138)); }
  33.33%, 100% { transform: scale(0.98); filter: none; }
}

@keyframes pulse2Anim {
  0%, 33.33%   { transform: scale(0.98); filter: none; }
  33.34%       { transform: scale(1); filter: drop-shadow(0 0 10px rgb(252, 252, 138)); }
  66.66%, 100% { transform: scale(0.98); filter: none; }
}

@keyframes pulse3Anim {
  0%, 66.66%   { transform: scale(0.98); filter: none; }
  66.67%       { transform: scale(1); filter: drop-shadow(0 0 10px rgb(252, 252, 138)); }
  100%         { transform: scale(0.98); filter: none; }
}
.cardForB::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, #ffffff00 30%);
  border-radius: 0;
}

.max_txt_1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding: 10px;
}
.max_txt_1 ul.cwrap2 {
  padding-top: 1rem;
}
.max_txt_1 ul.cwrap2>li {
      font-size: 0.7vw;
    color: white;
}
.max_txt_1 ul.cwrap2 li::marker {
  color: #fff ;
  /* optional */
}
#pie_info {
        /* transform: translate(13.4%, 7%); */
}
.hidp {
 opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease, visibility 0.4s;
}
.hvrtie .arrowsticker2 {
  margin: auto;
  display: block;
}
.hvrtie:hover .arrowsticker2 {
 display: none;
}
.hvrtie:hover .hfo2 {
  filter: brightness(0.3);
}
.hvrtie:hover .hidp {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  /* or whatever max size fits your text */
}
.hfo1 {
  height: 65vh;
  width: 100%;
  object-fit: cover;
}

.boxWrap {
  /* gap: 1.5rem; */
    gap: 1.5rem;
    max-width: 100vw;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-items: center;
}
.boxWrap2a {
  /* gap: 1.5rem; */
    gap: 1.5rem;
    max-width: 100vw;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-items: center;
}
.boxWrap2a > div {
  grid-column: span 6;
}

.contentForFunds,
.contentForJointVent,
.contentforAssets {
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 0;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  /* min-height: 91vh; */
}

.contentforAssets {
  min-height: 39vw;
}

.bx_hd_top {
  font-size: 20px;
  font-family: 'Montserrat-Bold';
  padding-bottom: 1rem;
}

.pos_bck {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.back_btn {
  background: url(../images/backnw.svg);
  background-size: contain;
    height: 15px;
    width: 17px;
  display: inline-block;
  background-repeat: no-repeat;
  pointer-events: none;
}

.cta_bck {
  width: fit-content;
  display: flex;
  align-items: center;
  background: #cee5f8;
  padding: 0.5rem 1rem;
  border-radius: 0;
  font-family: 'Montserrat-Bold';
  font-size: 14px;
  cursor: pointer;
}

.cardForc {
  overflow: hidden;
  border-radius: 0;
  overflow: hidden;
  width: 36%;
  height: 25vw;
}

.cardForc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, #ffffff00 30%);
  border-radius: 20px;
}

.cardFord {
  /* border-radius: 20px; */
  overflow: hidden;
  border-radius: 0;
  overflow: hidden;
  width: 30%;
  height: 14vw;
  border: 2px solid #bfbfbf;
}

.cardFord::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, #ffffff00 30%);
  border-radius: 20px;
}

.subtxt_a {
  margin-bottom: 0;
  font-family: 'Montserrat-Regular';
  color: #fff;
  font-size: 1.00vw;
    text-shadow: black -2px 0px 0px, black -1px 1px 3px, black -1px 1px 3px, black -2px 6px 6px, black 0px -3px 6px, black 0px -3px 20px;
}

.subtxt_a span {
  font-family: 'Montserrat-Bold';
}

.hfo2 {
  filter: brightness(0.5);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.poscenter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 5px;

}

.cardFord:hover .hfo2 {
  filter: brightness(0.8);

}

.wrap_jv {
  display: flex;
  flex-direction: row;
}

.jv_item_1 {
  width: 25%;

}

.jv_item_2 {
  width: 75%;

}

.tab_lists {
  border: 2px solid #f4f4f4;
  border-radius: 0;
  text-align: center;
  background: linear-gradient(178deg, #d4d7e3, #f7f7f7);
  overflow: hidden;
  cursor: pointer;
}

.cta_list {
  padding: 1rem 0;
  font-family: 'Montserrat-Bold';
  border-bottom: 2px solid #f4f4f4;
  color: #4d4d4d;
  position: relative;
}

.cta_list::before {
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #33333314;
  position: absolute;
  pointer-events: none;

}

.cta_list.active_cta {
background: linear-gradient(to right, #c80300, #db0202, #f68d00);
  color: #fff;
}

.cta_list:last-child {
  border-bottom: 0
}

.cardFore {
  /* border-radius: 20px; */
  overflow: hidden;
  border-radius: 0;
  overflow: hidden;
  /* width: 30%; */
  height: 14vw;
  border: 2px solid #bfbfbf;
}

.cardFore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, #ffffff00 30%);
  border-radius: 0;
}

.hfo3 {
      filter: brightness(0.8);
  /* filter: brightness(0.3); */
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hfo3bg {
  filter: brightness(0.6);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.subtxt_b {
  margin-bottom: 0;
  font-family: 'Montserrat-Regular';
  color: #fff;
  font-size: 0.63vw;
  text-align: justify;
  padding: 0 10px;
}

.subtxt_b1 {
  margin-bottom: 0;
  font-family: 'Montserrat-Bold';
     color: #fff;
  text-shadow: black -2px 0px 0px, black -1px 1px 3px, black -1px 1px 3px, black -2px 6px 6px, black 0px -3px 6px;
  font-size: 0.9vw
}

.cardFore .subtxt_b {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease, visibility 0.4s;
}

.cardFore:hover .subtxt_b {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  /* or whatever max size fits your text */
}
.cardFore:hover .hfo3   {
filter: brightness(0.2);

}
.cardFore:hover .hfo3   {
filter: brightness(0.2);
}
.cardFore:hover  .poscenter.justtop   {
justify-content: start;
padding-top:5px;
}
.cardFore:hover  .stickerText2   {
display: none;
opacity: 0;
}

.max_rt {
  max-width: 65vw;
  margin: auto;
  gap: 1.5rem
}

.max_rt1 {
  padding: 0 1.2rem;
  gap: 1.2rem;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(12, 1fr);
}

.max_rt1 .cardFord {
  width: 100%;
  grid-column: span 4;
}

.max_rt {
  padding: 0 1.2rem;
  gap: 1.2rem;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(12, 1fr);
}

.max_rt .cardFore {
  /* width: 100%; */
  grid-column: span 4;
}

.max_rt2 {
  padding: 0 1.2rem;

  gap: 1.2rem;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(12, 1fr);
}

.max_rt2 .cardFore {
  width: 100%;
  grid-column: span 4;
}

.max_rt3 {
  padding: 0 1.2rem;

  gap: 1.2rem;
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  grid-template-columns: repeat(12, 1fr);
}

.max_rt3 .cardFore {
  width: 100%;
  grid-column: span 4;
}

.empty-space-merge {
  grid-column: span 4;
  grid-row: span 2;
  /* This merges the top & bottom row into one tall empty column */
}

.mrg_wrap {
  font-size: 11px;
  height: 100%;
  border: 2px solid #eae8e8;
  border-radius: 0;
  padding: 10px;
  background: #eff5ff;
}

@keyframes filterFadeEffect {
  0% {
    opacity: 1;


  }

  50% {
    opacity: 0;
    /* Fade out slightly */

  }

  100% {
    opacity: 1;

  }
}
/*  */
.svg_container {
      max-width: 56vw;
    margin: auto;
    margin-top: 4rem;
}
.forFeatimg,
#title_retail,
#title_comm,
#title_industrial,
#title_healthcare,
#title_concession,
#line_retail,
#line_comm,
#line_ind,
#line_healthcare,
#line_concession,
.retail_wrap circle,
.commercial_wrap circle,
#industrial_wrap circle,
#healthcare_wrap circle,
#concession_wrap circle {
  transition: opacity 0.6s ease; /* fade-in */
}
/* Images & Concession Circle */
#cta-retail-group:hover #pic_1 .forFeatimg,
#cta-retail-group.active #pic_1 .forFeatimg,
#cta-commercial-group:hover #pic_2 .forFeatimg,
#cta-commercial-group.active #pic_2 .forFeatimg,
#cta-industrial-group:hover #pic_3 .forFeatimg,
#cta-industrial-group.active #pic_3 .forFeatimg,
#cta-healthcare-group:hover #pic_4 .forFeatimg,
#cta-healthcare-group.active #pic_4 .forFeatimg,
#cta-concession-group.active #pic_5 .forFeatimg,
#cta-concession-group:hover #pic_5 .forFeatimg,
#cta-concession-group:hover #concession_wrap circle,
#cta-concession-group.active #concession_wrap circle {
  opacity: 1;
}

/* Titles */
#cta-retail-group:hover #title_retail,
#cta-retail-group.active #title_retail,
#cta-commercial-group:hover #title_comm,
#cta-commercial-group.active #title_comm,
#cta-industrial-group:hover #title_industrial,
#cta-industrial-group.active #title_industrial,
#cta-healthcare-group:hover #title_healthcare,
#cta-healthcare-group.active #title_healthcare,
#cta-concession-group:hover #title_concession,
#cta-concession-group.active #title_concession {
  opacity: 1;
}

/* Lines */
#cta-retail-group:hover #line_retail,
#cta-retail-group.active #line_retail,
#cta-commercial-group:hover #line_comm,
#cta-commercial-group.active #line_comm,
#cta-industrial-group:hover #line_ind,
#cta-industrial-group.active #line_ind,
#cta-healthcare-group:hover #line_healthcare,
#cta-healthcare-group.active #line_healthcare,
#cta-concession-group:hover #line_concession,
#cta-concession-group.active #line_concession {
  opacity: 1;
}

/* Circles */
#cta-retail-group:hover .retail_wrap circle,
#cta-retail-group.active .retail_wrap circle,
#cta-commercial-group:hover .commercial_wrap circle,
#cta-commercial-group.active .commercial_wrap circle,
#cta-industrial-group:hover #industrial_wrap circle,
#cta-industrial-group.active #industrial_wrap circle,
#cta-healthcare-group:hover #healthcare_wrap circle,
#cta-healthcare-group.active #healthcare_wrap circle {
  opacity: 1;
}

/*  */
.retail_wrap circle,
.subtitle_retail {
  opacity: 0;
}

#cta-retail,
#cta-commercial,
#cta-industrial,
#cta-healthcare,
#cta-concession {
  cursor: pointer;
  
}

#concession_wrap circle {
opacity: 0;
}
  
#cta-retail-group:hover #pic_1 .forFeatimg
,#cta-commercial-group:hover #pic_2 .forFeatimg
,#cta-industrial-group:hover #pic_3 .forFeatimg
,#cta-healthcare-group:hover #pic_4 .forFeatimg
,#cta-concession-group:hover #concession_wrap circle
 {
  opacity: 1;
}


.subtitle_retail,
.subtitle_commercial,
.subtitle_industrial,
.subtitle_healthcare,
.subtitle_concession {
  opacity: 0;
}
 #pic_2 rect,
  #pic_3 rect,
   #pic_4 rect {
  opacity: 0;
 }
 #line_retail
, #line_comm
, #line_ind
, #line_healthcare
, #line_concession {
  opacity: 0;
}

 #title_retail
, #title_comm
, #title_industrial
, #title_healthcare
, #title_concession {
  opacity: 0;
}

#cta-retail-group:hover #title_retail
,#cta-commercial-group:hover #title_comm
,#cta-industrial-group:hover #title_industrial
,#cta-healthcare-group:hover #title_healthcare
,#cta-concession-group:hover #title_concession {
  opacity: 1;
}


#cta-retail-group:hover #line_retail
,#cta-commercial-group:hover #line_comm
,#cta-industrial-group:hover #line_ind
,#cta-healthcare-group:hover #line_healthcare
,#cta-concession-group:hover #line_concession
 {
  opacity: 1;
}


#cta-retail-group:hover .retail_wrap circle {
  opacity: 1;
}


.commercial_wrap circle {
  opacity: 0;
}

#cta-commercial-group:hover #title_commercial
{
  opacity: 0;
}

#cta-commercial-group:hover .commercial_wrap circle {
  opacity: 1;
}

#industrial_wrap circle,
.subtitle_industrial {
  opacity: 0;
}

/* #cta-industrial-group:hover .percentage_industrial {
  opacity: 0;
} */

#cta-industrial-group:hover #industrial_wrap circle {
  opacity: 1;
}

#healthcare_wrap circle,
.subtitle_healthcare {
  opacity: 0;
}

/* #cta-healthcare-group:hover .percentage_healthcare {
  opacity: 0;
} */

#cta-healthcare-group:hover #healthcare_wrap circle {
  opacity: 1;
}



.subtitle_concession {
  opacity: 0;
}

#title_concession {
    transform: translate(0, -77px);
    animation: .2s transform ease-in;
}
.forFeatimg {
  filter: brightness(0.7);
  opacity: 0;

}

/* #cta-concession-group:hover .percentage_concession {
  opacity: 0;
} */

/* 
#cta-concession-group:hover .subtitle_concession {
  opacity: 1;
} */
#cta-concession-group:hover #title_concession {
    /* transform: translate(0, 0); */
} 



@keyframes scalePulse {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}
.maxchart {
  max-width: 60vw;
  margin: auto;
}
.chartw {
  width: 20vw;
}
@keyframes kenburnsEffect {
  0% {
    transform: scale(1) translateY(-1%);
  }
  100% {
    transform: scale(1.135) translateY(1%);
  }
}
.kkeffect {

    animation: kenburnsEffect 22.7s infinite;
    animation-timing-function: linear;
    animation-direction: alternate;
    backface-visibility:hidden;
}
.max_led {
    max-width: 997px;
    margin: auto;
    display: flex;
    gap: 2rem;

}
.cov_ld {
  border-radius: 20px;
  overflow: hidden;
  height: 348px;
  position: relative; /* Needed for absolute positioning of text */
}

.cov_ld img.covbg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.4s ease;
}

.subtxt_cove {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px); /* Adds a smooth slide-up effect */
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  font-family: 'Montserrat-Regular';
  color: #fff;
  font-size:12px;
  text-align: justify;  
}

.cov_ld:hover .covbg {
  filter: brightness(0.2);
}

.cov_ld:hover .subtxt_cove {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.til_led {
    font-family: 'Montserrat-Bold';
    text-align: center;
    padding-top: 10px;
}
.stickerText {
    position: absolute;
    font-family: 'Montserrat-Regular';
    bottom: 5px;
    right: 5px;
    background: #b30502;
    color: white;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.stickerText2 {

    font-family: 'Montserrat-Regular';
    /* background: #b30502; */
    color: white;
    padding: 2px 5px;
    font-size: 10px;
    border-radius: 3px;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* .cardFore:hover .stickerText  {
  opacity: 0;
} */
.arrowsticker {
    width: 10px;
    height: 10px;
    margin-left: 3px;
    object-fit: contain;
    display: block;
    background: url(../images/nextnw.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.arrowsticker2 {
     width: 22px;
    height: 22px;
    margin-left: 0;
        filter: drop-shadow(-2px 4px 3px black);
    object-fit: contain;
    display: block;
    background: url(../images/hand-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.font-sm-cap {
    font-size: 12px;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 2rem;
}

      .iam-overview {
    max-width: 1200px;
    margin: 0 auto;
      font-family: 'Montserrat-Regular';
    line-height: 1.6;
    color: #333;
  }

  .iam-overview h2 {
    margin-bottom: 1.5rem;
  }
p.highlight {
   font-family: 'Montserrat-Bold';
    text-align: center;
    margin: 20px auto;
    max-width: 900px;
    color: #622d2a;
    line-height: 1.3;
    font-size: 15px;
}
  .iam-overview p.highlight {
    font-family: 'Montserrat-Bold';
    text-align: center;
    margin: 20px auto;
    max-width: 900px;
    color: #622d2a;
    line-height: 1.3;
    font-size: 15px;
  }

  .business-units {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-top: 30px;
  }

  .unit {
    border: 1px solid #e3d5d5;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
      font-family: 'Montserrat-Regular';
  }

  .unit:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }

  .unit h3 {
        background: linear-gradient(to right, rgb(200, 3, 0), rgb(219, 2, 2), rgb(246, 141, 0));
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size:15px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
       font-family: 'Montserrat-Bold';
  }

  .unit ul {
    padding-left: 18px;
    margin: 0;
        font-size: 14px;
  }

  .unit ul li {
    margin-bottom: 6px;
  }

  .unit ul li strong {
    color: #7a2e2e;
    font-family: 'Montserrat-Bold';
  }
.bu_wrap {
    background: rgb(203 203 203 / 49%);
    padding: 10px;
    border-radius: 10px;
}
.fplimg {
    width: 258px;
}
 .kh_wrap {
    display: grid;
  grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    margin-top: 30px;
  }

.kh_wrap > :nth-child(1),
.kh_wrap > :nth-child(2) {
grid-column: span 6;
}
.keyh_cont {
  grid-column: span 4;
}

  .keyh_cont h3 {
        background: linear-gradient(to right, rgb(200, 3, 0), rgb(219, 2, 2), rgb(246, 141, 0));
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size:15px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
       font-family: 'Montserrat-Bold';
  }
  .keyh_cont {
    border: 1px solid #e3d5d5;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
      font-family: 'Montserrat-Regular';
  }
.ftthumb {
  height: 150px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
  .unit:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
.df_ro {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
ul.df_info {
    padding-left: 10px;
    margin: 0;
    font-size: 14px;
    list-style: none;
}
 ul.df_info li {
    margin-bottom: 1px;
        font-size: 0.7rem;
  }

ul.df_info li strong {
    color: #7a2e2e;
    font-family: 'Montserrat-Bold';
  }
  .bg-df {
        background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    margin-top: -10px;
    z-index: 9;
    position: relative;
  }
@media (min-width: 1300px) {
  .hfo1 {
    height: 55vh;
  }
}

@media (max-width: 900px) {
  p {
    font-size: 14px;
  }

  .switches-container {
    width: 100%;
    font-size: 3.5vw;
  }

  #btn_happening span {
    padding: 8px 23%;
    font-size: 3.5vw;
  }

  #btn_happening2 span {
    padding: 8px 12%;
    font-size: 3.5vw;
  }

  .max-sg-wrapper {
    max-width: 100%;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #dbdee1;
  }

  .banner-pic {
    width: 100%;
    height: 31ch;
    object-fit: cover;
  }

  .banner-pic2 {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;;
  }

  .fs_hdline.toTop {
    top: 53%;
    bottom: unset;
    text-shadow: -3px 2px 6px black;
  }

  ul.cwrap>li {
    font-size: 0.8rem;
  }

  ul.cwrap2>li {
    font-size: 0.8rem;
  }

  span.toBold {
    font-size: 15px;
  }

  .piclabel {
        width: 100%;
        margin: auto;
        transform: scale(1.35) !important;
        margin-top: 8%;
  }

  .mapimg {
    max-width: 100%;
  }

  ul.countdown-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25vw;
  }

  ul.countdown-wrapper li {
    width: 50%;
    height: 18vw;
  }

  .countdown-wrapper li h4 {
    font-size: 2.2rem;
    letter-spacing: 0.8vw;
  }
  .countdown-wrapper li h4.dotted {
    font-size: 2.2rem;
    letter-spacing:  0.3vw;
  }

  .countdown_container {
    position: absolute;
    top: 16%;
    left: 0;
  }

  .circular-anim {
    width: 100vw;
    height: 38vw;
  }

  .circle-wrapper {
    top: 11%;
    left: -3%;
  }

  .circular-info {
    position: absolute;
    width: 86vw;
    height: 32vw;
    left: 4.5%;
    object-fit: contain;
    top: 17%;
  }

  .wrap_jv {
    display: flex;
    flex-direction: column;
  }

  .jv_item_1,
  .jv_item_2 {
    width: 100%;
  }

  .tab_lists {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-bottom: 1rem;
  }

  .cta_list {
         width: 100%;
    padding: 2px;
    grid-column: span 4;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3vw;
    border-right: 2px solid #ffffff;
  }

  .contentForFunds,
  .contentForJointVent,
  .contentforAssets {
    padding: 15px;
    border-radius: 0;
  }

  .cta_list:nth-child(3),
  .cta_list:last-child {
    border-right: 0;
  }

  .cta_list::after {
    content: "";
    width: 1.5px;
    height: 100%;
    bottom: 0;
    left: 0;
    /* right: 0; */
    background: #3333330d;
    position: absolute;
    pointer-events: none;
  }

  .max_rt {
    max-width: 100%;
    column-gap: 5px;
    row-gap: 10px;
    padding: 0 0;
  }

  .cardFore {
    overflow: hidden;
    border-radius: 0;
    overflow: hidden;
    width: 48%;
    height: 39vw;
    ;
  }

  .subtxt_b1 {
    font-size: 2.9vw
  }

  .subtxt_b {
    font-size: 1.663vw;
  }

  .cta_bck {
    font-size: 12px;
    border-radius: 0;
  }

  .back_btn {
    height: 2ch;
    width: 2.3ch;
  }

  .cardFord {
    border-radius: 0;
    overflow: hidden;
    width: 48%;
    height: 36vw;
  }

  .subtxt_a {
    font-size: 2.8vw;
    padding: 0 10px;
  }

  .bx_hd_top {
    font-size: 16px;
  }

  .cardForc {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 379px;
  }
.max_txt_1 ul.cwrap2>li {
    font-size: 0.6rem;
}
  .max_txt_1 {
    max-width: 100%;
    margin: auto;
    padding: 0px 0;
  }

  .max_rt2 {
    max-width: 100%;
    column-gap: 5px;
    row-gap: 10px;
    padding: 0px 0;
  }

  .max_rt2 .cardFore {
    width: 100%;
    grid-column: span 6;
  }

  .max_rt2 .empty-space {
    display: none;
  }





  .cardFore,
  .empty-space-merge {
    order: initial;
    /* In case you use flex in future */
  }

  .empty-space-merge {
    grid-row: 3;
    grid-column: span 12;
  }

  .max_rt .cardFore {
    width: 100%;
    grid-column: span 6;
  }

  .max_rt3 .cardFore {
    width: 100%;
    grid-column: span 6;
  }

  .max_rt3 {
    max-width: 100%;
    column-gap: 5px;
    row-gap: 10px;
    padding: 0px 0;
  }

  .max_rt1 {
    max-width: 100%;
    column-gap: 5px;
    row-gap: 10px;
    padding: 0px 0;
    ;
  }

  .max_rt1 .cardFord {
    width: 100%;
    grid-column: span 6;
  }

  .boxWrap {
    column-gap: 10px;
    row-gap: 10px;
    max-width: 100vw;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-items: center;
  }
  .boxWrap2a {
    column-gap: 10px;
    row-gap: 10px;
    max-width: 100vw;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    justify-items: center;
  }

  .cardForB {
    grid-column: span 6;
    border-radius: 0;
  }
.cardForB .fs_hdline {
  font-size: 15px;
}
  .hfo1 {
    height: 55vw;
    width: 100%;
    object-fit: cover;
  }

  .pos_bck {
    margin-bottom: 1rem;
  }

  .max_txt_1 ul.cwrap2 {
    font-size: 0.8rem;
  }

  ul.cwrap2 {
    margin-top: 10px;
  }

  .fs_hdline2 {
position: absolute;
        top: 42%;
        left: 0;
        right: 0;
        padding: 0 0;
        font-size: 3.5vw;
        text-shadow:black 1px 3px 2px, black -10px -5px 6px, black 1px 3px 2px, black -10px 11px 20px;
        text-align: center;
  }

  .maxchart {
  max-width: 100%;
  margin: auto;
}
.cardmb {
         /* padding: 0 8%; */
        width: 100%;
        height: auto;
}
.mobchart .splide__pagination {
  bottom: 1rem;
}
.max_led {
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.max_led .itemcov {
width: 47%;
}
.cov_ld {
    height: 182px;
}
.subtxt_cove {
  font-size: 1.65vw;
}
.til_led {
  font-size: 12px;
}
.stickerText {
    font-size: 2.1vw;
}
.stickerText2 {
        width: 24px;
        height: 24px;
}
.svg_container {
    max-width: 78%;
    margin: auto;
    margin-top: 4rem;
}

 ul.countdown-wrapper2 {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 25vw;
  }

  ul.countdown-wrapper2 li {
    width: 50%;
    height: 18vw;
  }

  .countdown-wrapper2 li h4 {
    font-size: 2.2rem;
    letter-spacing: 0.8vw;
  }
  .countdown-wrapper2 li h4.dotted {
    font-size: 2.2rem;
    letter-spacing:  0.3vw;
  }

      #countdown2.countdown_container {
        position: absolute;
        top: 33%;
        left: 0;
    }
.business-units {
   grid-template-columns: repeat(2, 1fr);
}
.unit {
  padding: 10px;
}
.unit h3 {    padding: 8px 12px;
    border-radius: 6px;
    font-size: 15px;
    min-height: 57px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.unit ul {
    padding-left: 13px;
    margin: 0;
    font-size: 0.7rem;
}
h2 {
  font-size: 25px;
}
.fplimg {
                width: 214px;
        margin-top: 2rem;
        margin-bottom: 1rem;
    
}
}