@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
    --size-unit: 16;
    --size-container-ideal: 1512;
    --size-container-min: 992px;
    --size-container-max: 1920px;
    --size-container: clamp(var(--size-container-min), 100vw, var(--size-container-max));
    --size-font: clamp(2px, calc(var(--size-container) / (var(--size-container-ideal) / var(--size-unit))), 50px);
}
@font-face {
    font-family: "Vinila Test";
    src: url("./fonts/VinilaVariableTest-Regular.otf") format("opentype");
    /* font-weight: 400; */
    font-style: normal;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}
.font-weight-400{
    font-weight: 200;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
/* Normalize.css */
body{
  color: #01242D;
}
html{
  scroll-behavior:initial !important;
}
html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}

[data-scroll-speed]{
  will-change: transform;
}
/* Lenis Css */
/* ===============================
   TOP BAR
================================ */
/* Global reset and defaults */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15; /* Correct line height in all browsers */
  -webkit-text-size-adjust: 100%; /* Prevent font size adjustments in landscape on iOS */
  font-size: var(--size-font);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
      font-size: 62.5%;
    line-height: 1.3;
    font-family: "Inter", sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

ul[role="list"],
ol[role="list"] {
  list-style: none;
}

.top-bar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 4.6em;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  z-index: 20;
}

.top-bar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  gap: 2em;
}
.top-bar__inner > div{
  font-size: 1.4em;
}
.top-bar__left{
  white-space: nowrap;
  display: none;
}
.top-bar__right{
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.top-marquee-news{
  padding-left: 2em;
  animation: marquee 20s linear infinite;
}
.top-bar__left span {
  margin-right: 10px;
}

.price {
  font-weight: 500;
}

.change.positive {
  color: #7CFF9A;
}
header .dropdown-menu{
  width: max-content !important;
}
/* Common CSS */
.container{
  width: 100%;
  max-width: 151.2em;
  margin: 0 auto;
  padding: 0 6em;
}
.img--wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
}
.img--wrapper::after{
  content: "";
  padding-bottom: 87.02%;
  display: block;
}
.img--wrapper img,.img--wrapper .img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* End Common CSS */
/* Animations */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* [textsplit] .line .word .char {
 position: relative;
 top: 0.1em;
} */
[textsplit] .line .word {
    transform-origin: bottom left;
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    padding-bottom: 0.05em;
}
[textsplit] .line {
    overflow: hidden;
}
[fadein]{
    opacity: 0;
    will-change: transform, opacity;
    transform: translateY(3em);
}
[fadein="sm"]{
  transform: translateY(2em);
}
[card-animation] .img{
  transform: scale(1.1);
  opacity: 0;
  will-change: transform, opacity;
}
[card-animation] .tag{
  opacity: 0;
  will-change: opacity;
}
[card-animation] [title]{
  transform: translateY(1em);
  opacity: 0;
  will-change: transform, opacity;
}
[card-animation] [description]{
  transform: translateY(1em);
  opacity: 0;
  will-change: transform, opacity;  
}
[charsanimation] .char{
  transform: translate3d(0, 100%, 0);
  will-change: transform;
}
[charsanimation] .line{
  overflow: hidden;
}
.is-loaded [textsplit].is-inview .line .word{
  transform: translate3d(0, 0, 0);
  transition: 0.9s cubic-bezier(.215, .61, .355, 1);
      transition-delay: calc(var(--index) * .1s + var(--delay));
}
.is-loaded [fadein].is-inview{
  opacity: 1;
  transform: translateY(0);
  transition: 0.9s cubic-bezier(.215, .61, .355, 1);
  transition-delay:var(--delay)
}
.is-loaded [card-animation].is-inview .img{
  transform: scale(1);
  opacity: 1;
  transition: 0.9s cubic-bezier(.215, .61, .355, 1);
  transition-delay:var(--delay)
}
.is-loaded [card-animation].is-inview .tag{
  opacity: 1;
  transition: 0.9s cubic-bezier(.215, .61, .355, 1);
  transition-delay:var(--delay)
}
.is-loaded [charsanimation].is-inview .char{
  transform: translate3d(0, 0, 0);
  transition: 0.9s cubic-bezier(.215, .61, .355, 1);
      transition-delay: calc(var(--index) * .05s + var(--delay));
}
.is-loaded [card-animation].is-inview [title]{
  transform: translateY(0);
  opacity: 1;
  transition: 0.9s cubic-bezier(.215, .61, .355, 1);
  transition-delay: calc(var(--delay) + 0.2s);
}
.is-loaded [card-animation].is-inview [description]{
  transform: translateY(0);
  opacity: 1;
  transition: 0.9s cubic-bezier(.215, .61, .355, 1);
  transition-delay: calc(var(--delay) + 0.3s);
}

[fadeinslide],[fadeinslide] img{
  opacity: 0;
}
[fadeinslide] img{
  transform: scale(1.2);
}
.is-loaded [fadeinslide].is-inview, .is-loaded [fadeinslide].is-inview img{
  opacity: 1;
  transform: scale(1);
  transition: 0.9s cubic-bezier(.215, .61, .355, 1);
  transition-delay: calc(var(--delay) + 0.3s);
}
/* End Animations */
/* ===============================
   HEADER
================================ */
.site-header {
  position: absolute;
  top: 5.5em;
  width: 100%;
  z-index: 15;
}
.site-header[sticky-header]{
  position: fixed;
  top: 0;
  transform: translateY(-100%);
  transition: 0.6s;
}
header.site-header.header-change-bg {
    background: #ffffff33;
    padding: 1em 0;
    backdrop-filter: blur(12px);
    box-shadow: 0px 0px 3px #c1b9b97d;
}
header.site-header.header-change-bg .primary-nav a{
  color: #111111;
}

.site-header[sticky-header].header-change-bg:not(.hide-header){
  transform: translateY(0);
}

.header__inner {
  height: 9.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  /* height: 36px; */
  max-width: 18em;
  width: 100%;
  display: block;
}
header.site-header[sticky-header] .logo img {
    height: 6em;
    object-position: left;
    object-fit: contain;
    width: 18em;
}
header.site-header[sticky-header] .header__inner{
  height: auto;
}

.primary-nav a {
  margin: 0 14px;
  font-size: 1.6em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
}
.primary-nav > ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.dropdown-menu {
    position: absolute;
    list-style: none;
    padding: 2em 1em;
    background: #fff;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    gap: 2em;
    margin-left: 1em;
    top: 4em;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
ul.dropdown-menu > li > a{
  color: #01242D;
  white-space: nowrap;
}
.primary-nav > ul > li:hover .dropdown-menu{
  opacity: 1;
  visibility: visible;
}

.primary-nav a:hover {
  opacity: 0.8;
}

.header-actions {
  display: flex;
  gap: 12px;
}

/* ===============================
   BUTTONS
================================ */
.btn:not(.btn-custom) {
  height: 5.1em;
  padding: 0 2.8em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 1em;
  cursor: pointer;
  transition: 0.4s;
  font-size: 1em;
}
.btn span {
  font-size: 1.6em;
  line-height: 1.5;
}
.btn-line span{
  font-size: 1.6em;
  line-height: 1.5;
}
.btn-line {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.btn-line::after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,1);
  transform: scaleX(0);
  transform-origin:left center ;
  transition: 0.3s;
}
.btn-line:hover::after{
  transform: scale(1);
}

.btn.btn--outline-light:hover{
  background-color: rgba(255,255,255,0.2);
}
.btn.btn--light{
  background-color: #fff;
}
.btn.btn--light:hover{
background-color: #01242d;
  color: #fff;
}
.btn.btn--primary:hover{
  background-color: #01242dd4;
  color: #fff;
}
.btn.btn--outline-dark{
  border: 1px solid #01242D;
  color: #01242D;
  background-color: transparent;
}
.btn.btn--outline-dark:hover{
  background-color: #01242D;
  color: #ffffff;
}

.btn--ghost {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  color: #ffffff;
}

