.elementor-22116 .elementor-element.elementor-element-6edc7f5{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}#elementor-popup-modal-22116 .dialog-widget-content{animation-duration:0.5s;background-color:#000000;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-22116{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-22116 .dialog-message{width:100vw;height:100vh;align-items:center;}/* Start custom CSS *//* ==========================
   Gemini-style Custom Select
   ========================== */

.sd-wizard-form .sd-select{
  position: relative;
  margin-bottom: 14px;
}

/* The closed field */
.sd-wizard-form .sd-select__btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  background: rgba(0,0,0,0.55) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: #fff !important;

  border-radius: 12px !important;
  padding: 12px 14px !important;
  min-height: 46px !important;

  cursor: pointer;
}

.sd-wizard-form .sd-select__btn:hover{
  border-color: rgba(243,246,0,0.25) !important;
}

.sd-wizard-form .sd-select__btn:focus{
  outline: none !important;
  border-color: rgba(243,246,0,0.65) !important;
  box-shadow: 0 0 0 3px rgba(243,246,0,0.18) !important;
}

.sd-wizard-form .sd-select__label{
  color: rgba(255,255,255,0.90) !important;
  font-size: 14px !important;
}

.sd-wizard-form .sd-select__chev{
  color: rgba(255,255,255,0.65) !important;
  font-size: 14px !important;
}

/* The dropdown panel */
.sd-wizard-form .sd-select__panel{
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 9999;

  border-radius: 12px;
  overflow: hidden;

  border: 1px solid rgba(255,255,255,0.12);
  background: #0b0b0b;
  box-shadow: 0 18px 50px rgba(0,0,0,0.65);
}

.sd-wizard-form .sd-select.is-open .sd-select__panel{
  display: block;
}

/* Options */
.sd-wizard-form .sd-select__opt{
  width: 100%;
  text-align: left;

  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06);

  color: rgba(255,255,255,0.92) !important;
  padding: 12px 14px !important;
  cursor: pointer;
  font-weight: 600;
}

.sd-wizard-form .sd-select__opt:last-child{
  border-bottom: 0;
}

.sd-wizard-form .sd-select__opt:hover{
  background: rgba(243,246,0,0.10) !important;
}

.sd-wizard-form .sd-select__hint{
  margin-top: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}/* End custom CSS */