.echron-speaker .echronSpeakerSlider .swiper-pagination{
    margin-bottom: 330px;
}

.echron-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  overflow-y: auto;
}
.echron-modal-content {
  background: #fff;
  margin: 5% auto;
  border-radius: 8px;
  width: 90%;
  max-width: 800px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  animation: fadeInUp 0.3s ease;
}
@keyframes fadeInUp {
  from {opacity: 0; transform: translateY(30px);}
  to {opacity: 1; transform: translateY(0);}
}
.echron-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
.echron-modal-body {
  text-align: center;
  padding: 30px 25px;
}
.echron-modal-body img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}
.echron-modal-body h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.echron-modal-body p {
  font-family: 'poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #222;
  text-align: justify;
}
.echron-btn-close {
  background: #555;
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}
.echron-btn-close:hover {
    background: #222;
}

@media(min-width: 1200px) and (max-width: 1599px) {
    .echron-speaker .echronSpeakerSlider .swiper-pagination{
        margin-bottom: 20px;
    }
}
@media (max-width:767px) {
    .echron-speaker .echronSpeakerSlider .swiper-pagination{
        margin-bottom: -280px;
    }
    .echron-modal-body p{
        text-align: center;
    }
    .echron-bhuvnesh-content .echron-session-0825 h1{
        font-size: 2rem;
    }
    .echron-bhuvnesh-content .echron-session-0825 .epara{
        font-size: 1.2rem;
    }
}
