/*
Theme Name: twentytwentyfour-child
Template: twentytwentyfour
*/

@font-face {
  font-family: "BDO Grotesk";
  src: url("./fonts/bdogrotesk-regular-bf648a656f74a27-webfont.woff2")
      format("woff2"),
    url("./fonts/bdogrotesk-regular-bf648a656f74a27-webfont.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "bdo_groteskbold";
  src: url("./fonts/bdogrotesk-bold-bf648a656f8559f-webfont.woff2")
      format("woff2"),
    url("./fonts/bdogrotesk-bold-bf648a656f8559f-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "bdo_groteskdemibold";
  src: url("./fonts/bdogrotesk-demibold-bf648a656f9c460-webfont.woff2")
      format("woff2"),
    url("./fonts/bdogrotesk-demibold-bf648a656f9c460-webfont.woff")
      format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "bdo_groteskextrabold";
  src: url("./fonts/bdogrotesk-extrabold-bf648a656f91fd9-webfont.woff2")
      format("woff2"),
    url("./fonts/bdogrotesk-extrabold-bf648a656f91fd9-webfont.woff")
      format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "bdo_grotesklight";
  src: url("./fonts/bdogrotesk-light-bf648a656f91fcb-webfont.woff2")
      format("woff2"),
    url("./fonts/bdogrotesk-light-bf648a656f91fcb-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "bdo_groteskmedium";
  src: url("./fonts/bdogrotesk-medium-bf648a656fc86b8-webfont.woff2")
      format("woff2"),
    url("./fonts/bdogrotesk-medium-bf648a656fc86b8-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

:root {
  --primary-color: #1d88c9;
  --secondary-color: #ec5f15;
  --text-color: #364249;
  --white-color: #ffffff;
  --black-color: #000000;
  --heading-color: var(--primary-5);
  --nav-color: #22272b;
  --text-dark-color: #082435;

  --theme-font: "BDO Grotesk";
  --base-font-size: 16px;

  --primary-95: #e9f5fc;
  --primary-85: #bce0f5;
  --primary-75: #90cbef;
  --primary-65: #63b6e8;
  --primary-55: #36a1e2;
  --primary-45: var(--primary-color);
  --primary-35: #176a9c;
  --primary-25: #104b6f;
  --primary-15: #0a2d43;
  --primary-5: #030f16;

  --secondary-95: #fdefe7;
  --secondary-90: #fbdfd0;
  --secondary-80: #f7bea1;
  --secondary-70: #f49e71;
  --secondary-60: #f07e42;
  --secondary-50: #ec5f15;
  --secondary-40: #bd4b0f;
  --secondary-30: #8e380b;
  --secondary-20: #5e2508;
  --secondary-10: #131110;

  --neitral-95: #f0f3f4;
  --neitral-85: #d3dadf;
  --neitral-75: #b5c2c9;
  --neitral-65: #97a9b4;
  --neitral-55: #7a919f;
  --neitral-45: #617785;
  --neitral-35: #4b5d68;
  --neitral-25: #364249;
  --neitral-15: #22272b;
  --neitral-5: #0b0d0e;
}

main {
  background-color: var(--white-color);
}

body {
  font-family: var(--theme-font);
  font-size: var(--base-font-size);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.875;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.decoration-none {
  text-decoration: none !important;
}

.home p {
  color: var(--text-dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--theme-font);
  font-weight: 400;
}

h1 {
  font-size: 5.5em;
}

h2 {
  font-size: 4.375em;
}

h3 {
  font-size: 4.25em;
}

h4 {
  font-size: 3.75em;
}

h5 {
  font-size: 3.375em;
}

h5 {
  font-size: 2.75em;
}

.title1 {
  font-size: 2.125em;
}

.title2 {
  font-size: 2em;
}

.text-lg {
  font-size: 1.375em;
}

.text-m {
  font-size: 1.125em;
}

.text-s {
  font-size: 1em;
}

.uppercase {
  text-transform: uppercase;
}

.heading6 {
  color: var(--primary-5);
  font-size: 1.375em;
  font-weight: 500;
  margin: 0;
}

section {
  background-color: var(--white-color) !important;
}

img {
  max-width: 100%;
}

a {
  outline: 0;
  box-shadow: none;
}

.primary-color {
  color: #1d88c9 !important;
}

.white-color {
  color: var(--white-color) !important;
}

.container {
  max-width: 70em;
  width: 90%;
  margin: 0 auto !important;
}

.m-0 {
  margin: 0 !important;
}

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

.text-center {
  text-align: center !important;
}

.heading2 {
  font-size: 5.5em;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin: 0 0 1.5rem;
  padding: 0;
  text-transform: uppercase;
}

.heading3 {
  font-size: 4.25em;
  font-weight: 400;
  letter-spacing: 2.72px;
  text-transform: uppercase;
  margin: 0;
}

.heading4 {
  font-size: 3em;
  font-weight: 400;
  letter-spacing: 2.72px;
  text-transform: uppercase;
  margin: 0;
}

.subtitle-sm {
  color: var(--text-dark-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 2;
}

.subtitle-sm + .subtitle-sm {
  margin-top: 0;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header .has-base-background-color {
  background-color: transparent !important;
}
header .wp-block-site-logo{
  padding: 1.25em 0;
}
header .wp-block-site-logo img {
  max-width: 18.75em;
  width: 100%;
}

header .wp-container-core-group-is-layout-2 {
  gap: 3.125em;
}

header .wp-block-navigation ul {
  gap: 2em;
}

header li.wp-block-navigation-item.current-menu-item.wp-block-navigation-link {
  position: relative;
}

header
  .wp-block-navigation
  .current-menu-item
  .wp-block-navigation-item__content.wp-block-navigation-item__content,
header
  .wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--primary-color);
  font-weight: 600;
}

header
  .wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content {
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--nav-color);
  padding: 2.85em 0;
  text-decoration: none;
  position: relative;
  display: block;
}

header
  .wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    bottom: -1px;
    height: 2px;
    background-color: var(--primary-color);    
    transition: linear 0.3s;
}
header
  .wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content:hover::after{
    width: 100%;
  }
header .has-global-padding {
  padding: 0 !important;
}
header .is-layout-constrained > .alignwide{
  width: 90%;
  max-width: 90em;
}
header .button{
  height: 3.75em;
  border-radius: 3.75em;
  margin: 1.25em 0;
}
header .button::after{
  height: 3.25em;
  width: 3.25em;
  border-radius: 3.25em;
}
.uppercase {
  text-transform: uppercase;
}

.hero-section .container{
  max-width: 85em;
}
.hero-section,
.sub-hero-section,
.legal-pages main,
.project-single-section {
  padding: 10.625em 0 0;
  background-image: url("./images/header-banner-bg.png");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}

.legal-pages main {
  padding: 12em 0 5em;
  border-bottom: 1px solid var(--neitral-85);
}

.header-top-space {
  margin: 4.625em 0 0 !important;
}

.hero-section h5 {
  font-family: var(--theme-font);
  font-size: 2.5em;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: var(--text-dark-color);
  margin: 0 0 1rem;
  padding: 0;
}

.hero-section h1 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 6.75em;
  line-height: 1.05;
  letter-spacing: 0.04em;
  color: var(--primary-color);
  text-wrap: nowrap;
}

.hero-section h1 span {
  color: var(--secondary-color);
}

.hero-content {
  display: flex;
  justify-content: space-between;
  grid-gap: 1.25em;
}

.hero-content p {
  max-width: 22.75em;
}

.hero-image {
  margin-top: 8.4375em;
  position: relative;
}

.hero-image figure {
  margin: 0;
}

.es-icon {
  position: absolute;
  top: -14%;
  right: 10%;
  bottom: inherit;
  z-index: 1;
  width: 12.2%;
}

.es-icon img {
  vertical-align: middle;
}

.es-icon a {
  display: block;
}

.es-icon::after {
  content: "";
  display: block;
  background-image: url("./images/right-arrow.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44%;
  height: 44%;
  pointer-events: none;
}

.hero-image figure img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

.sub-hero-image.full-image img {
  vertical-align: middle;
  width: 100%;
}

.sub-hero-image.full-image {
  position: relative;
}

.hero-image::after,
.sub-hero-image.full-image::after {
  content: "";
  display: block;
  background-image: url("./images/hero-shape.png");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sub-hero-image.full-image::after {
  background-image: url("./images/project-bg.png");
  z-index: -1;
}

.hero-content h1 {
  position: relative;
}

.hero-content h1::after {
  content: url(./images/energy-icon.svg);
  display: block;
  position: absolute;
  right: -100px;
  top: 100px;
}

.rotate {
  animation: loading 15s infinite linear;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(360deg);
    animation-direction: reverse;
  }

  100% {
    transform: rotate(0deg);
  }
}

.section-padding {
  padding: 7.5em 0;
  margin: 0;
}

.clean_energy-section .container {
  position: relative;
  max-width: 85em;
}

.clean_energy-section .content-area {
  max-width: 46em;
  margin: 0 20em;
  text-align: center;
  padding: 5.5em 0 15em;
}

.clean_energy-section .content-area h2 {
  font-size: 3.375em;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--text-dark-color);
  margin: 0 0 1.5rem;
}

.clean_energy-section .content-area h2 span {
  color: var(--primary-color);
  font-weight: 600;
}

.clean_energy-section .content-area p {
  margin: 0 0 1rem;
}

.clean_energy-section .content-area p:last-child {
  margin: 0;
}

.button {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-size: 1em;
  letter-spacing: 0.04em;
  height: 4.25em;
  border-radius: 4.25em;
  padding: 0 1.5em;
  padding-right: 4.625em;
  color: var(--white-color);
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 1.25em;
  transition: 0.3s linear;
}

.button::after {
  content: "";
  width: 3.75em;
  height: 3.75em;
  background-color: var(--white-color);
  background-image: url("./images/right-arrow-o.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2em;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 4px;
  bottom: 4px;
  transform: translate(0, -50%);
}

.button:hover {
  background: var(--secondary-color);
  border-color: var(--primary-color);
}
.button.btn-outline{
  color: var(--primary-color);
  background-color: transparent;
  border-color: var(--primary-color);
}
.button.btn-outline::after{
  background-color:  var(--primary-color);
  background-image: url("./images/right-arrow.svg");
}
.button.btn-outline:hover{
  color: var(--white-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.button.btn-outline:hover::after{
  background-color: var(--white-color);
  background-image: url("./images/right-arrow-o.svg");
}
.button.btn-outline.btn-black{
  color: var(--neitral-25);
  background-color: transparent;
  border-color: var(--neitral-25);  
}
.button.btn-outline.btn-black::after{
  background-color:  var(--neitral-85);
  background-image: url("./images/right-arrow-b.svg");
}
.button.btn-outline.btn-black:hover{
  color: var(--white-color);
  background-color: var(--neitral-25);
  border-color: var(--neitral-25);
}
.clean_energy-section .image {
  width: 15.25em;
  border-radius: 1.25em;
  overflow: hidden;
  position: absolute;
}

.clean_energy-section .image.lg-image {
  width: 16.625em;
}

.clean_energy-section .image.top_left_image {
  left: 0;
  top: 1.75em;
}

.clean_energy-section .image.top_right_image {
  right: 0;
  top: 0;
}

.clean_energy-section .image.bottom_left_image {
  bottom: -1.875em;
  left: 8.125em;
}

.clean_energy-section .image.bottom_right_image {
  bottom: 0;
  right: 8.125em;
}

.clean_energy-section .image figure {
  margin: 0;
  vertical-align: middle;
}

.clean_energy-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

.pattern_text {
  font-size: 5.875em;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 1.75rem;
  z-index: 1;
  opacity: 0.5;
  color: transparent;
  line-height: 1.25;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
}

.pattern_text_multiple {
  font-size: 5.875em;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.5;
  color: transparent;
  line-height: 1.25;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary-color);
}

.our_impact-section .container {
  width: 70em;
}

.our_impact-section {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.our_impact-section::before,
.our_impact-section::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.our_impact-section::before {
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.our_impact-section::after {
  background-image: linear-gradient(to right, #082435, #186ca0);
  opacity: 0.6;
}

.our_impact-circle-overlay {
  position: absolute;
  top: -4.125em;
  left: 0;
  bottom: -4.125em;
  width: 51.25%;
  height: auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  filter: blur(250px);
}

.our_impact-section *,
.home .our_impact-section * {
  color: var(--white-color);
}

.our_impact-section .content-area {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 14.975em 0;
}

.our_impact-container {
  display: flex;
  gap: 5%;
  justify-content: space-between;
  position: relative;
}

.milestones_slider {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2.75em;
  max-width: 25em;
  height: auto;
  flex: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.milestones_slider .slick-list {
  padding: 235px 0 !important;
  height: auto !important;
  flex: 1;
}

.milestones_slide {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.75em;
  border-radius: 1.5em;
  margin-bottom: 2.75em;
  outline: 0;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
}

.milestones_slide.slick-current.slick-active.slick-center {
  background: var(--white-color);
}

.milestones_slide::before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
  transition: 0.3s linear;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.milestones_slide.slick-current.slick-active.slick-center::before {
  background: var(--white-color);
  backdrop-filter: blur(0);
}

.milestones_slide * {
  position: relative;
  z-index: 1;
}

.milestones_slide .count-number {
  font-size: 5.25em;
  padding: 0;
  margin: 0 0 0.76em;
  line-height: 1.2;
  font-weight: 700;
  color: var(--white-color);
  transition: 0.3s linear;
}

.milestones_slide.slick-current.slick-active.slick-center .count-number {
  color: var(--primary-color);
}

.milestones_slide .milestones_desc {
  font-size: 1.75em;
  line-height: 1.28;
  color: var(--white-color);
  padding: 0;
  margin: 0;
  letter-spacing: 0.04em;
  transition: 0.3s linear;
}

.milestones_slide.slick-current.slick-active.slick-center .milestones_desc {
  color: var(--black-color);
}

.expertise-section {
  background-color: var(--black-color);
  background-image: linear-gradient(#186ca0, #082435);
  overflow: hidden;
}

.light-text * {
  color: var(--white-color);
  transition: color 0.3s linear;
}
.expertise_slider-container{
  margin-top: 5em;
  margin-left: -100px;
}
.expertise_slider {
  display: flex;
  gap: 2.75em;  
}

.expertise_slide {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1.5em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
}

.expertise_slide.slick-current.slick-active.slick-center {
  background: var(--white-color);
  transition: 0.3s linear;
}

.expertise_slide.slick-slide {
  margin-right: 2.75em;
  outline: 0;
}

.expertise_slide .es-content {
  padding: 2.75em 2.75em 2.75em 5.9375em;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.expertise_slide .es-content .icon {
  width: 4em;
  height: 4em;
  margin: 0 0 1em;
  filter: brightness(0) invert(1);
  transition: color 0.3s linear;
}

.expertise_slide.slick-current.slick-active.slick-center .icon {
  filter: none;
}

.expertise_slide .es-content .es-title {
  font-size: 2em;
  line-height: 1.25;
  margin: 0 0 0.625em;
  padding: 0;
  transition: 1s linear;
  max-width: 10.5em;
  min-width: 10.5em;
  text-transform: uppercase;
}

.expertise_slide .es-content .es-desc {
  font-size: 1em;
  padding: 0;
  margin: 0 0 1.25em;
}

.expertise_slide.slick-current.slick-active.slick-center .es-title,
.expertise_slide.slick-current.slick-active.slick-center .es-desc {
  color: var(--black-color);
}

.expertise_slide .es-content .button {
  margin-top: auto;
}

.expertise_slide .es-image {
  padding: 22%;
  position: relative;
}

.expertise_slide .es-image figure {
  position: absolute;
  left: 0;
  top: 1em;
  right: 1em;
  bottom: 1em;
  margin: 0;
  border-radius: 1.5em;
  overflow: hidden;
}

.expertise_slide .es-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trusted-container {
  padding: 3.75em 0;
}

.ts-title {
  position: relative;
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.012em;
}

.ts-title span {
  position: relative;
  display: inline-block;
  padding: 0 2.2em;
}

.ts-title span::before,
.ts-title span::after {
  content: "";
  display: block;
  height: 1px;
  width: 100vw;
  background: var(--white-color);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.ts-title span::before {
  right: 100%;
  left: inherit;
}

.ts-title span::after {
  right: inherit;
  left: 100%;
}

.trusted-logos {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.trusted-logos img {
  max-height: 8.75em;
}

.marquee {
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.custom-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.25em 0.25em 0.25em 1.5em;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  border-radius: 1000px;
  transition: all 0.3s ease;
  text-align: center;
}

.custom-btn.btn-black .btn-text {
  color: var(--neitral-5);
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.64px;
  margin-right: 10px;
}

.custom-btn .btn-arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
  margin-left: 10px;
}

.custom-btn.btn-black .btn-arrow {
  background-color: var(--neitral-85);
}

.custom-btn.btn-black:hover .btn-arrow {
  background-color: var(--white-color);
}

.custom-btn.btn-blue.btn-outline .btn-arrow {
  background-color: var(--primary-45);
}

.custom-btn.btn-black {
  color: var(--white-color);
}

.custom-btn.btn-blue {
  color: var(--white-color);
}

.custom-btn.btn-blue.btn-outline {
  color: var(--primary-45);
}

.custom-btn.btn-white {
  color: var(--black-color);
  border: 2px solid var(--black-color);
}

.custom-btn.btn-fill.btn-black {
  background-color: var(--black-color);
}

.custom-btn.btn-fill.btn-blue {
  border: 1px solid transparent;
  background-color: var(--primary-color);
}

.custom-btn.btn-fill.btn-blue:hover {
  background-color: transparent;
  border: 1px solid var(--white-color);
}

.custom-btn.btn-fill.btn-white {
  background-color: var(--white-color);
  border: 2px solid var(--white-color);
}

.custom-btn.btn-fill.btn-white:hover {
  background-color: transparent;
  color: var(--white-color);
}

.custom-btn.btn-fill.btn-white:hover .btn-arrow svg path {
  fill: var(--primary-15);
}

.custom-btn.btn-fill.btn-white:hover .btn-arrow {
  background-color: var(--white-color);
}

.custom-btn.btn-fill.btn-white .btn-arrow {
  background-color: var(--primary-15);
}

.custom-btn.btn-outline.btn-black {
  background-color: transparent;
  border: 1px solid var(--neitral-25);
}

.custom-btn.btn-outline.btn-black:hover {
  background-color: var(--neitral-25);
}

.custom-btn.btn-outline.btn-black:hover .btn-text {
  color: var(--white-color);
}

.custom-btn.btn-outline.btn-blue {
  background-color: transparent;
  border: 2px solid var(--primary-45);
}

.custom-btn.btn-outline.btn-blue:hover {
  background-color: var(--primary-45);
  border: 2px solid var(--primary-45);
}

.custom-btn.btn-outline.btn-blue:hover .btn-text {
  color: var(--white-color);
}

.custom-btn.btn-outline.btn-blue:hover .btn-arrow {
  background-color: var(--white-color);
}

.custom-btn.btn-outline.btn-blue:hover .btn-arrow svg path {
  stroke: var(--primary-45);
}

.custom-btn.btn-outline.btn-white {
  background-color: transparent;
  border: 2px solid var(--black-color);
  color: var(--black-color);
}

a.custom-btn.btn-blue.btn-fill .btn-arrow {
  background-color: var(--white-color);
}

footer {
  background-image: url("./images/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 0;
  padding-top: 6.25em;
}

.footer-top-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-top-section h2,
.footer-top-section h4 {
  color: var(--text-dark-color);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  line-height: 1;
}

.footer-top-section h2 {
  line-height: 1.3;
}

.footer-links h2 {
  color: var(--neitral-55);
  font-size: 1.375em;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.footer-links nav ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.footer-links nav ul li a {
  color: var(--primary-5) !important;
  font-size: 1em;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.footer-top-section h2 {
  font-size: 5.5em;
}

.footer-top-section h4 {
  font-size: 2.5em;
  font-weight: 400;
}

.contact-list {
  list-style-type: none;
  padding-left: 0;
  padding: 3em 0 3.75em;
}

footer .contact-list li .label {
  color: var(--neitral-55);
  font-size: 1.375em;
  font-weight: 500;
  text-transform: uppercase;
}

footer .contact-list li .value {
  color: var(--primary-5);
  font-size: 1.5em;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

footer .contact-list li a.value:hover {
  text-decoration: underline;
}

footer .contact-list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer .contact-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}

.footer-links {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright {
  color: var(--primary-5);
  font-size: 0.875em;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.footer-links {
  width: 100% !important;
  padding: 3.75em 0;
}

.footer-links .wp-container-core-group-is-layout-7 {
  gap: 24px !important;
}

.copyright-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.9375em 0 !important;
}

.social-wrap {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

footer .container{
  max-width: 90em;
}
footer .wp-block-group.container {
  gap: 0 !important;
  margin: 0 auto;
}
footer .wp-block-group.container > div{
  width: 100%;
}
.footer-top-section {
  padding-bottom: 2.75em;
}

.social-link {
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-link.circle {
  border-radius: 100px;
  border: 1px solid #082435;
}

.social-link.square {
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.social-link.square img {
  -webkit-filter: invert(100%) grayscale(100%) brightness(100%) contrast(100%);
  filter: invert(100%) grayscale(100%) brightness(100%) contrast(100%);
}

.social-link:hover {
  background-color: var(--text-dark-color);
}

.social-link:hover img {
  -webkit-filter: invert(100%) grayscale(100%) brightness(200%) contrast(100%);
  filter: invert(100%) grayscale(100%) brightness(200%) contrast(100%);
}

.get_in_touch-section,
.safety-section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.our_process-slider {
  display: flex;
}

.testimonial-slider .slick-slide,
.team-slider .slick-slide,
.our_process-slider .slick-slide,
.story-slider .slick-slide {
  display: flex;
  flex-direction: column;
  width: auto;
}

.testimonial-section {
  background-image: url("./images/testimonial-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
  overflow: hidden;
}
.testimonial-slider{
  margin-top: 5em;
  z-index: 1;
}

.tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  margin: 0 auto;
}

.tab-pane.active {
  display: block;
  opacity: 1;
  padding: 3.375em 0;
}

.tabs-header {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.tabs-header.active {
  background-image: linear-gradient(#E9F5FC, #FFFFFF);
}

.tab-title,
.projects-list h4 {
  cursor: pointer;
  padding: 1.21875em 0;
  color: var(--text-dark-color);
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
}

.project-metadata {
  display: flex;
  flex-direction: column;
  margin-bottom: 4.5625em;
}

.toggle-image {
  width: 3.125em;
  height: 3.125em;
}

.accordion-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 24px;
  height: 30.0625em;
  object-fit: cover;
}

.project-metadata .label {
  display: block;
  color: var(--text-dark-color);
  font-size: 1em;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  opacity: 0.5;
  min-width: 144px;
}

.project-metadata > div {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3.125em;
}

.excerpt {
  color: var(--text-dark-color);
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  margin-top: 20px;
}

.tabs-header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.project-metadata .value {
  display: block;
  color: var(--text-dark-color);
  font-size: 1em;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  width: 100%;
  text-align: right;
}

.projects_accordion-section .heading2 {
  margin-bottom: 0;
}

.projects_accordion-section .content-area > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.125em;
}

.projects-accordion {
  margin: 4.1875em 0 0;
}

.tabs-container:before {
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}

.our_strategies-section {
  background: linear-gradient(180deg, #e9f5fc 0%, #fff 100%),
    linear-gradient(180deg, #186ca0 0%, #082435 100%), url("./images/rays.svg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.power-section-content {
  position: relative;
}

.our_strategies-section::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 255px;
  height: 259px;
  background-image: url("./images/rays.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.timeline-slider,
.story-slider {
  position: relative;
}

.story-slider {
  margin-top: 56px;
}

.timeline-slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.timeline-content {
  margin-bottom: 1.25em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.timeline-content h3 {
  margin: 0;
  color: var(--primary-color);
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

.timeline-content p {
  margin: 0;
  color: var(--text-dark-color);
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
}

.timeline-line {
  width: 100%;
  height: 2px;
  background: transparent;
  border-top: 2px dashed rgba(0, 0, 0, 0.2);
}

.timeline-number {
  min-width: 34px;
  height: 34px;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.timeline-bottom {
  display: flex;
  align-items: center;
  margin-top: 3.75em;
}

.safety-section {
  height: 55em;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.safety-section .content-area {
  position: relative;
  z-index: 10;
}

.safety-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.safety-section .heading2 {
  color: var(--white-color);
  margin-bottom: 34px;
}

.safety-container {
  max-width: 50%;
  width: 100%;
}

.safety-section p {
  color: var(--white-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.8;
  margin: 0;
}

.safety-section .custom-btn {
  margin-top: 2.75em;
}

.news-section .content-area {
  text-align: center;
}

.news-section {
  background: linear-gradient(0deg, #e9f5fc 0%, #fff 100%), #000;
}

.news-section .news-date {
  color: #999;
  font-size: 1em;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.news-section h3 {
  color: var(--text-dark-color);
  font-size: 2em;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 12px 0 0;
}

.news-section a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 2.125em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.news-grid {
  margin-top: 5em;
}


.team-slider{
  margin-top: 5em;
}
.our_process-slider {
  margin-top: 5em;
  width: 100vw;
}

.testimonial-slider .slick-slide,
.team-slider .slick-slide,
.our_process-slider .slick-slide,
.story-slider .slick-slide,
.timeline-slider .slick-slide{
  margin-right: 1.5em;
}

.testimonial-slider .slick-slide:last-child,
.team-slider .slick-slide:last-child,
.our_process-slider .slick-slide:last-child,
.story-slider .slick-slide:last-child {
  margin-right: 0;
}
.timeline-slider .slick-list,
.testimonial-slider .slick-list,
.story-slider .slick-list,
.team-slider .slick-list{
  overflow: visible;
}

.testimonial-slide {
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  /* background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(60px); */
  padding: 2.75em;
}

.testimonial-slide p {
  color: var(--text-dark-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 16px;
}

.testimonial-slide p:last-of-type {
  margin-bottom: 0 !important;
}

.testimonial-slide p + p {
  margin-top: 0;
}

.avatar img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 2.125em 0 1em;
}

.position {
  color: #40494f;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.name {
  color: var(--primary-color);
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}

.get_in_touch-section .heading2 {
  color: var(--white-color);
}

.get_in_touch-section .subtitle-sm {
  color: var(--white-color);
  margin-bottom: 0;
}

.git-form {
  position: relative;
  z-index: 1;
  padding: 2.75em;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}

.git-form input:not([type="submit"]),
.git-form textarea {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 24px;
  width: -webkit-fill-available;
}

.git-form input[type="submit"] {
  appearance: none;
  background: no-repeat;
  border: 0;
  padding: 0;
  font-size: 1em;
  letter-spacing: 0.04em;
  color: var(--white-color);
}

.button p {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.git-form textarea {
  height: 100px;
  resize: none;
}

.git-form input::placeholder,
.git-form textarea::placeholder {
  color: var(--white-color);
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
}

.get_in_touch-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
  margin-top: 5em;
}

.get_in_touch-image img {
  max-width: 100%;
  width: 100%;
  border-radius: 24px;
  height: 37.625em;
  object-fit: cover;
}

.submit-button.button {
  background-color: var(--white-color);
  cursor: pointer;
  border: 1px solid transparent;
}

.submit-button.button:hover {
  background-color: transparent;
  border-color: var(--white-color);
}

.submit-button.button:hover input {
  color: var(--white-color);
}

.git-form .submit-button.button:after {
  background-color: var(--primary-color);
  background-image: url(./images/white-submit-arrow.svg);
}

.git-form input[type="submit"] {
  color: var(--primary-color);
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.64px;
}

.our_mission-content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 5.9375em;
}

.our_mission-section {
  margin: 0;
  background-color: var(--white-color);
  overflow: hidden;
}

.our_mission-section p {
  color: var(--text-color);
  font-size: 1.125em;
  font-weight: 400;
}

.our_mission-section img {
  border-radius: 32px;
  max-width: 100%;
  width: 100%;
}

.our_mission-section .our_mission-content--left .heading2 {
  margin-left: 36%;
}

.our_mission-section .our_mission-content--right p:not(:has(img)) {
  margin-right: 36%;
}

.our_mission-section .our_mission-content--left img {
  margin-top: 19.625em;
}

.our_mission-section .feature-image:before {
  content: "";
  display: block;
  position: absolute;
  width: 22.875em;
  height: 22.875em;
  background-image: url("./images/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  top: 6%;
  left: 25%;
}

.our_mission-section .feature-image {
  position: relative;
  z-index: 10;
}
.sub-hero-section > .container{
  max-width: 85em;
}
.sub-hero-section .heading2 {
  text-align: center;
}

.sub-hero-section .heading2 span {
  color: var(--primary-color);
  font-weight: 600;
}

.sub-hero-section .sub-hero-image {
  padding-top: 3.25em;
}

.sub-hero-section .sub-hero-image img {
  border-radius: 32px;
}

.team-section {
  overflow: hidden;
}

.achievement-section .achievement-content .achievement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.75em;
}

.achievement-item {
  border-radius: 24px;
  background: var(--neitral-95);
  backdrop-filter: blur(25px);
  padding: 1.5em;
  display: flex;
  flex-direction: column;
}

.achievement-item .count {
  color: var(--primary-color);
  font-size: 4.75em;
  font-weight: 400;
  letter-spacing: 3.04px;
  text-transform: uppercase;
  padding-bottom: 0.32em;
  border-bottom: 1px solid var(--neitral-75);
}

.achievement-item .label {
  color: var(--black-color);
  font-size: 1.375em;
  font-weight: 500;
  padding-top: 2.9em;
  line-height: 1.5;
}

.pillers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 5em;
}

.piller-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2.5em 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
}

.piller-item h4 {
  color: var(--white-color);
  font-size: 2em;
  font-weight: 500;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.piller-item p {
  color: var(--neitral-85);
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.64px;
  margin: 0;
}

.piller-item img {
  width: 6.375em;
  height: 6.375em;
  margin: 0 auto;
}

.team-content .section-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.8125em;
}

.team-img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 25.6875em;
  border-radius: 16px;
  background: linear-gradient(270deg, #acb0b3 0%, #bdc2c5 100%);
}

.team-slide {
  display: flex;
  flex-direction: column;
  gap: 1.1875em;
}

.team-info .name {
  color: var(--neitral-5);
  font-size: 1.375em;
  font-weight: 400;
  text-transform: capitalize;
}

.team-info .position {
  color: var(--neitral-45);
  font-size: 1.125em;
  font-weight: 400;
}

.team-slider,
.our_process-slider,
.story-slider {
  position: relative;
}

.team-content h2 {
  margin-bottom: 0;
}

.team-content p {
  margin-bottom: 0;
}

.team-slider:before {
  content: "";
  position: absolute;
  left: -120px;
  top: -120px;
  width: 242px;
  height: 242px;
  background-image: url(./images/team-star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

:root :where(.is-layout-flow) > * {
  margin: 0;
}

.our_commitment-section {
  background: linear-gradient(0deg, #fff 0%, #e9f5fc 100%);
}

.our_commitment-header > div:first-child {
  max-width: 48em;
  width: 100%;
}

.our_commitment-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5em;
  margin-top: 5em;
}

.our_commitment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.our_commitment-grid--image {
  position: relative;
  z-index: 10;
}

.our_commitment-grid--image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.our_commitment-grid--image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  z-index: -1;
  bottom: -16%;
  left: -8%;
  width: 222px;
  height: 222px;
  background-image: url(./images/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.our_commitment-header h6 {
  color: var(--primary-color);
  font-size: 1.125em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}

.our_commitment-header p {
  margin: 0;
  color: var(--primary-5);
  font-size: 1.375em;
  font-weight: 400;
  text-transform: uppercase;
}

.power-section {
  background-color: var(--white-color);
}

.power-section .power-section-content {
  padding: 5.125em 5.9375em;
  background: linear-gradient(0deg, #186ca0 0%, #082435 100%);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.power-section h3 {
  color: var(--white-color);
  text-align: center;
}

.power-section h3 span {
  color: var(--secondary-color);
  font-weight: 600;
}

.power-section p {
  color: var(--white-color);
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  max-width: 80%;
  width: 100%;
  margin: 1.5em auto 0;
}

.power-section .btn-text {
  text-transform: uppercase;
}

.power-section .custom-btn {
  margin-top: 2.5em;
}

.team-slide {
  border-radius: 24px;
  border: 1px solid var(--neitral-85);
  background: var(--white-color);
  padding: 12px;
}

.team-info {
  padding: 0 12px;
}

.service-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.service-box h3 {
  padding-bottom: 1em;
}

.services-grid .service-box:not(:first-child) {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 24px;
  padding: 3em;
}

.service-box h4 {
  margin: 0;
}

.services-grid {
  column-count: 2;
}

.services-grid .service-box h4 {
  color: var(--white-color);
  font-size: 2.125em;
  font-weight: 500;
  text-transform: uppercase;
}

.services-grid .service-box + .service-box {
  margin-bottom: 24px;
}

.services-grid .service-box p {
  color: var(--white-color);
  font-size: 1.125em;
  font-weight: 400;
  margin: 0;
}

.services-grid .service-box {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.services-grid .service-box:not(:first-child) {
  padding-top: 21em;
}

.services-grid .service-box:not(:first-child):before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 33.89%,
    rgba(0, 0, 0, 0.85) 74.5%
  );
  position: absolute;
  inset: 0;
  z-index: -1;
}

.why_choose_us-section {
  background: url(./images/why-choose-bg.png);
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  z-index: 10;
  background-position: bottom;
  background-size: 100% 100%;
}

.our_process-section {
  background: linear-gradient(0deg, #186ca0 0%, #082435 100%);
}

.our_process-section .section-header {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}

.sub-heading {
  color: var(--neitral-55);
  font-size: 1.375em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.our_process-slider {
  position: relative;
}

.our_process-slider .our_process-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.our_process-slider .progress-index {
  position: relative;
  padding: 10px;
  font-weight: bold;
  color: #007bff;
  display: flex;
  align-items: center;
}

.our_process-slider .progress-index:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #ddd;
  top: 50%;
  right: -25px;
  z-index: -1;
}

.our_process-slider .progress-index.slick-active span {
  background-color: #007bff;
  color: var(--white-color);
  border-radius: 50%;
  padding: 5px 10px;
  display: inline-block;
}

.our_process-slider .slick-active .progress-index::before,
.our_process-slider .slick-active .progress-index::after {
  background-color: #007bff;
}

.our_process-slider img {
  width: 20px;
  height: 20px;
}

.our_process-section {
  overflow: hidden;
}

.timeline-line-fill {
  width: 100%;
  height: 4px;
  background: transparent;
  background-color: rgba(255, 255, 255, 0.05);
  /* border-top: 4px solid rgba(0, 0, 0, 0.2); */
}

.timeline-number {
  min-width: 40px;
  height: 40px;
  background: var(--primary-color);
  backdrop-filter: blur(251.5px);
  color: var(--white-color);
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.timeline-bottom-fill {
  display: flex;
  align-items: center;
  /* margin-right: -20px; */
}

.timeline-bottom-fill .timeline-number {
  background-color: rgba(255, 255, 255, 0.05);
}

.our_process-slider .slick-current .timeline-line-fill {
  border-top: 4px solid var(--white-color);
}

.our_process-slider .slick-current .timeline-number {
  background-color: var(--white-color);
  color: var(--primary-15);
}

.our_process-slider {
  margin-top: 3.375em;
}

.process-item {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  padding: 2.5em 1.5em;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex-shrink: 0;
  margin-top: 33px;
}

.process-item .process-icon img {
  width: 60px;
  height: 60px;
}

.process-item .process-info h5 {
  color: var(--white-color);
  font-size: 1.375em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.process-item .process-info p {
  color: var(--neitral-85);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.64px;
  margin: 0;
}

.slick-slide:focus {
  outline: none;
  box-shadow: none;
}

.our_process-slider .slick-slide.slick-current.slick-active .process-item {
  background-color: var(--white-color);
}

.our_process-slider .process-item .process-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.our_process-slider
  .slick-slide.slick-current.slick-active
  .process-item
  .process-info
  h5 {
  color: var(--primary-15);
}

.our_process-slider
  .slick-slide.slick-current.slick-active
  .process-item
  .process-info
  p {
  color: var(--neitral-25);
}

.our_process-slider
  .slick-slide.slick-current.slick-active
  .process-item
  .process-icon {
  background-color: var(--primary-color);
}

.process-icon {
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.why_us-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 5.9375em;
}

.why_us-content p {
  color: var(--text-color);
  font-size: 1.125em;
  font-weight: 400;
}

.why_us-content ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-left: 0;
}

.why_us-content ul li {
  position: relative;
  padding-left: 2.5em;
  color: var(--text-color);
  font-size: 1.125em;
  font-weight: 400;
}

.why_us-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 2em;
  height: 2em;
  background-image: url("./images/list-star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.why_us-content .why_us-content--left .img-wrap {
  margin-top: 4.1875em;
}

.why_us-content .why_us-content--left .img-wrap img {
  max-width: 100%;
  width: 100%;
  height: 28.125em;
  border-radius: 32px;
  object-fit: cover;
}

.why_us-content .why_us-content--right .img-wrap img {
  max-width: 100%;
  width: 100%;
  height: 43.25em;
  border-radius: 32px;
  object-fit: cover;
}

.why_us-section {
  overflow: hidden;
}

.why_us-content .why_us-content--left .img-wrap {
  margin-left: calc(-100vw / 2 + 75% / 2);
}

.why_us-content .why_us-content--right .img-wrap {
  margin-right: calc(-100vw / 2 + 75% / 2);
}

.why_choose_us-section .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25em;
}

.why_choose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
  margin-top: 56px;
}

.why_choose-item--icon {
  margin-bottom: 16px;
}

.why_choose-grid h6 {
  color: var(--white-color);
  font-size: 1.375em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.why_choose-item--info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why_choose-grid p {
  color: var(--neitral-85);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.64px;
  margin: 0;
}
.projects_block-section {
  overflow: hidden;
}
.projects_block-section .projects_block-content .section-header p {
  color: var(--text-color);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.64px;
}

.projects_block-grid {
  margin-top: 4.75em;
}

.projects_block-grid
  .project_information-item{
    position: relative;
  }

  .projects_block-grid
  .project_information-item:before,
  .projects_block-grid
  .project_information-item:after{
    content: "";
    display: block;
    background: linear-gradient(0deg, #e9f5fc 0%, #fff 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
  }
  .projects_block-grid  
  .project_information-item:before{
    right: 0;
  }
  .projects_block-grid  
  .project_information-item:after{
    left: 0;
  }
  .projects_block-grid
  .project_information-item > div{
    position: relative;
    z-index: 1;
  }
.projects_block-grid
  .project_information-item
  .project_information-item--left
  img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects_block-grid
  .project_information-item
  .project_information-item--left{
    margin-left: calc(-100vw / 2 + 70em / 2);
}

.project_information-item--right {
  padding: 2.75em;
  /* background: linear-gradient(0deg, #e9f5fc 0%, #fff 100%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0;
}


.project_information-item--right .project-metadata {
  margin: 2.125em 0;
  width: 100%;
}

.projects_block-grid > div {
  display: grid;
  grid-template-columns: 50% 50%;
}

.projects_block-grid > div:nth-child(even) > div:nth-child(1) {
  order: 2;
  margin-right: calc(-100vw / 2 + 70em / 2);
  margin-left: 0;
}

.projects_block-grid > div:nth-child(even) > div:nth-child(2) {
  order: 1;
  padding-left: 0;
  padding-right: 2.75em;
}


.sub-hero-image:not(.full-image) img {
  max-width: 100%;
  width: 100%;
  height: 31.25em;
  object-fit: cover;
  object-position: bottom;
}

.partners-content .partner-logos {
  margin-top: 48px;
}

.partners-content .partner-logos .logo-item {
  border-radius: 16px;
  border: 1px solid var(--neitral-85);
  min-width: 261px;
  min-height: 148px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.partners-content .partner-logos .logo-item img {
  max-width: 202px;
  width: 100%;
  max-height: 50px;
  object-fit: contain;
}

.partner-logos.marquee {
  display: flex;
  align-items: center;
  gap: 1.5em;
}

.partners-section {
  overflow: hidden;
}

.partners-content .trusted-logos > div img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.partners-content .trusted-logos {
  gap: 1.5em;
}

.partners-content .trusted-container {
  padding: 3em 0 0;
}

.numbers-section {
  position: relative;
  background: linear-gradient(0deg, #186ca0 0%, #082435 100%);
}

.numbers-section h4 {
  color: var(--white-color);
  font-size: 3.75em;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0;
}


.numbers-section .container{
  max-width: 85em;
}
.numbers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.75em;
  margin-top: 4em;
}

.number-box {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
  padding: 1.5em;
}
.number-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.625em;
}

.number-box .description {
  color: var(--neitral-85);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.64px;
}

.number-box .description {
  color: var(--neitral-85);
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.64px;
  display: block;
}

.number-box .number {
  color: var(--white-color);
  font-size: 3.375em;
  font-weight: 400;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  display: block;
  text-align: right;
  line-height: 1;
}

.numbers-section:before {
  content: url(./images/rays-left.svg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.success_story-section {
  position: relative;
}

.success_story-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  width: 207px;
  height: 207px;
  background-image: url(./images/sun-left.svg);
  background-repeat: no-repeat;
}

.story-icon {
  margin-bottom: 1em;
}

.story-icon img {
  width: 64px;
  height: 64px;
}

.story-item {
  padding: 2.5em;
  border-radius: 24px;
  border: 1px solid var(--neitral-85);
  display: grid;
}

.story-item h4 {
  color: var(--neitral-5);
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.story-item {
  color: var(--neitral-5);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.64px;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 2.5em;
}

.story-item .excerpt,
.story-item .result {
  color: var(--neitral-5);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.64px;
}

.story-item .result {
  margin-top: 16px;
}

.story-item .result b {
  color: var(--primary-color);
  font-weight: 700;
}

.story-item--right img {
  max-width: 100%;
  width: 100%;
  height: 25.375em;
  object-fit: cover;
  border-radius: 24px;
}

.relative {
  position: relative !important;
}

.blend-screen {
  mix-blend-mode: screen;
}

.rays {
  position: absolute;
}

.left--top {
  top: 0;
  left: 0;
}

.left--bottom img {
  transform: rotate(180deg);
}

.star {
  position: absolute;
}

.our_process-section .rays img {
  width: 20.875em;
  height: 21.1875em;
}

.right--bottom {
  bottom: 0;
  right: 0;
}

.left--bottom {
  left: 0;
  bottom: -2px;
}

.why_us-section .right--top {
  top: -15%;
  right: 10%;
}

.right--top {
  right: 0;
  top: 0;
}

.services-section {
  overflow: hidden;
}

.services-section .right--bottom {
  bottom: -10%;
  right: -10%;
}

.left-screen {
  margin-left: calc(-100vw / 2 + 75% / 2);
}

.right-screen {
  margin-right: calc(-100vw / 2 + 75% / 2);
}

.pattern_text_multiple_wrap {
  position: absolute;
  right: 0;
  bottom: 16%;
}

.sub-hero-image.full-image img {
  border-radius: 0 0 32px 32px;
}

.success_story-section {
  overflow: hidden;
}

.progress-container {
  width: 100px;
  height: 8px;
  border-radius: 100px;
  background: var(--neitral-95);
  border-radius: 5px;
  overflow: hidden;
  margin-top: 3.5em;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}

.badge {
  display: inline-flex;
  padding: 0.5em 1.25em;
  border-radius: 100px;
  border: 1px solid var(--primary-5);
  color: var(--primary-5);
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 0.7em;
  text-decoration: none;
}

.text-left {
  text-align: left !important;
}

.sub-hero-content .heading2 {
  font-size: 3em;
  margin: 0;
}

.sub-hero-content p {
  color: var(--neitral-25);
  font-size: 1.125em;
  font-weight: 400;
  margin: 8px 0 0;
}

.sub-hero-content .heading2 {
  font-size: 4.75em;
}

.sub-hero-content .heading4 span {
  color: var(--primary-color);
  font-weight: 700;
}

.career-title {
  color: var(--primary-15);
  font-size: 2em;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.career-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 34px 0;
}

.career-grid-section {
  margin: 5em 0;
}

.career-item .container {
  display: grid;
  grid-template-columns: 2fr auto;
  align-items: center;
  gap: 10px;
}

.career-tags {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.career-item p {
  color: var(--neitral-35);
  font-size: 1.125em;
  font-weight: 400;
  margin: 10px 0 0;
}

.tag {
  padding: 0.375em 0.875em;
  color: var(--neitral-45);
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.64px;
  border-radius: 100px;
  border: 1px solid var(--neitral-85);
  display: inline-flex;
}

.contact-form-section {
  background: linear-gradient(0deg, #186ca0 0%, #082435 100%);
  padding: 2.75em 0;
  margin-block-start: 6.5625em !important;
}

.contact-form-content {
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 20px;
}

.contact-form-content .get_in_touch-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.contact-form-content .contact-list {
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}

.contact-form-content .contact-list li {
  display: flex;
  align-items: center;
  gap: 1.5em;
}

.contact-form-content .contact-icon {
  min-width: 4.1875em;
  height: 4.1875em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.contact-icon img {
  width: 2.5em;
  height: 2.5em;
}

.contact-form-content .contact-list li .label {
  color: var(--neitral-75);
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
}

.contact-form-content .contact-list li .value {
  color: var(--white-color);
  font-size: 1.375em;
  font-weight: 600;
}

.contact-form-content .contact-list li .contact-info {
  display: flex;
  flex-direction: column;
}

.contact-form-content .contact-list li .contact-info a.value {
  text-decoration: none;
}

.contact-form-content .contact-list li .contact-info a.value:hover {
  text-decoration: underline;
}

.social-block label {
  color: #d3dadf;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.social-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-form-content--right label {
  color: #0a2d43;
  font-size: 2.125em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
  display: block;
}

.contact-form-content--right .form-grid {
  margin-top: 2.5em;
}

.contact-form-content--right .git-form {
  background-color: var(--white-color);
}

.contact-form-content--right .git-form input:not([type="submit"]),
.contact-form-content--right .git-form textarea {
  border-color: #b5c2c9;
}

.contact-form-content--right .git-form input::placeholder,
.contact-form-content--right .git-form textarea::placeholder {
  color: #7a919f;
  opacity: 0.7;
}

.contact-form-content--right .submit-button.button {
  background-color: #1d88c9;
  cursor: pointer;
  height: 3.5em;
  border: 1px solid #1d88c9;
}

.contact-form-content--right .submit-button.button:after {
  width: 3em;
  height: 3em;
}

.contact-form-content--right .submit-button.button:hover {
  background-color: transparent;
}

.contact-form-content--right .submit-button.button:hover:after {
  background-color: #1d88c9 !important;
}

.contact-form-content--right .submit-button.button:hover:after {
  background-image: url(./images/white-submit-arrow.svg) !important;
}

.contact-form-content--right .submit-button.button:hover input {
  color: #1d88c9;
  border-color: #1d88c9;
}

.contact-form-content--right .git-form input[type="submit"] {
  color: var(--white-color);
}

.contact-form-content--right .git-form .submit-button.button:after {
  background-color: var(--white-color);
}

.contact-form-content--right .git-form .submit-button.button:after {
  background-image: url("./images/blue-submit-arrow.svg");
}

.contact-form-content--left .contact-list {
  padding: 6.4375em 0 0;
  margin: 0;
}

.contact-form-content--left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-form-content--left .social-block {
  margin-bottom: 56px;
}

.contact-form-content--left .social-link.square:hover {
  border-color: var(--text-dark-color);
}

.legal-pages .entry-content,
.legal-pages main > .wp-block-group {
  max-width: 75%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.legal-pages .entry-content h4 {
  color: var(--neitral-15);
  font-size: 1.375em;
  font-weight: 600;
  margin: 1.5em 0 0;
}

.legal-pages .entry-content ul {
  padding-left: 2.5em;
}

.legal-pages .entry-content p {
  color: var(--neitral-35);
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 1em;
}

.legal-pages .entry-content ul li {
  color: var(--neitral-35);
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 8px;
}

.legal-pages .entry-content ul li::marker {
  color: var(--neitral-15);
}

.legal-pages main h1 {
  color: var(--primary-5);
  font-size: 3em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}

.legal-pages main .entry-content {
  margin-top: 3em !important;
}

.project-single-section .heading3 {
  word-wrap: break-word;
}

.project-single-content .badge:hover {
  background-color: var(--primary-5);
  color: var(--white-color);
}

.project-single-content .heading3 {
  font-size: 3.75em;
}

.project-single-description p {
  color: var(--neitral-25);
  font-size: 1.125em;
  font-weight: 400;
}

.project-single-section .project-metadata > div {
  padding: 1.5em 1em;
  border-radius: 16px;
  border: 1px solid var(--neitral-85);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.project-single-section .project-metadata {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1em;
  margin-top: 2.5em;
}

.project-single-section .project-metadata .value {
  color: var(--primary-color);
  font-size: 1.375em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}

.project-single-section .project-metadata .label {
  color: var(--neitral-55);
}

.project-single-section .image-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.project-single-section .image-full {
  grid-column: 1 / -1;
}

.project-single-section .image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.project-single-section .gallery-item {
  display: block;
  overflow: hidden;
}

.project-single-section .gallery-item img {
  border-radius: 32px;
  width: 100%;
  height: 37.5em;
  object-fit: cover;
}

.related-projects-section {
  background: linear-gradient(0deg, #e9f5fc 0%, #fff 100%);
}

.related-projects-section p {
  color: var(--neitral-25);
  font-size: 1.125em;
  font-weight: 400;
}

.projects-list h4 {
  margin: 0;
}


.projects-list .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
}

.projects-list > a {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.projects-list > a img {
  width: 2.125em;
  height: 2.125em;
  transition: 0.3s linear;
}

.projects-list > a:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.projects-list {
  margin-top: 4em;
}

/* .projects-list > a:hover h4 {
  color: var(--white-color);
} */

.projects-list > a {
  transition: 0.3s linear;
}

.projects-list > a:hover img {
  /* -webkit-filter: invert(56%) brightness(200%) contrast(200%);
  filter: invert(56%) brightness(200%) contrast(200%); */
  transform: rotate(-50deg);
}

.projects-list > a:hover {
  background-image: linear-gradient(#E9F5FC, #FFFFFF);}

.timeline-slider {
  margin-top: 5em;
}

.our_mission-section .our_mission-content--right img {
  margin: 7.5em 0;
}

.our_mission-section img {
  height: 37.5em;
  object-fit: cover;
}

.achievement-section {
  position: relative;
}

.achievement-section:before {
  content: "";
  display: block;
  position: absolute;
  top: -40%;
  left: -140px;
  width: 270px;
  height: 270px;
  background-image: url(./images/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-form-section:after {
  content: "";
  position: absolute;
  left: 43%;
  bottom: -65px;
  width: 241px;
  height: 241px;
  background-image: url(./images/star-bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}

.contact-form-content--left .social-wrap {
  margin-top: 8px;
}

.piller-icon,
.why_choose-item--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3125em;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.piller-icon img,
.why_choose-item--icon img {
  width: 60px;
  height: 60px;
}

.why_choose-item:hover .why_choose-item--icon {
  background-color: var(--white-color);
}

.why_choose-item:hover .why_choose-item--icon img {
  -webkit-filter: invert(57%) sepia(100%) saturate(500%) hue-rotate(-10deg)
    brightness(110%) contrast(110%);
  filter: invert(57%) sepia(100%) saturate(500%) hue-rotate(-10deg)
    brightness(110%) contrast(110%);
}

.why_choose-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.piller-item:hover {
  background: rgba(255, 255, 255, 0.06);
}

.our_mission-content--left img {
  border-radius: 0 32px 32px 0;
}

.our_mission-content--right img {
  border-radius: 32px 0 0 32px;
}

.our_mission-section .our_mission-content--right {
  margin-right: -30%;
}

.our_mission-section .our_mission-content--left {
  margin-left: -45%;
}

.get_in_touch-grid:not(.contact-form-content--right)
  .git-form
  .wpcf7
  form
  .wpcf7-response-output {
  color: var(--white-color);
}

.projects_accordion-section .content-area {
  display: flex;
  flex-direction: column;
  gap: 2.125em;
}

.projects_accordion-section .subtitle-sm {
  margin: 0;
}

.power-section-content .rays {
  width: 12.5em;
  height: 12.5em;
}

.why_us-section .star img {
  width: 22.375em;
  height: 22.375em;
}

.timeline-container {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.our_process-slider {
  margin-left: 50px;
  z-index: 2;
}

.timeline-step.active .timeline-number {
  background-color: var(--white-color);
  color: var(--primary-15);
  transition: all 0.5s ease-in-out;
}

.our_process-slider {
  margin-left: 0;
}

.timeline-step {
  cursor: pointer;
}

.timeline-step.active .timeline-line-fill {
  background-color: var(--white-color);
}

.timeline-line-fill {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

.our_process-section .right--top{
  top: -5px;
}
/* css to be added */

.our_process-section.sticky {
  position: sticky !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
  transition: top 0.3s ease-in-out; 
}

html {
  scroll-behavior: smooth;
}

.timeline-line-fill{
  background-color: transparent;
}

/* animation */

.trusted-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100px; 
}

.trusted-logos {
    display: flex;
    align-items: center;
    position: absolute;
    white-space: nowrap;
    transform: translateX(0); 
    transition: transform 0.1s linear; 
}

.clean_energy-section{
  position: relative;
  overflow: hidden;
}

.clean_energy-section {
  position: relative;  
  width: 100%;
  overflow: hidden;
  z-index: 10;
  transition: position 0.3s ease; 
}

.pattern_text {
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  transform: translateX(100%);
  opacity: 0;
  position: relative;
  z-index: 5;
}

.hero-image::after{
  background-image:none;
}

.hero-image {
  -webkit-mask-image: url("./images/mask-image.png");
  mask-image: url("./images/mask-image.png");
  mask-size: 100%;
  mask-repeat: no-repeat;  
}

/* take images from images folder */

.es-wrap{
  width: 100%;
  height: 100%;
  position: relative;
}

.es-icon {
    position: absolute;
    right: 10%;
    z-index: 1;
    width: 12.2%;
    z-index: 9999999999;
    margin-top: 80px;
}

.hero-image {
    margin-top: 10.4375em;
    position: relative;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.2s ease-out; /* Optional smooth transition */
}

.clean_energy-section .image.bottom_left_image, .clean_energy-section .image.bottom_right_image{
  z-index: 50;
}

.pattern_text {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.6s ease-out;
  will-change: transform, opacity;
}


/* note : .es-icon aa class tamari css file ma comment kari dejo */


/* media file ma muki dejo */

@media only screen and (max-width: 1280px) {
  .es-icon {
      margin-top: 0;
  }
    .hero-image {
      margin-top: 6%;
      position: relative;
    }
}

@media only screen and (max-width: 1280px) {
    .hero-image {
        position: relative;
    }
}


.stacking-cards .card.active {
  background-color: white;
}
.stacking-cards .card.active .es-title,
.stacking-cards .card.active .es-desc {
  color: black;
}

.cards {
  height: 70vh;
  max-height: 420px;
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.card {
  position: absolute;
  top: 0;
  height: 70vh;
  max-height: 420px;
  width: 100%;
  max-width: 58em;
  background: #336683;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .card-1 {
  left: 100px;
  top: 0;
}

.card-2 {
  left: 200px;
  top: 0;
}

.card-3 {
  left: 300px;
  top: 0;
} */

.card h2 {
  font-size: 80px;
  font-weight: 900;
  font-stretch: condensed;
  color: #ff98a2;
  text-transform: uppercase;
}