
  .back_video {
  position: absolute;
  
  top: 70px;
  right: 0;
  bottom: 0;
  width: 100%;

  z-index: -1;
 }

.service{
  display: flex;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  
}

.do{
  color: #ffff;
  padding: 20px;
  background-color: purple;
  border: 1px solid purple;

}
.image7 img{
  width: 550px;
  height: 450px;
  padding: 10px;
  border-radius: 10px;
}


.doo{
  color: #ffff;
  padding: 20px;
  background-color: purple;
  border: 1px solid purple;

}
.image8 img{
  width: 350px;
  height: 200px;
  padding: 10px;
  border-radius: 10px;
}




.image8 img{
    border-radius: 10PX;
}
             
        
       .board-member {
    padding-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    background: #fafaf9;
    width: 100%;
}

.member-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease;
}

.member-card:hover {
    transform: translateY(-10px);
}

.member-card img {
    width: 95%;
    height: auto;
}

.member-info {
    padding: 15px;
}

.member-info h2 {
    font-size: 24px;
    margin: 10px 0;
}

.member-info p {
    margin: 5px 0;
    color: #555;
    font-size: 16px;
}

.member-info .role {
    font-weight: bold;
    color: blueviolet;
    font-size: 20px;
}

.member-info .contact {
    color: white;
    text-decoration: none;
}

@media (max-width: 600px) {
    .member-card {
        max-width: 100%;
    }

    .board-member {
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 20px;
        display: inline-block; /* Changed from flex to inline-block for better stacking on small screens */
        width: 90%; /* Reduced width for better fit on small screens */
    }
    .service{
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  
}

.do{
  color: #ffff;
  padding: 20px;
  background-color: purple;
  border: 1px solid purple;

}
.image7 img{
  margin: 0 auto;
  width: 90%;
  height: 300px;
  padding: 10px;
  border-radius: 10px;
}
img{
    border-radius: 10px;
}
}

/* counter */

.counter-container {
    position: relative;
    display: flex;
    gap: 5px;
    padding: 20px;
    width: 100%;
    height: 300px;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
}

.counter-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/IMG_8856.JPG') no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.4; /* Opacity of the image itself */
    filter: brightness(0.5); /* Darkens the image directly */
    border-radius: 8px;
}

.counter-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay color */
    border-radius: 8px;
    z-index: -1;
}


.counter-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.counter {
  padding-top: 20px;
    font-size: 4em;
    font-weight: bold;
    color: #ffff;
}

.counter-box p {
    font-size: 2em;
    color: #cfccd0;
}

@media (max-width: 768px) {
    .counter-container {
        flex-direction: column;
        align-items: center;
        height: 400px;
    }

    .counter {
  padding-top: 20px;
    font-size: 2em;
    font-weight: bold;
    color: #ffff;
}

.counter-box p {
    font-size: 1.5em;
    color: #cfccd0;
}

  .back_video {
  position: absolute;
  
  top: 130px;
  right: 0;
  bottom: 0;
  width: 100%;

  z-index: -1;
 }

}

  
