.wrapper {
  position: relative;
  width: 100%;
}

.outer {
  width: 100%;
  height: 100vh;
}

.inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.homeslider .swiper-slide {
  position: relative;
  overflow: hidden;
}

.homeslider .swiper-slide .bg--banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.homeslider .swiper-slide .bg--banner:before {
  content: "";
  width: 100%;
  background: var(--black);
  height: 100%;
  position: absolute;
  opacity: 0.7;
}

.homeslider .swiper-slide .bg--banner > img {
  width: 100%;
  height: 100%;
}
.homeslider .swiper-slide .bg--banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeslider {
  position: relative;
  height: 100vh;
  width: 100%;
}

.homeslider .swiper-slide .swiper--content {
  z-index: 1;
  position: relative;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.homeslider .swiper-slide .swiper--content .sub--heading--slider {
  font-size: clamp(18px, 3vw, 48px);
  color: var(--white);
  margin-bottom: 0;
}
.homeslider .swiper-slide .swiper--content .main--heading--slider {
  /* font-size: clamp(30px, 7vw, 128px); */
  font-size: clamp(30px, 9vw, 128px);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 0.9;
}

.homeslider .swiper-slide .swiper--content .slide--para {
  max-width: 1000px;
  padding-bottom: 20px;
  width: 100%;
}

.homeslider .swiper-slide .swiper--content .slide--para p {
  font-size: 20px;
  color: var(--white);
}

.homeslider .swiper-pagination > .swiper-pagination-bullet {
  width: 17px;
  height: 2px;
  border-radius: 0px;
  background: rgb(255 255 255 / 30%);
  transition: 0.3s;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
  opacity: 1;
}

.homeslider
  .swiper-pagination
  > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 43px;
  background: var(--white);
  transition: 0.3s;
}

.homeslider .swiper-pagination {
  bottom: 150px !important;
  z-index: 1;
}

/* scroll down */
/* From Uiverse.io by mrhyddenn */
.homeslider .scrolldown {
  position: absolute;
  cursor: pointer;
  z-index: 1;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 15px;
}

.homeslider .chevrons {
  display: flex;
  flex-direction: column;
  align-items: center;
  --sizeX: 46px;
  --sizeY: 46px;
  width: var(--sizeX);
  height: var(--sizeY);
  border: 1px solid var(--white);
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  justify-content: center;
}

.homeslider .chevrondown {
  margin-top: -7px;
  position: relative;
  border: solid var(--white);
  border-width: 0px 2px 2px 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.homeslider .scrolldown .scroll--text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 16px;
}

.homeslider .chevrondown:nth-child(odd) {
  animation: pulse54012 500ms ease infinite alternate;
}

.homeslider .chevrondown:nth-child(even) {
  animation: pulse54012 500ms ease infinite alternate 250ms;
}

@keyframes pulse54012 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* scroll down end */

.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;
}

.fade-up-element {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}

/* When slide is active */
.swiper-slide-active .fade-up-element {
  opacity: 1;
  transform: translateY(0);
}

/* Add stagger delays */
.swiper-slide-active .fade-up-element.delay-1 { transition-delay: 0.2s; }
.swiper-slide-active .fade-up-element.delay-2 { transition-delay: 0.4s; }
.swiper-slide-active .fade-up-element.delay-3 { transition-delay: 0.6s; }
.swiper-slide-active .fade-up-element.delay-4 { transition-delay: 0.8s; }

/* Who We Are */
.who--we--inner {
  background-image: url("../img/home/who-we-are-bg.png");
  background-repeat: no-repeat;
  background-size: 74%;
  background-position-x: right;
  background-position-y: 40px;
}

.txt-wrapper {
  max-width: 675px;
  width: 100%;
}

.txt-wrapper p {
  color: #c4c4c4;
  font-size: clamp(35px, 5vw, 84px);
  font-family: HaasGrotDispLight;
  line-height: 1.1;
}

