@font-face {
  font-family: "WWF_Font";
  src: url("../font/WWF_Font/Fonts/Desktop_fonts/OTF/WWF.otf") format("opentype");
  /* font-weight: 900; */
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../font/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  /* Extra-bold */
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../font/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../font/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  /* Semi-bold weight */
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../font/Open_Sans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../font/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  /* Regular weight */
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../font/Open_Sans/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  /* Light weight */
  font-style: normal;
}

:root {
  --light-olive-color: #9bc955;
  --white-color: #ffffff;
  --off-white-color: #f5f5f5;
  --black-color: #000000;
  --primary-font: "WWF_Font";
  --secondary-font: "OpenSans";
}



.for-mobile {
  display: none;
}

.custom-header .dropdown-menu.show {
  display: none;
  max-height: 0;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  /* opacity: 0; */
}

.custom-header {
  background-color: var(--white-color);
  /* background-color: #9BC955; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 70px;
  /* position: relative; */
}

.custom-header a.nav-link.active {
  color: var(--light-olive-color);
}

.custom-header a.nav-link:hover {
  color: var(--light-olive-color);
}

.custom-header a.nav-link.dropdown-toggle::after {
  content: "\f078";
  font-size: 0.875rem;
  font-family: FontAwesome;
  width: 10px;
  height: 18px;
  margin-left: 0.625rem;
  border: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.custom-header ul li.nav-item.dropdown {
  position: static;
}

/* .custom-header ul li.nav-item.dropdown .dropdown-menu, */
.custom-header ul li.nav-item.dropdown .dropdown-menu.show {
  width: 70% !important;
  top: 97%;
  min-width: 70%;
  right: 0;
  left: auto;
  padding: 0;
}

.custom-header a.nav-link {
  letter-spacing: 1px;
  color: var(--black-color);
  font: 400 1.25rem var(--primary-font);
  display: flex;
  align-items: center;
  margin: 0 1.125rem;
  padding: 0 0.625rem;
  height: 100%;
  text-transform: uppercase;
}

.custom-header a.navbar-brand {
  position: absolute;
  top: 0.5rem;
}

.custom-header a.navbar-brand img {
  width: 7.125rem;
}

.custom-header nav.navbar {
  padding: 0rem 0;
  position: static;
}

.navbar-dropdown-txt-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: end;
}

.navbar-dropdown-txt-box ul {
  width: 100%;
  padding: 0.75rem 1.5rem 0 0;
  list-style: none;
}

.navbar-dropdown-txt-box ul li {
  border-bottom: 1px solid #00000033;
  /* margin: 1.75rem 0; */
  margin-bottom: 1.25rem;
  padding-bottom: 1.125rem;
}

.navbar-dropdown-txt-box ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.navbar-dropdown-txt-box ul li a {
  width: 100%;
  color: var(--black-color);
  font: 300 1.12rem var(--primary-font);
  text-decoration: none;
  line-height: 1.75rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.navbar-dropdown-txt-box ul li a:hover {
  color: var(--light-olive-color);
}

.navbar-dropdown-btn-box a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: var(--black-color);
  background-color: var(--light-olive-color);
  font: 400 1rem var(--primary-font);
  letter-spacing: 1px;
  transition: all 0.6s ease-in-out;
}

.navbar-dropdown-btn-box a:hover {
  color: var(--white-color);
  background-color: var(--black-color);
}

.navbar-dropdown-social-box {
  padding: 1.25rem;
}

.navbar-dropdown-social-box img {
  width: 2rem;
}

.home-banner-section {
  position: relative;
  height: 88vh;
  margin-top: 4.125rem;
  width: 100%;
}

