.fact-sheet {
  position: relative;
}
@font-face {
  font-family: "WWF";
  src: url("fonts/WWF.woff2") format("woff2"),
    url("fonts/WWF.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.first-text,
.res-head-text {
  font-family: WWF;
}
.fact-sheet .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fact-sheet .overlay img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
}

.fact-sheet .container {
  position: relative;
  color: #fff;
  z-index: 909;
}

#first-tab {
  column-gap: 1rem;
}
#first-tab button {
  padding: 20px 30px;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
}
#first-tab button span {
  font-weight: 600;
}

.fact-sheet {
  padding: 50px 0;
}
#first-tab button.active {
  position: relative;
}
#first-tab #ELJNL {
  border: 1px solid #f8c51d;
}
#first-tab #ELJNL.active {
  background: #f8c51d;
}
#first-tab #IITA {
  border: 1px solid #f2743a;
}
#first-tab #IITA.active {
  background-image: url("https://academy.wwfindia.org/wildwisdom/Images/cutouts/menu.jpg");
  background-size: cover;
  color: #fff;
}

#first-tab #WWWS {
  border: 1px solid #6d3b1c;
}
#first-tab #WWWS.active {
  background: #6d3b1c;
  color: #fff;
}
#first-tab #IITA.active img,
#first-tab #WWWS.active img {
  filter: brightness(0) invert(1);
}
/* #first-tab button.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 20px;
  margin-left: -20px;
}

#first-tab #ELJNL.active:after {
  border-color: rgba(248, 197, 29, 0);
  border-top-color: #f8c51d;
}

#first-tab #IITA.active:after {
  border-color: rgba(248, 197, 29, 0);
  border-top-color: #f2743a;
}
#first-tab #WWWS.active:after {
  border-color: rgba(248, 197, 29, 0);
  border-top-color: #6d3b1c;
} */

.tab-pane .col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.read-more-btn {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  text-decoration: none;
  align-self: end;
}

.tab-pane a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.download-btn {
  width: 35%;
  margin-top: 1rem;
}
#second-tab button {
  padding: 10px 20px;
  border: 2px solid #4f7a07;
  color: #000;
  flex-direction: column;
  display: flex;
  min-width: 180px;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  color: #000;
  height: 100%;
}
#second-tab {
  gap: 1rem;
}

#second-tab button.active {
  position: relative;
  background: #4f7a07;
  color: #fff;
}
#second-tab button.active img {
  filter: brightness(0) invert(1);
}
#second-tab button.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(248, 197, 29, 0);
  border-top-color: #4f7a07;
  border-width: 20px;
  margin-left: -20px;
}

.reptiles {
  margin: 50px 0;
}

.tab-content strong {
  align-self: baseline;
  font-weight: 700;
  font-size: 27px;
}

.bottom-span {
  margin-top: 3rem;
  padding: 15px 45px;
  background-color: #e7e7e7;
}
.bottom-span p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.myths {
  /* padding-top: 250px; */
  /* padding-bottom: 50px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  height: 500px;
}
.myths .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.myths .overlay img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.inner-span {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer {
  margin-top: 0;
}
.accordion-button {
  display: flex;
  justify-content: space-between;
  background-color: #fff !important;
  align-items: center;
  box-shadow: none !important;
}

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

.accordion-button::after,
.accordion-button .fa-minus,
.accordion-button[aria-expanded="true"] .fa-plus {
  display: none;
}
.accordion-button[aria-expanded="true"] .fa-minus {
  display: inline-block;
}

.accordion-button > div {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.accordion-button:not(.collapsed) {
  background-color: #6d3b1c !important;
  color: #fff !important;
}
.accordion-button:not(.collapsed) img {
  filter: brightness(0) invert(1);
}
@media (max-width: 480px) {
  .download-btn {
    width: 75%;
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .download-btn {
    width: 100%;
    margin-top: 2rem;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 5%;
  }
  .carousel-control-next img,
  .carousel-control-prev img {
    width: 100%;
  }
  .bottom-span {
    padding: 10px;
  }
  .bottom-span p span {
    font-size: 13px;
  }
  .accordion-body {
    padding: 10px;
  }
  .accordion-body .row {
    row-gap: 2rem;
  }
  /* .reptiles {
    margin-bottom: -7rem;
  } */
}

