/* =========================================================
   FONTS & IMPORTS
   ========================================================= */
@import url('https://fonts.googleapis.com/css?family=Raleway:400|Luckiest+Guy:400|PT+Sans:400,700');

/* =========================================================
   BASE / LAYOUT
   ========================================================= */
html,body {}

html {
  font-size: 100%;
  max-width: 100%;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto; /* main grows to fill space */
}

footer {
    flex-shrink: 0; /* footer stays at the bottom */
}

body {
  display: flex;
  flex-direction: column;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;    /* Firefox */
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  background-color: #ede8d9;
}

/* When WP admin bar is showing, push fixed navbar down */
body.admin-bar .navbar.fixed-top {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .navbar.fixed-top {
        top: 46px;
    }
}
/* Desktop admin bar (32px height) */
body.admin-bar .navbar.fixed-top {
    top: 32px;
}

/* Mobile admin bar (46px height) */
@media screen and (max-width: 782px) {
    body.admin-bar .navbar.fixed-top {
        top: 46px;
    }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);  /* Deprecated but widely supported */
  clip-path: inset(50%);   /* Modern equivalent */
  border: 0;
  white-space: nowrap;      /* Prevent line breaks */
}


/* Random guide card overlay title */
.cbg-random-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.cbg-random-card-media img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.cbg-random-card-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 14px;
    background: linear-gradient(to top, rgba(0,0,0,0.75), rgba(0,0,0,0));
}

.cbg-random-card-title span {
    font-family: 'Luckiest Guy', sans-serif;
    font-size: 1.6rem;
    color: rgba(255,255,255,0.9);
    text-shadow: 2px 2px 6px rgba(0,0,0,0.8);
}
/* Wrapper enforces aspect ratio and clipping */
.cb-random-img-wrap {
    width: 100%;
    height: 220px;              /* Adjust to taste */
    overflow: hidden;
    border-radius: 12px;
}

/* Ensures the image fills and keeps aspect ratio */
.cb-random-img {
    width: 100%;
    height: 100%;
    object-fit: cover;          /* 🔥 Magic line */
    object-position: center;
    display: block;
}

/* Title Overlay */
.cb-random-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 18px;
    font-family: 'Luckiest Guy', sans-serif;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 2px 2px 6px #000;
    background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,0));
    border-radius: 0 0 12px 12px;
}



/* Ensure the whole card is clickable and styled */
.cb-random-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.cb-random-link {
    display: block;
    text-decoration: none;
}

/* Category slider: controls beneath, black chevrons */
.cb-cat-news .cb-hero-control {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 .5rem;
  opacity: 1;
}

.cb-cat-news .carousel-control-prev-icon,
.cb-cat-news .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
}