.who--we--glass {
  max-width: 320px;
  width: 100%;
}

.who--we--glass > img {
  width: 100%;
}

/* Who We Are End */

/* What Wer Build */

.what--build--items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.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 > .top--what--item {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
}
.what--build--items .what--item > .top--what--item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.what--build--items .what--item > .top--what--item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -31.68%, #000000 93.42%);
}

.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: 10px;
  justify-content: space-between;
  transition: 0.3s;
}

.what--build--items .what--item:nth-child(1) > .bottom--what--item,
.what--build--items .what--item:nth-child(6) > .bottom--what--item {
  background: #cef79e;
}

.what--build--items .what--item:nth-child(2) > .bottom--what--item,
.what--build--items .what--item:nth-child(4) > .bottom--what--item {
  background: #3e5ba6;
}

.what--build--items .what--item:nth-child(3) > .bottom--what--item,
.what--build--items .what--item:nth-child(5) > .bottom--what--item {
  background: #e7e8e1;
}

.what--build--items .what--item:nth-child(1) > .bottom--what--item,
.what--build--items .what--item:nth-child(6) > .bottom--what--item,
.what--build--items .what--item:nth-child(3) > .bottom--what--item,
.what--build--items .what--item:nth-child(5) > .bottom--what--item {
  color: var(--black);
}

.what--build--items .what--item:nth-child(2) > .bottom--what--item,
.what--build--items .what--item:nth-child(4) > .bottom--what--item {
  color: var(--white);
}

.what--build--items
  .what--item:nth-child(2)
  > .bottom--what--item
  .what--icon
  > img,
.what--build--items
  .what--item:nth-child(4)
  > .bottom--what--item
  .what--icon
  > img {
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.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 > .bottom--what--item .explore-btn .text {
  background: transparent;
  border: 1px solid var(--white);
  border-right: 0;
}

.what--build--items .what--item > .bottom--what--item .explore-btn .icon {
  background: transparent;
  border: 1px solid var(--white);
  border-left: 0;
}

.what--build--items
  .what--item
  > .bottom--what--item
  .explore-btn:hover
  > :nth-child(1) {
  border-left: 1px solid var(--white);
  border-right: 0px !important;
}

.what--build--items
  .what--item
  > .bottom--what--item
  .explore-btn:hover
  > :nth-child(2) {
  border-right: 1px solid var(--white);
  border-left: 0px !important;
}

.what--build--items .what--item > .bottom--what--item .btn-wrap {
  height: 0px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 10px;
}

.what--build--items .what--item:hover > .bottom--what--item .btn-wrap {
  height: 50px;
  visibility: visible;
  opacity: 1;
}

.what--build--items .what--item:hover .bottom--what--item {
  background: transparent;
}
.what--build--items .what--item.bottom--what--item .what--icon {
  transition: 0.3s;
}
.what--build--items .what--item:hover .bottom--what--item .what--icon {
  opacity: 0;
}

.what--build--items .what--item:hover > .bottom--what--item {
  color: var(--white);
}

.what--build--items .what--item > .bottom--what--item > .what--icon > img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: left;
}

/* What Wer Build End */

/* Timeline  */

.build--scale .pin-wrapper {
  position: relative;
}

.build--scale .timeline--head {
  max-width: 1100px;
  width: 100%;
  padding: 0px 15px;
}

.build--scale .sticky-panel {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #FDFFF8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/home/timeline-bg.png");
  background-repeat: no-repeat;
  background-size: 74%;
  background-position-x: right;
  background-position-y: 0px;
}

.timeline-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 100%;
}

.edge-line {
  flex: 1;
  height: 2px;
  margin-bottom: 30px;
  opacity: 0;
  transform: scaleX(0);
}
.edge-line.edge-left {
  background: repeating-linear-gradient(
    to right,
    #7ab800 0px,
    #7ab800 6px,
    transparent 6px,
    transparent 12px
  );
  transform-origin: left center;
}
.edge-line.edge-right {
  background: repeating-linear-gradient(
    to right,
    #7ab800 0px,
    #7ab800 6px,
    transparent 6px,
    transparent 12px
  );
  transform-origin: left center;
}

