/* leadership */
.section-1, .section-2 {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #78b14a;
}

/* .directors{
  background-color: rgb(81, 122, 122);
} */
.container {
  width: 80%;
  margin: auto;
}

.leadership {
  position: relative;
}

.leadership h2 {
  padding-bottom: 2px;
  color: rgb(216, 30, 30);
  padding: 10px;
  justify-content: center;
}

.leadership h2::after {
  position: relative;
  content: '';
  display: block;
  width: 400px;
  height: 4px;
  background: rgba(8, 162, 152, 25);
  margin: 10px auto;
}

.section-1 {
  width: 50%;
  display: flex;
  align-items: center;
  float: left;
  background: rgba(1, 128, 1, 0.315);
  padding: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section-1 img {
  width: 35%;
  border-radius: 5px;
  margin-right: 5%;

}

.section-2 {
  width: 50%;
  display: flex;
  align-items: center;
  float: right;
  background: rgba(1, 128, 1, 0.315);
  padding: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section-2 img {
  width: 35%;
  border-radius: 5px;
  margin-left: 10%;
}

.text-content {
  width: 60%;
}

.text-content h3 {
  color: #0a31b0;
  font-weight: 600;
  border-bottom: 2px solid rgb(9, 182, 235);
  padding-bottom: 5px;
  color: rgb(30, 80, 216);
  width: 100%;
  padding: 10px;
  text-align: center;
}

.text-content p {

  color: #1d1c1c;

  text-align: center;
}

.highlight {
  background: #d4a46a;
  padding: 10px;
  font-style: italic;
  text-align: center;
  margin-top: 20px;
  color: white;
  width: 100%;
  font-weight: 600;

}

@media (max-width: 767px) {
  .section-1, .section-2 {
    width: 100%;
  }

  .section-1 img, .section-2 img {
    width: 50%;
    padding-left: 10px;
  }

  .text-content {
    width: 100%;
  }

}

/* leadership section end */



/* Our executive team */
#team h2 {
  font-weight: 700;
  text-align: center;
  font-size: 2.1rem;
  font-family: Arial, sans-serif;
  margin: 30px 0px;
}

#team .ceo-sec {
  display: flex;
  align-items: center;
  max-width: 46vw;
  height: 380px;
  margin: 60px auto;
  background-color: white;
  border-radius: 30px;
  box-shadow: 2px 2px 15px 10px rgba(0, 0, 0, 0.2);
  padding: 40px;
}

#team .ceo-sec .ceo-img .ceo-img-sec {
  
  height: 260px;
} 

#team .text-sec{
  margin-left: 20px;
  justify-content: space-evenly;
}

#team .ceo-sec .ceo-text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  margin: 0;
}

#team .ceo-sec .ceo-text h3 {
  color: #10482f;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

#team .ceo-sec .ceo-text .name-box {
  width: 100%;
  background-color: #0d970d;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin: 20px 0px;
}

#team .ceo-sec .ceo-text .name-box p {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}

#team .ceo-sec .ceo-text .ceo-desc {
  font-size: 1rem;
  color: #6e6e6e;
  text-align: justify;
  width: 100%;
}

#team .team-members .box {
  width: 93%;
  height: 500px;
  background-color: white;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.2);

}

#team .team-members .box img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 3px solid #0B4539;
}

#team .team-members .name-box {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d970d;
  border-radius: 25px;
  margin: 20px 0px;
  padding: 7px;
}

#team .team-members .name-box p {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.16rem;
  font-weight: 600;
}

#team .team-members h4 {
  color: #0B4539;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin: 25px 0px;
}

#team .team-members .team-desc {
  color: #666666;
  width: 80%;
  text-align: justify;
}

@media (max-width: 786px) {
  #team .team-members .box {
    width: 90%;
    height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #team .ceo-sec {
    max-width: 100%;
    height: auto;
    padding: 20px;
    margin: 30px 10px;
  }

  #team .ceo-sec .ceo-img {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
  }

  #team .ceo-sec .ceo-text h3 {
    font-size: 1.2rem;
  }

  #team .ceo-sec .ceo-text .name-box p {
    font-size: 1rem;
  }

  #team .ceo-sec .ceo-text .ceo-desc {
    font-size: 1rem;
  }

  #team .team-members .box {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }

  #team .team-members .box img {
    width: 150px;
    height: 150px;
  }

  #team .team-members h4 {
    font-size: 1.2rem;
    margin: 15px 0;
  }

  #team .team-members .team-desc {
    width: 100%;
    font-size: 0.9rem;
  }
}



/* POPUP DISTANCE SECTION  */
.distance div:hover, #cross-btn:hover, #airport-cross-btn:hover, #bus-stand-cross-btn:hover {
  cursor: pointer;
}

#railway-popup, #airport-popup, #bus-stand-popop {
  display: none;
  border: 3px solid rgba(0, 0, 0, 0.527);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.671);

}

/* nagpur */
#airport-cross-btn, #bus-stand-cross-btn {
  margin: 15px 15px 0px 0px;
}

.nagpur-airport, .gadchiroli-busstop {
  width: 50%;
  border: 2px solid rgba(17, 66, 225, 0.765);
  margin: auto;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.471);
  background-color: rgba(127, 255, 212, 0.52);
  border-radius: 10px;
}

.nagpur-airport p, .gadchiroli-busstop p {
  padding: 15px;
  font-weight: 600;

}

.nagpur-airport h5, .gadchiroli-busstop h5 {
  color: rgb(185, 27, 27);
  font-weight: 600;
  padding: 15px;
}

.nagpur-airport span, .gadchiroli-busstop span {
  color: rgb(91, 87, 87);
  font-weight: 600;
}




/* RAILWAYS */

#railway-popup, #airport-popup, #bus-stand-popop {
  position: fixed;
  background-color: #f1f1f1;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 80%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.wadsa img {
  margin-top: 10px;
  margin-right: 10px;

}

.railway-text div {
  border-right: 2px solid black;
}

.railway-text div:nth-last-child(1) {
  border-right: none;
}

.railway h2::after {

  position: relative;
  content: '';
  display: block;
  width: 400px;
  height: 4px;
  background: rgba(8, 162, 152, 25);
  margin: 10px auto;
}

.railway-text h5 {
  font-weight: 600;
  color: rgb(185, 27, 27);
}

.railway-text p {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 10px;
  text-align: justify;

}

.railway-text span {
  font-size: 15px;
  font-weight: 400;
  color: #59595e;
}