.video-box {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.video-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.about-us-section {
  padding: 4rem 0;
}

/* .about-us-btn  */
.events-view-all-btn,
.article-btn {
  border: 1px solid var(--white-color);
  color: var(--white-color) !important;
  text-decoration: none;
}

.events-view-all-btn:hover,
.article-btn:hover,
.about-us-btn:hover {
  border: 1px solid var(--light-olive-color);
  background-color: var(--light-olive-color);
  color: var(--black-color) !important;
}

/* .key-interventions-heading{color: var(--white-color);} */
.key-interventions-img-box img {
  width: 4rem;
  margin-bottom: 1rem;
}

.key-interventions-txt-box h3 {
  /* color: var(--light-olive-color); */
  font: 400 1.1rem var(--primary-font);
  line-height: 1.625rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-height: 3.25rem;
}

.key-interventions-boxes {
  display: flex;
  justify-content: space-between;
}

.key-interventions-box {
  width: calc(100% / 4 - 20px);
  border: 1px solid var(--white-color);
  padding: 1rem 0.875rem;
  border: 1px solid var(--black-color);
}

.key-interventions-txt-box ul li {
  font: 400 0.85rem var(--secondary-font);
  line-height: 1.15rem;
  list-style: none;
  padding-bottom: 0.5rem;
  position: relative;
}

.key-interventions-txt-box ul li::before {
  content: "";
  background-image: url("../logo/arrow-tail-right.svg");
  position: absolute;
  top: 5px;
  left: -1.75rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 0.7rem;
}

.upcoming-past-events-btn-box {
  display: flex;
  border: 1px solid var(--black-color);
  border-right: none;
  border-left: none;
  justify-content: space-between;
  /* background-color: red; */
  padding: 1.25rem 0;
}

.upcoming-past-events-btn {
  width: 50%;
  border: none;
  padding: 0;
  /* border-left: 1px solid var(--light-olive-color); */
  /* padding-left: 1.875rem; */
}

.upcoming-past-events-btn button {
  border: none;
  background-color: var(--black-color);
  color: var(--white-color);
  width: 100%;
  padding: 0.75rem 0;
  border: 1px solid var(--light-olive-color);
  font: 600 1.125rem var(--secondary-font);
  transition: all 0.6s ease-in-out;
}

.past-events-btn {
  border-left: none;
  border-right: 1px solid var(--black-color);
}

.upcoming-past-events-btn-.active {
  background-color: var(--light-olive-color);
  color: var(--black-color);
}

.past-events-btn {
  padding-left: 0;
  padding-right: 1.875rem;
}

.event-heading h1 {
  color: var(--light-olive-color);
}

.event-slide {
  width: 85%;
  margin: auto;
}

.event-slide a {
  font: 500 1.325rem var(--primary-font);
  padding-bottom: 1rem;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  display: block;
  color: var(--white-color);
  text-decoration: none;
}

.event-slide a:hover {
  text-decoration: underline;
  transition: all 0.6s ease-in-out;
}

.event-slide p {
  font: 400 0.85rem var(--secondary-font);
  line-height: 1.25rem;
  letter-spacing: 0.5px;
  opacity: 1;
  padding: 0 2rem;
  text-align: center;
}

.event-slider-container {
  position: relative;
  display: none;
  max-height: 0;
  /* overflow-y: hidden; */
}

.upcoming-past-events-slider-container {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.events-section {
  position: relative;
}

.event-slider-container.active {
  display: block;
  max-height: 660px;
}

.upcoming-past-events-slider-container::after,
.upcoming-past-events-slider-container::before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  width: 18%;
  height: 1px;
  background-color: var(--white-color);
  /* background-color: red; */
  position: absolute;
  z-index: 3;
  top: 77%;
  color: var(--white-color);
  /* color: red; */
  display: flex;
  align-items: center;
}

.upcoming-past-events-slider-container::after {
  right: 10%;
}

.upcoming-past-events-slider-container::before {
  left: 10%;
  flex-direction: row-reverse;
}

/* text-indent:-9999px */
.igsc-member-logos-slider .owl-dot button,
.partner-says-slider .owl-dot button,
.event-box .owl-dot button {
  background-color: transparent;
  border: none;
}

.igsc-member-logos-slider .owl-dot:hover button span,
.partner-says-slider .owl-dot:hover button span,
.event-box .owl-dot:hover button span {
  background-color: var(--light-olive-color) !important;
}

.igsc-member-logos-slider .owl-dot button span,
.partner-says-slider .owl-dot button span,
.event-box .owl-dot button span {
  text-indent: -9999px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.igsc-member-logos-slider .owl-dot button span,
.partner-says-slider .owl-dot button span {
  background: var(--black-color) !important;
}

.igsc-member-logos-slider .owl-dot.active button span,
.partner-says-slider .owl-dot.active button span,
.event-box .owl-dot.active button span {
  display: flex;
  align-items: center;
  text-indent: 0px;
  color: var(--white-color);
  background-color: transparent !important;
}

.igsc-member-logos-slider .owl-dot.active button span,
.partner-says-slider .owl-dot.active button span {
  color: var(--black-color);
}

.swiper-container,
.swiper-slide {
  margin: 0;
  display: flex;
  justify-content: center;
}

.slideshowContainer .fade:not(.show) {
  opacity: 1 !important;
}

.swiper-wrapper {
  padding-bottom: 1.125rem;
}

.report-and-article-slide-txt-box {
  padding-top: 0.75rem;
}

.report-and-article-slide-txt-box a {
  font: 400 1.125rem var(--secondary-font);
  line-height: 1.5rem;
  color: var(--black-color);
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.6s ease-in-out;
}

.report-and-article-slide-txt-box a:hover {
  text-decoration: underline;
}

.report-and-article-slide-txt-box p {
  font: 400 0.85rem var(--secondary-font);
  line-height: 1.25rem;
  color: var(--black-color);
  margin-top: 0.325rem;
}

.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--light-olive-color);
}

