.transparent--page--head{
  overflow: hidden;
}
.bg--top--section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.bg--top--section img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.bg--top--section video {
    width: 100%;
    height: 100%;
}
.content--offerings {
  /* background-image: url("../img/bg-element.png");
  background-repeat: no-repeat;
  background-position: left 30px;
  background-size: 490px; */
  position: relative;
}

.content--offerings .sticky--bg {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

.content--offerings .sticky--bg img {
    max-width: 440px;
    width: 100%;
}

.top--arrow {
  position: relative;
  margin-bottom: -1px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.top--arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid #fdfff8;
  border-right: 30px solid transparent;
  display: block;
}

.top--arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid #fdfff8;
  border-left: 30px solid transparent;
  display: block;
}


.service--tab--head .services--tab--list {
    gap: 20px;
    border-bottom: 2px solid rgb(111 111 111 / 12%) !important;
    justify-content: center;
    row-gap: 10px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    list-style: none;
}

.service--tab--head .services--tab--list li a, .service--tab--head .services--tab--list li span {
    font-size: 28px;
    color: rgb(106 106 106 / 20%);
    position: relative;
    text-decoration: none;
}

.service--tab--head .services--tab--list li a.active, .service--tab--head .services--tab--list li span.active {
    color: var(--primary);
}

.service--tab--head .services--tab--list li a:after, .service--tab--head .services--tab--list li span:after {
    content: '';
    background: transparent;
    height: 2px;
    width: 100%;
    display: block;
    margin-bottom: -2px;
}

.service--tab--head .services--tab--list li a.active:after, .service--tab--head .services--tab--list li span.active:after {
    background: var(--primary);
}

.development--area {
  width: 100%;
  /* height: 100vh; */
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
}

.development--left--container,
.development--right--container {
  width: 50%;
  height: 550px;
  position: relative;
  overflow: hidden;
}

.development--right--content {
  width: 100%;
  position: relative;
  height: 520px;
  overflow: hidden;
  clip-path: polygon(
    8% 0%,
    92% 0%,
    100% 8%,
    100% 92%,
    92% 100%,
    8% 100%,
    0% 92%,
    0% 10%
  );
}

