
#seeMoreBtn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: darkblue; /* Change this to your desired button color */
  border: 2px solid darkblue; /* Change this to match the background color */
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

#seeMoreBtn:hover {
  background-color: darkblue; /* Darker shade of the button color */
  border-color: darkblue; /* Darker shade of the border color */
}

#seeMoreBtn:active,
#seeMoreBtn:focus {
  outline: none; /* Remove default focus outline */
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4); /* Example focus style */
}

.hidden {
  display: none;
}
.pro {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}

.proimg {
  flex: 1;
  float: left;
  width: 40%;
  border-top: darkblue solid 5px ;
}
.procontent{
  margin-top: 5rem ;
  padding-bottom: 3rem ;
}
.proimg img {
  width: 100%;
  margin-top: 5px;
}

.proinfo {
  flex: 1;
  width: 60%;
  float: left;
  padding-left: 2rem;
}
.proinfo p{
  margin-bottom: 1rem;
}

@media screen and (max-width:768px ) {.procontent
  {
  margin-top: 12rem;
  display: flex;
  flex-direction: column;
}
}
@media screen and (max-width:768px){.proimg, .proinfo
  {width: 100%;
  padding: 0px;}
  
}
.proheading{
  padding:1rem 4rem ;
}
.proheading h2{
  font-size: 2rem;
  font-weight: 100;
}
.dabba2{
  padding: 0px;
}


.swiper-container {
    width: 100%;
    padding: 20px;
    overflow: hidden;
   
  }
  
  
  .swiper-slide2 {
    width: fit-content;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
    
  }
  
  .swiper-slide2:hover {
    transform: translateY(-5px);
  }
  
  .team-member2{
    width: 100%;
  }

  .team-member2 img {
    border-radius: 10%;
    height: 50px;
    width: 95%;
  }
  
  .member-details {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition: bottom 0.3s;
    padding: 15px;
  }
  
  

.technology-partners{
  display: flex;
  flex-direction: row;
  overflow:auto;
  margin-top: 1rem;
  justify-content: center;
  align-items: center;
}
  .dabbapro{
    display: flex;
    flex-direction: column;
    padding: 20px; /* Add some padding */
    color: #0a0404; /* White text color */
    margin-top: 5rem;
    
  }
  
  .systems {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }
  
  .system-container {
    padding: 20px; /* Add padding */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow */
   margin-bottom: 5rem;
    width: fit-content;
     background-size: cover; /* Cover the entire container */
      background-position: center; /* Center the background image */
      background-repeat: no-repeat; /* Do not repeat the background image */
      padding: 20px; /* Add padding */
      border-radius: 10px; /* Rounded corners */
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add shadow */
      opacity: 1;
      text-align: center;
      padding-top: 1rem ;
    }
    .overlay-page {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1000; /* Ensure it appears above other content */
    }
    
    .overlay-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: auto;
      
      padding: 20px;
      border-radius: 5px;
      opacity: 1;
      background-color: rgb(231, 231, 231);
     max-height: 75%;
     max-width: 75%;
    }
    
  
  /* Hover effect */
  .system-container:hover {
    transform: translateY(-5px); /* Move up on hover */
    box-shadow: 0 4px 8px darkblue; /* Increase shadow */
  }


  .swiper-container {
    width: 100%;
    padding: 20px;
    overflow: hidden;
    height: fit-content;
    align-items: center;
}
  
.swiper-slide {
    width: fit-content;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    position: relative;
    overflow: hidden;
}
  
.swiper-slide:hover {
    transform: translateY(-5px);
}
.team-member img {
    height: 90px;
    width: 150px;
    border-radius: 10%;
    padding: 1rem 2rem;
  }
  
  .member-details {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition: bottom 0.3s;
    padding: 15px;
  }
  
  .swiper-slide:hover .member-details {
    bottom: 0;
  }
  
  .member-details h3 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  
  .member-details p {
    margin-bottom: 5px;
    font-size: 16px;
  }
  
  @media screen and (max-width: 768px) {
    .swiper-slide {
        width: calc(50% - 20px);
    }}

    @media screen and (max-width: 480px) {
        .swiper-slide {
            width: calc(100% - 20px);
        }}