.step-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  opacity: 0;
  transform: translateY(20px) scale(0.85);
  flex-shrink: 0;
  position: relative;
  min-height: 130px;
}

.ring-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  background: #9bcc07;
  border-radius: 100px;
}

.ring-wrap-blue {
  background: #3e5ba6;
}

.arc-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  opacity: 0;
}

.arc-left {
  stroke: #7ab800;
  stroke-width: 3;
  stroke-dasharray: 5 4;
  fill: none;
  stroke-linecap: round;
  stroke-dashoffset: 200;
}

.arc-right {
  stroke: #3a5fa0;
  stroke-width: 3;
  stroke-dasharray: 5 4;
  fill: none;
  stroke-linecap: round;
  stroke-dashoffset: 200;
}

.icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.icon-circle.green {
  background: rgb(0 0 0 / 15%);
}
.icon-circle.blue {
  background: rgb(0 0 0 / 15%);
}
.icon-circle svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.95);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.step-label {
  font-size: 24px;
  color: var(--black);
  font-family: HaasGrotDispRoman;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
}

.connector-gap {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  min-width: 40px;
  max-width: 120px;
  margin-bottom: 30px;
}

.connector-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #3a5fa0;
  background: #fff;
  flex-shrink: 0;
  opacity: 0;
  transform: scale(5) translateX(-10px);
}

.connector-line {
  flex: 1;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #3a5fa0 0px,
    #3a5fa0 6px,
    transparent 6px,
    transparent 12px
  );
  opacity: 0;
  transform: scaleX(0);
}

.connector-line.left {
  transform-origin: left center;
}
.connector-line.right {
  transform-origin: left center;
}

.content--timeline {
  width: 100%;
}
/* Timeline End */


