.elementor-652 .elementor-element.elementor-element-e7130ce{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for wp-widget-gform_widget, class: .elementor-element-10932d5 */#gform_page_2_1 .gform_page_footer {
    justify-content: center;
    
}


/* =====================================================
   VIP STEP 1 – BLURRED PREVIEW CARD WITH CENTERED CONTENT
===================================================== */

.gct-vip-step1 {
  margin-bottom: 40px;
}

/* ---------------------------------
   CARD CONTAINER
--------------------------------- */
.gct-vip-preview-card {
  position: relative;
  min-height: 520px;            /* adjust height as needed */

  margin-bottom: 32px;
    background-position: center;
      background-repeat: no-repeat;
          background-size: contain;


  /* Fallback background if image fails */
  background-color: white;
   background-image: url("https://casinoalbaniadev.webvorschau.at/wp-content/uploads/2025/12/vip_blur.jpg");

}






/* ---------------------------------
   CENTERED OVERLAY CONTENT
--------------------------------- */
.gct-vip-preview-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;

  width: min(980px, calc(100% - 48px));
  padding: 28px;

  display: flex;
  align-items: center;

  background: rgb(76 76 76);
  border: 1px solid rgba(217, 185, 97, 0.35);
  border-radius: 22px;
  backdrop-filter: blur(6px);
}

/* ---------------------------------
   TWO-COLUMN CONTENT
--------------------------------- */
.gct-vip-step1-bottom {
  display: flex;
  gap: 32px;
  width: 100%;
}

.gct-vip-step1-column {
  flex: 1;
}

/* ---------------------------------
   TYPOGRAPHY
--------------------------------- */
.gct-vip-step1-heading {
  font-size: 18px;
  margin-bottom: 6px;
  color: #fff;
}

.gct-vip-step1-text {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 12px;
  color: #fff;
}

/* ---------------------------------
   BUTTONS
--------------------------------- */
.gct-vip-btn {
  display: inline-block;
  padding: 11px 26px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  border: none;

  background: linear-gradient(
    125deg,
    #a77626 5.29%,
    #ad7e2d 15.93%,
    #bd9541 32.48%,
    #d9b961 52.58%,
    #eed67a 66.76%,
    #ddc065 77.4%,
    #c8a54b 95.14%,
    #bb943b 111.68%,
    #b78f36 123.51%
  );
  color: #000;
}

.gct-vip-btn:hover {
  filter: brightness(1.07);
}

/* ---------------------------------
   ACCESS CODE FORM
--------------------------------- */
.gct-vip-access-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.gct-vip-access-input {
  flex: 1 1 180px;
  border-radius: 999px;
  border: 1px solid #333;
  background: #111;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.gct-vip-access-input::placeholder {
  color: #999;
}

.gct-vip-access-input:focus {
  border-color: #e0b869;
  box-shadow: 0 0 0 1px rgba(224, 184, 105, 0.4);
}

/* Error text */
.gct-vip-error {
  width: 100%;
  margin: 4px 0 0;
  font-size: 12px;
  color: #ff9b92;
}

/* ---------------------------------
   RESPONSIVE
--------------------------------- */
@media (max-width: 768px) {
  .gct-vip-preview-card {
    min-height: 420px;
  }

  .gct-vip-preview-overlay {
    width: calc(100% - 28px);
    padding: 18px;
  }

  .gct-vip-step1-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .gct-vip-access-form {
    flex-direction: column;
    align-items: stretch;
  }

  .gct-vip-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */