 .ab-image {
            width: 100%;
            border-radius: 10px;
        }

        .banner-two {
            position: relative;
            overflow: hidden;
        }

        .banner-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
        }

        .banner-two::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 70%;
            background: linear-gradient(to top, rgba(0, 0, 71, 0.85), rgba(0, 0, 0, 0));
            z-index: -1;
        }

        .banner-two .container {
            position: relative;
            z-index: 2;
        }

        .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    padding:10px;
    border-radius: 50%;
    bottom: 25px;
    right: 25px;
    z-index: 1000;
     animation: pulse 1.8s infinite;
}

.whatsapp-float img {
    width: 100%;
    border-radius: 50%;
   
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.8);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0.3);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}


.view-more{
    background-color: rgb(0, 0, 71);
    display:block;
    color:white;
    text-align:center;
    padding: 8px 5px;
    margin-top:10px;

}

.view-more:hover{
    color:white;
}

   /* Content Box */
        .founder-wrapper {
            margin-bottom: 50px;
            
            padding-top: 20px;
            padding-bottom: 20px;
        }

        .founder-content {

            border-radius: 15px;
            padding: 0px 0px 0px 0px;

            position: relative;
        }

        /* Heading */
        .founder-content h3 {
            margin-bottom: 15px;

        }

        /* Text */


        /* Image (overlapping left) */
        .founder-image {

            width: 100%;
        }

        .founder-image img {
            height: 100%;
            width: 100%;

            object-fit: cover;
            border-radius: 20px;

        }

        .leadership-section {
  background: rgba(var(--mediplace-base-rgb), .10);
  padding: 60px 0;
}

.leader-card img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid var(--mediplace-base);
  object-fit: cover;
  margin-bottom: 15px;
}

.leader-card h3 {
  font-size: 20px;
  font-weight: 600;
  
  margin-bottom: 5px;
}

.leader-card .designation {
  color: var(--mediplace-base);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 10px;
}

.leader-card .desc {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
 
  margin: 0 auto;
}