.report-and-article-slide-img-box img {
  width: 100%;
}

.swiper-pagination {
  /* padding-bottom: 2rem; */
  position: relative;
}

/* *************** */
.swiper-pagination {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
}

.swiper-pagination-bullet {
  /* width: 8px !important; */
  /* height: 8px !important; */
  background-color: var(--black-color);
  opacity: 1;
  /* scale: 1 !important; */
}

.swiper-pagination-bullet-active {
  /* padding: 5px 10px; */
  /* border-radius: 0; */
  width: auto;
  height: auto;
  /* height: 30px; */
  /* text-align: center; */
  line-height: 16px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background-color: transparent !important;
}

.news-articles h1 {
  color: var(--light-olive-color);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.article-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sub-article-box {
  width: calc(100% / 2 - 12px);
  height: calc(100% / 2 - 12px);
}

.article-txt-box h6 {
  font: 400 0.7rem var(--secondary-font);
  line-height: 0.9rem;
  padding: 0.65rem 0;
  margin: 0;
}

.article-txt-box h3 {
  font: 400 1.12rem var(--secondary-font);
  line-height: 1.325rem;
  color: var(--light-olive-color);
}

.article-txt-box h4 a,
.article-txt-box h3 a {
  color: var(--light-olive-color);
  text-decoration: none;
  transition: all 0.6s ease-in-out;
}

.article-txt-box h4 a:hover,
.article-txt-box h3 a:hover {
  text-decoration: underline;
}

.article-txt-box p {
  font: 400 0.875rem var(--secondary-font);
  line-height: 1.25rem;
  letter-spacing: 0.5px;
}

.article-txt-box h4 {
  font: 400 0.9275rem var(--secondary-font);
  line-height: 1.325rem;
  color: var(--light-olive-color);
}

.article-txt-box h4 a {
  color: var(--light-olive-color);
}

p.partner-says-txt {
  display: flex;
  padding: 0 !important;
  /* flex-direction: column; */
}

p.partner-says-txt span:nth-child(2) {
  width: 88%;
  padding: 1rem 0;
  font: 400 0.9275rem var(--secondary-font);
  line-height: 1.325rem;
  color: var(--black-color);
  padding-left: 0.5rem;
}

.partner-says-txt span img.double-quotes-img {
  width: 2rem !important;
}

p.partner-says-txt span:last-child {
  align-self: self-end;
}

.partner-says-slide-txt-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner-says-slide-txt-box h3 {
  font: 400 1.5rem var(--primary-font);
  line-height: 1.875rem;
  color: var(--black-color);
  letter-spacing: 0.5px;
  padding-left: 2.45rem;
  text-transform: uppercase;
  margin: 0;
}

.partner-says-slide-txt-box p {
  font: 400 0.875rem var(--secondary-font);
  color: var(--black-color);
  line-height: 1.325rem;
  padding-left: 2.45rem;
}

.manage-led-funded-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.manage-led-funded-box {
  text-align: center;
}

.manage-led-funded-box h3 {
  font: 400 1.5rem var(--primary-font);
  line-height: 2rem;
  color: var(--black-color);
  text-transform: uppercase;
  padding-bottom: 0.875rem;
}

.manage-led-funded-img-box {
  gap: 4rem;
  display: flex;
  justify-content: center;
}

.manage-led-funded-img-box img {
  height: 80px;
}

/* .led-by-box {
    gap: 3rem;
} */

/* .manage-led-funded-img-box img{} */
.get-involved-section {
  background-image: url("../images/get-involved-bg-img.jpg");
  background-position: center;
  background-size: cover;
  padding: 7rem;
  position: relative;
  z-index: 1;
}

.get-involved-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.get-involved-box h1 {
  color: var(--light-olive-color);
}

.get-involved-box a.get-involved-btn {
  border: 1px solid var(--white-color);
  color: var(--white-color) !important;
}

.igsc-member-logos-slider-container {
  /* padding-top: 1.75rem; */
  padding: 1.75rem 2rem 0;
}

.igsc-member-logos-slider-container h4 {
  color: var(--black-color);
  font: 400 1.325rem var(--primary-font);
  line-height: 1.875rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.igsc-member-logos-slide-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.igsc-member-logos-slide-img-box {
  width: calc(100% / 4 - 10px);
  padding: 1.75rem 0.5rem;
  height: 7.5rem;
}

.border-right-opacity {
  position: relative;
}

.border-right-opacity::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 20%;
  width: 1px;
  height: 75%;
  background-color: rgba(0, 0, 0, 0.2);
}

.footer-box ul {
  padding: 0;
  list-style: none;
}

.footer-logo-box {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding-bottom: 0.875rem;
}

.footer-logo-box img {
  width: 6rem;
}

.footer-txt-box p {
  font: 400 0.625rem var(--secondary-font);
  line-height: 1.1rem;
  /* color: red; */
  text-align: center;
  /* color: red; */
}

.footer-box a {
  font: 400 0.8rem var(--secondary-font);
  text-decoration: none;
  color: var(--black-color);
}

.footer-box h4 {
  font: 400 1.125rem var(--primary-font);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-box-02 ul li {
  display: flex;
  padding-bottom: 0.625rem;
}

.footer-box-03 ul li {
  padding-bottom: 0.75rem;
}

.footer-box-03 ul li a span img {
  width: 2rem;
}

.footer-box-03 ul li a span {
  margin-right: 0.625rem;
}

.footer-box-04 a span img {
  width: 2rem;
}

.way-to-engage-offcanvas.offcanvas {
  width: 50% !important;
}

input::-webkit-inner-spin-button,
textarea::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
input::-webkit-outer-spin-button,
.task-revert-box .card-body textarea,
.task-revert-box .card-body textarea:focus,
.right-side-bar input::placeholder,
.right-side-bar input:focus,
.form-container form textarea:focus,
.form-container form textarea,
.form-container form input.form-control:focus,
.form-container form input:-webkit-autofill,
.form-container form input[type="number"],
.form-container form input[type="email"],
.form-container form input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: var(--white-color) !important;
  color: var(--black-color) !important;
  -webkit-text-fill-color: var(--black-color) !important;
  -webkit-background-clip: text;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #00000033;
  font: 400 0.75rem var(--secondary-font);
  padding-block: 1rem;
}

.form-container form label {
  display: none;
}

.way-to-engage-heading-box h2 {
  font: 400 1.75rem var(--primary-font);
  color: var(--light-olive-color);
  margin: 0;
}

.way-to-engage-heading-box P:nth-child(2) {
  margin: 0;
}

.way-to-engage-img-box img {
  width: 100%;
}

.footer-tag ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
}

