.inner--banner {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.white--inner--banner {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 10px;
}

.nurturing--banner {
      height: 95vh;
      width: 100%;
      background-size: cover;
      background-position: bottom;
      position: relative;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      /* justify-content: flex-end; */
}
.nurturing--banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(360deg, #E8F0ED 0%, transparent 71%);
}
.inner--container--banner {
  display: grid;
  grid-template-columns: 46% 1fr;
  padding: 0 40px;
  column-gap: 35px;
  padding-bottom: 20px;
  margin-top: auto;
  position: relative;
}

.inner--banner::before {
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 0%) 86.47%,
    rgb(232 240 237 / 30%) 92%,
    rgb(255 255 255 / 99%) 98%
  );
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}

.inner--banner:before {
  content: "";
     background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, #fcf3e9 102%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}
.white--inner--banner:before {
  content: "";
 background: linear-gradient(180deg, rgba(255, 255, 255, 0) 35.89%, #FFFFFF 94.89%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}

/* .inner--banner--content {
  position: absolute;
  right: 45px;
  bottom: 0;
  width: 48%;
  max-width: 720px;

  z-index: 2;
} */

/* Viksit Bharat */
.inner--banner--content h1 {
  margin: 0;
  font-family: "LT Superior Serif";
  font-size: 64px;
  line-height: 1;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;  
}

/* is a global proposition */
.inner--banner--content h2 {
  display: block;
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  font-family: "LT Superior Serif";
  margin-bottom: 20px;
}

/* Paragraph */
.inner--banner--content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  /* font-size: 20px; */
  font-weight: 400;
  color: #111;
}

.economics--section {
  position: relative;
  width: 100%;
  overflow: visible;
  clip-path: inset(0);
  padding-top: 70px;

  background: linear-gradient(
    0deg,
    #e8f0ed 5.66%,
    #ffffff 62.75%,
    #fcf3e9 83.98%
  );
}
.white--economics--section {
  position: relative;
  width: 100%;
  overflow: visible;
  clip-path: inset(0);
  padding-top: 70px;
    background: linear-gradient(0deg, #E8F0ED 5.77%, #F9E7D6 50.96%, #FFFFFF 63.94%);
}

.economics--container {
  position: relative;
  z-index: 2;
  padding: 0 110px;
}
.economics--row {
  display: grid;
  grid-template-columns: 46% 1fr;
  column-gap: 35px;
  align-items: end;
  padding-bottom: 120px;
}
/* .economics--row:last-child {
    margin-bottom: 0;
} */

.economics--visual {
  position: relative;
  overflow: hidden;
}

.economics--visual h2 {
    margin: 0 0 20px;
    font-family: "LT Superior Serif";
    font-size: 36px;
    font-weight: 400;
    color: #111;
    max-width: 370px;
    width: 100%;
}

.economics--visual h2 span {
    font-size: 64px;
}

.economics--visual h2 small {
  display: block;
  font-family: "LT Superior Serif";
  font-size: 42px;
  font-weight: 400;
}
 .economics--image {
  display: block;
  width: 370px;
  height: 310px;

  object-fit: cover;
}

.economics--content p {
  margin: 0;
  font-family: "Inter", sans-serif;
  /* font-size: 20px; */
  font-weight: 400;
  color: #111;
}

.economics--motive-wrapper {
  position: sticky;

  top: 10vh;
  right: 0;
  width: 100%;
  height: 0;

  z-index: 1;

  pointer-events: none;
}
.economics--motive {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;

  width: 100%;
  max-width: 47%;

  margin: 0;
  transform: none;
}

.economics--map-wrapper {
    position: sticky;
    top: 65px;
}

.economics--map {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  max-width: 46%;
  margin: 0 auto;
  transform: translateX(-50%);
}


.spotlight--section {
  width: 100%;
  background: #f3f2ed;
  background: linear-gradient(0deg, #e8f0ed -10.96%, #f9e7d6 74.46%);
}

.spotlight--section .custom--container {
  width: calc(100% - 76px);
  max-width: none;
  margin: 0 auto;
}

/* About Srub Component */
.about-scrub_component {
  z-index: 2;
  height:300svh;
  position: relative;
  background: linear-gradient(180deg, #e8f0ed 0%, #f9e7d6 74.05%, #f9e7d6 100%);
}

.about-scrub_sticky {
  justify-content: center;
  align-items: center;
  height: 134svh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: clip;
}

.about-scrub_item {
  aspect-ratio: 16/11;
  width: 100%;
  position: relative;
  overflow: clip;
}

.top-scrub-about .about-scrub_item img {
    object-position: bottom;
}

.about-scrub_wrap {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  justify-content: center;
  align-items: stretch;
  gap: 1rem;
  display: flex;
}

.about-scrub_wrap-layout {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  flex-direction: column;
  flex-grow: 1;
  gap: 1rem;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 56%;
  transform: translateY(50%);
}

.about-scrub_item.is-featured {
  flex: none;
  width: 100%;
}

.about-scrub_content {
  width: 100%;
  height: 100%;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
}

.about-scrub_content_wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about-scrub_title_wrap {
  max-width: 41em;
}
.about-scrub_title_wrap h3 {
  font-size: 25px;
}
.top-scrub-about {
  height: 490px;
}
.bottom-scrub-about {
  height: 360px;
}
/* About Srub Component end */

/* Heading */

.spotlight--heading {
  margin-bottom: 22px;
}

.spotlight--heading h2 {
  font-family: LT Superior Serif;
  margin: 0;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;

  color: #111111;
}

.spotlight--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.spotlight--card {
  display: block;

  min-width: 0;

  color: #111111;
  text-decoration: none;
  background: rgb(255 255 255 / 68%);
    /* padding: 15px; */
}

.spotlight--image {
  width: 100%;
  height: 240px;

  overflow: hidden;
}

.spotlight--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.spotlight--card:hover .spotlight--image img {
  transform: scale(1.04);
}

.spotlight--content--area {
    padding: 20px 15px;
}

.spotlight--meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 400;


  color: var(--black);
}

.spotlight--meta span:last-child {
  white-space: nowrap;
}

.spotlight--card h3 {
  font-family: LT Superior Serif;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.description--content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.spotlight--card > p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #222222;

  /* Maximum two lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  margin-bottom: 0;
}

.top--spotlight--view {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  padding-bottom: 20px;
}

.top--spotlight--view .spotlight--read-more {
  padding-top: 0px;
}

.impact--section {
    width: 100%;
    /* background: linear-gradient(0deg, #E8F0ED 5.77%, #F9E7D6 33.59%, #F9E7D6 71.77%, #FFFFFF 89.85%); */

}



/* ================================
   LEFT HEADING
================================ */

.impact--heading h2 {
  font-family: "LT Superior Serif", serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #111;
}

.impact--heading span {
  display: block;
  margin-top: 2px;
  font-family: "LT Superior Serif", serif;
  font-size: 24px;
  font-weight: 400;
  color: #111;
}
/* .impact--heading p {

} */

.heading--content {
  font-family: "Inter", sans-serif;
  padding-top: 20px;
  /* font-size: 20px; */
  font-weight: 400;
  color: #111;
}

/* ================================
   CENTER CONTENT
================================ */




.impact--image {
    width: 361px;
    min-width: 361px;
    overflow: hidden;
    margin-left: auto;
}

.impact--image img {
    display: block;

    width: 100%;

    object-fit: fill;
}



.impact--scroll {
  position: relative;
}

.impact--section {
    position: relative;
        padding-top: 30px;
    background: #E8F0ED;
}



.impact--row {
    position: sticky;
    display: flex;
    gap: 50px;
    padding: 50px 50px;
    /* background: #E8F0ED;   */

    border-top: 1px solid rgba(0, 0, 0, 0.25);

    overflow: hidden;
}

.impact--section .impact--row:first-child {
    border: none;
}


.impact--heading {
    position: relative;
    max-width: 700px;
}

/* =========================
   STACKING POSITIONS
========================= */

.impact--release {
    pointer-events: none;
}
/* =========================
   HEADING
========================= */

.impact--heading {
    position: relative;
}


.impact--heading span {
    display: block;
    margin-top: 8px;

    font-size: 20px;
}


/* =========================
   CONTENT
========================= */

.impact--content {
    max-width: 520px;
}

.impact--content p {
    margin-top: 0;
    margin-bottom: 20px;
}


/* =========================
   IMAGE
========================= */

.impact--image {
    max-height: 300px;
    overflow: hidden;
}

.impact--image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    display: block;
}

@media (max-width: 1280px) {
  .economics--container, .inner--container--banner {
    padding: 0 50px;
  }
  .about-scrub_sticky {
    height: 120vh;
  }
  .inner--banner--content h1{
    font-size: 50px;
  }
  .impact--heading {
      max-width: 640px;
  }
}
@media (max-width: 1024px) {
  .inner--banner--content h1 {
    font-size: 55px;
  }

  .inner--banner--content h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
  }


  .inner--banner .inner--banner--content {
    padding: 10px;
  }
  .economics--visual h2 {
    font-size: 25px;
  }

  .economics--visual h2 span {
    font-size: 42px;
  }

  .economics--visual h2 small {
    font-size: 25px;
  }
}
@media (max-width: 768px) {

    /* =========================
       HERO / BANNER
    ========================= */

  .inner--banner--content {
    right: 0;
    bottom: 30px;
    width: 100%;
    max-width: none;
    padding: 0;
    box-sizing: border-box;
  }
  .nurturing--banner{
    padding-bottom:20px;
    height: 90vh;
  }
  .inner--container--banner {
        display: block;
        padding: 25px 15px;
        padding-bottom: 0;
        position: absolute;
        bottom: 30px;
    }
    .inner--banner .inner--banner--content {
    padding: 0px;
  }
  .inner--banner {
    min-height: auto;
    height: 85vh;

  }
      .inner--banner.vishit--bhart {

        height: 95vh;
    }

  .inner--banner:before {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 23%,
      #fbf1e8 80%
    );
  }

  .inner--banner--content h1 {
    font-size: 30px;
  }

  .inner--banner--content h2 {
    font-size: 20px;
    margin-top: 4px;
  }

  .inner--banner--content p {
    max-width: 100%;
    /* font-size: 14px; */
    line-height: 1.5;
  }

  /* =========================
       ECONOMICS SECTION
    ========================= */

  .economics--section {
    width: 100%;
    padding-top: 20px;
  }

  .economics--container {
    padding: 0 20px;
  }

  .economics--row {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 30px;
    padding-bottom: 50px;
    align-items: initial;
  }

  .economics--visual {
    width: 100%;
  }

  .economics--visual h2 {
    font-size: 22px;
    line-height: 1.05;
    margin-bottom: 22px;
  }

  .economics--visual h2 span {
    font-size: 32px;
  }

  .economics--visual h2 small {
    font-size: 22px;
  }

  .economics--image {
    width: 100%;
    height: auto;
  }

  .economics--content {
    width: 100%;
  }


  /* =========================
       STICKY MAP
    ========================= */

  .economics--map-wrapper {
    display: none;
  }

  /* =========================
       SPOTLIGHT
    ========================= */
  .spotlight--section {
    padding: 30px 0;
  }
  .spotlight--section .custom--container {
    width: 100%;
  }

  .spotlight--heading {
    margin-bottom: 20px;
  }

  .spotlight--heading h2 {
    font-size: 32px;
  }

  .spotlight--grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .spotlight--image {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .spotlight--image img {
    object-fit: cover;
  }


  .spotlight--card h3 {
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.25;
  }

  .spotlight--card > p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.5;
  }
  .impact--section {
    width: 100%;
    background: #E8F0ED;
    padding-top: 0;
  }

    /* Stack heading, content and image */
    .impact--row {
        column-gap: 0;
        row-gap: 28px;

        padding: 40px 20px;

        align-items: start;
    }


    /* =========================
       HEADING
    ========================= */

    .impact--heading {
        width: 100%;
    }

    .impact--heading h2 {
        margin: 0;
        font-size: 40px;
        line-height: 1;
    }

    .impact--heading span {
        margin-top: 4px;

        font-size: 20px;
        line-height: 1.1;
    }


    /* =========================
       CONTENT
    ========================= */

    .impact--content {
        width: 100%;
    }

    .impact--content p {
        margin-top: 0;
        margin-bottom: 18px;

        font-size: 16px;
        line-height: 1.5;
    }

    .impact--content p:last-child {
        margin-bottom: 0;
    }


    /* =========================
       IMAGE
    ========================= */

    .impact--image {
        width: 100%;
        max-width: 100%;
        justify-self: stretch;
    }

    .impact--image img {
        display: block;

        width: 100%;
        height: auto;

        object-fit: cover;
    }
    .impact--row {
        display: flex;
        flex-direction: column;
        gap: 20px;
        /* padding: 30px 15px; */
        min-height: fit-content;
        position: relative;
        top: 0 !important;
    }

    /* 1. HEADING */

    .impact--heading {
        width: 100%;
        transform: none !important;
    }

    .impact--heading h2 {
        font-size: 22px !important;
        line-height: 1;
        margin: 0;
    }

    .impact--heading span {
        font-size: 15px;
        margin-top: 6px;
    }


    .heading--content {
        font-size: 14px ;
        padding-top: 10px !important;
    }

    .impact--content {
        width: 100%;
        max-width: 100%;
    }

    .impact--image {
        width: 100%;
        height: fit-content;
        flex-shrink: 0;
        clip-path: unset !important;
        max-height: fit-content !important;
        justify-self: unset;
        min-width: fit-content;
    }

    .impact--image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    
    /* about scrub */
  .about-scrub_item {
    display: none;
  }

  .about-scrub_item.is-featured {
    display: block;
  }

  .about-scrub_wrap.top-scrub-about,
  .about-scrub_wrap.bottom-scrub-about {
    display: none;
  }

  .about-scrub_item.is-featured img {
    position: relative !important;
  }

  .about-scrub_sticky,
  .about-scrub_component {
    height: auto;
  }

  .about-scrub_wrap-layout {
    position: relative;
    transform: none;
    bottom: 0;
    display: block;
  }

  .about-scrub_content_wrap {
    height: auto;
    position: relative;
  }

  .about-scrub_title_wrap {
    max-width: 100%;
  }

  .about-scrub_title_wrap h3 {
    font-size: 16px;
  }

  .about-scrub_content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
  }
  /* about scrub end */

  .white--economics--section {
    padding-top: 10px;
}
}

