body {
  font-family: "Montserrat", sans-serif;
}

.navbar ul li a {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
}

.navbar ul li {
  display: flex;
  align-items: center;
  margin: 0 15px;
}

.navbar ul li a:hover {
  color: #666666;
}

.navbar ul li .active {
  color: #8b8b8b !important;
}

#google_translate_element select {
  padding: 5px;
  font-family: "Montserrat", sans-serif;
  border-radius: 5px;
  border: 0.5px solid #c6c5c5;
  margin-top: 20px;
  font-weight: 600;
}

#google_translate_element span {
  display: none;
}

#google_translate_element .goog-te-gadget {
  color: transparent;
}

.dropdown-menu a {
  font-size: 14.5px !important;
}

.dropdown-menu a:active {
  background-color: rgb(211, 211, 212) !important;
}

@media (max-width: 800px) {
  .dropdown-menu {
    position: absolute !important;
    z-index: 9999;
    /* Ensure it's above other content */
  }
}

.banner,
.intern_banner {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background: linear-gradient(278deg, #090d11 25.12%, #0d3324 100%);
}

.banner img,
.intern_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  @media (min-width: 1000px) {
    width: 1400px;
    margin: auto;
    display: flex;
  }
}

.banner .after,
.intern_banner .after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90vh;
  width: 100%;
  padding: 20px;
}

/* .d-flex {
  position: relative;
  z-index: 2;
} */
.banner .after {
  background: #0202027a;
}

.intern_banner .after {
  background: #02020291 !important;
}

.banner img,
.intern_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  @media (min-width: 1000px) {
    width: 1400px;
    margin: auto;
    display: flex;
  }
}

.banner_img {
  display: block;

  @media (max-width: 600px) {
    display: none;
  }
}

