@charset "UTF-8";
.text-center {
  text-align: center;
}

.headingOne, .commonHeadingBox .heading, .commonHeadingBox .headingOne {
  font-size: 65px;
  line-height: 75px;
  color: #2D2D2D;
}
@media only screen and (max-width: 991px) {
  .headingOne, .commonHeadingBox .heading, .commonHeadingBox .headingOne {
    font-size: 32px;
    line-height: 42px;
  }
}

.headingFour {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 991px) {
  .headingFour {
    font-size: 22px;
    line-height: 32px;
  }
}

.headingTwo {
  font-size: 35px;
  line-height: 45px;
}
@media only screen and (max-width: 767px) {
  .headingTwo {
    font-size: 25px;
    line-height: 35px;
  }
}

.headingFive, .commonHeadingBox .text {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 991px) {
  .headingFive, .commonHeadingBox .text {
    font-size: 18px;
    line-height: 28px;
  }
}

.headingThree {
  font-size: 40px;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .headingThree {
    font-size: 25px;
    line-height: 35px;
  }
}

.headingSix {
  font-size: 45px;
  line-height: 55px;
}
@media only screen and (max-width: 991px) {
  .headingSix {
    font-size: 32px;
    line-height: 42px;
  }
}

.largeHeading {
  font-size: 50px;
  line-height: 60px;
}
@media only screen and (max-width: 991px) {
  .largeHeading {
    font-size: 32px;
    line-height: 42px;
  }
}

.commonHeadingBox .heading, .commonHeadingBox .headingOne {
  font-weight: 600;
  color: #2D2D2D;
  margin-bottom: 10px;
}
.commonHeadingBox .text {
  color: #2D2D2D;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media only screen and (min-width: 1920px) {
  body {
    max-width: 1800px;
    padding: 0 16px;
    margin: 0 auto;
  }
}

