:root {
  --page-width: 1144px;
  --black: #000;
  --white: #fff;
  --accent: #4AC8FF;
  --base-font: Arial, sans-serif;
  --radius: 16px;
  --gap: 24px;
  --muted: #9aa;
}

/* ---------- Reset & base ---------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  /* padding: 14px; */
  /* background: var(--black); */
  font-family: var(--base-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.color1 {
  color: #EDEDEDE8;
  opacity: 91%;
  font-weight: 200;
}

.color2 {
  color: #EDEDED;
  font-weight: 400;
}


.hero_section {
  margin-top: 10%;
}

.cs-container {
  width: 100%;
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 3rem;
}

/* ---------- HERO ---------- */
.cs-hero {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 3rem;
}

.cs-hero__left_mb {
  display: none;
}

.cs-hero__left {
  flex: 1;
  /* padding-right: 20px; */
  box-sizing: border-box;
}

.cs-hero__right {
  width: 500px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-hero__image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Headline */
.cs-headline {
  font-family: TGSPerfectCondensed, sans-serif;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  margin: 80px 0 40px;
}

.cs-headline__main {
  font-size: 85px;
  font-weight: 700;
  margin-right: 20px;
  color: var(--white);
  display: inline-block;
  text-transform: uppercase;
}

.cs-headline__stack {
  display: inline-block;
  text-align: center;
  margin: 9px -19px;
  text-transform: uppercase;
}

.cs-headline__part {
  display: block;
  font-family: TGSPerfectCondensed, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 10px;
  color: var(--white);
}

.cs-headline__subtext {
  font-size: 13px;
  letter-spacing: 3px;
  margin: 10px 0 6px -86px;
  display: block;
  font-weight: 100;
  color: var(--white);
}

/* Meta info (Client + Industry) */



.cs-meta-row {
  display: flex;
  gap: 40px;
  align-items: end;
}

.cs-meta {
  display: flex;
  flex-direction: column;
}

.cs-meta__value {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: var(--accent);
}

.cs-meta__value-2 {
  /* used for multi-line "Real Estate" variant */
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
}

.cs-meta__label {
  font-size: 1.1rem;
  color: var(--white);
  margin-top: 5px;
  text-align: center;
}

/* ---------- SECTION 2 (Feature / visual) ---------- */
.cs-feature {
  margin: 3rem 0;
  display: flex;
  gap: 58px;
  align-items: flex-start;
}



/* ---------- SECTION content change animation ---------- */

.click-content-para {
  position: relative;
  width: 100%;
  height: 130px;
  /* fix height to avoid jumping */
  overflow: hidden;
}

.click-content-paragraph-chagne p {
  height: 150px;
  margin-bottom: 0px;
}

.click-content-paragraph-chagne p {
  display: block;
  animation: para-change 30s ease-in-out infinite;
}


@keyframes para-change {
/* 1st para visible */
0% {
transform: translateY(0%);
}
25% {
transform: translateY(0%);
}

/* smooth slide to 2nd para */
35% {
transform: translateY(-100%);
}
60% {
transform: translateY(-100%);
}

/* smooth slide to 3rd para */
70% {
transform: translateY(-200%);
}
100% {
transform: translateY(-200%);
}
}

.click-content-paragraph-chagne p {
  font-family: 'Satoshi', sans-serif;
}

.click-content-paragraph-chagne {
  display: flex;
  flex-direction: column;
  justify-content: right;
  align-items: last baseline;
}

@media(max-width:782px) {
  .click-content-para {
    height: 150px;
    padding-top: 10px;
  }
}






/* .precision_container {
  margin: 3rem 0;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.precision_visual {
  width: 100%;
}

.precision_content {
  text-align: right;
}

.precision_title {
  font-family: TGSPerfectCondensed, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 0.95;
  color: var(--white);
}

.precision_lead {
  font-size: 1rem;
  text-align: justify;
  margin-top: 1.1rem;
  color: var(--white);
} */



.precision_container {
  margin: 8.2rem 0;
  display: flex;
  gap: 60px;
  align-items: flex-end;
  /* Change from flex-start to center */
}

.precision_visual {
  width: 45%;
}

.precision_content {
  width: 55%;
  text-align: right;
}

.precision_title {
  font-family: TGSPerfectCondensed, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 0.95;
  color: var(--white);
}

.precision_lead {
  font-size: 1.1rem;
  text-align: end;
  margin-bottom: 0;
}

.result_container {
  margin: 3rem 0;
  display: flex;
  gap: 60px;
}

.result_visual {
  display: block;
  width: 45%;
}

.result_stats_bottom {
display: none;
}

.result_title {
  font-family: TGSPerfectCondensed, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 0.95;
  color: var(--white);
  text-align: end;
}

.result_content {
  width: 55%;
}

.result_stats_bottom {
  width: 100%;
}

.result_lead {
  font-size: 1.1rem;
  text-align: start;
}


.result_stats {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: end;
}

.result_stats p {
  margin-bottom: 0;
}



/* .cs-feature__visual {
  width: 100%;
}

.cs-feature__visual img {
  display: block;
  height: auto;
  width: 100%;
}

.cs-feature__content {
  text-align: right;
  margin-top: 30px;
}

.cs-feature__title {
  font-family: TGSPerfectCondensed, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  margin: 0;
  line-height: 0.95;
  color: var(--white);
  text-transform: uppercase;
}

.cs-feature__lead {
  font-size: 1rem;
  text-align: end;
  margin-top: 4px;
  color: var(--white);
} */

.cs-feature {
  display: flex;
  flex-wrap: wrap;
  /* For responsiveness */
  /* align-items: center; */
  gap: 2rem;
  padding: 2rem 0;
}

.cs-feature__visual {
  flex: 1 1 300px;
  /* Flexible width, min 300px */
  text-align: center;
}

.cs-feature__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
  border-radius: 8px;
  /* Optional: Rounded corners for better look */
}

.cs-feature__content {
  flex: 1 1 300px;
  color: white;
  text-align: right;
}

.cs-feature__title {
  font-size: 5rem;
  font-family: TGSPerfectCondensed, sans-serif;
  margin-bottom: 1rem;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  margin-left: 1rem;
  line-height: 0.95;
}

.cs-feature__lead {
  font-size: 1.1rem;
  /* margin-bottom: 1rem; */
}


/* ---------- SECTION 3 (About / bullets) ---------- */
.cs-about {
  margin-top: 40px;
}

.cs-about__title {
  font-family: TGSPerfectCondensed, sans-serif;
  font-size: 5rem;
  font-weight: 800;
  margin: 3rem 0;
  text-align: start;
  line-height: 0.95;
  color: var(--white);
}

.cs-about__copy {
  max-width: 801px;
  font-size: 22px;

  margin-top: 18px;
}

.cs-about__copy p {
  font-size: 1.1rem;
}

.cs-about__list {
  max-width: 780px;
  margin-top: 12px;
  padding-left: 20px;
}

.cs-about__list li {
  font-size: 1.1rem;
}

.cs-icons-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}