.banner a,
.intern_banner a {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 30px;
  padding: 7px 12px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.banner a:hover,
.intern_banner a:hover {
  color: #598ee4;
  background-color: white;
}

.coutout_img {
  display: none;

  @media (max-width: 600px) {
    display: block;
  }
}

@media(max-width:768px) {

  .banner,
  .intern_banner {
    height: 500px !important;
  }

  .banner .after,
  .intern_banner.after {
    height: 500px !important;
  }
}

.section-head {
  font-size: 26px;
  text-align: center;
  line-height: 110px;
}

.content {
  line-height: 1.9em;
  font-size: 15px;
  font-weight: 500;
}

.Mentorship-platformcontent {
  line-height: 1.9em;
  font-size: 15px;
  font-weight: 500;
  color: #598ee4;
  text-decoration: none;
}

.module-head {
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
}

.text-large {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 500;
}

.card {
  width: 100%;
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
}

.card b {
  color: #ff3e26;
  font-weight: 700;
  font-size: 45px;
}

/* FORM CSS */

.form_div {
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact_form label {
  font-weight: 500;
  font-size: 15px;
}

.contact_form input,
.contact_form textarea,
.contact_form select {
  border-radius: 0px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #0A161366;
}

.contact_form .radio input {
  border: 1px solid grey;
}

.contact_form label span {
  color: #c40000;
}
.register-container {
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.register-container h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}

.register-button {
  display: inline-block;
  padding: 12px 24px;
  background: linear-gradient(278deg, #090d11 25.12%, #0d3324 100%);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.register-button:hover {
  background-color: #0056b3;
}

footer {
  background: linear-gradient(278deg, #090d11 25.12%, #0d3324 100%);
}

footer p {
  font-size: 15px;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style-type: none;
}

footer a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

footer a:hover {
  text-decoration: underline;
  color: skyblue !important;
}

.profile_img {
  height: 350px;
  width: auto;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.board_img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

@media (max-width: 1200px) {
  .profile_img {
    width: 100%;
    height: 250px;
    margin: 10px;
  }

  .module-head {
    font-size: 20px;
  }

}

@media (max-width: 990px) {
  .navbar ul li {
    margin: 0;
  }

  .section-head {
    line-height: normal;
    margin: 30px 0;
  }

  .profile_img {
    width: 100%;
    height: 250px;
    margin: 10px;
  }

}

@media (max-width: 750px) {

  .profile_img {
    width: auto;
    height: 350px;
    margin: 10px;

  }
}

.advocateImage {
  background-image: url("../img/card1.webp")
}

.techHubsImages {
  background-image: url("../img/card2.webp")
}

.countriesImage {
  background-image: url("../img/card3.webp")
}

/*=========POLICY PAGES CSS===========*/

.title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}


/* -----------------------Founder Css for Read more button-------------------- */

.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;

}


.read-more-link {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}


#more:target {
  max-height: 100%;
  padding-bottom: 10px;
}


#more:target .read-more-link {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}

.show-less-link {
  color: #007bff;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
}

.advisory_head {
  font-size: 18px;
}

.advisory_link {
  color: #0078b6;
  font-weight: 600;
  text-decoration: none;
}




/* Internship and mentorship page CSS */

.btn-primary {
  background-color: #55E6A5;
  color: #18191C;
  font-size: 18px;
  font-weight: 600;
  border: 0px;
  line-height: 34px;
  padding: 10px 25px;
  transition: all 0.5s ease;
}
.btn-primary:hover {
  background-color: #55E6A5;
  color: #000000;
   transform: translateY(-2px); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width:768px) {
  .hero_content {
    display: flex;
    flex-direction: column;
  }
}

.who_we_are_image {
  margin-left: 50px;
  margin-bottom: 100px;
  z-index: 100;
  object-fit: cover;
}

.who_we_are_content_container {
  background-color: #55E6A5;
  padding: 40px;
  height: 462px;
  margin-top: 20px;
  z-index: 0;
}

/* Responsive for small screens */
@media (max-width: 768px) {
  .who_we_are_image {
    margin-left: 0;
    margin-bottom: 20px;
    height: auto;
    /* let it adjust naturally */
    width: 100%;
  }

  .who_we_are_content_container {
    height: auto;
    margin-top: 0;
    padding: 20px;
  }
}


.cta_section {
  padding: 80px 0px;
}

.cta_section div {
  border-radius: 100px;
  padding: 10px 10px 10px 20px;
}

@media (max-width:768px) {
  .cta_section div {
    border-radius: 10px;
    width: 90% !important;
    padding: 24px;
  }
}

.cta_section p {
  color: #55E6A5;
  font-weight: 700;
  font-style: italic;
}

.cta_section button {
  background-color: #E9EBEE;
  border: 0px;
  padding: 15px 25px;

}

.cta_section button:hover {
  color: #F5F6F6 !important;
}


.circle {
  background-color: #55e6a5;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 5px solid #ddfaed;
}


.benefits_section {
  background-color: #55E6A512;
}


.skills-card {
  background-color: #E6F2EB;
  padding: 0px 24px 24px 0px;
}

@media (max-width:768px) {
  .skills-card {
    display: flex;
    flex-direction: column;
  }

  .skills_section {
    padding: 40px 0px 40px 0px !important;
  }

  .process-step {
    display: flex;
    flex-direction: column !important;
  }

  .circle {
    margin-bottom: 20px !important;
  }
  .procees_flow {
    display:block;
  }
}

.skills-icon {
  background-color: #55E6A5;
  padding: 15px;
  border-bottom-right-radius: 12px;
}

.stylish_text {
  font-family: "Lucida Handwriting", cursive;
  font-weight: 400;
  font-size: 18px;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}


@media (min-width: 768px) {

  .carousel-control-prev img,
  .carousel-control-next img {
    position: relative;
    top: -40px;
  }
}

@media (max-width: 767.98px) {

  .carousel-control-prev img,
  .carousel-control-next img {
    position: relative;
    top: -20px;
    max-width: 30px;
  }
}