body {
  background-color: #fff;
}


.navbar-toggler-icon {
  color: #ffffff;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: .125em;
  margin-left: .125em;
}

.nav-link {
  color: #ffffff;
}


.dropdown-menu .nav-item .nav-link {
  color: #000000;
}

.link-hover-color:hover {
  color: #bf5b1d;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #bf5b1d;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #bf5b1d;
}

.navbar {
  transition: all 0.5s;
}

.navbar-scrolled {
  background-color: #212741;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.btn {
  background-color: #30605d;
  color: #ffffff;
}

.btn:hover {
  background-color: #bf5b1d;
  color: #ffffff;
}




.btn-outline-success {
  --bs-btn-color: #30605d;
  --bs-btn-border-color: #30605d;
  --bs-btn-hover-color: #30605d;
  --bs-btn-hover-bg: #30605d;
  --bs-btn-hover-border-color: #30605d;
  --bs-btn-focus-shadow-rgb: #30605d;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #30605d;
  --bs-btn-active-border-color: #30605d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #30605d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #30605d;
  --bs-gradient: none;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.slide-text {
  float: left;
}

.orange-text {
  color: #bf5b1d;
  font-weight: 700;
}

.green-text {
  color: #30605d;
  font-weight: 700;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #30605d;
  --bs-btn-border-color: #30605d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #30605d;
  --bs-btn-hover-border-color: #30605d;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #30605d;
  --bs-btn-active-border-color: #30605d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #30605d;
  --bs-btn-disabled-border-color: #30605d;
}

.what-box {
  background-color: #212741;
  color: #ffffff;
}

.why-box {
  background-color: #bf5b1d;
  color: #ffffff;
}

.img-corner {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
}


/* .container {
  max-width: 960px;
} */

.icon-link>.bi {
  width: .75em;
  height: .75em;
}

/*
   * Custom translucent site header
   */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
   * Extra utilities
   */

.flex-equal>* {
  flex: 1;
}

@media (min-width: 768px) {
  .flex-md-equal>* {
    flex: 1;
  }
}


.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 {
  text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
  text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
  text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

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

.img-logo {
  margin-left: 35px;
}

.btn-login {
  margin-right: 35px;
}

@media (min-width: 50px) and (max-width: 991px) {
  .img-logo {
    width: 5rem;
  }

  button.navbar-toggler.collapsed,
  button.navbar-toggler {
    background-color: #bf5b1d;
  }

  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }

  div#navbarSupportedContent.navbar-collapse.collapse.show {
    background-color: #bf5b1d;
    padding: 10px;
    border-radius: 4px;
  }

  div#navbarSupportedContent.navbar-collapse.collapse.show a {
    color: #000000;
    background-color: #ffffff79;
    padding: 10px;
    border-radius: 4px;
    margin: 2px;
    font-size: x-small;
    font-weight: 600;
  }

  h2.display-3 {
    font-size: x-small;
  }

  .img-fluid {
    max-width: 100%;
    height: auto;
  }


}


@media (min-width: 1200px) {
  .display-3 {
    font-size: 3rem;
  }
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}

.item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
}

.bd-placeholder-img {
  object-fit: cover;
  height: 900px;

}

.img-style {
  object-fit: cover;
  height: 600px;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  padding: 8px;
}

#navbarSupportedContent>ul>li {
  margin: 15px;
}


.dropdown-menu {
  border-radius: 0;
  padding: 25px;
  background-color: #30605d;
}

.dropdown-menu a {
  color: #fff;
}


#navbarSupportedContent>ul>li:nth-child(3)>ul>li:nth-child(n)>a {
  color: #fff;
}

#navbarSupportedContent>ul>li:nth-child(3)>ul>li:nth-child(n)>a:hover {
  background-color: #fff;
  color: #000000;
}

#navbarSupportedContent>ul>li:nth-child(4)>ul>li:nth-child(n)>a {
  color: #fff;
}

#navbarSupportedContent>ul>li:nth-child(4)>ul>li:nth-child(2)>ul>li:nth-child(n)>a {
  color: #fff;
}

#navbarSupportedContent>ul>li:nth-child(4)>ul>li:nth-child(n)>a:hover {
  background-color: #fff;
  color: #000000;
}

#navbarSupportedContent>ul>li:nth-child(4)>ul>li:nth-child(2)>ul>li:nth-child(n)>a:hover {
  background-color: #fff;
  color: #000000;
}

body>main>div.container {
  margin-top: 50px;
}

body>main>div.container>div:nth-child(1)>div:nth-child(3) {
  margin-bottom: 22px;
}

.img-fluid {
  max-width: 100%;
  height: 300px;
  object-fit: cover;

}


.who-are-we {
  padding: 50px;
}


