@font-face {
  font-family: 'Bai Jamjuree';
  src: url('./fonts/BaiJamjuree-Bold.eot');
  src: local('Bai Jamjuree Bold'), local('BaiJamjuree-Bold'),
    url('./fonts/BaiJamjuree-Bold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/BaiJamjuree-Bold.woff2') format('woff2'),
    url('./fonts/BaiJamjuree-Bold.woff') format('woff'),
    url('./fonts/BaiJamjuree-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bai Jamjuree';
  src: url('./fonts/BaiJamjuree-Medium.eot');
  src: local('Bai Jamjuree Medium'), local('BaiJamjuree-Medium'),
    url('./fonts/BaiJamjuree-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/BaiJamjuree-Medium.woff2') format('woff2'),
    url('./fonts/BaiJamjuree-Medium.woff') format('woff'),
    url('./fonts/BaiJamjuree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bai Jamjuree';
  src: url('./fonts/BaiJamjuree-Regular.eot');
  src: local('Bai Jamjuree Regular'), local('BaiJamjuree-Regular'),
    url('./fonts/BaiJamjuree-Regular.eot?#iefix') format('embedded-opentype'),
    url('./fonts/BaiJamjuree-Regular.woff2') format('woff2'),
    url('./fonts/BaiJamjuree-Regular.woff') format('woff'),
    url('./fonts/BaiJamjuree-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bai Jamjuree';
  src: url('./fonts/BaiJamjuree-SemiBold.eot');
  src: local('Bai Jamjuree SemiBold'), local('BaiJamjuree-SemiBold'),
    url('./fonts/BaiJamjuree-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('./fonts/BaiJamjuree-SemiBold.woff2') format('woff2'),
    url('./fonts/BaiJamjuree-SemiBold.woff') format('woff'),
    url('./fonts/BaiJamjuree-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wf-wrapper {
  font-family: 'Bai Jamjuree', sans-serif;
  overflow: hidden;
}

:root {
  --white: #ffffff;
  --dark-blue: #010738;
  --light-cream: #f0eeec;
  --gray-light: #bcbab8;
  --primary-blue: #6270ff;
  --dark-black: #0e0e18;
  --white-20: rgba(255, 255, 255, 0.2);
  --white-10: rgba(255, 255, 255, 0.1);
  --beige: #d3c7bc;
  --green: #59a619;
  --cream-70: rgba(240, 238, 236, 0.7);
  --black-50: rgba(0, 0, 0, 0.5);
  --black: #000000;
  --peach-28: rgba(237, 214, 192, 0.28);
  --navy-blue: #010a54;
  --gray: #878787;
}

.wf-wrapper .text-white {
  color: var(--white);
}
.wf-wrapper .text-dark-blue {
  color: var(--dark-blue);
}
.wf-wrapper .text-light-cream {
  color: var(--light-cream);
}
.wf-wrapper .text-gray-light {
  color: var(--gray-light);
}
.wf-wrapper .text-primary-blue {
  color: var(--primary-blue);
}
.wf-wrapper .text-dark-black {
  color: var(--dark-black);
}
.wf-wrapper .text-beige {
  color: var(--beige);
}
.wf-wrapper .text-green {
  color: var(--green);
}
.wf-wrapper .text-peach {
  color: var(--peach);
}
.wf-wrapper .text-navy-blue {
  color: var(--navy-blue);
}
.wf-wrapper .text-gray {
  color: var(--gray);
}
.wf-wrapper .text-black {
  color: var(--black);
}
.wf-wrapper .bg-white {
  background: var(--white);
}
.wf-wrapper .bg-dark-blue {
  background: var(--dark-blue);
}
.wf-wrapper .bg-light-cream {
  background: var(--light-cream);
}
.wf-wrapper .bg-gray-light {
  background: var(--gray-light);
}
.wf-wrapper .bg-primary-blue {
  background: var(--primary-blue);
}
.wf-wrapper .bg-dark-black {
  background: var(--dark-black);
}
.wf-wrapper .bg-beige {
  background: var(--beige);
}
.wf-wrapper .bg-green {
  background: var(--green);
}
.wf-wrapper .bg-peach {
  background: var(--peach);
}
.wf-wrapper .bg-navy-blue {
  background: var(--navy-blue);
}
.wf-wrapper .bg-gray {
  background: var(--gray);
}
.wf-wrapper .bg-black {
  background: var(--black);
}

.wf-wrapper .bg-white-20 {
  background: var(--white-20);
}
.wf-wrapper .bg-white-10 {
  background: var(--white-10);
}
.wf-wrapper .bg-cream-70 {
  background: var(--cream-70);
}
.wf-wrapper .bg-black-50 {
  background: var(--black-50);
}
.wf-wrapper .bg-peach-28 {
  background: var(--peach-28);
}

.wf-wrapper .font-regular {
  font-weight: 400;
}

.wf-wrapper .font-medium {
  font-weight: 500;
}

.wf-wrapper .font-semibold {
  font-weight: 600;
}

.wf-wrapper .font-bold {
  font-weight: 700;
}

.wf-wrapper .text-end {
  text-align: right;
}
.wf-wrapper .text-center {
  text-align: center;
}

.wf-wrapper .letter-spacing-neg-1{
  letter-spacing: -1px;
}

.wf-wrapper .text-70 {
  font-size: 70px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .wf-wrapper .text-70 {
    font-size: 56px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .text-70 {
    font-size: 44px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .text-70 {
    font-size: 32px;
  }
}
.wf-wrapper .text-40 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .text-40 {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .text-40 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .text-40 {
    font-size: 24px;
  }
}
.wf-wrapper .text-24 {
  font-size: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .text-24 {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .text-24 {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .text-24 {
    font-size: 18px;
  }
}
.wf-wrapper .text-20 {
  font-size: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .text-20 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .text-20 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .text-20 {
    font-size: 15px;
  }
}

.wf-wrapper .text-18 {
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .wf-wrapper .text-18 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .text-18 {
    font-size: 15px;
  }
}

.wf-wrapper .img-fluid {
  width: 100%;
  height: auto;
}

.wf-wrapper .ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .ptb-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .ptb-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .ptb-150 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.wf-wrapper .pt-150{
  padding-top: 150px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .pt-150 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .pt-150 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .pt-150 {
    padding-top: 40px;
  }
}

.wf-wrapper .ptb-130{
  padding-top: 130px;
  padding-bottom: 130px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .ptb-130 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .ptb-130 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .ptb-130 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.wf-wrapper .pb-150{
  padding-bottom: 150px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .pb-150 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .pb-150 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .pb-150 {
    padding-bottom: 40px;
  }
}

.wf-wrapper .wf-main-wrapper{
  max-width: 1600px;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .wf-wrapper .wf-main-wrapper {
    padding: 0 16px;
  }
}

.wf-wrapper .max-w-1200{
  max-width: 1200px;
}

.wf-wrapper .max-w-710{
  max-width: 710px;
}

.wf-wrapper .content-left{
  margin: 0 auto 0 0;
}

.wf-wrapper .content-right{
  margin: 0 0 0 auto;
}

.wf-wrapper .mt-70 {
  margin-top: 70px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .mt-70 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .mt-70 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .mt-70 {
    margin-top: 20px;
  }
}

.wf-wrapper .mt-40{
  margin-top: 40px;
}

@media screen and (max-width: 1600px) {
  .wf-wrapper .mt-40 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1450px) {
  .wf-wrapper .display-none {
    display: none;
  }
}

.wf-wrapper .radius-20{
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .wf-wrapper .radius-20 {
    border-radius: 15px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .aspect-ratio-16-11 {
    aspect-ratio: 16/11;
    object-fit: cover;
  }
}

/* START : HERO SECTION */
.wf-wrapper .wf-hero-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.wf-wrapper .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1280px;
  object-fit: cover;
  opacity: 0.1;
}

.wf-wrapper .hero-vector-relative {
  position: relative;
  z-index: 5;
}
.wf-wrapper .hero-header {
  padding-top: 110px;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 47px;
}

@media screen and (max-width: 1250px) {
  .wf-wrapper .hero-header {
    padding: 80px 16px 0px 16px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .hero-header {
    padding: 60px 16px 0px 16px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .hero-header {
    padding: 40px 16px 0px 16px;
  }
}

.wf-wrapper .hero-relative-title {
  position: relative;
}

.wf-wrapper .wf-title-design {
  position: absolute;
  bottom: -12px;
  right: 0px;
  pointer-events: none;
}

.wf-wrapper .vector-design {
  position: absolute;
  top: 120px;
  right: -70px;
  pointer-events: none;
}
/* 
@media screen and (max-width: 1250px) {
  .wf-wrapper .vector-design {
    right: -50px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .vector-design {
    right: -30px;
  }
} */

@media screen and (max-width: 991px) {
  .wf-wrapper .vector-design {
    display: none;
  }
}
.wf-wrapper .desert-image-wrapper {
 max-width: 1600px;
  margin: 0 auto; 
  padding-top: 180px;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .wf-wrapper .desert-image-wrapper {
    padding: 180px 16px 0px 16px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .desert-image-wrapper {
    padding: 120px 16px 0px 16px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .desert-image-wrapper {
    padding: 40px 16px 0px 16px;
  }
}

.wf-wrapper .desert-image {
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .wf-wrapper .desert-image {
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .desert-image {
    border-radius: 7px;
  }
}

.wf-wrapper .tools-technologies{
  padding: 85px 0 0 0;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1016px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .tools-technologies {
    padding: 70px 16px 0px 16px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .tools-technologies {
    padding: 40px 16px 0px 16px;
    gap: 15px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .tools-technologies {
    padding: 30px 16px 0px 16px;
  }
}

.wf-wrapper .tools-technologies-points{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .wf-wrapper .tools-technologies-points {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .wf-wrapper .tools-technologies-points {
    gap: 10px;
  }
}
.wf-wrapper .tools-blue-points {
  padding: 15px 26px;
  border-radius: 99em;
  background: var(--primary-blue);
  width: fit-content;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .tools-blue-points {
    padding: 12px 22px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .tools-blue-points {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .tools-blue-points {
    padding: 8px 14px;
  }
}
.wf-wrapper .desert-white-container{
  position: relative;
}

.wf-wrapper .arrow-section{
  position: absolute;
  top: 120px;
  right: 10%;
  z-index: 1;
  display: flex;
}

@media screen and (max-width: 1250px) {
  .wf-wrapper .arrow-section {
    right: 5%;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .arrow-section {
    right: 2%;
    top: 55px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .arrow-section > img {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .arrow-section {
    display: none;
  }
}

.wf-wrapper .arrow-container{
  padding: 15px 26px;
  border-radius: 99em;
  background: var(--white);
  width: fit-content;
  height: fit-content;
  transform: rotate(-12deg) translate(5px, -50px);
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .arrow-container {
    padding: 12px 22px;
    transform: rotate(-10deg) translate(4px, -40px);
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .arrow-container {
    padding: 10px 18px;
    transform: rotate(-8deg) translate(3px, -30px);
  }
}


.wf-wrapper .vector-design-desert{
  position: absolute;
  top: 30%;
  left: -50px;
  pointer-events: none;
  transform: translateY(-50%) scaleX(-1);
  z-index: 1;
}

/* @media screen and (max-width: 1250px) {
  .wf-wrapper .vector-design-desert {
    left: -30px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .vector-design-desert {
    left: -10px;
  }
} */

@media screen and (max-width: 991px) {
  .wf-wrapper .vector-design-desert {
    display: none;
  }
}

.wf-wrapper .desert-white-container::before{
  content: "";
  position: absolute;
  top: 286px;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 99em;
  border-top-right-radius: 99em;
  background: var(--white);
}

@media screen and (max-width: 991px) {
  .wf-wrapper .desert-white-container::before {
    top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .wf-wrapper .desert-white-container::before {
    top: 60px;
  }
}
/* END : HERO SECTION */


/* START : THE BUSINESS CONTEXT */
.wf-wrapper .green-container {
  padding: 15px 26px;
  border-radius: 99em;
  background: var(--green);
  width: fit-content;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .green-container {
    padding: 12px 22px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .green-container {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .green-container {
    padding: 8px 14px;
  }
}

.wf-wrapper .video-thumbnail-wrapper{
  padding-top: 50px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .video-thumbnail-wrapper {
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .video-thumbnail-wrapper {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .video-thumbnail-wrapper {
    padding-top: 20px;
  }
}

.wf-wrapper .video-thumbnail {
  position: relative;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .wf-wrapper .video-thumbnail {
    border-radius: 15px;
  }
}

.wf-wrapper .video-thumbnail img {
  width: 100%;
  display: block;
}

.wf-wrapper .video-thumbnail .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  height: 98px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .video-thumbnail .play-btn {
    width: 80px;
    height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .video-thumbnail .play-btn {
    width: 64px;
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .video-thumbnail .play-btn {
    width: 48px;
    height: 48px;
  }
}

.wf-wrapper .video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.wf-wrapper .video-modal.active {
  opacity: 1;
  visibility: visible;
}

.wf-wrapper .video-modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  transform: scale(0.9) translateY(40px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
}

.wf-wrapper .video-modal.active .video-modal-content {
  transform: scale(1) translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}

.wf-wrapper .video-modal iframe {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}

.wf-wrapper .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
}

.wf-wrapper .close-btn:hover {
  transform: scale(1.1) rotate(90deg);
  color: var(--primary-blue);
}
/* END : THE BUSINESS CONTEXT */

/* START : OBJECTIVE */
.wf-wrapper .objective-wrapper{
  display: flex;
  gap: 100px;
  align-items: end;
}

@media screen and (max-width: 1500px) {
  .wf-wrapper .objective-wrapper {
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .objective-wrapper {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .objective-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wf-wrapper .objective-wrapper-inner{
 max-width: 710px; 
}

@media screen and (max-width: 1500px) {
  .wf-wrapper .objective-wrapper-inner {
    max-width: 500px;
  }
}

@media screen and (max-width: 1098px) {
  .wf-wrapper .objective-wrapper-inner {
    max-width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .objective-wrapper-inner {
    max-width: 100%;
  }
}

.wf-wrapper .objective-card-wrapper{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;  
  height: fit-content;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .objective-card-wrapper {
   gap: 15px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .objective-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.wf-wrapper .objective-card {
  padding: 20px;
  border-radius: 20px;
  background: var(--light-cream);
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .objective-card {
    padding: 18px;
    border-radius: 18px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .objective-card {
    padding: 16px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .objective-card {
    padding: 14px;
    border-radius: 15px;
  }
}

.wf-wrapper .objective-card-image{
 position: absolute;
 top: -430px; 
 right: 0;
 z-index: 1;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .objective-card-image {
    top: -250px;
  }
}
@media screen and (max-width: 1199px) {
.wf-wrapper .turbine-machine{
  width: 250px;
  height: 250px;
}
}

@media screen and (max-width: 1098px) {
.wf-wrapper .turbine-machine{
  display: none;
}
}

.wf-wrapper .objective-card-image::after{
  content: "";
  position: absolute;
  top: 130px;
  right: -100px;
  width: 248px;
  height: 248px;
  background: var(--primary-blue);
  border-radius: 99em;
  opacity: 0.6;
  filter: blur(220px)
}
/* END : OBJECTIVE */

/* START : KEY CHALLENGES */
.wf-wrapper .key-challenges-section{
  background: var(--light-cream);
}
.wf-wrapper .key-challenges-wrapper {
  padding-top: 100px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .key-challenges-wrapper {
    padding-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .key-challenges-wrapper {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .key-challenges-wrapper {
    padding-top: 40px;
  }
}
.wf-wrapper .key-challenges-title{
  display: flex;
  justify-content: space-between;
  gap: 290px;
}

@media screen and (max-width: 1600px) {
  .wf-wrapper .key-challenges-title {
    gap: 150px;
    align-items: center;
  }
}


@media screen and (max-width: 991px) {
  .wf-wrapper .key-challenges-title {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
}

.wf-wrapper .wind-fan-wrapper{
  display: grid;
  grid-template-columns: 385px 1fr 385px;
  gap: 20px;
  position: relative;
  z-index: 0; 
}

@media screen and (max-width: 1600px) {
  .wf-wrapper .wind-fan-wrapper {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .wf-wrapper .wind-fan-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .wind-fan-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    margin-top: 20px;
  }
}

.wf-wrapper .wind-fan-image{
  grid-row: span 4;
  opacity: 0.4;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1450px) {
  .wf-wrapper .wind-fan-image {
    grid-row: span 2;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .wind-fan-image {
    grid-row: span 4;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .wind-fan-image {
    display: none;
  }
}

.wf-wrapper .wind-fan-card{
  padding: 20px;
  border-radius: 20px;
  border: 1px solid var(--gray-light);
  height: fit-content;
  background-color: #FFFFFF1A;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .wf-wrapper .wind-fan-card {
    padding: 15px;
    border-radius: 15px;
    flex: 0 0 90%;
    height: auto;
    margin-bottom: 10px;
  }
}
.wf-wrapper .wind-fan-card:first-child{
  margin-top: 100px;
}

@media screen and (max-width: 1600px) {
  .wf-wrapper .wind-fan-card:first-child {
    margin-top: 0;
  }
}
.wf-wrapper .green-container-number {
  width: 60px;
  height: 60px;
  border-radius: 99em;
  background: var(--green);
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .green-container-number {
    width: 52px;
    height: 52px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .green-container-number {
    width: 44px;
    height: 44px;
  }
}


.wf-wrapper .wind-fan-lines{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; 
  pointer-events: none; 
}

@media screen and (max-width: 1600px) {
  .wf-wrapper .wind-fan-lines img {
    height: 530px;
    width: 530px;
  }
}

@media screen and (max-width: 1550px) {
  .wf-wrapper .wind-fan-lines img {
    height: 480px;
    width: 480px;
  }
}

@media screen and (max-width: 1450px) {
  .wf-wrapper .wind-fan-lines img {
    display: none;
  }
}
/* END : KEY CHALLENGES */

/* START : SIMULATION IMAGE */
.wf-wrapper .the-solution-wrapper{
  background: url("./img/wf-solution-bg.webp") no-repeat center center/cover;
  background-attachment: fixed;
}
.wf-wrapper .simulation-wrapper{
  background: var(--light-cream);
  margin-top: -240px;
}

@media screen and (max-width: 1600px) {
  .wf-wrapper .simulation-wrapper {
    margin-top: -200px;
  }
}

@media screen and (max-width: 1450px) {
  .wf-wrapper .simulation-wrapper {
    margin-top: -180px;
  }
}


@media screen and (max-width: 1199px) {
  .wf-wrapper .simulation-wrapper {
    margin-top: -130px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .simulation-wrapper {
    margin-top: -120px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .simulation-wrapper {
    margin-top: 0px;
  }
}

.wf-wrapper .solution-card-wrapper{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .wf-wrapper .solution-card-wrapper {
    display: flex;
    overflow-x: auto;
    padding-top: 30px;
  }
}

.wf-wrapper .solution-card{
  border-radius: 20px;
  border: 1px solid var(--gray-light);
  background-color: var(--light-cream);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: fit-content;
}

@media screen and (max-width: 991px) {
  .wf-wrapper .solution-card {
    height: auto;
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .solution-card {
    flex: 0 0 85%;
  }
}

.wf-wrapper .solution-card:nth-child(2){
  margin-top: 130px;
}

@media screen and (max-width: 991px) {
  .wf-wrapper .solution-card:nth-child(2) {
    margin-top: 0px;
  }
}

.wf-wrapper .solution-card-content{
  padding: 20px;
}
/* END : SIMULATION IMAGE */

/* START : SLIDER CSS */
.wf-wrapper .slider-section-wrapper {
  width: 100%;
}

.wf-wrapper .wf-slider-container {
  width: 100%;
  overflow: hidden;
}

.wf-wrapper .wf-turbine-slider {
  width: 100%;
  overflow: visible;
}

.wf-wrapper .wf-turbine-slider .swiper-slide {
  width: 85%;
  max-width: 1040px;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: scale(0.82);
}

@media (max-width: 1200px) {
  .wf-wrapper .wf-turbine-slider .swiper-slide {
    width: 70%;
  }
}

@media (max-width: 768px) {
  .wf-wrapper .wf-turbine-slider .swiper-slide {
    width: 85%;
    transform: scale(0.9);
  }
}

.wf-wrapper .wf-turbine-slider .swiper-slide-active {
  transform: scale(1);
  z-index: 2;
}

.wf-wrapper .slider-img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9; 
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
  .wf-wrapper .slider-img-wrapper {
    aspect-ratio: 16/11;
    border-radius: 10px;
  }
}

.wf-wrapper .slider-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wf-wrapper .slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

.wf-wrapper .swiper-slide-active .slide-overlay {
  opacity: 0;
}
/* END : SLIDER CSS */

/* START : real world containers */
.wf-wrapper .real-world-card-wrapper{
  padding:8px;
  background-color: var(--white);
  max-width:660px;
  z-index: 2;
  position: relative;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .wf-wrapper .real-world-card-wrapper{
    max-width: 100%;
    border-radius: 15px;
    padding: 0;
    margin-bottom: 15px;
  }
}
.wf-wrapper .real-world-card{
  border: 1px solid var(--gray-light);
  background-color: var(--light-cream);
  padding: 20px;
  border-radius: 20px;
}
.wf-wrapper .real-world-list {
  padding-left: 20px;
  margin-top: 16px;
}
.wf-wrapper .real-world-list li {
  list-style-type: disc;
  color: var(--dark-blue);
}
.wf-wrapper .real-world-list li + li {
  margin-top: 16px;
}

.wf-wrapper .built-sea-img{
  margin-top: -190px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .built-sea-img{
    margin-top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .built-sea-img{
    margin-top: 0px;
  }
}

.wf-wrapper .real-world-container{
  margin-top:-150px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .real-world-container{
    margin-top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .real-world-container{
    margin-top: 15px;
  }
}


/* END : real world containers */

/* START : key parameters */
.wf-wrapper .key-cards-wrapper {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wf-wrapper .key-cards {
  border-radius: 20px;
  background-color: var(--light-cream);
  height: 200px;
  width: calc(25% - 16px);
  display: flex;
  justify-content: center;
  align-items: center;
}


@media screen and (max-width: 1199px) {
  .wf-wrapper .key-cards {
    width: calc(33.33% - 16px);
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .key-cards {
    width: 100%;
    height: 160px;
    flex: 0 0 80%;
    margin-bottom: 10px;
    border-radius: 12px;
  }

  .wf-wrapper .key-cards-wrapper {
    gap: 15px;
    margin-top: 15px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
/* END : key parameters */

/* START : ROI clarity */
.wf-wrapper .roi-clarity-wrapper{
  display: grid;
  grid-template-columns: 650px 1fr;
  gap: 60px;
}

@media screen and (max-width:1600px) {
  .wf-wrapper .roi-clarity-wrapper{
    grid-template-columns: 550px 1fr;
    gap: 50px;
  }
}

@media screen and (max-width:1336px) {
  .wf-wrapper .roi-clarity-wrapper{
    grid-template-columns: 450px 1fr;
    gap: 30px;
  }
}

@media screen and (max-width:1199px) {
  .wf-wrapper .roi-clarity-wrapper{
    grid-template-columns: 350px 1fr;
    gap: 20px;
  }
}

@media screen and (max-width:991px) {
  .wf-wrapper .roi-clarity-wrapper{
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.wf-wrapper .roi-clarity-left{
 padding: 30px 30px 0px 30px;
 background-color: var(--green);
 border-radius: 20px;
 display: flex;
flex-direction: column;
gap: 20px;
}

@media screen and (max-width:991px) {
  .wf-wrapper .roi-clarity-left{
    padding: 20px 20px 0px 20px;
  }
}

@media screen and (max-width:767px) {
  .wf-wrapper .roi-clarity-left{
    padding: 15px 15px 0px 15px;
    border-radius: 15px;
    gap: 15px;
  }
}

.wf-wrapper .white-container {
  padding: 15px 26px;
  border-radius: 99em;
  background: var(--white);
  width: fit-content;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .white-container {
    padding: 12px 22px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .white-container {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .white-container {
    padding: 8px 14px;
  }
}

.wf-wrapper .roi-clarity-right{
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 30px;
}

@media screen and (max-width:1199px) {
  .wf-wrapper .roi-clarity-right{
    gap: 20px;
  }
}

@media screen and (max-width:767px) {
  .wf-wrapper .roi-clarity-right{
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.wf-wrapper .roi-clarity-right-card{
  padding: 20px;
  border-radius: 20px;
  background-color: #F0EEECB2;
  border: 1px solid var(--gray-light);
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 20px;
  height: 285px;
}

@media screen and (max-width:767px) {
  .wf-wrapper .roi-clarity-right-card{
    height: fit-content;
  }
}

.wf-wrapper .rio-img{
  width: 100%;
  max-height: 285px;
  object-fit: cover;
}


@media screen and (max-width:991px) {
  .wf-wrapper .multiple-roi-winds{
display: none;
  }
}
/* END : ROI clarity */

/* START : interactive simulation */
.wf-wrapper .interactive-simulation-wrapper{
 display: flex; 
 justify-content: space-between;
 gap: 300px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .interactive-simulation-wrapper{
    gap: 24px;
flex-direction: column;
max-width: 710px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .interactive-simulation-wrapper{
    gap: 16px;
  }
}

.wf-wrapper .simulation-setup-panel-wrapper{
  display: grid;
  grid-template-columns: 345px 1fr 345px;
  gap: 10px;
  padding-top: 50px;
}

@media screen and (max-width: 1336px) {
  .wf-wrapper .simulation-setup-panel-wrapper{
    grid-template-columns: 250px 1fr 250px;
  }
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .simulation-setup-panel-wrapper{
    padding-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .simulation-setup-panel-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
    gap: 20px;
  }

  .wf-wrapper .simulation-setup-panel-points,
  .wf-wrapper .simulation-setup-points {
    margin-top: 0;
    margin-left: 0;
  }

  .wf-wrapper .simulation-setup-panel-points > div,
  .wf-wrapper .simulation-setup-points > div {
    margin-top: 12px !important;
    position: relative;
    padding-left: 18px;
  }

  .wf-wrapper .simulation-setup-panel-points > div::before,
  .wf-wrapper .simulation-setup-points > div::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--dark-black);
    font-size: 22px;
    line-height: 1;
  }

  .wf-wrapper .simulation-setup-panel-points > div:first-child,
  .wf-wrapper .simulation-setup-points > div:first-child {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .wf-wrapper .simulation-setup-panel-wrapper{
    grid-template-columns: 1fr;
    padding-top: 20px;
  }
  .wf-wrapper .simulation-setup-panel-points{
    height: fit-content;
  }

  .wf-wrapper .simulation-setup-panel-points > div::before,
  .wf-wrapper .simulation-setup-points > div::before {
    left: 0;
    top: -4px;
  }
}

.wf-wrapper .simulation-setup-panel-points{
  display: flex;
  flex-direction: column;
  margin-top:85px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .simulation-setup-panel-points{
    margin-top: 55px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .simulation-setup-panel-points{
    margin-top: 0px;
    padding: 15px;
    background-color: var(--light-cream);
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .simulation-setup-panel-points{
    border-radius: 15px;
  }
}

.wf-wrapper .simulation-setup-panel-points > div:nth-child(2){
  margin-top: 80px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .simulation-setup-panel-points > div:nth-child(2){
    margin-top: 40px;
  }
}

.wf-wrapper .simulation-setup-panel-points > div:nth-child(3){
  margin-top: 130px;
}

@media screen and (max-width: 1336px) {
  .wf-wrapper .simulation-setup-panel-points > div:nth-child(3){
    margin-top: 100px;
  }
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .simulation-setup-panel-points > div:nth-child(3){
    margin-top: 50px;
  }
}

.wf-wrapper .simulation-setup-points{
  display: flex;
  flex-direction: column;
  margin-top:30px;
  margin-left: 10px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .simulation-setup-points{
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .simulation-setup-points{
    margin-top: 0px;
    margin-left: 0px;
    padding: 15px;
    background-color: var(--light-cream);
    border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .simulation-setup-points{
    border-radius: 15px;
  }
}

.wf-wrapper .simulation-setup-points > div:nth-child(2){
  margin-top: 110px;
}

@media screen and (max-width: 1336px) {
  .wf-wrapper .simulation-setup-points > div:nth-child(2){
    margin-top: 80px;
  }
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .simulation-setup-points > div:nth-child(2){
    margin-top: 40px;
  }
}

.wf-wrapper .simulation-setup-points > div:nth-child(3){
  margin-top: 70px;
}

@media screen and (max-width: 1336px) {
  .wf-wrapper .simulation-setup-points > div:nth-child(3){
    margin-top: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .simulation-setup-points > div:nth-child( 3){
    margin-top: 20px;
  }
}

.wf-wrapper .simulation-setup-points > div:nth-child(4){
  margin-top: 90px;
}

@media screen and (max-width: 1336px) {
  .wf-wrapper .simulation-setup-points > div:nth-child(4){
    margin-top: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .simulation-setup-points > div:nth-child(4){
    margin-top: 20px;
  }
}

.wf-wrapper .wf-simulation-setup-img{
  width: 100%;
  height: 580px;
}

@media screen and (max-width: 1199px) {
  .wf-wrapper .wf-simulation-setup-img{
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .wf-simulation-setup-img{
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .wf-wrapper .simulation-setup-panel-img{
    display: none;
  }
}
/* END : interactive simulation */

/* START : Dual-Mode Simulation */
.wf-wrapper .dual-simulation-main-wrapper{
  background: url("./img/wf-dual-bg.webp");
  background-position: bottom;
  background-repeat: no-repeat;
}
.wf-wrapper .prection-mode{
  margin-top: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wf-wrapper .prection-mode{
    margin-top: 20px;
  }
}

.wf-wrapper .multiple-winds{
  position: absolute;
  top: -110px;
  right: -150px;
}

@media screen and (max-width: 1336px) {
  .wf-wrapper .multiple-winds{
    display: none;
  }
}

.wf-wrapper .prection-mode-img-wrapper{
  position: relative;
  width: fit-content;
}

.wf-wrapper .prection-mode-text{
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  right: 0;
  max-width: 250px;
}

@media screen and (max-width: 991px) {
  .wf-wrapper .prection-mode-text{
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .prection-mode-text{
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin-top: 15px;
  }
}

.wf-wrapper .data-driven-mode{
  margin-top: 50px;
  display: flex;
  justify-content: end;
}

@media screen and (max-width: 767px) {
  .wf-wrapper .data-driven-mode{
    margin-top: 20px;
  }
}

.wf-wrapper .data-driven-mode-img-wrapper{
  position: relative;
  width: fit-content;
}

.wf-wrapper .data-driven-mode-text{
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  max-width: 250px;
}

@media screen and (max-width: 991px) {
  .wf-wrapper .data-driven-mode-text{
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .wf-wrapper .data-driven-mode-text{
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 100%;
    margin-top: 15px;
  }
}
/* END : Dual-Mode Simulation */