.development--right--element {
  width: 100%;
  height: 100%;
  clip-path: polygon(
    8% 0%,
    92% 0%,
    100% 8%,
    100% 92%,
    92% 100%,
    8% 100%,
    0% 92%,
    0% 10%
  );
  color: var(--white);
  overflow: hidden;
  padding: 50px;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.development--left--container {
  padding-right: 100px;
}

.development--left--content img {
  width: 100px;
  max-width: 130px;
  /* transform: rotate(330deg); */
  margin-left: 20px;
}

.development--left--content {
  width: 100%;
  padding-top: 20px;
}

.development--right--element .bg--development {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.development--right--element .bg--development img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.development--right--element .development--right--points,
.development--right--element .development--right--count {
  position: relative;
}

.development--right--element .bg--development:before {
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.development--right--element .development--right--points h3 {
  font-size: clamp(24px, 3vw, 36px);
  font-family: HaasGrotDispBold;
}

.development--right--element .development--right--count p {
  text-align: right;
  font-size: 198px;
  font-family: HaasGrotDispThin35;
  margin: 0;
  line-height: 1;
}

.development--right--element .development--right--points ul li {
  font-size: 18px;
  margin-bottom: 5px;
}

.development--right--element .development--right--points ul {
  padding-left: 15px;
  margin-top: 30px;
}

.development--right--content .swiper--mobile--development {
        display: none;
    }

.industries--items--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.industries--items--list .industries--item .industries--item--thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.industries--items--list .industries--item {
  display: flex;
}

.industries--items--list .industries--item .industries--item--content,
.industries--items--list .industries--item .industries--item--thum {
  width: 50%;
  clip-path: polygon(
    8% 0%,
    92% 0%,
    100% 8%,
    100% 92%,
    92% 100%,
    8% 100%,
    0% 92%,
    0% 8%
  );
  overflow: hidden;
  height: 243px;
}

.industries--items--list .industries--item .industries--item--content {
  background: #cef79e;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.industries--items--list .industries--item .industries--item--content p {
  margin-bottom: 0px;
  color: var(--black);
}

.industries--items--list .industries--item .industries--item--content h3 {
  color: var(--headingcolor);
  font-size: 24px;
  font-family: HaasGrotDispMedium;
}

.industries--items--list .industries--item:nth-child(3),
.industries--items--list .industries--item:nth-child(4),
.industries--items--list .industries--item:nth-child(7),
.industries--items--list .industries--item:nth-child(8) {
  flex-direction: row-reverse;
}

.esg--section {
  background-image: url("../img/csr/esg-bg.webp");
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.esg--section::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.esg--section::after {
    content: '';
    width: 100%;
    height: 200px;
    background: #fdfff8;
    display: block;
    position: relative;
    margin-top: -110px;
}
.what--build--items {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 20px;
  padding-left: 20px;
  z-index: 1;
  position: relative; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 20px;
  padding-left: 20px;
  z-index: 1;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}

.what--build--items .what--item {
  position: relative;
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
  overflow: hidden;
  transition: 0.3s;
  /* aspect-ratio: 1 / 1; */
}

.what--build--items .what--item:nth-child(1) > .bottom--what--item,
.what--build--items .what--item:nth-child(3) > .bottom--what--item {
  color: var(--black);
}

.what--build--items .what--item:nth-child(2) > .bottom--what--item {
  color: var(--white);
}

.what--build--items .what--item:nth-child(1) > .bottom--what--item {
  background: #cef79e;
}

.what--build--items .what--item > .bottom--what--item {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 7%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  /* justify-content: space-between; */
  transition: 0.3s;
}

.what--build--items .what--item > .bottom--what--item > .what--icon > img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  object-position: left;
  transition: 0.3s;
}

.what--build--items .what--item:hover .what--icon img {
    transform: rotate(360deg) !important;
}

.what--build--items .what--item > .bottom--what--item h3 {
  font-family: HaasGrotDispMedium;
  font-size: clamp(18px, 2vw, 24px);
}

.what--build--items .what--item > .bottom--what--item p {
  font-family: "HaasGrotDispRoman";
  font-size: clamp(15px, 2vw, 18px);
}

.what--build--items .what--item:nth-child(2) > .bottom--what--item {
  background: #3e5ba6;
}

.what--build--items .what--item:nth-child(3) > .bottom--what--item {
  background: #e7e8e1;
}

.what--build--items
  .what--item:nth-child(2)
  > .bottom--what--item
  .what--icon
  > img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.what--build--items .what--item > .bottom--what--item > .what--content ul {
    padding-left: 15px;
}

/* Why GH2 */

.why--gh2 {
  background-image: url("../img/home/timeline-bg.png");
  background-repeat: no-repeat;
  background-size: 74%;
  background-position-x: right;
  background-position-y: 40px;
  background-color: #fdfff8;
}

.why--gh2--items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.why--gh2--items > .why--gh2--item {
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
  background: #d9d9d9;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  transition: 0.3s;
}

.why--gh2--items > .why--gh2--item .inner--why {
  background: #fdfff8;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  clip-path: polygon(
    10% 0%,
    90% 0%,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
  margin: 0 auto;
  margin-top: 1px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  transition: 0.3s;
}

.why--gh2--items > .why--gh2--item .inner--why > .why--img {
  height: 65%;
}

.why--gh2--items > .why--gh2--item .inner--why > .why--img > img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: bottom;
  transition: 0.3s;
}

.why--gh2--items > .why--gh2--item:hover .inner--why > .why--img > img {
  transform: rotate(360deg);
}

.why--gh2--items > .why--gh2--item:nth-child(odd):hover .inner--why {
  background-color: #fafcf3;
}

.why--gh2--items > .why--gh2--item:nth-child(even):hover .inner--why {
  background-color: #f5f8ff;
}

.why--gh2--items > .why--gh2--item .inner--why > h3 {
  color: var(--black);
  font-size: 18px;
  height: 35%;
}
/* Why GH2 End */

.driving--impact {
  background: #fdfff8;
  position: relative;
}

.partner--feature {
    background: #D8E6A9;
}

.partner--feature .container-fluid > .row {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

.partner--feature h2.heading--main {
    font-size: clamp(24px, 3vw, 48px);
    font-family: HaasGrotDispBold;
    color: var(--black);
}

.partner--feature p {
    color: var(--black);
}

.partner--feature .dubble--btn {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    justify-content: center;
}

/* Our Offerings 2 */
.parallax--bg {
    background-image: url('../img/offerings/parallax-bg-2.jpg');
    height: 540px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.parallax--bg:before {
    content:'';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #FDFFF8;
    border-right: 30px solid transparent;
    display: block;
    transform: scaleY(-1);
    position: absolute;
    left: 0;
    top: -1px;
}

.parallax--bg:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #FDFFF8;
    border-left: 30px solid transparent;
    display: block;
    transform: scaleY(-1);
    position: absolute;
    right: 0;
    top: -1px;
}
.parallax--bg .parallax--inner--content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.51%, #000000 95.66%);
    height: 100%;
    padding:40px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: var(--white);
}

.parallax--bg .parallax--inner--content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.parallax--bg .parallax--inner--content ul li {
    border: 1px solid var(--white);
    border-radius: 10px;
    padding: 10px;
    backdrop-filter: blur(8.899999618530273px);
    background: #FFFFFF36;
    font-size: 15px;
}

.parallax--bg .parallax--inner--content p {
    font-size: 18px;
}

.stack--range {
    display: flex;
    background: #F4FFD0;
}

.stack--range .stack--range--content {
    width: 40%;
    padding-left: 50px;
    padding-right: 50px;
}

.stack--range .stack--range--slide {
    width: 60%;
    flex: 1;
    overflow: hidden;
}
.stack--slide--container {
    margin-right: -150px;
}
.stack--range--swiper {
  width: 100%;
}

.stack--range--swiper .swiper-slide {
  width: 300px;
  clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
  position: relative;
  aspect-ratio: 1 / 1;
}
.stack--range--swiper  .swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.stack--range--swiper .swiper-slide-img:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, black, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.stack--range--swiper  .swiper-slide-img img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

.stack--range--swiper  .swiper-slide-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 25px;
  z-index: 2;
  padding-bottom: 35px;
}

.stack--range--swiper  .swiper-slide-content h2 {
  color: var(--white);
  font-family: HaasGrotDispMedium;
  font-size: 40px;
  margin-bottom: 0px;
}
.stack--range--swiper  .swiper-slide-content p {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 0;
  line-height: normal;
}
.stack--range--slide .stack--slide--nav .swiper-pagination {
    position: relative;
    margin: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    padding-top: 10px;
}
.stack--range--slide .stack--slide--nav .swiper-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 2px;
    border-radius: 0px;
    background: #D4D4D4;
    transition: 0.3s;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
    opacity: 1;
}

