.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}#elementor-popup-modal-9265 .dialog-widget-content{background-color:#f5f0e8;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-9265{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-9265 .dialog-message{width:100vw;height:fit-to-screen;align-items:middle;}#elementor-popup-modal-9265 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* Welcome Page Styles for Popup */
.elementor-popup-modal .welcome-page {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 50px 20px !important;
  box-sizing: border-box !important;
  text-align: center !important;
}

.elementor-popup-modal .wc-top-line,
.elementor-popup-modal .wc-bottom-line {
  width: 100%;
  height: 1px;
  background: rgba(201, 168, 76, 0.3);
  margin: 0 0 40px 0;
}

.elementor-popup-modal .wc-logo {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.elementor-popup-modal .wc-logo img {
  max-width: 280px;
  height: auto;
}

.elementor-popup-modal .wc-tagline {
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  color: rgba(201, 168, 76, 0.7);
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', serif;
}

.elementor-popup-modal .wc-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px;
}

.elementor-popup-modal .wc-divider-line {
  flex: 1;
  height: 1px;
  background: rgba(201, 168, 76, 0.4);
}

.elementor-popup-modal .wc-diamond {
  width: 8px;
  height: 8px;
  background: rgba(201, 168, 76, 0.5);
  transform: rotate(45deg);
  margin: 0 10px;
}

.elementor-popup-modal .wc-cards {
  display: flex !important;
  flex-direction: row !important;
  gap: 30px !important;
  justify-content: center !important;
  align-items: stretch !important;
  margin-bottom: 20px !important;
  flex-wrap: wrap !important;
}

.elementor-popup-modal .wc-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 240px !important;
  height: 220px !important;
  padding: 65px 8px 25px !important;
  border: 1px solid rgba(201, 168, 76, 0.4) !important;
  position: relative !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

.elementor-popup-modal .wc-card:hover {
  border-color: rgba(201, 168, 76, 0.8) !important;
}

.elementor-popup-modal .wc-card-title {
  font-size: 18px !important;
  color: #c9a84c !important;
  text-align: center !important;
  font-family: 'Frank Ruhl Libre', serif !important;
  margin-bottom: 4px !important;
  display: block !important;
}

.elementor-popup-modal .wc-card-en {
  font-size: 11px !important;
  color: rgba(201, 168, 76, 0.6) !important;
  letter-spacing: 3px !important;
  text-align: center !important;
  display: block !important;
  margin-bottom: 15px !important;
}

.elementor-popup-modal .wc-arrow {
  width: 30px;
  height: 1px;
  background: rgba(201, 168, 76, 0.5);
  display: block;
  position: relative;
}

.elementor-popup-modal .wc-bottom-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 20px auto 30px;
}

.elementor-popup-modal .wc-back-btn {
  display: inline-block !important;
  padding: 12px 40px !important;
  border: 1px solid rgba(201, 168, 76, 0.5) !important;
  color: #c9a84c !important;
  text-decoration: none !important;
  font-size: 13px !important;
  letter-spacing: 2px !important;
  font-family: 'Libre Baskerville', serif !important;
  transition: all 0.3s ease !important;
}

.elementor-popup-modal .wc-back-btn:hover {
  background: rgba(201, 168, 76, 0.1) !important;
}


/* Mobile responsive - keep cards side by side */
@media (max-width: 767px) {
  .elementor-popup-modal .welcome-page {
    padding: 30px 15px !important;
  }
  .elementor-popup-modal .wc-logo img {
    max-width: 200px !important;
  }
  .elementor-popup-modal .wc-cards {
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }
  .elementor-popup-modal .wc-card {
    width: 140px !important;
    height: 180px !important;
    padding: 55px 8px 20px !important;
    min-width: 0 !important;
  }
  .elementor-popup-modal .wc-card-title {
    font-size: 14px !important;
  }
  .elementor-popup-modal .wc-card-en {
    font-size: 9px !important;
    letter-spacing: 2px !important;
  }
}/* End custom CSS */