.cs-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cs-icon img {
  height: auto;
  width: 10vw;
}

.cs-icon__label {
  font-size: 1.3rem;
}




.cs-wrap {
  width: 100%;
  max-width: var(--max-width);
}

.cs-page-title {
  font-family: TGSPerfectCondensed, sans-serif;
  margin: 23px 0 18px 0;
  font-size: 5rem;
  text-align: right;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--white);
}

/* Grid: two equal columns + a narrower third column (~0.6fr) */
.cs-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  align-items: start;
}



/* Card base */
.cs-card {
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  background: transparent;
}

/* image cards (first two) */
.cs-card--media {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* padding: 10px; */
}

.cs-card--media img {
  display: block;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}

.cs-card--media .cs-caption {
  padding: 1rem 0;
  display: flex;
  gap: 6px;
  align-items: end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.45));
}

/* caption used in cards */
.cs-caption {
  background: #000;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
}

.cs-caption__left {
  flex: 1;
}

.cs-caption__stat {
  font-weight: bold;
  margin-bottom: 4px;
}

.cs-caption__meta {
  font-size: 1.1rem;
  font-weight: 600;
}

.cs-caption__right {
  text-align: right;
  font-size: 1.1rem;
  white-space: nowrap;
}

/* third column (result/summary) */
.cs-card--result {
  /* padding: 26px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  min-height: 100%;
}

.cs-card--result .cs-kpi {
  display: flex;
  gap: 14px;
  align-items: flex-end;
}

.cs-kpi__big {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.cs-kpi__small {
  color: var(--muted);
  font-size: 13px;
}

.cs-card--result .cs-note {
  color: var(--muted);
  margin-top: 6px;
  font-size: 14px;
}


.result_num {
  font-size: 3rem;
  font-family: TGSPerfectCondensed, sans-serif;
  line-height: 0;
}

/* small screens: stack columns */



.grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  max-width: 1200px;
  margin-top: 30px;
  width: 100%;
  height: 426px;
}

.box {
  /* background: gray; */
  overflow: hidden;
  /* Important for border-radius to apply */
  height: 100%;
  border-radius: 1rem;

}

.box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 1rem;
}

