@font-face {
    font-family: 'Caviar Dreams';
    src: url('../assets/fonts/CaviarDreams.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/* Fonts */
:root {
  --clr-primary: rgba(175, 230, 127, 1);
  --clr-secondary: #F3FDFF;
  --clr-heading: #1E1E1E;
  --clr-black: #000000;
  --clr-white: #ffff;
  --clr-text: #808080;
  --clr-white-600: #fcfcfc;
  --ff-sub-primary: 'ABC Diatype Mono';
  --ff-primary: 'Albra Display';
  --ff-body: 'Jeko DEMO';
  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-size: 2px;
  --swiper-scrollbar-drag-bg-color: var(--clr-primary);
  --swiper-pagination-color: var(--clr-primary);
  --swiper-pagination-progressbar-size: 3px;
  --swiper-pagination-progressbar-bg-color: #D6D6D6;
}

/* Browser Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
  font: inherit;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:focus,
a:hover {
  outline: none;
}

a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

section {
  position: relative;
  z-index: 1;
}

body {
  font-family: var(--ff-body);
  text-rendering: optimizeSpeed;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(73, 73, 73, 1);
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-family: var(--ff-body);
  color: rgba(73, 73, 73, 1);
  font-weight: 400;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ff-primary);
  margin-bottom: 0;
  font-weight: 400;
}

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



.form-control:focus {
  box-shadow: inherit;
}

/* Utility Classes */
.overlay::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1;
  top: 0px;
  left: 0;
}

.container {
  max-width: 1600px;
  padding: 0 30px;
}

.custom-button {
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
}

.custom-button::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--clr-primary);
  content: '';
  z-index: 1;
  transition: .5s ease-in-out;
}

.custom-button:hover:before {
  width: 100%;
}

.custom-button .scoir {
  position: relative;
  text-transform: capitalize;
  font-family: var(--ff-body);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-primary);
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 20px;
  height: 50px;
  border-radius: 0px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
  z-index: 9;
}

.custom-button .round {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-primary);
  color: #000;
  border: none;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 9;
}

.custom-pd {
  padding: 80px 0;
}

.green__about-left {
  position: relative;
  width: 100%;
  height: 100%;
}

.green__heading h6 {
  position: relative;
  width: fit-content;
  background: rgba(241, 241, 241, 1);
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: var(--ff-sub-primary);
  margin-bottom: 15px;
}

.green__heading h2 {
  position: relative;
  font-size: 44px;
  font-weight: 400;
  color: #000;
  font-family: var(--ff-primary);
  line-height: 54px;
}

.green__heading {
  margin-bottom: 20px;
}

.green__header {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 99;
}

.green__header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.green__header-nav {
  padding: 10px 20px;
  position: relative;
  background: #292929c4;
  backdrop-filter: blur(50px);
}

.green__header-nav .navbar-brand {
  padding-right: 20px !important;
  border-right: 1px solid #fff;
}

.green__header-nav .navbar-nav {
  gap: 20px;
}

.green__header-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  padding: 0 !important;
  transition: all .2s ease;
  margin: 0 8px;
}

.green__header-nav .nav-link:hover {
  color: rgb(175, 230, 127);
}

.green__header-nav .nav-link::after {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: rgb(175, 230, 127);
  content: "";
  bottom: -4px;
  left: 0;
  transition: all .3s ease;
}

.green__header-nav .nav-link:hover::after {
  width: 100%;
}

.green__header .menu-item.active a {
  color: rgba(175, 230, 127, 1);
   position: relative;
}

.green__header .menu-item.active a::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(51 109 1);
  content: "";
  bottom: -4px;
  left: 0;
  transition: all .3s ease;
}

.green__banner {
  position: relative;
  width: 100%;
}

.green__banner-video {
  width: 100%;
  position: relative;
  height: 100vh;
}

.green__banner-video video {
  width: 100%;
  display: block;
  height: 100vh;
  object-fit: cover;
}

.green__banner-wrapper {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 99;
}

.green__banner::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(205.7deg, rgba(0, 0, 0, 0) 71.81%, rgba(0, 0, 0, 0.62) 94.29%);
  z-index: 9;
  content: '';
}

.green__banner-wrapper .container {
  position: relative;
  height: 100%;
}

.green__banner-text {
  position: relative;

}

.green__banner-text h2 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.green__banner-text p {
  color: #fff;
}

.green__about-right {
  position: relative;
  width: 100%;
}

.green__about-right h3 {
  font-size: 36px;
  line-height: 44px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 20px;
}

.green__about-right p {
  color: rgba(30, 30, 30, 1);
  margin-bottom: 20px;
}

.green__about {
  position: relative;
  width: 100%;
}

.green__about::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: url('../images/about_bg.png') no-repeat 0 0;
  background-size: 100%, 100%;
  content: '';
}

.green__about-left span {
  position: absolute;
  right: 30%;
  top: 28%;
  animation: rotation 20s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.green__about-box {
  position: relative;
  width: 100%;
  display: flex;
  height: 100%;
  transition: .5s ease-in-out;
}

.green__about-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(323.87deg, rgba(0, 0, 0, 0) 53.23%, rgba(0, 0, 0, 0.6) 74.16%);
  content: '';
  z-index: 11;
}

.green__about-box-cont {
  width: 75%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  transition: .5s ease-in-out;
  z-index: 99;
}

.green__about-box:hover .green__about-box-cont h4 {
  color: #fff;
  transition: .5s ease-in-out;
}

.green__about-box-cont h4 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 12px;
  transition: .5s ease-in-out;
  font-weight: 600;
}

.green__about-box:hover .green__about-box-cont p {
  color: #fff;
  transition: .5s ease-in-out;
}

.green__about-box-cont p {
  color: #fff;
  margin-bottom: 15px;
  transition: .5s ease-in-out;
}

.green__about-box-cont a {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.green__about-box-img img {
  display: block;
  transition: .5s ease-in-out;
}

.green__about-box-img .img2 {
  transition: .3s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.green__about-box:hover .green__about-box-img .img2 {
  opacity: 1;
  ;
  transition: .5s ease-in-out;
}

.green__about-box:hover .green__about-box-img .img1 {
  opacity: 0;
  transition: .5s ease-in-out;
}

.green__about-box-img {
  position: relative;
  width: 100%;
}

.green__about-box-last .green__about-box-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.green__product {
  position: relative;
  background: rgba(247, 247, 247, 1);
}

.green__product .green__heading h6 {
  background: #fff;
}


.green__product .green__cont {
  padding-left: 25px;
}

.green__product .green__cont p {
  margin-bottom: 12px;
}

.green__product-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.green__product-box:hover {
  background: #fff;
}

.green__product-cont {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.green__product-img {
  width: 50%;

}

.green__product-box:hover .custom-button .round {
  border: 1px solid var(--clr-primary);
  background-color: var(--clr-primary)
}

.green__product-box:hover .custom-button .scoir {
  border: 1px solid var(--clr-primary);
  background-color: var(--clr-primary)
}

.green__product-cont h4 a {
  font-size: 22px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 12px;
  font-weight: 500;
}

.green__product-cont .custom-button .scoir {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 1);
}

.green__product-cont .custom-button .round {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 1);
}

.green__product-img p {
  font-size: 14px;
  text-transform: capitalize;
  line-height: 23px;
  display: block;
  height: 93px;
  overflow: hidden;
}

.product__img {
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}

.product__img img {
  width: 100%;
  transform: scale(1);
  transition: .5s ease-in-out;
}

.green__product-box:hover .product__img img {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

.green__product-wrap {
  background: rgba(247, 247, 247, 1);
  margin-top: 20px;
  border: 1px solid rgba(0, 0, 0, 1);
  border-width: 1px 0;
  padding: 20px 0;
  position: relative;
}

.green__product-wrap::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 1);
  content: '';
  width: 1px;
  height: 90%;
}