.stack--range--slide .stack--slide--nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 43px;
    background: var(--primary);
    transition: 0.3s;
}
.csr--sustainbility {
    position: relative;
}


.csr--sustainbility--inner .csr--sustainbility--inner--items {
    display: flex;
    justify-content: center;
    padding-right: 20px;
    padding-left: 20px;
}

.csr--sustainbility--inner .csr--sustainbility--inner--items .csr--sustainbility--item--thum {
    max-width: 580px;
    width: 100%;
    height: 400px;
    clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 100% 100%, 10% 100%, 0% 90%, 0% 10%);
    overflow: hidden;
}

.csr--sustainbility--inner .csr--sustainbility--inner--items .csr--sustainbility--item--thum img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    object-position: center;
}

.csr--sustainbility--inner .csr--sustainbility--inner--items .csr--sustainbility--item--content {
    max-width: 680px;
    width: 100%;
    background: #E2EEBA;
    padding: 65px;
    width: 100%;
    clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 100%, 0% 10%);
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
    color: var(--black);
    margin-left: -50px;
    
}

.csr--sustainbility--inner .csr--sustainbility--inner--items .csr--sustainbility--item--content h2 {
	margin-bottom: 20px;
}

.table--div {
    overflow: auto;
}

.table--div table {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    border: none;
}

.table--div th {
    background: var(--headingcolor);
    color: var(--white);
    font-weight: 500;
    font-family: HaasGrotDispMedium;
    min-width: 150px;
}

.table--div th, .table--div td {
    padding: 5px 10px;
    border: none;
}

.table--div td {
    color: var(--black);
}

.table--div th:first-child {
    /* min-width: 230px; */
    width: 50%;
}

.table--div table tbody tr:not(:first-child) {
    border-bottom: 1px solid var(--primary);
}

