.elementor-18401 .elementor-element.elementor-element-16eb49b:not(.elementor-motion-effects-element-type-background), .elementor-18401 .elementor-element.elementor-element-16eb49b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF73;}.elementor-18401 .elementor-element.elementor-element-16eb49b{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-18401 .elementor-element.elementor-element-16eb49b > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}#elementor-popup-modal-18401 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-18401{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-18401 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-18401 .dialog-close-button{display:flex;}/* Start custom CSS for column, class: .elementor-element-c4e0312 */.popup-roundtable {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  max-width: 900px;
  margin: auto;
  color: #333;
  box-sizing: border-box;
}

.popup-header {
  margin-bottom: 20px;
}

.round-label {
  background-color: #727171;
  color: white;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 10px;
}

.popup-title {
  font-size: 22px;
  color: #359ED2;
  margin: 10px 0 0 0;
  line-height: 1.4;
}

.popup-description h3,
.popup-learning h3 {
  font-size: 17px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
}

.popup-description p {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.popup-learning ul {
  padding-left: 20px;
  list-style: disc;
  margin-top: 10px;
}

.popup-learning li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.6;
}

/* ✅ Mobile responsiveness */
@media screen and (max-width: 600px) {
  .popup-roundtable {
    padding: 18px;
    border-radius: 8px;
  }

  .round-label {
    font-size: 19px;
    padding: 6px 12px;
  }

  .popup-title {
    font-size: 14px;
  }

  .popup-description h3,
  .popup-learning h3 {
    font-size: 16px;
  }

  .popup-description p,
  .popup-learning li {
    font-size: 14px;
  }
}/* End custom CSS */