.captionOuterContainer {
    background-color: transparent;
}
#id_zP4yYxi > div.menuInner > ul > li:nth-child(2) > div {
    color: #b20b0a !important;
}
    font-family: 'Reem Kufi Fun', Helvetica, Arial, sans-serif;
    color: #0A1F44;
    font-weight: normal;
    font-style: normal;
}
.gadgetStyle001 .gadgetStyleTitle h4 {
    margin: 0;
    padding: 0;
    color: #0A1F44;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Reem Kufi Fun', sans-serif;
}
BODY {
    font-family: 'Open Sans', sans-serif;
    color: #0A1F44;
}
H1 {
    background-color: transparent;
    font-family: 'Reem Kufi Fun', sans-serif;
    color: #0A1F44;
}
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_payOnlineTop {
    background-color: #48a832;
    /* You can add more styles as needed */
}
.WaGadgetEventsStateRegistration #idSectionGuestListContainer .navigationContainer input[type=submit] {
    background-color: #295f91;
    color: white;
}
.navigationOuterContainer .navigationContainer .right input.nextButton[type=submit] {
    background-color: #48a832;
    color: white; /* You can adjust the text color as needed */
    /* Other styles remain unchanged */
    margin-left: 10px;
    margin-bottom: 10px;
}
.typeButton.registerButton {
    background-color: #0A1F44 !important;
    color: white !important;
    /* Other styles as needed */
}
input[name="FunctionalBlock1$ctl00$eventPageViewBase$ctl00$ctl00$stepTemplate$registrationTopMessage$suggestToApplyMessage$suggestToApplyButton"] {
    background-color: #ff6600; /* Bright orange, adjust as needed */
    color: white;
    /* Other styles as needed */
}
.WaGadgetEventsStateRegistrationsList .generalFormOuterContainer .titleOuterContainer .generalFormContainer .titleRightContainer .generalFormOuterContainer .generalFormContainer input.typeButton.registerButton,
.WaGadgetEventsStateSelfRegistrationsList .generalFormOuterContainer .titleOuterContainer .generalFormContainer .titleRightContainer .generalFormOuterContainer .generalFormContainer input.typeButton.registerButton {
    background-color: #295f91;
    color: white;
}
input[name="FunctionalBlock1$ctl00$subscribeButton"] {
    background-color: #0A1F44 !important;
    color: white !important;
    /* Add other necessary styles */
}
div.item a[href="https://www.scandiclub.com/Admin-page"] span {
    color: #f09e3a !important;
}
#id_zP4yYxi > div.menuInner > ul > li:nth-child(2) > div > a {
  color: #ca1717 !important;
  font-weight: bold !important;
}
#id_LUSTedu > div > div > div > h1 > font > a,
#id_vh1rlQQ > div > p:nth-child(9) > font > a {
  background-color: #ca1717 !important;
  color: #ffffff !important;
  font-weight: bold !important;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none !important;
  display: inline-block;
  width: 175px; /* make the button longer */
  text-align: center; /* centers text inside */
}
.julfest-button {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: inline-block;
  padding: 14px 28px;
  background: #c1121f;
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.3), /* subtle top highlight */
    6px 8px 15px rgba(0, 0, 0, 0.35);       /* outward shadow (right & down) */
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  z-index: 2;
}

/* Hover: lift higher and deepen outward shadow */
.julfest-button:hover {
  background: #a50f19 !important;
  transform: translateX(-50%) translateY(-3px);
  /* Replace dark shadow with white outer glow */
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.3),  /* top highlight */
    6px 8px 15px rgba(0,0,0,0.35),        /* main drop shadow */
    0 0 15px rgba(255,255,255,0.25);      /* subtle ambient glow */
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
  z-index: 2;
}
/* Active (click): slightly pressed down */
.julfest-button:active {
  transform: translateX(-50%) translateY(1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    3px 4px 8px rgba(0, 0, 0, 0.3); /* smaller pressed shadow */
}

.julfest-button:visited {
  color: #fff !important;
}

/* Mobile tweak */
@media (max-width: 600px) {
  .julfest-button {
    bottom: 15px;
    padding: 12px 22px;
    font-size: 0.95rem;
  }
}
/* === Pricing & Registration (scoped) === */
#pricing-register {
  background: #eef2f7;
  padding: 64px 20px;
  color: #1f2937;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
}

#pricing-register .pr-wrap {
  max-width: 1050px;
  margin: 0 auto;
}

#pricing-register .pr-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  color: #0f2a47;
  letter-spacing: 0.2px;
}

/* Layout */
#pricing-register .pr-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr; /* mobile: stacked */
}

@media (min-width: 900px) {
  #pricing-register .pr-grid {
    grid-template-columns: 1.2fr 0.8fr; /* desktop: side-by-side */
    align-items: start;
  }
}

/* Pricing list */
#pricing-register .pr-list {
  margin: 0;
  padding-left: 20px;
}
#pricing-register .pr-list li {
  margin: 10px 0;
}

#pricing-register .pr-muted {
  margin-top: 12px;
  font-size: 14px;
  color: #6b7280;
}

/* Card (right column) */
#pricing-register .pr-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(3, 24, 53, 0.1),
              0 4px 10px rgba(3, 24, 53, 0.06);
}
#pricing-register .pr-card-title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
  color: #0f2a47;
}
#pricing-register .pr-card p {
  margin: 0 0 12px;
}

/* Links & CTA */
#pricing-register .pr-link {
  color: #b91c1c;
  font-weight: 700;
  text-decoration: none;
}
#pricing-register .pr-link:hover {
  text-decoration: underline;
}

#pricing-register .pr-help { margin: 0; }
#pricing-register .pr-help-link {
  color: #0f2a47;
  text-decoration: underline;
  font-weight: 600;
}

#pricing-register .pr-cta {
  display: inline-block;
  margin-top: 14px;
  padding: 12px 22px;
  background: #b91c1c;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
}
#pricing-register .pr-cta:hover { filter: brightness(0.95); 
}
/* Hide ONLY the hero button on small screens */
@media (max-width: 640px) {
  .julfest-hero .hero-cta {
    display: none !important;
  }
}