.btn--primary {
  background: #01242D;
  color: #ffffff;
  border: none;
}
.supp--title{
  font-size: 1.4em;
  text-transform: uppercase;
  height: 3.2em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  background-color: #F7F7F7;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Vinila Test", sans-serif;
}
.supp--title span{
  display: flex;
  align-items: center;
}
.supp--title span::after{
  content: "";
  display: block;
  height: 0.2em;
  width: 0.2em;
  background-color: #18181B;
  opacity: 0.5;
  margin-left: 0.87em;
}
.supp--title.white{
  background-color: #ffffff;
}
/* ===============================
   HERO
================================ */
.hero {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding-top: 10em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* Background image */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Content */
.hero__inner {
  position: relative;
  z-index: 5;
  height: 100%;
      display: flex;
    align-items: flex-end;
    padding-bottom: 3em;
}

.hero__logos{
  display: flex;
  justify-content: space-between;
  margin-top: 7em;
}
.hero-logo-marquee {
    width: 100%;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 2em;
}
.hero__logos .hero-logo-marquee > div{
  position: relative;
flex: 1;
}
.hero__logos .hero-logo-marquee > div::after {
  content: "";
  display: block;
  padding-bottom: 61.22%;
}
.hero__logos > div img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
}
.hero__content {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.hero-wrapper{
  width: 100%;
}
.hero__content_inner {
  max-width: 680px;
}

.hero__actions{
  margin-top: 4em;
}
.hero__content_inner{
  max-width: 75em;
}

.hero__title span {
  display: block;
  margin-top: 14px;
  font-size: 3.2em;
  font-weight: 400;
  opacity: 0.65;
}

.hero__description {
  font-size: 1.8em;
  line-height: 1.33;
  color: rgba(255,255,255,0.75);
  max-width: 25.88em;
}

/* Hero button */
.btn--outline-light {
  border: 1px solid rgba(255,255,255,0.7);
  color: #ffffff;
  background: transparent;
}

/* ===============================
   ABOUT
================================ */
.about {
  padding: 120px 0;
  background: #ffffff;
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  /* align-items: center; */
}
.about-service{

  position: relative;
}
.about-service .tag{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 3.2em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-service .tag span{
  font-size: 1.1em;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  
  justify-content: center;
}
.about-service .tag span::after{
  content: "";
  margin-left: 1.181em;
  top: 0;
  left: 0;
  width: 0.2em;
  height: 0.2em;
  background-color: #18181B;
  opacity: 0.5;
}
.about__image img {
  width: 100%;
  border-radius: 16px;
}

/* Content */
.section-title {
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Vinila Test", sans-serif;
  letter-spacing: -0.04em;
}
.section-title span {
 opacity: 0.5;
}

.about__text {
  margin-top: 4em;
  line-height: 1.3;
  color: rgba(0,0,0,0.65);
}
.about_explore{
  margin-top: 4em;
}
.about__services{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  grid-column: span 2;
}
.about__text p{
  font-size: 2em;
}
/* Stats */
.about__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.4em;
  margin-top: 5.6em;
  padding-bottom: 11em;
}

.stat strong {
  display: block;
  font-size: 6.5em;
  font-weight: 700;
  line-height: 0.94em;
  font-family: "Vinila Test", sans-serif;
  letter-spacing: -0.038em;
}

.stat span {
  font-size: 1.5em;
  letter-spacing: -0.033em;
  border-top: 1px solid #18181B;
  display: block;
  margin-top: 1.46em;
  padding-top: 1.33em;
}
/* ===============================
   SERVICES
================================ */
.services {
  padding: 120px 0;
  background: #f7f7f7;
}

.services__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  margin-bottom: 7em;
}

.services__intro p{
  font-size: 1.7em;
  line-height: 1.6;
}
.services__intro{
  margin-top: 2em;
  max-width: 53.2em;
}
/* Grid */
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7em 3em;
}

/* Card */
.service-card {
position: relative;
  overflow: hidden;
}
.service-card__image img{
  transition: 0.5s;
}
.service-card:hover img{
  transform: scale(1.05);
}
.service-card:hover .service-card__title::after{
  transform: scaleX(1);
}
.service-card:hover .service-card__text{
  color: #01242D;
}

.service-card__image img,.service-card__image .img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.service-card__image{
overflow: hidden;
  position: relative;
}
.service-card__image::after{
  content: "";
  display: block;
  padding-bottom: 125%;
}
.service--info{
  display: flex;
  flex-direction: column;
  padding-top: 2.3em;
}
.service-card__title {
  font-size: 2.2em;
  font-weight: 500;
  padding-bottom: 0.90em;
  margin-bottom: 0.90em;
  width: 100%;
  border-bottom: 1px solid #DAD9D7;
  position: relative;
  color: #01242D;
}
.service-card__title::after{
content: "";
height: 1px;
position: absolute;
background-color: #01242D;
width: 100%;
bottom: -1px;
left: 0;
transform: scaleX(0);
transition: 0.5s;
transform-origin: left center;
}

.service-card__text {
  font-size: 1.7em;
  line-height: 1.52em;
  color: rgba(0,0,0,0.6);
  transition: 0.5s;
}
.explore--services{
  margin-top: 9em;
  display: flex;
  justify-content: center;
}
/* ===============================
   GREEN ENERGY
================================ */
.green-energy {
  padding: 120px 0;
  background: #D1EBF6;
  overflow: hidden;
}

.green-energy__inner {
  display: grid;
  padding-top: 3em;
  grid-template-columns: 54.7em 1fr;
}
.green-energy__content{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4em;
  max-width: 45em;
}
.green-energy__text > div {
  font-size: 2em;
  line-height: 1.3em;
  max-width: 520px;
}

.green-energy__image img {
  width: 100%;
  border-radius: 16px;
}
.green-energy--h-slider{
  display: flex;
  gap: 3em;
}
.green-energy-slide{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4em;
  padding: 5em;
  background-color: #2E7D7D;
  color: #fff;
  aspect-ratio: 100/125;
  max-width: 52.6em;
  width: 52.6em;
  position: relative;
  overflow: hidden;
}
.slide-wrapper {
    display: flex;
    gap: 3em;
}
.green-energy-slide:has(.cover-img){
 max-width: 66em;
 width: 66em;
 aspect-ratio: 1;
}
.green-energy-slide .cover-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.green-energy-slide .card--icon{
  max-width: 8em;
  height: 8em;
  width: 100%;
  margin-bottom: 5em;
}
.green-energy-slide .card--icon svg{
  width: 100%;
  height: auto;
}
.green-energy-slide .card--title{
font-size: 3.4em;
line-height: 1em;
letter-spacing: -0.014em;
}
.green-energy-slide .card--desc{
font-size: 2em;
line-height: 1.3;
letter-spacing: -0.014em;

}
/* ===============================
   PROJECTS
================================ */
.project-section {
  width: 100%;
  padding: 8em 0; /* 80px (root based) */
  background-color: #ffffff;
}
.explore-projects{
  margin-top: 6em;
  display: flex;
  justify-content: center;
}
.project-container {
  display: grid;
  gap: 4em; /* 40px */
  grid-template-columns:repeat(2,1fr);
  align-items: flex-start;
}

/* IMAGE */
.project-image {
  position: relative;
  overflow: hidden;
}
.project-image::after{
  content: "";
  display: block;
  padding-bottom: 82.90%;
}
.project-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  height: 100%;
}

/* CONTENT */
.project-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.6em; /* 16px */
  gap: 3em;
  border-top: 0.1em solid #cccccc;
  height: 100%;
}
.completed-projectss{
  display: flex;
  flex-direction: column;
  gap: 8em;
  margin-top: 1em;
}
.completed-projectss .project{
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding-top: 3em;
  padding-bottom: 3em;
}

/* ===============================
   ALLIES SECTION
================================ */

.allies-section {
  background-color: #f7f7f7;
  padding: 120px 0; /* 120px */
}
.explore-allies{
  margin-top: 6em;
  display: flex;
  justify-content: center;
}

/* ===============================
   NEWS SECTION
================================ */

.news-section {
  padding: 8em 0; /* 80px */
}

.news-container {
  max-width: 140.8em; /* 1408px */
  margin: 0 auto;
}

/* ===============================
   TAG
================================ */

.news-tag {
  display: inline-block;
  padding: 1.2em; /* 12px */
  background-color: #f7f7f7;
  font-size: 1.09em; /* 10.9px */
  font-family: "Vinila Test", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: calc(66px / 10.9px * 1em); /* ~6.05em */
  color: #18181b;
}

/* ===============================
   GRID
================================ */
.news-grid-wrapper{
  display: flex;
  gap: 2em;
  /* overflow: hidden; */
}
.news-section{
  overflow: hidden;
}
.news-grid {
  display: flex;
  gap: 2em;
  flex-shrink: 0;
  animation: marquee 30s linear infinite;
}
.news-card{
  flex-shrink: 0;
  width:33.7em;
}

/* ===============================
   CARD
================================ */

.news-card {
  position: relative;
}
.article-img{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: calc(16px / 10px * 1em); /* 1.6em */
}
.article-img::after{
  content: "";
  display: block;
  padding-bottom:62.61%;
}
.article-img .img,.news-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.news-card img{
  transition: 0.5s;
}
.news-card:hover img{
  transform: scale(1.1);
}
/* Title: 16px */
.news-title {
  font-size: 1.6em; /* 16px */
  font-family: "Vinila Test", sans-serif;
  font-weight: 400;
  line-height: calc(25px / 16px * 1em); /* 1.56em */
  color: #111111;
}
.news-grid
{
  margin-top: 4.6em;
}
/* ===============================
   TAG
================================ */

.allies-tag {
  display: inline-block;
  padding: 1.2em; /* 12px */
  background-color: #ffffff;
  font-size: 1.09em; /* 10.9px */
  font-family: "Vinila Test", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: calc(60px / 10.9px * 1em); /* 5.5em */
  color: #18181b;
}

.ally-link{
  position: absolute;
  height: 100%;width: 100%;
  left: 0;
  top: 0;
}
.ally-card .img img{
  transition: 0.5s;
}
.ally-card:hover .img img{
  transform: scale(1.05);
}
/* ===============================
   TITLE
================================ */

.alliestitle{
  margin-top: 4em;
  margin-bottom: 4em;
}

/* ===============================
   GRID
================================ */

.allies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em; /* 80px */
}

/* ===============================
   CARD
================================ */

.ally-card {
  position: relative;
}

/* Country tag */
.ally-country {
  display: inline-block;
  padding: 1.2em;
  background-color: #f7f7f7;
  font-size: 1.09em; /* 10.9px */
  font-family: "Vinila Test", sans-serif;
  text-transform: uppercase;
  margin-bottom: calc(16px / 10.9px * 1em); /* 1.46em */
  color: #18181b;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.ally-country::after{
  content: "";
  width: 0.2em;
  height: 0.2em;
  background-color: #18181b;
  margin-left: 1em;
}

/* Image */
.ally-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: calc(26px / 10px * 1em); /* 2.6em */
  position: relative;
  overflow: hidden;
}
.ally-image::after{
  content: "";
  display: block;
  padding-bottom:87.02%;
}
.ally-image .img img,.ally-image .img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  height: 100%;
}
.allies-logo {
    position: absolute;
    bottom: 2em;
    left: 2em;
}
.allies-logo  img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  max-height: 8em;
}
/* Name */
.ally-name {
  font-size: 2.27em; /* 22.7px */
  font-family: "Vinila Test", sans-serif;
  font-weight: 400;
  line-height: calc(26.4px / 22.7px * 1em); /* 1.16em */
  margin-bottom: calc(24px / 22.7px * 1em); /* 1.05em */
  color: #111111;
}

/* Description */
.ally-description {
  font-size: 1.7em; /* 17px */
  line-height: calc(26px / 17px * 1em); /* 1.53em */
  max-width: calc(644px / 17px * 1em); /* 37.88em */
  font-family: "Inter", sans-serif;
  color: rgba(24, 24, 24, 0.6);
}

/* ===============================
   TYPOGRAPHY
================================ */

/* Label: 12px */
.project-label {
  font-size: 1.2em; /* 12px */
  margin-bottom: calc(32px / 12px * 1em); /* 2.666em */
  font-family: "Vinila Test", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(24, 24, 27, 0.5);
}

/* Title: 34px */
.project-title {
  font-size: 3.4em; /* 34px */
  margin-bottom: calc(32px / 34px * 1em); /* 0.94em */
  font-family: "Vinila Test", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  margin-top: 1.38em;
  letter-spacing: -0.014em;
}

/* Description: 17px */
.project-description {
  font-size: 1.7em; /* 17px */
  line-height: calc(26px / 17px * 1em); /* 1.53em */
  margin-bottom: calc(62px / 17px * 1em); /* 2.82em */
  max-width: calc(582px / 17px * 1em); /* 34.23em */
  font-family: "Inter", sans-serif;
  color: rgba(24, 24, 24, 0.6);
}

/* ===============================
   META INFO
================================ */

.project-meta {
  max-width: 48.2em;
}

.meta-row {
  padding: 1.8em 0;
  border-top: 0.1em solid rgba(24, 24, 27, 0.2);
  display: flex;
  gap: 2.4em;
}

.meta-label {
  font-size: 1.2em;
  min-width: calc(80px / 12px * 1em); 
  text-transform: uppercase;
  color: rgba(24, 24, 27, 0.5);
}

.meta-value {
  font-size: 1.7em;
  line-height: calc(26.4px / 17px * 1em);
}
.projects{
  background-color: #fff;
      background-image: none;
  padding: 120px 0;
}
/* ===============================
   FOOTER BASE
================================ */

.site-footer {
  background-color: #001229;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* ===============================
   CTA
================================ */

.footer-cta {
}

.cta-container {
  padding: 7.5em 7.3em;
  padding-bottom: 10em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.8em;
  position: relative;
margin-bottom: -13em;
}

.cta-content h2 {
  font-size: 3.59em; /* 35.9px */
  font-weight: 700;
  margin-bottom: calc(12px / 35.9px * 1em);
  color: #ffffff;
}

.cta-content p {
  font-size: 1.6em;
  line-height: calc(24px / 16px * 1em);
  color: #ffffff;
}

.cta-actions {
  display: flex;
  gap: 2em;
}

.cta-btn {
  font-size: 1.6em;
  padding: calc(14px / 16px * 1em) calc(32px / 16px * 1em);
  border-radius: 5em;
  background: #ffffff;
  color: #565655;
  text-transform: uppercase;
  text-decoration: none;
}

/* ===============================
   FOOTER MAIN
================================ */

.footer-main {
  padding: 10em 0 6em;
  padding-top: 23.7em;
}

.footer-container {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 4em;
}

.footer-logo {
  max-width: 22em;
  margin-bottom: 2em;
}

.footer-company {
  font-size: 2.25em;
  font-weight: 600;
  margin-bottom: 1em;
}

.footer-col p,
.footer-col a {
  font-size: 1.6em;
  line-height: calc(24px / 16px * 1em);
  color: rgba(255, 255, 255, 0.85);
}

.footer-phone {
  color: #0d6efd;
  text-decoration: underline;
}

.footer-col h4 {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 1.5em;
}

.footer-sub {
  margin-top: 3em;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: calc(12px / 16px * 1em);
}

.footer-col a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

/* ===============================
   FOOTER BOTTOM
================================ */

.footer-bottom {
  padding: 3em 6em;
  border-top: 0.1em solid rgba(255,255,255,0.15);
}

.footer-bottom p {
  font-size: 1.4em;
  color: rgba(255, 255, 255, 0.5);
}
.news-grid-wrapper:hover .news-grid{
  animation-play-state: paused;
}
.toggle-menu{
  display: none;
}
.primary-nav > ul > li .dropdown-menu{
  border: 0;
  box-shadow: 0px 0px 3px #c1b9b9;
  display: flex;
}
.accreditations .accre_card {
  position: relative;
  border-radius: 0.8em;
  overflow: hidden;
}
.accreditations .accre_card:hover .btn{
  opacity: 1;
}
.accreditations .accre_card .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    height: 50px;
    background: #01242D;
    color: #ffffff;
    border: none;
    border-radius: 0;
    opacity: 0;
    transition: 0.4s;
}

@media screen and (max-width: 992px) {
  .primary-nav > ul > li .dropdown-menu{
    box-shadow: none;
  }
 .primary-nav{
  display: none;
 } 
 .hero__content {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: column;
    align-items: baseline;
    position: relative;
    padding-bottom: 9em;
}
.hero__actions {
    position: absolute;
    bottom: 0;
}
.about__inner{
  gap: 0em;
      grid-template-columns: 40% 60%;
}
.services__header{
  display: flex;
  max-width: 60em;
  flex-direction: column;
}
.green-energy__content{
      max-width: 40em;
}
.green-energy__inner{
      grid-template-columns: 1fr 1fr;
}
.green-energy__content {
                width: 50em;
        max-width: 50em;
        padding-right: 5em;
    }
}
@media screen and (max-width: 767px) {
  section.title_section.board {
    padding-bottom: 40px;
    padding-top: 100px;
}
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
.hero__description{
  font-size: 2.3em;
}
.hero__description{
  color: #fff;
}
.btn span{
  font-size: 2.15em;
}
.btn{
  height: 6.85em;
}
.hero__content{
  padding-bottom: 10em;
}
.about {
    padding: 80px 0;
}
.about__inner{
  display: flex;
  flex-direction: column;
gap: 4em;
}
.about__stats{
  display: flex;
  flex-direction: column;
}
.about__stats{
  gap: 9em;
}
.supp--title{
  font-size: 10px;
}
.stat span{
  font-size: 14px;
}
.top-bar__inner > div {
    font-size: 12px;
}
.section-title {
    font-size: 4.5em;
}
.top-bar__right{
  display: none;
}
.top-bar{
display: none;
}
.site-header{
  padding: 10px 0;
  top: 0;
}
.services__grid{
  display: flex;
  flex-direction: column;
}
.service-card__text {
  font-size: 14px;
}
.about__stats{
  padding-bottom: 80px;
}
.services{
  padding-top: 80px;
  padding-bottom: 80px;
}
.green-energy__inner{
  display: flex;
  flex-direction: column;gap: 4em;
}
.green-energy--h-slider{
  display: flex;
  flex-direction: column;
}
.green-energy-slide{
  width: 100%;
  max-width: 100%;
}
.green-energy-slide:has(.cover-img) {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 1;
}
.green-energy-slide{
  aspect-ratio: 1.2;
}
.green-energy {
    padding: 80px 0;
}
.project-container{
      grid-template-columns: repeat(1, 1fr);
}
.completed-projectss .project{
  position: relative;
}
.project-description{
  font-size: 14px;
}
.project-label{
  font-size: 12px;
}
.project-content{
  padding-top: 20px;
}
.project-title{
  margin-top: 20px;
  margin-bottom: 20px;
}
.meta-label{
  font-size: 12px;
}
.meta-value{
  font-size: 14px;
}
.explore-project .btn{
width: 100%;
}
.allies-grid{
  display: flex;
  flex-direction: column;
  gap: 8em;
}
.allies-section{
  padding-top: 80px;
  padding-bottom: 80px;
}
.ally-description{
  font-size: 14px;
}
.ally-name{
  font-size: 16px;
}
.service-card__title{
  font-size: 16px;
}
.projects{
  padding-top: 80px;
  padding-bottom: 80px;
}
.project-description{
  margin-bottom: 3em;
}
.completed-projectss .project{
  padding-top: 0;
  padding-bottom: 0;
}
.completed-projectss{
  gap: 10em;
}
.ally-country{
  font-size: 10px;
}
.cta-container {
    padding: 30px;
    flex-direction: column;
    text-align: center;
    gap: 4em;
}
.cta-content p{
  font-size: 14px;
}
.news-section {
    padding: 80px 0;
}
.cta-content h2{
  margin-bottom: 15px;
}
.footer-container.container {
    flex-direction: column;
    display: flex;
}
.completed-projectss{

  margin-top: 5em;
}
.slide-wrapper {
    flex-direction: column-reverse;
    gap: 0;
}
.green-energy-slide{
  padding: 30px;
}
    .green-energy-slide:has(.cover-img) {
      aspect-ratio: 1.4;
    }
    .hero{
      display: flex;
      align-items: flex-end;
      padding-bottom: 5em;
      min-height: var(--dvh-100);
    }
    .green-energy-slide .card--icon {
    max-width: 7em;
    height: 7em;
    width: 100%;
    margin-bottom: 4em;
}
.btn--contact{
  display: none;
}
.toggle-menu{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  height: 6.85em;
  background-color: #01242D;
  padding: 0 2.2em;
  border-radius: 1em;
}
.toggle-menu__line{
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.toggle-menu {
    position: relative;
}
nav.primary-nav {
    position: fixed;
    display: block;
    background: #fff;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    padding-top: 15em;
    padding-left: 20px;
    padding-right: 20px;
    clip-path: inset(0% 0% 100% 0%);
}
.primary-nav a{
  color: #01242D;
  font-size: 2.5em;
  line-height: 1.4;
  display: block;
  margin: 0;
}
.primary-nav > ul{
  flex-direction: column;
  justify-content: flex-start;
}
.primary-nav > ul > li{
 padding-top: 2em;
 padding-bottom: 2em;
 border-bottom: 1px solid #01242d1f;
}
.primary-nav > ul > li:has(.dropdown-menu) > a{
  position: relative;
}
.primary-nav > ul > li:has(.dropdown-menu) > a::after{
  /* content: ""; */
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.500008L4 3.50001L7.5 0.500008' stroke='%23111111' stroke-linecap='round'/%3E%3C/svg%3E");
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  right: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
}
.primary-nav > ul > li .dropdown-menu{
  position: relative;
  top: 0;
  padding-top: 20px;
  opacity: 1;
  visibility: visible;
}
.primary-nav > ul > li .dropdown-menu a{
  font-size: 2em;
}
.primary-nav > ul{
  max-height: calc( 0.8 * var(--dvh-100));
  overflow: auto;
}
html:has(body.is-loaded.show-menu.noscroll) {
    overflow: hidden;
}
.primary-nav > ul > li .dropdown-menu{
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.6s;
}
.primary-nav > ul > li .dropdown-menu li:first-child{
  padding-top: 20px;
}
.primary-nav > ul > li > a.active + .dropdown-menu{
  height: var(--data-height) !important;
}
.toggle-menu__line{
  transition: 0.5s;
}
.show-menu .toggle-menu .toggle-menu__line:nth-child(2){
  opacity: 0;
  visibility: hidden;
}
.show-menu .toggle-menu .toggle-menu__line:nth-child(1){
  transform: translateY(6px) rotate(45deg);

}
.show-menu .toggle-menu .toggle-menu__line:nth-child(3){
  transform: translateY(-6px) rotate(-45deg);
}
.footer-col h4{
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
}
.footer-col h4:has(+ ul)::after{
          content: "";
        background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.500008L4 3.50001L7.5 0.500008' stroke='%23111111' stroke-linecap='round'/%3E%3C/svg%3E");
        width: 2em;
        height: 2em;
        display: block;
        position: absolute;
        right: 0;
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center;
        top: 50%;
        transform: translateY(-50%);
        filter: invert(1);
        opacity: 0.5;
        transition: 0.5s;
}
.footer-col h4.active::after{
  transform: translateY(-50%) rotate(180deg);
}

.footer-col ul{
  overflow: hidden;
  transition: 0.5s;
}
.footer-col{
  border-bottom: 1px solid #ffffff1f;
  padding-bottom: 15px;
  padding-top: 15px;
}
.footer-col h4.active + ul{
  height: var(--data-height) !important;
}
.footer-col ul li:first-child{
  padding-top: 10px;
}
.footer-container.container{
  gap: 0;
}
.footer-col.footer-brand{
  border-bottom: 0;
  padding-bottom: 40px;
}
.footer-col:last-child{
  border-bottom: 0;
}
.footer-col a{
  font-size: 14px;
}
.footer-col.footer-brand p{
  margin-bottom: 15px;
  font-size: 14px;
}
}
.logo-slot {
  position: relative;
}

.logo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}

.logo-img.is-active {
  opacity: 1;
}


/* About us CSS */
.common_button{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    background-color: #01242D;
    color: #ffffff;
    border-radius: 50px;
    padding: 19px 28px;
    border: 0;
    transition: 0.3s;
    border: 1px solid transparent;
}
.common_button:hover{
    background-color: #ffffff;
    color: #01242D;
    border-color: #01242D;

}

header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo{
    max-width: 186px;
    width: 100%;
    padding: 0px 0;
}
header .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title_section{
    padding: 120px 0 90px;
}
.title_section_hero{
  padding-top: 200px;
}
.title_section.gray{
    background-color: #F7F7F7;
    padding-bottom: 7em;
}
.title_section.board{
    padding: 112px 0 11em;
}
.title_section.corporate{
    padding: 120px 0 55px;
}
.title_section h1{
    margin-bottom: 0;
    font-size: 5.5em;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: #111111;
}
.title_section .content{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 90%;
    font-weight: 400;
}
.title_section .content p{
    margin-bottom: 0;
    color: #111111B2;
    font-size: 1.9em;
    line-height: 1.31;
}
.about_video{
    width: 100%;
    overflow: hidden;
    height: 69.5em;
}
.about_video iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.who_we_are{
    padding: 100px 0 1em;
    background-color: #F7F7F7;
}
.who_we_are .title{
    margin-bottom: 4.9em;
}
.who_we_are .title::after{
    content: '';
    height: 2px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: 15px;
    background-color: #18181B80;
    transform: translateY(-50%);
}
.who_we_are h3{
    font-size: 3.4em;
    line-height: 1.264em;
    color: #000000;
    letter-spacing: -0.044em;
    width: 80%;
}

.what_we_do{
    background-color: #F7F7F7;
    padding-top: 120px;
}
.what_we_do .title{
    margin-bottom: 49px;
}
.what_we_do .title::after{
    content: '';
    height: 2px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: 15px;
    background-color: #18181B80;
    transform: translateY(-50%);
}
.what_we_do .what_we_do_heading{
    padding-top: 30px;
    border-top: 1px solid #CCCCCC;
}
.what_we_do .what_we_do_heading h2{
    font-size: 3.4em;
    line-height: 1.265;
    letter-spacing: -0.044em;

}
.what_we_do .what_we_do_heading p{
    font-family: Inter;
    font-size: 1.8em;
    line-height: 1.44;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

.what_we_do .what_we_do_content{
    padding: 35px 0 0px;
    margin-bottom: 60px;
}
.what_we_do_wrapper{
    position: sticky;
    background-color: #F7F7F7;
    top: 0;
    
}
.what_we_do .what_we_do_content.pb_90{
    padding-bottom: 90px;
}
.what_we_do .what_we_do_content .who_we_are_img{
    aspect-ratio: 1.62 / 1;
    margin-right: 140px;
}
.what_we_do .what_we_do_content .who_we_are_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what_we_do .what_we_do_content .points_wrapper{
    display: flex;
    flex-direction: column;
    gap: 2.8em;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 1em;
}
.what_we_do .what_we_do_content .points_wrapper .points_row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
}
.what_we_do .what_we_do_content .points_wrapper .points_row .point_icon{
    width: 2.9em;
    min-width: 2.9em;
}
.what_we_do .what_we_do_content .points_wrapper .points_row .point_icon img{
    width: 100%;
}
.what_we_do .what_we_do_content .points_wrapper .points_row .point_text{
    font-size: 2.2em;
    letter-spacing: -0.5px;
    color: #111111;
}


.team_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 120px;
}
.tabs {
  width: 25%;
  margin-left: 30px;
}

.tabs button {
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: 0;
  padding: 0;
  outline: none;
}

.tabs button:hover {
    background-color: transparent;
}

