
body {
  overflow-x: hidden;
}

.font-georama {
    font-family: "Montserrat", sans-serif !important;
}

#timerSection {
  position: relative;
}

.font-georama-2 {
  font-family: "Georama", sans-serif !important;
}

.section-articles-carousel {
  margin-top: 0px !important;
}

#pushengage-opt-in-4-bell {
  display: none !important;
}

#offers a:hover {
  text-decoration: none;
}

#scroll-animation {
  max-width: 38px;
  position: relative;
  left: -1px;
}

.author-meta .justify-content-lg-end {
  justify-content: flex-end;
}

#belington-ImageElement--wrapper--WWnhfwyTEkIRgVEV6JW2 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 0px !important;
}

#belington-ImageElement--wrapper--WWnhfwyTEkIRgVEV6JW2 img {
  max-width: 100px !important;
}

.pulse-twice-delay {
  animation: pulseTwice 2s ease-in-out 4s 1 forwards;
  /* 2s duration, ease-in-out timing, 4s delay, run once */
}

@keyframes pulseTwice {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  25% {
    transform: scale(1.05);
    opacity: 0.8;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  75% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

/* Optinmonster Form */
#om-ddrbaale8w3v4mldrpxv-holder {
  max-width: 380px;
}

.belington-powered-by {
  display: none;
}

.belington-c-content.Campaign__content {
  padding: 0px !important;
}

.belington-fe-wrapper.belington-FieldsElement--wrapper.belington-FieldsElementV2--wrapper {
  margin-top: 0px !important;
}

.StyledBackgroundWrapper__BackgroundWrapper-sc-4136c0-0.gmsXlw.belington-c-alpha.Campaign__alphaLayer,
#om-ddrbaale8w3v4mldrpxv-holder .belington-c-alpha.Campaign__alphaLayer {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
}

#belington-field-emailInput {
  border-radius: 4px;
  color: #262626;
  padding: 14px;
  font-size: 16px;
  margin-bottom: 12px !important;
}

#belington-field-emailInput::placeholder {
  color: #262626;
  font-size: 16px;
}

#belington-field-privacy {
  margin-bottom: 48px !important;
}

#om-ddrbaale8w3v4mldrpxv-holder #belington-field-privacy p,
#om-ddrbaale8w3v4mldrpxv-holder #belington-field-privacy span {
  font-size: 12px !important;
  line-height: 20px !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  text-align: left !important;
  font-family: "Inter", sans-serif !important;
}

#belington-field-privacy p a {
  color: #E99D0E !important;
  margin-bottom: 0px !important;
}

#belington-field-privacy p a:hover {
  color: #E99D0E !important;
}

#belington-field-privacy input[type="checkbox"] {
  margin-right: 12px !important;
}

#belington-FieldsElementButton--WWnhfwyTEkIRgVEV6JW2 {
  max-width: 261px !important;
  border-radius: 30px !important;
  background: #E99D0E !important;
  color: #050451 !important;
  font-family: "Open Sans", sans-seif;
  font-weight: 700 !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
  margin-bottom: 0px !important;
}


/* Target the checkbox in your OptinMonster form */
#om-ddrbaale8w3v4mldrpxv-holder #belington-field-privacy input[type="checkbox"] {
  appearance: none !important;
  /* Remove default browser styling */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #F2F2F2;
  border-radius: 6px;
  /* Rounded border */
  background-color: transparent;
  /* Transparent background */
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
  top: 10px;
}

/* Optional hover effect */
#om-ddrbaale8w3v4mldrpxv-holder #belington-field-privacy input[type="checkbox"]:hover {
  border-color: #F2F2F2;
}

/* Custom checkmark when checked */
#om-ddrbaale8w3v4mldrpxv-holder #belington-field-privacy input[type="checkbox"]:checked::after {
content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 2px;
}

.belington-ele-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  bottom: 50px;
}

@media screen and (min-width: 1280px) {
  body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #om-ddrbaale8w3v4mldrpxv-holder #belington-field-emailInput {
    margin-bottom: 16px !important;
  }

  #om-ddrbaale8w3v4mldrpxv-holder #belington-field-privacy p,
  #om-ddrbaale8w3v4mldrpxv-holder #belington-field-privacy span {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  #belington-FieldsElementButton--WWnhfwyTEkIRgVEV6JW2 {
    margin-right: auto !important;
  }

  #belington-field-privacy {
    margin-bottom: 84px !important;
  }

  .belington-ele-2 {
    bottom: 59px;
  }

  .author-meta {
    padding: 20px 0px;
  }
}

#om-ddrbaale8w3v4mldrpxv-optin .om-field-valid-wrap {
  position: relative;
}

#om-ddrbaale8w3v4mldrpxv-optin .om-valid-icon {
  position: absolute;
  right: 12px;
  top: 0px;
  width: 16px;
  height: 16px;
  display: none;
  pointer-events: none;
}

#om-ddrbaale8w3v4mldrpxv-optin .om-show-valid .om-valid-icon {
  display: block;
}