.mission--col {
    display: flex;
    gap: 0px;
    flex-wrap: nowrap;
    margin-top: 50px;
}
.mission--col > .mission--col--item {
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
    min-height: 660px;
    position: relative;
    padding: clamp(20px, 3vw, 50px);
    display: flex;
    align-items: end;
    justify-content: end;
    transition: 0.3s;
}
.mission--col > .mission--col--item:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgb(0 0 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 1;
}
.mission--col > .mission--col--item > img {
    position: absolute;
    top: 0px;
    height: 100%;
    left: 0px;
    object-fit: cover;
}
.vertical--heading {
    z-index: 2;
    position: absolute;
    right: 8%;
    bottom: 5%;
    visibility: visible;
}
.vertical--heading > h3 {
    transform: scaleX(-1) scaleY(-1);
    writing-mode: vertical-rl;
    color: var(--white);
    font-size: 32px;
    font-family: HaasGrotDispMedium;
}
.mission--col > .mission--col--item > .content--mission {
    z-index: 2;
    position: relative;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
    transform: translateY(50px);
}
.mission--col > .mission--col--item > .content--mission > h3 {
    font-family: HaasGrotDispMedium;
    font-size: 32px;
}

.mission--col > .mission--col--item:hover {
    width: 400%;
}
.mission--col > .mission--col--item:hover > .vertical--heading {
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}
.mission--col > .mission--col--item:hover > .content--mission {
    opacity: 1;
    transform: translateY(0px);
}
.mission--col > .mission--col--item:hover .content--mission > h3 {
    transform: none;
    writing-mode: lr;
}
.mission--col > .mission--col--item:hover .content--mission > p {
    display: block;
}
/* Our Offerings 2 end */

@media (max-width: 1280px) {
  .why--gh2--items > .why--gh2--item .inner--why {
    padding: 15px;
  }

  .why--gh2--items > .why--gh2--item .inner--why > .why--img {
    height: 50%;
  }

  .why--gh2--items > .why--gh2--item .inner--why > h3 {
    font-size: 15px;
  }
  .development--left--container, .development--right--container {
        height: 70vh;
    }
}

@media(max-width:1024px){
    /* .development--area {
        height: 81vh !important;
    } */
    .industries--items--list .industries--item .industries--item--content h3 {
        font-size: 18px;
    }

    .industries--items--list .industries--item .industries--item--content p {
        font-size: 15px;
    }

    .industries--items--list .industries--item .industries--item--content, .industries--items--list .industries--item .industries--item--thum {
        height: 205px;
    }
    .development--right--element {
        padding: 50px 25px;
    }
    .development--right--element .development--right--count p {
        font-size: 150px;
    }
    .development--right--content {
        height: 470px;
    }
}

@media (max-width: 991px) {
  .top--arrow:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid var(--white);
    border-right: 20px solid transparent;
  }
  .top--arrow:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid var(--white);
    border-left: 20px solid transparent;
  }

  .why--gh2--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .why--gh2--items > .why--gh2--item {
    width: 100%;
    max-width: 235px;
  }
  .why--gh2--items > .why--gh2--item {
    max-width: calc(50% - 10px);
  }

  .why--gh2--items {
    gap: 10px;
  }

  .why--gh2--items > .why--gh2--item .inner--why > .why--img {
    height: 50%;
  }

  .why--gh2--items > .why--gh2--item .inner--why > .why--img > img {
    width: 40px;
    height: 40px;
  }

  .why--gh2--items > .why--gh2--item .inner--why > h3 {
    font-size: 12px;
  }

  .why--gh2--items > .why--gh2--item .inner--why {
    padding: 10px;
  }
  .csr--sustainbility--inner .csr--sustainbility--inner--items .csr--sustainbility--item--content {
      padding: 40px;
  }
}