.wrapper {
  max-width: calc(100% - 160px);
  margin: 0 auto;
}
@media only screen and (min-width: 1920px) {
  .wrapper {
    max-width: 1800px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1099px) {
  .wrapper {
    max-width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .wrapper {
    max-width: calc(100% - 32px);
  }
}

.sm-wrapper {
  max-width: calc(100% - 346px);
  margin: 0 auto;
  padding: 0 16px;
}

img {
  max-width: 100%;
  margin: 0 auto;
}

.w-full {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Manrope", sans-serif;
  color: #2D2D2D;
}

p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #2D2D2D;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  display: inline-block;
}

input,
textarea,
button,
select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  width: 100%;
  background: none;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder {
  color: rgba(174, 174, 174, 0.8);
  opacity: 0.8;
}
input::placeholder,
textarea::placeholder,
button::placeholder,
select::placeholder {
  color: rgba(174, 174, 174, 0.8);
  opacity: 0.8;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none;
}

button {
  border: none;
}

.comPad100 {
  padding-block: 100px;
}
@media only screen and (max-width: 991px) {
  .comPad100 {
    padding-block: 32px;
  }
}

.comPad45 {
  padding-block: 45px;
}

.align-center {
  display: flex;
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.flex-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.h-full {
  height: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.image-hover, .teamBannerSec .imageBox {
  overflow: hidden;
}
.image-hover img, .teamBannerSec .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
  display: block;
}
.image-hover:hover img, .teamBannerSec .imageBox:hover img {
  transform: scale(1.1);
}

.textWhite {
  color: #fff !important;
}

.btnGroup {
  display: flex;
  gap: 24px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.main-wrapper {
  z-index: 10;
  background-color: var(--white);
  position: relative;
}

[data-animation=fade-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

[data-animation=fade-up].in-view {
  opacity: 1;
  transform: translateY(0);
}

[data-animation=fade] {
  opacity: 0;
  transition: opacity 0.6s ease;
}

[data-animation=fade].in-view {
  opacity: 1;
}

/* Full-screen loader */
.loading-state {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 10px solid #ddd;
  border-top-color: orange;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  to {
    transform: rotate(360deg);
  }
}
.hyper_link {
  color: #458A41;
  font-weight: 600;
}

.countryListing {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap: 14px;
  justify-content: end;
}

.countryRightSide {
  padding-top: 35px;
}

.countryListing li {
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  background-color: #f0f1f1;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  -webkit-clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 51%, calc(100% - 12px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 0px) 0, 100% 51%, calc(100% - 12px) 100%, 0 100%);
}

.map-container {
  flex: 1;
  display: flex;
  justify-content: end;
  height: 500px;
}

.map-container img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.world-map {
  margin-top: 32px;
  position: relative;
  height: 930px;
  overflow: hidden;
}

.world-map img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.world-map .baselayer {
  width: 100%;
  position: relative;
  background-color: blue;
}

.map-wrapper {
  width: 100%;
  position: relative;
}

.world-map {
  width: 100%;
  height: 100%;
}

.world-map svg {
  width: 100%;
  height: 100%;
}

svg {
  transition: all 0.6s ease;
}

svg .contactAddress {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.countryListing {
  display: flex;
  list-style: none;
  padding: 10px;
  gap: 20px;
}

.countryListing li {
  cursor: pointer;
  padding: 8px 20px;
  background: #f0f1f1;
  color: #000;
  border-radius: 4px;
}

.countryListing li.active {
  background: linear-gradient(90deg, #08f3d2 0, #5a99f7 100%);
  color: #000;
}

@media only screen and (max-width: 1200px) {
  .top-tabs li {
    flex: auto;
  }
}
@media only screen and (max-width: 991px) {
  .world-map svg {
    height: 371px;
  }
  .mid-map {
    padding: 47px 0;
  }
  .world-map {
    margin-top: 0;
  }
}
.lightBlack {
  color: #464646 !important;
}

.font500 {
  font-weight: 500;
}

.anchor-block {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.btn-default, .loadMoreBtn, .btn-submit, .btn-download {
  text-decoration: none;
  padding: 16px;
  display: inline-block;
  border-radius: 10px;
  transition: all 0.2s;
  position: relative;
  background: linear-gradient(270deg, #FFFFFF -63.1%, #FDC14D 2.93%, #FF8B17 100%);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1411764706);
  color: #fff;
  font-weight: 500;
  padding-right: 70px;
}
.btn-default::after, .loadMoreBtn::after, .btn-submit::after, .btn-download::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
  background: linear-gradient(270deg, #FFFFFF -63.1%, #FDC14D 2.93%, #FF8B17 100%);
}
.btn-default::before, .loadMoreBtn::before, .btn-submit::before, .btn-download::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 35px;
  height: 35px;
  transform: translateY(-50%);
  background: url("/assets/img/right-arrow.svg") no-repeat;
}
.btn-default:hover, .loadMoreBtn:hover, .btn-submit:hover, .btn-download:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-default:hover::after, .loadMoreBtn:hover::after, .btn-submit:hover::after, .btn-download:hover::after {
  transform: scaleX(1.2) scaleY(1.3);
  opacity: 0;
}

.btn-download:before {
  background: url("/assets/img/download.svg") no-repeat;
}

.btn-submit {
  cursor: pointer;
  max-width: 150px;
  padding: 13px;
  padding-right: 70px;
}

.learnBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 70px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #141414;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
}
.learnBtn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(270deg, #ffffff -63.1%, #fdc14d 2.93%, #ff8b17 100%);
  transform: translateY(-50%);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
}
.learnBtn::after::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
}
.learnBtn::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 30px;
  height: 30px;
  background-image: url(/assets/img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: 2;
}
.learnBtn:hover::after {
  box-shadow: 0 6px 16px rgba(255, 140, 0, 0.5);
}
.learnBtn:hover::before {
  transform: translateY(-50%) rotate(15deg);
}
.learnBtn:hover::after::before {
  animation: shine 0.8s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .learnBtn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
}

.loadMoreBtn {
  width: auto;
}
.loadMoreBtn::before {
  background: url("/assets/img/loader.svg") no-repeat;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.form-group {
  margin-bottom: 14px;
}
.form-group .form-input input, .form-group .form-input select, .form-group .form-input textarea {
  border: 1px solid rgba(174, 174, 174, 0.4);
  border-radius: 4px;
  height: 52px;
  width: 100%;
}
.form-group .form-input textarea {
  height: 140px;
  padding: 20px;
  resize: none;
}

.arrow-slide {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(270deg, #FFFFFF -63.1%, #FDC14D 2.93%, #FF8B17 100%);
  width: 53px !important;
  height: 53px !important;
  margin: 0 !important;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}
.arrow-slide.swiper-button-prev, .arrow-slide.swiper-button-next {
  position: absolute;
  left: 0 !important;
  top: inherit !important;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.arrow-slide.swiper-button-prev svg, .arrow-slide.swiper-button-next svg {
  display: none;
}
.arrow-slide.swiper-button-prev::before, .arrow-slide.swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("/assets/img/long-arrow.svg") no-repeat;
  width: 25px;
  height: 24px;
}
.arrow-slide.swiper-button-prev:hover:not(.swiper-button-disabled), .arrow-slide.swiper-button-next:hover:not(.swiper-button-disabled) {
  box-shadow: 0 6px 16px rgba(255, 140, 0, 0.5);
}
.arrow-slide.swiper-button-prev.swiper-button-disabled, .arrow-slide.swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.arrow-slide.swiper-button-prev.swiper-button-disabled:hover, .arrow-slide.swiper-button-next.swiper-button-disabled:hover {
  box-shadow: none;
}
.arrow-slide.swiper-button-prev::before {
  transform: translateY(-50%) rotate(180deg);
}
.arrow-slide.swiper-button-next {
  left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .arrow-slide {
    width: 40px !important;
    height: 40px !important;
  }
  .arrow-slide::before {
    background-size: 18px;
    background-position: center;
  }
}

.main-swiper .arrow-slide.swiper-button-prev, .main-swiper .arrow-slide.swiper-button-next {
  left: 90px !important;
}
.main-swiper .arrow-slide.swiper-button-next {
  left: 150px !important;
}
@media only screen and (max-width: 767px) {
  .main-swiper .arrow-slide.swiper-button-prev, .main-swiper .arrow-slide.swiper-button-next {
    left: calc(50% - 25px) !important;
    transform: translateX(-50%);
  }
  .main-swiper .arrow-slide.swiper-button-next {
    left: calc(50% + 25px) !important;
  }
}

/* Hero Section */
.section_home-header {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 15;
  position: relative;
}
.section_home-header img, .section_home-header video {
  display: block;
}
.section_home-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 2;
}
.section_home-header .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.section_home-header .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_home-header .home-header_text-w {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
.section_home-header .home-header_text-w .banner-caption {
  padding-top: 30px;
}
.section_home-header .home-header_text-w svg {
  width: 100%;
  height: 100%;
}
.section_home-header .materra-logo-wrap {
  width: 100%;
}
.section_home-header .materra-logo-wrap .banner-Heading {
  text-align: center;
  background: linear-gradient(180deg, #FF8B17 20.2%, #FEAF43 56.6%, #FDC14D 75.89%, #FFFFFF 105.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 280px;
  line-height: 290px;
  font-weight: 800;
}

.introSec .introbox {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 0;
}
.introSec .introbox .headingFive, .introSec .introbox .commonHeadingBox .text, .commonHeadingBox .introSec .introbox .text {
  font-weight: 500;
  color: #2D2D2D;
}
.introSec .introbox .headingFive:not(:last-child), .introSec .introbox .commonHeadingBox .text:not(:last-child), .commonHeadingBox .introSec .introbox .text:not(:last-child) {
  margin-bottom: 24px;
}
.introSec .introbox .headingFive span, .introSec .introbox .commonHeadingBox .text span, .commonHeadingBox .introSec .introbox .text span {
  background: linear-gradient(180deg, #FF8B17 20.2%, #FEAF43 56.6%, #FDC14D 75.89%, #FFFFFF 105.8%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.teamBannerSec {
  position: relative;
}
.teamBannerSec .imageBox {
  position: relative;
}
.teamBannerSec .imageBox img, .teamBannerSec .imageBox video {
  display: block;
}
.teamBannerSec .imageBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 2;
}
.teamBannerSec .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.teamBannerSec .contentBox {
  position: absolute;
  bottom: 32px;
  right: 32px;
  max-width: 600px;
  padding: 12px;
  background: #224A1E;
  border-radius: 8px;
  z-index: 3;
}
.teamBannerSec .contentBox p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .teamBannerSec .contentBox {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: 100%;
    border-radius: 0;
  }
}

.collaboration-section {
  border-top: 8px solid #224A1E;
}
.collaboration-section .collabFormCard {
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.2);
  padding: 24px;
  border-radius: 20px;
}

.initiativeSection {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-attachment: fixed;
}
.initiativeSection .video-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.initiativeSection .video-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.initiativeSection .video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
.initiativeSection .wrapper {
  position: relative;
  z-index: 2;
}
.initiativeSection .initiateArea {
  display: flex;
  flex-direction: column;
}
.initiativeSection .initiateArea .initiateCard {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  max-width: 466px;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease-in-out;
}
.initiativeSection .initiateArea .initiateCard .learnBtn {
  color: #000 !important;
}
.initiativeSection .initiateArea .initiateCard:nth-child(odd) {
  margin-left: auto;
  background: #224A1E;
}
.initiativeSection .initiateArea .initiateCard:nth-child(odd) .content p {
  color: #fff;
}
.initiativeSection .initiateArea .initiateCard:nth-child(odd) .image {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(270deg, #ffffff -63.1%, #fdc14d 2.93%, #ff8b17 100%);
}
.initiativeSection .initiateArea .initiateCard:nth-child(odd) .learnBtn {
  color: #fff !important;
}
.initiativeSection .initiateArea .initiateCard:not(:last-child) {
  margin-bottom: 24px;
}
.initiativeSection .initiateArea .initiateCard .image {
  background: #458A41;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: all 0.5s ease-in-out;
}
.initiativeSection .initiateArea .initiateCard .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 16px;
}
.initiativeSection .initiateArea .initiateCard .heading {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(270deg, #ffffff -63.1%, #fdc14d 2.93%, #ff8b17 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.initiativeSection .initiateArea .initiateCard .content {
  padding-bottom: 100px;
}
.initiativeSection .initiateArea .initiateCard .content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 24px;
  color: #000;
}
.initiativeSection .initiateArea .initiateCard .content .bold-desc {
  font-weight: 600;
}
.initiativeSection .initiateArea .initiateCard:hover {
  transform: perspective(1200px) scale(1) rotate(0deg) rotateX(10deg) rotateY(0deg) translateZ(0) !important;
}
.initiativeSection .initiateArea .initiateCard:hover .image {
  transform: scale(0.9);
}
@media only screen and (max-width: 767px) {
  .initiativeSection .initiateArea .initiateCard .image {
    width: 60px;
    height: 60px;
  }
  .initiativeSection .initiateArea .initiateCard .image img {
    padding: 10px;
  }
  .initiativeSection .initiateArea .initiateCard .content {
    padding-bottom: 50px;
  }
  .initiativeSection .initiateArea .initiateCard:not(:last-child) {
    margin-bottom: 24px;
  }
}

.flashbackSection .flashbackVideo {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  height: 450px;
}
.flashbackSection .flashbackVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flashbackSection .flashbackVideo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.flashbackSection .learnMoreBtn {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .flashbackSection .flashbackVideo {
    height: auto;
  }
}

.compediumSection {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
  border-bottom: 1px solid rgba(174, 174, 174, 0.4);
  border-top: 1px solid rgba(174, 174, 174, 0.4);
}
.compediumSection .wrap_about {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 45rem;
  display: grid;
  position: relative;
}
.compediumSection .wrap_about .wrap_title_about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
  position: relative;
  background: #224A1E;
}
.compediumSection .wrap_about .sliderMain {
  z-index: 5;
  background-color: #fff;
  height: 100%;
  max-height: 45rem;
  position: relative;
}
.compediumSection .wrap_about .sliderMain .compedium-slider {
  flex: none;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide {
  flex: none;
  width: 100%;
  height: 100%;
}
.compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
  position: relative;
  padding-left: clamp(2.375rem, 2.053rem + 1.61vw, 3.5rem);
}
.compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about .wrap_list_about {
  grid-column-gap: clamp(4.25rem, 3.25rem + 5vw, 7.75rem);
  grid-row-gap: clamp(4.25rem, 3.25rem + 5vw, 7.75rem);
  flex-flow: column;
  flex: none;
  display: flex;
}
.compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about .wrap_list_about .img_about_scroll {
  border-radius: 10px;
  width: 243px;
  height: 270px;
  transition: transform 0.6s;
  -o-object-fit: cover;
     object-fit: cover;
}
.compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about .wrap_list_about .img_about_scroll.two {
  margin-left: 8rem;
}
.compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about .wrap_list_about.one {
  position: relative;
  top: 2.5rem;
}
.compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about .wrap_list_about.two {
  position: relative;
  top: 10rem;
}
@media only screen and (max-width: 991px) {
  .compediumSection .wrap_about {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .compediumSection .wrap_about .wrap_title_about {
    padding: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .compediumSection .wrap_about .sliderMain {
    max-height: inherit;
    padding: 2rem 0;
  }
  .compediumSection .wrap_about .sliderMain .compedium-slider {
    width: 100%;
    height: auto;
  }
  .compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
  .compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
  }
  .compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    height: auto;
    padding-left: 0;
  }
  .compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about .wrap_list_about {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: static !important;
  }
  .compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about .wrap_list_about .img_about_scroll {
    width: 200px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
    margin-left: 0 !important;
  }
  .compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about .wrap_list_about.one, .compediumSection .wrap_about .sliderMain .compedium-slider .swiper-wrapper .swiper-slide .wrap_img_slide_about .wrap_list_about.two {
    top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .compediumSection {
    margin-bottom: 40px;
  }
}

.partnersSection .col-60 {
  position: static;
}
.partnersSection .row {
  position: relative;
}
.partnersSection .rightSide .logoSlider {
  position: static;
}
.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo {
  text-align: center;
  padding: 60px;
  position: relative;
  overflow: hidden;
}
.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo:not(:nth-child(3n)) {
  border-right: 1px solid #224A1E;
}
.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo:not(:nth-child(-n+3)) {
  border-top: 1px solid #224A1E;
}
.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo.clients-list_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo.clients-list_column .clients-list_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo.clients-list_column .clients-list_holder.two, .partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo.clients-list_column .clients-list_holder.three {
  display: none;
}
.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo.clients-list_column .client-list_logo {
  opacity: 1;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo {
    padding: 40px;
  }
  .partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo img {
    max-width: 100px;
    height: 40px;
  }
}

.student-video-section {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.student-video-section .videoBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.student-video-section .videoBox video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.student-video-section .overlay-left,
.student-video-section .overlay-right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 20%;
  background: #fff;
  z-index: 10;
  transition: transform 0.6s ease;
}
.student-video-section .overlay-left {
  left: 0;
}
.student-video-section .overlay-right {
  right: 0;
}
.student-video-section.revealed .overlay-left {
  transform: translateX(-100%);
}
.student-video-section.revealed .overlay-right {
  transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .student-video-section iframe {
    height: 500px;
  }
}

.LearnMoreBtn {
  text-align: right;
  margin-bottom: 20px;
}

.term-condition {
  display: flex;
  gap: 10px;
}
.term-condition input {
  width: 40px !important;
  border: 1px solid #458A41 !important;
  border-radius: 4px !important;
  padding: 0;
  margin-top: -10px;
  height: 50px !important;
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
  accent-color: #458A41;
}
@media only screen and (max-width: 991px) {
  .term-condition input {
    width: 70px !important;
  }
}
.term-condition label {
  font-size: 18px;
  line-height: 28px;
  color: #458A41;
}

.contact-email-box a {
  position: relative;
  color: #000;
  text-decoration: underline;
  padding-right: 70px;
}

.bannerSection .commonHeadingBox .headingOne, .bannerSection .commonHeadingBox .heading {
  font-weight: 400;
}
.bannerSection .left-negative {
  position: relative;
  left: -100px;
}
.bannerSection .banner-content {
  background: rgba(20, 20, 20, 0.6980392157);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  border: 1px solid #2D2D2D;
  padding: 50px;
}
.bannerSection .banner-content .headingThree {
  font-weight: 400;
}
.bannerSection .banner-content .text,
.bannerSection .banner-content .date {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #C4C4C4;
}
.bannerSection .banner-content .bannerArrowBox {
  text-align: right;
}
.bannerSection .banner-content .bannerArrowBox img {
  width: 45px;
  height: 45px;
}
.bannerSection.aboutBanner .banner-content {
  background: transparent;
  border: none;
  padding: 0;
}
.bannerSection.aboutBanner .banner-content p {
  font-size: 24px;
  line-height: 34px;
  color: #2D2D2D;
  font-weight: 300;
}
@media only screen and (max-width: 991px) {
  .bannerSection.aboutBanner .banner-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.bannerSection.aboutBanner .banner-content p:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .bannerSection .left-negative {
    left: 0;
  }
  .bannerSection .banner-content {
    padding: 16px;
  }
  .bannerSection.aboutBanner .banner-content {
    padding-top: 30px;
  }
}

.mediaListSection .heading-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.mediaListSection .heading-section .headingTwo {
  font-family: "Manrope", sans-serif;
  margin: 0;
}
.mediaListSection .heading-section .right-side {
  display: flex;
  gap: 16px;
  align-items: center;
}
.mediaListSection .heading-section .right-side select {
  padding: 20px;
  padding-right: 50px;
  border: 1px solid #AEAEAE;
  background: transparent url("/assets/img/down-arrow.svg") no-repeat;
  background-position: 90% center;
}
.mediaListSection .mediaCardList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.mediaListSection .mediaCardList .mediaCard {
  box-shadow: 3.15px 3.15px 30px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #458A41;
  border-radius: 12px;
  background: #F2F2F2;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mediaListSection .mediaCardList .mediaCard .innerCard {
  padding: 16px;
}
.mediaListSection .mediaCardList .mediaCard .dateBox .date {
  text-decoration: underline;
  font-size: 18px;
  line-height: 28px;
  color: #2D2D2D;
}
.mediaListSection .mediaCardList .mediaCard .image {
  border: 1px solid #458A41;
  position: relative;
  margin: 16px 0;
  height: 190px;
  overflow: hidden;
}
.mediaListSection .mediaCardList .mediaCard .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mediaListSection .mediaCardList .mediaCard .content .title {
  font-size: 18px;
  line-height: 28px;
  color: #458A41;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.mediaListSection .mediaCardList .mediaCard .content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #2D2D2D;
}
.mediaListSection .mediaCardList .mediaCard .read-more {
  border-top: 1px solid #458A41;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.mediaListSection .mediaCardList .mediaCard .read-more a {
  text-decoration: underline;
  color: #458A41;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  padding: 24px 16px;
  font-weight: 600;
  display: block;
  position: relative;
}
.mediaListSection .mediaCardList .mediaCard .read-more a::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 19px;
  height: 19px;
  background-image: url("/assets/img/green-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  z-index: 2;
}
.mediaListSection .mediaCardList .mediaCard:hover .read-more {
  background: #458A41;
}
.mediaListSection .mediaCardList .mediaCard:hover .read-more a {
  color: #fff;
}
.mediaListSection .mediaCardList .mediaCard:hover .read-more a::before {
  filter: brightness(0) invert(1);
}
.mediaListSection .mediaCardList .mediaCard:hover .image img {
  transform: scale(1.05);
}
@media only screen and (max-width: 991px) {
  .mediaListSection .mediaCardList {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .mediaListSection .heading-section {
    flex-direction: column;
  }
  .mediaListSection .heading-section .right-side {
    flex-direction: column;
    width: 100%;
  }
  .mediaListSection .heading-section .right-side .yearBox, .mediaListSection .heading-section .right-side .sortByBox {
    width: 100%;
  }
  .mediaListSection .heading-section .right-side select {
    width: 100%;
    padding: 16px;
    background-position: 95% center;
  }
  .mediaListSection .mediaCardList {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.loadMoreBox {
  margin-top: 30px;
  text-align: center;
}

.milestone-section .headingSix {
  font-weight: 700;
}
.milestone-section .line-seperator {
  height: 150px;
  width: 1px;
  background: rgba(174, 174, 174, 0.4);
  margin: 54px auto 20px;
}
.milestone-section .timeline-sliderBox .swiper {
  width: 100%;
  margin-bottom: 30px;
}
.milestone-section .timeline-sliderBox .thumb-swiper {
  height: 60px;
  background: #fff;
  border-top: 1px solid #ddd;
}
.milestone-section .timeline-sliderBox .thumb-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.milestone-section .timeline-sliderBox .thumb-swiper .swiper-slide {
  padding: 0 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 500;
  color: #2D2D2D;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  width: auto;
  padding: 0 1rem;
}
.milestone-section .timeline-sliderBox .thumb-swiper .swiper-slide-thumb-active {
  color: #224A1E;
  border-top: 2px solid #224A1E;
  text-decoration: underline;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide .timeline-grid {
  display: flex;
  align-items: center;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide .image-stack {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: clamp(21.875rem, 13.125rem + 29.1666666667vw, 48.125rem);
  position: relative;
  width: 60%;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide .image-stack .imageBox {
  align-items: center;
  background: #fafafa;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.4166666667rem + 0.6944444444vw, 1.25rem);
  height: auto;
  padding: clamp(0.625rem, 0.4166666667rem + 0.6944444444vw, 1.25rem);
  position: absolute;
  text-align: center;
  transition: all 0.3s ease;
  transition-delay: 0.5s;
  width: clamp(8.125rem, 4.1666666667rem + 13.1944444444vw, 20rem);
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide .image-stack .imageBox img {
  display: block;
  height: clamp(11.25rem, 7.5rem + 12.5vw, 22.5rem);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide .image-stack .rotate-left {
  z-index: 1;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide .image-stack .rotate-center {
  z-index: 2;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide .image-stack .rotate-right {
  z-index: 1;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide .content {
  width: 40%;
  padding-left: 90px;
  position: relative;
  padding-bottom: 100px;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide.swiper-slide-active .rotate-left {
  rotate: -11deg;
  transform: translate(-70%);
  opacity: 1;
  transition-delay: 0.1s;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide.swiper-slide-active .rotate-center {
  rotate: 15deg;
  transform: translateY(-20%);
  opacity: 1;
  transition-delay: 0.2s;
}
.milestone-section .timeline-sliderBox .main-swiper .swiper-slide.swiper-slide-active .rotate-right {
  rotate: 10deg;
  transform: translate(75%, 15%);
  opacity: 1;
  transition-delay: 0.3s;
}
@media only screen and (max-width: 767px) {
  .milestone-section .timeline-sliderBox .main-swiper .swiper-slide .timeline-grid {
    flex-wrap: wrap;
  }
  .milestone-section .timeline-sliderBox .main-swiper .swiper-slide .image-stack {
    width: 100%;
  }
  .milestone-section .timeline-sliderBox .main-swiper .swiper-slide .image-stack .imageBox {
    align-items: center;
    background: #fafafa;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    gap: clamp(0.625rem, 0.4166666667rem + 0.6944444444vw, 1.25rem);
    height: auto;
    padding: clamp(0.625rem, 0.4166666667rem + 0.6944444444vw, 1.25rem);
    position: absolute;
    text-align: center;
    transition: all 0.3s ease;
    transition-delay: 0.5s;
    width: clamp(8.125rem, 4.1666666667rem + 13.1944444444vw, 20rem);
  }
  .milestone-section .timeline-sliderBox .main-swiper .swiper-slide .image-stack .imageBox img {
    display: block;
    height: clamp(11.25rem, 7.5rem + 12.5vw, 22.5rem);
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .milestone-section .timeline-sliderBox .main-swiper .swiper-slide .content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .milestone-section .timeline-sliderBox .main-swiper .swiper-slide.swiper-slide-active .rotate-left {
    rotate: -11deg;
    transform: translate(-70%);
    opacity: 1;
    transition-delay: 0.1s;
  }
  .milestone-section .timeline-sliderBox .main-swiper .swiper-slide.swiper-slide-active .rotate-center {
    rotate: 15deg;
    transform: translateY(-20%);
    opacity: 1;
    transition-delay: 0.2s;
  }
  .milestone-section .timeline-sliderBox .main-swiper .swiper-slide.swiper-slide-active .rotate-right {
    rotate: 10deg;
    transform: translate(75%, 15%);
    opacity: 1;
    transition-delay: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .milestone-section .wrapper {
    max-width: 100%;
  }
  .milestone-section .line-seperator {
    height: 86px;
    width: 1px;
    background: rgba(174, 174, 174, 0.4);
    margin: 16px auto 16px;
  }
}

.sustainbility-section {
  min-height: 100vh;
  background: url("/assets/img/about-bg.jpg") no-repeat;
  background-attachment: fixed;
  padding-top: clamp(8.125rem, 3.54rem + 15.28vw, 21.875rem);
  display: flex;
  align-items: flex-end;
  background-size: cover;
  position: relative;
}
.sustainbility-section img, .sustainbility-section video {
  display: block;
}
.sustainbility-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 2;
}
.sustainbility-section::before {
  z-index: 0;
}
.sustainbility-section .sustain-content .small-text {
  margin-bottom: 24px;
  font-weight: 600;
}
.sustainbility-section .sustain-content .textContent {
  font-size: 28px;
  line-height: 38px;
}
@media only screen and (max-width: 991px) {
  .sustainbility-section .sustain-content .textContent {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sustainbility-section {
    padding-inline: 30px;
    padding-top: 60px;
  }
}

.certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1024px;
  margin: auto;
}

.highlight-section .highlight-slider {
  width: 100%;
}
.highlight-section .highlight-slider .swiper-slide {
  display: flex;
  align-items: center;
  gap: 20px;
  height: auto;
}
.highlight-section .highlight-slider .swiper-slide .slide-content {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  height: 100%;
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  flex: 0 0 calc(60% - 10px);
  max-width: calc(60% - 10px);
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images .anchor-block {
  border-radius: 0;
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images .col .image {
  position: relative;
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images .col .image img, .highlight-section .highlight-slider .swiper-slide .slide-content .slide-images .col .image video {
  display: block;
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images .col .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 2;
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images img {
  width: 100%;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images .left-image-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 0 0 calc(40% - 10px);
  max-width: calc(40% - 10px);
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images .left-image-box .image {
  height: 50%;
  position: relative;
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images .right-image-box {
  flex: 0 0 calc(60% - 10px);
  max-width: calc(60% - 10px);
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-images .right-image-box .image {
  height: 100%;
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-text {
  flex: 0 0 calc(40% - 10px);
  max-width: calc(40% - 10px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 100px;
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-text .headingFive, .highlight-section .highlight-slider .swiper-slide .slide-content .slide-text .commonHeadingBox .text, .commonHeadingBox .highlight-section .highlight-slider .swiper-slide .slide-content .slide-text .text {
  border-bottom: 1px solid rgba(174, 174, 174, 0.4);
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #425853;
}
.highlight-section .highlight-slider .swiper-slide .slide-content .slide-text p {
  font-size: 18px;
  line-height: 28px;
  color: #141414;
}
@media only screen and (max-width: 767px) {
  .highlight-section .highlight-slider .swiper-slide .slide-content .slide-images, .highlight-section .highlight-slider .swiper-slide .slide-content .slide-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .highlight-section .highlight-slider .swiper-slide .slide-content .slide-text {
    padding-bottom: 60px;
  }
}
.highlight-section .highlight-slider .navigation-box {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.highlight-section .highlight-slider .navigation-box .arrow-slide {
  position: relative;
  left: 0 !important;
}

.horizontal-accordion .tab > .tab_content:nth-child(2),
.horizontal-accordion .tab > .tab_link:nth-child(1) {
  background: #D1DFB6;
}
.horizontal-accordion .tab > .tab_content:nth-child(2) .tab_link-title,
.horizontal-accordion .tab > .tab_link:nth-child(1) .tab_link-title {
  color: #458A41;
}
.horizontal-accordion .tab > .tab_content:nth-child(4),
.horizontal-accordion .tab > .tab_link:nth-child(3) {
  background: #6B8479;
}
.horizontal-accordion .tab > .tab_content:nth-child(6),
.horizontal-accordion .tab > .tab_link:nth-child(5) {
  background: #425853;
}
.horizontal-accordion .tab > .tab_content:nth-child(4).active .headingSix, .horizontal-accordion .tab > .tab_content:nth-child(6).active .headingSix {
  color: #D1DFB6;
}
.horizontal-accordion .tab > .tab_content:nth-child(4).active p, .horizontal-accordion .tab > .tab_content:nth-child(6).active p {
  color: #fff;
}
.horizontal-accordion .tab {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 100px);
  display: flex;
  position: relative;
}
.horizontal-accordion .tab_link {
  align-items: flex-end;
  padding: 1.6em;
  font-weight: 500;
  text-decoration: none;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
}
.horizontal-accordion .tab_link-title {
  text-orientation: mixed;
  transform: rotate(180deg);
  writing-mode: vertical-rl;
  font-size: 45px;
  line-height: 55px;
  color: #D1DFB6;
}
@media only screen and (max-width: 991px) {
  .horizontal-accordion .tab_link-title {
    font-size: 32px;
    line-height: 42px;
  }
}
.horizontal-accordion .tab_link.active {
  padding: 0 1.6em;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.horizontal-accordion .tab_link.active .tab_link-title {
  visibility: hidden;
  opacity: 0;
}
.horizontal-accordion .tab_content {
  justify-content: center;
  align-items: center;
  width: 0%;
  transition: all 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}
.horizontal-accordion .tab_content.active {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  transition: all 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.horizontal-accordion .tab_content .contain .wp-block-heading {
  margin-bottom: 20px;
}
.horizontal-accordion .image {
  width: 648px;
  height: 333px;
}
.horizontal-accordion .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal-accordion .content {
  flex-direction: column;
  justify-content: space-between;
  width: 60em;
  display: flex;
}
.horizontal-accordion .content .headingSix {
  color: #224A1E;
  margin-bottom: 24px;
}
.horizontal-accordion .content p {
  font-size: 24px;
  line-height: 34px;
}
@media only screen and (max-width: 991px) {
  .horizontal-accordion .content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.horizontal-accordion .tab_content-wrap {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  padding-left: 0;
  display: flex;
}
@media only screen and (max-width: 1350px) {
  .horizontal-accordion .tab_content .content {
    width: 40em;
  }
}
@media only screen and (max-width: 1200px) {
  .horizontal-accordion .tab_content .content {
    width: 30em;
  }
  .horizontal-accordion .tab_content .image {
    width: 100%;
  }
}
@media only screen and (max-width: 1099px) {
  .horizontal-accordion .tab_content .content {
    width: 20em;
  }
}
@media only screen and (max-width: 767px) {
  .horizontal-accordion .image {
    width: 100%;
    height: auto;
  }
  .horizontal-accordion .tab_content .content {
    width: 100%;
  }
  .horizontal-accordion .tab_content-wrap {
    padding: 16px;
    grid-row-gap: 16px;
  }
  .horizontal-accordion .tab {
    flex-direction: column;
  }
  .horizontal-accordion .tab .tab_link {
    width: 100%;
  }
  .horizontal-accordion .tab .tab_link-title {
    text-orientation: unset;
    transform: none;
    writing-mode: lr;
  }
  .horizontal-accordion .tab .tab_content {
    height: 0;
    width: 100%;
  }
  .horizontal-accordion .tab .tab_content.active {
    height: 100%;
    justify-content: flex-start;
    position: relative;
  }
  .horizontal-accordion .tab > .tab_content:nth-child(4) .headingSix, .horizontal-accordion .tab > .tab_content:nth-child(6) .headingSix {
    color: #D1DFB6;
  }
  .horizontal-accordion .tab > .tab_content:nth-child(4) p, .horizontal-accordion .tab > .tab_content:nth-child(6) p {
    color: #fff;
  }
}

.global-reach-section .slider-inner-box {
  position: relative;
  max-width: 950px;
  margin: auto;
  padding-inline: 60px;
}
.global-reach-section .slider-inner-box .country-slider {
  position: static;
  max-width: 800px;
  margin: auto;
}
.global-reach-section .slider-inner-box .country-slider .swiper-button-next,
.global-reach-section .slider-inner-box .country-slider .swiper-button-prev {
  top: 50% !important;
  transform: translateY(-50%);
  bottom: inherit;
  width: 40px;
  height: 40px;
  background: #FFAB37;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-reach-section .slider-inner-box .country-slider .swiper-button-next::after,
.global-reach-section .slider-inner-box .country-slider .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.global-reach-section .slider-inner-box .country-slider .swiper-button-next {
  right: 0 !important;
  left: auto !important;
}
.global-reach-section .slider-inner-box .country-slider .swiper-button-prev {
  left: 0 !important;
  right: auto !important;
}
.global-reach-section .slider-inner-box .country-slider .swiper-slide .country-item {
  margin: 24px;
}
.global-reach-section .slider-inner-box .country-slider .swiper-slide .country-item .text {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3019607843);
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.global-reach-section .slider-inner-box .country-slider .swiper-slide .country-item .text.active {
  background: #458A41;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .global-reach-section .slider-inner-box .country-slider .swiper-slide .country-item {
    margin: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .global-reach-section .slider-inner-box {
    padding-inline: 30px;
  }
}

.initiate-banner-section {
  width: 100%;
  overflow: hidden;
  background-color: #224A1E;
  padding-bottom: 32px;
}
.initiate-banner-section .video-box {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-bottom: 32px;
}
.initiate-banner-section .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.initiate-banner-section .banner-caption p {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.initiate-banner-section .banner-caption .largeHeading {
  background: linear-gradient(278.97deg, #FFFFFF -27.15%, #FDC14D 23.41%, #FF8B17 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.initiate-feature-section {
  background: url("../img/dots-bg.jpg") no-repeat;
  background-size: cover;
}
.initiate-feature-section .line-seperator {
  height: 175px;
  width: 1px;
  background: linear-gradient(278.97deg, #FFFFFF -27.15%, #FDC14D 23.41%, #FF8B17 97.74%);
  margin: 54px auto 20px;
}
.initiate-feature-section .line-seperator.orange {
  background: #FDC14D;
}
.initiate-feature-section .line-seperator.green {
  background: #224A1E;
}
.initiate-feature-section .line-seperator.lightGreen {
  background: #3F9043;
}
.initiate-feature-section .line-seperator.blue {
  background: #002A7D;
}
.initiate-feature-section .feature-list {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.initiate-feature-section .feature-list .item {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.3019607843);
  width: 108px;
  height: 108px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.initiate-feature-section .feature-list .item a {
  display: block;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .initiate-feature-section .feature-list .item {
    width: 60px;
    height: 60px;
  }
  .initiate-feature-section .feature-list .item a {
    padding: 10px;
  }
}

.features-details {
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2509803922);
  background: #D1DFB6;
}
.features-details .feature-grid {
  display: flex;
  flex-wrap: wrap;
}
.features-details .feature-grid .left-side {
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
  padding-right: 30px;
  margin-block: 50px;
  min-height: 100vh;
}
.features-details .feature-grid .left-side .left-side-inner {
  position: relative;
}
.features-details .feature-grid .left-side .vertical-line {
  position: absolute;
  top: 0;
  left: 127px;
  width: 32px;
  height: 100%;
}
.features-details .feature-grid .left-side .vertical-line svg {
  width: 100%;
  height: 100%;
}
.features-details .feature-grid .left-side .vertical-line svg line {
  stroke: gray;
  stroke-width: 2;
  stroke-dashoffset: 12;
  transition: stroke 0.3s;
}
.features-details .feature-grid .left-side .content-item {
  position: relative;
  padding-left: 190px;
}
.features-details .feature-grid .left-side .content-item:not(:last-child) {
  margin-bottom: 40px;
}
.features-details .feature-grid .left-side .content-item .line-seperator {
  background: url("../img/dashed-line.svg") no-repeat left center;
  height: 2px;
  width: 0;
  margin: 50px 0;
  /* Initially hidden by clip-path */
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.features-details .feature-grid .left-side .content-item .before-count {
  position: absolute;
  top: 0;
  left: 80px;
}
.features-details .feature-grid .left-side .content-item .headingFive, .features-details .feature-grid .left-side .content-item .commonHeadingBox .text, .commonHeadingBox .features-details .feature-grid .left-side .content-item .text {
  font-size: 24px;
  line-height: 34px;
  color: #224A1E;
}
@media only screen and (max-width: 991px) {
  .features-details .feature-grid .left-side .content-item .headingFive, .features-details .feature-grid .left-side .content-item .commonHeadingBox .text, .commonHeadingBox .features-details .feature-grid .left-side .content-item .text {
    font-size: 18px;
    line-height: 28px;
  }
}
.features-details .feature-grid .left-side .content-item .numer-counter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-block: 24px;
}
.features-details .feature-grid .left-side .content-item .numer-counter-grid .number-item {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  box-shadow: 0px 4px 30px 0px rgba(34, 74, 30, 0.3490196078);
  background: #E5EDE1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.features-details .feature-grid .left-side .content-item .numer-counter-grid .number-item .number {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-weight: 600;
  color: #1E4D1C;
}
.features-details .feature-grid .left-side .content-item .numer-counter-grid .number-item .text {
  font-size: 7px;
  line-height: 10px;
  color: #1E4D1C;
}
.features-details .feature-grid .left-side .content-item .inner-content-box {
  margin-bottom: 24px;
}
.features-details .feature-grid .left-side .content-item .inner-content-box p:not(:last-child) {
  margin-bottom: 24px;
}
.features-details .feature-grid .left-side .content-item .inner-content-box ul {
  margin-left: 30px;
}
.features-details .feature-grid .left-side .content-item .inner-content-box ul li {
  padding-bottom: 16px;
  list-style: disc;
  color: #141414;
}
.features-details .feature-grid .left-side .content-item .content-title-box {
  position: relative;
  margin-bottom: 24px;
}
.features-details .feature-grid .left-side .content-item .content-title-box .item {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.3019607843);
  background: #fff;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.features-details .feature-grid .left-side .content-item .content-title-box .headingTwo {
  color: #224A1E;
  padding-left: 54px;
  text-transform: capitalize;
}
.features-details .feature-grid .left-side .founder-video {
  margin-bottom: 24px;
}
.features-details .feature-grid .left-side .founder-video h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  color: #224A1E;
}
@media only screen and (max-width: 991px) {
  .features-details .feature-grid .left-side .founder-video h4 {
    font-size: 18px;
    line-height: 28px;
  }
}
.features-details .feature-grid .left-side .brochure-box {
  margin-bottom: 30px;
  max-width: 500px;
}
.features-details .feature-grid .left-side .brochure-box .btnGroup {
  margin-top: 15px;
}
.features-details .feature-grid .left-side .brochure-box h5 {
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid rgba(174, 174, 174, 0.4);
  padding-bottom: 14px;
  margin-bottom: 0;
}
.features-details .feature-grid .left-side .brochure-box.large-heading h5 {
  font-size: 24px;
  line-height: 34px;
  color: #224A1E;
}
@media only screen and (max-width: 991px) {
  .features-details .feature-grid .left-side .brochure-box.large-heading h5 {
    font-size: 18px;
    line-height: 28px;
  }
}
.features-details .feature-grid .left-side .video-box {
  width: 476px;
  height: 270px;
  border-radius: 10px;
}
.features-details .feature-grid .left-side .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.features-details .feature-grid .left-side .founder-image-layout .image-flex {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.features-details .feature-grid .left-side .founder-image-layout .image-flex .image {
  flex: 0 0 calc(25% - 8px);
  max-width: calc(25% - 8px);
  border-radius: 8px;
}
.features-details .feature-grid .right-side {
  max-width: 400px;
  flex: 0 0 400px;
  position: sticky;
  top: 90px;
  height: 100vh;
  min-height: 100vh;
}
.features-details .feature-grid .right-side .video-box {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.features-details .feature-grid .right-side .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 1099px) {
  .features-details .feature-grid .left-side {
    padding-right: 20px;
  }
  .features-details .feature-grid .left-side .vertical-line {
    left: 80px;
  }
  .features-details .feature-grid .left-side .content-item {
    padding-left: 140px;
  }
  .features-details .feature-grid .left-side .content-item .before-count {
    left: 30px;
  }
  .features-details .feature-grid .left-side .video-box {
    width: 100%;
  }
  .features-details .feature-grid .left-side .founder-image-layout .image-flex {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
  }
  .features-details .feature-grid .left-side .founder-image-layout .image-flex .image {
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .features-details .feature-grid .left-side, .features-details .feature-grid .right-side {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .features-details .feature-grid .left-side {
    padding-right: 20px;
  }
  .features-details .feature-grid .left-side .left-side-inner .vertical-line {
    display: none;
  }
  .features-details .feature-grid .left-side .content-item {
    padding-left: 40px;
  }
  .features-details .feature-grid .left-side .content-item .before-count {
    left: 10px;
    top: 0;
  }
  .features-details .feature-grid .left-side .video-box {
    width: 100%;
  }
  .features-details .feature-grid .left-side .founder-image-layout .image-flex {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
  }
  .features-details .feature-grid .left-side .founder-image-layout .image-flex .image {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .features-details .feature-grid .right-side {
    position: static;
    top: 0;
    display: none;
  }
}

.relative-div {
  position: relative;
}
.relative-div .absolute-div {
  position: absolute;
  top: -150px;
}

.green-bg {
  background: #224A1E !important;
}

/*---GREEN-SKILLS-FEATURE-LIST----*/
.feature-list img {
  margin: 0 !important;
}

/*------LEFT--SIDE---CONTENT-------*/
.item {
  padding: 0;
}
.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.academy_logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .academy_logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.academy_logos .academy-box {
  box-shadow: 0px 2.58px 15.48px 0px rgba(0, 0, 0, 0.0588235294);
  background: #fff;
  border: 0.64px solid rgba(174, 174, 174, 0.3019607843);
  border-radius: 10px;
}
.academy_logos .academy-box .image {
  /* max-width: 50px; */
  padding: 20px;
  max-width: 147px;
  margin: auto;
}
.academy_logos img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.images_grid_box {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.images_grid_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .images_grid_box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .images_grid_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}
@media (max-width: 600px) {
  .images_grid_box {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}

.teams-container {
  display: flex;
  max-width: calc(100% - 160px);
  margin: 0 auto;
  padding: 40px 0px;
}
@media only screen and (max-width: 991px) {
  .teams-container {
    max-width: calc(100% - 40px);
    flex-direction: column;
    padding-bottom: 0px;
    gap: 10px;
  }
}

.teams-left {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .teams-left {
    width: 100%;
  }
}

.teams-right {
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .teams-right {
    width: 100%;
  }
}

.teams-heading {
  background: linear-gradient(270deg, #ffffff -63.1%, #fdc14d 2.93%, #ff8b17 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .teams-heading {
    font-size: 22px;
    line-height: 32px;
  }
}

.teams-intro {
  font-weight: 300;
  font-size: 35px;
  line-height: 45px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .teams-intro {
    padding-top: 10px;
  }
}

.teams-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.teams-nav .teams-nav-item {
  margin-bottom: 15px;
}
.teams-nav .teams-nav-link {
  display: block;
  padding: 0px 0px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.teams-nav .teams-nav-link.active {
  text-decoration: underline;
  color: #224a1e;
  font-weight: 500;
}

.teams-content {
  display: none;
}
.teams-content.active {
  display: block;
}

.teams-divider {
  height: 2px;
  background-color: #224a1e;
  margin: 8px 0;
  border: none;
}

.teams-section-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #224a1e;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .teams-section-title {
    font-size: 18px;
    line-height: 28px;
  }
}

.teams-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 45px;
  -moz-column-gap: 49px;
       column-gap: 49px;
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .teams-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
}

.team-member-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.team-member-card .teamMemberImg {
  padding-top: 90.7103825137%;
  position: relative;
}
.team-member-card .teamMemberImg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-member-card .team-member-name {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.team-member-card .team-member-title {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.team-member-card .team-member-link {
  display: inline-block;
  min-width: 48px;
  height: 46px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(270deg, #ffffff -63.1%, #fdc14d 2.93%, #ff8b17 100%);
  border-radius: 4px;
  position: relative;
}
.team-member-card .team-member-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  background-image: url("/assets/img/popuparrow.svg");
  width: 28px;
  height: 28px;
}
.team-member-card .teamMemberCardInfo {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}
.team-member-card .memberCardPara {
  max-width: 296px;
}
.team-member-card .memberCardPara span {
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 94%;
  color: #2e2f34;
  display: block;
  text-align: start;
  padding-bottom: 14px;
}
.team-member-card .memberCardPara p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  text-align: start;
}

.teamsRow {
  display: flex;
}
.teamsRow .col-40 {
  padding: 0;
}
.teamsRow .col-60 {
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .teamsRow {
    flex-wrap: wrap;
  }
}

.team-member-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
}
.team-member-link svg {
  width: 24px;
  height: 24px;
  display: block;
}

/* Popup Styles */
.team-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9998;
  display: none;
  opacity: 0;
  transform: scale(0);
  transform-origin: center;
}

.team-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: #fff;
  border-radius: 0;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  opacity: 0;
}
.team-popup .popup-close {
  position: absolute;
  top: 20px;
  right: 18px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(270deg, #ffffff -63.1%, #fdc14d 2.93%, #ff8b17 100%);
  color: white;
  border: 2.06px solid rgba(255, 255, 255, 0.4);
  width: 42px;
  height: 46px;
  border-radius: 6.87px;
  font-size: 24px;
  cursor: pointer;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.team-popup .popup-close img {
  width: 19px;
  height: 19px;
  max-width: unset;
}
.team-popup .popup-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.team-popup .popup-content-wrapper .popup-image-container {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: relative;
}
.team-popup .popup-content-wrapper .popup-image-container img {
  width: 100%;
  height: 100%;
}
.team-popup .popup-content-wrapper .popup-details {
  background-color: #2e4d30;
  color: white;
  padding: 31px;
  position: relative;
  height: 100%;
}
.team-popup .popup-content-wrapper .popup-details .popup-header-info {
  margin-bottom: 24px;
}
.team-popup .popup-content-wrapper .popup-details .popup-header-info h3 {
  margin: 0;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
}
.team-popup .popup-content-wrapper .popup-details .popup-header-info p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5411764706);
  padding-top: 10px;
}
.team-popup .popup-content-wrapper .popup-details .popup-linkedin {
  display: inline-block;
  color: #0077b5;
  transition: opacity 0.2s;
  padding-top: 20px;
}
.team-popup .popup-content-wrapper .popup-details .popup-linkedin:hover {
  opacity: 0.8;
}
.team-popup .popup-content-wrapper .popup-details .popup-description {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
  margin-top: 0;
}
.team-popup .popup-content-wrapper .popup-details .popup-description p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.team-popup .popup-content-wrapper .popup-details .popup-description p:last-child {
  margin-bottom: 0;
}

.heritageEdgeWrapper {
  max-width: 100%;
  background-color: #224a1e;
  margin: 0;
  position: relative;
}
.heritageEdgeWrapper .heriEdgeContent {
  padding: 75px 0;
  max-width: 1238px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.heritageEdgeWrapper .heriEdgeContent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
}
.heritageEdgeWrapper .heriEdgeContent h1 {
  font-size: 50px;
  line-height: 60px;
  line-height: 64px;
  font-weight: 700;
  background: linear-gradient(278.97deg, #ffffff -27.15%, #fdc14d 23.41%, #ff8b17 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 991px) {
  .heritageEdgeWrapper .heriEdgeContent h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .heritageEdgeWrapper .heriEdgeContent {
    padding: 75px 15px;
  }
}
.heritageEdgeWrapper .heritageEdgeLogo {
  position: absolute;
  right: 0;
  top: 14px;
}
.heritageEdgeWrapper .heritageEdgeLogo img {
  width: 100%;
  height: 287px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .heritageEdgeWrapper .heritageEdgeLogo img {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .heritageEdgeWrapper .heritageEdgeLogo {
    bottom: 0;
    top: inherit;
  }
}

.heritageVideoWrapper {
  max-width: 1200px;
  padding: 60px 0;
  margin: auto;
}
.heritageVideoWrapper .heritageVideo {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .heritageVideoWrapper {
    padding: 40px 15px;
  }
}

.ourPlanetContent {
  max-width: 758px;
  margin: auto;
  text-align: center;
}
.ourPlanetContent h2 {
  font-size: 65px;
  line-height: 75px;
  font-weight: 700;
  color: #2d2d2d;
}
.ourPlanetContent p {
  font-size: 24px;
  line-height: 34px;
  color: #2d2d2d;
  padding-top: 24px;
}
@media only screen and (max-width: 991px) {
  .ourPlanetContent p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .ourPlanetContent p {
    padding-top: 10px;
  }
}

.ourPlanetSection {
  padding: 0px 0 95px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .ourPlanetSection {
    padding: 0px 0 75px;
  }
}
@media only screen and (max-width: 480px) {
  .ourPlanetSection {
    padding: 0px 0 60px;
  }
}

.ourPlanetCards {
  position: relative;
  margin-top: 110px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .ourPlanetCards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ourPlanetCards {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
}
.ourPlanetCards::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  width: 92vw;
  max-width: 820px;
  height: 34vw;
  max-height: 520px;
  background-image: url("../img/planetBg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .ourPlanetCards::before {
    height: 70vw;
  }
}

.ourPlanetCard {
  position: relative;
  z-index: 1;
  background: transparent;
  border: 1px solid rgba(174, 174, 174, 0.3019607843);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  padding: 26px 15px;
  text-align: center;
  display: flex;
  gap: 45px;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .ourPlanetCard {
    padding: 28px 22px 26px;
    min-height: 280px;
    gap: 30px;
  }
}
.ourPlanetCard h3 {
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  color: #000;
  margin: 0;
  letter-spacing: -0.2px;
}
.ourPlanetCard .ourPlanetCardIcon {
  width: 70px;
  height: 70px;
  margin: 0px auto 18px;
  display: grid;
  place-items: center;
}
.ourPlanetCard .ourPlanetCardIcon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ourPlanetCard p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin: 0;
  max-width: 310px;
  margin-inline: auto;
}

.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) {
  background: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 86px 0 90px;
}
@media only screen and (max-width: 991px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) {
    flex-direction: column;
    gap: 34px;
    padding: 60px 0 70px;
  }
}
@media only screen and (max-width: 480px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) {
    padding: 0px 0 58px;
  }
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper)::before {
  content: "";
  position: absolute;
  left: 27px;
  bottom: -32px;
  width: 100%;
  height: 193px;
  background-image: url("../img/sideFlower.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper)::before {
    content: none;
  }
}
@media only screen and (max-width: 480px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper)::before {
    content: none;
  }
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:first-child {
  position: relative;
  z-index: 1;
  max-width: 50%;
}
@media only screen and (max-width: 991px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:first-child {
    max-width: 100%;
  }
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:first-child h1,
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:first-child h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #2D2D2D;
  margin: 0;
  letter-spacing: -0.3px;
}
@media only screen and (max-width: 767px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:first-child h1,
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:first-child h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 38px;
}
@media only screen and (max-width: 991px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child {
    width: 100%;
    justify-content: flex-start;
    gap: 22px;
    max-width: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child {
    flex-direction: column;
    gap: 16px;
  }
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > * {
  position: relative;
  width: 50%;
  max-width: 100%;
  background: rgba(69, 138, 65, 0.16);
  border: 1px solid rgba(69, 138, 65, 0.18);
  box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.08);
  padding: 17px 12px;
  min-height: 206px;
}
@media only screen and (max-width: 991px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > * {
    width: 100%;
    min-height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > * {
    width: 100%;
    padding: 18px 16px 44px;
  }
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > * p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 0;
  max-width: 100%;
  line-height: 24px;
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > *::after {
  position: absolute;
  right: 14px;
  bottom: 10px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #ffb128;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 991px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > *::after {
    font-size: 18px;
    line-height: 28px;
  }
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > *:nth-child(1)::after {
  content: "01";
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > *:nth-child(2) {
  margin-top: 34px;
}
.heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > *:nth-child(2)::after {
  content: "02";
}
@media only screen and (max-width: 767px) {
  .heritEdgeSection .wrapper:not(.heritageEdgeWrapper) > *:last-child > *:nth-child(2) {
    margin-top: 0;
  }
}

.heritageProductsSection {
  padding: 0 0 90px;
  background: #fff;
}
.heritageProductsSection .wrapper {
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .heritageProductsSection {
    padding: 0px 0 66px;
  }
}
@media only screen and (max-width: 480px) {
  .heritageProductsSection {
    padding: 0px 0 56px;
  }
}
.heritageProductsSection .heritageProductsHead {
  max-width: 1117px;
  margin: 0 auto;
  text-align: center;
}
.heritageProductsSection .heritageProductsHead p {
  font-size: 20px;
  line-height: 30px;
  color: #2D2D2D;
  margin: 0;
  padding-top: 14px;
  opacity: 0.92;
}
@media only screen and (max-width: 991px) {
  .heritageProductsSection .heritageProductsHead p {
    padding: 14px 15px 0 15px;
  }
}
.heritageProductsSection .heritageProductsSlider {
  margin-top: 44px;
}
@media only screen and (max-width: 991px) {
  .heritageProductsSection .heritageProductsSlider {
    margin-top: 28px;
  }
}
.heritageProductsSection .heritageProductsSlider .heritageProductsSwiper {
  width: 100%;
}
.heritageProductsSection .heritageProductsSlider .swiper-slide {
  height: auto;
}
.heritageProductsSection .heritageProductsSlider .swiper-button-prev::after,
.heritageProductsSection .heritageProductsSlider .swiper-button-next::after {
  display: none;
}
.heritageProductsSection .heritageProductsSlider .productSlideCard {
  display: block;
  text-decoration: none;
  color: inherit;
}
.heritageProductsSection .heritageProductsSlider .productSlideMedia {
  background: #F2F2F2;
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
  border-radius: 2px;
  display: grid;
  place-items: center;
  height: 100%;
}
.heritageProductsSection .heritageProductsSlider .productSlideMedia img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.16));
}
.heritageProductsSection .heritageProductsSlider .heritageProductsNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}
.heritageProductsSection .heritageProductsSlider .heritageProductsNav .arrow-slide.swiper-button-prev,
.heritageProductsSection .heritageProductsSlider .heritageProductsNav .arrow-slide.swiper-button-next {
  position: static !important;
  left: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
}
.heritageProductsSection .heritageProductsSlider .heritageProductsPagination {
  position: static;
  margin-top: 14px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.heritageProductsSection .heritageProductsSlider .heritageProductsPagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(45, 45, 45, 0.3);
  opacity: 1;
}
.heritageProductsSection .heritageProductsSlider .heritageProductsPagination .swiper-pagination-bullet-active {
  background: #458A41;
}

.shopNowSection {
  background: #fff;
  padding: 0px 0 80px;
}
@media only screen and (max-width: 991px) {
  .shopNowSection {
    padding: 0px 0 80px;
  }
}
@media only screen and (max-width: 480px) {
  .shopNowSection {
    padding: 0px 0 64px;
  }
}
.shopNowSection .shopNowWrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (max-width: 991px) {
  .shopNowSection .shopNowWrapper {
    flex-direction: column;
    gap: 26px;
    padding: 0 15px;
  }
}
.shopNowSection .shopNowLeft {
  flex: 1 1 auto;
  max-width: 657px;
}
.shopNowSection .shopNowLeft p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  color: #2D2D2D;
  line-height: 30px;
  opacity: 0.95;
}
@media only screen and (max-width: 991px) {
  .shopNowSection .shopNowLeft p {
    font-size: 18px;
    line-height: 28px;
    line-height: 28px;
  }
}
.shopNowSection .shopNowRight {
  flex: 0 0 auto;
  max-width: 340px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .shopNowSection .shopNowRight {
    margin-left: 0;
    max-width: 420px;
  }
}
.shopNowSection .shopNowRight h3 {
  margin: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  background: linear-gradient(278.97deg, #FFFFFF -27.15%, #FDC14D 23.41%, #FF8B17 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 991px) {
  .shopNowSection .shopNowRight h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.shopNowSection .shopNowRight p {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 28px;
  color: #2D2D2D;
  font-weight: 600;
  opacity: 0.9;
}
.shopNowSection .shopNowBtn {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.shopNowSection .shopNowBtn:active {
  transform: translateY(0);
  box-shadow: 0px 10px 22px rgba(255, 139, 23, 0.22);
}
.shopNowSection .shopNowBtn .shopNowBtnText {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  padding-right: 50px;
  position: relative;
}
.shopNowSection .shopNowBtn .shopNowBtnText::before {
  right: 7px;
}
.shopNowSection .shopNowBtn .shopNowBtnIcon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.18);
}
.shopNowSection .shopNowBtn .shopNowBtnIcon svg {
  width: 14px;
  height: 14px;
  display: block;
}
.shopNowSection .shopNowBtn .shopNowBtnIcon svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.heritageProductsSection {
  padding: 0 0 90px;
  background: #ffffff;
  overflow: hidden;
}

.heritageProductsHead {
  max-width: 1117px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
}

.heritageProductsHead h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #2d2d2d;
  margin: 0;
  letter-spacing: -0.4px;
}

.heritageProductsHead p {
  font-size: 24px;
  line-height: 34px;
  color: #2d2d2d;
  margin: 0;
  padding-top: 14px;
  opacity: 0.92;
}

/* Marquee Container */
.heritageProductsSlider {
  margin-top: 44px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: marquee 10s linear infinite;
}

.marquee-wrapper:hover {
  animation-play-state: paused;
}

/* Clone the content for seamless loop */
.marquee-content {
  display: flex;
  gap: 24px;
  padding-right: 24px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Product Card */
.productSlideCard {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 380px;
  flex-shrink: 0;
}

.productSlideMedia {
  border-radius: 2px;
  display: grid;
  place-items: center;
  height: 100%;
  overflow: hidden;
}

.productSlideMedia img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.16));
}

/* Responsive */
@media (max-width: 992px) {
  .heritageProductsHead h2 {
    font-size: 42px;
  }
  .productSlideCard {
    width: 320px;
  }
  .productSlideMedia {
    height: 100%;
  }
  .marquee-content {
    gap: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 768px) {
  .heritageProductsSection {
    padding: 0 0 66px;
  }
  .heritageProductsHead h2 {
    font-size: 32px;
  }
  .heritageProductsHead p {
    padding: 14px 15px 0 15px;
  }
  .heritageProductsSlider {
    margin-top: 28px;
  }
  .productSlideCard {
    width: 280px;
  }
  .productSlideMedia {
    height: 100%;
  }
  .marquee-content {
    gap: 16px;
    padding-right: 16px;
  }
  .marquee-wrapper {
    animation-duration: 10s;
  }
}
@media (max-width: 480px) {
  .heritageProductsSection {
    padding: 0 0 56px;
  }
  .productSlideCard {
    width: 240px;
  }
  .productSlideMedia {
    height: 100%;
  }
  .marquee-content {
    gap: 14px;
    padding-right: 14px;
  }
  .marquee-wrapper {
    animation-duration: 10s;
  }
}
.summit-gallery-wrapper {
  margin: 40px 0;
  padding: 0 54px;
}

.summitSwiper {
  width: 100%;
  padding: 20px 60px;
  position: relative;
}
.summitSwiper .swiper-slide {
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
}
.summitSwiper .gallery-image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.summitSwiper .gallery-image:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}
.summitSwiper .gallery-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 40px !important;
  background: #224a1e !important;
  border-radius: 50% !important;
  color: #fff !important;
  transition: all 0.3s ease !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  font-weight: bold !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #1a3a17 !important;
  transform: scale(1.1) !important;
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next {
  right: 0 !important;
}

@media (max-width: 768px) {
  .summit-gallery-wrapper {
    margin: 40px 0;
    padding: 0;
  }
  .summit-gallery-wrapper .swiper-button-next,
  .summit-gallery-wrapper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 10px;
    background: #224a1e;
  }
  .summit-gallery-wrapper .swiper-button-next:after,
  .summit-gallery-wrapper .swiper-button-prev:after {
    font-size: 16px;
  }
  .summit-gallery-wrapper .swiper-button-prev {
    left: calc(50% - 50px) !important;
    top: inherit !important;
    bottom: 0 !important;
  }
  .summit-gallery-wrapper .swiper-button-next {
    right: auto;
    left: calc(50% + 10px) !important;
    top: inherit !important;
    bottom: 0 !important;
  }
  .summitSwiper {
    padding: 20px 0 80px 0 !important;
    margin: 0;
  }
  .summitSwiper .gallery-image {
    height: 200px;
  }
}
.main-wrapper {
  overflow-x: hidden;
}

.jobsBannerVideoSection {
  background-color: #224A1E;
}
.jobsBannerVideoSection .jobBannerVideoBox .jobBannerVideo {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .jobsBannerVideoSection .jobBannerVideoBox .jobBannerVideo {
    height: 283px;
    border-radius: 0;
  }
}
.jobsBannerVideoSection .jobVideoBoxContent {
  max-width: 1300px;
  padding: 30px 0 30px 80px;
}
.jobsBannerVideoSection .jobVideoBoxContent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.jobsBannerVideoSection .jobVideoBoxContent span {
  font-weight: 700;
  font-style: Bold;
  font-size: 50px;
  line-height: 60px;
  background: linear-gradient(278.97deg, #FFFFFF -27.15%, #FDC14D 23.41%, #FF8B17 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  padding-top: 14px;
}
@media only screen and (max-width: 991px) {
  .jobsBannerVideoSection .jobVideoBoxContent span {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .jobsBannerVideoSection .jobVideoBoxContent {
    padding: 30px 0 30px 20px;
  }
}

.jobSection2 .row {
  padding: 75px 0 59px 0;
  align-items: center;
}
.jobSection2 .jobsec2Content {
  -webkit-backdrop-filter: blur(28px);
          backdrop-filter: blur(28px);
  margin-left: -135px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.jobSection2 .jobsec2Content .jobsec2ContentInner {
  padding: 55px 33px;
}
.jobSection2 .jobsec2Content .jobsec2ContentInner h2 {
  display: block;
  padding-bottom: 24px;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 34px;
  font-size: 24px;
  line-height: 35px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .jobSection2 .jobsec2Content .jobsec2ContentInner h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .jobSection2 .jobsec2Content .jobsec2ContentInner h2 {
    padding-bottom: 10px;
    margin: 0;
  }
}
.jobSection2 .jobsec2Content .jobsec2ContentInner p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #2D2D2D;
  max-width: 881px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .jobSection2 .jobsec2Content .jobsec2ContentInner p {
    font-size: 18px;
    line-height: 28px;
  }
}
.jobSection2 .jobsec2Content .jobsec2ContentInner .jobsec2Span span {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #2D2D2D;
}
@media only screen and (max-width: 991px) {
  .jobSection2 .jobsec2Content .jobsec2ContentInner .jobsec2Span span {
    font-size: 18px;
    line-height: 28px;
  }
}
.jobSection2 .jobsec2Content .jobsec2ContentInner .jobsec2Span span:first-child {
  padding-right: 10px;
}
.jobSection2 .jobsec2Content .jobsec2ContentInner .jobsec2Span span:not(:first-child) {
  padding: 0 10px;
}
.jobSection2 .jobsec2Content .jobsec2ContentInner .jobsec2Span span:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 1px solid #000;
}
@media only screen and (max-width: 991px) {
  .jobSection2 .row {
    padding: 40px 0 0px 0;
  }
  .jobSection2 .jobsec2Content {
    margin-left: 0;
  }
  .jobSection2 .jobsec2Content .jobsec2ContentInner {
    padding: 30px 0px;
  }
  .jobSection2 .jobsec2Content .jobsec2ContentInner .jobsec2Span span:first-child {
    padding-right: 3px;
  }
  .jobSection2 .jobsec2Content .jobsec2ContentInner .jobsec2Span span:not(:first-child)::after {
    top: 2px;
    left: 0;
    height: 20px;
  }
}

.partnersSection {
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .partnersSection {
    padding: 40px 0;
  }
}

.problemSection {
  padding: 0px 0 80px 0;
  background-color: #fff;
}
.problemSection .problemHeader {
  text-align: center;
  margin-bottom: 50px;
}
.problemSection .problemHeader h2 {
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0%;
  color: #2D2D2D;
  font-size: 45px;
  line-height: 55px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .problemSection .problemHeader h2 {
    font-size: 25.74px;
    line-height: 35px;
  }
}
.problemSection .problemHeader .problemSubtext {
  color: #000;
  margin: 0 0 10px 0;
  max-width: 795px;
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .problemSection .problemHeader .problemSubtext {
    font-size: 18px;
    line-height: 28px;
  }
}
.problemSection .problemHeader .problemSubtext .highlight {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #458A41;
}
@media only screen and (max-width: 991px) {
  .problemSection .problemHeader .problemSubtext .highlight {
    font-size: 18px;
    line-height: 28px;
  }
}
.problemSection .problemHeader .problemTagline {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .problemSection .problemHeader .problemTagline {
    font-size: 18px;
    line-height: 28px;
  }
}
.problemSection .problemHeader .problemTagline span {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #458A41;
}
@media only screen and (max-width: 991px) {
  .problemSection .problemHeader .problemTagline span {
    font-size: 18px;
    line-height: 28px;
  }
}
.problemSection .problemHeader .highlight {
  color: #458A41;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .problemSection .problemHeader {
    margin-bottom: 30px;
  }
}
.problemSection .problemCards {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .problemSection .problemCards {
    flex-direction: column;
    gap: 20px;
  }
}
.problemSection .problemCard {
  width: 33.33%;
  padding: 0 15px;
  background: #fff;
  border: 1px solid;
  border-image-source: linear-gradient(270deg, rgba(255, 255, 255, 0.3) -63.1%, rgba(253, 193, 77, 0.3) 2.93%, rgba(255, 139, 23, 0.3) 100%);
  border-image-slice: 1;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 30px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 45px;
  align-items: center;
  transition: box-shadow 0.3s ease;
}
.problemSection .problemCard:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.problemSection .problemCard .cardStat {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .problemSection .problemCard .cardStat {
    font-size: 22px;
    line-height: 32px;
  }
}
.problemSection .problemCard .cardIcon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.problemSection .problemCard .cardIcon svg {
  width: 80px;
  height: 80px;
}
.problemSection .problemCard .cardDesc {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .problemSection .problemCard {
    width: 100%;
    padding: 20px 0px;
    gap: 20px;
  }
}

.jobMelasSection {
  padding: 80px 0;
  background-color: #fff;
}
.jobMelasSection .jobMelasHeader {
  text-align: center;
  margin-bottom: 50px;
}
.jobMelasSection .jobMelasHeader h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  line-height: 55px;
  color: #000;
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 991px) {
  .jobMelasSection .jobMelasHeader h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.jobMelasSection .jobMelasHeader p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  line-height: 45px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .jobMelasSection .jobMelasHeader {
    margin-bottom: 30px;
  }
}
.jobMelasSection .jobMelasContent {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media only screen and (max-width: 991px) {
  .jobMelasSection .jobMelasContent {
    flex-direction: column;
    gap: 30px;
    padding: 0 10px;
  }
}
.jobMelasSection .jobMelasLeft {
  width: 60%;
}
.jobMelasSection .jobMelasLeft .jobMelasIntro {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  margin: 0 0 8px 0;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .jobMelasSection .jobMelasLeft .jobMelasIntro {
    font-size: 18px;
    line-height: 28px;
  }
}
.jobMelasSection .jobMelasLeft .jobMelasIncludes {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000;
  margin: 0 0 35px 0;
}
@media only screen and (max-width: 991px) {
  .jobMelasSection .jobMelasLeft .jobMelasIncludes {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .jobMelasSection .jobMelasLeft .jobMelasIncludes {
    margin: 0 0 20px 0;
  }
}
.jobMelasSection .jobMelasLeft .jobMelasList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jobMelasSection .jobMelasLeft .jobMelasList li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
  line-height: 1.5;
  color: #2D2D2D;
}
.jobMelasSection .jobMelasLeft .jobMelasList li span {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .jobMelasSection .jobMelasLeft .jobMelasList li span {
    font-size: 18px;
    line-height: 28px;
  }
}
.jobMelasSection .jobMelasLeft .jobMelasList li:last-child {
  margin-bottom: 0;
}
.jobMelasSection .jobMelasLeft .jobMelasList li .checkIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.jobMelasSection .jobMelasLeft .jobMelasList li .checkIcon svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 991px) {
  .jobMelasSection .jobMelasLeft {
    width: 100%;
  }
}
.jobMelasSection .jobMelasRight {
  width: 40%;
}
.jobMelasSection .jobMelasRight .jobMelasImage {
  border-radius: 12px;
  overflow: hidden;
}
.jobMelasSection .jobMelasRight .jobMelasImage img {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .jobMelasSection .jobMelasRight {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .jobMelasSection {
    padding: 40px 0;
  }
}

.marqueeSection {
  padding: 2px 0;
  background-color: #224A1E;
  overflow: hidden;
}
.marqueeSection .marqueeContainer {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
.marqueeSection .marqueeContent {
  display: inline-flex;
  animation: marquee 10s linear infinite;
  will-change: transform;
}
.marqueeSection .marqueeContent span {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #fff;
  flex-shrink: 0;
}
.marqueeSection .marqueeContent span:not(:last-child)::after {
  content: " • ";
  color: #fff;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}

.industrySkillsSection {
  padding: 0px 0 80px 0;
  background-color: #fff;
}
.industrySkillsSection .skillsHeader {
  text-align: center;
  margin-bottom: 40px;
}
.industrySkillsSection .skillsHeader h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0%;
  color: #2D2D2D;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 991px) {
  .industrySkillsSection .skillsHeader h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .industrySkillsSection .skillsHeader h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 10px 0;
  }
}
.industrySkillsSection .skillsHeader p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  line-height: 45px;
  text-align: center;
  color: #000;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .industrySkillsSection .skillsHeader {
    margin-bottom: 20px;
  }
}
.industrySkillsSection .skillsCards {
  display: flex;
  gap: 39px;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .industrySkillsSection .skillsCards {
    flex-direction: column;
    gap: 20px;
  }
}
.industrySkillsSection .skillCard {
  position: relative;
  width: 25%;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.industrySkillsSection .skillCard:hover {
  transform: translateY(-5px);
}
.industrySkillsSection .skillCard .skillCardBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.industrySkillsSection .skillCard .skillCardOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 12px;
}
.industrySkillsSection .skillCard .skillCardOverlay h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  line-height: 28px;
  color: #fff;
  margin: 0;
}
.industrySkillsSection .skillCard .skillCardOverlay .skillNumber {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  background: linear-gradient(278.97deg, #FFFFFF -27.15%, #FDC14D 23.41%, #FF8B17 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  align-self: flex-end;
}
@media only screen and (max-width: 991px) {
  .industrySkillsSection .skillCard {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .industrySkillsSection {
    padding: 0 0 40px 0;
  }
}

.trustedSection {
  margin: 0;
  padding: 0;
}
.trustedSection .trustedBanner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.trustedSection .trustedBanner:hover .trustedBg {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}
.trustedSection .trustedBanner .trustedBg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 991px) {
  .trustedSection .trustedBanner .trustedBg {
    display: none;
  }
}
.trustedSection .trustedBanner .trustedMobileBg {
  display: none;
}
@media only screen and (max-width: 991px) {
  .trustedSection .trustedBanner .trustedMobileBg {
    display: block;
  }
}
.trustedSection .trustedBanner .trustedOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trustedSection .trustedBanner .trustedOverlay .trustedContent {
  text-align: start;
  position: absolute;
  bottom: 60px;
  left: 78px;
}
@media only screen and (max-width: 991px) {
  .trustedSection .trustedBanner .trustedOverlay .trustedContent {
    bottom: 40%;
    transform: translateY(0%);
    left: 18px;
    top: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .trustedSection .trustedBanner .trustedOverlay .trustedContent {
    bottom: 10px;
    transform: translateY(0%);
    left: 15px;
  }
}
.trustedSection .trustedBanner .trustedOverlay .trustedContent h2 {
  font-weight: 600;
  font-size: 65px;
  line-height: 75px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 991px) {
  .trustedSection .trustedBanner .trustedOverlay .trustedContent h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .trustedSection .trustedBanner .trustedOverlay .trustedContent h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.trustedSection .trustedBanner .trustedOverlay .trustedContent p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0;
  max-width: 1300px;
}
@media only screen and (max-width: 991px) {
  .trustedSection .trustedBanner .trustedOverlay .trustedContent p {
    font-size: 18px;
    line-height: 28px;
  }
}

.ourBeliefSection {
  padding: 45px 0;
  background-color: #fff;
}
.ourBeliefSection .beliefContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ourBeliefSection .beliefTextContent {
  width: 45%;
  max-width: 520px;
}
.ourBeliefSection .beliefTextContent h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  margin: 0 0 24px 0;
  letter-spacing: -0.5px;
}
.ourBeliefSection .beliefTextContent .beliefSubtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  line-height: 1.6;
  color: #2D2D2D;
  margin: 0 0 20px 0;
}
.ourBeliefSection .beliefTextContent .beliefDescription {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  line-height: 1.7;
  color: #2D2D2D;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .ourBeliefSection .beliefTextContent .beliefDescription {
    font-size: 18px;
    line-height: 28px;
  }
}
.ourBeliefSection .beliefTextContent .beliefDescription strong {
  font-weight: 700;
  color: #000;
}
.ourBeliefSection .beliefImageContent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 55%;
  padding: 0 15px;
}
.ourBeliefSection .beliefImageContent img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.1));
}

.partner1mb {
  margin: 0px 0 45px 0;
  margin: 45px 0;
}
.partner1mb .wrapper {
  background-color: #224A1E;
  border-radius: 16px;
}
.partner1mb .partner1mbContent {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 40px;
}
.partner1mb .partner1mbContent h6 {
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  line-height: 55px;
  letter-spacing: 0%;
  background: linear-gradient(278.97deg, #FFFFFF -27.15%, #FDC14D 23.41%, #FF8B17 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 991px) {
  .partner1mb .partner1mbContent h6 {
    font-size: 32px;
    line-height: 42px;
  }
}
.partner1mb .partner1mbContent .partner1mbSpan span {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  line-height: 28px;
  letter-spacing: 0%;
  position: relative;
}
.partner1mb .partner1mbContent .partner1mbSpan span:first-child {
  padding-right: 6px;
}
.partner1mb .partner1mbContent .partner1mbSpan span:not(:first-child) {
  padding: 0 8px;
}
.partner1mb .partner1mbContent .partner1mbSpan span:not(:first-child)::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  border: 1px solid #fff;
  height: 15px;
  background: #fff;
}
.partner1mb .partner1mbContent p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  letter-spacing: 0%;
  padding-top: 24px;
}
@media only screen and (max-width: 991px) {
  .partner1mb .partner1mbContent p {
    font-size: 18px;
    line-height: 28px;
  }
}
.partner1mb .partner1mbContent p span {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
}
@media only screen and (max-width: 991px) {
  .partner1mb .partner1mbContent p span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .partner1mb .partner1mbContent {
    padding: 30px;
  }
}
.partner1mb .partner1mbImg {
  height: 100%;
}
.partner1mb .partner1mbImg img {
  height: 100%;
}

.partnerSection {
  background: linear-gradient(90deg, #224A1E 0%, #224A1E 45%, #fff 45%, #fff 100%);
  overflow: hidden;
}
.partnerSection .partnerContainer {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: 500px;
}
.partnerSection .partnerContent {
  width: 45%;
  padding: 80px 80px 80px 80px;
}
.partnerSection .partnerContent h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  background: linear-gradient(278.97deg, #FFFFFF -27.15%, #FDC14D 23.41%, #FF8B17 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin: 0 0 16px 0;
  letter-spacing: -0.5px;
}
.partnerSection .partnerContent .partnerSubtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 24px 0;
}
.partnerSection .partnerContent .partnerDescription {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  line-height: 1.7;
  color: #fff;
  margin: 0;
}
.partnerSection .partnerContent .partnerDescription strong {
  font-weight: 700;
  color: #fff;
}
.partnerSection .partnerImage {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 40px 40px 0;
}
.partnerSection .partnerImage img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.differenceSection {
  background-color: #224A1E;
  overflow: hidden;
  position: relative;
}
.differenceSection .differenceContainer {
  max-width: 100%;
  margin: unset;
  position: relative;
}
.differenceSection .differenceContainer .differRow {
  max-width: 100%;
  margin: unset;
  position: relative;
}
.differenceSection .differenceContainer .differRow .col-100 {
  width: 100vw;
  min-height: 100vh;
  padding-left: 80px;
  padding-top: 80px;
  display: flex;
  align-items: center;
}
.differenceSection .differenceContainer .differRow .col-100 .diffContent {
  max-width: 574px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  z-index: 1;
  position: relative;
}
.differenceSection .differenceContainer .differRow .col-100 .diffContent h4 {
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  line-height: 120%;
  background: linear-gradient(278.97deg, #FFFFFF -27.15%, #FDC14D 23.41%, #FF8B17 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .differenceSection .differenceContainer .differRow .col-100 .diffContent h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.differenceSection .differenceContainer .differRow .col-100 .diffContent .differenceSpan {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 991px) {
  .differenceSection .differenceContainer .differRow .col-100 .diffContent .differenceSpan {
    font-size: 18px;
    line-height: 28px;
  }
}
.differenceSection .differenceContainer .differRow .col-100 .diffContent .differencePara {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .differenceSection .differenceContainer .differRow .col-100 .diffContent .differencePara {
    font-size: 22px;
    line-height: 32px;
  }
}
.differenceSection .differenceContainer .differRow .col-100 .diffContent .differenceResult {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  max-width: 500px;
  margin: 0;
}
.differenceSection .differenceContainer .differRow .col-100 .diffContent .differenceResult .differenceResultSpan1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  line-height: 140%;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .differenceSection .differenceContainer .differRow .col-100 .diffContent .differenceResult .differenceResultSpan1 {
    font-size: 18px;
    line-height: 28px;
  }
}
.differenceSection .differenceContainer .differRow .col-100 .diffContent .differenceResult .differenceResultSpan2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 38px;
  line-height: 140%;
  letter-spacing: 0%;
  background: linear-gradient(278.97deg, #FFFFFF -27.15%, #FDC14D 23.41%, #FF8B17 97.74%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media only screen and (max-width: 991px) {
  .differenceSection .differenceContainer .differRow .col-100 .diffContent .differenceResult .differenceResultSpan2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.differenceSection .differenceContainer .differRow .col-scroll100 {
  width: calc(100vw - 700px);
  min-width: 620px;
  min-height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 700px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}
.differenceSection .differenceContainer .differRow .col-scroll100 .scrollImgContainer {
  display: flex;
  gap: 20px;
  padding-right: 80px;
  will-change: transform;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .differenceSection .differenceContainer .differRow .col-scroll100 .scrollImgContainer {
    flex-direction: column;
  }
}
.differenceSection .differenceContainer .differRow .col-scroll100 .scrollImg {
  position: relative;
  width: 400px;
  height: 400px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 991px) {
  .differenceSection .differenceContainer .differRow .col-scroll100 .scrollImg {
    box-shadow: none;
  }
}
.differenceSection .differenceContainer .differRow .col-scroll100 .scrollImg .scrollImgText {
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 0%;
  max-width: 409px;
}
@media only screen and (max-width: 991px) {
  .differenceSection .differenceContainer .differRow .col-scroll100 .scrollImg .scrollImgText {
    font-size: 22px;
    line-height: 32px;
  }
}
.differenceSection .differenceContainer .differRow .col-scroll100 .scrollImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .differenceSection .differenceContainer .differRow .col-100 {
    padding: 0 15px;
    min-height: 100%;
  }
  .differenceSection .differenceContainer .differRow .col-100 .diffContent {
    padding: 40px 0;
    gap: 20px;
  }
  .differenceSection .differenceContainer .differRow .col-scroll100 {
    width: 100%;
    min-width: 100%;
    position: static;
  }
  .differenceSection .differenceContainer .differRow .col-scroll100 .scrollImg {
    width: 100%;
    height: 100%;
  }
  .differenceSection .differenceContainer .differRow .col-scroll100 .scrollImg .scrollImgText {
    left: 23px;
  }
  .differenceSection .differenceContainer .differRow .col-scroll100 .scrollImgContainer {
    padding: 0 15px;
    will-change: auto;
  }
}
@media only screen and (max-width: 991px) {
  .differenceSection {
    padding-bottom: 30px;
  }
}

.skillsCenterSection {
  padding: 100px 0;
  background-color: #fff;
}
.skillsCenterSection .skillsCenterHeader {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skillsCenterSection .skillsCenterHeader h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 45px;
  line-height: 55px;
  margin: 0 0 20px 0;
  max-width: 527px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .skillsCenterSection .skillsCenterHeader h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.skillsCenterSection .skillsCenterHeader .skillsCenterSubheader {
  text-align: end;
}
.skillsCenterSection .skillsCenterHeader .skillsCenterSubheader p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  line-height: 45px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .skillsCenterSection .skillsCenterHeader .skillsCenterSubheader p {
    line-height: 28px;
  }
}
.skillsCenterSection .skillsCenterHeader .skillsCenterSubheader .skillsCenterTagline {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  line-height: 1.6;
  color: #2D2D2D;
  margin: 0;
}
.skillsCenterSection .skillsCenterHeader .skillsCenterSubheader .skillsCenterTagline span {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  line-height: 20px;
  color: #224A1E;
}
.skillsCenterSection .skillsCenterList {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.skillsCenterSection .skillsCenterItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px;
  border-bottom: 1px solid #E5E5E5;
  transition: all ease 0.3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
}
.skillsCenterSection .skillsCenterItem:not(:first-child) {
  border-top: 1px solid #E5E5E5;
}
.skillsCenterSection .skillsCenterItem .skillsCenterItemLeft {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  position: relative;
  z-index: 10;
}
.skillsCenterSection .skillsCenterItem .skillsCenterItemLeft .itemNumber {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .skillsCenterSection .skillsCenterItem .skillsCenterItemLeft .itemNumber {
    font-size: 18px;
    line-height: 28px;
  }
}
.skillsCenterSection .skillsCenterItem .skillsCenterItemLeft .itemTitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000;
  margin: 0;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .skillsCenterSection .skillsCenterItem .skillsCenterItemLeft .itemTitle {
    font-size: 18px;
    line-height: 28px;
  }
}
.skillsCenterSection .skillsCenterItem .skillsCenterItemRight {
  position: relative;
  z-index: 10;
}
.skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper {
  position: relative;
  width: 341px;
  height: 56px;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper .itemImage {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper .itemBadge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: -20px;
  width: 60px;
  height: 60px;
  background-color: #224A1E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 3px solid #fff;
}
.skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper .itemBadge span {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper .itemBadge span {
    font-size: 18px;
    line-height: 28px;
  }
}
.skillsCenterSection .skillsCenterItem:hover::before {
  top: 0;
}
.skillsCenterSection .skillsCenterItem:hover .skillsCenterItemLeft .itemNumber,
.skillsCenterSection .skillsCenterItem:hover .skillsCenterItemLeft .itemTitle {
  color: #224A1E;
}
.skillsCenterSection #skills-fixed-image {
  height: 20vw;
  width: 24vw;
  min-height: 300px;
  min-width: 250px;
  max-height: 450px;
  max-width: 380px;
  border-radius: 15px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  opacity: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.impactSection .impactHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 53px;
}
.impactSection .impactHeading h3 {
  font-weight: 700;
  font-style: Bold;
  font-size: 65px;
  line-height: 75px;
  color: #2D2D2D;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .impactSection .impactHeading h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.impactSection .impactHeading span {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 34px;
  padding-top: 12px;
  letter-spacing: 0%;
  color: #458A41;
}
@media only screen and (max-width: 991px) {
  .impactSection .impactHeading span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .impactSection .impactHeading {
    padding-bottom: 20px;
    flex-direction: column;
    gap: 0;
  }
  .impactSection .impactHeading span {
    padding-top: 0px;
  }
  .impactSection .impactHeading h3 {
    margin: 0;
  }
}
.impactSection .impactGallery {
  display: flex;
  gap: 11px;
}
.impactSection .impactGallery .col-15 {
  width: 20%;
}
.impactSection .impactGallery .impactGalleryImg {
  display: flex;
  flex-direction: column;
  gap: 11px;
  position: relative;
}
.impactSection .impactGallery .impactGalleryImg img {
  margin: 0;
}
.impactSection .impactGallery .impactGalleryImg .youthSkilledContent {
  position: absolute;
  top: 55%;
  left: 13px;
}
.impactSection .impactGallery .impactGalleryImg .youthSkilledContent span {
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #fff;
}
.impactSection .impactGallery .impactGalleryImg .youthSkilledContent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
}
.impactSection .impactGallery .col-30 {
  padding: 0;
}
.impactSection .impactGallery .placementData {
  background-color: #E2EFD9;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  justify-content: space-between;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .impactSection .impactGallery .placementData {
    gap: 50px;
  }
}
.impactSection .impactGallery .placementData .placementDataInner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  letter-spacing: 0%;
}
.impactSection .impactGallery .placementData .placementDataInner p:first-child {
  padding-bottom: 10px;
}
.impactSection .impactGallery .placementData .placementDataInner p:nth-of-type(2) {
  padding-left: 7px;
}
.impactSection .impactGallery .placementData .placementDataInner p span {
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #000;
}
.impactSection .impactGallery .placementData img {
  height: 146px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .impactSection .impactGallery .placementData img {
    height: 100px;
    width: unset;
  }
}
.impactSection .impactGallery .impactLshape {
  height: 100%;
}
.impactSection .impactGallery .impactLshape img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.impactSection .impactGallery .impactLshape .youthSkilledContent {
  position: absolute;
  bottom: 30px;
  right: 14px;
}
.impactSection .impactGallery .impactLshape .youthSkilledContent span {
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #fff;
}
.impactSection .impactGallery .impactLshape .youthSkilledContent p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
  text-align: end;
}
.impactSection .impactGallery .impactLshape .lShapeContent p {
  max-width: 200px;
  padding: 11px 23px 23px 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .impactSection .impactGallery {
    flex-direction: column;
  }
  .impactSection .impactGallery .col-15 {
    width: 100%;
  }
  .impactSection .impactGallery .col-30 {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .employersSection {
    padding: 80px 0;
  }
  .employersSection .employersContainer {
    gap: 40px;
  }
  .employersSection .employersTitle {
    width: 200px;
  }
  .employersSection .employersTitle h2 {
    font-size: 28px;
  }
  .employersSection .employersGrid {
    gap: 16px;
  }
  .employersSection .employerLogo {
    padding: 24px;
  }
  .partnerSection .partnerContent {
    padding: 60px 50px;
  }
  .partnerSection .partnerContent h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .partnerSection .partnerContent h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .partnerSection .partnerContent .partnerDescription {
    font-size: 17px;
  }
  .ourBeliefSection .beliefContainer {
    gap: 60px;
  }
  .ourBeliefSection .beliefTextContent h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .ourBeliefSection .beliefTextContent h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .ourBeliefSection .beliefImageContent img {
    max-height: 380px;
  }
  .skillsCenterSection .skillsCenterHeader h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767px) {
  .skillsCenterSection .skillsCenterHeader h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .skillsCenterSection .skillsCenterItem .skillsCenterItemLeft .itemTitle {
    font-size: 22px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper {
    width: 280px;
    height: 46px;
  }
  .skillsCenterSection #skills-fixed-image {
    height: 35vw;
    width: 28vw;
    min-height: 250px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .employersSection {
    padding: 60px 0;
  }
  .employersSection .employersContainer {
    flex-direction: column;
    gap: 40px;
  }
  .employersSection .employersTitle {
    width: 100%;
  }
  .employersSection .employersTitle h2 {
    font-size: 28px;
  }
  .employersSection .employersGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .partnerSection {
    background: #224A1E;
  }
  .partnerSection .partnerContainer {
    flex-direction: column;
    min-height: auto;
  }
  .partnerSection .partnerContent {
    width: 100%;
    padding: 60px 40px 40px 40px;
    text-align: center;
  }
  .partnerSection .partnerContent h2 {
    font-size: 36px;
  }
  .partnerSection .partnerContent .partnerDescription {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }
  .partnerSection .partnerImage {
    width: 100%;
    padding: 0 40px 60px 40px;
  }
  .partnerSection .partnerImage img {
    max-width: 600px;
  }
  .ourBeliefSection {
    padding: 80px 0;
  }
  .ourBeliefSection .beliefContainer {
    flex-direction: column;
    gap: 50px;
  }
  .ourBeliefSection .beliefTextContent {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .ourBeliefSection .beliefTextContent h2 {
    font-size: 36px;
  }
  .ourBeliefSection .beliefImageContent {
    justify-content: center;
    width: 100%;
  }
  .ourBeliefSection .beliefImageContent img {
    max-height: 350px;
  }
  .skillsCenterSection {
    padding: 80px 0;
  }
  .skillsCenterSection .skillsCenterHeader {
    margin-bottom: 10px;
  }
  .skillsCenterSection .skillsCenterHeader h2 {
    font-size: 36px;
  }
  .skillsCenterSection .skillsCenterItem {
    padding: 30px 0;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemLeft .itemNumber {
    font-size: 20px;
    line-height: 30px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemLeft .itemTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper {
    width: 220px;
    height: 38px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper .itemBadge {
    width: 50px;
    height: 50px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper .itemBadge span {
    font-size: 20px;
    line-height: 30px;
  }
  .skillsCenterSection #skills-fixed-image {
    height: 40vw;
    width: 35vw;
    min-height: 220px;
    min-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .employersSection {
    padding: 50px 0;
  }
  .employersSection .employersTitle h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 991px) {
  .employersSection .employersTitle h2 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .employersSection .employersGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .employersSection .employerLogo {
    padding: 20px;
  }
  .partnerSection .partnerContent {
    padding: 50px 20px 30px 20px;
  }
  .partnerSection .partnerContent h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .partnerSection .partnerContent .partnerSubtitle {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .partnerSection .partnerContent .partnerDescription {
    font-size: 15px;
  }
  .partnerSection .partnerImage {
    padding: 0 20px 50px 20px;
  }
  .ourBeliefSection {
    padding: 40px 0 0 0;
  }
  .ourBeliefSection .beliefContainer {
    gap: 10px;
  }
  .ourBeliefSection .beliefTextContent h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .ourBeliefSection .beliefTextContent .beliefSubtitle {
    font-size: 15px;
  }
  .ourBeliefSection .beliefTextContent .beliefDescription {
    font-size: 15px;
  }
  .ourBeliefSection .beliefImageContent img {
    max-height: 280px;
  }
  .skillsCenterSection {
    padding: 40px 0;
  }
  .skillsCenterSection .skillsCenterHeader {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .skillsCenterSection .skillsCenterHeader h2 {
    font-size: 28px;
  }
  .skillsCenterSection .skillsCenterHeader .skillsCenterSubheader {
    text-align: left;
  }
  .skillsCenterSection .skillsCenterHeader .skillsCenterSubheader p,
  .skillsCenterSection .skillsCenterHeader .skillsCenterSubheader .skillsCenterTagline {
    font-size: 15px;
  }
  .skillsCenterSection .skillsCenterItem {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0;
    gap: 15px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemLeft {
    gap: 0px;
    align-items: start;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemLeft .itemNumber {
    font-size: 18px;
    line-height: 28px;
    min-width: 30px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemLeft .itemTitle {
    font-size: 18px;
    line-height: 28px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemRight {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper .itemBadge {
    width: 45px;
    height: 45px;
    right: 10px;
  }
  .skillsCenterSection .skillsCenterItem .skillsCenterItemRight .itemImageWrapper .itemBadge span {
    font-size: 18px;
    line-height: 28px;
  }
  .skillsCenterSection #skills-fixed-image {
    height: 50vw;
    width: 40vw;
    min-height: 200px;
    min-width: 160px;
    max-height: 350px;
    max-width: 280px;
  }
}
.employersHeadingBox {
  font-size: 45px;
  line-height: 54px;
  font-weight: var(--boldFont);
}
@media only screen and (max-width: 991px) {
  .employersHeadingBox {
    font-size: 22px;
    line-height: 32px;
  }
}

.partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo .job-logo img {
  width: 100%;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .partnersSection .rightSide .logoSlider .swiper-slide .logoGrid .client-logo .job-logo img {
    height: 40px;
  }
}

.hiringHeading {
  font-size: 45px;
  line-height: 55px;
}
@media only screen and (max-width: 991px) {
  .hiringHeading {
    font-size: 25.74px;
    line-height: 35px;
  }
}

.thank-txt {
  padding: 100px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .thank-txt {
    padding: 50px 0;
    gap: 30px;
  }
}
.thank-txt .heading-h1green {
  font-size: 70px;
  line-height: 80px;
  color: #224A1E;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .thank-txt .heading-h1green {
    font-size: 50px;
    line-height: 60px;
  }
}
.thank-txt p {
  font-size: 28px;
  line-height: 38px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .thank-txt p {
    font-size: 22px;
    line-height: 33px;
  }
}
.thank-txt .default-bgbtn {
  font-size: 22px;
  font-weight: 700;
  border: 1px solid white;
  width: 100%;
  max-width: 250px;
  margin: auto;
  border-radius: 30px;
  padding: 20px;
  background-color: #fdbc48;
  color: #fff;
}

.header {
  -webkit-backdrop-filter: blur(38px);
          backdrop-filter: blur(38px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(153, 153, 153, 0.12) 428.64%);
  border-bottom: 1px solid #2D2D2D;
  position: sticky;
  top: 0;
  z-index: 999;
}
.header .header-flex {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: center;
}
.header .header-flex .logo {
  opacity: 0;
  width: 100px;
  padding: 10px 0;
  text-align: center;
}
.header .header-flex .logo img {
  width: 100%;
}
.header .header-flex .logo.show {
  opacity: 1;
}
.header .header-flex .nav-menu {
  opacity: 0;
  transition: opacity 0.5s ease;
  flex: 1;
}
.header .header-flex .nav-menu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
.header .header-flex .nav-menu > ul > li {
  line-height: 90px;
}
.header .header-flex .nav-menu > ul > li a {
  color: #141414;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  color: #141414;
  background: linear-gradient(90deg, #FDC14D, #FDC14D, 50%, #141414 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%; /* Hover state */
}
.header .header-flex .nav-menu > ul > li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: #FDC14D;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  will-change: transform;
}
.header .header-flex .nav-menu > ul > li a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}
.header .header-flex .nav-menu > ul > li a:hover {
  background-position: 0;
}
.header .header-flex .nav-menu > ul > li.menu-item-has-children {
  position: relative;
}
.header .header-flex .nav-menu > ul > li.menu-item-has-children span {
  position: relative;
  padding-right: 20px;
}
.header .header-flex .nav-menu > ul > li.menu-item-has-children span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/plus-icon.svg") no-repeat;
  width: 10px;
  height: 10px;
  transition: all 0.5s ease-in-out;
}
.header .header-flex .nav-menu > ul > li.menu-item-has-children .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  min-width: 180px;
  transition: all 0.5s ease-in-out;
}
.header .header-flex .nav-menu > ul > li.menu-item-has-children .submenu li {
  padding: 10px 15px;
  line-height: 26px;
}
.header .header-flex .nav-menu > ul > li.menu-item-has-children .submenu li a {
  display: inline;
  width: 100%;
  text-decoration: none;
}
.header .header-flex .nav-menu > ul > li.menu-item-has-children:hover a span::before {
  transform: translateY(-50%) rotate(45deg);
}
.header .header-flex .nav-menu > ul > li.menu-item-has-children:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header .header-flex .nav-menu.show {
  opacity: 1;
}
@media only screen and (max-width: 1299px) {
  .header .header-flex {
    gap: 16px;
  }
  .header .header-flex .nav-menu ul {
    gap: 24px;
  }
}
@media only screen and (max-width: 1099px) {
  .header .header-flex .logo {
    width: 50px;
  }
  .header .header-flex .nav-menu ul {
    gap: 20px;
  }
}
.header.show {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}
@media only screen and (max-width: 991px) {
  .header .header-flex {
    justify-content: space-between;
  }
  .header .header-flex .nav-menu {
    flex: none;
  }
  .header .header-flex .nav-menu ul li:not(:last-child) {
    display: none;
  }
  .header .header-flex .nav-menu ul li.humburgerMenu {
    position: relative;
  }
  .header .header-flex .nav-menu ul li.humburgerMenu .line {
    background-color: #141414;
    border-radius: 1.4px;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    display: block;
  }
  .header .header-flex .nav-menu ul li.humburgerMenu.active .line:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
  }
  .header .header-flex .nav-menu ul li.humburgerMenu.active .line:nth-child(2) {
    opacity: 0;
  }
  .header .header-flex .nav-menu ul li.humburgerMenu.active .line:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
  }
}

.noBanner .header-flex .nav-menu,
.noBanner .header-flex .logo {
  opacity: 1;
}

.hambergerPopup {
  position: fixed;
  top: 87px;
  right: 0;
  width: 0;
  height: 100vh;
  background: #224A1E;
  overflow: hidden;
  transition: width 0.3s ease;
  z-index: 999;
}
.hambergerPopup ul {
  list-style: none;
  padding-left: 20px;
}
.hambergerPopup ul li {
  margin: 20px 0;
}
.hambergerPopup ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
}
.hambergerPopup ul li.menu-item-has-children {
  position: relative;
}
.hambergerPopup ul li.menu-item-has-children span {
  position: relative;
  padding-right: 20px;
}
.hambergerPopup ul li.menu-item-has-children span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url("../img/plus-icon.svg") no-repeat;
  width: 10px;
  height: 10px;
  transition: all 0.5s ease-in-out;
  filter: brightness(1) invert(1);
}
.hambergerPopup ul li.menu-item-has-children .submenu {
  display: none;
  padding: 10px 0;
  min-width: 180px;
  transition: all 0.5s ease-in-out;
}
.hambergerPopup ul li.menu-item-has-children .submenu li {
  padding: 0px 15px;
  line-height: 26px;
}
.hambergerPopup ul li.menu-item-has-children .submenu li a {
  display: inline;
  width: 100%;
  text-decoration: none;
}
.hambergerPopup ul li.menu-item-has-children .submenu.show {
  display: block;
}
.hambergerPopup.active {
  width: 100%;
}

.footer {
  border-top: 8px solid #224A1E;
  padding-top: 50px;
}
.footer .footer-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.footer .footer-top .footer-left a {
  color: #141414;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.footer .footer-top .footer-left .contact-info ul {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.footer .footer-top .footer-left .contact-info ul li {
  position: relative;
  padding-left: 20px;
  color: #141414;
}
.footer .footer-top .footer-left .contact-info ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("/assets/img/call.svg") no-repeat;
  width: 14px;
  height: 14px;
}
.footer .footer-top .footer-left .contact-info ul li:last-child {
  padding-left: 26px;
}
.footer .footer-top .footer-left .contact-info ul li:last-child::before {
  width: 20px;
  background: url("/assets/img/mail.svg") no-repeat;
}
.footer .footer-top .footer-left .contact-info p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 18px;
}
.footer .footer-top .footer-left .social-links {
  margin-top: 10px;
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  align-items: center;
}
.footer .footer-top .footer-left .social-links .social-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.footer .footer-top .footer-left .social-links .social-icon img {
  width: 100%;
  height: 100%;
}
.footer .footer-top .footer-left .social-links .social-icon:hover {
  transform: translateY(-3px);
}
.footer .footer-top .footer-left .termsArea ul {
  display: flex;
  gap: 24px;
}
.footer .footer-top .footer-left .termsArea ul li a {
  color: #141414;
  background: linear-gradient(90deg, #FDC14D, #FDC14D, 50%, #141414 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%; /* Hover state */
}
.footer .footer-top .footer-left .termsArea ul li a:hover {
  background-position: 0;
}
.footer .footer-top .footer-right .footer-link ul {
  display: flex;
  gap: 24px;
}
.footer .footer-top .footer-right .footer-link ul li a {
  color: #141414;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-bottom: 5px;
  color: #141414;
  background: linear-gradient(90deg, #FDC14D, #FDC14D, 50%, #141414 50%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-size: 200%, 100%;
  background-position: 100%; /* Hover state */
}
.footer .footer-top .footer-right .footer-link ul li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
  background: #FDC14D;
  transform: scale3d(0, 1, 1);
  transform-origin: 100% 50%;
  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
  will-change: transform;
}
.footer .footer-top .footer-right .footer-link ul li a:hover::before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0% 50%;
}
.footer .footer-top .footer-right .footer-link ul li a:hover {
  background-position: 0;
}
.footer .footer-top .footer-right .terms {
  margin: 0;
}
.footer .footer-top .footer-right .terms a {
  color: #000;
  text-decoration: none;
  margin-right: 10px;
}
.footer .footer-top .footer-right .terms a:hover {
  text-decoration: underline;
}
.footer .footer-top .footer-right .rights {
  font-size: 14px;
  margin-top: 5px;
}
.footer .footer-top .footer-right .rights span {
  font-weight: bold;
  font-size: 20px;
  color: #ff5722;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(174, 174, 174, 0.4);
}
.footer .footer-bottom .footer-heading {
  padding-top: 32px;
  overflow: hidden;
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom .footer-heading {
    height: 110px;
  }
}
@media only screen and (max-width: 991px) {
  .footer .footer-top {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top {
    flex-wrap: wrap;
  }
  .footer .footer-top .footer-left, .footer .footer-top .footer-right {
    width: 100%;
  }
  .footer .footer-top .footer-left .termsArea, .footer .footer-top .footer-left .contact-info {
    margin-bottom: 20px;
  }
  .footer .footer-top .footer-left .termsArea ul, .footer .footer-top .footer-left .contact-info ul {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .footer .footer-top .footer-left .termsArea ul li, .footer .footer-top .footer-left .contact-info ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .footer .footer-top .footer-right .footer-link ul {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .footer .footer-top .footer-right .footer-link ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.common-col, .col-100, .col-70, .col-65, .col-60, .col-50, .col-40, .col-35, .col-33, .col-30, .col-25, .col-20 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-20 {
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 767px) {
  .col-20 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-25 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 991px) {
  .col-25 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .col-25 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-30 {
  flex: 0 0 30%;
  max-width: 30%;
}
@media only screen and (max-width: 767px) {
  .col-30 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-33 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media only screen and (max-width: 767px) {
  .col-33 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-35 {
  flex: 0 0 35%;
  max-width: 35%;
}
@media only screen and (max-width: 767px) {
  .col-35 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 991px) {
  .col-40 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-50 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .col-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
@media only screen and (max-width: 991px) {
  .col-60 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-65 {
  flex: 0 0 65%;
  max-width: 65%;
}
@media only screen and (max-width: 767px) {
  .col-65 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-70 {
  flex: 0 0 70%;
  max-width: 70%;
}
@media only screen and (max-width: 767px) {
  .col-70 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-100 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .col-100 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=main.css.map */