@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  font-family: Poppins;
}
html, body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth; /* supported in all major browsers */
}

nav {
  background: white;
  padding: 15px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  list-style: none;
  /* padding: 5px; */
  margin: 0;
}

.nav-links li {
  display: inline;
}

.nav-links a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}

.nav-hidden {
  transform: translateY(-100%);
}

.nav-links img {
  cursor: pointer;
}

.top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  background-color: #ffffff;
  padding: 8px;
  height: auto;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.top-nav img {
  height: 40px;
  object-fit: contain;
  max-width: 100%;
}

.img2,
.img1,
.img3 {
  width: 150px;
  height: auto;
  /* margin-top: 7px; */
}

.search-block {
  position: relative;
  box-sizing: border-box;
  width: fit-content;
}

.mainbox {
  box-sizing: border-box;
  position: relative;
  width: 230px;
  height: 50px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  border-radius: 160px;
  background-color: #c5392a;
  transition: all 0.3s ease;
}

.checkbox:focus {
  border: none;
  outline: none;
}

.checkbox:checked {
  right: 10px;
  width: 40px;
}

.checkbox:checked ~ .mainbox {
  width: 50px;
}

.checkbox:checked ~ .mainbox .search_input {
  width: 0;
  height: 0px;
  border: 1px solid #c5392a;
}

.checkbox:checked ~ .mainbox .iconContainer {
  padding-right: 8px;
}

.checkbox {
  box-sizing: border-box;
  width: 9px;
  height: 30px;
  position: absolute;
  right: -2px;
  top: 10px;
  z-index: 9;
  cursor: pointer;
  appearance: none;
  width: 20px;
}

.search_input {
  box-sizing: border-box;
  height: 80%;
  width: 220px;
  background-color: transparent;
  border: none;
  outline: none;
  padding-bottom: 4px;
  padding-left: 10px;
  font-size: 1em;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 72px;
  transition: all 0.3s ease;
}

.search_input::placeholder {
  color: #ffffff;
}

.iconContainer {
  box-sizing: border-box;
  padding-top: 5px;
  width: fit-content;
  margin-left: 11px;
  transition: all 0.3s ease;
}

.bi {
  color: white;
}


.search_icon {
  box-sizing: border-box;
  fill: white;
  font-size: 1.3em;
}
.hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.sticky-nav {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 55px;
  width: 100%;
  background: #c5392a;
  padding: 5px 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease-in-out;
}

.sticky-top {
  top: 0 !important;
}
/* Existing styles retained */
.search-block {
  margin-right: auto;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.nav-links li {
  margin-right: 20px;
}

.nt-search-input {
  padding: 6px 10px;
  font-size: 14px;
  align-items: right;
  border-radius: 20px;
  border: 1px solid #8a8a8a;
}

.nt-search-btn {
  background-color: #333;
  color: white;
  border: none;
  padding: 6px 12px;
  cursor: pointer;
}

.menu-toggle {
  font-size: 24px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  margin-right: auto;
}
.slider {
	width: 100%;
  height: 400px;
	margin: 2em auto;
	
}

.slider-wrapper {
	width: 100%;
	height: 400px;
	position: relative;
}

.slide {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 3s;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}

.container {
  padding: 20px;
  margin-top: 2%;
}
.container h2 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.subtext {
  font-size: 16px;
  margin: 10px 0 30px;
  text-align: center;
  font-weight: 300;
}
/* .about-section {
  margin-top: 6rem;
} */
.icons-section {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 40px;
  margin-top: 3%;
}
.icon-box {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-box img {
  width: 80px;
  height: 80px;
  /* background-color: #f07c00; */
  /* border-radius: 50%;
  padding: 10px; */
}
.icon-box p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 2%;
  width: 316px;
}
.highlight-section {
  /* background-color: #f4c38c; */
  background-image: url(../images/about-background.png);
  padding: 70px 40px;
  margin-top: 3%;
  background-size: cover;
}
.highlight-section p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.highlight-section h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.info-section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding: 80px;
  padding-top: 20px;
}
.info-box {
  /* flex-direction: row-reverse; */
  background-color: #d9d9d9;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.info-box img {
  width: 80px;
  height: 80px;
}
.info-box strong {
  font-size: 22px;
  font-weight: 500;
}
.info-box span {
  font-weight: 700;
}
.info-box p {
  font-size: 15px;
  font-weight: 400;
}
.future-section {
  padding: 70px;
  text-align: center;
}
.future-section h2 {
  font-size: 2rem;
  font-weight: bold;
}