@media(max-width:768px){
    
    .transparent--page--head {
        min-height: 300px;
        padding-top: 180px;
    }
    .development--left--content {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .development--area {
        flex-direction: column;
        height: auto !important;
    }

    .development--left--container, .development--right--container {
        height: auto !important;
        width: 100% !important;
        padding: 0;
    }

    .development--left--content img {
        display: none;
    }

    .development--right--element {
        position: relative;
        clip-path: polygon(8% 0%, 92% 0%, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0% 92%, 0% 10%);
        padding: 33px 25px;
        padding-bottom: 15px;
    }

    .development--right--element .development--right--points ul li {
        font-size: 15px;
    }

    .development--right--element .development--right--count p {
        font-size: 100px;
    }

    .development--right--content {
        height: fit-content;
        clip-path: none;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .development--right--element .development--right--points h3 {
        font-size: 22px;
    }

    .development--right--element .development--right--points ul {
        margin-top: 15px;
    }
    .industries--items--list {
        grid-template-columns: repeat(1, 1fr);
        padding-right: 15px;
        padding-left: 15px;
        row-gap: 10px;
    }

    .industries--items--list .industries--item .industries--item--content, .industries--items--list .industries--item .industries--item--thum {
        width: 100%;
        clip-path: none;
        height: auto;
    }
    .industries--items--list .industries--item .industries--item--content {
        padding: 25px 15px;
    }

    .industries--items--list .industries--item {
        flex-direction: column-reverse !important;
        clip-path: polygon(8% 0%, 92% 0%, 100% 8%, 100% 92%, 92% 100%, 8% 100%, 0% 92%, 0% 8%);
    }
    .what--build--items {
        grid-template-columns: repeat(1, 1fr);
    }

    .esg--section::after {
        height: 150px;
    }

    .partner--feature .dubble--btn {
        flex-wrap: wrap;
        row-gap: 0;
    }
    .development--right--content .swiper-pagination-bullet {
        background: #fff;
        opacity: 0.5;
    }
    .development--right--content .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }
    .development--right--content .desktop--element--development {
        display: none;
    }
    .development--right--content .swiper--mobile--development {
        display: block;
    }
    .parallax--bg {
        height: auto;
        background-attachment: scroll;
    }

    .parallax--bg .parallax--inner--content {
        background: rgb(0 0 0 / 50%);
        padding: 50px 20px;
    }
    .parallax--bg .parallax--inner--content p {
        font-size: 16px;
    }
    .parallax--bg .parallax--inner--content ul li {
        font-size: 14px;
        padding: 5px 8px;
        border-radius: 5px;
    }

    .stack--range {
        flex-direction: column;
        padding: 20px;
    }

    .stack--range .stack--range--content {
        width: 100%;
        padding: 0;
    }

    .stack--range .stack--range--slide {
        width: 100%;
    }

    .stack--range--swiper .swiper-slide {
        width: 100% !important;
    }
    .stack--slide--container{
      margin-right: 0px;
    }
    .stack--range--swiper .swiper-slide-content h2 {
        font-size: 32px;
    }

    .stack--range--swiper .swiper-slide-content p {
        font-size: 16px;
    }

    .stack--range--slide .stack--slide--nav .swiper-pagination {
        text-align: center;
    }

    .csr--sustainbility--inner .csr--sustainbility--inner--items {
        flex-direction: column;
    }

    .csr--sustainbility--inner .csr--sustainbility--inner--items .csr--sustainbility--item--thum {
        height: 250px;
    }

    .csr--sustainbility--inner .csr--sustainbility--inner--items .csr--sustainbility--item--content {
        padding: 50px 20px;
        margin-left: 0;
        margin-top: 15px;
        clip-path: polygon(10% 0%, 90% 0%, 100% 5%, 100% 95%, 90% 100%, 10% 100%, 0% 100%, 0% 5%);
    }

    .mission--col {
        flex-direction: column;
        margin-top: 20px;
    }

    .mission--col > .mission--col--item {
        min-height: 200px;
    }

    .mission--col > .mission--col--item:hover {
        width: 100%;
    }

    .vertical--heading {
        left: 4%;
        right: auto;
        width: 92%;
    }

    .vertical--heading > h3 {
        writing-mode: horizontal-tb;
        transform: none;
        font-size: 20px;
    }

    .mission--col > .mission--col--item > .content--mission > h3 {
        font-size: 20px;
    }

    .mission--col > .mission--col--item > .content--mission > p {
        font-size: 15px;
    }
    .what--build--items .what--item > .bottom--what--item{
      gap:30px
    }
    .what--build--items .what--item > .bottom--what--item > .what--icon > img {
      width: 50px;
      height: 50px;
    }
    .service--tab--head .services--tab--list li {
        width: max-content;
    }

    .service--tab--head {
        overflow: auto;
        padding-right: 15px;
    }
    .service--tab--head .services--tab--list li a {
      font-size: 20px;
  }
}