.elementor-17 .elementor-element.elementor-element-b76da88{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-789bf47{text-align:center;}.elementor-17 .elementor-element.elementor-element-789bf47 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:36px;font-weight:600;color:#000000;}#elementor-popup-modal-17{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-17 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-17 .dialog-close-button{display:flex;}#elementor-popup-modal-17 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-b9759b0 */@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600&family=Poppins:wght@500;600&display=swap');

.popup-eleven *, .popup-eleven *::before, .popup-eleven *::after {
  box-sizing: border-box;
}

.popup-eleven {
  font-family: 'Rubik', sans-serif;
  background-color: #ffffff;
}

.popup-eleven-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  z-index: 9999;
}

.popup-eleven-logo {
  width: 120px;
  margin-bottom: 30px;
}

.popup-eleven-content {
  display: flex;
  gap: 30px;
  width: 90%;
  max-width: 1000px;
}

.popup-eleven-box {
  flex: 1;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  position: relative;
}

.popup-eleven-box img {
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}

.popup-eleven-box h3 {
  margin: 10px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #213B7D;
}

.popup-eleven-box p {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #444;
  margin: 10px 0 20px;
  line-height: 1.4;
  text-align: left;
}

.popup-eleven-btn {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding: 12px 25px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.popup-eleven-btn--be {
  background-color: #213B7D;
  color: white;
}

.popup-eleven-btn--be:hover {
  background-color: #F5B700;
  color: #000000;
}

.popup-eleven-btn--aero {
  background-color: #213B7D;
  color: white;
}

.popup-eleven-btn--aero:hover {
  background-color: #F5B700;
  color: #000000;
}

.popup-eleven-btn i {
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 767px) {
  .popup-eleven-content {
    flex-direction: row;
    gap: 0; 
    background-color: #ffffff;
  }

  .popup-eleven-box {
     margin-bottom: 0;  
    border-radius: 0; 
    box-shadow: none;
  }

  .popup-eleven-box:first-child {
    border-right: 2px solid #000000;
  }
}/* End custom CSS */