.green__impact-left {
  position: relative;
  width: 100%;
}

.green__impact {
  width: 100%;
  background: #fff;
}

.green__impact-video {
  padding-top: 20px;
  width: 100%;
}

.green__impact-video video {
  display: block;
  width: 100%;
}

.green__impact-right {
  padding-left: 50px;
}

.green__impact-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  justify-content: space-between;
}

.green__impact-right ul li {
  width: 48%;
}

.green__impact-right h3 {
  color: #1C4132;
  font-weight: 500;
  font-size: 70px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.green__impact-right p span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.green__impact-right p {
  font-size: 16px;
}

.green__solutions h6 {
  margin: 0 auto 15px;
}

.green__solutions-bg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.green__solutions-bg img {
  width: 100%;
  height: 100%;
}

.green__solutions {
  position: relative;
  width: 100%;
}

.green__solutions h2 {
  color: #fff;
}

.green__solutions-slider {
  margin-top: 30px;

}

.green__solutions-box {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px 0;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.green__solutions-box:hover {
  background: rgba(175, 230, 127, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.green__solutions-cont h4 {
  font-size: 22px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 12px;
  height: 56px;
  overflow: hidden;
}


.green__solutions-icon img {
  width: 50px;
}

.green__solutions-cont p {
  margin-bottom: 20px;
  -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;	
}

.green__solutions-cont .scoir {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 1);
}

.green__solutions-cont .round {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000 !important;
  border: none;
  font-size: 22px;
}

.green__solutions-slider .swiper-button-next {
  right: 0px;
}

.green__solutions-slider .swiper-button-prev {
  left: 0px;
}

.green__envision {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

.green__envision-headding h3 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
  font-family: var(--ff-primary);
  text-align: center;
}

.green__envision-wrap {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

.green__envision-wrap p {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.green__envision-img {
  width: 45%;
  margin: 0 auto 20px;
}

.green__envision-box {
  position: absolute;
  top: 100px;
  left: 0;
  width: 36%;
  border-top: 1px solid rgba(0, 0, 0, 1);
  padding-top: 10px;
}


.green__envision-box p {
  color: rgba(73, 73, 73, 1);
  margin-bottom: 12px;
}

.green__envision-box h4 {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
}

.green__envision-box:nth-child(3) {
  left: inherit;
  right: 0;
  text-align: right;
  top: 20px;
  width: 56%;
}

.green__envision-box:nth-child(4) {
  left: inherit;
  right: 0;
  text-align: right;
  top: 47%;
  width: 39%;
}

.green__envision-box:nth-child(4) p {
  text-align: right;
}

.green__envision-box:nth-child(3) p {
  text-align: right;
}

.green__envision-box p {
  width: 100%;
  text-align: left;
}

.green__renewables {
  position: relative;
  width: 70%;
  margin: 60px auto 0;
  background: rgba(241, 241, 241, 1);
  padding: 35px 25px 50px;
  border-radius: 0;
}

.green__renewables h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  margin-bottom: 12px;
}

.green__renewable-cont h5 {
  width: 30%;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #1E1E1E;

}

.green__renewable-cont h5 span {
  color: #63E016;
  display: block;
  font-weight: 500;
}

.green__renewable-cont {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.green__renewable-cont p {
  width: 20%;
  margin-left: auto;
}

.green__renewable-cont p span {
  color: #000;
  display: block;
  font-weight: 500;
  font-size: 50px;
  margin-bottom: 10px;
}

.green__renewable-cont::before {
  position: absolute;
  top: -22px;
  right: 0;
  width: 48%;
  height: 1px;
  content: '';
  background: #000;
}

.green__envision-bg {
  position: relative;
  margin-top: -70px;

}

.green__envision-bg img {
  width: 100%;
}

.green__envision::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background: url('../images/about_bg.png') no-repeat 0 0;
  background-size: auto;
  background-size: 100%, 100%;
  content: '';
}

.green__industries-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  justify-content: space-between;
  margin-top: 35px;
}

.green__industries-box:first-child {
  padding-top: 20px;
  border-top: 1px solid rgba(22, 22, 22, 1);
}

.green__industries-box:nth-child(2) {
  padding-top: 20px;
  border-top: 1px solid rgba(22, 22, 22, 1);
}

.green__industries-box {
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(22, 22, 22, 1);
}

.green__industries-box span {
  font-size: 20px;
  color: rgba(73, 73, 73, 1);
  font-weight: 700;
}

.green__industries-box .icon {
  width: 45%;
}

.green__industries-box .icon img {
  margin: 0 auto;
}

.green__industries-cont {
  width: 50%;
}

.green__industries-cont h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  color: #1E1E1E;
  margin-bottom: 10px;
  height: 52px;
  overflow: hidden;
}

.green__industries-cont p {
  font-size: 16px;
}

.green__industries {
  position: relative;
  width: 100%;
}

.green__industries::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
  height: 500px;
  background: url('../images/industries_bg.png') no-repeat 0 0;
  background-size: auto;
  background-size: 100%, 100%;
  content: '';
}

.green__storage {
  background: rgba(247, 247, 247, 1);
  position: relative;
  overflow: hidden;
}

.green__storage-right {
  position: relative;
  width: 100%;
  padding-left: 30px;
  height: 100%;
  border-bottom: 1px solid rgba(22, 22, 22, 1);
}

.green__storage-cont {
  position: relative;
  width: 100%;
  padding: 15px 50px 15px 0;
  border-top: 1px solid rgba(22, 22, 22, 1);
}

.green__storage-cont h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  color: #1E1E1E;
  margin-bottom: 12px;
}

.green__storage-faq .accordion-button::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '\2b';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 22px;
  color: var(--ff-primary);
}

.green__storage-faq .accordion-button::after {
  display: none;
}

.green__storage-faq .accordion-button:not(.collapsed)::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '\f068';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 22px;
  color: var(--ff-primary);
}

.green__storage-faq {
  width: 70%;
  position: relative;
  border: none;
}

.green__storage-faq .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(22, 22, 22, 1);
  border-radius: 0;
  background: none;
}

.green__storage-faq button {
  padding: 15px 0;
  border: none;
  display: flex;
  background: none;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(73, 73, 73, 1);
}

.green__storage-faq .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: inherit;
}

.green__storage-faq .accordion-button:focus {
  box-shadow: inherit;
}

.green__storage-faq .accordion-body {
  padding: 0 0 15px;
}

