.occ-page h1,
.occ-page h2 {
  color: #111827;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.occ-page h1 {
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 12px;
}

.occ-page h2 {
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 8px;
}

.occ-page p {
  color: #111827;
  line-height: 1.6;
  margin: 0 0 10px;
}

.occ-page p:last-child {
  margin-bottom: 0;
}

.occ-page {
  background: #ffffff;
  color: #111827;
  padding-top: 76px;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: "AkrobatRegular", sans-serif;
  font-weight: 400;
  background: #253539;
  color: #ffffff;
  padding-top: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #50af47;
}

a:hover {
  text-decoration: none;
}

h1 {
  color: #fefefe;
  font-size: 70px;
  padding: 0 0 15px 0;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "AkrobatBold";
  font-weight: normal;
}

h2 {
  color: #fefefe;
  font-size: 35px;
  padding: 0 0 15px 0;
  line-height: normal;
  letter-spacing: 2px;
  font-family: "AkrobatMedium";
  font-weight: normal;
}

label,
p {
  color: #fefefe;
  font-size: 20px;
  font-family: "AkrobatRegular", sans-serif;
  font-weight: 400;
  align-items: center;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container {
  max-width: 100%;
}

.center-content {
  max-width: 1109px;
  margin: 0 auto;
}

.clear {
  clear: both;
  height: 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1340px) {
  h1 {
    font-size: 53px;
  }
}

@media screen and (max-width: 1200px) {
  label,
  p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
  h1 {
    font-size: 22px;
  }
}

/* ------------------------------
   Header 2026
--------------------------------- */
@font-face {
  font-family: "AkrobatLight";
  src: url("/fonts/Akrobat-Light.otf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "AkrobatRegular";
  src: url("/fonts/Akrobat-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "AkrobatMedium";
  src: url("/fonts/Akrobat-SemiBold.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "AkrobatBold";
  src: url("/fonts/Akrobat-Bold.otf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

.vl-header-2026 {
  background: #253539;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.vl-header-inner {
  max-width: 1109px;
  margin: 0 auto;
  padding: 0 45px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.vl-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.vl-logo img {
  display: block;
  width: 159px;
  height: 63px;
}

.vl-nav {
  position: relative;
}

.vl-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 76px;
}

.vl-nav-item {
  position: relative;
  float: none;
  display: flex;
  align-items: center;
  height: 76px;
  margin: 0 6px 0 7px;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "AkrobatMedium";
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
}

.vl-nav-item:first-child {
  margin-left: 0;
}

.vl-nav-item:last-child {
  margin-right: 0;
}

.vl-nav-link {
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  background: none;
  border: 0;
  font: inherit;
  text-transform: inherit;
  line-height: 1;
  cursor: pointer;
  padding: 0 2px;
  border-bottom: 2px solid transparent;
  margin: 0;
}

.vl-nav-item.has-sub > .vl-nav-link {
  background: transparent;
  border: 0;
  padding: 0;
}

.vl-nav-item.has-sub > .vl-nav-link:focus {
  outline: 2px solid rgba(80, 175, 71, 0.5);
  outline-offset: 4px;
}

.vl-nav-item.has-sub > .vl-nav-link,
.vl-nav-item.has-sub > .vl-nav-link:visited {
  color: #ffffff;
}

.vl-nav-item.has-sub > .vl-nav-link,
.vl-nav-item.has-sub > .vl-nav-link:hover {
  border-bottom: 2px solid #253539;
}

.vl-nav-item.has-sub:hover > .vl-nav-link,
.vl-nav-item.has-sub:focus-within > .vl-nav-link {
  border-bottom: 2px solid #ffffff;
}

.vl-nav-item.is-active > .vl-nav-link {
  color: #50af47;
}

.vl-nav-cta {
  padding-left: 16px;
}

.occ-page .occ-container .occ-breadcrumbs {
  font-size: 13px;
  color: #6b7280;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin-bottom: 24px;
}

.occ-page .occ-container .occ-breadcrumbs a {
  color: #6b7280;
}

.vl-nav-cta .vl-nav-link {
  color: #50af47;
}

.vl-nav-sub {
  background: #253539;
  position: absolute;
  top: 100%;
  left: -15px;
  width: 100%;
  padding: 0 0 21px 24.5%;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 1000;
}

.vl-nav-sub::before {
  content: "";
  background: #253539;
  width: 3000px;
  height: 100%;
  position: absolute;
  left: -2980px;
  top: 0;
  z-index: 1;
}

.vl-nav-sub::after {
  content: "";
  background: #253539;
  width: 3000px;
  height: 100%;
  position: absolute;
  right: -2980px;
  top: 0;
  z-index: 1;
}

.vl-nav-item:hover > .vl-nav-sub,
.vl-nav-item:focus-within > .vl-nav-sub,
.vl-nav-item.is-open > .vl-nav-sub {
  visibility: visible;
  opacity: 1;
}

.vl-nav-sub li {
  padding: 5px 0 3px 0;
  margin: 0;
  font-size: 13.5px;
  text-transform: none;
  position: relative;
  z-index: 15;
}

.vl-nav-sub-link {
  font-size: 14px;
  padding: 0 10px 3px 15px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}

.vl-nav-sub-link:hover,
.vl-nav-sub-link:focus {
  color: #50af47;
}

.vl-nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 6px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.vl-nav-toggle-icon {
  width: 28px;
  height: 2px;
  background: #ffffff;
  position: relative;
  display: block;
}

.vl-nav-toggle-icon::before,
.vl-nav-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  background: #ffffff;
}

.vl-nav-toggle-icon::before {
  top: -8px;
}

.vl-nav-toggle-icon::after {
  top: 8px;
}

.vl-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media screen and (min-width: 1024px) {
  .vl-header-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .vl-nav-item {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .vl-header-inner {
    padding: 0 20px;
  }

  .vl-logo img {
    width: 130px;
    height: auto;
  }

  .vl-nav-toggle {
    display: inline-flex;
  }

  .vl-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #253539;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
  }

  .vl-nav.is-open {
    max-height: 80vh;
  }

  .vl-nav-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    padding: 12px 20px 18px;
  }

  .vl-nav-item {
    float: none;
    width: 100%;
    margin: 0;
    height: auto;
    font-size: 20px;
    padding: 5px 0;
  }

  .vl-nav-cta {
    padding-left: 0;
  }

  .vl-nav-sub {
    position: static;
    width: 100%;
    padding: 6px 0 0 12px;
    visibility: visible;
    opacity: 1;
    display: none;
  }

  .vl-nav-item.is-open > .vl-nav-sub {
    display: block;
  }

  .vl-nav-item.has-sub > .vl-nav-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0;
  }

  .vl-nav-link,
  .vl-nav-link:hover,
  .vl-nav-link:focus,
  .vl-nav-item.has-sub > .vl-nav-link:hover,
  .vl-nav-item.has-sub > .vl-nav-link:focus,
  .vl-nav-item.has-sub:hover > .vl-nav-link,
  .vl-nav-item.has-sub:focus-within > .vl-nav-link,
  .vl-nav-item.is-active > .vl-nav-link {
    border-bottom: 0;
    text-decoration: none;
  }

  .vl-nav-item.has-sub > .vl-nav-link::after {
    content: "+";
    font-size: 18px;
    margin-left: 12px;
  }

  .vl-nav-item.has-sub.is-open > .vl-nav-link::after {
    content: "-";
  }

  .vl-nav-sub-link,
  .vl-nav-sub-link:hover,
  .vl-nav-sub-link:focus {
    border-bottom: 0;
    text-decoration: none;
  }

  .vl-nav-sub::before,
  .vl-nav-sub::after {
    content: none;
  }
}

@media screen and (max-width: 640px) {
  .vl-header-inner {
    padding: 0 15px;
  }

  .vl-logo img {
    width: 112px;
  }
}

/* Footer styles merged from footer.css for occasions pages */

/* Footer styles extracted from style.css and responsive.css and refined. */
.footer-container {
  background: #50af47;
  padding: 24px 0 20px 0;
}

.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  list-style: none;
}

.footer-menu ul li {
  display: inline-block;
  color: #253539;
  font-size: 16px;
  padding: 0 8px 5px 8px;
  text-transform: uppercase;
  font-family: "AkrobatMedium";
  font-weight: normal;
}

.footer-menu ul li a {
  color: #253539;
}

.footer-menu ul li a:hover {
  color: #1c1c1c;
}

.footer-social {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding: 32px 20px 10px 20px;
}

.footer-column {
  flex: 1;
  min-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-column:last-child {
  flex: 2;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  background-color: #253539;
  color: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.social-icons li a svg {
  width: 32px;
  height: 32px;
  display: block;
}

.social-icons li a:hover {
  background-color: #1d272a;
  transform: translateY(-2px);
}

.footer-image {
  max-width: 100%;
  height: auto;
  width: 555px;
}

@media screen and (max-width: 1000px) {
  .footer-menu ul li {
    padding: 0 9px 5px 9px;
    font-size: 14px;
  }
}

@media screen and (max-width: 840px) {
  .footer-menu ul li {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu ul li {
    padding: 0 6px 5px 7px;
  }

  .footer-social {
    padding: 24px 15px 10px 15px;
  }
}

@media screen and (max-width: 640px) {
  .footer-container {
    padding: 10px 0 10px 0;
  }

  .footer-menu ul li {
    font-size: 10px;
    padding: 0 5px 0 4px;
  }

  .footer-column {
    min-width: 200px;
  }
}

