/* Fonts */
:root {
  --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Roboto", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

/* Global Colors */
:root {
  /* Background Color - This color is applied to the background of the entire website as well as individual sections. */
  --background-color: #ffffff;

  /* Default Color - This is the default color used for the majority of the text content. */
  --default-color: #364d59;

  /* Heading Color - This color is used for titles, headings and secondary elements. */
  --heading-color: #52565e;
}

/*--------------------------------------------------------------
  # General
  --------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}


a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

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



/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
  # Global Page Titles & Breadcrumbs
  --------------------------------------------------------------*/
.page-title {
  --background-color: #000000;
  --heading-color: var(--contrast-color);
  --default-color: var(--contrast-color);
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 60px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 40%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

/*--------------------------------------------------------------
  # Global Sections
  --------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
  # Global Section Titles
  --------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.section-title h2:before {
  margin: 0 15px 10px 0;
}

.section-title h2:after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin-bottom: 0;
}




/*--------------------------------------------------------------
  # Share Your Ideas Image
  --------------------------------------------------------------*/
.call-to-action {
  /* --background-color: #000000; */
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  height:100vh;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.call-to-action img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:auto;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  /* background: rgba(0, 43, 77, 0.45); */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
      margin-top: -50px!important;
}

.call-to-action h3 {
  color: #FFF;
  font-family: Mulish, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.call-to-action p {
color: #FFF;
    font-family: Mulish!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 28px;
    /* font-family: var(--green_electron-font); */
}

@media (max-width: 1440px) {
  .call-to-action {
    height: 100vh
  }

  .call-to-action img {
    height:100vh;
  }
  .img-5 {
    width: 32% !important;
    top: 25rem;
    left: 27%;
}
.bold-bg::before {
    content: "";
    position: absolute;
    top: -386px;
    /* left: -2px; */
    width: 67%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    /* opacity: 0.6; */
    pointer-events: none;
    right: -50px;
}

}

@media (max-width: 768px) {
  .call-to-action h3 {
    font-size: 40px;
  }
  #shareButton, #copyButton{
    visibility: hidden!important;
  }
}

@media (max-width: 320px) {
  .call-to-action h3 {
    font-size: 33px !important;
  }
}

/*--------------------------------------------------------------
# Overview
--------------------------------------------------------------*/
.overview {
  padding: 14px 0 !important;
  padding-bottom: 0px !important;
  height: auto;
  /* background: linear-gradient(180deg, #FFF 28.68%, #F5FFEF 99.96%); */
  /* background: var(--Green-Gredient, linear-gradient(90deg, #38B000 4.38%, #028D3A 76.09%)); */
  background: var(--Green-Gredient-2, linear-gradient(87deg, #2F82C3 31.29%, #8ED527 97.35%));
}

.overview .overview-text-sec {
  padding: 30px;
}

.overview .overview-title {
  color: #fff;
  text-align: left;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

.overview .overview-text {
  color: #fff;
  text-align: left;
  font-family: "Mulish", Helvetica, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.post-item.gap-20 {
  gap: 20px;
}

.carousel-item {
  transition: transform 2s ease-in-out !important;
}

.overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
  height: 88% !important;
}

.overview .carousel-caption {
  position: absolute;
  left: 6%;
  text-align: left;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.slider-dots {
  cursor: pointer;
}

.carousel-caption-text {
  position: absolute !important;
  left: 8%;
  top: 11%;
}

.overview .carousel-caption h1 {
  color: #3D8849;
  font-family: var(--default-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  width: 200px;
}

.overview .carousel-caption p {
  color: #383838;
  font-family: var(--default-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  width: 13rem;
  line-height: 25px;
}

.carousel-caption .sliders {
  position: absolute;
  left: 8%;
  top: 75%;
}

@media (max-width : 1400px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 80% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 4%;
    top: 9%;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8%;
    top: 69%;
  }
}

@media (max-width : 1200px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 69% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 1%;
    top: 8%;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    width: 12rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 2%;
    top: 59%;
  }
}

@media (max-width : 1025px) {

  .overview .col-lg-5 {
    width: 50% !important;
  }

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 80% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 8% !important;
    top: 9% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
    width: 200px;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    width: 13rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 9% !important;
    top: 67% !important;
  }
}

@media (max-width : 992px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 60% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 5% !important;
    top: 7% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 18px !important;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    width: 10rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8% !important;
    top: 52% !important;
  }
}

@media (max-width: 768px) {
  .overview .overview-title {
    text-align: left !important;
    font-size: 36px !important;
    line-height: 44px !important;
  }

  .overview .overview-text {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .overview .carousel-caption p {
    width: 11rem !important;
  }
}

@media (max-width : 767px) {

  .overview{
    height: 27rem;
  }

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 47% !important;
  }

  .overview .carousel-caption {
    position: absolute;
    left: 3%;
    text-align: left;
    z-index: 3;
    height: 100%;
    width: 100%;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 4%;
    top: 8%;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 14px !important ;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    width: 8rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 4% !important;
    top: 40% !important;
  }
  .overview .overview-text-sec{
  padding: 0px 10px;
  }
  .overview .overview-title {
    font-size: 33px !important;
}
.overview .overview-text {
  font-size: 13px !important;
  line-height: 20px !important;
}
}


@media (max-width: 550px) {

  .overview-img, .overview-img-2,.overview-img-3,.overview-img-4 {
    height: 100% !important;
  }

  .carousel-caption-text {
    position: absolute !important;
    left: 8% !important;
    top: 13% !important;
  }

  .overview .carousel-caption h1 {
    color: #3D8849;
    font-family: var(--default-font);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    width: 10rem;
  }
  
  .overview .carousel-caption p {
    color: #383838;
    font-family: var(--default-font);
    font-size: 10px !important;
    font-style: normal;
    font-weight: 400;
    width: 8rem !important;
  }

  .carousel-caption .sliders {
    position: absolute;
    left: 8% !important;
    top: 85% !important;
  }

  .overview .col-lg-5 {
    width: 100% !important;
  }

  .overview .overview-title {
    text-align: left !important;
    font-size: 30px !important;
    line-height: 36px !important;
    margin-top: 2rem;
  }

  .overview {
    padding-bottom: 20px !important;
    height: auto !important;
  }

  .overview img {
    justify-content: center;
    width: 90%;
    height: auto;
  }

  .overview .carousel-caption p {
    width: 9rem !important;
  }
}

@media (max-width: 376px) {
  .overview .carousel-caption p {
    width: 9rem !important;
  }
}

@media (max-width: 320px) {
  .overview .overview-title {
    font-size: 28px !important;
    line-height: 34px !important;
  }

  .overview .overview-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .overview .carousel-caption p {
    width: 9rem !important;
  }
}


/*--------------------------------------------------------------
# icon  Section
--------------------------------------------------------------*/

.images-column {
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: end;
    /* margin-top: 50px !important; */
    position: absolute;
    right: 0px;
    top: 67pc;
}

.svg-icon {
  opacity: 1;
  font-size: 16px;
  margin-bottom: 35px;
  margin-right: -125px;
  color: #2F82C3 !important;
  cursor: pointer;
  transition: color 0.5s, opacity 0.5s;
}

.images-column .svg-icon:hover {
  color: #064f8b !important;
}

@media (max-width: 1200px) {
  .svg-icon-main {
    display: block;
  }
}

@media (max-width:1024px) {
  .image-container img {
    margin-top: -1rem !important;
  }

  .svg-icon {
    margin-right: -115px;
  }
}

@media (max-width:1023px) {
  .images-column .svg-icon {
    display: none;
  }
}

.apple {
  &:hover path {

    transition: fill 0.5s ease-in-out;
    opacity: 1;
    fill: #064f8b !important;
  }
}

/*--------------------------------------------------------------
  # card-pro Section
  --------------------------------------------------------------*/
/* Card Section */
/* .card-pro {
  padding: 0 !important;
  margin-bottom: -3rem;
} */

.card-pro .projects-sec-2 {
  display: flex;
  flex-direction: column;
  padding: 10px;
  /* justify-content: center !important; */
  /* align-items: center !important; */
  padding-right: 65px;
}

/* .card-pro .text-wrapper-h2 {
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  text-align: left !important;
  width: 100%;
  line-height:65px;
  margin-top: 37px;
  margin-bottom: 0px;
} */
 .text-wrapper-42 {
    color: #383838;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight:350;
    line-height: 28px;}
.about-txt{
font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
        color: var(--Copy-color, #383838)!important;
}
.about-txt-1{
font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    color: #fff!important;
}





/* Image section */
/* .card-pro .recent-blog {
  padding: 30px;
} */

.card-pro .post-item {
  margin: 0 auto;
  border-radius: 0px 60px 0px 0px;
  transition: 0.3s;
  margin-left: 16px;
}
/* 
.card-pro .post-item .post-img {
  box-shadow: -15px 16px #2F82C3;
  border-radius: 0px 60px 0px 0px !important;
} */

.card-pro .post-item .post-img video {
  border-radius: 0px 60px 0px 0px !important;
  width: 500px !important;
  height: 552.79px !important;
  display: block;
  padding: 0;
  margin: 0;
  object-fit: cover;
}


/* @media  Query */
@media (max-width: 1024px) {
  .card-pro .projects-sec-2 {
    padding: 0;
  }

  .card-pro .button {
    font-size: 14px;
    padding: 15px 15px;
  }

  .card-pro .post-item .post-img video {
    height: 470px !important;
  }

}

@media (width: 768px) {
  .card-pro .recent-blog {
    padding: 0px !important;
  }
}


@media (max-width: 768px) {
  .card-pro .text-wrapper-h2 {
    font-size: 40px;
    line-height: 45px !important;
  }

  .card-pro .projects-sec-2 {
    margin-top: 0rem !important;
  }

  .card-pro .row-1 {
    justify-content: start !important;
  }

  .card-pro .post-item {
    margin-top: 1rem;
  }

  .card-pro .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto;
  }

  .card-pro .post-item .post-img video {
    justify-content: start !important;
    width: 500px !important;
    height: 562px !important
  }

}

@media (max-width:768px) {
  .card-pro .projects-sec-2 {
    padding: 15px;
  }

  .card-pro .recent-blog {
    padding: 15px !important;
  }

  .card-pro .post-item .post-img {
    overflow: visible !important;
  }

  .card-pro .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }

  .card-pro .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .card-pro .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }
}

@media (max-width: 375px) {
  .card-pro .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }
}

@media (max-width: 320px) {
  .card-pro .text-wrapper-42 {
    font-size: 16px;
    line-height: 22px;
  }

  .card-pro .projects-sec-2 {
    padding: 10px;
  }

  .card-pro .text-wrapper-h2 {
    font-size: 28px;
    line-height: 38px !important;
  }

  .card-pro .post-item .post-img video {
    width: 100% !important;
    height: 365px !important;
  }
}

/*--------------------------------------------------------------
    #  multipal-card Section
    --------------------------------------------------------------*/
    .mul-card-col {
      border-left: 1px solid #E4E5E9;
      height: 70px;
      display: flex;
      align-items: start;
      align-content: start;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      padding-left: 3% !important;
  }

.mul-card .mul-card-col:first-child {
  border-left: none;
}

.mul-card .mul-card-col h5 {
  color: #47A70D;
  font-family: Mulish;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}

.mul-card .mul-card-col p {
  color: #383838;
  font-family: Mulish;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.centered-hr {
  margin-bottom: 2rem;
  margin-top: -1rem;
}

/* Media Queries */
@media (max-width: 1024px) {
  .mul-card .mul-card-col h5 {
    font-size: 18px !important;
  }

  .mul-card .mul-card-col p {
    font-size: 11px !important;
    line-height: 18px;
    margin-top: 0.5rem;
  }

  .centered-hr {
    margin-top: -2rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .mul-card .mul-card-col h5 {
    font-size: 15px !important;
  }

  .mul-card .mul-card-col p {
    font-size: 10px !important;
  }

  .mul-card-col {
    border-left: 1px solid #E4E5E9;
    height:76px;
    display: flex;
    align-items: start;

    justify-content: start;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {

  .mul-card-col {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
  .text-wrapper-42{
    text-align: justify;
  }
  .wind .projects-sec-2{
    padding-right: 0px !important;
  }
  .india-map img {
    width: 100%!important;
    margin-left: 0px;
    margin:0px 0px 0px 0px!important;
}
.press-sec{
      position: relative!important;
      right: 0px!important;
      margin-top: 20px!important;
      top: 0px!important;
  
}
.blue-txt {
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 30px!important;
  font-style: normal;
  font-weight: 800;
  text-align: left !important;
  /* width: 100%; */
  line-height: 50px;
}
  .card-pro .text-wrapper-h2{
    margin-top: 0px;
  }


  .mul-card .mul-card-col h5 {
    font-size: 18px !important;
  }

  .mul-card .mul-card-col p {
    font-size: 12px !important;
  }

  .mul-card .mul-card-col:nth-last-child(3) {
    border-left: none;
  }

  .mul-card-col {
    align-items: center;
  }
}

@media (max-width: 320px) {
  .mul-card .mul-card-col {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .mul-card .mul-card-col h5 {
    font-size: 16px;
  }

  .mul-card .mul-card-col p {
    font-size: 10px;
  }

  .mul-card .mul-card-col:nth-last-child(3) {
    border-left: 1px solid #E4E5E9;
  }

  .mul-card .mul-card-col:nth-last-child(2),
  .mul-card .mul-card-col:nth-last-child(4) {
    border-left: none;
  }
}

/* before */
/* 
  .mul-card .col-lg-10{
    padding: 0;
  }
  .mul-card .card-col {
    position: relative;
    width: 136px;
    border-left: 1px solid #E4E5E9; 
    height: auto; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left !important;
    padding: 20px; 
    box-sizing: border-box;
}

.mul-card .cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; 
 
}

.mul-card .cards h5 {
    color: #47A70D;
    font-family: Mulish;
    font-size: 24px; 
    font-weight: 400;
    margin: 0;
    justify-content: center;
    align-items: center; 
    white-space: nowrap; 
    overflow: hidden; 
    text-align: left;
    text-overflow: ellipsis; 
}

.mul-card .cards p {
    color: #383838;
    font-family: Mulish;
    justify-content: center;
    align-items: center;
    font-size: 16px; 
    line-height: 24px;
    margin: 0; 
    white-space: nowrap; 
}

.mul-card .card-col:first-child {
  border-left: none;
}


@media (max-width:1024px) {
  .mul-card .card-col {
    padding: 15px;
  }
.mul-card .card-col {
  width: 130px;
}
.mul-card .cards h5 {
  font-size: 22px;  
}

.mul-card .cards p {
  font-size: 14px; 
}
}

@media (max-width: 768px) {
  .mul-card .card-col {
    padding: 15px;
  }
.mul-card .card-col {
  width: 110px;
}
.mul-card .cards h5 {
  font-size: 20px;  
}

.mul-card .cards p {
  font-size: 12px; 
}
}
@media (max-width:427px) {
  .mul-card .cards {
   gap: 0px;
}
.mul-card .card-col {
  width: 130px;
 margin-top: 2%;
}
.mul-card .card-col:nth-last-child(3) {
  border-left: none; 
}

}
@media (max-width:375px) {
  .mul-card .cards {
   gap: 0px;
}
.mul-card .card-col {
  width: 115px;
 margin-top: 2%;
}

}

@media (max-width: 320px) {
  .mul-card .cards {
    gap:0px;
 }
 .mul-card .cards h5 {
      font-size: 20px; 
    }
    .mul-card .card-col:nth-last-child(3) {
      border-left: 1px solid #E4E5E9; 
    }
    .mul-card .card-col:nth-last-child(2) ,.mul-card .card-col:nth-last-child(4) {
      border-left: none; 
    }
  }  */
/*--------------------------------------------------------------
  # Solar Wind Hybrid  Section
  --------------------------------------------------------------*/
.solar_wind {
  background: linear-gradient(315deg, #317C42 2.54%, #08474B 95.47%);
  --default-color: #ffffff;
  --contrast-color: #ffffff;
  height: 767px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
}

.solar-wind-img {
  opacity: 0.4 !important;
  mix-blend-mode: color-burn !important;
}

.solar_wind img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 767px;
  object-fit: cover;
  z-index: 1;
}

.solar_wind::before {
  content: "";
  opacity: 0.3;
  background: url(../img/renewable_power/solar_wind_1.png) lightgray 50% / cover no-repeat;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.solar_wind .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

@media (max-width: 1440px) {
  .solar_wind {
    height: 100%;
  }

  .solar_wind img {
    height: 100%;
  }
}

/* Solar Wind Hybrid Inside Section */

/* Card Section */
.solar_wind {
  padding: 0 !important;
}

.solar_wind .projects-sec-2 {
 padding-left: 37px;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
}

.solar_wind .text-wrapper-h2 {
  color: #FFF;
  font-family: Mulish;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
}

.solar_wind .text-wrapper-42 {
  color: #FFF;
  font-family: Mulish;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.solar_wind .text-wrapper-bold {
  color: var(--Blue, #2F82C3);
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}

.solar_wind .col-text h6 {
  color: #A6D786;
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.solar_wind .col-text p {
  color: #FFF;
  font-family: Mulish;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.solar_wind .col-text .col-6-sec {
  border-left: 1px solid #43884D;
  ;

}

.solar_wind .col-text .col-6-margin {
  margin-left: 2rem;
}

.solar_wind .col-text .col-margin-right {
  margin-right: 2rem;
}

/* Image section */
.solar_wind .recent-blog {
  padding: 27px 30px 43px 22px;
}

.solar_wind .post-item {
  margin: 0 auto;
  border-radius: 0px 60px 0px 0px;
  transition: 0.3s;
  margin-left: 16px;
}

.solar_wind .post-item .post-img {
  box-shadow: -15px 16px #578A36;
  border-radius: 0px 60px 0px 0px !important;
}

.solar_wind .post-item .post-img video {
  border-radius: 0px 60px 0px 0px !important;
  width: 500px;
  height: 552.79px;
  display: block;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.text-break {
  text-wrap: nowrap;
}

/* @media  Query */
@media (max-width: 1024px) {
  .solar_wind .main-row{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .solar_wind .text-wrapper-h2 {
    font-size: 30px;
}
.solar_wind .text-wrapper-42 {
  font-size: 15px;
}
.solar_wind .col-text p {
  font-size: 13px;
}
.solar_wind .col-text h6 {
  font-size: 24px;
}
  .solar_wind .projects-sec-2 {
    padding: 0;
    margin-top: 3rem;
  }

  .solar_wind.button {
    font-size: 14px;
    padding: 15px 15px;
  }

  .solar_wind .post-item .post-img video {
    height: 470px !important;
  }

  .solar_wind .recent-blog {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .solar_wind .recent-blog {
    padding: 10px !important;
  }
}

@media (max-width: 768px) {
  .solar_wind .col-md-6 {
    flex: 0 0 auto;
    width: 75% !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 768px) {

  .solar_wind .text-wrapper-42 {
    font-size: 18px;
}
.solar_wind .text-wrapper-h2 {
  font-size: 40px;
}
.solar_wind .col-text h6 {
  font-size: 24px;
}
.solar_wind .col-text p {
  font-size: 16px;
}
  .solar_wind .text-wrapper-h2 {
    font-size: 40px;
    line-height: 45px !important;

  }

  .solar_wind .projects-sec-2 {
    margin-top: 0rem !important;
    padding-left: 0px !important;
  }

  .solar_wind .row-1 {
    justify-content: start !important;
  }

  .solar_wind .post-item {
    margin-top: 1rem;
  }

  .solar_windsolar_windsolar_windsolar_wind .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
  }

  .solar_wind .post-item .post-img video {
    justify-content: start !important;
    width: 500px !important;
    height: 562px !important
  }

  .solar_wind .col-text .col-6-margin {
    margin-left: 1rem;

  }

  .solar_wind .col-text .col-margin-right {
    margin-right: 1rem;

  }

  .solar_wind .col-text {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .solar_wind .projects-sec-2 {
    padding: 15px !important;
  }

  .solar_wind .recent-blog {
    padding: 15px !important;
  }

  .solar_wind .post-item .post-img {
    overflow: visible !important;
  }

  .solar_wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }

  .solar_wind .col-md-6 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .solar_wind .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }

  .solar_wind .col-text .col-6-margin {
    margin-left: 0rem;
  }

  .solar_wind .col-text .col-margin-right {
    margin-right: 0rem;
  }
}

@media (max-width: 375px) {
  .solar_wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }
}

@media (max-width: 320px) {
  .solar_wind .text-wrapper-42 {
    font-size: 16px;
    line-height: 22px;
  }

  .solar_wind .projects-sec-2 {
    padding: 10px;
  }

  .solar_wind .text-wrapper-h2 {
    font-size: 28px;
    line-height: 38px !important;
  }

  .solar_wind .post-item .post-img video {
    width: 100% !important;
    height: 365px !important;
  }
}

/*--------------------------------------------------------------
  # Wind Section
  --------------------------------------------------------------*/
/* Card Section */


/* .wind .projects-sec-2 {
  display: flex;
  padding: 10px;
  justify-content: center !important;
     align-items: flex-start!important;
  padding-right: 10px!important;
} */

.wind .text-wrapper-h2 {
  color: var(--Blue, #2F82C3);
    font-family: "Mulish", Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    /* line-height: 50px; */
    /* background: linear-gradient(87deg, #41ABFF 31.29%, #8ED527 97.35%); */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.wind .text-wrapper-42 {
  color: #383838;
  font-family: var(--about-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.wind .text-green {
  color: #47A70D;
  font-family: Mulish;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wind .text-green-p {
  color: #383838;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
}

/* Image section */
.wind.recent-blog {
  padding: 30px;
}

.wind .post-item {
  margin: 0 auto;
  border-radius: 0px 60px 0px 0px;
  transition: 0.3s;
 padding: 0pxs;
}

/* .wind .post-item .post-img {
  box-shadow: -15px 16px #2F82C3;
  border-radius: 0px 60px 0px 0px !important;
} */

.wind .post-item .post-img video {
  border-radius: 0px 60px 0px 0px !important;
  width: 500px;
  height: 552.79px;
  display: block;
  padding: 0;
  margin: 0;
  object-fit: cover;
}


/* @media  Query */
@media (max-width: 1024px) {
  .wind .projects-sec-2 {
    padding: 0;
  }

  .wind .button {
    font-size: 14px;
    padding: 15px 15px;
  }

  .wind .post-item .post-img video {
    height: 470px;
  }

}

@media only screen and (max-width: 767px) {
  .wind .recent-blog {
    padding: 10px !important;
  }
}

@media (max-width: 768px) {
  .wind .text-wrapper-h2 {
    font-size: 40px;
    line-height: 45px !important;
  }

  .wind .projects-sec-2 {
    margin-top: 0rem !important;
  }

  .wind .recent-blog {
    padding: 0px !important;
  }

  .wind .row-1 {
    justify-content: start !important;
  }

  .wind .post-item {
    margin-top: 1rem;
  }

  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
  }

  .wind .post-item .post-img video {
    justify-content: start !important;
    width: 500px !important;
    height: 562px !important
  }

}


@media (max-width: 768px) {
  .wind .projects-sec-2 {
    padding: 15px;
  }

  .wind .recent-blog {
    padding: 15px !important;
  }

  .wind .post-item .post-img {
    overflow: visible !important;
  }

  .wind .post-item .post-img video {
    width: 100%;
    height: 275px;
  }

  .wind .col-md-6 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .wind .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }
}

@media (max-width: 768px) {
  .wind .projects-sec-2 {
    padding: 15px;
  }

  .wind .recent-blog {
    padding: 15px !important;
  }

  .wind .post-item .post-img {
    overflow: visible !important;
  }

  .wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }

  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }

  .wind .text-wrapper-h2 {
    font-size: 30px;
    line-height: 38px !important;
  }
}

@media (max-width: 375px) {
  .wind .post-item .post-img video {
    width: 100% !important;
    height: 425px !important;
  }
}

@media (max-width: 320px) {
  .wind .text-wrapper-42 {
    font-size: 16px;
    line-height: 22px;
  }

  .wind .projects-sec-2 {
    padding: 10px;
  }

  .wind .text-wrapper-h2 {
    font-size: 28px;
    line-height: 38px !important;
  }

  .wind .post-item .post-img video {
    width: 100% !important;
    height: 365px !important;
  }
}


/*--------------------------------------------------------------
# last text/button section 
--------------------------------------------------------------*/

.stats-last {
  padding: 20px 0px;
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  background-image: url(assets/img/Footer_band_image.png);
  color: #fff;
}

.stats-last img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 290px;
  object-fit: cover;
  z-index: 1;
}

.stats-last .container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: left;
  justify-content: left;
  z-index: 3;
  text-align: left;
}

.stats-last .stats-item h2 {
  color: #FFF;
  font-family: var(--green_electron-font);
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
}

.stats-last .stats-item p {
  color: #fff;
  font-family: var(--green_electron-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin: 30px 0px;
}


.text-wrapper-12 {
  display: inline-block;
  position: relative;
  width: fit-content;
  margin-left: 4px;
  font-family: "Font Awesome 6 Free-Solid", Helvetica;
  font-weight: 400;
  color: white;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: normal;
  white-space: nowrap;
  transition: transform 0.4s ease-in-out;
}

.text-wrapper-12 .fas {
  color: white;
  font-size: 12px;
}

/* button style */
.stats-last .btn-submit-now {
  text-decoration: none;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(90deg, #BF2A2D 0%, #BF2A2D 100%);
  -webkit-backface-visibility: hidden;
  z-index: 1;
  white-space: nowrap;
  font-size: 18px;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  padding: 16px 30px;
  border-radius: 60px;
  /* cursor: pointer; */
  border: none;
}

.stats-last .btn-submit-now:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-image: linear-gradient(90deg, #2F82C3 0%, #163E5D 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0;
}

.stats-last .btn-submit-now:hover:after {
  opacity: 1;
}

.stats-last .btn-submit-now span {
  position: relative;
  z-index: 3;
}

.stats-last .btn-submit-now span i {
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.4px;
  transition: transform 0.4s ease-in-out;
}

.stats-last .btn-submit-now:hover span i {
  color: #FFF;
  transform: translateX(4px);
}

/* Media Query for Responsive Button */
@media (max-width: 768px) {

  .text-wrapper-12 {
    font-size: 12px !important;
  }

  .text-last {
    font-size: 30px !important;
  }

  .stats-last .btn-submit-now {
    font-size: 16px;
    padding: 14px 25px !important;
  }

}

@media (max-width: 590px) {
  .last-text-div {
    flex-direction: column;
    text-align: center;
  }

  .text-wrapper-12 {
    font-size: 10px !important;
  }

  .text-last {
    font-size: 30px !important;
  }
}

@media (max-width: 375px) {
  .text-last {
    font-size: 28px !important;
  }
}

@media (max-width: 320px) {
  .text-last {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 600px) and (min-width: 426px) {
  .para-padding {
    padding: 0px 2rem !important;
  }
}


@media (max-width: 768px) {
  .wind .col-md-6 {
    flex: 0 0 auto;
    width: 70%;
    margin: 0px auto;
  }
}

@media screen and (max-width: 600px) and (min-width: 426px) {
  .wind-padding {
    padding: 0px 2rem !important;
  }
}



/* new css start  */
.subheading {
    color: #FFF;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}

.main-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.main-heading .blue {
    color: #0a84ff;
}

.main-heading .green {
    color: #39d353;
}

.desc {
    font-size: 16px;
    color: #ccc;
}

.explore-btn {
    position: relative;
    display: inline-block;
    padding: 12px 28px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    font-family: Mulish !important;
    border: 2px solid rgba(65, 171, 255, 1)
}


.explore-btn::before {
      content: " →";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px; /* border thickness */
    border-radius: 30px;
   color: rgba(65, 171, 255, 1);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

/* .explore-btn:hover::before {
    background: linear-gradient(90deg, #38B000 4.38%, #028D3A 76.09%) !important;
    color: #ffff;
    border: transparent;
    display: inline-block;
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    font-family: Mulish !important;
    margin-left: 20px;
} */


.explore-btn:hover {
    background: linear-gradient(90deg, #38B000 4.38%, #028D3A 76.09%) !important;
    color: #fff;
   border-color: #028D3A!important;
   padding: 12px 28px;
}
.btn-2{
  font-weight: 700;
    color: #383838;
}
.btn-2:hover {
  color: #fff; /* White on hover */
}

.gradient-text {
    color: var(--Blue, #fff);
    text-align: left;
    font-family: "Mulish", Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    /* line-height: 50px; */
background: var(--Brand-Blue, rgba(47, 130, 195, 1));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* for Firefox fallback */
        margin-bottom: 20px;
}
.text-primary {
  color: #2a75c4 !important;
}

.text-success {
  color: #4caf50 !important;
}

.bg-light-blue {
background: linear-gradient(105deg, #E1F2FF 14.67%, #EDF7FF 51.84%, #F8FCFF 85.33%);
  
         padding: 30px 20px !important;
  
}


.bg-light-green {
  background-color: rgba(232, 255, 217, 1);
    
        padding: 30px 20px !important;
   
}

.bg-light-yellow {
  background-color:rgba(255, 243, 219, 1);
     
        padding: 30px 20px !important;
   
}


.icon-box {
  background-color: #4caf50;
  border-radius: 15px;
  padding: 12px;
     width: 120px;
    height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wind-solar img {
  width: 100%;
}
.wind-solar{
      display: flex
;
    justify-content: flex-end;
}
.n-type-section{
  border-radius: 0px 60px 0px 0px;
border: 1px solid #D1EAC2;
background: #FFF;
    padding: 95px 35px 40px 35px ! IMPORTANT;
}
/* .pro-sec{
      margin-top: 4rem;
} */
.partner-txt{
  font-size: 40px;
      margin-bottom: 4rem !important;
}
/* .text-start p{
  color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
} */
.clean-txt{
      margin-bottom: 60px;
}
.grade-txt{
  font-family: Mulish;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 76px;
background: linear-gradient(0deg, #41ABFF, #41ABFF),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}



/* .card-premium-sec{
  margin-top:3rem;
} */
/* .text-wrapper-42{
      color: #383838;
    text-align: center;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
} */
.feature-title{
  color: #383838;

/* H3 */
font-family: Mulish;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: 30px; /* 125% */
}
.feature-point{
  color: #383838;
font-family: Mulish;
font-size: 18px;
font-style: normal;
line-height: 28px; /* 155.556% */
}
.appera-txt{
  color: #383838;
font-family: Mulish;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
}
.info-para {
color: #383838;

/* Small NEW */
font-family: Mulish;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
    margin-top: 5px;
 /* 155.556% */}
.clean-desc{
      color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 28px;
}
.quality-py{
  padding-top: 3rem !important;
}
.explore-btn::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
  position: relative;
      color: #2F82C3;
}

/* On hover: move arrow 6px right */
.explore-btn:hover::after {
  transform: translateX(6px);
  color: #fff;
}
.post-img img {
  width: 100%;
}
.feature-desc{
  color: #383838;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
        font-weight: 350;
}
/* .custom-content{
  padding-left: 50px!important;
} */
 @media (min-width: 1900px) and (max-width: 3000px) {
             .container {
        max-width: 1400px!important;
    }
    .bold-bg::before {
    content: "";
    position: absolute;
    top: -501px!important;
    right: -31px!important;
    width: 63%!important;
    height: 100%;
    background: url("assets/new-img/image 4.png") center/cover no-repeat;
    z-index: -1;
    pointer-events: none;
}

   

}
.text-wrap {
      line-height: 32px!important;
}
.bottom-txt h6{
    color: var(--Copy-color, #383838);
    text-align: center;
    font-family: Mulish;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}
.highlight-txt{
    color: var(--Blue, #2F82C3);
    font-family: Mulish;
    font-size: 36px;
    font-style: italic;
    font-weight: 800;
    line-height: 50px;
}
.sections-container {
  padding-bottom: 10px;
}

.section-visionary,
.section-hydrogen,
.section-global,
.section-purpose,
.section-collaboration {
  width: 260px;
  height: 500px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-shrink: 0;
  overflow: hidden;
}
.about-acme-imgs {
  position: relative;
  max-width: 100%;
  height: auto;
}

.get-started .layer-2 {
  position: absolute;
}

.img-1 {
  width: 40% !important;
  top: 2rem;
    left: 21%;

}

.img-2 {
  width: 12% !important;
  top: 8rem;  
    left: 61%;
}

.img-3 {
  width: 28% !important;
  top: 15rem;
    left: 61%;
}
.img-6 {
    width: 10% !important;
    top: 33rem;
    left: 13%;
}

.img-4 {
    width: 12% !important;
    top: 32rem;
    left: 61%;

}
.img-7 {
    width: 28% !important;
    top: 18rem;
}

.img-5 {
    width: 32% !important;
    top: 28rem;
    left: 27%;
}
#get-started {
  height: 100vh!important;
  padding-bottom: 0px!important
  
}
/* @media (max-width : 1050px) {
  #get-started .container .row {
    height: 41rem;
  }
} */

@media (max-width: 992px) {

  /* #get-started .container .row {
    height: 30rem;
  } */

  .img-1 {
    width: 55% !important;
    top: 0;
    left: 28%;
  }

  .img-2 {
    width: 21% !important;
    top: 14%;
    left: 82%;
  }

  .img-3 {
    width: 43% !important;
    top: 29%;
    left: 83%;
  }
  

 .img-4 {
    width: 13% !important;
    top: 32rem;
    left: 54%;
}

  .img-5 {
    width: 45% !important;
    top: 52%;
    left: 14%;
  }

  .get-started .RED-link-2 {
    margin-bottom: 30px;
  }
}


@media (max-width: 885px) {

  #get-started .container .row {
    height: 100vh;
  }

  .img-1 {
    width: 50% !important;
    top: 0;
    left: 17%;
  }

  .img-2 {
    width: 18% !important;
    top: 15%;
    left: 69%;
  }

  .img-3 {
    width: 38% !important;
    top: 29%;
    left: 70%;
  }

  .img-4 {
    width: 18% !important;
    top: 59%;
    left: 57%;
  }

  .img-5 {
    width: 40% !important;
    top: 52%;
    left: 14%;
  }

  .get-started .RED-link-2 {
    margin-bottom: 30px;
  }
}

/* For Mobile View  */

.get-started .layer-env {
  display: none !important;
}

@media (max-width: 767px) {
  .get-started .about-acme-imgs img {
    display: none !important;
  }

  #get-started .container .row {
    height: auto;
  }

  .get-started .layer-env {
    display: block !important;
    position: relative;
  }

  .get-started .layer-env .layer {
    display: block;
    margin-left: 15px;
    width: 100%;
    height: auto !important;
  }
}


.get-started .overlap-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* height: 84%; */
}

.box-bunch img {
  width: 100%;
  
}
.img-box{
  padding: 0px;
}
.img-box1 img {
      margin-top: 22%;
}
.img-box2 img {
    margin-top: 44%;
}
.img-box3 img {
  margin-top: 66%;
}
.img-box4 img {
  margin-top: 88%;
}
.section-with-bg {
  position: relative;
  overflow: hidden;
}



/* Background in top-right */


/* Ensure content stays above background */
.section-with-bg .container-fluid {
  position: relative;
  z-index: 1;
}
.black-btn{
  color: #000000;
}
.carousel-container {
      width: 100%;
      max-width: 800px;
      margin: 40px auto;
      overflow: hidden;
      border-radius: 12px;
      position: relative;
    }

    .carousel-track {
      display: flex;
      width: 100%;
      transition: transform 0.5s ease-in-out;
    }

    .carousel-slide {
      min-width: 100%;
      height: 400px;
    }

    .carousel-slide img {
      width: 100%;
      display: block;
    }
    .leadership-section {
  background-color: #f9f9f9; /* outer background */
}

.leadership-text {
  background: linear-gradient(90deg, #2F82C3 0%, #163E5D 100%);
  height: 100%;
}

.leadership-text .btn {
  font-size: 16px;
  font-weight: 500;
}

.object-fit-cover {
  object-fit: cover;
  height: 100%;
}
.manoj-sec img {
  width: 100%;
}
.manoj-leader-section {
  position: relative;
      padding-top: 0px;
}

.manoj-sec {
  position: relative;
}

.overlay-text {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: left;
  width: 90%;
  max-width: 1000px;
  padding: 20px;
}

.overlay-text h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: 'Mulish', sans-serif;
}

.overlay-text .highlight {
  font-weight: 800;
  color: white;
}

.overlay-text .signature {
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
  margin: 20px 0 10px;
}

.overlay-text .title {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.overlay-text .quote-description {
  font-size: 14px;
  font-family: 'Mulish', sans-serif;
  margin-bottom: 20px;
}

.btn-leadership {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #99cc66;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-leadership:hover {
  background-color: #99cc66;
  color: #000;
}

.manoj-overlay-content {
position: absolute;
    top: 15%;
    /* right: 8%; */
    text-align: left;
    color: white;
    max-width: 647px;
    padding-left: 10px;
    margin-left: 6px; 
        left: 15%;

}

.manoj-overlay-content h2 {
color: var(--white, #FFF);
    font-family: Mulish;
    font-size: 47px;
    font-style: normal;
    font-weight: 200;
    line-height: 58px;
}

.manoj-overlay-content .highlight {
  font-weight: 800;
  color: white;
}

.manoj-overlay-content .signature {
  font-family: 'Dancing Script', cursive;
  font-size: 20px;
  margin: 20px 0 10px;
}

.manoj-overlay-content .title {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.manoj-overlay-content .quote-description {
    margin-bottom: 20px;
    color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
     width: 60%;
}

.manoj-overlay-content .btn-leadership {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #99cc66;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.manoj-overlay-content .btn-leadership:hover {
  background-color: #99cc66;
  color: #000;
}
.leader-btn{
  position: absolute;
      bottom: -162px;
}
.quote-description{
right: -261px;
    top: 43px;
}
.quote-description {
  position: relative;
  /* padding-left: 20px; */
}

.quote-description::before {
      content: "";
    position: absolute;
    left: -60px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #003D6C;
}
.combine-txt{
      width: 15%;
    position: absolute;
    height: 15%;
    left: 20pxx;
    left: -100px;
        top: -6px;
}
.contact-hero-section {
  position: relative;
  height:70vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 60px;
  color: white;
      background-color: transparent;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-overlay-content {
  z-index: 2;
  max-width: 600px;
  font-family: 'Mulish', sans-serif;
}

.video-overlay-content h5 {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-heading {
    color: #FFF;
    font-family: Mulish;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
        margin-bottom: 10px;
}

.video-overlay-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-email {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}

.btn-contact {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #99cc66;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background-color: #99cc66;
  color: #000;
}
.media-title {
  font-size: 32px;
  font-weight: 700;
  font-family: 'Mulish', sans-serif;
  
}



.media-thumb {
width: 100% !important;

  border-radius: 4px;
}

.media-tag {
  background-color:#000000E5;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}

.media-tag.news {
  background-color: #d62828;
}

.media-tag.highlight {
  background-color: #f4b400;
}

.media-tag.featured {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
} 

.media-date {
  font-size: 12px;
  color: #B4B4B4;
margin-bottom: 5px;
    margin-top: 12px;
}

.media-head {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
}

.featured-card {
  background-color: #004d8f;
  border-radius: 8px;
  overflow: hidden;
  color: white;
  position: relative;
}



.featured-head{
color: #fff!important;
}
/* .media-item{
      border-bottom: 1px solid #80808017;
} */
.medioa-date-2{
  color: #fff;
}
.media-thumb-wrapper {
  position: relative;
  display: inline-block;
}



/* New Stylish Tag */
.media-label {
position: absolute;
    top: 0px;
    left: 0px;
    background: #000000BF;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding:8px;
    /* border-radius: 999px; */
    text-transform: uppercase;
    font-family: 'Mulish', sans-serif;
    backdrop-filter: blur(2px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 10px;
    letter-spacing: 0.5px;}
    .featured-caption{
          position: absolute;
    bottom: 60px;
    padding: 0px 60px;
    }
    .report-desc{
      color: #FFF;

/* Copy Medium */
font-family: Mulish;
font-size: 24px;
font-style: normal;
font-weight: 350;
line-height: normal;
    }
.report-title{
  color: #FFF;
font-family: Mulish;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(275deg, rgba(5, 64, 110, 0.00) 36.69%, #05406E 81.69%);
  pointer-events: none; /* allows clicks to pass through */
}
.footer-inspiration{
      margin-top: 0px!important;
}

.corporate-button{
    background: linear-gradient(90deg, #38B000 4.38%, #028D3A 76.09%) !important;
    color: #ffff;
    border: transparent;
    display: inline-block;
    padding: 12px 28px;
    font-size: 18px;
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    font-family: Mulish !important;
        margin-left: 20px;
}
.corporate-button:hover {
position: relative;
    display: inline-block;
    padding: 12px 28px;
    font-size: 18px;
    color: #fff;
    background: #dc3545!important;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    font-family: Mulish !important;
}
.corporate-button:hover::before {
    background: #dc3545!important;
}


.highlight-txt {
  position: relative;
  display: inline-block;
}

.highlight-txt::after{
  content: "";
  display: block;
  width: 100%;
  height: 4px; /* thickness of underline */
  margin-top: 4px;
  background: linear-gradient(87deg, #2F82C3 31.29%, #8ED527 97.35%);
  border-radius: 2px;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  background: #000;
  padding: 20px;
  max-width: 1200px;
  width: 90%;
  border-radius: 8px;
}

.video-modal video {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.close-btn {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  color: #000;
  font-size: 24px;
  padding: 0 10px;
  border-radius: 50%;
  cursor: pointer;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.swiper-pagination-bullet {
  background: #99cc66!important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #1a4da1;
}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 35px!important;
    top: var(--swiper-pagination-top,auto)!important;
    left: -72px!important;
    width: 100%!important;
}
.world-img img {
  width: 75%;
}
.video-sec video{
  width: 100%;
      border-radius: 10px;
          margin-top: 25px;
}
.about-acme-imgs{
      margin-top: -60px!important ;
}

.acme-world{
  margin-bottom: 15px!important;
}
.play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.play-pause-btn img {
    width: 100px;
    height: 100px;
}
.ellipse-container {
    display: inline-block;
    position: relative;
    text-align: center;
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000; /* adjust text color */
    font-size: 18px; /* adjust as needed */
    font-weight: bold;
    white-space: nowrap;
}

.top-icon {
    position: absolute;
    top: 10px;
    /* right: -5px; */
    /* width: 100px; */
    height: auto;
    left: -12px;
}
.top-icon-1 {
    top: 181px!important;
    bottom: 0px!important;
    right: -6px!important;
    position: absolute;
}

/* Custom position for second icon */
.top-icon-2 {
    right: -36px !important;
    position: absolute;
    top: -24px;
}
.circle-borrow{
      display: flex;
    justify-content: center;
        margin-top: 50px !important;

        
}
.video-wrapper-1 {
  position: relative;
  max-width: 100%;
}
.custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    cursor: pointer;
    z-index: 10;
}
/* ==============================
   LARGE & ULTRA-WIDE SCREENS
   ============================== */
@media (min-width: 1900px) and (max-width: 3000px) {
  .manoj-overlay-content {
    position: absolute;
    top: 21%;
    right: 8%;
    text-align: left;
    color: white;
    max-width: 647px;
    padding-left: 10px;
    margin-left: 6px;
  }

  .featured-caption {
    position: absolute;
    bottom: 90px;
    padding: 0px 60px;
  }
}

/* ==============================
   GENERAL STYLES
   ============================== */
.circle-borrow {
  display: flex;
  justify-content: flex-end;
}

.gradient-text-another {
  background: var(--Brand-Blue, rgba(47, 130, 195, 1));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: fit-content;
  font-size: 48px;
  line-height: 60px;
}

/* Default large screens (Mac, 1440px and above) */
#get-started {
  height: 100vh !important;
}

/* ==============================
   RESPONSIVE BREAKPOINTS
   ============================== */

/* 1701px–1899px (large desktops) */
@media (min-width: 1701px) and (max-width: 1899px) {
  #get-started {
    height: 95vh !important;
  }
}

/* 1800px–1920px (large desktops / iMacs) */
@media (min-width: 1800px) and (max-width: 1920px) {
  #get-started {
    height: 90vh !important;
  }
}

/* 1200px–1700px (standard desktops) */
@media (min-width: 1200px) and (max-width: 1700px) {
  #get-started {
    height: 100vh !important;
  }
}

/* Up to 1024px (laptops & small desktops) */
@media (max-width: 1024px) {
  #get-started {
    height: 100vh !important;
  }
}

/* Up to 768px (tablets) */
@media (max-width: 768px) {
  #get-started {
    height: 100vh !important;
  }
}

/* Up to 600px (small tablets / large phones) */
@media (max-width: 600px) {
  #get-started {
    height: 100vh !important;
  }
}

/* Up to 480px (mobile phones) */
@media (max-width: 480px) {
  #get-started {
    height: 100vh !important;
  }

  .bold-bg::before {
    display: none !important;
  }
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 24px !important;
    top: var(--swiper-pagination-top, auto) !important;
    left: -43px !important;
    width: 100% !important;
  }
.circle-borrow {
    display: flex;
    justify-content: center!important;
}
/* .media-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
} */

<<<<<<< HEAD
/* .footer-inspiration p {
    font-size: 31px !important;
    
} */
=======

>>>>>>> c6a8632528a55d59cc5b53c59afea0ac68c8c0e4
.report-desc {
    color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}
.contact-hero-section {
    padding-left: 0px;
}
@media (min-width: 1200px) and (max-width: 1700px) {
    .bold-bg::before {
        top: -248px!important;
        /* width: 55%!important; */
        right: -80px!important;
        opacity: 0.9!important;
    }
    .combine-txt {
    width: 11%;
    position: absolute;
    height: 15%;
    left: 20pxx;
    left: -64px;
    top: -6px;
}




}
@media (min-width: 1200px) and (max-width: 1377px) {
.quote-description {
    right: -221px;
    top: 43px;
}
.quote-description {
    position: relative;
    padding-left: 0px;
}
.manoj-overlay-content {
    position: absolute;
    top: 15%;
    right: 0%;
    text-align: left;
    color: white;
    max-width: 647px;
    padding-left: 10px;
    margin-left: 6px;
}
.leader-btn {
    position: absolute;
    bottom: -105px;
}
}
/* .industry_tab{
  margin-left: 50px;
} */
/* .media-item{
  display: flex;
} */
/* ============ VISIBILITY CONTROL ============ */
/* By default: mobile section hidden, desktop section visible */
.partner-section-mobile { display: none; }
@media (max-width: 767.98px) {
  /* Hide original desktop section on mobile */
  .partner-section { display: none !important; }
  /* Show the new mobile-only section */
  .partner-section-mobile { display: block; }
}

/* ============ MOBILE STYLES ============ */
@media (max-width: 767.98px) {
  .partner-section-mobile .container { padding-left: 0; padding-right: 0; }
  .partner-section-mobile .explore-btn.btn-2 {
    display:inline-flex; align-items:center; justify-content:center;
    width: calc(100% - 24px); margin: 10px 12px 6px; padding: 12px 16px;
    border-radius: 12px; font-weight: 600; text-decoration: none;
  }

  /* Slider wrapper (native horizontal scroll + snap) */
  .partner-section-mobile .circle-slider {
    display: flex; flex-wrap: nowrap; gap: 14px;
    overflow-x: auto; -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 12px 16px 6px; margin-top: 8px;
  }
  .partner-section-mobile .circle-slider::-webkit-scrollbar { display: none; }
  .partner-section-mobile .circle-slider { scrollbar-width: none; }

  /* Slides */
  .partner-section-mobile .slide {
    flex: 0 0 82%; max-width: 82%;
    scroll-snap-align: center;
    display:flex; justify-content:center;
  }

  /* Card inside slide */
  .partner-section-mobile .ellipse-card {
    position: relative; 
  }

  .partner-section-mobile .ellipse-img {
    width: 100%; height: auto; display: block;
  }


  .partner-section-mobile .centered-text .appera-txt {
    font-size: 16px; line-height: 1.35; margin: 0; color: #111;
  }

  .partner-section-mobile .top-icon {
        position: absolute;
        top: 11%;
        right: 12%;
        width: 80px;
        height: auto;
  }

  /* Dots */
  .partner-section-mobile .slider-dots {
    display:flex; justify-content:center; gap:8px; margin: 8px 0 0;
  }
  .partner-section-mobile .slider-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: rgba(0,0,0,.18);
    transition: transform .2s ease, background .2s ease;
  }
  .partner-section-mobile .slider-dot.is-active {
    transform: scale(1.4);
    background: rgba(0,0,0,.65);
  }
}
.video-sec {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.video-wrapper-1 {
  position: relative;
  width: 80%; /* Video width 80% */
}

.center-video {
  width: 100%;
  border-radius: 10px; /* optional */
  display: block;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none; /* Hide by default */
}

.custom-play-button img {
  width: 90px;
  height: 0px;
}
@media (min-width: 992px) and (max-width: 1300px) {
            .industry-items{
                text-align: center;
                padding: 0 25px !important;
            }

        }
         @media screen and (min-width: 1300px) {
            .industry-items{
                text-align: center;
                padding: 0 82px !important;
            }
        }
        .industry-items{
            text-align: center;
        }
/* .contact-hero-section {
  position: relative;
  background: url('../New_img/VIDEO.svg') no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  margin-bottom: 0px;
  height: 105vh;
} */
.video-overlay-content{
  background-color: #408121E5;
  padding: 60px 50px;
  max-width: 510px;
}
.button-row {
    display: flex;
    align-items: center;
}

.button-row .btn-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.explore-btn-sec{
  position: relative;
    display: inline-block;
    padding: 12px 28px;
    font-size: 16px;
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    /* z-index: 1; */
    overflow: hidden;
    font-family: Mulish !important;
    border: 2px solid #fff;
}
.explore-btn-sec::before {
    content: " →";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px;
    border-radius: 30px;
    color: #fff;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.explore-btn-sec::after {
    content: "→";
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.3s 
ease;
    position: relative;
    color: #fff;
}
.explore-btn-sec:hover {
background: #dc3545 !important;    color: #fff;
    border-color:  #dc3545 !important;
    padding: 12px 28px;
        transition: transform 0.3s 
ease;
}
.explore-btn-sec:hover::after {
  transform: translateX(5px);
}
.about-acme-imgs {
  position: relative;
  display: grid;
  grid-template-areas: "stack";
  width: 100%;
  overflow: visible;
}
.about-acme-imgs::before {
  content: "";
  display: block;
  padding-top: 62.5%; /* ~16:10 => (10/16)*100 */
}

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

.media-item h5,
.media-item p {
  text-decoration: none !important;
}



