.breadcumd-banner {
  background-image: url("../images/website/Ekam_satt/391A0763.JPG");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
  min-height: 500px;
}

.team-items {
  background-color: white;
}

.team-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}





  /* Your existing CSS styles */
  .video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-items {
    width: 400px;
    height: auto;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative; /* Ensure position relative for overlay */
  }

  .video-box {
    width: 360px;
    height: 200px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative; /* Ensure position relative for overlay */
  }

  .video-box iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .video-box:hover .video-overlay {
    opacity: 1;
  }

  .video-overlay img {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  /* Lightbox styles */
  .lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Make sure it is above other content */
  }

  .lightbox.active {
    display: flex;
  }

  .lightbox-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background-color: #000;
    padding: 10px;
    border-radius: 8px;
  }

  .lightbox iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 8px;
  }

  .lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }



/* Who we are Css  */
.container-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  /* border: 2px solid orange; */
  height: 450px;
  width: 400px;
  margin-left: 20px;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.65) translate(30px, -35px);
}

.image-content {
  position: relative;
  z-index: 1;
}

.image-content img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  border: 5px solid #fff;
}
.about-content {
  text-align: left;
}

.orange-circle {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #cc750e;
  border-radius: 50%;
  top: 220px;
  left: 300px;
  z-index: 0;
  /* animation: pulse 1.5s infinite; */
}

.small-circle {
  width: 40px;
  height: 40px;
  background-color:  #cc750e;
  border-radius: 50%;
  position: absolute;
  top: 320px;
  left: 280px;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* animation: pulse 1.5s infinite; */
}

.circle1 {
  bottom: 160px;
  left: 500px;
}

.circle2 {
  top: 100px;
  right: 50px;
}

.circle3 {
  top: 270px;
  right: 550px;
}


@media (max-width: 1600px) {
  .container-circle {
    width: 500px;
    height: 550px;
  }

  .image-container {
    transform: scale(0.75) translate(0px, -40px);
  }

  .about-content {
    padding-right: 20px;
  }
}
@media (max-width: 1400px) {
  .container-circle {
    width: 450px;
    height: 500px;
  }

  .image-container {
    transform: scale(0.7) translate(0px, -40px);
  }

  .about-content {
    padding-right: 20px;
  }
}

@media (max-width: 1200px) {
  .container-circle {
    width: 400px;
    height: 450px;
  }

  .image-container {
    transform: scale(0.6) translate(0px, -40px);
  }

  .about-content {
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .container-circle {
    width: 350px;
    height: 400px;
  }

  .image-container {
    transform: scale(0.55) translate(0px, -50px);
  }

  .about-content {
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .container-circle {
    width: 300px;
    height: 350px;
    margin: 0 auto; /* Ensure centering */
  }

  .image-container {
    transform: scale(0.5) translate(0px, -40px);
  }
}

@media (max-width: 576px) {
  .container-circle {
    width: 250px;
    height: 300px;
    margin: 0 auto; /* Ensure centering */
  }

  .image-container {
    transform: scale(0.45) translate(0px, -70px);
  }
}

@media (max-width: 480px) {
  .container-circle {
    width: 200px;
    height: 250px;
    margin: 0 auto; /* Ensure centering */
  }

  .image-container {
    transform: scale(0.4) translate(0px, -60px);
  }

  .about-content {
    padding-right: 0;
  }
}







@media (max-width: 992px) {
  .col-lg-4.col-md-6 {
      flex: 0 0 calc(50% - 1rem);
      max-width: calc(50% - 1rem);
  }
}

@media (max-width: 768px) {
  .col-lg-4.col-md-6 {
      flex: 0 0 100%;
      max-width: 100%;
  }
}

/* Gallery items styling */
.gallery-items {
  position: relative;
  width: 100%; 
  float: auto;
  transition: transform 0.3s ease;
  margin: 0; 
  padding: 10px; 
}

.gallery-items img {
  max-width: 100%;
  height: auto;
  display: block;
}

.gallery-thumb {
  position: relative;
}

.gallery-thumb img {
  width: 50%;
  height: auto;
  display: block;
}

.effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.gallery-thumb:hover .effect {
  opacity: 1;
}

.effect-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.effect-icon li {
  color: white;
  font-size: 2rem;
}

.effect-icon li i {
  font-size: 2rem;
  color: white;
}

.wow {
  visibility: hidden;
}

.wow.fadeInUp {
  visibility: visible;
  animation-name: fadeInUp;
  animation-duration: 2s;
  animation-fill-mode: both;
}

[data-wow-duration="3s"] {
  animation-duration: 3s;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