#om-ddrbaale8w3v4mldrpxv-optin input[type="email"] {
  border: 2px solid #fff;
}

#om-ddrbaale8w3v4mldrpxv-optin input[type="email"]:focus {
  outline: none;
}

#om-ddrbaale8w3v4mldrpxv-optin .om-show-valid input[type="email"] {
  border: 2px solid #00C42E !important;
  padding-right: 40px !important;
  /* space for icon */
}


/* Button */
#belington-FieldsElementButton--WWnhfwyTEkIRgVEV6JW2.is-disabled {
  color: #FF933866 !important;
  background: #363636 !important;
  cursor: not-allowed;
  pointer-events: none;
}

/* Email */
#belington-field-emailInput.is-valid { border: 2px solid #1FBF66 !important; }
#belington-field-emailInput.is-error { border: 2px solid #E53935 !important; }

/* Show the check icon when valid */
.om-field-valid-wrap { position: relative; }
.om-valid-icon {
  width: 19px; height: 14px; color: #00C42E; display: none;
}
.om-show-valid .om-valid-icon { display: inline-flex; }

/* Terms checkbox */
input[name="FieldsElement--privacyText-checkbox"].is-error {
  border-color: #E53935 !important;
}

/* Error banner */
.belington-error-header { /* your existing banner styles here */ }
.belington-error-header .om-field-error { 
  display: block; 
  color: #FF473E;
  text-align: left;
  font-size: 14px !important;
  line-height: 16px !important;
  margin-bottom: 8px !important;
}

/* Email wrapper and icons */
.om-field-valid-wrap { position: relative; }
.om-icon-wrap {
  position: absolute;
  right: 12px;
  top: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.om-valid-icon,
.om-error-icon { display: none; }

.om-valid-icon {
  width: 24px !important;
  height: 24px !important;
  right: 0px !important;
}

/* Show check icon when valid */
#belington-field-emailInput.is-valid {
  border: 2px solid #00C42E;
  padding-right: 40px;
}
.om-field-valid-wrap .is-valid ~ .om-icon-wrap .om-valid-icon {
  display: inline-flex !important;
}

/* Show X icon when error */
#belington-field-emailInput.is-error {
  border: 2px solid #E53935;
  padding-right: 40px;
}
.om-field-valid-wrap .is-error ~ .om-icon-wrap .om-error-icon {
  display: inline-flex !important;
}

/* Disabled button */
.belington-field-submit.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

/* Show ❌ icon when error */
#om-ddrbaale8w3v4mldrpxv-optin .om-show-error .om-error-icon {
  display: block;
}

/* Hide ✅ when showing ❌ */
#om-ddrbaale8w3v4mldrpxv-optin .om-show-error .om-valid-icon {
  display: none;
}


.KfGPB.optin-loader::before, .KfGPB.optin-loader::after {
  content: none !important;
}

/* Dim the fields area when success */
#om-ddrbaale8w3v4mldrpxv-optin .belington-FieldsElement--content.is-success {
  opacity: .5;
  pointer-events: none; /* optional, prevents further edits */
}

/* Optional: keep the success button clickable look off */
#om-ddrbaale8w3v4mldrpxv-optin.is-success #subsCounter {
  opacity: 0.5 !important;
}

/* When the form is successful */
#om-ddrbaale8w3v4mldrpxv-optin.is-success {
  opacity: 0.5 !important;
  pointer-events: none !important; /* Prevent further clicks/typing */
}

/* Optional: keep the button slightly more visible */
#om-ddrbaale8w3v4mldrpxv-optin.is-success .belington-field-submit {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.author-meta {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.author-meta .row {
  margin: 0 auto;
}

.lp-promo-button,
#promoPopup {
  display: none !important;
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 61 238 / var(--tw-bg-opacity, 1));
}

.footer_icons.onjn {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .mega-menu-desktop-container--li .mega-menu-desktop-container--a {
    display: flex;
    align-items: center;
    gap: 6px;
  }

}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area li,
.content-area p {
  color: #000;
}

.content-area p a,
.content-area li a {
  color: #C37601;
}

.content-area .acf-casino-offer li,
.content-area .acf-casino-offer p {
  color: #232323;
}

h1,
h2,
.h1,
.h2 {
  font-weight: 800;
}
h3,
h4,
h5,
.h4 {
  font-weight: 700;
  margin-bottom: 16px;
}
h1,
.h1 {
  font-size: 48px;
  line-height: 55px;
  margin-bottom: 32px;
}
h2,
.h2 {
  font-size: 40px;
  line-height: 53px;
  margin-bottom: 24px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 30px;
}
p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  h2,h3,h4,h5,.h2 {
    margin-bottom: 16px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 28px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
  p {
    line-height: 22px;
    margin-bottom: 24px;
  }
  img {
    margin-bottom: 16px;
  }
  .heading--1 {
    font-size: 40px;
  }
}

.form-submitted {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-submitted #successHeading {
  color: #00C42E !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.form-submitted #successText {
  color: #F2F2F2 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .form-submitted #successHeading {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }

  .form-submitted #successText {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
}