.myths .container {
  z-index: 10;
}
.myths .container h1 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  z-index: 9;
  position: relative;
  font-weight: 800;
  color: #f8c51d;
  text-transform: uppercase;
  font-family: WWF;
}
.modal-body .span h2 {
  font-weight: 700;
  font-size: 1rem;
}

.modal-title {
  font-size: 1.8rem;
}
.broder {
  padding: 20px;
}
.broder img {
  border: 5px solid #fff;
  border-radius: 5px;
}

.modal-body .span {
  display: flex;
  flex-direction: column;
}

.modal-body .span img {
  align-self: center;
}

.modal-body a {
  color: #fff;
}

/* a:hover {
  color: #f8c51d !important;
} */

/* i {
  font-size: 13px;
  font-style: normal !important;
} */

.reptiles .broder img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.accordion-body {
  color: #000;
  padding-bottom: 2rem;
}
.reptiles .accordion-button img {
  max-width: 70px;
}

@media (max-width: 992px) {
  .myths {
    align-items: end;
  }
}
@media (max-width: 576px) {
  .myths {
    height: 560px;
    margin-top: -5rem;
  }
}
@media (max-width: 480px) {
  .myths {
    height: 610px;
  }
}
@media (max-width: 420px) {
  .myths {
    height: 650px;
  }
}
@media (max-width: 365px) {
  .myths {
    height: 730px;
  }
}
@media (max-width: 325px) {
  .myths {
    height: 800px;
  }
}
.tab-pane .col-md-6 strong {
  font-weight: 600;
  font-size: 22px;
}
@keyframes blink {
  0% {
    background-color: #000; /* Black */
  }
  50% {
    background-color: #f8c51d; /* Green */
    color: #fff;
  }
  100% {
    background-color: #000; /* Black */
  }
}

.Practice {
  padding: 15px 60px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #000; /* Initial background color */
  color: #fff;
  align-self: center;
  font-size: 18px;
  animation: blink 1s infinite; /* Apply animation */
}
.Practice:hover {
  color: #ffff !important;
}

.iframe h3 {
  margin-bottom: 40px;
  color: #4f7a07;
}

.flex-quiz-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.accordion-body .accordion-button span {
  color: #fff;
}

.nav-pills {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
}

.nav-pills button {
  width: 100%;
}

.pdf-files {
  /* background-color: #f9f9f9; */
  padding: 25px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.pdf-files .resource-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #688a2f;
}

.pdf-files .resource-item:last-child {
  border-bottom: none;
}

.pdf-files .checkmark {
  width: 20px;
  height: 20px;
  background: #4f7a07;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFf;
  font-weight: bold;
  margin-right: 15px;
  font-size: 12px;
}

.pdf-files .resource-title {
  flex: 1;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}

.pdf-files .watch-btn {
  background: #6d3b1c;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}

.pdf-files .watch-btn:hover {
  background: #344e06;
}

#itza-lo {
  border: 1px solid #000;
  border-radius: var(--border-radius);
}

.sub-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 2rem;
}
.sub-div .p1 {
  margin: 0;
}

@media (max-width: 480px) {
  .sub-div {
    text-align: center;
    margin-top: 1rem;
  }

  #first-tab {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-fixed {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.my-50 {
  margin-block: 150px;
}
#first-3 .container {
  background: #6d3b1c;
  border-radius: var(--border-radius);
  padding: 50px 40px;
}

#first-2 .container {
  background-image: url("https://academy.wwfindia.org/wildwisdom/Images/the.png");
  padding: 50px 40px;
  background-size: cover;
  border-radius: var(--border-radius);
}

.mb-150 {
  margin-bottom: 150px;
}