.green__storage-faq .accordion-body p {
  font-size: 16px;
  line-height: 26px;
}

.green__storage-faq {
  margin-bottom: 20px;
}

.green__storage-img-bg {
  position: absolute;
  right: -67px;
  width: 33%;
  bottom: 0;
}


.green__transforming {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

.green__transforming .green__heading h3 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #000;
  font-family: var(--ff-primary);
  text-align: center;
  margin-bottom: 15px;

}

.green__transforming-wrap {
  position: relative;
  width: 100%;
  padding: 30px;
  background: rgba(247, 247, 247, 1);
  margin-top: 25px;
}

.green__transforming-wrap h6 {
  margin: -44px auto 20px;
  background: rgba(175, 230, 127, 1);
}

.green__transforming-faq .accordion-button:not(.collapsed) {
  color: #000;
  ;
}

.green__transforming-faq .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(161, 161, 161, 1);
  border-radius: 0;
  background: none;
}

.green__transforming-faq button {
  padding: 15px 0;
  border: none;
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: rgba(73, 73, 73, 1);
  background: none;
}

.green__transforming-faq .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: inherit;
}

.green__transforming-faq .accordion-button:focus {
  box-shadow: inherit;
}

.green__transforming-faq .accordion-body {
  padding: 0 0 15px;
}

.green__transforming-faq .accordion-body p {
  font-size: 16px;
  line-height: 26px;
}

.green__transformin-img1 {
  position: absolute;
  right: 0;
  left: inherit;
  width: 15%;
  top: 15%;
}

.green__transformin-img2 {
  position: absolute;
  left: 55px;
  width: 13%;
  top: 4%;
}

.green__transformin-img3 {
  position: absolute;
  left: 0;
  width: 14%;
  top: 15%;
}

.green__sustainability-cont {
  position: relative;
  padding-top: 20px;
}

.green__susta-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(73, 73, 73, 1);
}

.green__susta-icon {
  width: 25%;
}

.green__susta-cont {
  width: 75%;
  padding-left: 15px;
}

.green__susta-cont p {
  font-size: 16px;
}

.green__susta-cont h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  font-family: var(--ff-primary);
  margin-bottom: 12px;
}

.green__sustainability {
  position: relative;
  background: rgba(255, 255, 255, 1);
}

.green__sustainability::before {
  position: absolute;
  right: 0;
  width: 100px;
  height: 171px;
  top: 100px;
  background: url('../images/sus_icon-bg.png') no-repeat 0 0;
  background-size: auto;
  content: '';
  background-size: 100%, 100%;
}

/* contact */
.green__contact__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.green__contact__background::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  bottom: 0;
  left: 0;
  z-index: 1;
}

.green__contact__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.green__heading {
  margin-bottom: 20px;
  position: relative;
}


.green__contact-wrap {
  position: relative;
  z-index: 99;
}

.green__conatct-left .green__heading h6 {
  font-family: var(--ff-sub-primary);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  background-color: var(--clr-white);
  width: fit-content;
  padding: 0px 20px;
  display: inline-flex;
  min-height: 35px;
  justify-content: center;
  align-items: center;
  color: var(--clr-black);
}

.green__conatct-left .green__heading h2 {
  color: var(--clr-white);
}

.green__conatct-left .green__cont p {
  color: var(--clr-white);
}

.green__contact-form {
  background-color: var(--clr-white);
  padding: 25px 20px;
}

.green__contact-form .form-buuton {
  position: relative;
  text-transform: capitalize;
  font-family: var(--ff-body);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-primary);
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 20px;
  height: 50px;
  border-radius: 0px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
}

.green__contact-form label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--clr-text);
  padding-bottom: 8px;
}

.green__contact-form textarea {
  resize: none;
  height: 110px;
}

.green__contact-form .form-control {
  background-color: rgb(247, 247, 247);
  border: medium;
  padding: 10px 15px;
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--clr-text);
}

.green__power-bg {
  position: relative;
  width: 100%;
}

.green__power-bg img {
  width: 100%;
}

.green__power-wrap {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}

.green__power-wrap .green__cont h3 {
  padding-bottom: 15px;
}

.green__power-wrap .custom-button {
  display: flex;
  justify-content: center;
  margin: 15px auto;
}

.product__img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.green__power-box-wrap {
  display: flex;
  justify-content: space-between;
}

.green__power-box {
  padding: 25px 0px;
  width: 15%;
  text-align: center;
  background: #f7f7f78f;
  backdrop-filter: blur(30px);
}

.green__power-box .green__cont h4 {
  font-family: var(--ff-primary);
  font-weight: 600;
  font-size: 52px;
  line-height: 60px;
  text-transform: uppercase;
  color: rgb(60, 116, 12);
  margin-bottom: 15px;
}

.green__power-box .green__cont p {
  font-size: 16px;
  line-height: 26px;
}

.footer__col .footer__heading {
  padding-bottom: 15px;
}

.footer__col .footer__heading h4 {
  font-family: var(--ff-primary);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--clr-heading);
}