.footer-tag ul li {
  font: 400 0.55rem var(--secondary-font);
  border: none;
  border-right: 1px solid #ffffff;
  padding: 0 0.5rem;
}

.footer-tag ul li:last-child {
  border-right: none;
}

.footer-tag ul li a {
  color: var(--white-color);
  text-decoration: none;
}

.privacy-policy-t-and-c-box ul {
  justify-content: end;
}

.report-and-article-container .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 47.5%;
  justify-content: center;
}

/* .report-and-article-container .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
} */

/*.about-us-home-banner-section {*/
/*  background-image: url("../images/abou-us-banner-img.jpg");*/
/*}*/

.about-green-steel-text {
  padding-right: 4.325rem;
}

.our-objectives-heading h1 {
  color: var(--light-olive-color);
}

.our-mission-txt-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.our-objectives-img-box {
  display: flex;
  min-height: 8rem;
  align-items: center;
  justify-content: center;
}

.our-objectives-txt-box p {
  font: 400 1.1rem var(--secondary-font);
  line-height: 1.4rem;
}

/* contact-us page styling */
/*.contact-us-banner-section {*/
/*  background-image: url("../images/contact-us.jpg");*/
/*}*/

.contact-us-txt-box {
  width: 45%;
  position: absolute;
  bottom: 3.5rem;
  z-index: 2;
}

