/* 1) Define Gagalin font */
@font-face {
  font-family: "Gagalin";
  src: url("https://cdn.moble.com/w/3297/2279843/file/Gagalin-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Define Luckiest Guy font */
@font-face {
  font-family: "Luckiest Guy";
  src: url("https://cdn.moble.com/w/3297/2290990/file/Luckiest%20Guy%20Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* 2) Apply to headings with fallback */
h1  {
  font-family: "Gagalin", "Bitter", cursive, sans-serif !important;
  font-weight: 800;
  font-size:2.7em !important;
  line-height: 1.2em;
  text-transform: capitalize;
  letter-spacing: 2px!important;
}

h2 {
  font-family: "Gagalin", "Bitter", cursive, sans-serif !important;
  font-weight: 600;
  font-size:2.0em !important;
  line-height: 1.2em;
  text-transform: capitalize;
  letter-spacing: 1px!important;
}

h3 {
  font-family: "Bitter", cursive, sans-serif !important;
  font-weight: 700;
  font-size:1.3em !important;
  line-height: 1.2em;
  letter-spacing: 1px!important;
}

/* 1) Define Amatic properly */
@font-face {
  font-family: "Amatic SC";
 src: url("https://cdn.moble.com/w/3297/2290959/file/Amatic%SC.otf ") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* 2) Apply to h4, h5, h6 */
h4 {
  font-family: "Amatic SC", "Bitter", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em !important;
  line-height:1.2 !important;
  letter-spacing:0.0em !important;
}

h5, p.item-summary {
  font-family: "Amatic SC", "Bitter", cursive !important;
  font-weight: 700 !important;
  font-style: normal;
  line-height:1.2 !important;
  font-size: 1.4em !important;
  text-transform: uppercase;
}

h6 {
  font-family: "Amatic SC", "Bitter", cursive !important;
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1em !important;
  line-height:1 !important;
}


body h1, body h2, body h3 {
  letter-spacing: 0.00em !important;
}


.ui-btn.btn-accent-1.btn-ghost,
.ui-btn.ui-btn-a.btn-accent-1.btn-ghost,
.ui-btn.btn-accent-1.btn-ghost:visited,
.ui-btn.ui-btn-a.btn-accent-1.btn-ghost:visited,
.ui-btn.btn-accent-1.btn-ghost.ui-input-btn,
.ui-btn.btn-accent-1.btn-ghost.ui-input-btn:visited {
  background-color: transparent;
  color: #d7ce26;
  border-color: #d7ce26;

  /* Add Bitter font */
  font-family: "Bitter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 700; /* or 400 if you want lighter */
  letter-spacing: 0.0px;
  text-transform: uppercase;
}

body p, li {color: #32539d !important;}

ul.ticks {list-style-type: none;}

ul.ticks li::before {
  content:"\2714";
  color:#d7ce26; 
  margin-right: 10px;}

.ui-btn {
  font-family: "Bitter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  letter-spacing: 0.0px !important;
  line-height: 1.2 !important;
  transition: all 0.2s ease-in-out !important;
}


.footer p {
  padding: 0;
}

.footer p:has(sub) {
  line-height: 1.1em;
}

::placeholder {
  transform: translateY(3.5px);
  color: #ccc !important;
}

form .ui-btn.ui-input-btn.ui-btn-a {
  margin-top: 4em;
}

.widget-dynamic-container > .widget-dynamic * {
  transition-duration: 2.8s;
}

.widget-dynamic-container > div[class*="widget-dynamic-slider"] > div > div > div > .card:hover > a > figure.img-hover-secondary img,
.widget-dynamic-container > .widget-dynamic > .card:hover > a > figure.img-hover-secondary img {
  transform: scale(1.05);
}

/* --- SOLID WHITE NAVIGATION BAR (updated) --- */
.nav-bar,
.nav-bar[class*="nav-bar-dark"],
.nav-bar.add-nav-bar-margin[class*="nav-bar-dark"] {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

/* Link and dropdown colors for white nav */
.nav-container > ul > li > a.ui-link,
.nav-container > ul > li > a.ui-link:visited {
  color: #32539d !important;
  font-family:"Bitter", cursive, sans-serif !important;
}

.nav-container > ul > li > a.ui-link:hover,
.nav-container > ul > li.active > a.ui-link {
  color: #ffffff !important;
  background-color: #32539d !important;
  font-family:"Bitter", cursive, sans-serif !important;
}

.nav-container > ul ul li a {
  background-color: #ffffff !important;
  color: #32539d !important;
  font-family:"Bitter", cursive, sans-serif !important;
}

.nav-container > ul ul li a:hover {
  background-color: #32539d !important;
  color: #ffffff !important;
  font-family:"Bitter", cursive, sans-serif !important;
}

/* End nav bar update */

@media all and (min-width: 60em) {
  .nav-bar.order-hamburger-logo-other.show-navigation .hamburger-container {
    display: none;
  }

  .nav-bar.show-navigation-left .nav-container {
    margin-left: 3em;
  }

  .nav-container > ul ul li {
    background-color: #ffffff !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .nav-container > ul ul li:hover {
    background-color: #32539d !important;
  }

  .nav-bar.nav-bar-dark .nav-container > ul ul li:hover {
    background-color: #32539d !important;
  }
}

@media all and (min-width: 60em) {
  .action-container {
    margin-left: 2em !important;
    margin-right: 3em !important;
  }

  .btn-action.ui-link,
  .btn-action.ui-link:visited,
  .btn-action-1.ui-link,
  .btn-action-1.ui-link:visited,
  .btn-action-2.ui-link,
  .btn-action-2.ui-link:visited,
  .btn-action-3.ui-link,
  .btn-action-3.ui-link:visited {
    top: 39%;
    color: #f6f5ec;
    border-color: transparent;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    border-bottom: 1px solid;
  }

  .nav-bar .btn-action.ui-link,
  .nav-bar .btn-action.ui-link:hover,
  .nav-bar .btn-action.ui-link:visited {
    background-color: transparent !important;
  }
}

@media (min-width: 60em) {
  .show-logo-unset.nav-bar .logo-container img {
    max-height: 150px;
  }

  .nav-container > ul > li {
    min-width: 84px;
  }
}

.widget-dynamic-container > .widget-dynamic.widget-dynamic-slider-multiple {
  overflow: visible;
}

.slider-nav-on .widget-dynamic-slider .owl-controls,
.slider-nav-on .widget-dynamic-slider-multiple .owl-controls {
  width: calc(100% + 18px);
}

/* Default (Desktop) height */
#mondayform {
  height: 1500px; /* adjust this as needed */
}

/* Tablet & Mobile adjustments */
@media (max-width: 1024px) {
  #mondayform {
    height: 1500px; /* for tablets */
  }
}

@media (max-width: 768px) {
  #mondayform {
    height: 1500px; /* for smaller mobile screens */
  }
}

@media (max-width: 480px) {
  #mondayform {
    height: 1500px; /* for very small phones */
  }
}