/* technology--edge */
.technology--edge {
  position: relative;
  background-image: url("../img/home/technology-edge-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.technology--edge:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
}

.technology--edge--content ul {
    list-style: none;
    margin-top: 20px;
}

.technology--edge--content ul li:not(:last-child) {
    margin-bottom: 5px;
}

.technology--edge--content ul li:before {
    content: "-";
    margin-right: 5px;
}

.technology--edge--content h3 {
    font-family: HaasGrotDispMedium;
    margin-bottom: 20px;
}

.technology--edge--img > img {
    max-width: 500px;
    width: 100%;
}

.technology--edge--img {
    text-align: center;
}

/* technology--edge end */

/* Milestone action */
.milestones--action .milestones--inner {
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

.milestones--action:after {
    content: '';
    width: 100%;
    height: 30%;
    background: #FDFFF8;
    position: absolute;
    left: 0;
    bottom: 0;
}

.milestones--action .milestone--head .tab--milestone {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    /* margin-bottom: 30px; */
    margin-top: 10px;
}
.milestones--inner .tab-content > .tab-pane .sub--heading--slide {
    text-align: center;
    margin-bottom: 30px;
}
.milestones--action .milestone--head .tab--milestone > .nav.nav-tabs > li > a {
    color: rgb(106 106 106 / 20%);
    font-size: 36px;
    padding: 0px 5px;
    border-bottom: 2px solid rgb(106 106 106 / 20%);
}

.milestones--action .milestone--head .tab--milestone > .nav.nav-tabs > li > a:hover{
  text-decoration: none;
}

.milestones--action .milestone--head .tab--milestone > .nav.nav-tabs > li > a.active {
    color: var(--primary);
    border-color: var(--primary);
}

.milestones--action {
    background: #F4FFD0;
    position: relative;
}

.tab--milestone .nav-tabs {
    border-bottom: none;
}

.homeslider.milestones--projects .swiper-slide .swiper--content .main--heading--slider {
    font-size: clamp(28px,3vw,40px);
    text-transform: none;
    font-family: HaasGrotDispRoman;
    line-height: 1;
}

.homeslider .swiper-slide .swiper--content .sub--heading--slider {
    /* font-size: clamp(32px,4vw,64px); */
    font-size: clamp(32px,3vw,64px);
    font-family: HaasGrotDispMedium;
}

.homeslider.milestones--projects .swiper-slide .swiper--content {
    max-width: 750px;
    row-gap: 20px;
}

.homeslider.milestones--projects {
    height: clamp(350px, 33vw, 620px);
}
.homeslider.milestones--projects .swiper-pagination {
    bottom: 30px !important;
}
.homeslider.milestones--projects .swiper-slide .bg--banner > img{
  object-fit: cover;
  object-position: center;
}
/* Milestone action end */


/* 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 */

/* FAQ Home */
.faq--home{
  background-image: url("../img/home/faq-bg.jpg");
  position: relative;
}
.faq--home:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: var(--black);
  opacity: 0.8;
  top: 0;
  left: 0;
}
.faq--accordion .card {
    background: transparent;
    border: none;
}

.faq--accordion .card:not(:last-child) {
    margin-bottom: 10px;
}

.faq--accordion .card > .card-header {
    padding: 0px;
    margin: 0px;
    border-bottom: 0;
    border-radius: 0px;
    background: transparent;
}

.faq--accordion .card > .card-header > button {
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF1A;
    border-radius: 10px;
    padding: 15px 10px;
    color: var(--white);
    transition: 0.3s;
    padding-right: 25px;
    text-decoration: none;
}
.faq--accordion .card > .card-header > button:hover{
	text-decoration: none;
}

.faq--accordion .card:not(:last-child) {
    margin-bottom: 10px;
}

.faq--accordion .card > .card-header > button > .faq--icon {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.faq--accordion .card > .card-header > button > .faq--icon > .faq--label {
    font-size: 18px;
}

.faq--accordion .card .card-body ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    list-style: none;
    padding-left: 0px;
}

.faq--accordion .card .card-body ul li {
    font-size: 14px;
    position: relative;
}

.faq--accordion .card .card-body ul li {
    display: flex;
}

.faq--accordion .card .card-body ul li p {
    margin-bottom: 0;
}

.faq--accordion .card .card-body ul li:before {
    content: "-";
    margin-right: 5px;
}

.faq--accordion .card > .card-header > button .faq--arrow > img {
    transition: 0.3s;
    transform: rotate(265deg);
}

.faq--accordion .card > .card-header > button.collapsed .faq--arrow > img {
    transition: 0.3s;
    transform: rotate(0deg);
}
/* FAQ Home end */

/* Impact map */
.impact--count {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.impact--count > .impact--count--item {
    background: #F8FFE2;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    aspect-ratio: 1 / 1;
    clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
    align-items: center;
    justify-content: center;
}

.impact--count > .impact--count--item > .number--impact {
    color: var(--primary);
    font-size: 48px;
    font-family: EnergyRegular;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.impact--count > .impact--count--item > .label--impact {
    color: var(--black);
    margin-top: 10px;
    font-size: 18px;
}
/* Impact map end */

/* Client Logo */
.logoSwiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
}
.logoSwiper .swiper-slide img {
    width: auto;
    height: 75px;
    object-fit: contain;
}

.client--logos {
  overflow: hidden;
  pointer-events: none;
}

.logoSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.logoSwiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.client--wrapper {
    position: relative;
    overflow: hidden;
    display: flex !important;
    width: max-content;
  }

.client--wrapper .client--boxes .client--box {
  width: 200px;
  height: 75px;
  background: transparent;
  text-align: center;
}

.client--wrapper .client--boxes .client--box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 150px;
}

.client--wrapper .client--boxes {
  position: relative;
  display: flex;
}
/* Client Logo end */

/* Our Testimonials */
.testimonial-section {
    padding-right: 95px;
    padding-left: 95px;
    position: relative;
}
.testimonial--slider{
	padding-bottom: 20px !important;
}
.testimonial--slider .testimonial--card {
		display: flex;
    align-items: center;
    gap: 25px;
    padding: 40px 30px;
    position: relative;
}

.testimonial--slider .testimonial--card:before {
    content: '';
    width: calc(100% - 164px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #F8F8F8;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.testimonial--slider .testimonial--card .testimonial--image {
    max-width: clamp(150px,16vw,268px);
    width: 100%;
    z-index: 1;
    height: clamp(230px,19vw,320px);
}

.testimonial--slider .testimonial--card .testimonial--content {
    flex: 1;
    z-index: 1;
}

.testimonial--slider .testimonial--card .testimonial--image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonial--slide--container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.testimonial--slide--container .swiper-button-next, .testimonial--slide--container .swiper-button-prev {
    width: 77px;
    height: 77px;
    background: var(--primary);
    border-radius: 50px;
}

.testimonial--slide--container .swiper-button-next:after, .testimonial--slide--container .swiper-button-prev:after {
    font-size: 30px;
    color: var(--white);
}

.testimonial--slide--container .swiper-button-next{
	right: -25px;
}
.testimonial--slide--container .swiper-button-prev{
	left: -55px;
}

.testimonial--slider .testimonial--card .testimonial--content .quote {
    width: 50px;
    height: 90px;
}
.testimonial--slider .testimonial--card .testimonial--content .quote img {
    width: 100%;
}

.testimonial--slider .testimonial--card .testimonial--content .testimonial--para {
    font-size: 18px;
    color: #6F6F6F;
    margin-bottom: 35px;
}

.testimonial--slider .testimonial--card .testimonial--content .testimonial--name {
    color: var(--black);
    font-family: EnergyRegular;
    font-weight: 700;
    font-size: 20px;
}

.testimonial--slider .testimonial--card .testimonial--content .testimonial--info {
    color: #6F6F6F;
    font-family: EnergyRegular;
    font-weight: 700;
    font-size: 18px;
}
/* Our Testimonials end */

/* global expertise */
.global--expertise {
    background: #F4FFD0;
    clip-path: polygon(2% 0%, 98% 0%, 100% 5%, 100% 95%, 98% 100%, 2% 100%, 0% 95%, 0% 5%);
}
.globalexpertise .swiper-slide {
    width: 200px;
}

.globalexpertise .swiper-slide img {
    width: 100%;
}
/* global expertise end */

/* Safety & case study */
.safety--compliance{
	overflow: hidden;
}

.safety--content {
    padding-right: 50px;
}

.safety--image {
    width: 90%;
    clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
    aspect-ratio: 1 / 1;
}

.safety--image > img {
    width: 100%;
}

.case--study--list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    max-width: 1245px;
    width: 100%;
    margin: 0 auto;
}

.case--study--list .case--study--item {
    clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
    position: relative;
    padding: 20px;
    background: #ccc;
    padding-bottom: 55px;
}

.case--study--list .case--study--item:before {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 50%;
    top: 50%;
    background:#FAFFE9;
    clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
    transform: translate(-50%, -50%);
}

.case--study--list .case--study--item .thum--case--study, .case--study--list .case--study--item .content--case--study {
    position: relative;
}

.case--study--list .case--study--item .thum--case--study {
    clip-path: polygon(8% 0, 92% 0, 100% 19%, 100% 100%, 0 100%, 0 19%);
    aspect-ratio: 1 / 0.6;
    overflow: hidden;
    margin-bottom: 20px;
}

.case--study--list .case--study--item .thum--case--study img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.case--study--list .case--study--item .content--case--study h3 {
    color: var(--black);
    font-size: 20px;
}

.case--study--list .case--study--item .content--case--study p, .case--study--list .case--study--item .content--case--study span {
    color: var(--black);
    font-family: EnergyLight;
}

.case--study--list .case--study--item .content--case--study p {
    margin-top: 10px;
       overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}

.case--study--list .case--study--item .content--case--study a {
    color: var(--primary);
    font-family: 'HaasGrotDispMedium';
}
.case--study--list .case--study--item .content--case--study .created--date {
    display: flex;
    gap: 10px;
}

.case--study--list .case--study--item .content--case--study .created--date .time--post > span {
    font-size: 12px;
}

.case--study--list .case--study--item .content--case--study .created--date .time--post {
	background: rgb(158 193 39 / 10%);
    border-radius: 20px;
    padding: 5px 10px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 5px;

}

.case--study--list .case--study--item .content--case--study .created--date .time--post:before {
    content: '';
    width: 7px;
    height: 7px;
    background: var(--primary);
    border-radius: 10px;
}
/* Safety & case study end */

/* Partnership */

.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 h3.sub--heading {
    color: var(--black);
    opacity: 0.3;
    font-family: HaasGrotDispMedium;
    font-size: clamp(18px, 2vw, 36px);
}

.partner--feature p {
    color: var(--black);
}

.partner--feature .dubble--btn {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.partner--feature .impact--count > .impact--count--item {
    background: var(--white);
    text-align: left;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10%;
    gap: 10px;
}
.partner--feature .impact--count > .impact--count--item:before{
	content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 50%;
    top: 50%;
    background: #e4edc3;
    clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
    transform: translate(-50%, -50%);
}

.partner--feature .impact--count > .impact--count--item .impact--content {
    position: relative;
}

.partner--feature .impact--count > .impact--count--item .impact--thum{
	position: relative;
}

.partner--feature .impact--count > .impact--count--item .impact--thum img {
    width: clamp(50px,3vw,60px);
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: bottom;
}

.partner--feature .impact--count > .impact--count--item .impact--content h3 {
    color: var(--black);
    font-size: 20px;
    font-family: HaasGrotDispMedium;
}

/* .partner--feature .impact--count {
    padding-left: 50px;
} */

/* .partner--feature .content--partner--left {
    padding-right: 50px;
} */
/* Partnership end */

/* media quries */

@media (max-width: 1440px) {
  .testimonial--slider .testimonial--card:before {
      width: calc(100% - 138px);
  }
}
@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;
  }
  .impact--count > .impact--count--item > .number--impact {
      font-size: 35px;
  }

  .impact--count > .impact--count--item > .label--impact {
      font-size: 15px;
  }
  .impact--count {
      gap: 15px;
  }
  .testimonial--slider .testimonial--card {
      padding: 25px 20px;
  }

  .testimonial--slide--container .swiper-button-next, .testimonial--slide--container .swiper-button-prev {
      width: 50px;
      height: 50px;
  }

  .testimonial--slide--container .swiper-button-next:after, .testimonial--slide--container .swiper-button-prev:after {
      font-size: 18px;
  }

  .testimonial-section {
      padding-right: 50px;
      padding-left: 50px;
  }

  .testimonial--slide--container .swiper-button-prev {
      left: -38px;
  }

  .testimonial--slide--container .swiper-button-next {
      right: -10px;
  }
  .testimonial--slider .testimonial--card .testimonial--content .quote{
      width: 40px;
      height: 60px;
  }
}