.contact-us-txt-box h2 {
  font: 300 2.5rem var(--primary-font);
  color: var(--white-color);
}

.contact-us-txt-box p {
  font: 300 1rem var(--secondary-font);
  color: var(--white-color);
  /* letter-spacing: 0.01rem; */
  letter-spacing: 0.5px;
}

.enquire-now-section .heading-box h2 {
  font: 300 2rem var(--primary-font);
  color: var(--black-color);
  margin-bottom: 1rem;
}

.enquire-now-section .heading-box p {
  font: 400 0.8rem "OpenSans";
  color: var(--black-color);
}

.form-label {
  display: none;
}

.enquire-now-section .form-container {
  margin-top: 2rem;
}

.form-control {
  border: none;
  border-bottom: 1px solid var(--black-color) !important;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding-left: 0;
  padding-right: 0;
}

.form-control:focus {
  border-bottom: 1px solid var(--black-color);
  box-shadow: none;
  outline: none;
}

.form-control::placeholder {
  color: var(--black-color);
}

textarea.form-control {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.submit-btn {
  font: 400 1.2rem var(--primary-font);
  color: var(--black-color);
  background-color: transparent;
  border: 1px solid var(--black-color);
  padding: 0.3rem 0.8rem;
  margin-top: 1rem;
}

.form-columns {
  display: flex;
  justify-content: space-between;
}

.report-n-article-section {
  background-image: url("../images/report-and-articles.jpg");
}

/* Report and articles section */
/* Container */
.report-n-article-box {
  display: flex;
  /* gap: 2rem; */
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

/* Each Card */
.report-card {
  background: #fff;
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

/* Image Box */
.report-card-img-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

/* Text Box */
.report-card-txt-box {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Title */
.report-card-txt-box h3 {
  font: 400 1.125rem var(--primary-font);
  margin-bottom: 0.5rem;
  padding-top: 1rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* Paragraph */
.report-card-txt-box p {
  font: 400 0.8rem var(--secondary-font);
  color: var(--black-color);
  margin-bottom: 1rem;
}

/* Read More Button */
.report-card-txt-box a {
  align-self: start;
  padding: 0.3rem 0.85rem;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font: 400 1rem var(--primary-font);
  transition: all 0.6s ease-in-out;
}

.report-card-txt-box a:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.load-more-btn a {
  font: 400 0.9rem var(--primary-font);
}

.article-banner-section {
  background-image: url("../images/article-banner.jpg");
}

ul.date-and-reading-ul {
  padding: 0.5rem 0;
  list-style: none;
  display: flex;
}

ul.date-and-reading-ul li span,
ul.date-and-reading-ul li {
  margin-right: 3rem;
}

ul.date-and-reading-ul li span {
  margin-right: 0.5rem;
  font: 400 0.875rem var(--secondary-font);
}

.article-content-img-box {
  /* padding-top: 1.625rem;
    padding-bottom: 1.875rem; */
}

.article-content-img-box img {
  width: 35rem;
}

/* .article-table-heading-box h1{} */

table.table {
  text-align: center;
}

/* table.table tbody tr td , */
table.table thead tr th {
  background-color: var(--black-color);
  color: var(--white-color);
  font: 400 0.875rem var(--secondary-font);
  min-width: 10rem;
  vertical-align: middle;
  border: 1px solid var(--black-color);
  border-right: 1px solid var(--white-color);
}

table.table thead tr th:last-child {
  border-right: 1px solid var(--black-color);
}

table.table tbody tr td {
  font: 400 0.875rem var(--secondary-font);
  border: 1px solid var(--black-color);
  /* padding: ; */
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}

.download-report-box {
  background-color: var(--off-white-color);
  padding: 0.75rem;
  margin-top: 20px;
  border: 0.5px solid #00000023;
  width: 290px;
  height: 447px;
}
/* .btn-box-download-report{
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
    
} */
.download-report-box img{
  width: 265px;
  height: 370px;

}
.download-btn-box {
  display: flex;
  justify-content: center;
  padding-top: 0.2rem;
  height: auto;
}

.download-btn-box a {
  display: flex;
  flex-direction: row; /* change from column to row */
  align-items: center;
  background-color: var(--black-color);
  padding: 0.6rem 1.4rem;
  text-decoration: none;
  color: var(--white-color);
  border-radius: 4px;
  gap: 0.5rem; /* adds spacing between text and image */
}

.download-btn-box a span {
  font-size: 0.9rem;
  color: var(--white-color);
}

.download-btn-box a img {
  width: 1.2rem;
  height: auto;
}



.download-report-box {
  position: sticky;
  top: 5rem;
  z-index: 1;
  margin-left: auto;
  width: fit-content;
}

/*.event-home-section {*/
/*  background-image: url("../images/events-banner-img.jpg");*/
/*}*/

/* events section styling */
.event-container {
  display: flex;
  border: 1px solid var(--black-color);
  margin-bottom: 35px;
  background: #fff;
  font-family: "Arial", sans-serif;
  overflow: hidden;
  position: relative;
}

.event-left {
  width: 18%;
  padding: 10px 20px 0 20px;
  border-right: 1px solid var(--black-color);
  z-index: 0;
  overflow: hidden;
}

.event-tag {
  width: fit-content;
  text-align: center;
}

.event-tag span {
  font: 400 0.9rem var(--primary-font);
  color: var(--black-color);
  left: 20px;
  z-index: -1;
}



.event-left::before {
  content: "";
  background-color: var(--light-olive-color);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: -4rem;
  left: -3.25rem;
  z-index: -1;
}

.past-event-tag::before {
  background-color: var(--black-color);
  color: var(--white-color);
}

.past-event-tag .event-tag span {
  color: var(--white-color);
}

.date-time-register-box {
  margin-top: 65px;
  /* Space below the green tag */
}

.date-time-register-inside-boxes {
  display: flex;
  /* align-items: center; */
  margin-bottom: 15px;
}

.date-time-register-inside-boxes img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.date-time-register-inside-boxes p {
  margin: 0;
  font: 400 0.7rem var(--secondary-font);
  color: var(--black-color);
  line-height: 1.4;
}

.register-button {
  margin-top: 30px;
  text-align: center;
}

.event-middle {
  width: 55%;
  padding: 30px 55px 30px 30px;
}

.event-middle h2 {
  font: 400 1.75rem var(--primary-font);
  letter-spacing: 0.01rem;
  color: var(--black-color);
  margin-bottom: 20px;
  line-height: 1.2;
}

.event-middle p {
  font: 400 0.85rem var(--secondary-font);
  color: var(--black-color);
  line-height: 1.6;
}

/* .event-middle p span {
  font-weight: 600;
} */

.event-middle p span button.events-read-more-txt-btn:focus,
.event-middle p span button.events-read-more-txt-btn {
  font: 400 .875rem var(--secondary-font);
  color: var(--light-olive-color);
  padding: 0;
  border: none;
}

.event-middle strong {
  font: 700 .875rem var(--secondary-font);
  padding-bottom: 0.325rem;
}

.event-right {
  width: 35%;
}

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

.article-key-findings-box h1 {
  padding-top: 1rem;
}

.article-key-findings-ul-li li h4 {
  font: 600 1.124rem var(--secondary-font);
  line-height: 1.875rem;
  text-transform: capitalize;
  /* letter-spacing: .5px; */
}

.article-key-findings-ul-li li p {
  font: 400 1rem var(--secondary-font);
  line-height: 1.8rem;
  letter-spacing: 0.01rem;
}

.article-key-findings-ul-li {
  list-style: upper-alpha;
  font-weight: 600;
  font-family: var(--secondary-font);
}

.article-key-findings-ul-li-nested {
  font-family: var(--secondary-font);
}

.article-key-findings-ul-li-nested li {
  font: 400 0.9325rem var(--secondary-font);
  line-height: 1.625rem;
  color: var(--black-color);
  padding-bottom: 0.75rem;
  list-style: decimal;
}

.article-prev-next-nav-container {
  display: flex;
  justify-content: space-between;
  padding-top: 3rem;
}

.article-prev-next-nav-box {
  width: 46%;
  background-color: var(--off-white-color);
  padding: 1rem 3rem;
}

.article-prev-next-nav-btn-date-box p {
  margin: 0;
  font: 400 1rem var(--secondary-font);
}

.article-prev-next-nav-box h5 {
  font: 400 1.01rem var(--secondary-font);
  color: var(--black-color);
}

.article-prev-next-nav-box a {
  text-decoration: none;
  font: 400 1rem var(--secondary-font);
  color: var(--black-color);
}

.article-prev-next-nav-box a i {
  margin: 0 0.5rem;
}

.article-prev-next-nav-btn-date-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.key-points {
  padding-left: 1.75rem;
}

.decarbonizing-steel-production h1 {
  padding-top: 1rem;
}

/*.article-second-banner-section {*/
/*  background-image: url("../images/article-second-banner.jpg");*/
/*}*/

.privacy-policy-sub-heading h3 {
  font: 400 1.325rem var(--primary-font);
  text-transform: uppercase;
  line-height: 1.875rem;
  letter-spacing: 1px;
}

/*.privacy-policy-home-banner-section {*/
/*  background-image: url("../images/privacy-policy-banner-img.jpg");*/
/*}*/

/*.members-home-banner-section {*/
/*  background-image: url("../images/members-banner-img.jpg");*/
/*}*/

.members-logo-box {
  padding: 3rem;
}

.igsc-member-logos-container {
  display: flex;
  flex-wrap: wrap;
}

.igsc-member-logos-container .igsc-member-logos-slide-img-box {
  padding-left: 0rem;
  padding-right: 2.875rem;
}

.igsc-member-logos-slide-img-box img,
.igsc-member-logos-container .igsc-member-logos-slide-img-box img {
  width: 100%;
  height: 100%;
}

.corporate-partners-box {
  margin-bottom: 5rem;
}

.members-controller-box {
  position: sticky;
  top: 10rem;
}

ul.members-controller-ul-box {
  padding: 0;
  list-style: none;
}

ul.members-controller-ul-box li a {
  text-decoration: none;
  color: var(--black-color);
  display: flex;
  align-items: center;
  margin-bottom: 1.125rem;
  /* justify-content: center; */
}

ul.members-controller-ul-box li:last-child {
  margin: 0;
}

ul.members-controller-ul-box li span {
  margin-right: 1.5rem;
  /* padding: 0; */
  padding: 0.35rem 0.35rem;
  border-radius: 2rem;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.members-controller-ul-box li * {
  transition: all 0.6s ease-in-out;
}



ul.members-controller-ul-box li p {
  font: 400 0.9rem var(--secondary-font);
  margin: 0;
}

ul.members-controller-ul-box li.active span {
  position: relative;
  margin-right: 3rem;
}

ul.members-controller-ul-box li.active span i {
  font-size: 1.25rem;
}

ul.members-controller-ul-box li.active p {
  font: 400 1.25rem var(--secondary-font);
}

ul.members-controller-ul-box li.active span::before {
  content: "";
  position: absolute;
  right: -120%;
  top: 37%;
  background-image: url("../icon/arrow-icon.svg");
  width: 3rem;
  height: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
}
ul.members-controller-ul-box li.active span {
  position: relative;
  margin-right: 3rem;
}

ul.members-controller-ul-box li.active span::before {
  content: "";
  position: absolute;
  right: -120%;
  top: 37%;
  background-image: url("../icon/arrow-icon.svg");
  width: 3rem;
  height: 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
}

ul.members-controller-ul-box li.active p {
  font: 400 1.25rem var(--secondary-font);
}

/* krishan: 9-5-2025 */

.steel-sector-custom {
  padding: 4rem 4rem 0 4rem;
}

.k-steel-container {
  padding-right: 2rem;
}

.download-report-img-box img {
  width: 100%;
}

.key-point-span {
  font: 600 1rem var(--secondary-font);
}

.k-steel-content h1 {
  text-transform: capitalize;
}

.key-points p strong {
  text-transform: capitalize;
  font: 600 1rem var(--secondary-font);
}

.emmission-head {
  padding-top: 2rem;
}

.article-table-heading-box p {
  font: 600 1.1rem var(--secondary-font) !important;
}

.article-content-box {
  padding-right: 3rem;
}

.article-footer-box {
  padding-top: 2rem;
}

.trl-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.trl-container img {
  border: 1px solid var(--black-color);
  padding: 1rem;
  margin: 1rem 0;
}

.trl-container p {
  font: 600 0.8rem var(--secondary-font);
}

.article-banner-head h2 {
  font: 400 2rem var(--primary-font);
  text-transform: uppercase;
}

/* --------------------- footer new 10-5-2025 ----------------------- */

.footer-n-custom {
  background-color: var(--off-white-color);
}

.ftr-main-container {
  display: grid;
  grid-template-columns: 150px auto;
  align-items: center;
  gap: 0rem;
}

.ftr-content-container .collab {
  font: 400 1.5rem var(--primary-font);
  text-transform: uppercase;
  padding-bottom: 1rem;
  border-bottom: 2px solid #00000088;
  margin-left: 1.2rem;
}

.ftr-menu ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.ftr-menu ul li {
  list-style-type: none;
  font: 400 0.65rem var(--secondary-font);
  text-transform: capitalize;
  padding: 0 1.3rem;
  border-right: 1px solid #00000066;
}

.ftr-menu ul li:last-child {
  border-right: none;
}

.ftr-menu ul li a {
  color: var(--black-color);
  text-decoration: none;
}

.reach-us ul {
  display: flex;
  padding-left: 0;
  align-items: center;
  padding: 1.2rem 0 1.2rem 0;
  margin-bottom: 0;
}

.reach-us ul li {
  list-style-type: none;
  font: 400 0.75rem var(--secondary-font);
  text-transform: capitalize;
  padding: 0 1.3rem;
}

.reach-us ul li .reach-para {
  font: 400 1.5rem var(--primary-font);
  text-transform: uppercase;
}

.reach-us ul li:last-child {
  border-right: none;
}

.reach-us ul li a {
  color: var(--black-color);
  text-decoration: none;
  text-transform: lowercase;
}

.reach-us ul li a img {
  margin-right: 0.5rem;
}

.reach-us ul li:last-child a img {
  width: 1.625rem;
}

.copyright-box p {
  font: 400 0.7rem var(--secondary-font);
  margin-left: 1.3rem;
}

.k-steel-ol {
  list-style: none;
  counter-reset: list-counter;
}

.k-steel-ol li {
  counter-increment: list-counter;
  margin-bottom: 20px;
  position: relative;
}

.k-steel-ol li::before {
  content: counter(list-counter, upper-alpha)")";
  font-weight: bold;
  position: absolute;
  left: -2rem;
  top: 2px;
}

.sub-article-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*.blogs-n-news-section {*/
/*  background-image: url("../images/blogs-and-news-banner.jpg");*/
/*}*/

.our-mission-img-box img {
  width: 100%;
}

.span-read-more-txt {
  transition: all .6s ease-in-out !important;
}

.span-read-more-txt .card-body {
  padding: 0 !important;
  border: none;
}

.bold-txt {
  font-weight: 600;
}

.span-read-more-txt .card-body p {
  margin-bottom: .125rem;
}

.article-page-modal .modal-header button {
  position: absolute;
  top: 0;
  right: 0;
}

.article-page-modal .modal-header h3 {
  font: 400 1.75rem var(--primary-font);
  line-height: 1.875rem;
}

.article-page-modal .modal-header p {
  font: 400 .9375rem var(--secondary-font);
  line-height: 1.25rem;
}

.article-page-modal .modal-header {
  border: 0;
  padding-bottom: 0;
  display: block !important;
}

.article-page-modal .modal-body {
  padding-top: 0;
}

.article-page-modal a {
  text-decoration: none;
}

.privacy-policy-heading ul li {
  font: 400 1rem var(--secondary-font);
  /* color: var(--black-color); */
  line-height: 1.5rem;
  letter-spacing: .5px;
}

.event-box.owl-carousel .owl-nav {
  position: absolute;
  top: 48%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.event-box.owl-carousel .owl-nav button {
  background-color: transparent !important;
}

.event-box.owl-carousel .owl-nav button i {
  color: var(--off-white-color);
  font-size: 1.5rem;
}

.event-box.owl-carousel .item {
  width: 65%;
  margin-left: 17.5%;
}
.formhide{
    display:none;
}