.cb-cat-news .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.cb-cat-news .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
/* --- Shared slider look (black carets beneath) --- */
.cb-news-slider .cb-hero-control {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 .5rem;
  opacity: 1;
}
.cb-news-slider .carousel-control-prev-icon,
.cb-news-slider .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
}
.cb-news-slider .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.cb-news-slider .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.cb-news-slider .carousel-indicators { position: static; margin: 0 .5rem; }
.cb-news-slider .carousel-indicators li { background-color: #000; }
.cb-news-slider .carousel-indicators .active { background-color: #333; }

/* --- Equal-height cards --- */
.cb-news-card { height: 100%; }
.cb-news-card .card-body { display: flex; flex-direction: column; }
.cb-news-card .btn { white-space: nowrap; }

/* Fixed image height + cover to normalize card heights */
.cb-news-card-img {
  display: block;
  width: 100%;
  height: 180px;            /* adjust to taste */
  object-fit: cover;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* Clamp excerpts to consistent height */
.cb-news-excerpt {
  --cb-lines: 4;            /* desktop default lines */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--cb-lines);
  overflow: hidden;
  line-height: 1.6;
  height: calc(var(--cb-lines) * 1.6em);
}

/* Clamp slider card titles too (prevents carousel height changes) */
.cb-news-card .card-title{
  font-family: 'Luckiest Guy', cursive;
  font-size: 1.35rem;
  color: #1f6f4a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.25;
  height: calc(2 * 1.25em);
}

/* Decade suffix styling */
.history-decade-s {
	font-family: 'Luckiest Guy', sans-serif;
    font-size: 0.6em;
    line-height: 1;
    display: inline-block;
    transform: translateY(0.0em);
    margin-left: 0.08em;
}

/* Breadcrumb suffix – smaller tweak, matches breadcrumb font better */
.history-decade-s-crumb {
  font-family: inherit;           /* use breadcrumb font (Raleway) */
  font-size: 0.8em;               /* slightly smaller than main text */
  line-height: 1;
  display: inline-block;
  transform: translateY(0em);  /* tiny drop so it hugs baseline */
  margin-left: 0.02em;             /* a bit of breathing room */
  letter-spacing: 0;
}

@media (max-width: 767.98px){
  .cb-news-card .card-title{ font-size: 1.2rem; }
}

/* Archive horizontal card headings (match the slider styling) */
.cb-hcard-title{ color:#1f6f4a; font-size:1.25rem; }

/* Latest page: hard-lock title/excerpt heights so the carousel doesn't "bounce" */
.cb-news-slider.cb-equalheight .cb-news-card .card-title{ -webkit-line-clamp: 2; height: calc(2 * 1.25em); }
.cb-news-slider.cb-equalheight .cb-news-excerpt{ --cb-lines: 4; height: calc(var(--cb-lines) * 1.6em); }

/* A slightly tighter (but still on-brand) title treatment on small screens */
@media (max-width: 575.98px){
  .cb-news-card .card-title{ font-size: 1.2rem; }
}

/* CB pagination – pill style */
.cb-pagination .pagination{
  gap: .4rem;
  width: 100%;
}
.cb-pagination .page-item .page-link{
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15);
  padding: .45rem .85rem;
  color: #000;
  background: rgba(255,255,255,.8);
}
.cb-pagination .page-item.active .page-link{
  background: #176942;
  border-color: #176942;
  color: #fff;
}
.cb-pagination .page-item:not(.disabled) .page-link:hover{
  background: rgba(0,0,0,.06);
}
.cb-pagination .page-item.disabled .page-link{
  opacity: .55;
}

/* Spread pagination to use the available width + keep our select tidy */
.cb-pagination .pagination{ justify-content: center; }
@media (min-width: 768px){
  .cb-pagination .pagination{ justify-content: space-between; }
}
.cb-pagination__select{
  min-width: 140px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15);
  padding: .35rem .75rem;
  background: rgba(255,255,255,.8);
}

/* Widget cards – consistent padding + tidy header */
.cb-bg-brand{ background-color: #298a5d !important; }
.cb-btn-brand{
  background-color: #298a5d;
  border-color: #298a5d;
  color: #fff;
}
.cb-btn-brand:hover, .cb-btn-brand:focus{
  background-color: #1f6f4a;
  border-color: #1f6f4a;
  color: #fff;
}
.cb-btn-brand:focus{ box-shadow: 0 0 0 .2rem rgba(41,138,93,.25); }
.cb-widget{ overflow:hidden; }
/* Style headers even if a widget outputs a non-standard header wrapper */
.cb-widget .cb-widget__header{
  padding: .55rem .85rem;
  border-bottom: 0;
}
.cb-widget .cb-widget__title{
  font-family: 'Luckiest Guy', sans-serif;
  font-size: 1.05rem;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cb-widget .cb-widget__body{ padding: .85rem; }
.cb-widget .list-group-item{ padding: .6rem .85rem; }
.cb-widget h1,.cb-widget h2,.cb-widget h3,.cb-widget h4,.cb-widget h5{
  margin: 0 0 .5rem !important;
}

/* Project Spotlight: full-bleed image card */
.widget_cb_project_spotlight .cb-widget__body{ padding:0; }
.widget_cb_project_spotlight .cb-random-card{
  border-radius: 0;
  box-shadow: none;
}
.widget_cb_project_spotlight .cb-random-title{ border-radius:0; }

/* Search (widget + theme searchform): square edges + on-brand button */
.cb-widget .cb-search .form-control,
.search-form .cb-search__input{
  border-radius: 0 !important;
}
.cb-widget .cb-search .btn,
.search-form .cb-search__btn{
  border-radius: 0 !important;
}

/* Clean, on-brand headings for news cards */
.cb-news-card .card-title,
.cb-hcard-title,
.card .card-title a{
  font-family: 'Luckiest Guy', sans-serif;
}
.cb-news-card .card-title{
  font-size: 1.25rem;
  line-height: 1.15;
  color: #1f6f4a;
}
.cb-hcard-title{
  font-size: 1.25rem;
  color: #1f6f4a;
}

/* Latest page: clamp title/excerpt so the carousel never "bounces" */
.cb-news-slider.cb-equalheight .card-title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(2 * 1.15em);
}
.cb-news-slider.cb-equalheight .cb-news-excerpt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
  height: calc(3 * 1.6em);
}

/* Archive alternating cards – clamp title/excerpt so heights match */
.cb-hcard-title{
  font-family: 'Luckiest Guy', cursive;
  margin: 0 0 .5rem !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.25;
  height: calc(2 * 1.25em);
}
.cb-hcard-excerpt{
  --cb-lines: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--cb-lines);
  overflow: hidden;
  line-height: 1.6;
  height: calc(var(--cb-lines) * 1.6em);
}

/* Tweak line clamp by breakpoint if needed */
@media (max-width: 1199.98px) { .cb-news-excerpt { --cb-lines: 5; } }
@media (max-width: 991.98px)  { .cb-news-excerpt { --cb-lines: 6; } }

/* Mobile: keep one item per slide (no extra tweaks needed since JS doesn't clone <768px) */

/* Indicators under the slider (black to match) */
.cb-cat-news .carousel-indicators {
  position: static;
  margin: 0 .5rem;
}
.cb-cat-news .carousel-indicators li { background-color: #000; }
.cb-cat-news .carousel-indicators .active { background-color: #333; }

/* --- Alternating image corner rounding for news cards --- */
.post-h-card .post-media {
  overflow: hidden;            /* actually clips the image */
  border-radius: 0;            /* reset */
}

/* Make sure the image fills and won’t distort the radius */
.post-h-card .post-h-card-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Archive/news horizontal cards: clamp title + excerpt so alternating cards stay uniform */
.cb-hcard-title{
  font-family: 'Luckiest Guy', cursive;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.25;
  height: calc(2 * 1.25em);
}
.cb-hcard-excerpt{
  --cb-lines: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--cb-lines);
  overflow: hidden;
  line-height: 1.6;
  height: calc(var(--cb-lines) * 1.6em);
}
@media (max-width: 991.98px){ .cb-hcard-excerpt{ --cb-lines: 5; } }
@media (max-width: 767.98px){ .cb-hcard-excerpt{ --cb-lines: 6; } }
/* Carousel controls beneath the slider (we're not using overlayed controls) */
#cbNewsHero .cb-hero-control {
  position: static;          /* don't overlay the carousel */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;            /* clickable area */
  height: 2.25rem;
  margin: 0 .5rem;
  opacity: 1;                /* ensure fully visible */
}

