@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap");
@import url(multilevel-menu/multilevel-menu.css);
* {
  padding: 0px;
  margin: 0px;
}

body {
	padding: 0;
	-webkit-font-smoothing: antialiased;
	width:90%;
	position: absolute;
	margin:0% 5%;
}

html{
	background-color:black;
}

img {
  max-width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a {
  transition: all 0.3s ease-in-out;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li,
ol {
  list-style: none;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 16px 10px;
  /* Add padding for better UI */
  background-color: #fff;
  /* Background color */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

input:not([type=submit]),
select,
textarea {
  width: 100%;
  padding: 10px 20px;
  color: #747474;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  background: #FCFCFC;
}

label {
  color: #000;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
}

h1 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: clamp(1.563rem, 1.938vw + 1.175rem, 3.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

h2 {
  color: var(--Black, #000D17);
  font-family: "Open Sans";
  font-size: clamp(1.563rem, 1.438vw + 1.275rem, 3rem);
  font-weight: 600;
  line-height: normal;
  margin-bottom: clamp(0.938rem, 0.563vw + 0.825rem, 1.5rem);
}

h3 {
  color: var(--Black, #000D17);
  font-family: "Open Sans";
  font-size: clamp(1.375rem, 1.125vw + 1.15rem, 2.5rem);
  margin-bottom: 0;
  font-weight: 600;
  line-height: normal;
  margin-bottom: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
}

h4 {
  color: var(--Black, #000D17);
  font-family: "Open Sans";
  font-size: clamp(1.25rem, 1.25vw + 1rem, 2.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5 {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p {
  color: var(--Text-Grey, #4F4F4F);
  font-family: "Open Sans";
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
  font-weight: 400;
  line-height: clamp(1.25rem, 0.375vw + 1.175rem, 1.625rem);
  margin: 0;
}

.btn {
  border-radius: 4px;
  background: var(--Deep-green, #2A813C);
  padding: 11.7px 15.7px;
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.btn:hover {
  background: #175a24;
  color: #fff;
}
.btn:focus {
  box-shadow: none;
}

button:focus {
  outline: none !important;
}

header {
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
header .menu-area .container {
  padding: 0;
}
header .menu-area .totl_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .menu-area .totl_head .main_logo {
  max-width: 169px;
}
header .menu-area .totl_head .main_logo img {
  width: 100%;
}
header .menu-area .totl_head .main_links {
  width: inherit;
  display: flex;
  align-items: center;
  -moz-column-gap: 46px;
       column-gap: 46px;
}
header .menu-area .totl_head .main_links .btns_dv {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
header .menu-area .totl_head .main_links .btns_dv a .flg {
  max-width: 39px;
}

.default-section-spacing {
  padding: clamp(2.188rem, 2.813vw + 1.625rem, 5rem) 0;
}

.hero_sec {
  position: relative;
}
.hero_sec .video {
  position: relative;
  height: 800px;
}
.hero_sec .video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 1.03%, rgba(0, 0, 0, 0.3) 58.19%);
  rotate: -180deg;
}
.hero_sec .video video {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_sec .top_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_sec .top_div h1 {
  max-width: 754px;
  margin-bottom: 24px;
}
.hero_sec .top_div p {
  color: #fff;
  margin-bottom: 48px;
}
.hero_sec .top_div .btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero_sec .top_div .btns .btn.brdr {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.hero_sec.innerbanner {
  position: relative;
}
.hero_sec.innerbanner img {
  width: 100%;
}
.hero_sec.innerbanner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.hero_sec.innerbanner .top_div {
  padding: 0;
}
.hero_sec.innerbanner .top_div .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero_sec.innerbanner .top_div h1 {
  max-width: unset;
  margin-bottom: 24px;
}
.hero_sec.innerbanner .top_div ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero_sec.innerbanner .top_div ul li {
  color: #fff;
  font-family: "Open Sans";
  font-size: clamp(0.75rem, 0.25vw + 0.7rem, 1rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  margin-right: 40px;
}
.hero_sec.innerbanner .top_div ul li:last-child {
  margin-right: 0;
}
.hero_sec.innerbanner .top_div ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  right: -26px;
  top: 3.5px;
}
.hero_sec.innerbanner .top_div ul li a {
  color: #fff;
}
.hero_sec.innerbanner .top_div ul li:last-child:before {
  display: none;
}

.img_dv {
  display: flex;
  gap: 26px;
  max-width: 530px;
}
.img_dv .imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.img_dv .img {
  border-radius: 20px;
  overflow: hidden;
}
.img_dv .img:hover img {
  scale: 1.3;
}
.img_dv .img img {
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img_dv .img.one {
  width: 306px;
  height: 308px;
}
.img_dv .img.two {
  width: 306px;
  height: 196px;
}
.img_dv .img.thre {
  width: 194px;
  height: 196px;
}
.img_dv .img.fur {
  width: 194px;
  height: 310px;
}
.img_dv.hoverimagechange .imgs .img {
  position: relative;
}
.img_dv.hoverimagechange .imgs .img img:nth-child(1) {
  position: absolute;
  inset: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.img_dv.hoverimagechange .imgs .img:hover img {
  scale: 1;
}
.img_dv.hoverimagechange .imgs .img:hover img:nth-child(1) {
  opacity: 0;
}

.hm_sec2 h2 {
  margin-bottom: 24px;
}
.hm_sec2 .txt {
  margin-bottom: 24px;
}
.hm_sec2 .txt p {
  margin-bottom: 24px;
}
.hm_sec2 .txt h5 {
  color: var(--Black, #000);
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}

.hm_sec3 {
  background: #EEF6EF;
}
.hm_sec3 .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(1.25rem, 1.25vw + 1rem, 2.5rem);
  gap: 30px;
}
.hm_sec3 .top .dv {
  width: 50%;
}
.hm_sec3 .top .dv p {
  color: #000;
  font-weight: 600;
  margin-bottom: 24px;
}
.hm_sec3 ul.lists li {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: clamp(1.25rem, 0.625vw + 1.125rem, 1.875rem);
  margin-bottom: clamp(1.25rem, 0.625vw + 1.125rem, 1.875rem);
  border-bottom: 1px solid #DCDDC9;
}
.hm_sec3 ul.lists li:last-child {
  border: none;
  margin-bottom: 0;
}
.hm_sec3 ul.lists li .rght {
  width: 50%;
}
.hm_sec3 ul.lists li .rght p {
  margin-bottom: 24px;
}
.hm_sec3 ul.lists li .rght .lrn-btn {
  color: #4F4F4F;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.hm_sec3 ul.lists li .rght .lrn-btn img {
  width: 14px;
  height: 14px;
}
.hm_sec3 ul.lists li .lft .icns {
  display: flex;
  gap: 80px;
  align-items: center;
}
.hm_sec3 ul.lists li .lft .icns img {
  width: clamp(1.875rem, 1.375vw + 1.6rem, 3.25rem);
  height: clamp(1.875rem, 1.375vw + 1.6rem, 3.25rem);
}

.hm_sec4 {
  margin-bottom: 34px;
  position: relative;
}
.hm_sec4 .top {
  margin-bottom: clamp(1.25rem, 1.75vw + 0.9rem, 3rem);
}
.hm_sec4 .top h2 {
  margin-bottom: 24px;
}
.hm_sec4 .top p {
  padding-bottom: clamp(1.25rem, 1.75vw + 0.9rem, 3rem);
  border-bottom: 1px solid #DBDBDB;
}
.hm_sec4 .stick {
  position: relative;
}
.hm_sec4 h2 {
  margin-bottom: clamp(1.25rem, 0.875vw + 1.075rem, 2.125rem);
}
.hm_sec4 ul.list li {
  margin-bottom: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
  color: var(--Text-Grey, #4F4F4F);
  font-family: "Open Sans";
  font-size: clamp(0.875rem, 0.125vw + 0.85rem, 1rem);
  font-weight: 400;
  line-height: normal;
}
.hm_sec4 ul.list li span {
  color: #18181B;
  margin-bottom: 16px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.hm_sec4 ul.list li:last-child {
  margin-bottom: 0;
}
.hm_sec4 ul.list li .num {
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  border: 1px solid #2A813C;
  border-radius: 50%;
  color: var(--Deep-green, #2A813C);
  font-family: "Open Sans";
  font-size: clamp(0.875rem, 0.625vw + 0.75rem, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  align-items: center;
  display: flex;
  justify-content: center;
}
.hm_sec4 .img_dv {
  position: sticky;
  bottom: 0;
  right: 0;
  margin-left: auto;
}

.hm_sec5 {
  position: relative;
}
.hm_sec5 h2 {
  color: #fff;
}
.hm_sec5 .img {
  position: relative;
  max-height: 337px;
}
.hm_sec5 .img::before {
  content: "";
  background: linear-gradient(90deg, var(--Lemon-green, rgba(212, 223, 93, 0.5)) 0.98%, var(--Green, rgba(104, 186, 132, 0.5)) 38.67%, var(--Cyan, rgba(68, 157, 162, 0.5)) 71.17%, var(--Blue, rgba(54, 126, 180, 0.5)) 100%);
  position: absolute;
  inset: 0;
}
.hm_sec5 .img img {
  width: 100%;
  max-height: 337px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hm_sec5 .top {
  padding: clamp(1.875rem, 3.125vw + 1.25rem, 5rem) 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hm_sec5 .top h3 {
  color: var(--White, #FFF);
  text-align: center;
  font-family: "Open Sans";
  font-size: clamp(1.375rem, 1.625vw + 1.05rem, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.hm_sec5 .top p {
  color: #fff;
  max-width: 866px;
  margin: 0 auto;
}

.hm_sec6 ul.list {
  margin-bottom: 48px;
}
.hm_sec6 ul.list li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #E9E9E9;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.hm_sec6 ul.list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.hm_sec6 ul.list li h6 {
  color: var(--Black, #000D17);
  font-family: "Open Sans";
  font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem);
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  max-width: 380px;
  margin: 0;
}
.hm_sec6 ul.list li .rght {
  width: calc(100% - 448px);
}
.hm_sec6 ul.list li .rght p {
  margin-bottom: 24px;
}
.hm_sec6 ul.list li .rght p:last-child {
  margin-bottom: 0;
}
.hm_sec6 ul.list li .rght p span {
  font-weight: 600;
}
.hm_sec6 .img1 {
  width: 100%;
}

.hm_sec7 {
  background: #EEF6EF;
}
.hm_sec7 h3,
.hm_sec7 p {
  text-align: center;
}
.hm_sec7 .row {
  margin-top: 60px;
}
.hm_sec7 .tag {
  border-radius: 4px;
  background: var(--Deep-green, #2A813C);
  padding: 10px;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.hm_sec7 .tag.ylw {
  background: #F5CB4B;
}
.hm_sec7 .tag.blu {
  background: #367EB4;
}
.hm_sec7 h5 {
  color: #000;
  font-family: "Open Sans";
  font-size: clamp(1rem, 0.75vw + 0.85rem, 1.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 14px;
  max-width: 588px;
}
.hm_sec7 .lrn {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hm_sec7 .lrn img {
  filter: brightness(0) saturate(100%);
  width: 14px;
  height: 14px;
}
.hm_sec7 .full_dv {
  width: 100%;
  display: flex;
  gap: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}
.hm_sec7 .full_dv .img {
  width: 530px;
  overflow: hidden;
}
.hm_sec7 .full_dv .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.hm_sec7 .full_dv .img:hover img {
  scale: 1.1;
}
.hm_sec7 .full_dv .rght {
  padding: 33px 0;
  width: calc(100% - 560px);
}
.hm_sec7 .full_dv .rght p {
  margin-bottom: 48px;
  max-width: 642px;
  text-align: left;
}
.hm_sec7 .full_dv .rght p span {
  color: #2A813C;
  font-weight: 700;
}
.hm_sec7 .img_card {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}
.hm_sec7 .img_card .img {
  margin-bottom: 29px;
  height: 279px;
}
.hm_sec7 .img_card .img:hover img {
  scale: 1.1;
}
.hm_sec7 .img_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.hm_sec7 .img_card .txt {
  padding: 0 20px 22px;
}
.hm_sec7 .img_card p {
  margin-bottom: clamp(1rem, 2vw + 0.6rem, 3rem);
  text-align: left;
  min-height: 75px;
}

.subscribe {
  background: #fff;
}
.subscribe .grn-bg {
  border-radius: 20px;
  background: linear-gradient(90deg, var(--Deep-green, #2A813C) 0%, #0B3A2E 100%);
  padding: 79px 30px;
  position: relative;
  padding-right: 0;
  overflow: hidden;
  margin-bottom: -100px;
}
.subscribe .grn-bg .side-bg {
  position: absolute;
  right: 0;
  width: 489px;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.subscribe .grn-bg h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
.subscribe .grn-bg p {
  color: #fff;
  margin-bottom: 32px;
}
.subscribe .grn-bg .form_dv {
  width: 100%;
  max-width: 754px;
}
.subscribe .grn-bg .form_dv .input {
  width: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  position: relative;
}
.subscribe .grn-bg .form_dv .input input:not([type=submit]) {
  border-radius: 4px;
  width: 100%;
  padding: 23px 139px 23px 10px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
}
.subscribe .grn-bg .form_dv .input input:not([type=submit])::-moz-placeholder {
  color: #4F4F4F;
}
.subscribe .grn-bg .form_dv .input input:not([type=submit])::placeholder {
  color: #4F4F4F;
}
.subscribe .grn-bg .form_dv .input input[type=submit] {
  position: absolute;
  top: 20px;
  right: 20px;
}

body:has(.bg-blue) .hm_sec7 {
  background: #EEF6EF;
}
body:has(.bg-blue) .subscribe {
  background: #EEF6EF;
}

footer {
  background: #0B3A2E;
  padding: 180px 0 27px;
}
footer p {
  color: #fff;
  margin-bottom: 36px;
}
footer .foot_lgo {
  max-width: 194px;
  height: 68px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}
footer ul.scl_icn {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer ul.scl_icn li a {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  display: block;
  color: #0B3A2E;
  text-align: center;
  font-size: 15px;
  vertical-align: middle;
}
footer h6 {
  color: #FFF;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
footer ul li {
  margin-bottom: 16px;
  color: var(--White, #FFF);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer ul li a {
  color: #fff;
}
footer ul li a:hover {
  color: #68BA84;
}
footer ul.address li a {
  color: #68BA84;
}
footer .btm_prt {
  padding: 13px 20px;
  background: #135344;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
footer .btm_prt p {
  color: #fff;
  margin: 0;
}
footer .btm_prt ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
footer .btm_prt ul li {
  margin: 0;
}

.partners {
  text-align: center;
}
.partners h3 {
  margin-bottom: 30px;
}
.partners ul {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.partners ul li {
  width: calc(16.6666666667% - 42px);
}
.partners .p-sec-1.mb-48 {
  margin-bottom: 48px;
}

.who_sec1 .icn {
  width: 52px;
  margin: 0 auto 24px;
  display: block;
}
.who_sec1 h4 {
  text-align: center;
}

.who_sec2.hm_sec6 {
  background: #E9E9E9;
}

.who_sec3 .grn_div {
  border-radius: 12px;
  background: var(--Green, #68BA84);
  padding: 85px 40px;
}
.who_sec3 .grn_div h3 {
  color: #fff;
}
.who_sec3 .grn_div p {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}
.who_sec3 .grn_div p:last-child {
  margin-bottom: 0;
}
.who_sec3 .row {
  row-gap: 30px;
}
.who_sec3 .img .team_img {
  border-radius: 0px 12px 12px 12px;
  margin-bottom: 23px;
}
.who_sec3 .img h4 {
  color: #4F4F4F;
  margin-bottom: 3px;
}

.fullimg img {
  width: 100%;
  margin-bottom: 40px;
}

.repeat-section {
  counter-reset: section-counter;
}
.repeat-section .hm_sec2 {
  margin-bottom: 48px;
}
.repeat-section .hm_sec2:last-child {
  margin-bottom: 0;
}
.repeat-section .hm_sec2 .txt .counters {
  display: flex;
  width: clamp(3.125rem, 1.875vw + 2.75rem, 5rem);
  height: clamp(3.125rem, 1.875vw + 2.75rem, 5rem);
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #000;
  margin-bottom: 24px;
}
.repeat-section .hm_sec2 .txt .counters::before {
  counter-increment: section-counter;
  content: counter(section-counter, decimal-leading-zero);
  color: #000;
  font-family: "Open Sans";
  font-size: clamp(1.375rem, 1.125vw + 1.15rem, 2.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.repeat-section .hm_sec2:nth-child(2n) .container .row {
  flex-direction: row-reverse;
}
.repeat-section .hm_sec2:nth-child(2n) .container .row .col-lg-6 {
  display: flex;
  justify-content: flex-end;
}

.pyro_sec2.fullimg .txt p {
  margin-bottom: 30px;
}
.pyro_sec2.fullimg .txt p:last-child {
  margin-bottom: 0;
}

.getintouch {
  background: #eef6ef;
}
.getintouch .global-office ul li {
  padding: 48px 0;
  position: relative;
}
.getintouch .global-office ul li:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/border-bg.png) repeat-x 0 0;
}
.getintouch .global-office ul li:first-child {
  padding-top: 0;
}
.getintouch .global-office ul li:last-child {
  padding-bottom: 0;
}
.getintouch .global-office ul li:last-child:after {
  display: none;
}
.getintouch .global-office ul li .headoffice {
  display: flex;
  align-items: center;
  gap: 30px;
  align-self: stretch;
}
.getintouch .global-office ul li .headoffice .headoffice-inner {
  padding: 10px 0px;
  max-width: 306px;
  width: 100%;
}
.getintouch .global-office ul li .headoffice .headoffice-inner h6 {
  position: relative;
  padding-left: 32px;
  padding-top: 3px;
  padding-bottom: 19px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
}
.getintouch .global-office ul li .headoffice .headoffice-inner h6 img {
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.getintouch .global-office ul li .headoffice .headoffice-inner p {
  color: #000;
}
.getintouch .global-office ul li .call-us {
  padding: 10px 0;
}
.getintouch .global-office ul li .call-us p {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  padding-left: 32px;
}
.getintouch .global-office ul li .call-us p img {
  position: absolute;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  left: 0;
  top: 2px;
}
.getintouch .global-office ul li .call-us p a {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 10px;
}
.getintouch .global-office ul li .social-media ul {
  display: flex;
  align-items: center;
  gap: 11px;
}
.getintouch .global-office ul li .social-media ul li {
  padding: 0;
  margin: 0;
}
.getintouch .global-office ul li .social-media ul li:after {
  display: none;
}
.getintouch .global-office ul li .social-media ul li a {
  color: #2a813c;
  width: 44px;
  height: 44px;
  border: 1px solid #2a813c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.getintouch .global-office ul li .social-media ul li a:hover {
  background-color: #2a813c;
  color: white;
}
.getintouch .get-in-touch {
  border-radius: 12px;
  background: #fff;
  padding: 20px;
}
.getintouch .get-in-touch .input-container {
  margin-bottom: 24px;
}
.getintouch .get-in-touch .input-container label span {
  color: red;
}
.getintouch .get-in-touch .input-container.submit {
  margin-bottom: 0;
}
.getintouch .get-in-touch .input-container textarea {
  resize: none;
  height: 118px;
}
.getintouch .get-in-touch .input-container.checkbpx {
  margin-bottom: 48px;
}
.getintouch .get-in-touch .input-container.checkbpx label {
  position: relative;
  padding-left: 33px;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 0;
}
.getintouch .get-in-touch .input-container.checkbpx label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  accent-color: #2a813c;
}

.map_sec .map {
  width: 100%;
  height: 607px;
}
.map_sec .map iframe {
  width: 100%;
  height: 100%;
}


/* Problems & Solutions Page - Additional Styles */
.section-with-icon {
  padding: 80px 0;
  position: relative;
}

.section-with-icon.dark-bg {
  background: #0B3A2E;
  color: white;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header i {
  font-size: 48px;
  color: #2A813C;
  margin-bottom: 20px;
}

.section-header h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #000D17;
}

.dark-bg .section-header h2 {
  color: white;
}

.section-header .subtitle {
  font-size: 18px;
  color: #4F4F4F;
}

.dark-bg .section-header .subtitle {
  color: #E9E9E9;
}

.lead {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #4F4F4F;
}

.dark-bg .lead {
  color: #E9E9E9;
}

/* Solution Cards */
.solution-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.solution-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dark-bg .solution-card {
  background: rgba(255,255,255,0.05);
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.solution-card h3 {
  color: #2A813C;
  margin-bottom: 20px;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.dark-bg .solution-card h3 {
  color: #68BA84;
}

.dark-bg p {
  color: white;
}

.solution-card ul {
  padding-left: 20px;
}

.solution-card li {
  margin-bottom: 10px;
  color: #4F4F4F;
  line-height: 1.6;
}

.dark-bg .solution-card li {
  color: #E9E9E9;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.stat-item {
  text-align: center;
  padding: 30px 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.2);
}

.stat-number {
  font-size: 42px;
  font-weight: 700;
  color: #68BA84;
  margin-bottom: 10px;
}

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

/* Tyre Problems Section */
.tyre-problems {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 50px 0;
}

.problem-card {
  background: rgba(104,186,132,0.1);
  padding: 30px;
  border-radius: 12px;
  border-left: 4px solid #2A813C;
}

.problem-card h4 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #000D17;
  font-size: 20px;
}

.problem-card ul {
  padding-left: 20px;
}

.problem-card ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Solution Highlight */
.solution-highlight {
  background: #EEF6EF;
  padding: 30px;
  border-radius: 12px;
  margin: 50px 0;
  border-left: 4px solid #2A813C;
}

.solution-highlight h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000D17;
  font-size: 24px;
}

/* Shipping Grid */
.shipping-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.shipping-card {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 12px;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255,255,255,0.1);
}

.shipping-card.highlight {
  background: rgba(104,186,132,0.15);
  border-left: 4px solid #68BA84;
}

.shipping-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #68BA84;
  font-size: 20px;
}

.shipping-card p {
  color: white;
}

.shipping-card:hover {
  transform: translateY(-5px);
}

/* Assistance Grid */
.assistance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.assistance-card {
  text-align: center;
  padding: 40px 30px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.assistance-card:hover {
  transform: translateY(-5px);
}

.assistance-icon {
  font-size: 48px;
  color: #2A813C;
  margin-bottom: 20px;
}

.assistance-card h3 {
  margin-bottom: 20px;
  color: #000D17;
  font-size: 22px;
}

.assistance-card p {
  color: #4F4F4F;
  line-height: 1.6;
}

/* CTA Section */
.cta-section {
  text-align: center;
  padding: 80px 0;
  background: #0B3A2E;
  color: white;
}

.cta-section h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.cta-section p {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 18px;
  color: #E9E9E9;
}

.cta-button {
  background: #68BA84;
  color: #0B3A2E;
  padding: 15px 40px;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: background 0.3s ease;
  display: inline-block;
  text-transform: uppercase;
}

.cta-button:hover {
  background: #2A813C;
  color: white;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .section-with-icon {
    padding: 60px 0;
  }
  
  .section-header {
    margin-bottom: 40px;
  }
  
  .solution-cards, 
  .stats-grid,
  .tyre-problems,
  .shipping-grid,
  .assistance-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .cta-section {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 28px;
  }
  
  .lead {
    font-size: 16px;
  }
  
  .solution-card,
  .problem-card,
  .shipping-card,
  .assistance-card {
    padding: 20px;
  }
  
  .cta-section h2 {
    font-size: 28px;
  }
  
  .cta-button {
    padding: 12px 30px;
  }
}

/* Animation for cards */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.solution-card,
.problem-card,
.shipping-card,
.assistance-card {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.solution-card:nth-child(1) { animation-delay: 0.1s; }
.solution-card:nth-child(2) { animation-delay: 0.2s; }
.solution-card:nth-child(3) { animation-delay: 0.3s; }
.solution-card:nth-child(4) { animation-delay: 0.4s; }
.problem-card:nth-child(1) { animation-delay: 0.1s; }
.problem-card:nth-child(2) { animation-delay: 0.2s; }
.shipping-card:nth-child(1) { animation-delay: 0.1s; }
.shipping-card:nth-child(2) { animation-delay: 0.2s; }
.shipping-card:nth-child(3) { animation-delay: 0.3s; }
.shipping-card:nth-child(4) { animation-delay: 0.4s; }
.assistance-card:nth-child(1) { animation-delay: 0.1s; }
.assistance-card:nth-child(2) { animation-delay: 0.2s; }
.assistance-card:nth-child(3) { animation-delay: 0.3s; }
.assistance-card:nth-child(4) { animation-delay: 0.4s; }


/* Base menu item fixes */
.menu__wrap li {
    position: relative;
}

/* Active current page item */
.menu__wrap li a.active-current {
    color: #2A813C !important;
    font-weight: 600 !important;
    background: none !important;
}

.menu__wrap li a.active-current:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2A813C;
    display: block !important;
}

/* Active parent items */
.menu__wrap li.active-parent-current > a {
    color: #2A813C !important;
    font-weight: 600 !important;
    background: none !important;
}

/* Force open submenus */
.menu__wrap li.menu-open-force > ul,
.menu__wrap ul.menu-open-force {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
}

/* Fix submenu indicator arrows */
.menu__wrap li.has-submenu.menu-open-force > a:after,
.menu__wrap li.has-submenu.active-parent-current > a:after {
    transform: rotate(270deg) !important;
}

/* Remove any weird borders or glitches */
.menu__wrap li.active-parent-current,
.menu__wrap li.active-current,
.menu__wrap li.menu-open-force {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* Fix for responsive states */
@media (max-width: 1199px) {
    .menu__wrap li.menu-open-force > ul,
    .menu__wrap ul.menu-open-force {
        max-height: 1000px !important;
        transition: none !important;
    }
}


.language-switcher {
  position: relative;
  display: inline-block;
}

.current-language img.flg {
  width: 40px;
  height: 40px;
  object-fit: cover;
  transition: all 0.3s;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 120px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.language-dropdown li a img.flg {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 8px;
}

/* Keep dropdown open during hover */
.language-switcher:hover .language-dropdown {
  display: block;
}

.language-dropdown li:hover {
  background: #f5f5f5;
}

.current-language:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .language-dropdown {
    left: auto;
    right: 0;
  }
}

/* Projects Page Specific Styles */
.project-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	width:49%;
	height:1110px;
	display: inline-table;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.project-image {
    height: 200px;
    overflow: hidden;
}

.project-image img {
    height: 100%;
	width:100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-image img {
    transform: scale(1.05);
}

.project-content {
    padding: 30px;
}

.project-content h3 {
    color: #000D17;
    font-size: 24px;
    margin-bottom: 15px;
}

.project-content h3 span {
    display: block;
    font-size: 18px;
    color: #4F4F4F;
    font-weight: 400;
    margin-top: 5px;
}

.project-summary {
    font-weight: 600;
    margin-bottom: 20px;
}

.project-details {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #E9E9E9;
}

.project-details h4 {
    color: #2A813C;
    font-size: 18px;
    margin: 20px 0 10px;
}

.project-details ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.project-details ul li {
    margin-bottom: 5px;
    color: #4F4F4F;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .project-image {
        height: 250px;
    }
    
    .project-content {
        padding: 20px;
    }
    
    .project-content h3 {
        font-size: 20px;
    }
    
    .project-content h3 span {
        font-size: 16px;
    }
}


/* Environmental Challenges Section */
.environmental-challenges-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.section-header h2 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: clamp(1.563rem, 1.938vw + 1.175rem, 3.5rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.challenges-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.challenge-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.challenge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.challenge-icon {
  font-size: 36px;
  color: #2A813C;
  margin-bottom: 20px;
}

.challenge-card h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.challenge-card ul {
  padding-left: 20px;
}

.challenge-card li {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Solutions Section */
.solutions-section {
  background: #EEF6EF;
  border-radius: 12px;
  padding: 40px;
  margin-top: 40px;
}

.solutions-section h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.solutions-section p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.solutions-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.solution-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.solution-item i {
  color: #2A813C;
  font-size: 20px;
  margin-top: 3px;
}

.solution-item span {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .challenges-grid {
    grid-template-columns: 1fr;
  }
  
  .solutions-section {
    padding: 30px 20px;
  }
}

/* Waste Opportunity Section */
.waste-opportunity-section {
  padding: 80px 0;
  background-color: #fff;
}

.opportunity-header h2 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: clamp(1.563rem, 1.938vw + 1.175rem, 3.5rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.opportunity-header p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.opportunity-divider {
  height: 1px;
  background-color: #E9E9E9;
  margin: 40px auto;
  max-width: 800px;
}

/* Investment Section */
.investment-section {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.investment-section h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.investment-section p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.call-to-action {
  font-weight: 600;
  color: #2A813C;
  font-size: 18px;
  margin-top: 30px;
}

/* Monetization Section */
.monetization-section {
  margin: 60px 0;
}

.monetization-section h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.innovation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.innovation-card {
  background: #EEF6EF;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
}

.innovation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.innovation-icon {
  font-size: 36px;
  color: #2A813C;
  margin-bottom: 20px;
}

.innovation-card h4 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.innovation-card ul {
  padding-left: 20px;
}

.innovation-card li {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Economy Section */
.economy-section {
  margin-top: 60px;
}

.economy-section h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.economy-section p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.economy-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.economy-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.economy-item i {
  font-size: 24px;
  color: #2A813C;
  margin-top: 5px;
}

.economy-item h4 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.economy-item p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .innovation-grid,
  .economy-list {
    grid-template-columns: 1fr;
  }
  
  .opportunity-header p,
  .investment-section p {
    font-size: 16px;
  }
  
  .opportunity-divider {
    margin: 30px auto;
  }
}


/* Waste Tyres Section */
.waste-tyres-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.section-header h2 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: clamp(1.563rem, 1.938vw + 1.175rem, 3.5rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.section-header p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.divider {
  height: 1px;
  background-color: #E9E9E9;
  margin: 40px auto;
  max-width: 800px;
}

/* Problem Section */
.problem-section h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

.problem-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  text-align: center;
}

.problem-icon {
  font-size: 36px;
  color: #2A813C;
  margin-bottom: 20px;
}

.problem-card h4 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.problem-card p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
}

/* Risks Section */
.risks-section {
  max-width: 800px;
  margin: 0 auto;
}

.risks-section h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.risk-category {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.risk-icon {
  font-size: 36px;
  color: #2A813C;
  margin-top: 5px;
}

.risk-content h4 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.risk-content ul {
  padding-left: 20px;
}

.risk-content li {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Solutions Section */
.solutions-section {
  max-width: 1000px;
  margin: 0 auto;
}

.solutions-section h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.solutions-intro {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.solution-card {
  background: #EEF6EF;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.solution-icon {
  font-size: 36px;
  color: #2A813C;
  margin-bottom: 20px;
}

.solution-card h4 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.solution-card p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .problem-grid,
  .solutions-grid {
    grid-template-columns: 1fr;
  }
  
  .risk-category {
    flex-direction: column;
    gap: 15px;
  }
  
  .section-header p,
  .solutions-intro {
    font-size: 16px;
    padding: 0 20px;
  }
  
  .divider {
    margin: 30px 20px;
  }
}

/* Pyrolysis Section */
.pyrolysis-section {
  padding: 80px 0;
  background-color: #fff;
}

.section-header h2 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: clamp(1.563rem, 1.938vw + 1.175rem, 3.5rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.section-header p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 60px 0;
}

.benefit-card {
  background: #EEF6EF;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.benefit-icon {
  font-size: 36px;
  color: #2A813C;
  margin-bottom: 20px;
}

.benefit-card h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.benefit-card p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.benefit-list {
  padding-left: 20px;
}

.benefit-list li {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Resource Section */
.resource-section {
  margin-top: 60px;
}

.resource-section h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.resource-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.resource-icon {
  font-size: 36px;
  color: #2A813C;
  margin-bottom: 20px;
}

.resource-card h4 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.resource-card ul {
  padding-left: 20px;
}

.resource-card li {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .benefits-grid,
  .resource-grid {
    grid-template-columns: 1fr;
  }
  
  .section-header p {
    padding: 0 20px;
  }
  
  .benefit-card,
  .resource-card {
    padding: 25px;
  }
}

/* Mobile Menu Toggle Styles */
.hm-menu {
    display: none;
}

.menu-icon {
    width: 90px;
    height: 90px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1001;
}

.menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: all 0.3s ease;
}

/* When menu is open */
.menu-open .menu-icon span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-open .menu-icon span:nth-child(2) {
    opacity: 0;
}

.menu-open .menu-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 1199px) {
    .hm-menu {
        display: block;
    }
    
    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 400px;
        height: 100vh;
        background: #4F4F4F;
        z-index: 1000;
        transition: all 0.3s ease;
        overflow-y: auto;
        padding: 20px;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }
    
    .menu-open .menu {
        right: 0;
    }
    
    .action--close {
        position: absolute;
        top: 20px;
        right: 20px;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        z-index: 1001;
    }
}

/* Circular Economy Section */
.circular-economy-section {
  padding: 80px 0;
  background-color: #EEF6EF;
}

.section-header h2 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: clamp(1.563rem, 1.938vw + 1.175rem, 3.5rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.section-header p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 60px 0;
}

.benefit-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.benefit-icon {
  font-size: 36px;
  color: #2A813C;
  margin-bottom: 20px;
}

.benefit-card h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.benefit-card p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
}

/* Features Section */
.features-section {
  max-width: 800px;
  margin: 40px auto 0;
}

.feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.feature-icon {
  font-size: 32px;
  color: #2A813C;
  margin-top: 5px;
}

.feature-content h4 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-content p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .section-header p {
    padding: 0 20px;
  }
  
  .benefit-card {
    padding: 25px;
  }
  
  .feature-item {
    flex-direction: column;
    gap: 15px;
  }
}

/* Waste to Energy Section */
.waste-energy-section {
  padding: 60px 0;
  background-color: #fff;
}

.breadcrumbs {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 14px;
  margin-bottom: 30px;
}

.breadcrumbs a {
  color: #2A813C;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  color: #4F4F4F;
}

.section-header h1 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: clamp(1.563rem, 1.938vw + 1.175rem, 3.5rem);
  font-weight: 600;
  margin-bottom: 20px;
}

.intro-text {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.6;
  max-width: 900px;
  margin-bottom: 40px;
}

/* Energy Products */
.energy-products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.product-card {
  background: #EEF6EF;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.product-header {
  background: #2A813C;
  padding: 20px;
}

.product-header h2 {
  color: #fff;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.product-content {
  padding: 25px;
}

.product-content p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

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

.benefits-list h3 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.benefits-list ul {
  list-style: none;
  padding-left: 0;
}

.benefits-list li {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.benefits-list li i {
  color: #2A813C;
  position: absolute;
  left: 0;
  top: 5px;
}

@media (max-width: 768px) {
  .energy-products {
    grid-template-columns: 1fr;
  }
  
  .intro-text {
    font-size: 16px;
  }
  
  .product-header {
    padding: 15px;
  }
  
  .product-header h2 {
    font-size: 20px;
  }
  
  .product-content {
    padding: 20px;
  }
}

/* Technology Content Section */
.technology-content {
  padding: 80px 0;
  background-color: #fff;
}

.technology-intro {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.technology-intro h1 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: clamp(1.563rem, 1.938vw + 1.175rem, 3.5rem);
  font-weight: 600;
  margin-bottom: 20px;
}

.technology-intro p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.6;
}

/* Technology Features */
.technology-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.feature-card {
  background: #EEF6EF;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.feature-icon {
  font-size: 48px;
  color: #2A813C;
  margin-bottom: 20px;
}

.feature-card h2 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-card p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
}

/* Technology Details */
.technology-details {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.technology-details h2 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.spec-item {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.spec-item h3 {
  color: #2A813C;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.spec-item p {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.5;
}

/* Technology Benefits */
.technology-benefits {
  max-width: 800px;
  margin: 0 auto;
}

.technology-benefits h2 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.benefits-list {
  list-style: none;
  padding-left: 0;
}

.benefits-list li {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.benefits-list li i {
  color: #2A813C;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .technology-features,
  .specs-grid {
    grid-template-columns: 1fr;
  }
  
  .technology-intro,
  .technology-details,
  .technology-benefits {
    padding: 0 20px;
  }
  
  .feature-card {
    padding: 25px;
  }
}

/* News Carousel Styles */
.news-carousel {
  position: relative;
  margin-bottom: 30px;
}

.news-carousel .owl-stage {
  display: flex;
  padding: 20px 0;
}

.news-carousel .owl-item {
  padding: 0 15px;
}

.news-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.news-carousel .owl-nav button {
  pointer-events: all;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff !important;
  color: #2A813C !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.news-carousel .owl-nav button:hover {
  background: #2A813C !important;
  color: #fff !important;
}

.news-carousel .owl-nav button.owl-prev {
  margin-left: -20px;
}

.news-carousel .owl-nav button.owl-next {
  margin-right: -20px;
}

.news-carousel .owl-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.news-carousel .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #E9E9E9 !important;
  transition: all 0.3s ease;
}

.news-carousel .owl-dot.active {
  background: #2A813C !important;
  transform: scale(1.2);
}

/* Article Popup Styles */
.article-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.popup-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #2A813C;
  border: none;
  font-size: 18px;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-close:hover {
  background: #2A813C;
  color: #fff;
}

.popup-content {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.popup-image {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popup-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(42, 129, 60, 0.9);
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
}

.popup-body {
  padding: 30px;
}

.popup-body h2 {
  color: #000D17;
  font-family: "Open Sans";
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.article-content {
  color: #4F4F4F;
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 1.8;
}

.article-content p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .popup-container {
    width: 95%;
    max-height: 95vh;
  }
  
  .popup-image {
    height: 200px;
  }
  
  .popup-body {
    padding: 20px;
  }
  
  .popup-body h2 {
    font-size: 22px;
  }
  
  .news-carousel .owl-nav {
    display: none;
  }
}