* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@font-face {
  font-family: 'gilroybold';
  src: url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-bold-webfont.eot');
  src: url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-bold-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-bold-webfont.woff2')
      format('woff2'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-bold-webfont.woff')
      format('woff'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-bold-webfont.ttf')
      format('truetype'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-bold-webfont.svg#gilroybold')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroylight';
  src: url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-light-webfont.eot');
  src: url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-light-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-light-webfont.woff2')
      format('woff2'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-light-webfont.woff')
      format('woff'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-light-webfont.ttf')
      format('truetype'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-light-webfont.svg#gilroylight')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-regular';
  src: url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-regular-webfont.eot');
  src: url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-regular-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-regular-webfont.woff2')
      format('woff2'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-regular-webfont.woff')
      format('woff'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-regular-webfont.ttf')
      format('truetype'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-regular-webfont.svg#gilroy-regular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-semibold';
  src: url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-semibold-webfont.eot');
  src: url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-semibold-webfont.eot?#iefix')
      format('embedded-opentype'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-semibold-webfont.woff2')
      format('woff2'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-semibold-webfont.woff')
      format('woff'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-semibold-webfont.ttf')
      format('truetype'),
    url('/dynamic-stories/33x-in-30-years-a-trajectory-for-good/assets//fonts/gilroy-semibold-webfont.svg#gilroy-semibold')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

main {
  overflow-x: hidden;
}

body {
  font-family: 'gilroylight';
}
p,
ul li {
  font-size: 18px !important;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #121212;
  font-family: 'gilroylight';
}
p:last-child {
  margin-bottom: 0 !important;
}

ul {
  margin-bottom: 20px !important;
  list-style-type: none;
  padding-left: 0;
}
ul li {
  margin-bottom: 15px !important;
}

h1 {
}
h2 {
  font-size: 60px;
  line-height: 1;
  font-family: 'gilroybold';
  text-transform: uppercase;
  margin-bottom: 25px;
}
h3 {
  font-size: 35px;
  line-height: 1;
  font-family: 'gilroybold';
  text-transform: inherit;
  margin-bottom: 25px;
}

.white {
  color: #fff !important;
}
.orange {
  color: #f37032 !important;
}
.yellow {
  color: #ffd65c !important;
}
.black {
  color: #121212 !important;
}

.text-center {
  text-align: center;
}

.z-index-10 {
  z-index: 10;
}
.bold {
  font-family: 'gilroy-semibold' !important;
}

.bg-black {
  background: #121212 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.bg-black-leaf-bg {
  position: absolute; /* or fixed if your design needs it */
  top: 0%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.img-box {
  border-radius: 20px !important;
  overflow: hidden;
}

/**BANNER SECTION**/
.banner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background: #121212;
  position: relative;
  z-index: 9;
}
.banner-wrap .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.bannercaption {
  max-width: 580px;
  margin: 0 auto;
}
.bannercaption .subtitle {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.bannercaption .caption-box {
  background-color: #af1e23;
  padding: 5px 20px;
  font-size: 33px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff !important;
  text-align: center;
  letter-spacing: 5px;
}
.bannercaption .x-icon {
  max-height: 205px;
}
.bannercaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
}
.banner-caption-postion {
  height: 152px;
  width: fit-content;
  height: fit-content;
  position: relative;
  top: 0;
  left: 0;
}
.banner-intro {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #121212;
  z-index: 2;
}
.banner-intro-row {
  display: flex;
  align-items: center;
  gap: 40px;
}

.leftSide {
  width: calc(60% + 40px);
  margin-top: 200px;
}
.rightSide {
  width: calc(40% + 40px);
  position: relative;
}
.vector-1 {
  position: absolute;
  top: -10vw;
  left: -5vw;
  z-index: -1;
}
.vector-2 {
  position: absolute;
  bottom: 0vw;
  right: -12%;
  z-index: 100;
}

.banner-intro-row .leftSide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner-intro-row .rightSide {
  max-height: 50%;
}
.banner-intro-row p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.banner-intro-row .quote-wrap {
  max-width: 740px;
}

.common-padding {
  padding: 80px 0 !important;
}
.common-padding-md {
  padding: 60px 0 !important;
}

.banner-intro-black {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 40vw;
  z-index: 1;
  overflow: hidden;
}
.banner-intro-black img {
  width: 120%;
  object-fit: cover;
  max-width: inherit;
}
.banner-intro .leftSide {
  position: relative;
  z-index: 2;
}

.special-Lines {
  position: relative;
  z-index: 10;
  max-width: 80%;
  margin: 0 auto;
}

/**=========================
  QUOTE
  ==========================**/
.quote-wrap {
  border-radius: 60px;
  position: relative;
  padding: 3vw 3vw 3vw 8vw;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top-left-radius: 0;
  min-height: 20vw;
  display: flex;
  align-items: center;
  margin-left: 4vw;
}
.quote-wrap-in::before {
  content: '';
  position: absolute;
  width: 30vw;
  height: 0.5px;
  background: #f6bc1d;
  top: 0px;
  left: -22vw;
  z-index: 2;
}
.quote-wrap::before {
  content: '';
  position: absolute;
  background: url(../images/qoute-top-line.svg) no-repeat;
  top: 0;
  right: 0;
  height: 225px;
  width: calc(100% - 60px);
  z-index: 10;
  background-size: contain;
}

.quote-wrap::after {
  content: '';
  position: absolute;
  background: url(../images/qoute-bottom-line.svg) no-repeat;
  bottom: 0;
  left: 0;
  height: 100px;
  width: calc(100%);
  z-index: 10;
  background-size: 100%;
  background-position: center bottom;
}

.quote-wrap p {
  font-size: 18px;
  line-height: 1.5;
}
.start-qoute {
  position: absolute;
  left: -5vw;
  padding: 20px;
  top: 1vw;
  z-index: 1;
  max-width: 13vw;
}
.end-qoute {
  position: absolute;
  right: -4vw;
  padding: 20px;
  bottom: 3vw;
  max-width: 8vw;
}
.start-qoute img,
.end-qoute img {
  max-width: 100%;
}

.quote-wrap-full {
  width: 100%;
  max-width: 100%;
}
.quote-wrap-lg {
  width: 100%;
  max-width: 1080px;
}
.quote-wrap-md {
  width: 100%;
  max-width: 880px;
}
.quote-wrap-sm {
  width: 100%;
  max-width: 720px;
}

/*******************
FOOTER VIDEO
*******************/
.footer-video {
  height: 100vh;
  position: relative;
  max-height: 768px;
  overflow: hidden;
}
.footer-video .container {
  position: relative;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-video .quote-wrap {
  max-width: 1080px;
  margin: 0 auto;
  background: rgba(17, 16, 14, 0.2);
  backdrop-filter: blur(8px);
  position: relative;
}
.footer-video .quote-wrap p {
  font-size: 30px !important;
  line-height: 36px;
  color: #fff;
}
.video-wrapper-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.video-wrapper-video video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.video-wrapper-video .overlay {
  background: linear-gradient(110deg, #af1e23 10.44%, #ffd65c 91.93%);
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}
.video-wrapper-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0.8;
}
.footer-video .quote-wrap .vision-author {
  font-size: 22px !important;
}

/*******************
recognitionAccolades
*******************/
.recognitionAccolades {
  background-color: #fffbef;
  height: 100vh;
  position: relative;
  max-height: 768px;
  overflow: hidden;
}
.recognitionAccolades .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e36b2e;
}
.recognitionAccolades .carousel-indicators {
  bottom: -30px;
}
.recognitionAccolades .carousel-indicators [data-bs-target] {
  background: #f37032;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: none;
}
.recognitionAccolades .carousel-caption p {
  font-weight: 500;
  color: #fff;
}
.recognitionAccolades .carousel {
  max-width: 1080px;
  margin: 0 auto;
}
.yellow-leaf-bg {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translate(0, -50%);
  max-width: 30vw;
}
.yellow-leaf-bg img {
  max-width: inherit;
  width: 30vw;
  object-fit: cover;
}

.swiper-slider-outer {
  position: relative;
}
.swiper-slide {
  transition: all 200ms linear;
  transform: scale(0.8);
  height: auto;
  display: flex;
  align-items: CENTER;
}
.swiper-slide .carousel-caption {
  transition: all 0.6s;
  height: 0;
  display: none;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.swiper-slide.swiper-slide-active .carousel-caption {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: height 0.6s;
  display: flex;
  justify-content: center;
}
.swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
  top: calc(100% - 30px);
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #e36b2e;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-wrapper {
  align-items: stretch; /* 🔥 key line */
}

.accolade-card {
  display: flex;
  flex-direction: column;
  /* height: 100%;         background: #e36b2e; */
}
.accolade-card {
  border-radius: 20px !important;
  overflow: hidden;
}
.accolade-card .img-box {
  border-radius: 0 !important;
}

/* .swiper-container {
  position: relative;
  width: 90vw;
}

.swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.swiper-slide {
  display: flex;
  background: #eee;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  transform: scale(0.8);
   color: #121212;
}
.swiper-slide.swiper-slide-active {
  transform: scale(1);
  background: #F37032;
} */

.recognitionAccolades .swiper-slide.swiper-slide-active .carousel-caption p {
  color: #fff;
}

/* .swiper-slide__content {
  height: 300px;
} */

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  height: 40px;
  width: 40px;
  background: #f37032;
  opacity: 1;
  position: absolute;
  top: calc(50% + 20px);
  transform: translate(0, -50%);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev {
  left: 40px;
}
.swiper-button-next {
  right: 40px;
}

/*******************
Sustainability - Both Eyes on the Future
*******************/
.sustainability {
  background-color: #fffbef;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sustainability-left {
  position: absolute;
  top: 70%;
  left: 0;
  transform: translate(0, -50%);
  max-width: 30vw;
  z-index: 0;
}
.sustainability-right {
  position: absolute;
  top: -5vw;
  right: 0;
  transform: translate(0, 0%);
  max-width: 40vw;
  z-index: 0;
}
.sustainability-left img,
.sustainability-right img {
  max-width: inherit;
  width: 30vw;
  object-fit: cover;
}
.sustainability .quote-wrap {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}

.tab-buttons-outer::before {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  left: -18vw;
  width: 100%;
  max-width: 16vw;
  height: 20px;
  background: url(../images/left-lines.webp) no-repeat;
  z-index: 1;
  background-size: contain;
}
.tab-buttons-outer::after {
  content: '';
  position: absolute;
  top: calc(50% - 10px);
  right: -18vw;
  width: 100%;
  max-width: 16vw;
  height: 20px;
  background: url(../images/right-lines.webp) no-repeat;
  z-index: 1;
  background-size: contain;
}

/* Underline animation */
/* .tab-underline {
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #e36b2e;
  width: 0;
  left: 0;
  transition: all 0.3s ease;
} */

.tab-content figure {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin-bottom: 0px;
}
.tab-content figure figcaption,
.tab-content figure .img-box {
  max-width: 50%;
  flex: 1;
}
.tab-content figure .img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  background-color: #dbdbdb;
}

.tab-content figure figcaption ul li {
  position: relative;
  padding-left: 15px;
}
.tab-content figure figcaption ul li::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #f37032;
  left: 0;
  top: 8px;
}

.left-right-section {
  position: relative;
}

.left-right-row {
  align-items: flex-start;
}

.right-side {
  position: relative;
  will-change: transform;
}
.right-side img {
  border-radius: 20px;
  overflow: hidden;
}

.left-right-row {
  gap: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.left-right-row .left-side,
.left-right-row .right-side {
  width: 50%;
  max-width: 50%;
  flex: 1;
}

/**====================================
  Focus on Unlocking Enterprise Value
===================================**/
.enterprise-value .left-right-row p {
  color: #fff !important;
}
.enterprise-value .left-right-row ul li {
  color: #fff !important;
  list-style: disc !important;
}
.enterprise-value .left-right-row ul {
  padding-left: 15px;
}
.enterprise-value .left-right-section {
  margin-top: 5vw !important;
}

/* ====================================
 SAFE PIN FIX
==================================== */
/* .theCouragetoGrow .left-right-section {
  position: relative;
}

.theCouragetoGrow .left-right-row {
  align-items: flex-start;
}

.theCouragetoGrow .right-side {
  position: relative;
  will-change: transform;
} */

/* .theCouragetoGrow .left-right-section {
  position: relative;
}

.theCouragetoGrow .left-right-row {
  position: relative;
  align-items: flex-start;
}

.theCouragetoGrow .right-side {
  position: relative;
}

.theCouragetoGrow .left-side {
  position: relative;
} */

/* ===============================
   INITIAL STATE
================================ */
.left-right-section {
  position: relative;
  overflow: visible;
  min-height: 60vh;
  z-index: 99;
}

.left-right-section .left-side,
.left-right-section .right-side {
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

.left-right-section .left-side {
  transform: translateX(-50px);
}

.left-right-section .right-side {
  transform: translateX(50px);
}

.left-right-section.is-visible .left-side,
.left-right-section.is-visible .right-side {
  opacity: 1;
  transform: translateX(0);
}

/* SECTION */

/* .theCouragetoGrow
.left-right-row {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}


.theCouragetoGrow
.left-side {
  width: 50%;
}


.theCouragetoGrow
.right-side {
  width: 50%;
  position: sticky;
  top: 80px;
  align-self: flex-start;
}


.theCouragetoGrow
.right-side img {
  width: 100%;
  height: auto;
  display: block;
}  */

/**==========================================
Harnessing Opportunities Through Acquisitions
============================================**/
.acquisitions .quote-wrap-full {
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
}
/* .acquisitions .tab-buttons{ max-width: inherit; margin: 0 auto;} */
.acquisitions .tab-buttons::before,
.acquisitions .tab-buttons::after {
  max-width: 260px;
}
.acquisitions .tab-buttons::before {
  left: -15vw;
}
.acquisitions .tab-buttons::after {
  right: -15vw;
}
.acquisitions .tab-content ul li {
  color: #fff;
}

/**===========================================
         Globe-straddling scale
        ==========================================**/
.globle-two-pointer {
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.globle-two-pointer .left-right-row {
  border: 1px solid #ffd65c;
  border-radius: 20px;
  padding: 20px;
  backdrop-filter: blur(16px);
  background: rgba(255, 255, 255, 0.001);
}

.globle-two-pointer {
  position: relative;
  overflow: hidden;
}

/* Kill container padding ONLY here */
.globle-two-pointer .container {
  padding-left: 0;
  padding-right: 0;
}

.horizontal-track {
  display: flex;
  width: auto;
  gap: 100px;
  flex-wrap: nowrap !important;
  height: calc(100vh - 160px); /* important for removing white space */
  align-items: center;
}

.globle-two-pointer .left-right-row {
  flex-shrink: 0;
  width: 100%;
  min-width: 100%; /* 👈 important */
  min-height: 30vw;
  display: flex;
  align-items: center;
  padding: 0 3vw;
  max-width: 1080px;
}
.globle-two-pointer .horizontal-track .left-right-row {
  position: relative;
}
.globle-two-pointer .horizontal-track .left-right-row h4 {
  position: absolute;
  top: -1vw;
  left: 3vw;
  margin-bottom: 0;
  padding: 5px 20px;
  background: #121212;
  display: flex;
  width: auto;
  z-index: 10;
}

/* ====================================
A 30 year Journey
==================================== */
.journey-title-pin-wrap {
  position: relative;
  max-width: 1320px; /* same as container */
  margin: 0 auto;
  padding: 0 15px;
  z-index: 10;
}

.journery-right-vector {
  position: absolute; /* or fixed if your design needs it */
  top: 0%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}

.journey-title {
  will-change: transform;
}
.journey-title {
  margin: 0 auto;
  font-size: 60px;
  line-height: 1.25;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.journey-title .jrnyyear {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.journey-title .year {
  text-align: left;
  position: relative;
  background: #f9f4e9;
  padding: 0 3px;
  left: -70px;
  display: inherit;
  width: min-content;
}
.journey-title .jrny {
  text-align: left;
  position: relative;
  padding: 0 3px;
  left: 0px;
  display: inline-flex;
  width: auto;
  flex-direction: column;
}
.yearjourney {
  height: 100vh;
  position: relative;

  background: #f9f4e9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  z-index: 9;
  justify-content: center;
}

.yearjourney .container {
  height: auto;
  display: flex;
  align-items: center;
}

.reel-wrapper {
  width: 100%;
  overflow: hidden;
  transform: rotate(1deg);
  padding: 0 15vw;
  z-index: 10;
}

.film-reel {
  display: inline-block;
  white-space: nowrap;
  width: 200vw;
  display: flex;
  will-change: transform;
}

.film-reel img {
  display: block;
  height: auto; /* adjust as needed */
  width: 150vw;
}

.journey-title-final-position {
  height: 152px;
  width: fit-content;
  height: fit-content;
  position: relative;
  top: 0;
  left: 0;
}
.journey-section-slider {
  position: relative;
  background-color: #fffbef;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#journeySlider {
  position: relative;
  background: #fff7e8;
}
.fullpage-wrapper {
  width: 100%;
  position: relative;
  z-index: 10;
}
.fullscreenSection-content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0px;
  text-align: center;
}
.fullscreenSection .container {
  position: relative;
}

/* FULLSCREEN SECTIONS */
.fullscreenSection {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* background: #fff7e8; */
  position: relative;
}

/* DOTS */
.journey-dots {
  position: fixed;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;

  z-index: 9999;
}

.journey-dots.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.journey-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #bbb;
  cursor: pointer;
}

.journey-dots button.active {
  background: #f15a29;
  transform: scale(1.4);
}
/*
 .fullscreenSection .container{ height: 100%;} */

.fullscreenSection h2 {
  position: relative;
  /* bottom: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  /* display: flex; */
  min-width: auto;
  max-width: inherit;
  justify-content: center;
  font-size: clamp(3.75rem, 6vw, 6.25rem);
  /* line-height: 1; */
  margin: 0 auto;
  display: inline-block;
}
.fullscreenSection .heading-title {
  position: absolute;
  display: inline-block;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: max-content;
  max-width: 1080px;
}

.fullscreenSection .heading-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -18vw;
  width: 100%;
  max-width: 18vw;
  height: 20px;
  background: url(../images/left-lines.webp) no-repeat;
  z-index: 1;
  background-size: contain;
}
.fullscreenSection .heading-title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -18vw;
  width: 100%;
  max-width: 18vw;
  height: 20px;
  background: url(../images/right-lines.webp) no-repeat;
  z-index: 1;
  background-size: contain;
}

.fullscreenSection-content p,
.fullscreenSection-content span {
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

/**==========================================
  Future Ready
==========================================**/
.futureReady .fullscreenSection-content {
  position: relative;
  z-index: 10;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  height: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.futureReady .fullscreenSection-content .img-box {
  margin-bottom: 30px;
}

/**==========================================
  Global
==========================================**/
.global .fullscreenSection-content {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  text-align: center;
  height: calc(100% - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.global figure {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  margin-bottom: 0px;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}
.global .fortyPercentage,
.global .thirtyPercentage {
  display: flex;
  position: relative;
  margin: 20px 0;
}

.global .fortyPercentage span,
.global .thirtyPercentage span {
  position: absolute;
  font-size: 22px;
  font-family: 'gilroybold';
  bottom: 35px;
  right: 0;
  background: #fffbef;
}
.global .thirtyPercentage {
  margin-left: 5vw;
}
.global p {
  font-size: 20px;
  line-height: 1.5;
  color: #121212;
  margin-top: 15px;
  font-weight: 600;
}

/**==========================================
  People
==========================================**/
.people .fullscreenSection-content figure {
  display: flex;
  flex-wrap: wrap;
}
.people .img-box {
  width: 20vw;
  max-width: 310px;
  border-radius: 20px;
  overflow: hidden;
}
.people .box1 figure {
  align-items: center;
}
.people .box2 figure {
  align-items: start;
}
.people .box figcaption span {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.people .box1 figcaption,
.people .box2 figcaption {
  margin-left: -40px;
  position: relative;
  background: #ffffffe0;
  padding: 10px;
}
.people .box3 figcaption span {
  position: absolute;
  width: 100px;
  right: -3vw;
  bottom: 0;
}

.people .box1 figcaption span,
.people .box2 figcaption span {
  margin-left: 70px;
}
.people .box3 figcaption {
  text-align: left;
}

.people .box1 figcaption::before,
.people .box2 figcaption::before {
  content: '';
  position: absolute;
  top: -25px;
  right: -35px;
  background: url(../images/plus.svg) no-repeat;
  background-size: 100% auto;
  height: 50px;
  width: 50px;
  opacity: 0.65;
}

/**==========================================
  Manufacturing Excellence
==========================================**/
.manufacturingExcellence {
  position: relative;
}
.manufacturingExcellence .vector-group {
  position: absolute;
  max-width: 30vw;
  right: 0;
  top: 14vw;
  transform: translate(0, -50%);
  z-index: 10;
}
.manufacturingExcellence .vector-group .icon2 {
  position: absolute;
  top: 14%;
  left: 18%;
  max-width: 90%;
  animation: spin 12s linear infinite;
  transform-origin: center;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.manufacturingExcellence figure {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 40px;
  margin-bottom: 0px;
}
.manufacturingExcellence figcaption span {
  position: absolute;
  font-size: 22px;
  font-family: 'gilroybold';
  bottom: 45px;
  background: #fffbef;
  margin-left: -4vw;
  text-transform: uppercase;
}
.manufacturingExcellence figcaption {
  position: relative;
  text-align: left;
  margin-left: -100px;
  background: #ffffffe0;
  padding: 10px;
}
p.special-note {
  position: absolute;
  bottom: 4rem;
  right: -10vw;
  font-size: 16px !important;
  font-family: 'gilroylight';
  color: #121212 !important;
  z-index: 100;
  font-weight: inherit !important;
}
.manufacturingExcellence .heading-title {
  bottom: 20px;
}

/**==========================================
  World-leading
==========================================**/
.worldLeading .hashtag-info {
  display: flex;
  align-items: end;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: left;
  height: 100%;
}
.worldLeading ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.worldLeading ul li {
  flex: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
.worldLeading ul li:last-child .hashtag-info p {
  max-width: 60%;
  text-align: left;
}
.worldLeading .number-icon {
  height: 120px;
}
.worldLeading .worldMap {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 0;
  transform: translate(-50%, -50%);
  width: 100%;
}
.worldLeading.fullscreenSection .heading-title {
  width: max-content !important;
}
.worldLeading ul,
.fullscreenSection-content figure {
  perspective: 1000px;
}

.fullscreenSection-content {
  perspective: 1000px;
}

.fullscreenSection-content .img-box,
.fullscreenSection-content figure figcaption,
.fullscreenSection-content ul li {
  transform-origin: top center;
}

/**=========================================
reach
========================================**/
.reach .img-box {
  position: relative;
  max-width: 350px;
  margin: 0 auto 20px;
}
.reach .img-box h4 {
  font-size: 35px;
  line-height: 1;
  font-family: 'gilroybold';
  text-transform: inherit;
  margin-top: 20px;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  background-color: #fffbef;
  padding: 5px;
  right: 15px;
}
.reach .manCaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 0;
}
.reach .fullscreenSection-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/**=========================================
growth
========================================**/
.growth .fullscreenSection-content {
  max-width: 750px;
}
.growth .circle {
  background: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0px 0px 26px 6px #0000000d;
  position: absolute;
  align-content: center;
}
.growth .circle1 {
  width: 217px;
  height: 217px;
  top: 42%;
  left: 10%;
}
.growth .circle2 {
  width: 245px;
  height: 245px;
  top: 25%;
  left: 40%;
}
.growth .circle3 {
  width: 175px;
  height: 175px;
  top: 30%;
  left: 68%;
}
.growth .fullwidth {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'gilroybold';
  text-transform: uppercase;
  font-size: 18px !important;
  line-height: 1.125 !important;
}
.growth .circle {
  flex-wrap: wrap;
}
.growth .circle span:nth-of-type(2) {
  position: relative;
  background: #fff;
  padding: 5px;
  margin-left: -2vw;
}

/**==========================================
ANIMATIONs
==========================================**/
.start-qoute,
.vision-right h2,
.vision-text,
.end-qoute,
.vision-author {
  will-change: transform, opacity;
}

.fullscreenSection .heading-title {
  opacity: 0.5;
  scale: 1.2;
  transform: translate(-50%, 0px);
  transition: opacity 0.8s, scale 0.8s, transform 0.6s;
  transform-origin: left center;
}
.fullscreenSection.is-active .heading-title {
  opacity: 1;
  scale: 1;
  transform: translate(-50%, 0px);
}

.fullscreenSection .circle {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: opacity 0.6s, transform 0.6s;
}
.fullscreenSection.is-active .circle {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.fullscreenSection.is-active .circle1 {
  transition-delay: 0.3s;
}
.fullscreenSection.is-active .circle2 {
  transition-delay: 0.6s;
}
.fullscreenSection.is-active .circle3 {
  transition-delay: 0.9s;
}

.fullscreenSection.reach .manCaption {
  opacity: 0;
  visibility: hidden;
  scale: 0;
  transition: opacity 0.6s, scale 0.6s;
}
.fullscreenSection.is-active.reach .manCaption {
  opacity: 1;
  visibility: visible;
  scale: 1;
}

.mobile-arrows {
  display: none;
}

.tab-buttons {
  position: relative;
  display: flex;
  gap: 16px;
  overflow-x: auto; /* ✅ REQUIRED */
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  justify-content: center;
}

.tab-buttons::-webkit-scrollbar {
  display: none;
}

.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(20px);
}

.tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0px);
}

@media all and (min-width: 1920px) {
  .container {
    max-width: 1536px;
  }
}

@media all and (min-width: 1280px) {
  .tab-section {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 40px 0px;
  }

  .tab-content-area {
    min-height: inherit;
    height: auto !important;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
  }

  /* TAB BUTTONS */
  .tab-buttons-outer {
    position: relative;
    margin: 0 auto;
  }
  .acquisitions .tab-buttons-outer {
    width: auto;
    max-width: 1080px;
  }

  .tab-buttons button {
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    opacity: 1;
    background: none;
    border: none;
    padding: 6px 15px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    color: #9b9b9b;
    border-radius: 20px;
  }

  .tab-buttons button.active {
    opacity: 1;
    color: #fff;
  }

  .tab-bg {
    position: absolute;
    top: 0px;
    left: 0;
    height: 40px;
    background: #e36b2e;
    border-radius: 30px;
    z-index: 0;
    transition: transform 0.5s ease, width 0.5s ease;
  }
  .tab-bg.no-transition {
    transition: none !important;
  }
}

@media all and (min-width: 1280px) {
  /* .enterprise-value, .theCouragetoGrow {padding-bottom: 8rem !important;}
.growth.fullscreenSection .heading-title {bottom: 150px;}
.reach.fullscreenSection .heading-title {bottom: 170px;}
.worldLeading.fullscreenSection .heading-title {bottom: 170px;}
.manufacturingExcellence.fullscreenSection .heading-title {bottom: 80px;}
.people.fullscreenSection .heading-title {bottom: 80px;}
.global.fullscreenSection .heading-title {bottom: 140px;}
.futureReady.fullscreenSection .heading-title {bottom: 140px;} */

  .fullscreenSection .heading-title {
    bottom: -10vw !important;
    transition: all 0.6s;
    opacity: 0;
  }
  .fullscreenSection.is-active .heading-title {
    bottom: -2vw !important;
    opacity: 1;
  }
  .manufacturingExcellence.fullscreenSection .heading-title {
    bottom: -10vw !important;
  }
  .worldLeading.fullscreenSection .heading-title {
    bottom: -5vw !important;
  }
  .global.fullscreenSection.is-active .heading-title {
    bottom: -3vw !important;
  }
  .futureReady.fullscreenSection.is-active .heading-title {
    bottom: -5vw !important;
  }
  .people.fullscreenSection.is-active .heading-title {
    bottom: -3vw !important;
  }
}

@media all and (max-width: 1680px) {
  .fullscreenSection {
    min-height: 100vh;
  }
  .fullscreenSection h2 {
    font-size: 5vw;
  }

  .fullscreenSection .heading-title {
    bottom: -8vw !important;
    transition: all 0.6s;
    opacity: 0;
  }
  .fullscreenSection.is-active .heading-title {
    bottom: 2vw !important;
    opacity: 1;
  }
  .manufacturingExcellence.fullscreenSection .heading-title {
    bottom: -8vw !important;
    min-width: 45vw;
    width: initial;
  }
  .worldLeading.fullscreenSection .heading-title {
    bottom: -3vw !important;
  }
  .global.fullscreenSection.is-active .heading-title {
    bottom: -2vw !important;
  }
  .futureReady.fullscreenSection.is-active .heading-title {
    bottom: -2vw !important;
  }
  .people.fullscreenSection.is-active .heading-title {
    bottom: 0vw !important;
  }

  .recognitionAccolades {
    height: auto;
  }
  .swiper-pagination {
    top: calc(100% + 30px);
  }
}

@media all and (max-width: 1440px) {
  .quote-wrap-full {
    width: calc(100% - 4vw);
  }
  .tab-buttons-outer::before {
    max-width: 12vw;
    left: -13vw;
  }
  .tab-buttons-outer::after {
    max-width: 12vw;
    right: -13vw;
  }
  .tab-bg {
    height: 36px;
  }

  .enterprise-value,
  .theCouragetoGrow {
    padding-bottom: 0 !important;
  }
}

@media all and (max-width: 1280px) {
  .fullscreenSection {
    min-height: calc(100vh - 80px);
  }
  p.special-note {
    right: 0 !important;
  }

  .tab-buttons {
    gap: 5px;
  }
  .tab-buttons button {
    font-size: 16px;
    padding: 5px 10px;
  }
}

/*STYLE FOR 1920*1080 screen at 125% scale*/
/* @media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-width: 1024px) and (min-resolution: 120dpi) { */
@media all and (max-width: 1580px) {
  /* .container{ max-width: 1140px  !important; } */
  .container {
    max-width: 1320px !important;
  }
  .common-padding {
    padding: 60px 0 !important;
  }

  .common-padding-md {
    padding: 30px 0 !important;
  }

  h2 {
    font-size: 3.25rem;
  }
  h3 {
    font-size: 30px;
  }
  h1,
  h2,
  h3 {
    margin-bottom: 15px !important;
  }
  p,
  .fullscreenSection-content p,
  .fullscreenSection-content span,
  .people .box figcaption span {
    font-size: 1rem !important;
  }
  p {
    margin-bottom: 10px !important;
  }

  .bannercaption {
    max-width: 480px;
  }
  .bannercaption .caption-box {
    font-size: 1.75rem;
    letter-spacing: 3px;
  }
  .bannercaption .subtitle {
    font-size: 2.125rem;
  }
  .bannercaption .number-icon {
    width: 55%;
  }
  .bannercaption .x-icon {
    max-height: 13vw;
  }
  .banner-caption-postion {
    margin-bottom: 3rem !important;
  }

  .banner-intro-row .rightSide img {
    max-width: 120%;
  }
  .banner-intro {
    overflow: hidden;
  }
  .banner-intro-row p {
    font-size: 1.125rem !important;
  }
  .quote-wrap {
    min-height: 25vw;
  }
  .quote-wrap .start-qoute {
    max-width: 130px !important;
  }
  .quote-wrap .end-qoute {
    max-width: 90px !important;
  }
  .quote-wrap .start-qoute img,
  .quote-wrap .end-qoute img {
    width: 100% !important;
  }
  .quote-wrap {
    padding: 3vw 3vw 3vw 6vw;
  }
  .quote-wrap p {
    font-size: 1.125rem !important;
  }

  .yearjourney {
    height: 90vh;
    padding: 60px 0;
  }
  .journey-title {
    max-width: 480px;
    font-size: 3rem;
    margin-top: 10%;
  }
  .journey-title-pin-wrap {
    margin-top: 60px;
  }
  .film-reel img {
    width: 200vw;
  }
  .journery-right-vector {
    max-width: 25vw;
  }

  .fullscreenSection {
    min-height: calc(100vh);
    display: flex;
    align-items: center;
  }
  .fullscreenSection-content {
    padding: 0 0 !important;
    max-width: 70% !important;
  }
  .fullscreenSection .heading-title::before,
  .fullscreenSection .heading-title::after {
    max-width: 15vw;
    background-size: contain;
  }

  .growthGraph {
    max-height: 80vh;
  }
  .worldLeading .number-icon {
    height: 100px;
  }
  .vector-2 {
    max-width: 30vw;
  }

  .people .box1 figcaption,
  .people .box2 figcaption {
    margin-left: -40px;
    max-width: 50%;
  }
  .people .fullscreenSection-content {
    max-width: 100% !important;
  }
  .people .box3 figcaption span {
    right: -4vw;
    bottom: 0;
  }
  .people .box3 figcaption {
    width: 200px;
    position: relative;
    margin-top: 10px;
  }
  .people .box3 figcaption p {
    margin-bottom: 10px !important;
  }

  p.special-note {
    bottom: -3vw;
    font-size: 14px;
  }

  .manufacturingExcellence .box1 .img-box {
    max-width: 100%;
  }
  .manufacturingExcellence .vector-group {
    max-width: 35vw;
    right: -15vw;
  }
  .manufacturingExcellence .vector-group .icon1 {
    width: 100%;
    right: 0vw;
    position: relative;
  }
  .manufacturingExcellence .vector-group .icon2 {
    max-width: 60%;
  }
  .worldLeading p.special-note {
    bottom: -2vw;
  }

  .global .fullscreenSection-content {
    max-width: 80% !important;
  }
  .global .fortyPercentage img,
  .global .thirtyPercentage img {
    min-height: 120px !important;
    max-height: 120px !important;
  }
  .global .thirtyPercentage {
    margin-left: 0 !important;
  }
  .global .fortyPercentage {
    margin-left: -5vw !important;
  }
  .global figure .img-box {
    max-width: 60%;
  }

  .futureReady .fullscreenSection-content {
    max-width: 400px !important;
  }
  .futureReady .fullscreenSection-content .img-box {
    max-width: 360px;
  }

  .left-right-row {
    gap: 20px;
  }
  .quote-wrap-md {
    max-width: 50vw;
  }

  .acquisitions .tab-buttons::before,
  .acquisitions .tab-buttons::after {
    max-width: 13vw;
    background-size: CONTAIN;
  }
  .acquisitions .tab-buttons {
    max-width: 100% !important;
    width: 100% !important;
  }

  .tab-section {
    max-width: 990px;
    padding: 0 !important;
  }
  .tab-buttons::before,
  .tab-buttons::after {
    max-width: 10vw;
    background-size: contain;
  }
  .tab-buttons button {
    font-size: 15px !important;
    padding: 6px 6px;
  }
  .tab-bg {
    top: 0px;
    height: 34px;
  }

  .recognitionAccolades {
    height: inherit;
  }

  .footer-video .quote-wrap {
    max-width: 60vw;
  }
  /* .footer-video .quote-wrap p{font-size:24px !important;} */

  .tab-content-area {
    min-height: inherit;
  }

  .banner-intro-row .quote-wrap {
    max-width: 40vw;
  }

  .heading-title h2 {
    margin-bottom: 0 !important;
  }

  .growth.fullscreenSection.is-active .heading-title {
    bottom: -2vw !important;
  }
  .reach.fullscreenSection.is-active .heading-title {
    bottom: -2vw !important;
  }
  .worldLeading.fullscreenSection.is-active .heading-title {
    bottom: -7vw !important;
  }
  .manufacturingExcellence.fullscreenSection.is-active .heading-title {
    bottom: -15vw !important;
  }
  .people.fullscreenSection.is-active .heading-title {
    bottom: -5vw !important;
  }
  .global.fullscreenSection.is-active .heading-title {
    bottom: -7vw !important;
  }
  .futureReady.fullscreenSection.is-active .heading-title {
    bottom: -7vw !important;
  }
  .acquisitions .tab-buttons-outer {
    width: max-content;
  }
  .sustainability .tab-buttons-outer {
    width: 100%;
  }

  .tab-buttons {
    gap: 6px;
  }
  .tab-buttons-outer::before,
  .tab-buttons-outer::after {
    background-size: 100% 15px;
    width: 100%;
    max-width: 200px;
  }
  .tab-buttons-outer::before {
    left: -15vw;
  }
  .tab-buttons-outer::after {
    right: -15vw;
  }

  .banner-intro-row .leftSide {
    margin-top: 300px !important;
  }
}

/*STYLE FOR 1920*1080 screen at 150% scale*/
/* @media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5),
screen and (min-width: 1024px) and (min-resolution: 144dpi) { */
@media all and (max-width: 1280px) {
  .container {
    max-width: 990px !important;
  }
  .common-padding {
    padding: 60px 0 !important;
  }

  .common-padding-md {
    padding: 30px 0 !important;
  }

  h2 {
    font-size: 3.25rem;
  }
  h3 {
    font-size: 30px;
  }
  h1,
  h2,
  h3 {
    margin-bottom: 15px !important;
  }
  p,
  .fullscreenSection-content p,
  .fullscreenSection-content span,
  .people .box figcaption span {
    font-size: 1rem !important;
  }
  p {
    margin-bottom: 10px !important;
  }

  .bannercaption {
    max-width: 480px;
  }
  .bannercaption .caption-box {
    font-size: 1.75rem;
    letter-spacing: 3px;
  }
  .bannercaption .subtitle {
    font-size: 2.125rem;
  }
  .bannercaption .number-icon {
    width: 55%;
  }
  .bannercaption .x-icon {
    max-height: 13vw;
  }
  .banner-caption-postion {
    margin-bottom: 3rem !important;
  }

  .banner-intro-row .rightSide img {
    max-width: 150%;
  }
  .banner-intro-row {
    overflow: hidden;
  }
  .banner-intro-row p {
    font-size: 1.125rem !important;
  }
  .quote-wrap {
    min-height: 25vw;
  }
  .quote-wrap .start-qoute {
    max-width: 130px !important;
  }
  .quote-wrap .end-qoute {
    max-width: 90px !important;
  }
  .quote-wrap .start-qoute img,
  .quote-wrap .end-qoute img {
    width: 100% !important;
  }
  .quote-wrap {
    padding: 3vw 3vw 3vw 6vw;
  }
  .quote-wrap p {
    font-size: 1.125rem !important;
  }

  .yearjourney {
    height: 90vh;
    padding: 60px 0;
  }
  .journey-title {
    max-width: 480px;
    font-size: 3rem;
    margin-top: 10%;
  }
  .journey-title-pin-wrap {
    margin-top: 60px;
  }
  .film-reel img {
    width: 200vw;
  }
  .journery-right-vector {
    max-width: 25vw;
  }

  .fullscreenSection-content {
    padding: 0 0 !important;
    max-width: 70% !important;
  }
  .fullscreenSection .heading-title::before,
  .fullscreenSection .heading-title::after {
    max-width: 15vw;
    background-size: contain;
  }

  .fullscreenSection .heading-title {
    width: auto !important;
    max-width: 660px;
    text-align: center;
  }

  .growthGraph {
    max-height: 80vh;
  }
  .worldLeading .number-icon {
    height: 100px;
  }
  .vector-2 {
    max-width: 30vw;
  }

  .people .box1 figcaption,
  .people .box2 figcaption {
    margin-left: -40px;
    max-width: 50%;
  }
  .people .fullscreenSection-content {
    max-width: 100% !important;
  }
  .people .box3 figcaption span {
    right: -4vw;
    bottom: 0;
  }
  .people .box3 figcaption {
    width: 70%;
    position: relative;
    margin-top: 10px;
  }
  .people .box3 figcaption p {
    margin-bottom: 10px !important;
  }

  p.special-note {
    bottom: -4vw;
    font-size: 14px;
  }

  .manufacturingExcellence .box1 .img-box {
    max-width: 100%;
  }
  .manufacturingExcellence .vector-group {
    max-width: 35vw;
    right: -20vw;
  }
  .manufacturingExcellence .vector-group .icon1 {
    width: 100%;
    right: 0vw;
    position: relative;
  }
  .manufacturingExcellence .vector-group .icon2 {
    max-width: 60%;
  }
  .worldLeading p.special-note {
    bottom: -2vw;
  }

  .global .fullscreenSection-content {
    max-width: 80% !important;
  }
  .global .fortyPercentage img,
  .global .thirtyPercentage img {
    min-height: 120px !important;
    max-height: 120px !important;
  }
  .global .thirtyPercentage {
    margin-left: 0 !important;
  }
  .global .fortyPercentage {
    margin-left: -5vw !important;
  }
  .global figure .img-box {
    max-width: 60%;
  }
  .futureReady .fullscreenSection-content .img-box {
    max-width: 360px;
  }

  .left-right-row {
    gap: 20px;
  }
  .quote-wrap-full,
  .quote-wrap-md {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .acquisitions .tab-buttons::before,
  .acquisitions .tab-buttons::after {
    max-width: 13vw;
    background-size: CONTAIN;
  }
  .acquisitions .tab-buttons {
    max-width: 90% !important;
    width: 95% !important;
  }

  .tab-section {
    max-width: 990px;
    padding: 0 !important;
  }
  .tab-buttons::before,
  .tab-buttons::after {
    max-width: 10vw;
    background-size: contain;
  }
  .tab-buttons button {
    font-size: 12px !important;
    padding: 6px 1%;
  }
  .tab-bg {
    top: 0px;
    height: 30px;
  }
  .tab-buttons {
    gap: 6px;
  }
  .recognitionAccolades {
    height: inherit;
  }
  .acquisitions .tab-buttons-outer {
    min-width: 720px;
  }
  .sustainability .tab-buttons-outer {
    min-width: 820px;
  }
  .footer-video .quote-wrap {
    max-width: 60vw;
  }
  .footer-video .quote-wrap p {
    font-size: 24px !important;
  }

  .tab-content-area {
    min-height: inherit;
  }

  .banner-intro-row .quote-wrap {
    max-width: 40vw;
  }
  .heading-title h2 {
    margin-bottom: 0 !important;
  }

  .growth.fullscreenSection.is-active .heading-title {
    bottom: -6vw !important;
  }
  .reach.fullscreenSection.is-active .heading-title {
    bottom: -7vw !important;
  }
  .worldLeading.fullscreenSection.is-active .heading-title {
    bottom: -7vw !important;
  }
  .manufacturingExcellence.fullscreenSection.is-active .heading-title {
    bottom: -15vw !important;
  }
  .people.fullscreenSection.is-active .heading-title {
    bottom: -5vw !important;
  }
  .global.fullscreenSection.is-active .heading-title {
    bottom: -7vw !important;
  }
  .futureReady.fullscreenSection.is-active .heading-title {
    bottom: -7vw !important;
  }

  .fullscreenSection.is-active .circle {
    transform: scale(0.8);
  }
  .people.fullscreenSection.is-active .heading-title {
    bottom: -5vw !important;
  }
  .global.fullscreenSection.is-active .heading-title {
    bottom: -7vw !important;
  }
  .futureReady.fullscreenSection.is-active .heading-title {
    bottom: -7vw !important;
  }
  .fullscreenSection {
    min-height: 568px !important;
    max-height: 568px !important;
    height: 568px !important;
  }
  .manufacturingExcellence.fullscreenSection {
    min-height: calc(100vh + 60px) !important;
  }

  .futureReady .fullscreenSection-content {
    height: 100% !important;
    min-height: 100% !important;
  }

  .tab-buttons-outer::before {
    left: -10vw;
  }
  .tab-buttons-outer::after {
    right: -10vw;
  }
}

@media all and (max-width: 1024px) {
  /* .acquisitions .tab-buttons-outer {width: initial;}
 .sustainability{ min-height: inherit !important} */
}

/* ---------- MOBILE ---------- */

@media all and (max-width: 1080px) {
  .fullscreenSection {
    min-height: auto;
  }
  .banner-intro-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .banner-intro-row .leftSide {
    margin-top: 0 !important ;
  }

  .special-Lines {
    max-width: 100%;
  }

  .bannercaption {
    top: 35%;
  }
  .banner-intro-row .rightSide,
  .banner-intro-row .leftSide {
    width: 100%;
  }

  .banner-intro-row .rightSide {
    width: 100% !important;
    position: relative !important;
    left: -8vw !important;
  }
  .vector-1 {
    left: inherit;
    right: -10vw;
  }
  .start-qoute img {
    max-width: 140px;
  }

  .banner-intro-row .quote-wrap {
    padding-left: 15vw;
  }
  .quote-wrap {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
  }

  .left-right-row .left-side,
  .left-right-row .right-side {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .globle-two-pointer .left-right-row {
    padding: 3vw;
  }
  .yearjourney {
    max-height: 600px;
    height: inherit;
  }
  .reel-wrapper {
    padding: 0;
  }
  .film-reel {
    width: 200vw;
  }
  .film-reel img {
    width: 330vw;
    max-width: inherit;
  }
}
@media all and (max-width: 990px) {
  .container,
  .container-fluid {
    padding: 0 20px !important;
  }
  .common-padding {
    padding: 50px 0 !important;
  }
  .common-padding-md {
    padding: 30px 0 !important;
  }

  h2 {
    font-size: 45px;
  }
  /* .tab-section {
    flex-direction: column-reverse;
  }

  .tab-buttons {
    order: -1;
    border-top: none;

    padding-bottom: 15px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .tab-buttons button {
    flex: 0 0 auto;
  } */

  .bannercaption {
    max-width: 100vw;
    top: 60%;
    width: 90vw;
  }
  .bannercaption .d-flex {
    gap: 10px;
  }
  .bannercaption .x-icon {
    max-height: 30vw;
  }
  .bannercaption .number-icon {
    max-height: 40vw;
  }
  .bannercaption .subtitle {
    font-size: 1.55rem;
    margin-top: 5px;
  }
  .bannercaption .caption-box {
    font-size: 1.35rem;
    padding: 5px;
    letter-spacing: 2px;
  }
  .banner-intro-row .rightSide img {
    max-width: 100vw;
  }
  .bannercaption * {
    opacity: 1 !important;
    visibility: visible;
  }

  .horizontal-track {
    gap: 30px;
  }
  .left-right-row {
    gap: 20px;
  }
  .globle-two-pointer .left-right-row {
    padding: 40px 20px;
    margin: 0 auto;
    gap: 20px;
  }
  .globle-two-pointer .left-right-row:nth-of-type(2) {
    margin-right: 60px !important;
  }
  .globle-two-pointer .horizontal-track .left-right-row h4 {
    top: -4vw;
  }

  .journey-title {
    font-size: 40px;
  }
  .globle-two-pointer .horizontal-track {
    display: flex;
    gap: 30px;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .globle-two-pointer .left-right-row {
    min-width: 85%;
    flex-shrink: 0;
    scroll-snap-align: center; /* 🔥 center snap */
  }

  .mobile-arrows {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 36px);
    display: flex;
    gap: 10px;
    z-index: 20;
    display: flex;
    align-items: center;
  }

  .mobile-arrows .arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgb(245 116 52);
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    line-height: 30px !important;
    color: #fff;
  }

  .fullscreenSection .heading-title::before,
  .fullscreenSection .heading-title::after {
    max-width: 10vw;
    background-size: cover;
    height: 10px;
  }
  .fullscreenSection .heading-title {
    position: relative;
    top: 0;
    bottom: inherit;
  }
  .fullscreenSection .heading-title::before {
    left: 0;
    top: -15px;
  }
  .fullscreenSection .heading-title::after {
    right: 0;
    bottom: -15px;
    top: auto;
  }

  .fullscreenSection,
  .manufacturingExcellence.fullscreenSection {
    min-height: 480px !important;
    padding: 60px 0;
    max-height: inherit !important;
    height: auto !important;
  }
  .fullscreenSection h2 {
    font-size: clamp(3rem, 2vw, 6.25rem);
  }
  /* .fullscreenSection:nth-child(even){ background-color: #f7f7f7;} */
  .fullscreenSection-content {
    padding: 30px 0;
  }

  .growth .circle1 {
    height: 40vw;
    top: 42vw;
    left: 10vw;
    width: 40vw;
  }
  .growth .circle2 {
    height: 35vw;
    top: 42vw;
    left: 50%;
    width: 35vw;
  }
  .growth .circle3 {
    height: 30vw;
    top: 42vw;
    left: 60%;
    width: 30vw;
  }
  .growth .circle img {
    max-width: 50%;
  }
  .growth .circle {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    transform: inherit !important;
    margin: 0px auto !important;
    max-width: 150px;
    height: 150px;
    flex: 0 0 150px;
  }
  .growth .circle-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .growthGraph {
    margin-top: -45vw;
  }
  .growth .fullwidth,
  .growth .fullscreenSection-content span {
    font-size: 14px !important;
  }
  .growth .fullscreenSection-content {
    max-width: 100%;
    flex-direction: column-reverse;
    display: flex;
    padding: 0;
    margin-top: 10vw;
  }
  .fullscreenSection .heading-title {
    opacity: 1;
    scale: 1;
    transform: translate(-50%, 0px);
    max-width: min-content;
  }
  .fullscreenSection .circle {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .fullscreenSection.reach .manCaption {
    opacity: 1;
    visibility: visible;
    scale: 1;
  }

  .worldLeading ul {
    gap: 0;
    margin-bottom: 0px !important;
  }
  .worldLeading ul li {
    flex: calc(100% - 0px);
    max-width: calc(100% - 0px);
    margin-bottom: 20px;
  }
  .worldLeading .hashtag-info {
    justify-content: left;
  }
  .worldLeading .number-icon {
    height: 100px;
    opacity: 1 !important;
    transform: inherit !important;
  }
  .worldLeading ul li:last-child .hashtag-info p {
    text-align: left;
  }

  p.special-note {
    right: 0 !important;
    bottom: -10vw !important;
  }

  .caption-box {
    opacity: 1 !important;
  }

  .futureReady .fullscreenSection-content .img-box {
    margin-bottom: 30px;
    max-width: 500px;
    width: 70vw;
  }
  .global figure {
    flex-wrap: wrap;
    gap: 20px;
  }

  .people .fullscreenSection-content figure {
    flex-wrap: wrap;
  }
  .people .img-box {
    width: 100vw;
    max-width: 75vw;
  }
  .people .img-box img {
    width: 100%;
  }
  .people .box1 figcaption,
  .people .box2 figcaption,
  .people .box3 figcaption {
    margin-left: 40px;
    margin-top: -50px;
  }

  .reach .manCaption {
    width: 250px;
    position: relative;
    top: auto;
    left: auto;
    transform: inherit;
    text-align: center;
  }
  .reach .img-box h4 {
    margin-top: -5px;
    font-size: 24px;
  }

  .manufacturingExcellence figure {
    flex-wrap: wrap;
    gap: 20px;
  }
  .manufacturingExcellence figcaption {
    text-align: center;
    margin: 0 auto;
  }
  .manufacturingExcellence .vector-group {
    display: none;
  }

  .acquisitions .quote-wrap-full {
    flex-wrap: wrap;
  }
  .acquisitions .quote-wrap-full {
    gap: 20px;
  }

  .start-qoute {
    padding: 0;
    left: 30px;
    top: 30px;
  }
  .end-qoute {
    padding: 0;
    right: 30px;
    bottom: 30px;
  }

  .start-qoute img {
    max-width: 90px;
  }
  .end-qoute img {
    max-width: 45px;
  }

  .quote-wrap {
    margin: 0 0 20px;
  }
  .quote-wrap-in::before {
    display: none;
  }
  .banner-intro-row .quote-wrap,
  .quote-wrap {
    max-width: 100vw;
    padding: 140px 30px 30px;
    border: 1px solid #f5d262;
    border-radius: 20px;
    min-height: auto;
  }

  .tab-section {
    padding: 0 0px;
  }

  .tab-content figure {
    flex-wrap: wrap;
  }
  .tab-content figure figcaption,
  .tab-content figure .img-box {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .tab-content {
    padding: 20px 0;
  }

  .tab-buttons-outer::before,
  .tab-buttons-outer::after {
    display: none;
  }
  .tab-bg {
    display: none; /* ✅ hide bg on mobile */
  }

  .tab-buttons {
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .tab-buttons button {
    flex: 0 0 auto;
  }

  .recognitionAccolades {
    max-height: inherit;
    height: auto;
  }
  .journery-right-vector {
    position: absolute;
    right: 0vw !important;
    z-index: 1;
    pointer-events: none;
    left: auto !important;
    max-width: 80vw !important;
    opacity: 0.6 !important;
  }
  .horizontal-track {
    height: auto;
  }

  .right-side img {
    width: 100%;
  }

  .tab-bg {
    display: none;
  }
  .tab-buttons button.active {
    background-color: #e36b2e;
    color: #fff;
  }
  .tab-buttons button {
    color: #121212;
    background-color: #d3d3d3;
    font-weight: 600;
  }

  .sustainability .tab-section {
    padding: 0 20px !important;
  }
  .tab-content-area {
    min-height: auto;
    height: inherit !important;
  }

  .banner-wrap .number-icon,
  .banner-wrap .x-wrap,
  .banner-wrap .caption-box {
    margin-top: 28vw;
    transition: all 0.6s;
    transition-delay: 0.2s;
  }

  .banner-wrap.activeScroll .number-icon,
  .banner-wrap.activeScroll .x-wrap,
  .banner-wrap.activeScroll .caption-box {
    margin-top: -40vw;
  }

  .journey-dots {
    display: none !important;
  }

  .fullscreenSection .heading-title {
    bottom: inherit !important;
    margin-bottom: 20px !important;
  }
  .fullscreenSection.is-active .heading-title,
  .global.fullscreenSection.is-active .heading-title,
  .growth.fullscreenSection.is-active .heading-title,
  .reach.fullscreenSection.is-active .heading-title,
  .worldLeading.fullscreenSection.is-active .heading-title,
  .manufacturingExcellence.fullscreenSection .heading-title,
  .people.fullscreenSection.is-active .heading-title,
  .futureReady.fullscreenSection.is-active .heading-title {
    bottom: inherit !important;
  }
  .people .box3 figcaption {
    max-width: 255px;
  }
  .people .box3 figcaption span {
    right: 0vw;
  }

  .banner-wrap {
    height: 80vh;
  }

  .global figure .img-box {
    max-width: 100%;
  }
  .quote-wrap-full,
  .quote-wrap-md {
    width: calc(100% - 0px);
    max-width: 100%;
  }
  .footer-video .quote-wrap {
    max-width: 100vw;
  }
  .fullscreenSection-content,
  .global .fullscreenSection-content {
    max-width: 100% !important;
  }

  .bg-black-leaf-bg {
    display: none;
  }
}

@media (max-width: 767px) {
  .slide-inner {
    transform: scale(1) !important;
    opacity: 1 !important;
  }

  h2 {
    font-size: 40px;
  }

  .swiper-slide {
    transition: all 200ms linear;
    transform: scale(1);
  }
  .swiper-slider-outer {
    margin-bottom: 30px;
  }

  .quote-wrap-full,
  .quote-wrap-md {
    width: calc(100% - 0vw);
  }

  .fullscreenSection h2 {
    font-size: clamp(2.5rem, 2vw, 6.25rem);
  }

  .tab-buttons-outer {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tab-buttons {
    position: relative;
    display: flex;
    gap: 8px;
    white-space: nowrap;
    min-width: max-content;
    padding: 0px;
  }

  /* Hide scrollbar */
  .tab-buttons-outer::-webkit-scrollbar {
    display: none;
  }

  .tab-buttons button {
    font-size: 16px !important;
    padding: 6px 20px;
    border-radius: 20px;
    border: none;
  }

  .acquisitions .tab-buttons,
  .sustainability .tab-buttons {
    max-width: inherit !important;
    width: inherit !important;
  }
  .acquisitions .tab-buttons-outer,
  .sustainability .tab-buttons-outer {
    min-width: inherit !important;
    width: inherit !important;
  }
}