.container-web {
  width: 100%;
  height: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;

}

.container-web h1 {
  font-size: 50px;
  font-weight: 600;
}

.container-web h1 span {
  color: #bf5b1d;
  font-size: 80px;

}

/* Animated List */

.animated-list {
  list-style-type: none;
  padding: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.animated-list li {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  transform: translateX(0%);
  /* items are visible by default */
  opacity: 1;
}

/* Trigger animation on list hover */
.animated-list:hover li {
  animation: slideIn 0.5s backwards;
  /* 'backwards' will make sure initial state of animation is applied on hover */
  transform: translateX(0%);
  opacity: 1;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

/* Staggered animation delays for each list item */
.animated-list:hover li:nth-child(1) {
  animation-delay: 0.2s;
}

.animated-list:hover li:nth-child(2) {
  animation-delay: 0.4s;
}

.animated-list:hover li:nth-child(3) {
  animation-delay: 0.6s;
}

.animated-list:hover li:nth-child(4) {
  animation-delay: 0.8s;
}

.animated-list:hover li:nth-child(5) {
  animation-delay: 1s;
}




/* Animated list 2 */

.animated-list2 {
  list-style-type: none;
  padding: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.animated-list2 li {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
  transform: translateX(0%);
  /* items are visible by default */
  opacity: 1;
}

/* Trigger animation on list hover */
.animated-list2:hover li {
  animation: slideIn 0.5s backwards;
  /* 'backwards' will make sure initial state of animation is applied on hover */
  transform: translateX(0%);
  opacity: 1;
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

/* Staggered animation delays for each list item */
.animated-list2:hover li:nth-child(1) {
  animation-delay: 0.2s;
}

.animated-list2:hover li:nth-child(2) {
  animation-delay: 0.4s;
}

.animated-list2:hover li:nth-child(3) {
  animation-delay: 0.6s;
}

.animated-list2:hover li:nth-child(4) {
  animation-delay: 0.8s;
}

.animated-list2:hover li:nth-child(5) {
  animation-delay: 1s;
}


/* Cursor Effect */

.cursor {
  width: 20px;
  height: 20px;
  background-color: #bf5b1d;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* Prevents the custom cursor from interfering with other interactions */
  z-index: 1000;
  /* Ensure the cursor is above other elements */

}

/* End Cursor effect */

/* Define the keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Set the initial states for the elements */
.who-are-we h2 {
  opacity: 0;
  /* initially hidden */
}

.who-are-we p.lead {
  opacity: 0;
  /* initially hidden */
}

/* Hover effects */
.who-are-we:hover h2 {
  animation: zoomIn 0.5s forwards;
}

.who-are-we:hover p.lead {
  animation: fadeIn 1s forwards;
  animation-delay: 0.5s;
  /* staggered effect */
}

/* Class to ensure text stays visible after animation */
.who-are-we h2.animated,
.who-are-we p.lead.animated {
  opacity: 1;
}







/* Define the keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Set the initial states for the elements */
.what-we-do h2 {
  opacity: 0;
  /* initially hidden */
}

.what-we-do p.lead {
  opacity: 0;
  /* initially hidden */
}

/* Hover effects */
.what-we-do:hover h2 {
  animation: zoomIn 0.5s forwards;
}

.what-we-do:hover p.lead {
  animation: fadeIn 1s forwards;
  animation-delay: 0.5s;
  /* staggered effect */
}

/* Class to ensure text stays visible after animation */
.what-we-do h2.animated,
.what-we-do p.lead.animated {
  opacity: 1;
}


#pills-environmental-tab {
  background-color: #bf5b1d;
  margin: 5px;
}

#pills-social-tab {
  background-color: #bf5b1d;
  margin: 5px;
}

#pills-governance-tab {
  background-color: #bf5b1d;
  margin: 5px;
}

.nav-link:hover {
  color: #fff;
  font-weight: 700;
}

/* CSS for the zoom-in effect */



/* Custom CSS for card hover effect */
.animated-card {
  transition: transform .2s;
  /* Animation */
}

.animated-card:hover {
  transform: scale(1.05);
  /* Scale up by 5% */
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




.col-md iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .news-input {
    width: 50%;
  }
}


.image-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-text {
  background-color: rgba(0, 0, 0, 0.4); /* 90% black */
  color: white;  /* Text color */
  padding: 10px; /* Some padding for aesthetics */
  border-radius: 5px; /* Rounded corners */
  font-size: 20px; /* Adjust as needed */
  display: inline-block; /* So the background only wraps the text */
}
.hide{
  visibility:hidden;
}



/* Roadmap CSS */

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #939597;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #939597;
  border: 5px solid #f5df4d;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}