.footer__menu-list ul li {
  font-family: var(--ff-body);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: rgb(73, 73, 73);
  padding-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.footer__menu-list ul li a {
  color: rgb(73, 73, 73);
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.footer__menu-list ul li span {
  display: inline-flex;
  align-items: center;
  margin-right: 5px;
}

.footer__menu-list ul li a {
  color: rgb(73, 73, 73);
  display: inline-flex;
  gap: 5px;
  align-items: center;
}

.footer__col .green__cont {
  text-align: right;
}

.footer__logo {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
}

.footer__social-list {
  margin-top: 20px;
}

.footer__social-list ul {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: end;
  margin-top: 12px;
}

.footer__social-list ul li span {
  display: inline-flex;
  align-items: center;
}

.footer__social-list ul li span img {
  height: 20px;
  object-fit: contain;
}

.footer__bottom {
  border-top: 1px solid rgb(73, 73, 73);
  padding: 20px 0px;
  margin-top: 35px;
}

.footer__bottom .green__cont a {
  color: rgb(73, 73, 73);
}

.footer__social-list ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #494949;
  border-radius: 100%;
}

.green__storage-img {
  position: relative;
}

.green__storage-img video {
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.rotate__animation {
  max-width: 294px;
  position: absolute;
  bottom: 0;
  right: 10%;
}

.rotate__img-one {
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: -120px;
}

.rotate__img-one img {
  height: 345px;
}

.rotate__img {
  position: relative;
  z-index: 1;
  display: inline-block;
  animation: rotate360 2s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotate__img:hover {
  animation-play-state: paused;
}

.green__renewables,
.green__envision-bg {
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.green__header.fixed-top {
  top: 0;
  background: #ffffffc2;
  backdrop-filter: blur(50px);
}

.green__header-wrap .navbar-brand img:last-child {
  display: none;
}

.green__header-wrap .navbar-brand img {
  width: 50px;
}


.green__header.fixed-top .green__header-nav .navbar-brand {
  border-color: var(--clr-primary);
}

.green__header.fixed-top .green__header-nav {
  padding: 12px 0;
  background: transparent;
  backdrop-filter: inherit;
}

.green__header.fixed-top .green__header-nav .nav-link {
  color: #000;
}

.green__about-right-bt {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.green__about-right-bt p a {
  color: #346f03;
}

.green__about-right-bt p {
  margin-bottom: 0;
  position: relative;
  padding-left: 50px;
  width: 38%;
}

.green__about-right-bt p span {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.039px 5.522px 10px 0px rgba(0, 0, 0, 0.05);
}
.green__about-right-bt p span img{
      width: 25px;
}

/* ==========inner pagecss+++++++++++====/ */
.green__innerbanner-box {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  z-index: 9;
}

.green__menu-list {
  position: relative;
  padding: 10px 20px;
  background: #fff;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.green__menu-list li {
  font-size: 16px;
  color: rgba(30, 30, 30, 1);
  font-weight: 700;
  text-transform: uppercase;

}

.green__menu-list li a {
  color: rgba(30, 30, 30, 1);
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}

.green__menu-list li a::before {
  position: absolute;
  right: -8px;
  bottom: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  content: '';
  background: rgba(30, 30, 30, 1);
  ;
}

.green__banner-img img {
  width: 100%;
}

.green__banner-img {
  width: 100%;
}

.green__provide {
  position: relative;
  width: 100%;
}

.green__provide-box {
  position: relative;
  width: 100%;
  align-items: center;
}

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

.green__provide-wrap .green__provide-box {
  padding: 20px 0;
  border-top: 1px solid #000;
  background: #fff;
}

.green__provide-wrap .green__cont p {
  margin-bottom: 15px;
}

.green__provide-wrap .green__cont p:last-child {
  margin-bottom: 0px;
}

.green__mission {
  position: relative;
  width: 100%;
  background: rgba(247, 247, 247, 1);
}

.green__mission-img {
  position: relative;
  width: 100%;
}

.green__mission-img img {
  width: 100%;
}

.green__mission .green__cont p {
  margin-bottom: 20px;
}

.green__mission .row:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 50px;
}

.green__measurable h6 {
  margin: 0 auto 15px;
}

.green__measurable {
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

.green__measurable-box {
  position: relative;
  width: 100%;
  background: rgba(247, 247, 247, 1);
  padding: 20px;
  height: 100%;
}

.green__measurable-box h3 {
  font-family: var(--ff-primary);
  font-weight: 500;
  font-size: 52px;
  line-height: 60px;
  text-transform: uppercase;
  color: rgba(28, 65, 50, 1);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  margin-bottom: 15px;
}

.green__measurable-box span {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.green__choose {
  position: relative;
  width: 100%;
  background: rgba(247, 247, 247, 1);
}

.green__choose-button {
  position: relative;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.green__choose-button .swiper-button-next,
.green__choose-button .swiper-button-prev {
  position: static;
  transform: inherit;
  margin: 0;
}

.green__choose-box {
  position: relative;
  width: 100%;
}

.green__choose-img {
  width: 100%;
  margin-bottom: 12px;
}

.green__choose-img img {
  width: 100%;
}

.green__choose-cont h4 {
  font-size: 22px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 12px;
}

.green__choose-cont p {
  color: rgba(73, 73, 73, 1);
}

.green__furure {
  position: relative;
  width: 100%;
}

.green__furure-img {
  position: relative;
  width: 100%;
}

.green__furure-img img {
  position: relative;
  width: 100%;
}

.green__furure .green__cont p {
  margin-bottom: 20px;
}

.green__furure-left {
  position: relative;
}

.green__furure-left .green__furure-img img {
  height: 708px;
  object-fit: cover;
}

.green__transforming-inner h6 {
  margin: 0 auto 20px;
}

.green__transforming-inner .green__transforming-faq {
  margin-top: 35px;
}

.green__transforming-inner .accordion-item {
  background: rgba(247, 247, 247, 1);
  padding: 20px;
  margin-bottom: 15px;
  border-bottom: inherit;
}

.green__transforming-inner .accordion-button {
  padding-top: 0;
}

.green__transforming-inner .accordion-body {
  padding: 15px 0 0;
  border-top: 1px solid rgba(161, 161, 161, 1);
}


.green__values-slider {
  position: relative;
  margin-top: 50px;
}

.green__values-box h5 {
  font-size: 20px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 12px;
  font-weight: 500;
   -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.green__values-box p {
  font-size: 16px;
}

.green__values-button {
  position: relative;
  display: flex;
  gap: 15px;
  margin-top: 110px;
}

.green__values-button .swiper-button-next,
.green__values-button .swiper-button-prev {
  position: static;
  transform: inherit;
  margin: 0;
}

.green__reality {
  position: relative;
  width: 100%;
  background: rgba(247, 247, 247, 1);
}

.green__reality-img {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.green__reality-img img {
  width: 100%;
}

.green__reality-wrap h6 {
  margin: 0 auto 15px;
}

.green__reality-wrap .custom-button {
  margin: 20px auto 0;
}

.green__reality-wrap p {
  font-size: 16px;
}

.green__benefits .green__cont p {
  margin-bottom: 20px;
}

.green__benefits-wrap {
  position: relative;
  width: 100%;
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: space-between;
}

.green__benefits-box {
  width: 28%;
  position: relative;
}

.green__benefits-box h5 {
  font-size: 20px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 12px;
  font-weight: 400;
}

.green__benefits-box p {
  font-size: 16px;
}

.green__benefits-box span {
  display: block;
  margin-bottom: 15px;
}

.green__benefits-wrap::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  content: '';
  background: rgba(73, 73, 73, 1);
}

.green__energy {
  position: relative;
  width: 100%;
  background: rgba(247, 247, 247, 1);
}

.green__energy-img {
  position: relative;
  width: 100%;
}

.green__energy-img img {
  width: 100%;
}

.green__energy-cont {
  padding: 0 20px;
}

.green__energy-cont p {
  font-size: 16px;
  margin-bottom: 20px;
}

.green__energy-cont h6 {
  background: #fff;
}

.green__energy-left {
  position: relative;
}

.green__energy-left .routing {
  position: absolute;
  right: -50%;
  top: 40%;
}

.green__energy-left h6 {
  background: #fff;
}

.green__energy-box {
  position: relative;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.green__energy-box-img {
  width: 45%;
}

.green__energy-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.green__energy-box-cont {
  width: 55%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.green__energy-box-cont h5 {
  font-size: 20px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 12px;
  font-weight: 500;
}

.green__energy-box-cont p {
  font-size: 16px;
  margin-bottom: 20px;
}

.green__shop h6 {
  margin: 0 auto 15px;
}

.green__shop-box {
  position: relative;
  width: 100%;
  padding: 20px;
  background: rgba(247, 247, 247, 1);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.green__shop-cont {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
padding-right: 10px;
}

.green__shop-img-wrap {
  width: 50%;
}

.green__shop-img {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}

.green__shop-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transform: scale(1);
  transition: .5s ease-in-out;
}

.green__shop-box:hover .green__shop-img img {
  transform: scale(1.1);
  transition: .5s ease-in-out;
}

.green__shop-img-wrap ul li a {
  display: flex;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--ff-body);
  color: rgba(73, 73, 73, 1);
  font-weight: 400;
  justify-content: space-between;
  align-items: center;
  transition: .5s ease-in-out;
}

.green__shop-img-wrap ul li {
  margin-top: 8px;
}

.green__shop-cont h4 a {
  font-size: 20px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 12px;
  font-weight: 500;
  transition: .5s ease-in-out;
}

.green__shop-img-wrap ul li a:hover {
  color: rgb(60, 116, 12);
  transition: .5s ease-in-out;
}

.green__shop-cont h4 a:hover {
  color: rgb(60, 116, 12);
  transition: .5s ease-in-out;
}

.green__categories {
  position: relative;
  width: 100%;
}

.green__categories h6 {
  margin: 0 auto 15px;
}

.green__categories-wrap {
  position: relative;
  margin-top: 30px;
}

.green__categories-tabs {
  position: relative;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.green__tabs-img {
  width: 100%;
  margin-bottom: 10px;
}

.load-more.custom-button {
  width: fit-content;
  margin: 0 auto;
  border: none;
  background: none;
}

.green__tabs-img img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.green__categories-tabs .nav-link span {
  font-size: 16px;
  line-height: 28px;
  font-family: var(--ff-body);
  color: rgba(73, 73, 73, 1);
  font-weight: 400;
  height: 56px;
  display: block;
}

.green__categories-tabs .nav-link {
  width: 19%;
  padding: 0;
  transition: .5s ease-in-out;
}

.green__categories-tabs .nav-link.active {
  padding: 10px;
  background: #F7F7F7;
  transition: .5s ease-in-out;
}

.green__categories-tabs .nav-link:hover {
  padding: 10px;
  background: #F7F7F7;
  transition: .5s ease-in-out;
}

.green__categories-box {
  position: relative;
  width: 100%;
  background: #F7F7F7;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;

}

.green__categories-img {
  width: 40%;
}

.green__categories-img img {
  width: 100%;
}

.green__categories-cont {
  width: 60%;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}

.green__categories-cont h4 a {
  font-size: 22px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 12px;
  height: 56px;
  overflow: hidden;
}

.green__related-box {
  width: 100%;
  position: relative;
}

.green__related-box img {
  width: 100%;
}

.green__related {
  position: relative;
  width: 100%;
  background: #F7F7F7;
}

.green__related-img {
  margin-bottom: 10px;
  background: #fff;
  padding: 12px;
}

.green__related-cont {
  text-align: center;
}

.green__related-cont h4 a {
  font-size: 22px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
}

.green__related-cont h4 {
  font-size: 22px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
}

.green__contact-catagori h2 {
  color: #000 !important;
}

.green__contact-catagori .green__heading h6 {
  background: rgba(241, 241, 241, 1);
}

.green__contact-catagori p {
  color: #494949 !important;
}

.green__contact-catagori .green__contact-form {
  background: #F7F7F7;
}

.green__contact-catagori .green__contact-form .form-control {
  background: #fff;
}

.green__contact-catagori-img {
  margin-top: 20px;
}

.green__contact-catagori-img2 {
  position: absolute;
  right: 40px;
  bottom: 60px;
}

.green__contact-catagori .green__conatct-left {
  position: relative;
}

.green__details {
  position: relative;
  width: 100%;
}

.green__details-img {
  position: relative;
  width: 100%;
  padding: 25px;
  background: rgba(247, 247, 247, 1);
}

.green__details-img img {
  width: 100%;
}

.green__details-cont {
  position: relative;
  width: 100%;
  padding-left: 15px;
}

.green__details-breadcrumb {
  position: relative;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.green__details-breadcrumb li {
  font-size: 16px;
  color: rgba(30, 30, 30, 1);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
}

.green__details-breadcrumb li a::before {
  position: absolute;
  right: -7px;
  bottom: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  content: '';
  background: rgba(30, 30, 30, 1);

}

.green__details-breadcrumb li a {
  color: rgba(30, 30, 30, 1);
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}

.green__details-cont h1 {
  position: relative;
  font-size: 44px;
  font-weight: 500;
  color: #000;
  font-family: var(--ff-primary);
  line-height: 54px;
  margin-bottom: 15px;
}

.details__catagori p {
  color: rgba(73, 73, 73, 1);
  font-size: 16px;
  font-weight: 500;
}

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

.details__catagori ul a {
  padding: 5px 8px;
  font-size: 15px;
  background: rgba(241, 241, 241, 1);
  color: rgba(0, 0, 0, 1);
}

.details__catagori {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(22, 22, 22, 1);
}

.green__details-para {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(22, 22, 22, 1);
}

.green__details-cont p {
  font-size: 16px;
  line-height: 24px;
}

.green__details-list ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.green__details-list {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(22, 22, 22, 1);
}

.green__details-list ul li {
  width: 47%;
  margin-bottom: 15px;
}

.green__details-list ul li h6 {
  font-size: 20px;
  line-height: 28px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
  transition: .5s ease-in-out;
  font-weight: 500;
}

.green__details-list p {
  position: relative;
  padding-left: 25px;
}

.green__details-list p::before {
  content: "\f061";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
}

.green__details-tab {
  position: relative;
  margin-top: 50px;
}

.green__details-tabs {
  background: rgba(247, 247, 247, 1);
  width: 100%;
  padding: 15px;
  gap: 30px;
}

.green__details-tabs .nav-link {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.green__details-tabs .nav-link.active {
  background: #fff;
}

.details-tab-box {
  padding: 12px 20px;
  border: 1px solid rgba(229, 229, 229, 1);
}

.green__details-related {
  background: #fff;
}

.green__demands {
  position: relative;
  width: 100%;
}

.green__demands h6 {
  margin: 0 auto 15px;
}

.green__demands-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.green__demands-box img {
  width: 100%;
  height: 100%;
}

.green__demands-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(191.3deg, rgba(175, 230, 127, 0) 48.25%, rgba(175, 230, 127, 0.7) 92.38%);
  content: '';
}

.green__demands-box span {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 22px;
  font-weight: 500;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  transform: rotate(-40deg);
}

.green__demands-box h5 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  transition: .5s ease-in-out;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9;
}

.green__demands-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  flex-direction: column;
}

.green__demands-mid1 {
  padding: 20px;
  background: rgba(175, 230, 127, 1);
  position: relative;
}

.green__demands-mid1 h6 {
  font-size: 18px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  font-weight: 500;
  margin-top: 10px;
}

.green__demands-mid1 span {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 20px;
  font-weight: 500;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.green__demands-mid2 {
  position: relative;
  padding: 20px;
  background: rgba(28, 65, 50, 1);

}

.green__demands-mid2 h1 {
  font-size: 60px;
  line-height: 68px;
  color: #fff;
  font-weight: 500;
}

.green__demands-mid2 p {
  color: #fff;
}

.green__demands-mid2 img {
  position: relative;
  width: 100%;
  margin: 10px 0 -38px 40px;
}

.green__project {
  position: relative;
  width: 100%;
  background: rgba(247, 247, 247, 1);
}

.green__project-button {
  margin-left: auto;
  width: fit-content;
}

.green__project-box {
  position: relative;
  width: 100%;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 50px;

}

.green__project-box h6 {
  font-size: 20px;
  line-height: 28px;
  color: rgba(30, 30, 30, 1);
  font-weight: 500;
  margin-bottom: 10px;
}

.green__project-box h6 a {
  color: rgba(30, 30, 30, 1);
}

.green__project-box p {
  font-size: 16px;
  line-height: 24px;
}

.green__project .col-md-3:nth-child(even) .green__project-box {
  background: rgba(175, 230, 127, 1);
}

.green__project .col-md-3:nth-child(2) .green__project-box {
  transform: rotate(-4deg);
  margin-top: -12px;
}

.green__project .col-md-3:nth-child(3) .green__project-box {
  transform: rotate(4deg);
  margin-top: 12px;

}

.green__hardware {
  position: relative;
  width: 100%;
}

.green__hardware .green__cont p {
  margin-bottom: 20px;
}

.green__hardware-box {
  width: calc(3 * calc(1/7 * 100%));
  padding: 0 8px;
  position: relative;
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  overflow: hidden;
  background: rgba(247, 247, 247, 1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 400px;
}

.green__hardware-box.active {
  width: calc(4 * calc(1/6 * 100%));
  transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}

.green__hardware-wrap {
  display: flex;
  margin-top: 35px;
  gap: 20px;
}

.green__hardware-img {
  position: relative;
  margin-left: auto;
  width: 50%;
  margin-bottom: 10px;
  display: none;
  transition: .5s ease-in-out;
}

.green__hardware-box.active .green__hardware-img {
  display: block;
  transition: .5s ease-in-out;
}

.green__hardware-img img {
  width: 100%;
}

.green__hardware-box h6 {
  font-size: 22px;
  line-height: 26px;
  color: rgba(30, 30, 30, 1);
  font-weight: 500;
  margin-bottom: 10px;
}

.green__hardware-box h6 a {
  color: rgba(30, 30, 30, 1);
}

.green__hardware-box p {
  margin-bottom: 15px;
  display: none;
}

.green__hardware-box.active p {
  display: block;
}

.green__contactpage .green__contact-form {
  background: rgba(247, 247, 247, 1);

}

.green__contactpage .green__contact-form .form-control {
  background-color: #fff;
}

.green__contact-box {
  position: relative;
  width: 100%;
  padding: 25px;
  background: rgba(175, 230, 127, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 40px;
}

.green__contact-list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}

.green__contact-box h6 {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  color: rgba(30, 30, 30, 1);
  font-weight: 500;
  margin-bottom: 10px;
}

.green__contact-list p {
  color: rgba(73, 73, 73, 1);
}

.green__contact-list a {
  color: rgba(73, 73, 73, 1);
}

.green__contact-social ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #494949;
  border-radius: 100%;
}

.green__contact-social ul {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.green__contact-map {
  position: relative;
  width: 100%;
}

.green__contact-map iframe {
  width: 100%;
  display: block;
  height: 400px;
}

.green__contactpage-img {
  width: 100%;
}

.green__contactpage-img img {
  margin-left: auto;
}

.green__hardware-box .custom-button {
  margin-top: -30px;
}

.error404 .green__header-nav {
  background: #3130304f;
}

.four_zero_four_bg {
  margin: 100px auto 20px;
  width: 60%;
}

.contant_box_404 h3 {
  color: #000;
}

.contant_box_404 .custom-button {
  padding: 10px 20px;
  margin: 15px auto 0;
  background: #afe67f;
  color: #000;
  text-transform: uppercase;
}

.load-more.custom-button {
  padding: 10px 20px;
  ;
  background: #afe67f;
}


.products_form-page fieldset {
  border: none;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 35px;
}

.products_form-page legend h3 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.products_form-page input.form-control,
.products_form-page select.form-control,
.products_form-page textarea.form-control {
  border-radius: 0px;
  border: 1px solid #fff;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 0.95rem;
}

.products_form-page input.form-control:focus,
.products_form-page select.form-control:focus,
.products_form-page textarea.form-control:focus {
  border-color: inherit;
  box-shadow: inherit;
}

.products_form-page label strong {
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
  display: block;
}

.products_form-page .multi-check {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.products_form-page .multi-check label {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.products_form-page textarea.form-control {
  height: 120px;
  resize: none;
}

.products_form-page .checkbox_para label {
  font-size: 0.9rem;
  color: #fff;
}

.products_form-page .green-button {
  background-color: var(--clr-primary);
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.products_form-page small,
.products_form-page p a {
  color: var(--clr-primary);
}


.products_form-page small,
.products_form-page p {
  color: #fff;
}

.products_form-page h3 {
  font-size: 1.15rem;
  font-weight: 500;
  color: #222;
}

.products_form-page .row.gy-2>div {
  margin-bottom: 15px;
}

.products_form-page .text-left {
  text-align: left;
}

.products_form-page .wpcf7-list-item {
  margin: 0;
}

.products_form-page .multi-check label {

  position: relative;
  position: relative;
  color: #fff;
  padding: 0 15px;
  border-radius: 0px;
  font-size: 16px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(209, 213, 219, .88);
}

.products_form-page .multi-check input {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.products_form-page .multi-check label:has([type="radio"]:checked),
.products_form-page .multi-check label:has([type="checkbox"]:checked) {
  background-color: #000;
  color: var(--clr-theme-white);
}

.popup-lead-form {
  position: relative;
}

.popup-lead-form h3 {
  margin-bottom: 12px;
  text-align: center;
}

.popup-lead-form-cont p {
  text-align: center;
}

.popup-lead-form-cont {
  margin-bottom: 20px;
}

.products_form-page input.form-control,
.products_form-page select.form-control,
.products_form-page textarea.form-control {
  border-radius: 0px;
  border: 1px solid #fff;
  box-shadow: none;
  padding: 10px 12px;
  font-size: 0.95rem;
}

.popup-lead-form input.form-control:focus,
.popup-lead-form select.form-control:focus,
.popup-lead-form textarea.form-control:focus {
  border-color: inherit;
  box-shadow: inherit;
}

.popup-lead-form label strong {
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
  display: block;
}

.popup-lead-form .multi-check .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.popup-lead-form .multi-check label {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.popup-lead-form textarea.form-control {
  height: 120px;
  resize: none;
}

.popup-lead-form .checkbox_para label {
  font-size: 0.9rem;
  color: #fff;
}


.popup-lead-form .wpcf7-list-item {
  margin: 0;
}

.popup-lead-form .multi-check label {

  position: relative;
  position: relative;
  color: #000;
  padding: 0 15px;
  border-radius: 0px;
  font-size: 16px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(209, 213, 219, .88);
}

.popup-lead-form .multi-check input {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.popup-lead-form label:has([type="radio"]:checked),
.popup-lead-form .multi-check label:has([type="checkbox"]:checked) {
  background-color: #000;
  color: #fff;
}

.popup-lead-form label {
  color: #000;
}

.popup-lead-form .submit_btn {
  background-color: var(--clr-primary);
  color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 116;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.popup-lead-form .wpcf7-radio {
  display: flex;
  gap: 10px;
}

.green__model .modal-header {
  border: none;
  padding: 0;
}

.green__model .btn-close {
  background-color: #5cae18;
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.green__model .modal-body {
  padding: 30px 20px;
}

.products_form-page .custom-upload-btn {
  width: 100%;
  padding: 10px 10px 10px 80px;
  line-height: 25px;
  background: #fff;
  border: none;
  position: relative;
}

.products_form-page .custom-upload-btn img {
  position: absolute;
  top: 4px;
  left: 12px;
  width: 34px;
}

/* 17.10.25 add css  */
.wpcf7-spinner {
  position: absolute !important;
}

.green__furure .green__furure-right .row {
  margin-top: 1rem !important;
}

.green__furure-right {
  height: 100%;
}

.green__cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.green__values-box {
  padding: 20px;
  border: 1px solid #e2e2e2;
}
.footer__menu-list ul li a:hover{
  color:rgb(51 109 1) ;
  letter-spacing: .5px;
}
.footer__menu-list ul li a{
  transition: .2s ease-in-out;
}
.footer__social-list ul li span{
  transition: .2s ease-in-out;
}
.footer__social-list ul li span:hover{
  background-color:rgb(175 230 127) ;
  border-color: rgb(175 230 127);
}
.footer__social-list ul li span:hover img{
  filter: contrast(10);
}
/* .custom-button:hover:before{
  width: auto;
} */

/* 21.10.25 */
.form-control{
  border-radius: 0 !important;
}
.footer__menu-list ul li span{flex: 0 0 auto;}

.green__header.fixed-top img {
  display: none !important;
}
.green__header img.green__header-logo2{display: none !important;}
.green__header.fixed-top img.green__header-logo2 {
  display: block !important;
}
.green__bolg{
  position: relative;
  width: 100%;
  background: rgba(247, 247, 247, 1);
}
.green__bolg .green__heading h6{width: fit-content; margin: 0 auto 20px;background: #fff;}
.green__bolg-box{
  position: relative;
  width: 100%;
  background: #fff;
}
.green__bolg-img{
  position: relative;
  width: 100%;
}
.green__bolg-img img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.green__bolg-cont{
  padding: 15px;
  width: 100%;
}
.green__bolg-cont h4 a{
  font-size: 22px;
  line-height: 28px;
  color: #000;
 -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 12px;
    height: 56px;
}
.green__bolg-cont p{
  -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 15px;
    line-height: 24px;
}
.green__bolg-img span {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    font-weight: 500;
    z-index: 11;
    padding: 8px 12px;
  background: #1C4132B5;
    color: #fff;
}

.green__blog-tags{
  position: relative;
  width: 100%;
  padding: 20px 15px;
  background: #fff;
  height: 100%;
}
.green__blog-tags h4{
    font-size: 24px;
  line-height: 28px;
  color: #000;
}
.green__blog-tags ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
margin-top: 15px;
}
.green__blog-tags ul a{
  padding: 5px 15px;
  border: 1px solid rgba(180,180,180,1);
  color: #000;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
}

.blog__form{
   position: relative;
  width: 100%;
  padding: 20px 15px;
  background: #fff;
}
.blog__form h3{
  font-size: 26px;
  line-height: 34px;
  color: #000;
  margin-bottom: 20px;
}
.blog__form .form-control{
   border: 1px solid rgba(180,180,180,1);
   border-radius: 0;
   background: transparent;
   color: #000;
   outline: none;
   font-size: 16px;
   width: 100%;
   height: 45px;
   padding-left: 12px;
}
.blog__form .form-group {
  margin-bottom: 12px;
}
.blog__form textarea.form-control{
 height: 100px;
 resize: none;
}
.blog__form .form-buuton {
  position: relative;
  text-transform: capitalize;
  font-family: var(--ff-body);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--clr-primary);
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  height: 45px;
  border-radius: 0;
  transition: all 0.5s cubic-bezier(.165,.84,.44,1);
  text-transform: uppercase;
}

.green__blogdetails{
    position: relative;
  width: 100%;
  background: rgba(247, 247, 247, 1);
}
.green__blogdetails-cont{
  position: relative;
  width: 100%;
}

.breadcrumb {
  position: relative;
  padding: 10px 20px;
  background: #fff;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}

.breadcrumb li {
  font-size: 16px;
  color: rgba(30, 30, 30, 1);
  font-weight: 700;
  text-transform: uppercase;

}

.breadcrumb li a {
  color: rgba(30, 30, 30, 1);
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}

.breadcrumb li a::before {
  position: absolute;
  right: -8px;
  bottom: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 1px;
  content: '';
  background: rgba(30, 30, 30, 1);
  ;
}
.green__blogdetails-img{
  position: relative;
  width: 100%;
}

.green__blogdetails-img img{
width: 100%;
}
.green__blogdetails-img {
  margin-bottom: 15px;
  width: 100%;
}
.green__blogdetails-cont h1, .green__blogdetails-cont h2, .green__blogdetails-cont h3, .green__blogdetails-cont h4, .green__blogdetails-cont h5, .green__blogdetails-cont h6{
  margin-bottom: 12px;
  color: #000;
}
.green__blogdetails-cont p{
 line-height: 24px;
   font-size: 16px;
margin-bottom: 12px;

}
.green__blogdetails-cont p a{color: #000;}
.green__blogdetails-cont li{
 line-height: 24px;
   font-size: 16px;
 margin-bottom: 12px;
padding-left: 20px;
position: relative;
}
.green__blogdetails-cont li::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  content: '';
}
.green__blogdetails-cont .green__blog-tags ul li::before{
  display: none;
}
.green__blogdetails-cont .green__blog-tags ul li{
  padding-left: 0;
	margin-bottom:0;
}
.green__blogdetails-cont  .green__blog-tags{
  margin-top: 15px;
}
.green__blogdetails-img span{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    font-weight: 500;
    z-index: 11;
    padding: 8px 12px;
  background: #1C4132B5;
    color: #fff;
}

.blog__recent-post {
  position: relative;
  width: 100%;
  padding: 20px 15px;
  background: #fff;
  height: 100%;
  margin-bottom: 12px;
}
.blog__recent-post h4 {
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.blog__recent-post li{
  margin-top: 10px;
}
.blog__recent-post li a{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog__recent-post-img{
  width: 40%;
}
.blog__recent-post-img img{
  height: 80px;
  object-fit: cover;
  width: 100%;
}
.blog__recent-post-cont{
  width: 60%;
  padding-left: 12px;
}
.blog__recent-post-cont h5{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 10px;
    font-size: 18px;
  line-height: 24px;
  color: #000;
}
.blog__recent-post-cont span{
  color: rgba(73, 73, 73, 1);
}
.green__blogdetails-siderbar{
  position: sticky;
  top: 80px;
}
.green__blogdetails-siderbar .green__blog-tags{margin-bottom: 12px;}
.green__related-post .green__related-img{
  padding: 0;
}

.green-pagination{
  position: relative;
  text-align: center;

}

.green-pagination ul.page-numbers {
    display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.green-pagination ul.page-numbers .page-numbers{
    border: 1px solid var(--clr-primary) !important;
  padding: 6px 10px !important;
  color: #000 !important;
}
.green-pagination .page-numbers.current {
  background: var(--clr-primary);
  color: #000 !important;
  border: 1px solid var(--clr-primary) !important;
}

.green-pagination .nav-links {
  width: 100%;
}
.green__reality-img video{
  display: block;
  width: 100%;
}
.products_form-page .wpcf7-spinner{
  position: absolute;
  left: 0;
}


    .dgHome-location__single {
        width: calc(2 * calc(1/10 * 100%));
        padding: 0 8px;
        position: relative;
        transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
    }

    .dgHome-location__single.active {
        width: calc(10 * calc(1/10 * 100%));
        transition: width 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
    }

    .dgHome-location__single .img-part img {
        object-fit: cover;
        border-radius: 10px;
        width: 100%;
    }

    .dgHome-location__single .content-part {
        position: absolute;
        bottom: 15px;
        left: 30px;
        opacity: 0;
        width: 70%;
        padding: 15px;
        z-index: 99;
    }

    .dgHome-location__single.active .content-part {
        opacity: 1;
        transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.3s;
    }

    .dgHome-location__single h5 {
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        position: absolute;
        left: 20px;
        bottom: 25px;
        font-weight: 500;
        font-size: 24px;
        text-transform: uppercase;
        color: var(--clr-white);
        z-index: 1;
        font-family: var(--ff-body);
        opacity: 1;
        transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.3s;
    }

    .dgHome-location__single.active h5 {
        opacity: 0;
        transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1) 0.2s;
    }

    @supports (writing-mode:sideways-lr) {
        .dgHome-location__single h5 {
            writing-mode: sideways-lr;
            transform: unset;
        }
    }

    .dgHome-location__single h6 {
        font-size: 24px;
        font-weight: 500;
        text-transform: uppercase;
        color: var(--clr-white);
        z-index: 1;
        font-family: var(--ff-body);
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .dgHome-location__single .img-part {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

    .dgHome-location__single .img-part::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
        bottom: 0;
        left: 0;
        z-index: 1;
        border-radius: 10px;
    }

    .dgHome-location__single .img-part::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        content: "";
        display: block;
        height: 100%;
        left: -160%;
        position: absolute;
        top: 0;
        transform: skewX(25deg);
        width: 50%;
        z-index: 2;
        border-radius: 50%;
    }

    .dgHome-location__single:hover .img-part::after {
        -webkit-animation: shine-img 0.85s;
        animation: shine-img 0.85s;
    }


    .dgHome-location__single .img-part {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }

    .dgHome-location__single .img-part::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
        bottom: 0;
        left: 0;
        z-index: 1;
        border-radius: 10px;
    }

    .dgHome-location__single .img-part::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        content: "";
        display: block;
        height: 100%;
        left: -160%;
        position: absolute;
        top: 0;
        transform: skewX(25deg);
        width: 50%;
        z-index: 2;
        border-radius: 50%;
    }

    .dgHome-location__single:hover .img-part::after {
        -webkit-animation: shine-img 0.85s;
        animation: shine-img 0.85s;
    }

    .loc-define {
        color: #fff;
        text-transform: capitalize;
        font-size: 18px;
    }

    @-webkit-keyframes shine-img {
        100% {
            left: 125%;
        }
    }

    @keyframes shine-img {
        100% {
            left: 125%;
        }
    }

    .dgHome-location__single .address-part li {
        font-size: 16px;
        margin-top: 8px;
    }

    .dgHome-location__single .address-part li a {
        color: var(--clr-white);
    }

    .dgHome-factories__map {
        position: relative;
        width: fit-content;
        margin: 0 auto;
    }

    .dgHome-factories__map .world-map {
        width: 1116px;
        height: 400px;
    }

    /* .dgHome-factories__map [class^="marker-"] {
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
} */
    /* .dgHome-factories__map [class^="marker-"] img {
  height: 32px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(18%) saturate(7107%) hue-rotate(205deg) brightness(92%) contrast(110%);
} */
   
   

    .dgHome-location__single:nth-child(2n+1) {
        transform: translateY(0px);
    }

    .dgHome-hero_image img {
        width: 100%;
    }



    .dgHome-location__menu-offices .accordion-flush>.accordion-item .img-part {
        position: absolute;
        width: 100%;
        left: 0;
        z-index: -1;
    }

    .dgHome-location__menu-offices .accordion-flush>.accordion-item .img-part img {
        width: 100%;
        object-fit: cover;
        height: auto;
        object-position: center;
    }

    /* MOBILE LOCATION */


    .dgHome-location__office-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 10px;
        justify-content: space-between;
    }

    .dgHome-location__office-box:has(.dgHome-location__contact-list) {
        width: 100%;
    }

    .dgHome-location__office-box {
        flex: 0 0 auto;
        width: 31%;
        padding: 40px 30px;
        border-radius: 5px;
        box-shadow: 1px 1px 20px #00000014;
        background-color: #FFF;
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
        color: #fff !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .dgHome-location__office-box .title img {
        width: 100%;
        object-fit: contain;
        height: 60px;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(289deg) brightness(111%) contrast(101%);
    }

    .dgHome-location__office-box:has(.dgHome-location__contact-list) .title {
        width: 30%;
        padding-right: 12px;
    }

    .dgHome-location__office-box:has(.footer__contact-list) .title .icon {
        height: 80px;
    }

    .dgHome-location__office-box .title .icon {
        background-color: #00226278;
        display: inline-flex;
        width: 100%;
        height: 80px;
        justify-content: center;
        align-items: center;
        backdrop-filter: blur(4px);
    }

    .dgHome-location__office-box .title {
        display: flex;
        align-items: center;
        gap: 8px;
        justify-content: flex-start;
        flex-direction: column;
        flex: 0 0 auto;
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }

    .dgHome-location__office-box .title h5 {
        font-size: 14px;
        font-weight: 600;
        margin: 10px 0 0;
        color: #fff;
    }

    .dgHome-location__office-box .title a {
        color: #ffffff;
        font-size: 11px;
        text-align: center;
    }

    .dgHome-location__contact-list {
        list-style-type: none;
        padding-left: 0;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .dgHome-location__contact-list li {
        font-size: 14px;
        color: #fff;
        position: relative;
    }

    .dgHome-location__contact-list li a {
        color: inherit;
    }

    .fac-mb__factory-wrap .progress {
        height: 4px;
        margin-bottom: 12px;
    }

    .fac-mb__factory-title {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 16px;
    }

    .fac-mb__factory-title img {
        height: 30px;
        object-fit: contain;
    }

    .fac-mb__factory-wrap .accordion-item {
        margin-top: 10px;
        border: none;
        box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.06);
        border-radius: 10px !important;
    }

    .fac-mb__factory-wrap .accordion-item .accordion-button {
        border-radius: 10px !important;
    }

    .fac-mb__factory-wrap .accordion-item .accordion-button:not(.collapsed) {
        background-color: rgba(27, 67, 251, 0.23);
        box-shadow: unset !important;
    }

    /* MOBILE LOCATION */
.dgHome-location{overflow: hidden;}