/* Make the caret icons black and nicely sized */
#cbNewsHero .carousel-control-prev-icon,
#cbNewsHero .carousel-control-next-icon {
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: center;
}

/* Override Bootstrap 4 white SVGs with black chevrons */
#cbNewsHero .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
#cbNewsHero .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}

/* Optional: tighten indicator spacing a bit when controls sit beside them */
#cbNewsHero .carousel-indicators {
  position: static;          /* keep under the slider */
  margin: 0 .5rem;
}
#cbNewsHero .carousel-indicators li {
  background-color: #000;    /* black dots to match the icons */
}
#cbNewsHero .carousel-indicators .active {
  background-color: #333;
}

/* Clamp the news excerpt so every card has the same height */
.post-h-card .card-body > p.mb-3 {
  --cb-lines: 4;                     /* default lines on large screens */
  display: -webkit-box;
  -webkit-line-clamp: var(--cb-lines);
  -webkit-box-orient: vertical;
  overflow: hidden;

  /* Non-WebKit fallback (keeps height consistent even if clamping isn't supported) */
  line-height: 1.6;
  max-height: calc(var(--cb-lines) * 1.6em);
}

/* Adjust lines per breakpoint so the *visual* height stays similar as column width changes */
@media (max-width: 1199.98px) {       /* lg → md */
  .post-h-card .card-body > p.mb-3 { --cb-lines: 5; }
}
@media (max-width: 991.98px) {        /* md → sm */
  .post-h-card .card-body > p.mb-3 { --cb-lines: 6; }
}
@media (max-width: 767.98px) {        /* stacked layout */
  .post-h-card .card-body > p.mb-3 { --cb-lines: 7; }
}

/* Desktop/tablet: round only the OUTER top corner */
.post-h-card.image-left  .post-media  { border-top-left-radius: 12px; border-bottom-left-radius: 12px; margin-left: -1px;}
.post-h-card.image-right .post-media  { border-top-right-radius: 12px; border-bottom-right-radius: 12px; margin-right: -1px;}