.timeline {
  display: flex;
  justify-content: center;
  /* gap: 10px; */
  padding: 20px;
}
.timeline div {
  background-color: #f8f8f8;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  border: 1px solid #ddd;
  /* border-radius: 5px; */
  text-align: left;
  width: 18%;
  font-size: 14px;
  font-weight: 500;
}
.timeline strong {
  font-size: 60px;
  color: #f07c00;
}
.timeline-content {
  padding-left: 70px;
  padding-right: 70px;
}
.timeline-content p {
  font-size: 15px;
  font-weight: 600;
  margin: 10px;
}
/* .leadership-section {
  padding: 40px;
} */
.leadership-section h2 {
  text-align: center;
  margin-top: 5%;
  font-weight: bold;
  font-size: 2rem;
}
.leadership-section p {
  text-align: left;
  margin-bottom: 3%;
}
.leaders {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.leader-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  width: 25%;
}
.leader-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.leader-card h3 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
}
.leader-card p {
  font-style: italic;
  font-size: 14px;
}
.leader-card button {
  background-color: #f07c00;
  color: white;
  border: none;
  font-weight: bold;
  padding: 10px 40px;
  margin-top: 10px;
  font-size: 12px;
  cursor: pointer;
  font-weight: 500;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 20px;
  left: 0;
  /* top: 60px; */
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  align-content: center;
}
.modal h2 {
  margin-top: 0;
}
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  max-width: 500px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.close {
  color: #f07c00;
  float: right;
  display: flex;
  font-size: 34px;
  font-weight: bold;
  cursor: pointer;
  justify-content: end;
}

.close:hover,
.close:focus {
  color: #006c5b;
  text-decoration: none;
}
.modal-content h2 {
  font-size: 15px;
  color: #006c5b;
  width: 95%;
  margin-top: -35px;
}
.modal-content p {
  font-size: 13px;
  text-align: justify;
  margin: 10px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  background: none;
  /* background-color: #ffffff; */
  /* color: white; */
  cursor: pointer;
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}

.footer {
  background-color: #c5392a;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 250px;
  margin: 20px 10px;
}

.footer-section h3 {
  margin-bottom: 15px;
  font-weight: bold;
  color: white;
}

.footer-section strong {
  color: white;
}

.footer-section ul {
  list-style: none;
}

.footer-section a {
  text-decoration: none;
  color: #ffffff;
}