@media (max-width: 1200px) {
.impact--count > .impact--count--item{
  aspect-ratio: auto;
}
}
@media (max-width: 1024px) {
  p {
    font-size: 15px;
  }
  .homeslider .swiper-slide .swiper--content .slide--para p {
    font-size: 15px;
  }
  .homeslider .swiper-slide .swiper--content .sub--heading--slider,
  .homeslider .swiper-slide .swiper--content .main--heading--slider {
    margin-bottom: 8px;
  }

  .homeslider .chevrons {
    --sizeX: 35px;
    --sizeY: 35px;
  }

  .homeslider .chevrondown {
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-width: 0px 1px 1px 0;
  }

  .what--build--items .what--item > .bottom--what--item > .what--icon > img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .step-label {
    font-size: 18px;
  }
  .testimonial--slider .testimonial--card {
      flex-direction: column-reverse;
      padding: 20px;
      padding-top: 0;
  }

  .testimonial--slider .testimonial--card:before {
      width: 100%;
  }

  .testimonial--slide--container .swiper-button-prev {
      left: -25px;
  }

  .testimonial--slide--container .swiper-button-next {
      right: calc(50% - 60px);
  }

  .testimonial-section {
      padding-right: 20px;
      padding-left: 20px;
      padding-bottom: 50px;
  }

  .testimonial--slider .testimonial--card .testimonial--image {
      margin-top: -50px;
      max-width: 235px;
      height: 260px;
  }

  .testimonial--slider {
      padding-top: 50px !important;
  }

  .testimonial--slide--container .swiper-button-next, .testimonial--slide--container .swiper-button-prev {
      bottom: 0;
      top: auto;
  }

  .testimonial--slide--container .swiper-button-prev {
      left: calc(50% - 60px);
  }
  .client--wrapper .client--boxes .client--box img{
      max-width: 100px;
    }

}