/* Layout positioning */
.box1 {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.box2 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.box3 {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

.box4 {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}

.box4 video {
object-fit: cover;
}

.box5 {
  grid-column: 5 / 7;
  grid-row: 1 / 2;
}

.box6 {
  grid-column: 5 / 7;
  grid-row: 2 / 3;
}


.icons-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icons-item img {
  height: auto;
}


/* small visual helpers (not required) */
.label {
  font-size: 18px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
/* 
.cs-feature__group {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeGroup 15s ease-in-out infinite;
  position: absolute;
  width: 100%;
}

.cs-feature__group:nth-of-type(1) {
  animation-delay: 0s;
}

.cs-feature__group:nth-of-type(2) {
  animation-delay: 5s;
}

.cs-feature__group:nth-of-type(3) {
  animation-delay: 10s;
}

@keyframes fadeGroup {

  0%,
  20% {
    opacity: 1;
    transform: translateY(0);
  }

  25%,
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
} */



@media (max-width:980px) {

  .cs-container {
    padding: 0 16px;
  }

  .cs-hero__right {
    /* width: 100%; */
  }

  .cs-headline {
    font-size: 1rem;
  }

  .cs-feature {
    flex-direction: column;
    gap: 32px;
    align-items: flex-end;
  }

  .cs-feature--2 {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
  }

  .cs-feature__content {
    text-align: right;
    order: 1;
    max-width: 64%;
  }

  .cs-feature__visual {
    order: 2;
    width: 100%;
  }

  .cs-feature--2 .cs-feature__content {
    max-width: 90%;
  }

  .cs-feature__content .cs-feature__title {
    font-size: 5rem;
    text-align: right;
    margin-bottom: 25px;
  }

  .cs-feature--2 .cs-feature__lead {
    text-align: right;
    display: block;
  }

  .cs-meta-row {
    justify-content: center;
  }

  .cs-meta span {
    font-size: 22px;
  }

  .cs-meta .cs-meta__value img {
    /* height: 68px;
    width: 100%; */
  }

  .cs-meta .cs-meta__value-2 {
    font-size: 22px;
    line-height: 1;

  }

  .cs-feature__lead {
    font-size: 1rem;
  }

  .cs-about__title {
    font-size: 5rem;
  }

  .cs-about__copy p {
    font-size: 1rem;
  }

  .cs-about__list {
    font-size: 1rem;
  }

  .cs-about__list li {
    font-size: 1rem;
  }

  .precision_container {
    flex-direction: column;
    gap: 8px;
    align-items: baseline;
    margin: 3rem 0;
  }

  .cs-card--result .cs-note {
    font-size: 18px;
  }


  .cs-icon__label {
    font-size: 1rem;
  }



  .precision_visual {
    width: 100%;
    order: 1;
  }

  .precision_days {
    font-size: 1rem;
    text-align: right;
    margin-top: 4px;
    text-align: right;
  }

  .precision_content {
    text-align: left;
    order: 2;
    width: 100%;
  }

  .precision_title {
    font-size: 5rem;
    text-align: left;
    align-items: flex-start;
  }

  .precision_lead {
    font-size: 1rem;
    text-align: start;
    margin-top: 4px;
  }

  .result_container {
    margin: 3rem 0;
    flex-direction: column;
    gap: 10px;
  }

  .result_visual {
    width: 100%;
    order: 1;
    text-align: start !important;
  }

  .result_stats {
    display: none;
  }

  .result_stats_bottom {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-align: start;
    order: 3;
    width: 100%;
    /* padding: 1rem; */
  }

  .result_content {
    text-align: start !important;
    order: 2;
    width: 100%;
  }

  .result_lead {
    font-size: 1rem;
    text-align: start;
    margin-top: 4px;
  }
/* 
  .result_stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: start;
  } */

  .result_title {
    font-size: 5rem;
    text-align: start;
  }

  .cs-hero {
    display: flex;
    /* flex-direction: column; */
  }

  .cs-results-grid {
    grid-template-columns: 1fr;
  }

  .cs-page-title {
    text-align: left;
    font-size: 5rem;
    margin-bottom: 12px;
  }

  .cs-meta-row {
    justify-content: center;
  }

  /* .grid-container {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .box1,
  .box2,
  .box3,
  .box4,
  .box5,
  .box6 {
    grid-column: auto;
    grid-row: auto;
    min-height: auto;
    height: auto;
  } */

  /* .box {
    border-radius: 10px;
    height: 300px;
  } */


  /* .grid-container {
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    width: 100%;
    height: 100%;
  }
  .box1 {
    grid-area: 1/1/2/2;
    background-color: rgba(115,242,141, 0.5);
  }
  .box2 {
    grid-area: 1/2/2/3;
    background-color: rgba(44,74,180, 0.5);
  }
  .box3 {
    grid-area: 2 / 1 / 4 / 3;
    background-color: rgba(163,9,139, 0.5);
  }
  .box4 {
    grid-area: 4 / 1 / 5 / 3;
    background-color: rgba(113,158,52, 0.5);
  }
  .box5 {
    grid-area: 5 / 1 / 6 / 3;
    background-color: rgba(168,164,153, 0.5);
  }
  .box6 {
    grid-area: 6 / 1 / 7 / 3;
    background-color: rgba(58,101,142, 0.5);
  } */


  .grid-container {
    display: grid;
    grid-template-rows: repeat(5, fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
    width: 100%;
    height: 100%;
  }

  .box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: fill;
  }

  .box{
    border-radius: 1rem;
  }

  .box1 {
    grid-area: 1/1/2/2;
    background-color: gray;
  }

  .box2 {
    grid-area: 1/2/2/3;
    background-color: gray;

  }

  .box3 {
    grid-area: 2 / 1 / 3 / 3;
    background-color: gray;
  }

  .box4 {
    grid-area: 3 / 1 / 4 / 3;
    background-color: gray;
  }

  .box5 {
    grid-area: 4 / 1 / 5 / 3;
    background-color: gray;
  }

  .box6 {
    grid-area: 5 / 1 / 6 / 3;
    background-color: gray;
  }


  
}

@media (max-width: 750px) {

  .cs-hero__left {
    flex-direction: column;
    margin-top: 4rem;
  }

  .cs-hero__image {
    margin: 1rem 0;
  }

  .cs-container {
    padding: 0 16px;
  }

  .cs-hero__right {
    width: 100%;
  }

  .cs-headline {
    font-size: 1rem;
  }

  .cs-feature {
    margin-top: -4rem;
    flex-direction: column;
    gap: 7px;
    align-items: flex-end;
  }

  .cs-feature__content {
    text-align: right;
    order: 1;
    max-width: 82%;
  }

  /* .cs-feature__visual {
    width: 100%;
    order: 2;
  } */

  .cs-feature__content .cs-feature__title {
    font-size: 4rem;
    text-align: right;
    margin-bottom: 25px;
    margin-top: 3rem;
  }

  .cs-feature--2 .cs-feature__lead {
    text-align: right;
    display: block;
  }

  .cs-meta-row {
    justify-content: center;
  }

  .cs-meta span {
    font-size: 22px;
  }

  .cs-meta .cs-meta__value img {
    /* height: 68px;
    width: 100%; */
  }

  .cs-meta .cs-meta__value-2 {
    font-size: 22px;
    line-height: 1;

  }

  .cs-feature__lead {
    font-size: 15px;
  }

  .cs-about__title {
    font-size: 4rem;
  }

  .cs-about__copy p {
    font-size: 15px;
  }

  .cs-about__list {
    font-size: 15px;
  }

  .cs-about__list li {
    font-size: 15px;
  }

  .cs-card--result .cs-note {
    font-size: 15px;
  }


  .cs-icon__label {
    font-size: 0.8rem;
  }

  .precision_visual {
    width: 100%;
    order: 1;
  }

  .precision_days {
    font-size: 15px;
    text-align: right;
    margin-top: 4px;
    color: var(--accent);
    text-align: right;
  }

  .precision_content {
    text-align: left;
    order: 2;
    width: 100%;
  }

  .precision_title {
    font-size: 4rem;
    text-align: left;
    align-items: flex-start;
  }

  .precision_lead {
    font-size: 15px;
    text-align: start;
    margin-top: 4px;
  }

  .cs-hero {
    display: flex;
    flex-direction: column;
  }

  .cs-results-grid {
    grid-template-columns: 1fr;
  }

  .cs-page-title {
    text-align: left;
    font-size: 4rem;
    margin-bottom: 12px;
  }

  .cs-meta-row {
    justify-content: center;
  }
}


@media (max-width: 500px) {
  .box img {
    width: 100%;
    height: auto;
    display: block;
  }

  .cs-about__title,
  .precision_title,
  .result_title,
  .cs-feature__title {
    font-size: 3rem;
    margin: 1rem 0;
  }

  .precision_container {
    flex-direction: column;
    gap: 9px;
    align-items: baseline;
  }

  .cs-icon__label {
    font-size: 0.7rem;
  }

  .cs-feature {
    margin-top: 0rem;
    flex-direction: column;
    gap: 7px;
    align-items: flex-end;
  }

  .cs-feature__content .cs-feature__title {
    font-size: 3rem;
    text-align: right;
    margin-bottom: 0.6rem;
    margin-top: 3rem;
  }

  .cs-about {
    margin-top: -2rem;
  }

  .result_num {
    font-size: 2rem;
  }
}


.cs-breadcrumb {
  position: absolute;
  top: 16%;
  left: 0;
}

.bc-current{
  color: #FFF5F5;
}

.bc-item, 
.bc-sep{
color: #F4F1F166;
}

.breadcrumb{
  font-size: 16px;
}


@media (max-width: 768px) {
  .cs-breadcrumb{
    top: 4%;
  }
}

@media (max-width: 450px) { 

  .cs-breadcrumb{
    top: 5%;
  }
.breadcrumb{
  font-size: 12px;
}
}