.footer-section ul li {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-section p {
  margin: 8px 0;
}

.social-icons {
  margin-top: 15px;
}

.social-icons .bi {
  font-size: 20px;
  margin-right: 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
  color: white;
}

.social-icons .bi:hover {
  transform: scale(1.2);
}

ul {
  padding-left: 0%;
}
.leadership-section h1 {
  font-size: 2em;
  margin-bottom: 10px;
  text-align: left;
  margin-left:0;
  margin-top: 77px;
}
.section-leardership-right {
  position: relative;
  height: 180px;
  background: white;
  overflow: hidden;
  margin-right: 0px;
  top: 120px;
  margin-top: -8%;
}
.section-leardership-right .circle-wrapper {
  position: absolute !important;
  top: -170px !important;
  right: 0px !important;
  left: auto !important;
  width: 100% !important;
  height: 100%;
  pointer-events: none;
}
.section-leardership-right .large-orange-circle {
  position: absolute !important;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #f27c1e;
  top: -150px;
  right: -250px;
  left: auto !important;
  z-index: 1;
}
.section-leardership-right .medium-green-circle {
  position: absolute !important;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #0d676cbe;
  top: -100px;
  right: -200px;
  left: auto !important;
  z-index: 2;
}
.leadership-section {
  padding: 40px;
  text-align: center;
}
.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.member-card {
  background-color: #f5f7fa;
  overflow: hidden;
  width: 220px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.member-card img {
  width: 100%;
  height: auto;
}
.info {
  background-color: #077465;
  color: white;
  padding: 10px;
  margin-top: -4px;
}
.info h3 {
  font-size: 1em;
  margin: 0;
}
.info p {
  font-size: 0.85em;
  color: #f37d07;
  margin: 0;
  text-align: center;
}
.section-leardership {
  position: relative;
  height: 180px;
  background: white;
  overflow: hidden;
  margin-left: -42px;
  margin-bottom: -38px;
  top: -38px;
}
.circle-wrapper {
  position: absolute;
  top: 151px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.large-orange-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: #f27c1e;
  top: -150px;
  left: -250px;
  z-index: 1;
}
.medium-green-circle {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #0d676cbe;
  top: -100px;
  left: -200px;
  z-index: 2;
}
/* Mobile styles */
@media screen and (max-width: 1024px) {
  .container h2 {
    font-size: 1.8rem;
  }

  .subtext {
    font-size: 15px;
    padding: 0 10px;
  }

  .icon-box p {
    font-size: 11px;
  }

  .highlight-section h2 {
    font-size: 26px;
  }
  .info-section {
    padding: 50px;
    gap: 25px;
  }

  .info-box {
    flex-direction: column;
    text-align: center;
  }

  .info-box img {
    width: 70px;
    height: 70px;
  }

  .info-box strong {
    font-size: 20px;
  }

  .info-box p {
    font-size: 14px;
  }

  .future-section {
    padding: 50px 40px;
  }

  .future-section h2 {
    font-size: 1.8rem;
  }
  .nav-links {
    gap: 10px;
  }
  .nt-search-input {
    padding: 12px;
    font-size: 10px;
  }
  .timeline {
    flex-wrap: wrap;
    gap: 15px;
  }

  .timeline div {
    width: 45%;
  }

  .leaders {
    flex-wrap: wrap;
    gap: 30px;
  }

  .leader-card {
    width: 45%;
  }
}
@media (max-width: 768px) {

  .slider {
    width: 100%;
    height: 150px;
    margin: 0 auto; 
  }
  .slider-wrapper {
    width: 100%;
    height: auto;
    position: relative;
  }
  .slider-wrapper img {
    width: 100%;
    height: 195px; /* Optional limit for desktop */
    object-fit: contain; /* Ensures no distortion */
  }
  .container h2 {
    margin-top: 0;
  }
  .top-nav {
    flex-direction: row;
    gap: 40px;
  }

  .img2,
  .img1,
  .img3 {
    width: 140px;
    height: 50px;
    margin-top: 0;
  }
  .sticky-nav {
    display: block;
    position: fixed;
    top: 58px;
    width: 100%;
    background: #c5392a;
    padding: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out;
  }
  .sticky-top {
    top: 0 !important;
  }
  .nav-links {
    flex-direction: row;
    align-items: flex-start;
    gap: 1px;
    padding-left: 5px;
    /* width: 75%; */
  }

  .nav-links li {
    display: none;
    width: 100%;
    margin: 10px 0;
  }

  .nav-links li.search-block {
    display: flex !important;
    justify-content: flex-end;
    margin-top: 10px;
  }

  .nav-links.show li {
    display: block;
    padding-left: 5px;
  }
  .search-block {
    margin-right: 0;
  }
  .nt-search-input {
    padding: 10px;
    font-size: 10px;
    align-items: right;
  }
  .about-section {
    overflow: hidden;
  }
  .mySlides img {
    width: 100% !important;
    height: 40vh !important;
    margin-top: 9%;
  }
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .timeline div {
    width: 90%;
    padding: 12px;
  }

  .timeline-content {
    padding: 0 20px;
  }
  .timeline-content p {
    font-size: 12px;
  }

  .leaders {
    flex-direction: column;
    align-items: center;
  }

  .leader-card {
    width: 90%;
  }

  .leader-card img {
    width: 80px;
    height: 80px;
  }

  .leader-card h3 {
    font-size: 18px;
  }

  .leader-card p {
    font-size: 14px;
  }

  .leader-card button {
    padding: 8px 30px;
    font-size: 12px;
  }
  .leadership-section h2 {
    font-size: 1.6rem;
  }
  .container h2 {
    font-size: 1.6rem;
  }
  .container p {
    font-size: 14px;
  }
  .icons-section {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .icon-box {
    flex-direction: column;
    text-align: center;
  }

  .icon-box img {
    width: 80px;
    height: 80px;
  }

  .icon-box p {
    font-size: 13px;
    max-width: 280px;
  }

  .highlight-section {
    padding: 40px 20px;
    background-size: contain;
  }

  .highlight-section p {
    font-size: 13px;
  }

  .highlight-section h2 {
    font-size: 20px;
  }
  .info-section {
    grid-template-columns: 1fr;
    padding: 40px 20px;
    gap: 20px;
  }

  .info-box img {
    width: 70px;
    height: 70px;
  }

  .info-box strong {
    font-size: 20px;
  }

  .info-box p {
    font-size: 13px;
  }

  .future-section {
    padding: 40px 20px;
  }

  .future-section h2 {
    font-size: 1.6rem;
  }

  .future-section p {
    font-size: 14px;
  }
  .modal-content {
    width: 95%;
    padding: 18px;
  }

  .modal-content h2 {
    font-size: 1rem;
    margin-top: -26px;
  }

  .modal-content p {
    font-size: 0.75rem;
  }

  .close {
    font-size: 22px;
  }
  .footer {
    flex-direction: column;
    text-align: center;
    padding: 5px;
  }

  .foot {
    flex-direction: column;
    gap: 0px;
  }

  .foot p {
    margin-top: 5px;
  }

  .foot-links {
    display: inline-block;
    margin: 5px 3px;
    font-size: 13px;
  }
  .links {
    gap: 0px;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .mySlides img {
    margin-top: 0%;
  }
}
@media (max-width: 767px) {
  .img2,
  .img1,
  .img3 {
    width: 88px;
    height: 50px;
    margin-top: 0;
  }
  .footer-section p {
    display: grid;
  }
}
