.hero {
    height: 60vh;
}

.about-us-conatiner {
    display: flex;

    gap: 10px;
}

.about-us-conatiner .left-one {
    display: flex;
    text-align: justify;
    width: 50%;
    background: #efefef;
    padding: 20px;
    border-radius: 5px;
    background: aliceblue;
}

.about-us-conatiner .right-one {
    display: flex;
    text-align: justify;
    width: 50%;
    background: #efefef;
    padding: 20px;
    border-radius: 5px;
    background: aliceblue;
}

.about-us-top-para {
    margin-top: -103px;
    margin-bottom: 1px;
    /* border: 1px solid red; */
    padding: 10px;
    /* background: aliceblue; */
    text-align: justify;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
}

@media screen and (max-width:900px) {
    .about-us-conatiner {
        flex-direction: column;
        gap: 15px;
    }

    .about-us-conatiner .right-one,
    .about-us-conatiner .left-one {
        width: 100%;
    }

    .about-us-conatiner .left-one {
        margin-top: -40px;
    }
}

.founder-img img {
    height: 328px;
}

.founder-description-1 {
    padding: 20px;
    border-radius: 5px;
    background-color: #354e82;
    color: white;
    margin-top: 12px;
    text-align: justify;
}

.founder-description-2 {
    padding: 20px;
    border-radius: 5px;
    background-color: #354e82;
    color: white;
    margin-top: 12px;
    text-align: justify;
}

.founder-description-3 {
    padding: 20px;
    border-radius: 5px;
    background-color: #354e82;
    color: white;
    margin-top: 12px;
    text-align: justify;
}
.other-team-card-part{
    display: flex;
    gap: 25px;
    background: #000080;
    color: white;
    margin-top: 12px;
}
.left-card-part .img-div img{
    width: 100%;
    border-radius: 50%;
}
.left-card-part .img-div{
    background: #4f5e94;
}
.left-card-part{
    width: 50%;
}
.right-card-part{
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 10px;
    padding: 15px;
}
.name-of-group-memeber-card .name-of-person-team{
    font-size: 20px;
    font-weight: 700;
}
.name-of-group-memeber-card p{
    font-size: 15px;
    font-weight: 300;
    color: #a0a0a0;
}
.social-links-of-other-team{
    display: flex;
    gap: 18px;
    margin-top: -12px;
    margin-bottom: 12px;
    border-bottom: 1px solid;
    padding-bottom: 12px;
}
.social-links-of-other-team a{
    color: red;
}
.social-links-of-other-team a i{
    color: #aeaeae;
}
.make-div-row-reverse{
    flex-direction: row-reverse;
}
@media screen and (max-width:1000px) {
    .other-team-card-part{
        flex-direction: column;
    }
    .left-card-part{
        width: 100%;
    }
    .right-card-part{
        width: 100%;
    }
}
.about-exciting-things{
    display: flex;
    flex-direction: column;
    
}
.exciting-img{
    position: sticky;
    top: 0;
}
.exciting-img img{
    width: 100%;
}
.exciting-description{
    display: flex;
    flex-direction: column;
    z-index: 2;
    background: #000080;
    color: white;
    padding: 20px;
    gap: 28px;
    text-align: justify;
}
.exciting-description h4{
    color: white !important;
    font-size: 19px;
}
.exciting-cards{
    display: flex;
    flex-direction: column;
   
}
.exciting-description div:not(:last-child){
    border-bottom: 1px solid #828282;
    padding-bottom: 19px;
}
.some-exciting-photos{
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.exciting-photo-list img{
    width: 100%;
}



.founder-details {
    background-color: #000080;
    color: white;
    padding: 50px 20px;
    margin-top: 8px;
  }
  
  .founder-details-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    gap: 40px;
  }
  
  .founder-image {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .founder-image img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  }
  
  .founder-info {
    flex: 2 1 600px;
  }
  
  .founder-info h2 {
    font-size: 21px;
    margin-bottom: 20px;
    color: #fff;
  }
  
  .founder-info h3 {
    font-size: 18px;
    margin-top: 30px;
    color: #ffd700;
    border-bottom: 2px solid #ffd700;
    display: inline-block;
    padding-bottom: 5px;
  }
  
  .founder-info ul {
    list-style-type: none;
    padding: 0;
    line-height: 1.8;
  }
  
  .founder-info ul li {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
    list-style: circle;
  }
  
  .social-links {
    margin-top: 30px;
  }
  
  .social-links a {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 15px;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .social-links a:hover {
    color: #ffd700;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .founder-details-container {
      flex-direction: column;
      text-align: center;
    }
  
    .founder-info {
      flex: 1;
    }
  
    .founder-image {
      flex: 1;
    }
  }

  .ssb-journey {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000080;
  }
  
  .ssb-journey-container {
    width: 80%;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .ssb-journey-item {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 40px 0;
  }
  
  .ssb-journey-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #fff; /* Timeline line color */
    transform: translateX(-50%);
  }
  
  .ssb-journey-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ffcc00; /* Circle for each item */
    transform: translateX(-50%);
  }
  
  .ssb-journey-date {
    font-size: 18px;
    font-weight: bold;
    color: #ffcc00;
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 140px;
    top: -37px;
  }
  
  .ssb-journey-content {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px;
    width: 45%;
    position: relative;
    top: 20px;
  }
  
  .ssb-journey-item:nth-child(odd) .ssb-journey-content {
    top: -7px;
  }
  
  .ssb-journey-item:nth-child(even) .ssb-journey-content {
    left: 54%;
    top: -5px;
  }
  
  .ssb-journey-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff;
  }
  
  .ssb-journey-content p {
    font-size: 16px;
    color: #dcdcdc;
  }
  
  @media (max-width: 768px) {
    .ssb-journey-container {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .ssb-journey-content {
      width: 80%;
      left:56px !important;
      text-align: left;
    }
  
    .ssb-journey-item:nth-child(even) .ssb-journey-content {
      text-align: left;
    }
  
    .ssb-journey-date {
      left: 10px;
      transform: translateX(0);
      text-align: left;
    }
  
    .ssb-journey-item::before {
      left: 30px;
    }
  
    .ssb-journey-item:not(:last-child)::after {
      left: 30px;
    }
  }
  
  @media (max-width: 480px) {
    .ssb-journey-content {
      width: 100%;
      padding: 10px;
      left: 0 !important;
      text-align: left;
    }
  
    .ssb-journey-date {
      font-size: 14px;
      width: auto;
    }
    .ssb-journey-item::before {
       display: none;
      }
    
      .ssb-journey-item::after {
       display: none;
      }
  }
  
  .our-jr-heading{
    margin-top: -64px;
    margin-bottom: -88px;
  }