@media (max-width: 991px) {
  .who--we--glass {
    display: none;
  }
  .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;
  }
  .safety--image {
    width: 100%;
    transform: none !important;
    margin-bottom: 30px;
  }

  .partner--feature .impact--count > .impact--count--item {
    padding: 30px;
    aspect-ratio: 1 / 1;
  }

.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;
}

.faq--accordion .card > .card-header > button > .faq--icon > .faq--label {
    font-size: 13px;
}

.faq--accordion .card > .card-header > button > .faq--icon > img {
    width: 37px;
}

.faq--accordion .card > .card-header > button {
    padding: 8px;
    padding-right: 15px;
}

.faq--accordion .card .card-body ul li {
    font-size: 13px;
}

.faq--accordion .card .card-body ul {
    grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
  .what--build--items {
    grid-template-columns: repeat(2, 1fr);
  }
  .case--study--list {
      grid-template-columns: repeat(1, 1fr);
  }
  .case--study--list .case--study--item .content--case--study h3 {
        font-size: 18px;
    }

    .case--study--list .case--study--item .content--case--study p, .case--study--list .case--study--item .content--case--study span {
        font-size: 15px;
    }
  .partner--feature .container-fluid {
      padding-right: 0px;
      padding-left: 0px;
  }
  .milestones--action .milestone--head .tab--milestone > .nav.nav-tabs > li > a {
      font-size: 22px;
  }
  .client--wrapper .client--boxes .client--box{
    height: 150px;
  }
}
@media (max-width: 767px) {
  .timeline-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .edge-line,
  .connector-gap {
    display: none;
  }

  .timeline-row #step5 {
    grid-column: 1 / 3;
  }
  .build--scale .sticky-panel {
    position: relative;
    height: fit-content;
    padding-bottom: 30px;
  }
}

@media (max-width: 580px) {
  .what--build--items {
    grid-template-columns: repeat(1, 1fr);
  }
  .what--build--items .what--item > .bottom--what--item > .what--icon > img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .what--build--items .what--item {
    aspect-ratio: 1 / 0.8;
    clip-path: polygon(
      5% 0%,
      95% 0%,
      100% 5%,
      100% 95%,
      95% 100%,
      5% 100%,
      0% 95%,
      0% 5%
    );
  }
  .impact--count{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
    .impact--count > .impact--count--item {
      aspect-ratio: 1 / 0.4;
  }
      .partner--feature .impact--count > .impact--count--item {
        padding: 20px;
        aspect-ratio: 1 / 0.8;
    }
    .impact--count > .impact--count--item {
        clip-path: polygon(4% 0%, 96% 0%, 100% 10%, 100% 90%, 96% 100%, 4% 100%, 0% 90%, 0% 10%);
    }
    .partner--feature .impact--count > .impact--count--item {
        clip-path: polygon(10% 0%, 90% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
    }
}
