.elementor-14829 .elementor-element.elementor-element-24e7591{--display:flex;}.elementor-14829 .elementor-element.elementor-element-24e7591:not(.elementor-motion-effects-element-type-background), .elementor-14829 .elementor-element.elementor-element-24e7591 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9FCFF;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:767px){.elementor-14829 .elementor-element.elementor-element-24e7591{--padding-top:0%;--padding-bottom:0%;--padding-left:4%;--padding-right:4%;}}/* Start custom CSS for shortcode, class: .elementor-element-7d0d711 */#activationForm {
      max-width: 800px;
      margin: auto;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
    }

    #activationForm h2 {
      font-family: "Roboto", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    }

    .form-group {
      margin-bottom: 15px;
      display: flex;
      flex-direction: column;
    }

    .form-row {
      display: flex;
      gap: 20px;
    }

    .psim-input {
    border-color: #858C94 !important;
    min-height: 30px !important;
    padding: 5px 20px !important;
    border-radius: 8px !important;
    font-family: source-sans-medium, sans-serif;
    box-shadow: none;
    }
    .psim-input::placeholder{
      font-family: source-sans-medium, sans-serif;
      font-weight: 600;
      font-size: 16px;
    }

    .psim-label {
      margin-bottom: 6px;
      font-weight: bold;
      font-family: source-sans-medium, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #09101D;
    }

    .checkbox-group {
      display: flex;
      align-items: center;
      margin-top: 10px;
    }

    .checkbox-group input {
      margin-right: 10px;
    }

    .psim-btn {
      width: 50%;
    padding: 12px;
    background-color: #FD4C0E;
    color: white;
    border-radius: 12px;
    margin-top: 20px;
    font-family: Poppins, Sans-Serif;
    font-size: 16px;
    font-weight: 600;
    border: solid 1px #FD4C0E;
    }
    .psim-btn:hover {
    background-color: transparent;
    color: #FD4C0E;
    border: solid 1px #FD4C0E;
    }

    .hidden {
      display: none;
    }

    .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* Full height */
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* High enough to show above all Elementor content */
}

    .popup-content {
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      text-align: center;
      position: relative;
    }
.popup-content h1 {
      font-family: Poppins, Sans-Serif;
    font-size: 34px;
    font-weight: 600;
     color: black;
    }
    .popup-content h3 {
      font-family: Poppins, Sans-Serif;
    font-size: 28px;
    font-weight: 600;
    color: black;
    }
    .popup-content button {
      margin-top: 20px;
      background: #ff4d00;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
    }

    .popup-content img {
      max-width: 100%;
      height: auto;
    }

    /* Tooltip styling */
    .tooltip-icon {
      position: absolute;
      top: 35px;
      right: -28px;
      color: white;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2;
    }

    .tooltip-text {
      visibility: hidden;
      color: #fff;
      border-radius: 6px;
      padding: 8px;
      position: absolute;
      top: 0;
      left: 28px;
      opacity: 0;
      transition: opacity 0.3s;
      font-size: 12px;
    }

    .tooltip-icon:hover .tooltip-text {
      visibility: visible;
      opacity: 1;
    }
    .psim-button{
      display: flex;
    align-items: center;
    justify-content: center;
    }/* End custom CSS */