/* On small screens (stacked layout), round both top corners */
@media (max-width: 767.98px) {
  .post-h-card .post-media {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}

/* Hide webkit scrollbar */
::-webkit-scrollbar { display: none; }

/* Keep footer at the bottom on short pages */
main { flex: 1; }

/* Generic display util */
.ride { display: block; }
.card {border-radius: 12px !important; box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; border: 1px 0px 1px 1px solid #e2e4e7;}
.card-img-top {border-radius: 12px 12px 0px 0px !important;}
/* =========================================================
   TYPOGRAPHY
   ========================================================= */
h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.38rem;
  font-family: 'Luckiest Guy', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

/* H1 */
h1 {
  margin-top: 0;
  font-size: 4.209rem;
  color: #298a5d;
}
h1.attraction,
h1.carousel {
  color: #fff;
  text-align: center;
  position: relative;
  text-shadow: 5px 5px 10px #000;
}
h1.attraction { margin-top: 100px; }
h1.carousel { margin-top: -100px; }

h1.attraction a,
h1.carousel a {
  color: #fff;
  text-align: center;
  position: relative;
  text-shadow: 5px 5px 10px #000;
}
h1.attraction a:hover,
h1.carousel a:hover {
  text-decoration: none;
  text-shadow: 5px 5px 10px #298a5d;
}

h1.title {
  color: #fff;
  text-align: center;
  top: 100%;
  position: relative;
  text-shadow: 5px 5px 10px #000;
}

/* H2 */
h2 { font-size: 3.157rem; color: #298a5d; }
h2.h1 { margin-top: 0; font-size: 2.5rem; color: #298a5d; }
h2.title,
h2.information,
h2.news,
h2.rides-attractions,
h2.animals,
h2.food-drink,
h2.media-tab,
h2.photos,
h2.video,
h2.history {
  font-size: 2.6em;
  color: #298a5d;
  margin: 0 0 15px;
}
h2.latest-news { color: #176942; text-align: center; margin: 20px 0; }

/* H3–H5 */
h3 { font-size: 2.369rem; color: #298a5d; }
h3.photos,
h3.video,
h3.construction,
h3.planning { color: #176942; }
h4 { font-size: 1.777rem; color: #298a5d; }
h4.menu-title { color: #fff; }
h5 { font-size: 1.333rem; color: #298a5d; }
h6 {}
/* Body text */
p { margin-bottom: 1rem; }
p.area,
p.food-and-drink { font-size: 90%; text-align: left; }
p.tagline,
p.blurb {
  text-align: center;
  margin: 0 auto 20px;
  width: 75%;
}
div.shrink { font-size: 90%; }
small, .text_small { font-size: .75rem; }

/* Blockquotes */
blockquote {
  display: block;
  border-width: 2px 0;
  border-style: solid;
  border-color: #176942;
  padding: 1.5em 0 .5em;
  margin: 1.5em 0;
  position: relative;
}
blockquote p {
  margin: 0 0 10px 0;
  text-align: center;
  font-style: italic;
}
blockquote.page:before,
blockquote:before {
  content: '\201C';
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 3rem;
  height: 2rem;
  font: 600%/1.08 'PT Sans', sans-serif;
  color: #176942;
  text-align: center;
}
blockquote cite {
  display: block;
  text-align: right;
  font-size: .875em;
  color: #176942;
}

/* Lists */
ul.restaurants { list-style: none; padding: 0; text-align: left; }
ul.info { list-style: none; margin: 0 0 0 -30px; font-size: 90%; }
li.update { margin-bottom: 10px; }
li.update span { font-weight: 700; color: #aa2e2e; }

/* =========================================================
   LINKS
   ========================================================= */
a { text-decoration: none; color: #176942; }
a:hover { text-decoration: underline; color: #176942; }
a.img, a.event { opacity: 1; }
a.img:hover, a.event:hover { opacity: .8; }
p.fact a { color: #000; text-decoration: underline; }
p.fact a:hover { color: #176942; text-decoration: none; }
.nav-link { color: #298a5d; }

/* =========================================================
   IMAGES / MEDIA & BANNERS
   ========================================================= */
p.lead {
  color: #fff;
  text-align: center;
  text-shadow: 5px 5px 10px #000;
  width: 600px;
  margin: 0 auto;
}

.jumbotron.banner {
    height: 500px;                /* fixed height */
    background: #fff;
    border-bottom: 10px solid #fff;
    display: flex;                /* flexbox only on the parent */
    align-items: center;
    justify-content: center;
    text-align: center;
}

.jumbotron.banner h1 {
    margin: 0;
    color: #fff;
    text-shadow: 5px 5px 10px #000;
	margin-top: -100px;
}


img.menu-image { width: 100%; }

img.main-news {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
img.main-news:hover { opacity: .8; }

img.history-head,
img.project-head,
img.attractions-head,
img.land-head,
img.guide-head,
img.food-and-drink-head,
img.projects-head {
  width: 100%;
  opacity: 1;
}
img.history-head:hover,
img.project-head:hover,
img.attractions-head:hover,
img.land-head:hover,
img.guide-head:hover,
img.food-and-drink-head:hover,
img.projects-head:hover { opacity: .8; }
.post-h-card-img {width:100%;}
footer img.logo { opacity: 1; }
footer img.logo:hover { opacity: .8; }

img.amazon-banner { width: 100%; margin-bottom: 15px; opacity: 1; }
img.amazon-banner:hover { opacity: .8; }

.logo { width: 100%; margin: 10px; }
.attraction-logo { width: 100%; }

/* =========================================================
   NAVIGATION: TABS & PILLS (incl. dropdown month)
   ========================================================= */
/* Mobile: icons on all tabs; text only on the active tab */
@media (max-width: 575.98px) { /* Bootstrap's sm breakpoint */
  .nav-tabs .nav-link .tab-text { 
    display: none;
  }
  .nav-tabs .nav-link.active .tab-text {
    display: inline;
	margin-left: .5rem;
  }

  /* Tighten icon spacing when text is hidden */
  .nav-tabs .nav-link i { margin-right: 0;}
  .nav-tabs .nav-link.active i { margin-right: .5rem; } /* similar to .mr-2 */
}

/* Base: hide tab text on small screens; show only for active */
.nav-tabs .nav-link .tab-text { display: none; margin-left: 0.5rem;}
.nav-tabs .nav-link.active .tab-text { display: inline;}

/* Icon spacing default */
.nav-tabs .nav-link i { margin-right: 0; }

/* Nav-pills dropdown styled like full-width tab */
.nav-pills .nav-item.dropdown > .nav-link {
  width: 100%;
  text-align: left;
}

/* Make dropdown look polished */
.nav-pills .dropdown-menu {
  border: none;
  border-radius: .25rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
  overflow: hidden;
}
.nav-pills .dropdown-item {
  padding: .5rem .75rem;
  text-align: center; /* match centered tabs */
}
.nav-pills .dropdown-item.active,
.nav-pills .dropdown-item:active {
  color: #fff;
  background-color: #298a5d;  /* match active pill (red) */
}
.nav-pills .dropdown-toggle.active {
  color: #fff;
  background-color: #298a5d;  /* active month looks like active tab */
}

/* Center month text & reserve space for caret */
.nav-pills .nav-item.dropdown > .nav-link.dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  padding-right: 2rem; /* room for caret */
}

/* Hide Bootstrap's caret and position FA caret */
.nav-pills .dropdown-toggle::after { display: none !important; }
.nav-pills .nav-item.dropdown > .nav-link .fa-caret-down {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* =========================================================
   SHOWS GALLERY (scoped)
   ========================================================= */
.shows-gallery .shows-nav {
  list-style: none;
  padding-left: 0;
}
.shows-gallery .shows-nav .nav-year {
  font-weight: 700;
  text-align: center;
  margin: .5rem 0;
  color: #555;
}
.shows-gallery .shows-pane { display: none; }
.shows-gallery .shows-pane.show.active { display: block; }

/* =========================================================
   MASONRY GALLERY (CSS-ONLY)
   ========================================================= */
.masonry-gallery {
  --cols: 4;   /* desktop columns */
  --gap: 16px; /* item spacing */
  columns: var(--cols);
  column-gap: var(--gap);
  width: 100%;
}
.masonry-gallery .grid-sizer { display: none; }
.masonry-gallery .grid-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  display: inline-block;
  width: 100%;
  margin: 0 0 var(--gap);
}
.masonry-gallery a { display: block; }
.masonry-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  opacity: 1;
}
.masonry-gallery img:hover { opacity: .8; }

/* =========================================================
   CONTENT BLOCKS
   ========================================================= */
.content {
  background: #FEFFFF;
  margin: 20px 0;
  padding: 15px 0 0;
  border-radius: 24px;
  border: 1px solid #e2e4e7;
  border-top-style: none;
min-height: 200px;
}
.content .banner { margin: 0 0 15px; width: 100%; }
.content article {}
.content article.home {
  min-height: 200px;
  max-height: 200px;
  font-size: 14px;
  padding: 15px 10px 10px;
  background: #d8e9ea;
}
.content header { background: transparent; }
.content header h2 { color: #fff; position: relative; }
.content header h2 a,
.content header h2 a.nohover {
  color: #fff;
  background: #528693;
  padding: 5px 10px;
  margin: 0 15px;
  display: inline-block;
  text-decoration: none;
}
.content header h2 a.nohover { margin: 0; }
.content header h2 a:hover { background: #5b5853; text-decoration: none; }

.content footer {
  background: transparent;
  color: #333;
  border-top: 1px dotted #528693;
  padding: 10px 0;
  margin: 0 0 -25px 0;
  font-weight: 300;
}
.content footer a { color: #333; text-decoration: underline; }
.content footer a:hover { color: #528693; text-decoration: none; }

/* Themed blocks */
.content .area,
.content .attraction,
.content .food { text-align: center; }

.content .area img,
.content img.page-icon,
.content .attraction img,
.content .food img {
  width: 100%;
  opacity: 1;
  border-radius: 5%;
  object-fit: cover;
}
.content .area img:hover,
.content img.page-icon:hover,
.content .attraction img:hover,
.content .food img:hover { opacity: .8; }

.food-banner { width: 100%; margin: 0 0 15px; }
.content .food h4 a { color: #AA2E2E; text-decoration: none; }
.content .food h4 a:hover { color: #AA2E2E; text-decoration: underline; }

.content .feature { margin: 15px 0; }

.container .audio { padding: 20px 10px; }
.container .audio p.sound {
  display: inline;
  margin: 20px;
  line-height: 40px;
}

/* Hover Box */
.hvrbox, .hvrbox * { box-sizing: border-box; }
.hvrbox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.hvrbox img { max-width: 100%; opacity: 1; }
.hvrbox .hvrbox-layer_top {
  opacity: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  color: #fff;
  padding: 15px;
  transition: all .4s ease-in-out;
}
.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top { opacity: .8; }
.hvrbox .hvrbox-text {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hvrbox .hvrbox-text_mobile {
  font-size: 15px;
  border-top: 1px solid rgba(179,179,179,.7);
  margin-top: 5px;
  padding-top: 2px;
  display: none;
}
.hvrbox.active .hvrbox-text_mobile { display: block; }

/* Page overlay icon */
.icon {
  mask-image: linear-gradient(to left, #D8E9EA 30%, transparent);
  -webkit-mask-image: linear-gradient(to left, #D8E9EA 30%, transparent);
  position: relative;
  top: -66px;
  left: 26px;
  opacity: 1;
  height: auto;
  max-width: 200px;
}
.icon:hover { opacity: .8; }

/* =========================================================
   SIDEBAR (tiles, blocks, facilities)
   ========================================================= */

/* Sidebar tiles */
.cb-sidebar-tiles {
  border-radius: 4px;
  overflow: hidden;
}
.cb-sidebar-tiles .cb-tile {
  display: block;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.cb-sidebar-tiles .cb-tile + .cb-tile { margin-top: 15px; }
.cb-sidebar-tiles .cb-tile .cb-tile-img {
  display: block;
  width: 100%;
  height: 225px;
  background-size: cover;
  background-position: center;
}
.cb-sidebar-tiles .cb-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.55) 100%);
  pointer-events: none;
  transition: background .2s ease;
}
.cb-sidebar-tiles .cb-tile:hover::after {
  background: linear-gradient(180deg, rgba(0,0,0,.05) 35%, rgba(0,0,0,.65) 100%);
}
.cb-sidebar-tiles .cb-tile .cb-tile-overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  z-index: 1;
  text-shadow: 0 2px 10px rgba(0,0,0,.75), 0 0 1px rgba(0,0,0,.4);
}

/* Facilities text snippets */
p.title {
  font-weight: bold;
  color: #298a5d;
  margin: 15px 0 0;
  padding: 0;
}
p.info {
  margin: 0;
  padding: 0;
  font-size: 90%;
}

/* Sidebar blocks */
.sidebar { margin: 0; }
.sidebar .block {
  margin: 0 0 15px;
  padding: 15px 10px 10px;
  background: #f3f3f3;
  border-radius: 10px;
}
.sidebar .block p {
  margin: 10px 0 0;
  text-align: left;
  line-height: 1.3;
}
.sidebar .block span { font-weight: 700; color: #298a5d; }
.sidebar .block .timeline { text-align: center; }
.sidebar .block h4 {
  color: #fff;
  font-weight: 100;
  text-shadow: none;
  border: 1px solid #35ab52;
  background: #35ab52;
  margin: -15px -10px 0;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.sidebar .block a { color: #528693; text-decoration: none; }
.sidebar .block a:hover { color: #AA2E2E; text-decoration: none; }
.sidebar .block ul { margin: 15px 0 0 -20px; }
.ride-logo { width: 100%; }
.random-attraction { width: 100%; opacity: 1; margin: 0 0 15px; }
.random-attraction:hover { opacity: .8; }

/* =========================================================
   MENU / NAV (MEGA & OFFCANVAS)
   ========================================================= */
.dropdown-menu {
  border-radius: 0 0 10px 10px;
  max-width: 1110px;
  margin: 0 auto;
  padding: 15px;
}

.product-heading {
  color: #fff;
  font-size: 18px;
  border-bottom: 2px solid rgba(0,0,0,.4);
  padding-bottom: 5px;
  margin: 15px 0;
}

.section-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
.section-heading::after {
  background-color: #AA2E2E;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  position: absolute;
  width: 70px;
  margin: 0 auto;
}

.section { padding: 80px 0; }

.button {
  background-color: #fff;
  border-radius: 40px;
  border: 2px solid #fff;
  color: #1c1c1c;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  padding: 10px 40px;
  transition: .3s linear all;
}
.button:hover {
  background-color: #AA2E2E;
  color: #fff;
  transition: .3s linear all;
}

.main-wrapper {
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.main-wrapper::after {
  content: "";
  background-color: rgba(0,0,0,.55);
  position: absolute;
  inset: 0;
}
.main-wrapper .content-wrapper {
  position: absolute;
  inset: 0;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.main-wrapper .content-wrapper h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}
.main-wrapper .content-wrapper p { font-size: 18px; margin: 20px 0 30px; }

.mega-offcanvas {
  background-color: #fff;
  position: absolute;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 250px;
  box-shadow: 2px 3px 10px rgba(0,0,0,.22);
  transition: .3s cubic-bezier(.25,.46,.45,.94);
  z-index: 99;
}
.mega-offcanvas.active {
  right: 0;
  transition: .3s cubic-bezier(.25,.46,.45,.94);
}
.mega-offcanvas ul { margin: 0; }
.mega-offcanvas ul li { border-bottom: 1px solid #ddd; }
.mega-offcanvas ul li a { padding: 10px 15px; display: block; color: #333; }
.mega-offcanvas ul li a:hover { background-color: rgba(0,0,0,.1); color: #333; }
.mega-offcanvas .off-canvas-close {
  background-color: #AA2E2E;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  left: -30px;
  text-align: center;
}

.search-wrapper {
  position: relative;
  z-index: 9;
  background-color: #AA2E2E;
  padding: 15px 0;
  display: none;
}
.search-wrapper #search-close {
  color: #fff;
  font-size: 21px;
  margin-left: 20px;
  line-height: 38px;
  cursor: pointer;
}
.search-wrapper .input-group-text { cursor: pointer; }
.search-wrapper .form-control,
.search-wrapper .input-group-text {
  background-color: transparent;
  border: none;
  color: #fff;
}
.search-wrapper .form-control:focus,
.search-wrapper .input-group-text:focus { box-shadow: none; }
.search-wrapper ::-webkit-input-placeholder,
.search-wrapper ::-moz-placeholder,
.search-wrapper :-ms-input-placeholder,
.search-wrapper :-moz-placeholder { color: #fff; }

.main-menu {
  background: #176942;
  color: #F5F5F5;
  z-index: 9;
}
.main-menu a { color: #fff; text-decoration: none; }
.main-menu a:hover { color: #fff; text-decoration: none; }

.main-menu .dropdown-menu.active { display: block; }
.main-menu .dropdown-menu.active.show { display: none; } /* override odd bootstrap state */
.main-menu .navbar-toggler:focus { outline: 0; box-shadow: none; }

.main-menu .offcanvas-navbar .nav-item .nav-link { padding: 13px 15px !important; }
.main-menu .offcanvas-navbar .cart-quantity {
  position: absolute;
  top: 3px;
  right: 0;
  font-size: 13px;
}
.main-menu .offcanvas-navbar .dropdown-menu {
  left: auto;
  right: 0;
  width: 230px;
  padding: 0;
}
.main-menu .offcanvas-navbar .dropdown-menu li {
  border-bottom: 1px solid rgba(0,0,0,.2);
  padding: 14px;
}
.main-menu .offcanvas-navbar .cart-image { width: 60px; float: left; margin-right: 10px; }
.main-menu .offcanvas-navbar .cart-content { float: left; width: calc(100% - 70px); }
.main-menu .offcanvas-navbar .cart-content h6 { margin-bottom: 0; }
.main-menu .offcanvas-navbar .dropdown-toggle::after { display: none; }

.main-menu .price { font-weight: 700; font-size: 18px; color: #7AA93C; }

.main-menu .product-dropdown-list li a {
  display: block;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px dotted rgba(0,0,0,.2);
}
.main-menu .product-dropdown-list li a:hover {
  background: rgba(0,0,0,.2);
  border-bottom: 1px dotted rgba(0,0,0,.4);
}
.main-menu .product-dropdown-list li:last-child a { border-bottom: none; }

.main-menu .dropdown-item {
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid rgba(0,0,0,.2);
}
.main-menu .dropdown-item:focus,
.main-menu .dropdown-item:hover { background-color: rgba(0,0,0,.2); color: #fff; }

.main-menu .carousel-control-next,
.main-menu .carousel-control-prev { opacity: 1; color: #fff; }
.main-menu .carousel-control-next:hover,
.main-menu .carousel-control-prev:hover { background-color: transparent !important; }
.main-menu .carousel { padding-bottom: 10px; }
.main-menu .dropdown-heading { padding-top: 10px; }

.main-menu .navbar-brand {
  font-family: 'Luckiest Guy', cursive;
  font-weight: 500;
  text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
  font-size: 24px;
  color: #fff;
}
.main-menu .iconbar { color: #fff; }

.main-menu .product-dropdown-menu .product-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.main-menu .product-dropdown-menu ul li { border-bottom: 1px solid rgba(0,0,0,.2); }
.main-menu .product-dropdown-menu ul li:last-child { border-bottom: none; }
.main-menu .product-dropdown-menu ul li a { padding: 10px; display: block; }
.main-menu .product-dropdown-menu ul li a:hover { background-color: rgba(0,0,0,.2); color: #fff; }

.main-menu .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 13px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.main-menu .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
  background-color: #298a5d;
}

.main-menu .dropdown-menu {
  border: none;
  background-color: #AA2E2E !important;
  font-size: 14px;
}
.main-menu .dropdown-menu .nav-item .nav-link { color: #fff; padding: 6px 0; }

.feature-column { font-size: 14px; }
.feature-column .icon {
  background-color: #265196;
  border-radius: 50%;
  box-shadow: 4px 3px 26px rgba(0,0,0,.22);
  color: #fff;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  width: 60px;
}
.feature-column h3 { font-size: 18px; margin: 30px 0 20px; font-weight: 600; }

/* =========================================================
   SOCIAL BUTTONS
   ========================================================= */
.facebook,
.twitter,
.instagram,
.youtube,
.tiktok {
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 25px;
  color: #fff;
  opacity: 1;
}
.facebook { background-color: #465993; border-color: #465993; }
.twitter  { background-color: #76a9ea; border-color: #76a9ea; }
.instagram{ background-color: #c5206f; border-color: #c5206f; }
.youtube  { background-color: #f51c0d; border-color: #f51c0d; } /* fixed hex */
.tiktok   { background-color: #000;    border-color: #000; }

.facebook:hover,
.twitter:hover,
.instagram:hover,
.youtube:hover,
.tiktok:hover { opacity: .8; }

/* =========================================================
   FOOTER
   ========================================================= */
footer {
  background: #176942;
  color: #FFF;
  font-size: 90%;
  border-top: 1px solid rgba(0,0,0,.3);
}
footer ul {
  margin: 0 -20px;
  list-style: none;
  padding: 5px;
}
footer ul li a {
  background: rgba(0,0,0,.05);
  display: block;
  margin: 3px;
  padding: 5px 5px 5px 10px;
  color: #FFF;
  text-decoration: none;
}
footer ul li a:hover {
  background: rgba(0,0,0,.4);
  color: #FFF;
  text-decoration: none;
}
footer a { color: #FFF; text-decoration: none; }
footer a:hover { color: #FFF; }
footer h4 { margin: 20px 0 5px; color: #fff; }
footer hr { border-top: 1px solid rgba(0,0,0,.3); margin: 10px; }

/* =========================================================
   UTILITIES / MISC
   ========================================================= */
.mt-n200 { margin: -200px auto auto; }
.last { margin-bottom: 15px; }
.grecaptcha-badge { visibility: hidden; }
.latest-news {
  border-radius: 5px 5px 0 0;
  margin: -1px 0 -10px 0;
}
.buzz-nav {
  font-size: 1.75rem;
  font-family: 'Luckiest Guy', sans-serif;
  font-weight: 400;
}

/* =========================================================
   MEDIA QUERIES (grouped)
   ========================================================= */

/* ≤1200px: Masonry columns */
@media (max-width: 1200px) {
  .masonry-gallery { --cols: 3; }
}

/* ≤992px: Mobile nav & general scaling */
@media (max-width: 992px) {
  .content article.home { max-height: none; }
  .icon { display: none; }
  h2 { font-size: 1.5em; }

  #navbarSupportedContent {
    position: absolute;
    top: 49px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    left: -20px;
    right: -20px;
    height: 80vh !important;
    overflow-y: auto;
  }

  .main-menu .navbar-container { justify-content: flex-start; position: relative; }
  .main-menu .offcanvas-navbar { position: absolute; right: 0; top: -3px; flex-direction: unset; }
  .main-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
  }
  .main-menu .navbar-collapse .navbar-nav .nav-item .nav-link:last-child { border-bottom: none; }

  .main-wrapper .content-wrapper h1 { font-size: 30px; }
  .main-wrapper .content-wrapper p { font-size: 16px; }
}

/* ≥992px: Tabs show text, desktop dropdown behavior */
@media (min-width: 992px) {
  /* Tabs: show text for all links from lg and up */
  .nav-tabs .nav-link .tab-text { display: inline; margin-left: .5rem;}

  /* Navbar dropdown hover behavior */
  .navbar { padding-top: 0; padding-bottom: 0; }
  h2 { font-size: 2em; }

  .navbar .dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 2px 3px 10px rgba(0,0,0,.22);
    display: block;
    left: 0;
    right: 0;
    top: 96%;
    transform-origin: 0 0;
    transform: rotateY(75deg);
    transition: .3s linear all;
    opacity: 0;
    visibility: hidden;
    width: 100%;
  }
  .navbar .dropdown { position: static; }
  .navbar .dropdown:hover > .dropdown-menu {
    opacity: 1;
    transform: none;
    transition: .3s linear all;
    visibility: visible;
  }
  .navbar .dropdown-submenu { position: relative; }
  .navbar .dropdown-submenu .dropdown-menu { left: 100%; top: 0; transform: none; }
  .navbar .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s linear all;
  }
}

/* ≤900px: Masonry columns */
@media (max-width: 900px) {
  .masonry-gallery { --cols: 2; }
}

/* ≤767.98px: Mobile tabs labels + icon spacing */
@media (max-width: 767.98px) {
  .nav-tabs .nav-link.active i { margin-right: 0.5rem; }
  .nav-tabs .nav-link .tab-label { display: none; }
  .nav-tabs .nav-link.active .tab-label { display: inline; }
}

/* ≥768px: Tab icon spacing + labels always shown */
@media (min-width: 768px) {
  .nav-tabs .nav-link i { margin-right: 0.5rem; }
  .nav-tabs .nav-link .tab-label { display: inline; }
}

/* ≤767px: Product headings collapse behavior */
@media (max-width: 767px) {
  .main-menu .product-heading,
  .main-menu .shop-heading {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
  }
  .main-menu .product-heading:after,
  .main-menu .shop-heading:after {
    content: "\f107";
    float: right;
    font-family: fontawesome;
    line-height: 30px;
    position: absolute;
    right: 0;
  }
  .main-menu .product-dropdown-list,
  .main-menu .shop-dropdown-list { display: none; }
  .main-menu .product-dropdown-list.active,
  .main-menu .shop-dropdown-list.active {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .main-menu .product-dropdown-list a,
  .main-menu .shop-dropdown-list a { cursor: pointer; }
  .main-menu .product-dropdown-menu .product-heading {
    font-size: 14px;
    font-weight: 400;
  }
}

/* ≤576px: Small phones */
@media (max-width: 576px) {
  p { line-height: 30px; font-size: 120%; }
  .card-title { margin-top: 15px; }
  .content article.home { max-height: none; }
  .icon { display: none; }
  h2 { font-size: 1.4em; }
  .section { padding: 50px 0; }
  .section-heading { font-size: 27px; margin-bottom: 20px; }
  .button { padding: 6px 30px; font-size: 14px; }
}

/* ≤560px: Masonry single column */
@media (max-width: 560px) {
  .masonry-gallery { --cols: 1; }
}

/* ============================================================================
 * Social buttons (theme coloured)
 * ==========================================================================*/
.cb-social-btn {
  color: #fff !important;
  background: #176942 !important;
  border: 0;
  font-weight: 600;
  transition: background-color .18s ease, transform .18s ease;
}
.cb-social-btn:hover,
.cb-social-btn:focus {
  background: #0f4e30 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Back-compat classes (now theme coloured) */
.cb-social-btn--facebook,
.cb-social-btn--x,
.cb-social-btn--instagram,
.cb-social-btn--threads,
.cb-social-btn--youtube,
.cb-social-btn--tiktok { background-color: #176942 !important; background-image: none !important; }

/* Quick nav list */
.cb-quick-nav li + li { margin-top: .35rem; }
.cb-quick-nav__link{
  display:block;
  padding:.5rem .6rem;
  background: rgba(0,0,0,.04);
  border-radius: .5rem;
  color:#000;
  text-decoration:none;
}
.cb-quick-nav__link:hover{
  background: rgba(0,0,0,.08);
  text-decoration:none;
  color:#000;
}

/* Pagination – pill style */
.cb-pagination .pagination{ gap:.35rem; }
.cb-pagination .page-link{
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.15);
  padding: .45rem .8rem;
  color:#000;
  background:#fff;
}
.cb-pagination .page-item.active .page-link{
  background:#176942;
  border-color:#176942;
  color:#fff;
}
.cb-pagination .page-item.disabled .page-link{ opacity:.55; }
.cb-pagination .page-link:hover{ background: rgba(23,105,66,.12); }

/* Clamp slider titles to reduce height shift */
.cb-news-card .card-title{
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow:hidden;
  line-height:1.2;
  max-height: calc(2 * 1.2em);
}


/* Home Featured panel links */
.cb-home-featured .card{border-radius:12px; overflow:hidden;}
.cb-featured-link{display:flex; width:100%; color:inherit; text-decoration:none; background:#fff;}
.cb-featured-link:hover{background:#f3f7f6; text-decoration:none;}
.cb-featured-title{font-weight:700;}
.cb-featured-arrow{opacity:.6;}
.cb-featured-link:hover .cb-featured-arrow{opacity:1;}


/* Projects archive – equal-height cards + 2-line excerpts */
.chzbpp-project-card {
  margin-bottom: 1rem;
}

.chzbpp-project-card .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.chzbpp-project-card .card-body {
  display: flex;
  flex-direction: column;
}

.chzbpp-project-card .project-card {
  flex: 1 1 auto;
}

.chzbpp-project-card .project-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;     /* show only 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-status-icon {
	line-height: 1;
	display: flex;
	align-items: center;
}

