.elementor-65 .elementor-element.elementor-element-4a48f29{--display:flex;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:200px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-4a48f29:not(.elementor-motion-effects-element-type-background), .elementor-65 .elementor-element.elementor-element-4a48f29 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #02AFC1B2 0%, #02AFC11F 100%);}@media(max-width:767px){.elementor-65 .elementor-element.elementor-element-4a48f29{--padding-top:160px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-ba83eb4 > .elementor-widget-container{padding:15px 15px 32px 15px;}}/* Start custom CSS for shortcode, class: .elementor-element-ba83eb4 */.past-webinars-carousel-container {
    display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Heebo', sans-serif;
  position: relative; 
}

.swiper.past-webinars-swiper {
  width: 100%;
  margin-bottom: 20px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.webinar-card {
  background-color: #E5F7FA;
  border-radius: 12px;
  text-align: left;
  width: 320px;
  height: 460px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.webinar-video {
  margin-bottom: 15px;
  border: 2px solid #00BED2;
  height: 50%;
}

.webinar-video iframe,
.webinar-video video {
  width: 100%;
  border-radius: 8px;
}

.webinar-title {
  font-size: 24px;
  font-weight: 700;
  color: #00BED2;
  margin-bottom: 10px;
  min-height: 48px;
}

.webinar-speakers {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.4;
}

.webinar-speakers p {
  margin: 0 0 5px;
}

.elementor-65 .elementor-element.elementor-element-ba83eb4 .swiper-button-next:after, 
.elementor-65 .elementor-element.elementor-element-ba83eb4 .swiper-button-prev:after {
  font-size: 20px!important;
  font-weight: 700!important;
}

.elementor-65 .elementor-element.elementor-element-ba83eb4 .see-webinar-button {
  display: flex;
  margin-top: 20px;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  background: #fff;
  color: #000000;
  border: 3px solid #00BED2;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  width: 80%;
  position: absolute;
  bottom:5%!important;
}

.elementor-65 .elementor-element.elementor-element-ba83eb4 .see-webinar-button:hover {
  background-color: #00BED2;
  color: white;
  cursor: pointer;
}

.elementor-65 .elementor-element.elementor-element-ba83eb4 .elementor-button-icon {
  font-size: 20px;
  margin-top: 5%;
}

.webinar-button:hover svg {
  fill: white;
}

/* Hide navigation by default */
.swiper-navigation {
  display: none;
}

/* Mobile styles */
@media (max-width: 767px) {
  .swiper-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; /* Reduced gap between items */
    position: absolute;
    bottom: 10px; 
    left: 0;
    right: 0;
    padding: 0 20px; 
    z-index: 10; /* Ensure navigation is on top */
  }
  /* Remove absolute positioning from pagination */
  .swiper-pagination {
      position: relative;
      padding: 0;
      bottom:0%;
  }
  .swiper-pagination-bullets{
      bottom:0%!important;
  }
  .swiper-button-prev {
    
    left: 35%;
  }
  .swiper-button-next {
   
    left: 60%;
  }
}

/* Desktop layout for the carousel */
@media (min-width: 768px) {
  .swiper.past-webinars-swiper .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .swiper-slide {
    width: calc(33.333% - 20px);
  }
  .swiper-navigation {
    display: none;
  }
}

.swiper-button-prev,
.swiper-button-next {
  color: #0088cc;
}

.swiper-pagination-bullet {
  background: #0088cc;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}/* End custom CSS */