.btn-default {
  text-transform: none;
}

.speaker-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.speaker-popup-inner {
  position: relative;
  background: #fff;
  max-width: 900px;
  padding: 40px;
  border-radius: 10px;
  height: 80vh;
  overflow: auto;
}

.speaker-close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 30px;
  cursor: pointer;
}

.company-supports-logo-metal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 290px;
  height: 200px;
  padding: 20px;
}
.company-supports-logo-metal.border-logo {
  box-shadow: inset 0 0 0 6px #f6f6f7;
  border-radius: 10px;
}
.company-supports-logo-metal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.company-supports-slider-metal.cs-padding .swiper {
  padding: 0 15px;
}

.page-header {
  position: relative;
  background: url("../images/page-header-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 265px 0 165px;
  overflow: hidden;
}

.testimonial-item-content p {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.custom-modal-content {
  background: #fff;
  width: 80%;
  max-width: 900px;
  margin: 5% auto;
  padding: 50px;
  border-radius: 8px;
  position: relative;
  max-height: 85vh;
  overflow: auto;
}

.custom-modal-content h2 {
  text-align: center;
  font-size: 42px;
  color: #0a5c75;
  margin-bottom: 30px;
}

.custom-modal-content ul {
  padding-left: 20px;
}

.custom-modal-content ul li {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 34px;
  cursor: pointer;
  color: #999;
}

.popup-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}

.popup-btn {
  background: #c84f6f;
  color: white;
  padding: 14px 35px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
}

.highlight-text {
  font-weight: 700;
  color: #c84f6f;
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.our-testimonials-metal.light-testimonials .testimonial-item-metal {
  background-color: var(--secondary-color);
}
.our-testimonials-metal.light-testimonials .testimonial-item-content-metal p {
  color: var(--text-color);
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Limits text to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-testimonials-metal.light-testimonials .testimonials-author-content-metal p {
  color: var(--text-color);
}
.our-testimonials-metal.light-testimonials .testimonials-author-content-metal h3 {
  color: var(--primary-color);
}
.our-testimonials-metal.light-testimonials .testimonials-author-content-metal {
  border-top: 1px solid var(--dark-divider-color);
}
.our-testimonials-metal.light-testimonials .testimonial-item-logo-metal img {
  width: 80px;
  max-width: 80px;
  object-fit: cover;
  border-radius: 100%;
}
.our-testimonials-metal.light-testimonials .testimonial-pagination .swiper-pagination-bullet {
  background: hsla(0, 0%, 0%, 0.09);
}
.our-testimonials-metal.light-testimonials .testimonial-pagination .swiper-pagination-bullet-active {
  background: #ffa0b8;
}

.testimonial-slider-metal .swiper-wrapper, .section-title h2, .post-featured-image a, .testimonial-slider .swiper-wrapper, .page-gallery-box .photo-gallery a, .speaker-item-image-metal a, .speaker-item-image-metal figure {
  cursor: auto;
}

.cb-cursor {
  display: none !important;
}

.speaker-item-body-metal {
  transform: translateY(10px);
}

.navbar {
  padding: 10px 0;
}

.main-menu ul ul {
  width: 240px;
}

.testimonial-button-prev,
.testimonial-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  font-size: 20px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.testimonial-button-prev:hover,
.testimonial-button-next:hover {
  background: rgba(255, 255, 255, 0.9);
}

.testimonial-button-prev {
  left: 0;
}

.testimonial-button-next {
  right: 0;
}

.call-for-papers-apply-box {
  display: flex;
  flex-direction: column;
  min-height: 180px;
}
.call-for-papers-apply-box .headline {
  font-size: 30px;
  margin-bottom: 10px;
}
.call-for-papers-apply-box .headline:first-child {
  color: var(--accent-color);
}
.call-for-papers-apply-box .headline:last-child {
  margin-bottom: 0;
}
.call-for-papers-apply-box .what-we-btn-metal {
  margin-top: auto;
}

.testimonial-slider-metal {
  position: relative;
}
.testimonial-slider-metal .testimonial-button-prev {
  left: -23px;
}
.testimonial-slider-metal .testimonial-button-next {
  right: -23px;
}

.partners-logos .swiper-wrapper {
  align-items: center;
  justify-content: center !important;
  gap: 0px;
}

@media (max-width: 767px) {
  .partners-logos .company-supports-slider-metal.cs-padding .swiper {
    padding: 0 0 !important;
  }
  .partners-logos .swiper-wrapper {
    align-items: center;
    justify-content: normal !important;
    gap: 0;
  }
  .partners-logo .company-supports-slider-metal {
    margin: 0;
  }
  .testimonial-slider-metal {
    position: relative;
  }
  .testimonial-slider-metal .testimonial-button-prev {
    left: 5px;
  }
  .testimonial-slider-metal .testimonial-button-next {
    right: 5px;
  }
}
.header-language .nav-link {
  display: flex;
  align-items: center;
}
.header-language .nav-link img {
  width: 22px;
  border: 1px solid;
  margin-right: 5px;
  border-radius: 4px;
}

.event-schedule-download-button {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .partners-logos .swiper-slide {
    width: 300px !important;
  }
}
@media (max-width: 767px) {
  .what-we-image-1-metal {
    width: 100%;
  }
  .event-schedule-nav ul li {
    width: auto;
  }
}
@media (max-width: 992px) {
  .mobile-header-links {
    gap: 13px;
    margin-left: auto;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.2196078431);
  }
  .mobile-header-links .mobile-language-box .nav-link {
    color: #fff;
    background: var(--accent-color);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 6px;
  }
  .mobile-header-links .header-btn {
    display: block !important;
  }
  .mobile-header-links .header-btn a {
    background: var(--accent-color);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 38px;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    gap: 3px;
  }
  .what-we-images-metal.--mobiel {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .custom-modal-content {
    width: 93%;
    padding: 50px 15px;
  }
  .custom-modal-content .btn-default {
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
  }
}
.admin-component-overlay {
  position: relative;
}
.admin-component-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px dashed #007bff;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 998;
}
.admin-component-overlay:hover::before {
  opacity: 1;
}
.admin-component-overlay:hover .admin-edit-button {
  opacity: 1;
}
.admin-component-overlay > .admin-edit-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #007bff;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 999;
}
.admin-component-overlay > .admin-edit-button:hover {
  background: #0056b3;
}

/*# sourceMappingURL=addons.css.map */