.tabs button .team_image{
    width: 8em;
    min-width: 8em;
    height: 8em;
    padding: 10px;
}
.tabs button .team_image img{
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.tabs button .team_name{
  text-align: left;
    border-bottom: 1px solid #c0c0c0;
    width: 100%;
    height: 8em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.tabs button .team_name h3{
    margin-bottom: 0;
    font-size: 1.8em;
}
.tabs button .team_name p{
    margin-bottom: 0;
    font-size: 1.6em;
    color: #8a8a91;
    font-weight: 300;
}
.tabs button.active {
  background-color: #e6e6e6;
}

.team_wrapper .tabcontent{
    width: 100%;
}
.team_wrapper .team-inner{
  position: sticky;
  top: 10em;
  width: 70%;
}
.team_wrapper .tabcontent .tab_view {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 15px 0px;
    border-radius: 0.6em;
    overflow: hidden;
}
.tabcontent .tab_view .team_image{
    width: 35%;
    overflow: hidden;
    /* aspect-ratio: 3 / 2; */
}
.tabcontent .tab_view .team_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.tabcontent .tab_view .team_content{
    width: 65%;
    padding: 3em;
}

.tab_view .team_content .name_position h2{
    font-size: 3.4em;
    letter-spacing: -0.014em;
    color: #000000;
    margin-bottom: 0.3em;
}
.tab_view .team_content .name_position p{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    color: #18181B;
}
.tab_view .team_content .experience{
    margin-top: 30px;
}
.tab_view .team_content .btn--primary{
  margin-top: 3em;
}
.tab_view .team_content .experience.my_40{
    margin-top: 20px;
    margin-bottom: 20px;
}
.tab_view .team_content .experience span{
    font-size: 1.4em;
    line-height: 1.28;
    text-transform: uppercase;
    color: #18181B80;
    margin-bottom: 0.5em;
    display: block;
}
.tab_view .team_content .experience p{
    font-size: 1.8em;
    line-height: 1.44em;
    letter-spacing: -0.027em;
    color: #000000;
}
.tab_view .team_content .paragraph{
    font-family: Inter;
    font-size: 1.8em;
    line-height: 1.44;
    letter-spacing: -0.01em;
    color: #181818B2;
    margin-bottom: 0;
}












.board_of_director .board_card{
    position: relative;
    margin-bottom: 85px;
}
.board_of_director .board_card::after{
    content: '';
    height: 1px;
    background-color: #CCCCCCB2;
    top: 0;
    right: 0;
    width: 75%;
    position: absolute;
}
.board_of_director .board_card .bord_img{
    aspect-ratio: 0.91 / 1;
    margin-right: 78px;
}
.board_of_director .board_card .bord_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.board_of_director .board_card .name_position{
    padding-top: 40px;
}
.board_of_director .board_card .name_position h2{
    font-size: 34.38px;
    line-height: 26.4px;
    letter-spacing: -0.5px;
    color: #000000;
    margin-bottom: 18px;
}
.board_of_director .board_card .name_position p{
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
    color: #18181B;
}
.board_of_director .board_card .experience{
    margin-top: 65px;
}
.board_of_director .board_card .experience.my_40{
    margin-top: 40px;
    margin-bottom: 40px;
}
.board_of_director .board_card .experience span{
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #18181B80;
    margin-bottom: 16px;
    display: block;
}
.board_of_director .board_card .experience p{
    font-size: 18px;
    line-height: 26.4px;
    letter-spacing: -0.5px;
    color: #000000;
}
.board_of_director .board_card .paragraph{
    font-family: Inter;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1%;
    color: #181818B2;
}

.oswal_energies{
    padding: 100px 0 110px;
    background-color: #F7F7F7;
}
.oswal_energies .title{
    margin-bottom: 30px;
    font-size: 55px;
    letter-spacing: -4px;
    line-height: 62px;
    color: #111111;
}
.oswal_energies .energies_card{
    text-decoration: none;
    display: block;
}
.oswal_energies .energies_card:hover .card_img > img{
    transform: scale(1.05);
}
.oswal_energies .energies_card .card_img{
    aspect-ratio: 1.15 / 1;
    position: relative;
    overflow: hidden;
}
.oswal_energies .energies_card .card_img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    will-change: transform;
}
.oswal_energies .energies_card .card_img .logo{
    height: 79px;
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.oswal_energies .energies_card .card_img .logo img{
    height: 100%;
    width: auto;
}
.oswal_energies .energies_card .card_img .country{
    padding: 12px 27px 12px 12px;
    background-color: #ffffff;
    margin-bottom: 49px;
    width: max-content;
    position: relative;
    font-size: 10.9px;
    line-height: 100%;
    letter-spacing: -0.5px;
    color: #18181B;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}
.oswal_energies .energies_card .card_img .country::after{
    content: '';
    height: 2px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: 15px;
    background-color: #18181B80;
    transform: translateY(-50%);
}
.oswal_energies .energies_card h3{
    padding: 25px 0;
    font-weight: 400;
    font-size: 22.7px;
    line-height: 26.4px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    color: #111111;
}
.oswal_energies .energies_card p{
    font-family: Inter;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -1%;
    color: #18181899;
    margin-bottom: 0;
}
.vision_mission .slider_container .vision_mission_img{
    aspect-ratio: 1.275 / 1;
    margin-right: 8em;
}
.vision_mission .slider_container .vision_mission_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vision_mission .slider_container .slide_content{
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.vision_mission .slider_container .main_title{
    font-size: 5.3em;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #11111133;
    width: 100%;
}
.vision_mission .slider_container .main_title .blue{
    color: #0650BD;
    display: inline;
}
.vision_mission .slider_container .slide-counter{
    margin-bottom: 2.6em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #18181B80;
    gap: 2px;
}
.vision_mission .slider_container .slide-counter .blue, .vision_mission .slider_container .slide-counter .gray{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.vision_mission .slider_container .slide-counter .blue{
    color: #0650BD;
}
.vision_mission .slider_container .slide-counter .gray{
    color: #18181B80;
}
.vision_mission .slider_container .sub_title{
    font-size: 3.4em;
    line-height: 1;
    letter-spacing: -0.014em;
    color: #000000;
    margin-bottom: 1em;
}
.vision_mission .slider_container .description{
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.555;
    letter-spacing: -0.0277em;
    color: #000000;
}
.accreditations{
    padding: 120px 0 120px;
    background-color: #D1EBF6;
}
.accreditations .container-fluid{
    padding-right: 0;
    padding-left: 6em;
}
.accreditations .title{
    margin-bottom: 5em;
}
.accreditations .title::after{
    content: '';
    height: 2px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: 15px;
    background-color: #18181B80;
    transform: translateY(-50%);
}
.accreditations .accre_card{
    background-color: #fff;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    padding: 25%;
}
.accreditations .accre_card img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.corporate_responsibility .corporate_content{
    padding: 0 0 60px;
}
.corporate_responsibility .corporate_content.pb_90{
    padding-bottom: 90px;
}
.corporate_responsibility .corporate_content .corporate_img{
    aspect-ratio: 1.15 / 1;
    margin-right: 140px;
    max-width: 261px;
}
.corporate_responsibility .corporate_content .corporate_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corporate_responsibility .corporate_content .points_wrapper{
    display: flex;
    flex-direction: column;
    gap: 28px;
    height: 100%;
    justify-content: flex-end;
}
.corporate_responsibility .corporate_content .points_wrapper .points_row{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 13px;
}
.corporate_responsibility .corporate_content .points_wrapper .points_row .point_icon{
    width: 2.9em;
    min-width: 2.9em;
}
.corporate_responsibility .corporate_content .points_wrapper .points_row .point_icon img{
    width: 100%;
}
.corporate_responsibility .corporate_content .points_wrapper .points_row .point_text{
    font-size: 2em;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #111111;
}

.photos{
    width: 100%;
    overflow: hidden;
    padding-bottom: 78px;
}
.photos .pohots_wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.photos .container-fluid{
    padding-right: 0;
    padding-left: 6em;
}
.photos .photos_card{
    height: 334px;
}
.photos .photos_card img{
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.photos .photos_card:nth-child(1){
    flex: 25%;
}
.photos .photos_card:nth-child(2){
    flex: 25%;
}
.photos .photos_card:nth-child(3){
    flex: 50%;
}


.blogs{
    padding-bottom: 120px;
}
.blogs .blog_card{
    text-decoration: none;
    display: block;
}
.blogs .blog_card:hover .card_img img{
    transform: scale(1.05);
}
.blogs .blog_card .card_img{
    aspect-ratio: 1.58 / 1;
    position: relative;
    overflow: hidden;
}
.blogs .blog_card .card_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    will-change: transform;
}
.blogs .blog_card .card_title{
    font-size: 2em;
    line-height: 1.3em;
    letter-spacing: -0.025em;
    margin: 0.9em 0 0.666em;
    color: #111111;
}
.blogs .blog_card .card_desc{
    font-size: 1.7em;
    line-height: 1.23;
    letter-spacing: -0.01em;
    color: #18181899;
}




.group_of_companies{
        background-color: #F7F7F7;
}
.group_of_companies .company_wrapper{
    background-color: #000000;
    position: sticky;
    top: 0;
    height: 100vh;
    padding: 90px 0 106px;
    overflow: hidden;
}

.zoom-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  scale: 2;
  will-change: transform;
  transform: translateZ(0); /* Forces GPU acceleration */
  backface-visibility: hidden;
}

.group_of_companies  .container{
    height: 100%;
}
.group_of_companies .company_card{
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}
.group_of_companies .company_wrapper .company_logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: max-content;
    gap: 20px;
}
.group_of_companies .company_wrapper .company_logo .logo_wrapper{
    height: 8.4em;
    width: 8.4em;
    min-width: 8.4em;
    background-color: #fff;;
    border-radius: 50%;
    padding: 10px;

}
.group_of_companies .company_wrapper .company_logo img{
    width: 100%;
    height: 100%;
}
.group_of_companies .company_wrapper .company_logo h2{
    font-size: 3.4em;
    line-height: 1.26;
    letter-spacing: -0.044em;
    color: #FFFFFF;
}
.group_of_companies .company_wrapper .company_content{
    border-top: 1px solid #fff;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.group_of_companies .company_wrapper .company_content h4{
    font-family: Inter;
    font-weight: 400;
    font-size: 2.2em;
    line-height: 1.363;
    letter-spacing: -0.01em;
    color: #fff;

}
/* .group_of_companies .company_wrapper .company_content a{
    font-size: 16px;
    line-height: 24px;
    color: #01242D;
    display: block;
    border-radius: 12px;
    padding: 20px 28px;
    text-decoration: none;
    background-color: #fff;
    width: max-content;
} */


/* New css */
header.dark .primary-nav a{
color: #000;
white-space: nowrap;
}
ul.dropdown-menu{
  font-size: inherit;
}
.vision-mission-carousel{
    --slider-height:100vh;
    position: relative;
    height: var(--slider-height);
    width: 100%;
}
.vision-mission-carousel .item{
position: absolute;
top: 0;
opacity:0;
transition:0.5s;
visibility:hidden;
top: 50%;
transform: translateY(-50%);
}
.vision-mission-carousel .item img{
    transform: scale(1.2);
    transition: 0.5s;
}
.vision-mission-carousel .item.active{
    opacity:1;
    visibility: visible;
}
.vision-mission-carousel .item.active img{
    transform: scale(1);
}
.vision-mission-inner {
    position: sticky;
    top: 0px;
    height: 100vh;
    width: 100%;
}
.vision_mission_img{
    overflow: hidden;
}




@media (max-width: 1280px) {
    .photos .photos_card {
        height: 215px;
    }
}

@media (max-width: 1024px) {
    .container {
        padding: 0 30px !important;
        max-width: 100% !important;
    }
    .photos .container-fluid{
        padding-left: 30px;
    }
    .who_we_are h3{
        width: 100%;
    }
    .what_we_do .what_we_do_content .who_we_are_img{
        aspect-ratio: 1.10 / 1;
        margin-right: 0;
    }
    .board_of_director .board_card::after{
        width: 50%;
    }
    .vision_mission .slider_container .vision_mission_img{
        margin-right: 25px;
    }
    .accreditations{
        padding: 80px 0 100px;
    }
    .photos .photos_card{
        height: 200px;
    }
}
/* =========================================
   tabsLET & SMALL LAPTOP RESPONSIVE (Max 992px)
   ========================================= */
@media (max-width: 992px) {
    /* --- Global Spacing Adjustments --- */
    .container {
        padding: 0 30px !important;
        max-width: 100% !important;
    }

    .title_section, 
    .title_section.board, 
    .title_section.corporate,
    .who_we_are,
    .what_we_do,
    .oswal_energies,
    .vision_mission,
    .accreditations,
    .corporate_responsibility .corporate_content {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    section.title_section.title_section_hero{
      padding-top: 200px;
    }
    .title_section .content p{
      font-size: 16px;
    }
    .supp--title {
    font-size: 2em;
    }
    .who_we_are h3{
      letter-spacing: -0.01em;
    }
    .what_we_do .what_we_do_heading p{
      font-size: 16px;
    }
    .what_we_do .what_we_do_heading h2{
      margin-bottom: 0.5em;
    }
    .what_we_do .what_we_do_content .points_wrapper .points_row .point_text{
      font-size: 16px;
      letter-spacing: 0;
    }
    .what_we_do .what_we_do_content .points_wrapper .points_row .point_icon {
    width: 25px;
    min-width: 25px;
}
.team_wrapper .tabcontent .tab_view {
    flex-direction: column;
}
.tabcontent .tab_view .team_image {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1;
}
 .tabs{
  display: none;
 }
 .team_wrapper .team-inner{
  width: 100%;
 }
 .tabcontent .tab_view .team_content {
    width: 100%;
    padding: 3em;
    font-size: 10px;
}
article.ally-card {
    font-size: 8px;
}

.vision_mission .slider_container .description{
  font-size: 18px;
  letter-spacing: 0;
}
.vision_mission .slider_container .main_title {
    display: none;
}
.vision_mission .slider_container .slide-counter{
  display: none;
}
.blogs .blog_card .card_desc{
  font-size: 16px;
  letter-spacing: 0;
}
.blogs .blog_card .card_title{
  font-size: 18px;
}
.accreditations .accre_card {
    margin-bottom: 15px;
}
 /* --- Typography Scaling --- */
    .title_section h1,
    .oswal_energies .title,
    .vision_mission .slider_container .main_title {
        font-size: 42px;
        line-height: 50px;
    }

    .who_we_are h3,
    .what_we_do .what_we_do_heading h2,
    .board_of_director .board_card .name_position h2,
    .vision_mission .slider_container .sub_title {
        font-size: 28px;
        line-height: 36px;
    }

    /* --- Layout Fixes --- */
    .what_we_do .what_we_do_content .who_we_are_img,
    .corporate_responsibility .corporate_content .corporate_img,
    .vision_mission .slider_container .vision_mission_img,
    .board_of_director .board_card .bord_img {
        margin-right: 0px; /* Reduced from 140px/115px */
        margin-bottom: 30px;
    }
    .what_we_do .what_we_do_content .who_we_are_img{
        aspect-ratio: 1.8 / 1;
    }
    .board_of_director .board_card .bord_img{
        margin-right: 40px;
        margin-bottom: 0;
    }
    .what_we_do .what_we_do_content.pb_90{
        padding-bottom: 0;
    }
    .who_we_are{
        padding-bottom: 10px;
    }
    .who_we_are .title{
        margin-bottom: 40px;
    }
    .board_of_director .board_card{
        margin-bottom: 60px;
    }
    .accreditations .accre_card{
        padding: 15%;
    }
    .corporate_responsibility .corporate_content{
        padding-top: 0;
    }

    /* Accreditations & Photos Left Padding Fix */
    .accreditations .container-fluid,
    .photos .container-fluid {
        padding-left: 30px;
        padding-right: 0px;
    }
    .about_video{
        height: 450px;
    }
    .photos .pohots_wrapper{
        flex-wrap: wrap;
    }
    .photos .photos_card {
        height: auto;
    }
    .photos .photos_card:nth-child(1){
        flex: calc(50% - 20px);
    }
    .photos .photos_card:nth-child(2){
        flex: calc(50% - 20px);
    }
    .photos .photos_card:nth-child(3){
        flex: 100%;
    }
    .blogs .blog_card{
        margin-bottom: 30px;
    }
    .vision_mission .slider_container .slide-counter{
        margin-bottom: 20px;
        margin-top: 30px;
    }
}

/* =========================================
   MOBILE RESPONSIVE (Max 767px)
   ========================================= */
@media (max-width: 767px) {
    /* --- Global Mobile Spacing --- */
    .container {
        padding: 0 20px !important;
    }
    
    .common_button {
        padding: 10px 24px;
        font-size: 14px;
        font-weight: 300;
    }

    /* --- Header / Navigation --- */
    .logo img {
        height: 35px;
    }
    
    /* --- Title Sections --- */
    .title_section {
        padding: 80px 0 30px;
    }
    
    .title_section h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -1px;
    }

    .title_section .content {
        width: 100%;
        margin-top: 20px;
        height: auto;
        font-size: 16px;
    }

    .about_video {
        height: 220px; /* Reduce video height on mobile */
    }

    /* --- Who We Are / What We Do --- */
    .who_we_are {
        padding: 50px 0 10px;
        background-color: #F7F7F7;
    }
    .who_we_are h3 {
        width: 100%;
        font-size: 20px;
        line-height: 26px;
    }
    .who_we_are .title{
        margin-bottom: 25px;
    }

    .what_we_do{
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .what_we_do .title{
        margin-bottom: 30px;
    }

    .what_we_do .what_we_do_heading p{
        font-size: 16px;
        line-height: 22px;
    }
    .what_we_do .what_we_do_content{
        padding-top: 25px;
        margin-bottom: 30px;
    }
    .what_we_do .what_we_do_content .points_wrapper{
        gap: 10px;
    }
    .what_we_do .what_we_do_content .points_wrapper .points_row{
        align-items: center;
    }
    .what_we_do .what_we_do_content .points_wrapper .points_row .point_icon {
        width: 20px;
        min-width: 20px;
    }
    
    /* Reset large side margins for stacking */
    .what_we_do .what_we_do_content .who_we_are_img,
    .corporate_responsibility .corporate_content .corporate_img,
    .vision_mission .slider_container .vision_mission_img,
    .board_of_director .board_card .bord_img {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
        max-width: 100%;
    }

    /* Points Wrapper (Icons and Text) */
    .what_we_do .what_we_do_content .points_wrapper .points_row .point_text,
    .corporate_responsibility .corporate_content .points_wrapper .points_row .point_text {
        font-size: 16px;
    }

    /* --- Board of Directors --- */
    .board_of_director .board_card{
        margin-bottom: 30px;
    }
    .board_of_director .board_card::after {
        width: 100%; /* Full width separator */
    }

    .board_of_director .board_card .name_position h2{
        margin-bottom: 5px;
        font-size: 22px;
    }

    .board_of_director .board_card .bord_img{
        margin-bottom: 0;
    }

    .board_of_director .board_card .experience span{
        margin-bottom: 5px;
    }
    .board_of_director .board_card .experience.my_40 {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .board_of_director .board_card .experience{
        margin-top: 35px;
    }

    .board_of_director .board_card .name_position {
        padding-top: 20px;
    }
    .board_of_director .board_card .paragraph{
        font-size: 16px;
        line-height: 24px;
    }

    /* --- Oswal Energies --- */
    .oswal_energies{
        padding: 40px 0 10px;
    }
    .oswal_energies .title {
        font-size: 32px;
        line-height: 40px;
    }
    .oswal_energies .energies_card{
        margin-bottom: 40px;
    }
    .oswal_energies .energies_card .card_img .logo{
        height: 50px;
    }
    .oswal_energies .energies_card h3{
        padding-bottom: 20px;
    }

    /* --- Vision Mission --- */
    .vision_mission{
        padding: 40px 0 0;
    }
    .vision_mission .slider_container .main_title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .vision_mission .slider_container .sub_title{
        font-size: 24px;
        margin-bottom: 15px;
    }
    .vision_mission .slider_container .slide-counter{
        margin-bottom: 15px;
    }
    .vision_mission .slider_container .description {
        font-size: 16px;
        line-height: 22px;
    }
    .vision_mission .slider_container .slide_content {
        height: auto;
    }

    .vision-mission-carousel{
        --slider-height: auto;
    }

    .vision-mission-inner{
        height: auto;
    }

    .vision_mission .slider_container .slide-counter{
        margin-top: 0;
    }

    .vision-mission-carousel .item{
        opacity: 1;
        visibility: visible;
        position: initial;
        margin-bottom: 50px;
    }

    .vision-mission-inner{
        margin-bottom: 50px;
    }

    /* --- Accreditations --- */
    .accreditations {
        padding: 40px 0;
    }
    .accreditations .title{
        margin-bottom: 30px;
    }
    .accreditations .container-fluid {
        padding-left: 20px;
        padding-right: 0px;
    }
    
    .accreditations .accre_card {
        padding: 40px; /* Reduce internal card padding */
    }

    /* --- Photos Section --- */
    .photos .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .photos .pohots_wrapper {
        flex-direction: column; /* Stack photos */
        gap: 15px;
    }

    .photos .photos_card {
        height: 250px;
        width: 100%;
    }

    /* Reset flex sizes so they fill the width */
    .photos .photos_card:nth-child(1),
    .photos .photos_card:nth-child(2),
    .photos .photos_card:nth-child(3) {
        flex: 100%;
        width: 100%;
        height: 100%;
    }
    
    /* --- Blogs --- */
    .blogs {
        padding-bottom: 60px;
    }
    
    .blogs .blog_card {
        margin-bottom: 40px;
        display: block;
    }

    .group_of_companies{
        padding-bottom: 30px;
    }
    .group_of_companies .company_wrapper{
        padding: 50px 0 60px;
        height: 100dvh;
    }

    .group_of_companies .company_wrapper .company_logo .logo_wrapper{
        height: 7em;
        width: 7em;
        min-width: 7em;
        padding: 5px;
    }

    .group_of_companies .company_wrapper .company_logo h2{
        font-size: 28px;
        margin-bottom: 0;
    }

    .group_of_companies .company_wrapper .company_content{
        padding-top: 20px;
    }
    .group_of_companies .company_wrapper .company_content h4{
        font-size: 16px;
        line-height: 22px;
        margin-top: 10px;
        margin: 0;
    }

    .tabcontent .tab_view .team_content{
        overflow: hidden;
        max-height: 100%;
    }

    .group_of_companies .company_card{
        display: flex;
        flex-direction: column;
    }
    .group_of_companies .company_card .company_logo{
        margin-bottom: 30px;
    }
    .group_of_companies .company_wrapper .company_content a{
        padding: 10px 18px;
    }
    .what_we_do_wrapper{
      position: relative;
    }
    .title_section .content p{
      width: 100%;
    }
    .title_section .content{
      font-size: inherit;
    }
    .team_wrapper .tabs{
      display: none;
    }
    .team_wrapper .team-inner{
      position: relative;
      top: 0;
      width: 100%;
    }
    .team_wrapper .tabcontent{
      display: block !important;
    }
    .team_wrapper .team-inner{
      display: flex;
      flex-direction: column;
      gap: 5em;
    }
    .team_wrapper .tabcontent .tab_view {
    flex-direction: column;
}
.tabcontent .tab_view .team_image {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1;
}
.tabcontent .tab_view .team_content{
  width: 100%;
}
.vision-mission-inner{
  height: auto;
}
.vision-mission-carousel .item{
  transform: none;
}
.vision_mission .slider_container .main_title{
  display: none;
}
.vision_mission{
  padding-top: 80px;
  padding-bottom: 0px;
}
.vision-mission-inner {
        margin-bottom: 0;
    }
    .vision_mission .slider_container .slide-counter{
      display: none;
    }
    .vision_mission .slider_container .description{
      letter-spacing: 0;
    }
    .vision_mission .slider_container .vision_mission_img {
    margin-bottom: 20px;
}
.vision-mission-carousel .item img {
    transform: none;
}
.ally-description{
  margin-bottom: 0;
}
.vision-mission-carousel .item:last-child{
  margin-bottom: 0;
}
.vision_mission .slider_container .description{
  margin-bottom: 0;
}
.tab_view .team_content .paragraph,.tab_view .team_content .experience p{
  font-size: 14px;
}
.tab_view .team_content .experience span{
  font-size: 12px;
}
.team_wrapper{
  padding-bottom: 80px;
}
.team_wrapper .tabcontent .tab_view {
      box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 5px 0px;
}
section.title_section.title_section_hero {
    padding-top: 150px;
    padding-bottom: 50px;
}
.title_section h1{
      font-size: 4.5em;
    letter-spacing: -0.04em;
    line-height: 1.1;
}
.blogs .blog_card .card_title{
  font-size: 16px;
  letter-spacing: 0;
}
.blogs .blog_card .card_desc{
  font-size: 14px;
}
.btn-line span {
    font-size: 14px;
    line-height: 1.5;
}
.btn-line::after{
  transform: none;
}
.tab_view .team_content .name_position h2 {
    font-size: 2.4em;
    letter-spacing: -0.01em;
    color: #000000;
    margin-bottom: 0.3em;
}


}
@media screen and (min-width:768px) and (max-width:992px) {
  .service-card__text {
    font-size: 14px;
  }
  .service-card__title{
    font-size: 16px;
  }
}
/* End About US CSS */

/* BOD Popup */
.popup-bod .tabcontent .tab_view {
    display: flex;
}
.popup-bod .tabcontent {
    display: block !important;
}
.popup-bod {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100vh;
    width: 100%;
    overflow: hidden;
        background: #01242d66;
        backdrop-filter: blur(10px);
        z-index: 100;
        display: flex;
        align-items: center;
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
}
.popup-bod.show{
  opacity: 1;
  visibility: visible;
}
.popup--inner {
    padding: 5em;
    background: #fff;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    border-radius: 1em;
    overflow: hidden;
    max-height: 100%;
}
.popup--inner .tabcontent .tab_view .team_content {
    padding: 3em;
    max-height: 90vh;
    overflow: auto;
}
.popup--inner .team_content a.btn{
display: none;
}
.tab_view .team_content .extra
{
  display: none;
}
.popup--inner .team_content .extra{
  display: block;
  margin-top: 1em;
}
.popup--inner .team_content .extra p{
  margin-bottom: 1em;
}
a.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
@media screen and (max-width:767px) {
  .popup--inner {
    padding: 4em;
    background: #fff;
    max-width: 90%;
}
.popup--inner .tabcontent .tab_view .team_image{
  display: none;
}
.popup--inner .tabcontent .tab_view .team_content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.tab_view .team_content .btn--primary{
  font-size: 6.56px;
}
.popup--inner{
  max-height: 80%;
  
}
.popup--inner .tabcontent .tab_view .team_content{
  height: 70vh;
  overflow: auto;
}
.accreditations .accre_card .btn {
    padding-left: 0;
    padding-right: 0;
    height: 40px;
}
.btn--contact{
  display: none !important;
}
header .dropdown .dropdown-menu{
  display: block !important;
}
}
.footer .row{
  font-size: 16px;
}
header::after{
  display: none;
}
button.tablinks:hover {
    background: #e6e6e6;
}
.vision-mission-inner .main_title .blue {
  --fill: 0%;
  background: linear-gradient(
    to right,
    #0650BD var(--fill),
    #111111 var(--fill)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background 0.1s linear;
}
.vision-mission-inner .main_title .blue {
    --fill: 0%;
    background: linear-gradient(to right, #0650BD var(--fill), #11111133 var(--fill));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 0.1s linear;
}
.group_of_companies .container{
  position: relative;
    z-index: 2;
}
.company_wrapper .image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.company_wrapper .image-wrapper::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #00000054;
    left: 0;
    top: 0;
    z-index: 1;
}
section.vision_mission {
    background: #f7f7f7;
}
@media screen and (max-width:767px) {
  section.vision_mission {
    padding-bottom: 80px;
}
}
.who--we-are {
    max-width: 100%;
    margin-top: 3em;
}
.who--we-are p:not(:last-child){
  margin-bottom: 1em;
}
.who--we-are p.para{
  font-size: 2em;
}
.who--we-are p{
  font-size: 1.8em;
  line-height: 1.4;
}
ul.dropdown-menu > li > a{
  transition: 0.4s;
  position: relative;
  padding-bottom: 2px;
}
ul.dropdown-menu > li > a::after{
  /* content: ""; */
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transform-origin:left center ;
  transition: 0.4s;
  transform: scaleX(0);
      background: #01242d;
}
ul.dropdown-menu > li > a:hover::after{
  transform: scaleX(1);
}
@media screen and (max-width:767px) {
.who--we-are p.para{
  font-size: 16px;
}
.who--we-are p{
  font-size: 14px;
}
.who--we-are {
  max-width: 100%;
}
    .group_of_companies .company_wrapper .company_logo h2 {
        font-size: 24px;
    }
}

/* Investor Information */
.hero-investor{
  padding-top: 22.5em;
  padding-bottom: 5em;
  text-align: left;
  position: relative;
  min-height: 50.6em;
  overflow: hidden;
}
.hero-investor::before {
    content: "";
    position: absolute;
    width: 50em;
    background: #66CBD0;
    top: 0;
    right: 0;
    z-index: 0;
    filter: blur(380px);
    height: 50em;
    top: -25em;
    right: -25em;
}
.hero-investor{
  overflow: hidden;
}
.hero-investor__inner{
  position: relative;
  z-index: 1;
}
.hero-investor::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #09284D;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: top right;
    z-index: -1;
    transform: skewY(3.5deg);
}
.hero-investor__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-investor__inner .h1{
  font-size: 4.5em;
  letter-spacing: -0.04em;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 0.5em;
  color: #fff;
}
.share-price-info .company--info{
padding: 2.5em;
background-color: rgb(255, 255, 255, 0.1);
}
.share-price-info .company--info .title{
  font-size: 1.8em;
  letter-spacing: -0em;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 0.72em;
  color: #fff;
}
.share-price-info .company--info .share-price-main{
  font-size: 4.5em;
  letter-spacing: -0.04em;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 7px;
  color: #fff;
}

.share-price-info .company--info .share-price-change{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  font-size: 1.4em;
  color: #22AB94;
  font-weight: 500;
  
}
.share-price-info .company--info .share-price-change .market{
  font-size: 1.357em;
  color: #fff;
  font-weight: 600;
  opacity: 0.7;
}
.llead{
  font-size: 1.2em;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1.33;
  margin-top: 2.25em;
  font-weight: 400;
}
.share-price-info {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: flex-start;
}

.press-relase-wrapper{
  display: flex;
  flex-direction: column;
  margin-top: 3.2em;
  margin-bottom: 4.4em;
  max-width: 36em;
}
.press-relase-wrapper .press-relase-item:first-child{
  border-top: 1px solid #E5E5E5;
}
.press-relase-wrapper .press-relase-item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  padding-top: 2.1em;
  padding-bottom: 2.1em;
  border-bottom: 1px solid #E5E5E5;
}
.press-relase-title{
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: -0.045em;
  margin-bottom: 2em;
}
.realse-heading{
  font-size: 1.7em;
  max-width: 22em;
  letter-spacing: -0.019em;
  margin-bottom: 0.58em;
}
.relase-date{
  font-size: 1.2em;
  letter-spacing: -0.025em;
  color: #8F8F8F;
  margin-bottom: 1.5em;
}
.investor-info{
  padding-top: 45px;
  padding-bottom: 120px;
}
.press-relase-wrapper .press-relase-item  .read-more{
  font-size: 1.4em;
  letter-spacing: -0.025em;
  color: #01242D;
  max-width: max-content;
  border-bottom: 1px solid #01242D;
  line-height: 1;
}
.investor-row{
  display: flex;
  gap: 12.6em;
}
.investor--information{
  width: 100%;
  overflow: hidden;
}
.investor-accordion{
  margin-top: 3.2em;
}
.investor-accordion .accordion-title{
  position: relative;
}
.investor-accordion .accordion-title::after{
  content: "";
  height: 0.71em;
  width: 0.71em;
  position: absolute;
  bottom: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAUUlEQVR4nO3PsQ2AMADEwOy/dGhYAIWAQXfS9+8xAIBHzHOfN4XECKkRUiOkRkiNkBohO8+8tdv8JmRF6swKITVCaoTUCKkRUiOkRggAMK45AHYIe4WAbtrkAAAAAElFTkSuQmCC");
    background-size: 150%;
    background-position: center;
    right: 1.25em;
    transition: all 0.3s ease-in-out;
}
.investor-accordion .accordion-item{
  border-bottom: 1px solid #E5E5E5;
}
.investor-accordion .accordion-item .accordion-title{
  font-size: 2.8em;
  letter-spacing: -0.03em;
  padding: 1.07em;
  /* text-transform: capitalize; */
}

.investor--tabs{
  display: flex;
  gap: 1em;
  overflow: auto;
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
}
.investor--tabs .tab{
  font-size: 2em;
  letter-spacing: -0.03em;
  cursor: pointer;
  padding: 1.25em 0.5em;
  font-weight: 500;
  white-space: nowrap;
}
a.resource-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2em;
    letter-spacing: -0.03em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    background-color: #F7F7F7;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 1.25em;
    padding-right: 1.25em;
}
a.resource-link img{
  max-width: 1.5em;
  width: 100%;height: auto;
}
.investor-accordion .accordion-content{
  display: none;
}
.investor-accordion .accordion-item.active .accordion-content{
  display: block;
}
.accordion-header{
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.accordion-header:hover{
  background-color: #09284D;
  color: #fff;
}
.accordion-header:hover .accordion-title::after{
 filter:invert(1);
 /* transform: translateY(-50%) rotate(45deg); */
}
.accordion-header.active .accordion-title::after{
 filter:invert(1);
 transform: translateY(-50%) rotate(45deg);
}

.investor-col-right{
  max-width: 53.3em;
  width: 100%;
}
.investor-accordion .accordion-content.show{
  display: block;
}
.investor--tabs-content{
  display: none;
}
.investor--tabs-content.show{
  display: block;
}
.accordion-header.active {
    background: #09284e;
    color: #fff;
}
.investor--tabs .tab.active {
    color: #033b9d;
    font-weight: 800;
}
@media screen and (max-width: 767px) {
  .investor-row{
          display: flex;
    gap: 10em;
    flex-direction: column-reverse;
  }
  .investor-accordion .accordion-item .accordion-title {
    font-size: 2.4em;
  }
  .press-relase-title {
    font-size: 2em;
  }
  .realse-heading{
    font-size: 2.5em;
  }
.relase-date{
  font-size: 2em;
}
.realse-heading{
  max-width: 100%;
}
.press-relase-wrapper{
  max-width: 100%;
}
.investor-accordion .accordion-item .accordion-title{
  padding-left: 0.8em;
}
.investor-accordion .accordion-title::after{
  right: 0.8em;
}
.hero-investor__inner{
  flex-direction: column;
  gap: 2em;
  align-items: start;
}
.hero-investor {
min-height: 62em;
}
.hero-investor__inner .h1{
font-size: 4.5em;
}
}
.investor--tabs-content .investor--tabs-content-wrap{
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.investor--tabs-content .investor--tabs-content-wrap .wpb_wrapper{
    margin-bottom: 1rem;
}
.investor--tabs-content-wrap h2.vc_custom_heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
.investor-col-right{
  display: none;
}
.logos-results{
  display: flex;
  gap: 10px;
}

.investor--tabs-content .btn {
    font-size: 10px;
    border: 1px solid;
    height: 4em;
    padding: 0 2em;
}
@media screen and (max-width:767px) {
  .investor--tabs-content .btn span{
    font-size: 1.4em;
  }
  .press-relase-wrapper .press-relase-item .read-more{
    font-size: 14px;
  }
  .footer .top .btn-wrap .btn-custom{
    height: auto;
  }
}
.contact-info-cell p{
  font-size: 16px;
  line-height: 1.4;
}
.vc_custom_heading{
  font-weight: 600;;
}
.primary-nav .dropdown::after,.primary-nav .dropdown::before{
  display: none;
}
body:not(.is-loaded){
  opacity: 0;
}