/* 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 */
.our-team h2{
  padding-bottom: 2px;
color: rgb(216, 30, 30); 
padding: 10px;
justify-content: center;
}
.our-team img{
  border-radius: 50%;
  border: 2px solid rgb(125, 126, 132);
}
.our-team p{
color: rgb(78, 75, 75);
font-weight: 800;
}
.our-team h3{
  font-weight: 700;
}



/* 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;
}




 