/*
Theme Name: America Advisor
Theme URI: https://www.citiescaterers.com/
Author: Bikash Mahto
Description: An original editorial WordPress theme for catering, event services, menu-planning guides, and buying-advice publications.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: caterers-advisor
Tags: blog, news, custom-logo, featured-images, grid-layout, one-column, two-columns, right-sidebar
*/

:root {

  --hf-ink: #151413;
  --hf-muted: #5c5b57;
  --hf-soft: #f6f1e9;
  --hf-paper: #fffdfa;
  --hf-line: #ded8cc;
  --hf-green: #115a4a;
  --hf-clay: #a3442b;
  --hf-gold: #c58b25;
  --hf-blue: #4f7f8b;
  --hf-black: #0f0f0f;
  --ca-primary: #1a73e8;
  --ca-primary-hover: #1557b0;
  --ca-text-main: #1f2937;
  --ca-text-light: #4b5563;
  --ca-text-muted: #6b7280;
  --ca-border: #e5e7eb;
  --ca-bg-light: #f9fafb;
  --hf-radius: 8px;
  --hf-shadow: 0 16px 40px rgba(20, 20, 20, 0.08);
  --hf-max: 1180px;
  --hf-serif: Georgia, "Times New Roman", serif;
  --hf-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--hf-paper);
  color: var(--hf-ink);
  font-family: var(--hf-sans);
  font-size: 18px;
  line-height: 1.4;
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--hf-clay);
}

button,
input,
select,
textarea {
  font: inherit;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  display: inline-flex;
  padding: 10px 14px;
  background: var(--hf-black);
  color: #fff;
  border-radius: var(--hf-radius);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--hf-paper);
  border-bottom: 1px solid var(--hf-line);
}

.utility-bar {
  background: var(--hf-black);
  color: #fff;
  font-size: 0.78rem;
}

.utility-bar__inner,
.masthead__inner,
.topic-nav__inner,
.site-footer__inner,
.section-inner {
  width: min(var(--hf-max), calc(100% - 10px));
  margin-inline: auto;
}

.utility-bar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.utility-bar a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.join {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 8px 16px;
  align-items: center;
  background: #a3442b;
  cursor: pointer;
}
.recommendations {
  display: flex;
  flex-direction: row;
  gap: 4px;
  padding: 8px 16px;
  align-items: center;
  cursor: pointer;
}

.masthead {
  background: var(--hf-paper);
}

.masthead__inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  justify-items: end;
}

.site-branding {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  max-height: 58px;
  width: auto;
}

.site-title {
  color: var(--hf-black);
  font-family: var(--hf-serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-title__accent {
  color: var(--hf-clay);
  font-family: var(--hf-serif);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.primary-navigation {
  justify-self: auto;
}

.primary-navigation .menu > li {
  display: flex;
  align-items: center;
  min-height: 78px;
  border-right: 1px solid var(--hf-line);
}

.primary-navigation .menu > li:not(:last-child) > a {
  border-right: 1px solid var(--hf-line);
  padding-right: 20px;
}

.primary-navigation .menu > li:not(:last-child) {
  position: relative;
}

.primary-navigation .menu > li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: var(--hf-line);
}

.primary-navigation .menu > li {
  border-right: none;
}

.primary-navigation ul,
.footer-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.primary-navigation a,
.footer-menu a {
  color: var(--hf-ink);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.primary-navigation .menu > .menu-item-has-children > a,
.primary-navigation .menu > .page_item_has_children > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.primary-navigation .menu > .menu-item-has-children > a::after,
.primary-navigation .menu > .page_item_has_children > a::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.primary-navigation a:hover,
.primary-navigation a:focus,
.footer-menu a:hover,
.footer-menu a:focus {
  color: var(--hf-clay);
}

.primary-navigation .sub-menu,
.primary-navigation .children {
  position: absolute;
  top: 100%;
  left: 0;
  border-left: 1px solid;
  z-index: 120;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px 22px;
  width: 100%;
  padding: 14px max(14px, calc((100vw - var(--hf-max)) / 2));
  margin: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid var(--hf-line);
  border-bottom: 1px solid var(--hf-line);
  box-shadow: var(--hf-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  visibility: hidden;
}

.primary-navigation .sub-menu .sub-menu,
.primary-navigation .children .children {
  position: static;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  width: auto;
  padding: 8px 0 0 14px;
  border: 0;
  box-shadow: none;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  visibility: visible;
}

.primary-navigation .menu > .menu-item-has-children:hover > .sub-menu,
.primary-navigation .menu > .menu-item-has-children:focus-within > .sub-menu,
.primary-navigation .menu > .page_item_has_children:hover > .children,
.primary-navigation .menu > .page_item_has_children:focus-within > .children {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.primary-navigation .sub-menu li,
.primary-navigation .children li {
  min-width: 0;
  border-left: 1px solid var(--hf-line);
  padding: 0rem 1.8rem;
}

.primary-navigation .sub-menu a,
.primary-navigation .children a {
  display: block;
  padding: 10px 0;
  color: var(--hf-ink);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
}

.primary-navigation .sub-menu .sub-menu a,
.primary-navigation .children .children a {
  color: var(--hf-muted);
  font-size: 0.84rem;
  font-weight: 750;
}

.submenu-toggle {
  display: none;
}

@media (max-width: 1060px) {
  .primary-navigation .menu > .menu-item-has-children > a::after,
  .primary-navigation .menu > .page_item_has_children > a::after {
    content: none;
  }
  .primary-navigation li.menu-item-has-children,
  .primary-navigation li.page_item_has_children {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 0 8px;
    align-items: center;
  }

  .primary-navigation li.menu-item-has-children > a,
  .primary-navigation li.page_item_has_children > a {
    grid-column: 1;
  }

  .primary-navigation .submenu-toggle {
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ded8cc;
    border-radius: 999px;
    background: #fffdfa;
    color: #151413;
    cursor: pointer;
  }

  .primary-navigation .submenu-toggle::before {
    width: 6px;
    height: 6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: rotate(45deg) translateY(-2px);
  }

  .primary-navigation .submenu-toggle[aria-expanded="true"]::before {
    transform: rotate(225deg);
  }

  .primary-navigation .sub-menu,
  .primary-navigation .children {
    display: none !important;
    grid-column: 1 / -1;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    width: auto !important;
    padding: 6px 12px !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .primary-navigation .is-submenu-open > .sub-menu,
  .primary-navigation .is-submenu-open > .children {
    display: grid !important;
  }
}
.header-search {
  display: flex;
  align-items: center;
  width: min(260px, 24vw);
  border: 1px solid var(--hf-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.header-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  padding: 9px 4px 9px 14px;
  background: transparent;
}

.header-search button,
.search-form button {
  border: 0;
  background: var(--hf-clay);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 10px 14px;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--hf-line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 18px;
  height: 2px;
  margin-inline: auto;
  background: var(--hf-ink);
  content: "";
}

.menu-toggle span::before {
  transform: translateY(-6px);
}

.menu-toggle span::after {
  transform: translateY(4px);
}

.topic-nav {
  border-top: 1px solid var(--hf-line);
  background: #fff;
}

.topic-nav__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  overflow-x: auto;
}

.topic-nav__label {
  flex: 0 0 auto;
  color: var(--hf-clay);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.topic-nav a {
  flex: 0 0 auto;
  color: var(--hf-ink);
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.topic-nav a:hover,
.topic-nav a:focus {
  color: var(--hf-clay);
}

.home-hero {
  background: var(--hf-soft);
  border-bottom: 1px solid var(--hf-line);
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 48px;
  align-items: end;
  padding: clamp(40px, 0vw, 40px) 0;
}

.eyebrow {
  gap: 4px;
  margin: 0 0 12px;
  color: var(--hf-clay);
  font-size: 1.2rem;
  font-weight: 900;
  display: flex;
  align-items: flex-start;
  text-transform: uppercase;
}

.home-hero h1,
.page-title,
.entry-title {
  margin: 0;
  color: var(--hf-black);
  font-family: var(--hf-serif);
  font-weight: 700;
  line-height: 1.04;
}

.home-hero h1 {
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  max-width: 720px;
}

.home-hero__intro {
  max-width: 630px;
  margin: 20px 0 0;
  color: #393632;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}
.top-agencies {
  padding: 16px;
  border-radius: var(--hf-radius);
  background: rgba(255, 253, 250, 0.94);
  border: 1px solid rgba(21, 20, 19, 0.08);
}
.top-agencies-title {
  margin: 8px 0 8px;
  font-family: var(--hf-serif);
  font-size: 1.35rem;
  line-height: 1.12;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--hf-line);
}
.top-agencies-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.top-agencies-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--hf-muted);
  font-weight: 700;
}

.top-agencies-list li::before {
  width: 9px;
  height: 9px;
  margin-top: 9px;
  border-radius: 8px;
  background: var(--hf-gold);
  content: "";
}
.proof-list {
  display: grid;
  gap: 8px;
  padding: 0;
  grid-template-columns: minmax(0, 1.6fr) minmax(0px, 1.6fr);
  margin: 28px 0 0;
  list-style: none;
}

.proof-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--hf-muted);
  font-weight: 700;
}

.proof-list li::before {
  width: 9px;
  height: 9px;
  margin-top: 9px;
  border-radius: 8px;
  background: var(--hf-gold);
  content: "";
}

.home-hero__visual {
  position: relative;
}

.home-hero__visual img {
  width: 100%;
  object-fit: cover;
  border-radius: var(--hf-radius);
}

.hero-stat {
  position: absolute;
  right: 24px;
  bottom: -24px;
  width: min(218px, calc(100% - 24px));
  padding: 16px;
  border-radius: var(--hf-radius);
  background: rgba(255, 253, 250, 0.94);
  border: 1px solid rgba(21, 20, 19, 0.08);
}

.hero-stat strong {
  display: block;
  color: var(--hf-clay);
  font-family: var(--hf-serif);
  font-size: 2rem;
  line-height: 1;
}

.hero-stat span {
  display: block;
  margin-top: 5px;
  color: var(--hf-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.quick-links {
  padding: clamp(42px, 6vw, 72px) 0;
  border-bottom: 1px solid var(--hf-line);
}

.quick-links__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.service-link {
  display: grid;
  align-items: center;
  min-height: 134px;
  text-align: left;
  color: var(--hf-ink);
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-paper);
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-link:hover,
.service-link:focus {
  transform: translateY(-2px);
  border-color: var(--hf-clay);
  box-shadow: 0 10px 24px rgba(17, 90, 74, 0.1);
}

.service-link img {
  object-fit: cover;
  border-bottom: 1px solid var(--hf-line);
}

.service-link span {
  padding: 14px;
  font-size: 1.2rem;
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

.content-band {
  padding: clamp(42px, 6vw, 72px) 0;
  border-bottom: 1px solid var(--hf-line);
}

.content-band--tinted {
  background: var(--hf-soft);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
  border-bottom: 2px solid #ded8cc;
}

.section-heading h2 {
  margin: 0 0 12px;
  font-family: var(--hf-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
}

.section-heading p {
  gap: 4px;
  max-width: 840px;
  margin: 0 0 16px;
  color: var(--hf-muted);
}

.section-heading a {
  margin-bottom: 16px;
  color: #115a4a;
  font-weight: 850;
  white-space: nowrap;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.tabs button {
  border: 1px solid var(--hf-line); 
  border-radius: 8px;
  background: #fff;
  color: var(--hf-ink);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 10px 18px;
}

.tabs button.is-active {
  border-color: var(--hf-black);
  background: var(--hf-black);
  color: #fff;
}

.editors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.editors-grid .article-card:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.article-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-bottom: 1px solid var(--hf-line);
  background: transparent;
}

.article-card[hidden] {
  display: none;
}

.article-card__image {
  display: block;
  margin-bottom: 13px;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  border-radius: var(--hf-radius);
  background: #ece5d8;
}

.article-card__image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 180ms ease;
}

.article-card:hover .article-card__image img {
  transform: scale(1.025);
}

.article-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--hf-muted);
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.article-card__title {
  margin: 8px 0 8px;
  font-family: var(--hf-serif);
  font-size: 1.24rem;
  line-height: 1.12;
}

.article-card__title a {
  text-decoration: none;
}

.article-card__excerpt {
  margin: 0 0 14px;
  color: var(--hf-muted);
}

.article-card__byline {
  margin-top: auto;
  padding-bottom: 14px;
  color: var(--hf-muted);
  font-size: 0.84rem;
}

.editors-grid .article-card:first-child .article-card__title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.topic-section {
  display: grid;
  grid-template-columns: 0.92fr 1.5fr;
  gap: 32px;
  padding: 32px 0;
  border-top: 1px solid var(--hf-line);
}

.topic-section:first-of-type {
  border-top: 0;
}

.topic-section__intro {
  position: sticky;
  top: 150px;
  align-self: start;
}

.topic-section__intro h3 {
  margin: 0;
  font-family: var(--hf-serif);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.08;
}

.topic-section__intro p {
  color: var(--hf-muted);
}

.topic-section__intro a {
  display: flex;
  align-items: flex-start;
  color: var(--hf-clay);
  font-weight: 850;
  text-decoration: none;
}

.article-list {
  display: grid;
  gap: 20px;
}

.article-row {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--hf-line);
}

.article-row__image {
  border-radius: var(--hf-radius);
  overflow: hidden;
  background: #ece5d8;
}

.article-row__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.article-row__title {
  margin: 4px 0 8px;
  font-family: var(--hf-serif);
  font-size: 1.35rem;
  line-height: 1.16;
}

.article-row__title a {
  text-decoration: none;
}

.footer-join-band {
  padding-top: 80px;
  background: var(--hf-clay);
  color: #ffffff; /* Improved contrast for body text against dark backgrounds */
}

.footer-join-band__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  align-items: center;
}

.footer-join-band h2 {
  margin: 0;
  font-family: var(--hf-serif);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  color: #ffffff; /* Ensures heading meets WCAG contrast requirements on dark backgrounds */
}

.footer-join-band p {
  margin: 18px 0;
  color: rgba(255, 255, 255, 0.9); /* Increased opacity from 0.78 to 0.9 for higher contrast ratio */
}

.footer-join-form {
  display: flex;
  gap: 10px;
}

.footer-join-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  border-radius: 8px;
  padding: 13px 16px;
}

.footer-join-form button,
.button-link {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  padding: 12px 24px;
  border: 0;
  border-radius: 4px;
  background: #ffffff; /* Changed to solid white for high contrast against text */
  color: #111827; /* Changed to deep dark slate for high contrast compliance */
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-join-form button:hover,
.button-link:hover {
  background: #f3f4f6; /* Subtle hover effect */
  color: #111827;
}

.footer-join-form button svg path,
.button-link svg path {
  fill: #111827; /* Ensures the arrow icon matches the high-contrast button text color */
}

.page-header {
  padding: clamp(40px, 7vw, 40px) 0 40px;
  background: var(--hf-soft);
  border-bottom: 1px solid var(--hf-line);
}

.page-title {
  max-width: 1280px;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}

.archive-description,
.page-header p {
  margin-top: 14px;
  color: var(--hf-muted);
  font-size: 1.2rem;
}

.posts-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 42px;
  align-items: start;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.sidebar {
  position: sticky;
  top: 152px;
  display: grid;
  gap: 18px;
}

.widget,
.sidebar-card {
  padding: 20px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
}

.widget h2,
.widget h3,
.sidebar-card h2,
.sidebar-card h3 {
  margin-top: 0;
  font-family: var(--hf-serif);
  line-height: 1.15;
}

.widget ul {
  padding-left: 18px;
}

.entry-hero {
  padding: clamp(40px, 0vw, 0px) 0 40px;
  background: var(--hf-soft);
  border-bottom: 1px solid var(--hf-line);
}

.entry-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.85fr);
  gap: 44px;
  align-items: end;
}

.entry-title {
  font-size: clamp(2rem, 5.2vw, 3.4rem);
}

.entry-summary {
  margin-top: 18px;
  color: var(--hf-muted);
  font-size: 1.35rem;
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  color: var(--hf-muted);
  font-size: 0.9rem;
  font-weight: 750;
}

.entry-hero__image {
  border-radius: var(--hf-radius);
  overflow: hidden;
  box-shadow: var(--hf-shadow);
}

.entry-hero__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.entry-layout {
  display: grid;
  grid-template-columns: minmax(0, 832px) 320px;
  gap: 28px;
  align-items: start;
}

.entry-content {
  font-size: 18px;
}

.entry-content h2,
.entry-content h3 {
  font-family: var(--hf-serif);
  line-height: 1.16;
}

.entry-content h2 {
  font-size: 2rem;
}

.entry-content h3 {
  font-size: 1.45rem;
}

.entry-content blockquote {
  margin: 28px 0;
  padding: 18px 24px;
  border-left: 5px solid var(--hf-clay);
  background: var(--hf-soft);
  color: #37342f;
  font-family: var(--hf-serif);
  font-size: 1.25rem;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.95rem;
}

.entry-content th,
.entry-content td {
  padding: 12px;
  border: 1px solid var(--hf-line);
  text-align: left;
}

.entry-content th {
  background: var(--hf-soft);
}

.entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.entry-tags a {
  display: inline-flex;
  padding: 8px 14px;
  border: 1px solid var(--hf-line);
  border-radius: 4px;
  color: var(--hf-muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}
.disclaimer {
  font-size: 14px;
  padding: 16px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-paper);
  box-shadow: var(--hf-shadow);
}

.author-box {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding: 16px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-soft);
}

.author-box h2 {
  margin: 0;
  font-family: var(--hf-serif);
}
.author-box p {
  font-size: 14px;
  margin: 0px;
  border-top: 1px solid var(--hf-line);
  padding-top: 10px;
}
.post-navigation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 40px;
}

.post-navigation a {
  display: block;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}

.search-form {
  display: flex;
  max-width: 620px;
  border: 1px solid var(--hf-line);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.search-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  padding: 13px 16px;
}

.pagination,
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 34px;
}

.page-numbers {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  padding: 0px 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hf-line);
  border-radius: 4px;
  text-decoration: none;
}

.page-numbers.current {
  background: var(--hf-black);
  color: #fff;
}

.comments-area {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--hf-line);
}

.comment-list {
  padding: 0;
  list-style: none;
}

.comment-body {
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
}

.comment-respond input:not([type="submit"]),
.comment-respond textarea {
  width: 100%;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  padding: 12px;
}

.comment-respond input[type="submit"] {
  border: 0;
  border-radius: 8px;
  background: var(--hf-clay);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 12px 18px;
}

.site-footer {
  background: var(--hf-ink);
  color: var(--hf-paper);
  border-top: 1px solid rgb(163 68 43);
}

.site-footer__inner {
  display: grid;
  padding: 34px 0;
}
.footer__logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer a {
  color: var(--hf-paper);
}

.site-footer p {
	max-width: 620px;
	color: var(--hf-paper);
	font-weight: 700;
}

.site-footer__topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.site-footer .site-footer__topics a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 750;
  text-decoration: none;
}

.sidebar-card .site-footer__topics a {
  color: var(--hf-clay);
  font-weight: 800;
  text-decoration: none;
}

.site-footer__bottom {
  padding: 18px 0;
  border-top: 1px solid rgb(163 68 43);
  color: var(--hf-paper);
  font-size: 1rem;
  font-weight: 600;
}

.alignwide {
  max-width: 1080px;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.wp-caption,
.gallery-caption,
.bypostauthor {
  color: inherit;
}

@media (max-width: 1060px) {
  .masthead__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
	justify-items: start;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

   .primary-navigation {
    grid-column: 1 / -1;
    position: fixed;
    inset: 128px 16px auto;
    display: none;
    max-height: calc(100vh - 132px);
    overflow: auto;
    padding: 18px;
    border: 1px solid var(--hf-line);
    border-radius: var(--hf-radius);
    background: #fff;
    box-shadow: var(--hf-shadow);
  }

  .primary-navigation.is-open {
    display: block;
  }

  .primary-navigation ul {
    display: grid;
    gap: 12px;
  }

  .primary-navigation .menu > li {
    min-height: 0;
    background: var(--hf-soft);
    padding: 10px;
  }

  .primary-navigation .menu > .menu-item-has-children > a,
  .primary-navigation .menu > .page_item_has_children > a {
    justify-content: space-between;
  }

  .primary-navigation .sub-menu,
  .primary-navigation .children {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 8px;
  }

  .primary-navigation .sub-menu a,
  .primary-navigation .children a {
    padding: 7px 0;
    font-size: 0.9rem;
  }


  .site-branding {
    grid-column: 2;
  }

  .header-search {
    grid-column: 3;
    justify-self: end;
    width: min(280px, 34vw);
  }

  .home-hero__grid,
  .entry-hero__grid,
  .footer-join-band__grid,
  .posts-layout,
  .entry-layout,
  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .sidebar,
  .topic-section__intro {
    position: static;
  }

  .editors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-links__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .utility-bar__inner {
    justify-content: center;
  }

  .utility-bar__links {
    display: none;
  }

  .masthead__inner {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px;
    padding: 12px 0;
	justify-items: start;
  }

  .site-branding {
    min-width: 0;
  }

  .site-title {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .header-search {
    grid-column: 1 / -1;
    width: 100%;
  }

  .primary-navigation {
    inset: 132px 0px auto;
  }

  .home-hero h1 {
    font-size: clamp(2.4rem, 7vw, 4.2rem);
  }

  .home-hero__grid {
    gap: 28px;
  }

  .editors-grid,
  .posts-grid,
  .articles-grid,
  .topic-section {
    grid-template-columns: 1fr;
  }
  .quick-links__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .editors-grid .article-card:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .article-row {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
  }

  .article-row__title {
    font-size: 1.12rem;
  }

  .footer-join-form,
  .search-form,
  .post-navigation {
    grid-template-columns: 1fr;
    flex-direction: column;
    border-radius: var(--hf-radius);
  }

  .footer-join-form button,
  .search-form button {
    width: 100%;
  }

  .section-heading {
    display: block;
  }

  .site-footer__topics {
    grid-template-columns: 1fr;
  }
	.footer-menu ul {
	display: flex;
    flex-direction: column;
	}
}

.homepage-agency-container .agency-card {
    border: 1px solid rgba(217,217,219,.6392156863);
    background: var(--hf-paper);
    border-radius: 4px;
    transition: border .5s ease,box-shadow .5s ease,transform .5s ease
}

.homepage-agency-container .agency-card:hover {
 transform: translateY(-2px);
  border-color: var(--hf-clay);
  box-shadow: 0 10px 24px rgba(17, 90, 74, 0.1);
}

.homepage-agency-container .agency-card:hover .agency-name {
    color: var(--hf-clay); !important
}

.homepage-agency-container .agency-card .agency-top {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 12px;
}

@media only screen and (min-width: 768px) {
    .homepage-agency-container .agency-card .agency-top {
        height: 188px;
    }
}

.homepage-agency-container .agency-card .agency-top .thumbnail img {
    min-width: 118px;
    min-height: 118px;
    max-width: 118px;
    max-height: 118px;
    border-radius: 8px;
    border: 1px solid rgba(217,217,219,.6392156863)
}

.homepage-agency-container .agency-card .agency-top .agency-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.homepage-agency-container .agency-card .agency-top .agency-info .agency-name {
    font-family: var(--hf-serif);
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.03em;
    vertical-align: bottom
}

.homepage-agency-container .agency-card .agency-top .agency-info .agency-excerpt {
  color: var(--hf-muted);
  font-family: var(--hf-sans);
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  height: 138px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 140px;
}

.homepage-agency-container .agency-card .agency-bottom {
    background: var(--hf-soft);
    border-top: 1px solid rgba(217,217,219,.6392156863);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border-radius: 0 0 8px 8px
}

.homepage-agency-container .agency-card .agency-bottom .agency-headquarter {
    color: var(--hf-muted);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%
}

.homepage-agency-container .agency-card .agency-bottom .agency-website span.visit-website-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--hf-clay);
}

.homepage-agency-container .agency-card .agency-bottom .agency-website span.visit-website-text svg {
    width: 28px;
    height: 28px;
}

.homepage-agency-container .agency-card .agency-bottom .agency-website span.visit-website-text svg path {
    fill: #a85744;
}
.footer-tabs {
  background: var(--hf-muted);
}
.cities-ser {
	padding-top: 0px !important;
	padding-bottom: 44px;
}
.footer-city-tabs {
  color: var(--hf-soft);
}

.cities-ser {
  display: block;
}

.footer-city-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 0;
  justify-content: center;
}

.footer-city-buttons button,
.footer-city-btn {
  flex: 1 1 auto;
  min-width: 170px;
  border: none;
  background: rgb(21 20 19);
  padding: 18px;
  cursor: pointer;
  color: var(--hf-soft);
  font-weight: 500;
  text-align: center;
}

.footer-city-buttons button.active,
.footer-city-btn.active {
  background: var(--hf-muted);
  color: var(--hf-soft);
  border-top: 2px solid var(--hf-soft);
}

.footer-city-content {
  display: none;
}

.footer-city-content.active {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  background: #5c5b57;
}

.footer-city-content ul {
  padding: 18px;
  margin: 0px 0px 0px 18px;
}

.footer-city-content li {
  margin-bottom: 8px;
  list-style: circle;
}

.footer-city-content a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.footer-city-content a:hover {
  color: var(--hf-soft);
}

@media (max-width: 1060px) {
  .footer-city-buttons button,
  .footer-city-btn {
    min-width: 33.333%;
  }

  .footer-city-content.active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .footer-city-buttons {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-bottom: 12px;
  }

  .footer-city-buttons button,
  .footer-city-btn {
    min-width: 0;
    width: 100%;
    padding: 8px 4px;
    font-size: 11px;
    font-weight: 600;
  }

  .footer-city-content.active {
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .footer-city-content ul {
    padding: 0px 16px;
  }
}
.footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    padding-top: 12px;
    padding-bottom: 24px;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.footer__social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #f0f2f5; /* Subtle background color, change to match your footer */
    color: #333;             /* Default icon color */
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

/* Circular Hover Effect */
.footer__social li a:hover {
    background-color: #0077b5; /* Global fallback hover color */
    color: #ffffff;            /* Icon turns white on hover */
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

/* Optional: Brand-specific hover colors */
.footer__social li a.facebook:hover { background-color: #1877f2; }
.footer__social li a.youtube:hover { background-color: #ff0000; }
.footer__social li a.twitter:hover { background-color: #000000; }
.footer__social li a.instagram:hover { background-color: #e4405f; }
.footer__social li a.threads:hover { background-color: #000000; }
.footer__social li a.linkedin:hover { background-color: #0a66c2; }
.footer__social li a.tiktok:hover { background-color: #000000; }
.footer__social li a.pinterest:hover { background-color: #bd081c; }
.footer__social li a.mastodon:hover { background-color: #6364ff; }
.footer__social li a.bluesky:hover { background-color: #0085ff; }

.contact-box {
	padding: 1.8rem;
	border: inherit;
	border-radius: 4px;
	text-align: center;
	transition: all .3s;
	border-left: 1px solid;
	border-top: 1px solid;
	background: linear-gradient(180deg, #115a4a 10%, #fd5d22 180%);
	color: var(--hf-paper);
}
.wpcf7-turnstile {
  padding-bottom: 1.2rem;
  text-align: center;
}
.wpcf7-grid-one {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0px;
}
.wpcf7-grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}
.wpcf7-form { margin: 0; }
.wpcf7-form h3 {font-size: 1.8rem;margin: 0 0 1.4rem 0;text-align: center;padding-bottom: 1.4rem;border-bottom: 1px solid var(--hf-line);}
.wpcf7-form p { margin: 0 0 1.6rem; }
.wpcf7-form label { font-weight: 500; display: block; margin-bottom: 15px; }
.wpcf7-form label:last-child { margin-bottom: 0px; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select, 
.wpcf7-form input[type="url"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], 
.wpcf7-form input[type="number"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="range"], 
.wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="week"], 
.wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], 
.wpcf7-form input[type="color"] {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #696969;
	border-radius: 0;
	font-size: 1rem;
	font-weight: 500;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form textarea:focus, 
.wpcf7-form select:focus, .wpcf7-form input[type="url"]:focus, .wpcf7-form input[type="password"]:focus, 
.wpcf7-form input[type="search"]:focus, .wpcf7-form input[type="number"]:focus, .wpcf7-form input[type="tel"]:focus, 
.wpcf7-form input[type="range"]:focus, .wpcf7-form input[type="date"]:focus, .wpcf7-form input[type="month"]:focus, 
.wpcf7-form input[type="week"]:focus, .wpcf7-form input[type="time"]:focus, .wpcf7-form input[type="datetime"]:focus, 
.wpcf7-form input[type="datetime-local"]:focus, .wpcf7-form input[type="color"]:focus { 
	outline: 0; 
}
.wpcf7-form .wpcf7-submit {
	margin: 15px 0 0;
	text-align: center;
	font-size: 24px;
	padding: 0.8rem !important;
	font-weight: 700;
	cursor: pointer;
}
.wpcf7-list-item {
	margin: 0em !important;
}
.wpcf7-textarea {
	max-height: 99px !important;
}
.wpcf7-form-control {
	padding: 0.4rem !important;
	width:100%;
}
.wpcf7-form label {
	font-size: 18px !important;
	text-align:left !important;
}
.wpcf7 form .wpcf7-response-output {
	padding: 2em !important;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #2a83e8 !important;
}
.wpcf7-form textarea {
	padding: 0.5rem !important;
}
.wpcf7-form.sent p {
	display:none;
}
.wpcf7-response-output {
	margin: 2em !important;
	border: none !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.join-page {
  background: var(--hf-paper);
}

.join-hero {
  background: var(--hf-black);
  color: #fff;
  overflow: hidden;
}

.join-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 48px;
  align-items: end;
  padding: clamp(40px, 0vw, 40px) 0;
}

.join-hero h1,
.join-section-heading h2,
.join-growth-copy h2,
.join-final-cta h2 {
  margin: 0;
  font-family: var(--hf-serif);
  line-height: 1.04;
}

.join-hero h1 {
  max-width: 720px;
  font-size: clamp(2.4rem, 7vw, 5.2rem);
}

.join-hero__content > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}

.join-hero .eyebrow {
  color: var(--hf-gold);
}

.join-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.join-button {display: inline-flex;align-items: center;justify-content: center;min-height: 48px;padding: 12px 24px;margin-top: 1.8rem;border: 0;border-radius: 4px;cursor: pointer;font-size: 1.2rem;font-weight: 800;text-decoration: none;}

.join-button--primary {
  color: var(--hf-black);
  background: var(--hf-line);
}

.join-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.join-hero__bullets {
  display: grid;
  gap: 12px;
  max-width: 700px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.join-hero__bullets li {
  display: flex;
  gap: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
}

.join-hero__bullets li::before {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--hf-gold);
  content: "";
}

.join-hero__panel {
  position: relative;
}

.join-hero__panel::before {
  position: absolute;
  inset: -28px -22px auto auto;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  content: "";
}

.join-form-card {
  position: relative;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--hf-radius);
  background: var(--hf-paper);
  color: var(--hf-ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.join-form-card h2 {
  margin: 0 0 18px;
  font-family: var(--hf-serif);
  font-size: 1.8rem;
  line-height: 1.1;
}

.join-form-card form {
  display: grid;
  gap: 10px;
}

.join-form-card label {
  color: var(--hf-muted);
  font-size: 0.8rem;
  font-weight: 850;
  text-transform: uppercase;
}

.join-form-card input,
.join-form-card select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
  padding: 10px 12px;
}

.join-form-card button {
  min-height: 48px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--hf-clay);
  color: #fff;
  cursor: pointer;
  font-weight: 900;
}

.join-band {
  padding: clamp(48px, 7vw, 86px) 0;
}

.join-band--paper {
  background: #fff;
}

.join-band--soft {
  background: var(--hf-soft);
}

.join-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.join-stats div {
  padding: 22px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-paper);
  text-align: center;
}

.join-stats strong {
  display: block;
  color: var(--hf-clay);
  font-family: var(--hf-serif);
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.join-stats span {
  display: block;
  margin-top: 8px;
  color: var(--hf-muted);
  font-weight: 850;
}

.join-section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.join-section-heading h2,
.join-growth-copy h2,
.join-final-cta h2 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.join-section-heading p, .join-growth-copy p {
  max-width: 820px;
  color: var(--hf-muted);
  font-size: 1.05rem;
}

.join-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.join-plan-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-paper);
  box-shadow: var(--hf-shadow);
}

.join-plan-card--featured {
  border-color: var(--hf-clay);
  background: #f9fff8;
}

.join-plan-card__label {
  margin: 0;
  color: var(--hf-clay);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.join-plan-card h3 {
  margin: 12px 0 18px;
  font-family: var(--hf-serif);
  font-size: 2.7rem;
  line-height: 1;
}

.join-plan-card h3 span {
  color: var(--hf-muted);
  font-family: var(--hf-sans);
  font-size: 0.95rem;
  font-weight: 750;
}
.join-plan-card p {
  line-height: 1.4;
  font-weight: 500;
}
.join-plan-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.join-plan-card li {
  color: var(--hf-muted);
  font-weight: 750;
}

.join-plan-card li::before {
  color: var(--hf-clay);
  content: "+ ";
  font-weight: 900;
}

.join-plan-card a {
  display: inline-flex;
  justify-content: center;
  margin-top: auto;
  padding: 14px 18px;
  border-radius: 4px;
  background: var(--hf-black);
  color: var(--hf-paper);
  font-weight: 700;
  text-decoration: none;
  align-items: center;
}
.join-plan-card--featured a {
  background: var(--hf-clay);
}

.join-growth-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
}

.join-growth-copy {
  padding-right: clamp(0px, 4vw, 40px);
}

.join-growth-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: #fff;
}

.join-growth-card h3 {
  margin: 0 0 12px;
  font-family: var(--hf-serif);
  font-size: 1.7rem;
  line-height: 1.1;
}

.join-growth-card p {
  color: var(--hf-muted);
}

.join-mini-profile {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  border-radius: var(--hf-radius);
  background: var(--hf-soft);
}

.join-mini-profile__logo {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--hf-clay);
  color: #fff;
  font-weight: 900;
}

.join-mini-profile strong,
.join-mini-profile span {
  display: block;
}

.join-mini-profile span {
  color: var(--hf-muted);
  font-size: 0.86rem;
}

.join-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.join-benefit-grid article {
  padding: 20px;
  border: 1px solid var(--hf-clay);
  border-radius: var(--hf-radius);
  background: #fff;
  text-align: center;
}

.join-benefit-grid h3 {
  margin: 0 0 10px;
  font-family: var(--hf-serif);
  line-height: 1.2;
  font-size: 1.8rem;
}

.join-benefit-grid p {
  margin: 0;
  color: var(--hf-muted);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}

.join-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.join-testimonial-grid blockquote {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-paper);
}

.join-testimonial-grid p {
  margin: 0;
  font-family: var(--hf-serif);
  font-size: 1.22rem;
  line-height: 1.35;
}

.join-testimonial-grid cite {
  display: block;
  margin-top: 18px;
  color: var(--hf-muted);
  font-style: normal;
  font-weight: 850;
}

.join-final-cta {
  padding: clamp(56px, 8vw, 96px) 0;
  background: var(--hf-clay);
  color: #fff;
}

.join-final-cta .section-inner {
  display: grid;
}

.join-final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1060px) {
  .join-hero__grid,
  .join-growth-grid,
  .join-plan-grid,
  .join-benefit-grid,
  .join-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .join-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .join-hero__grid {
    padding: 44px 0;
  }

  .join-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .join-hero__actions,
  .join-button {
    width: 100%;
  }

  .join-form-card,
  .join-plan-card,
  .join-growth-card,
  .join-benefit-grid article,
  .join-testimonial-grid blockquote {
    padding: 4px;
  }

  .join-stats {
    grid-template-columns: 1fr;
  }
}
.join-benefit-icon {
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--hf-soft);
  color: var(--hf-clay);
}

.join-benefit-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.join-benefit-icon svg {
  width: 42px;
  height: 42px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.join-benefit-icon--lead,
.join-benefit-icon--award {
  color: var(--hf-clay);
}

.join-benefit-icon--portfolio,
.join-benefit-icon--chart {
  color: var(--hf-blue);
}
.singel-box {
  padding: 8px 16px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-paper);
  box-shadow: var(--hf-shadow);
}
.vcard { 
  font-size: 2.4rem;
}
.wp-element-caption {
	text-align: center;
    background: var(--hf-line);
    padding: 0.4rem;
    font-weight: 700;
}
.wp-block-yoast-faq-block {
	margin-top: 1.2rem;
}
.schema-faq-section {
	padding: 10px 0px;
	margin-bottom: 0;
	background: none;
	border-top: 1px solid var(--hf-line);
}
.schema-faq-answer {
	border-top: 1px solid var(--hf-line);
    margin-top: 0.8rem;
    padding-top: 0.8rem;
}
.has-drop-cap:not(:focus):first-letter {
	font-size: 3.4em !important;
	font-weight: 800 !important;
}

.next-btn,
.prev-btn{
    padding:12px 25px;
    cursor:pointer;
    margin-top:20px;
    margin-right:10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: decimal-leading-zero;
  padding-top: 1rem;
  border-top: 1px solid var(--hf-line);
}
.wp-block-media-text__content {
  padding: 0 2% !important;
}

.wp-block-media-text__media img {
  border-radius: 0.4rem;
  border: 2px solid rgb(163 68 43);
}
.wp-center-text {
  text-align: center !important;
}
.sponsored-label {
  display: inline-block; 
  font-size: 11px; 
  text-transform: uppercase; 
  letter-spacing: 0.5px; 
  color: #777; 
  background: #f0f0f0; 
  padding: 2px 6px; 
  border-radius: 4px; 
  margin-top: 18px;
}
.breadcrumbs {
  border-bottom: 2px solid #ded8cc;
  padding-bottom: 14px;
  margin-top: 0px !important;
  color: var(--hf-muted);
  font-size: 1.2rem !important;
}
.author-box {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid var(--hf-line);
  border-radius: var(--hf-radius);
  background: var(--hf-paper);
}

.author-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 12px;
}

.author-title {
  margin: 0;
  font-family: var(--hf-serif);
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--hf-ink);
}

.author-socials-right {
  display: flex;
  align-items: center;
  gap: 16px; /* Space between icons */
}

.author-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--hf-muted); /* Inherit soft color tokens */
  transition: color 0.2s ease, transform 0.2s ease;
}

.author-social-link svg {
  display: block;
}

/* Hover and Focus animations */
.author-social-link:hover,
.author-social-link:focus {
  color: var(--hf-clay);
  transform: translateY(-1px);
}

.author-bio {
  margin: 0;
  font-family: var(--hf-sans);
  color: var(--hf-muted);
  line-height: 1.6;
}

@media (max-width: 600px) {
  .author-header-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.caterer-profile-page {
    background-color: var(--ca-bg-light);
    padding-bottom: 60px;
}


/* 2. Hero Section */
.caterer-hero {
    border-bottom: 1px solid #e1e4e8;
    margin-bottom: 2rem;
    background: var(--hf-soft);
    padding: clamp(40px, 0vw, 0px) 0 40px;
}

.caterer-hero-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

.caterer-logo-wrapper {
    flex-shrink: 0;
    flex: 0 0 148px;
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.caterer-logo{
    border-radius: 4px;
    border: 1px solid var(--ca-border);
    background: #fff;
    display: block;
}
.caterer-hero-text {
    flex-grow: 1;
}

.caterer-title-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.caterer-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--ca-text-main);
    margin: 0;
}

/* Badges */
.caterer-badge-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--ca-primary);
    color: #ffffff;
    border-radius: 50%;
}

.caterer-badge-recommended {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    font-size: 0.95rem;
    font-weight: bold;
    background: #a3442b;
    color: #ffffff;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.caterer-location-text {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--ca-text-light);
    font-size: 1.2rem;
    margin: 16px 0;
}

.caterer-hero-meta-row {
	display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.caterer-reviews-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--ca-text-main);
    background: var(--ca-bg-light);
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid var(--ca-border);
    transition: background 0.2s;
}

a.caterer-reviews-badge:hover {
    background: #f3f4f6;
}
.google-icon {
	display: flex;
    align-items: center;
    justify-content: center;
}
.review-score { font-weight: 700; }
.review-stars { color: #fbbc04; letter-spacing: 2px; }
.review-count {color: var(--ca-text-muted);font-size: 1rem;}
.caterer-chip-wrapper {display: inline-flex;align-items: flex-start;gap: 2px;background: #ffffff;padding: 6px 12px;border-radius: 4px;}
.caterer-inline-chip {color: #3c4043; font-size: 1rem; font-weight: 500;}

.caterer-layout-grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2rem;
    align-items: start;
    margin-top: 40px;
}

.caterer-content-block {
    background: #ffffff;
    border: 1px solid var(--ca-border);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.block-title {
	gap: 4px;
	display: flex;
    margin-top: 0;
	align-items: center;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: var(--ca-text-main);
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 18px;
}

.caterer-bio {
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--ca-text-light);
}

/* FAQs */
.faq-item {
    margin-bottom: 20px;
}

.faq-question {
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--ca-text-main);
}

.faq-answer {
    color: var(--ca-text-light);
    line-height: 1.6;
}

.caterer-pagination {
    margin-top: 20px;
}
.sidebar-quote-card {
	background: var(--hf-black);
    color: #ffffff;
}

.caterer-sticky-wrapper {
    position: sticky;
    top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.caterer-btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: var(--ca-primary);
    color: #ffffff;
    padding: 16px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s;
    box-shadow: 0 4px 6px rgba(26, 115, 232, 0.2);
}

.caterer-btn-primary:hover,
.caterer-btn-primary:focus {
    background-color: #1557b0;
    color: #ffffff;
}

.caterer-widget {
    background: #ffffff;
    border: 1px solid var(--ca-border);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}

.caterer-widget-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 16px;
    color: var(--ca-text-main);
}

/* Contact Card */
.caterer-contact-card h2 {
    font-size: 1.2rem;
    margin-top: 0;
}

.caterer-contact-card p {
    font-size: 0.95rem;
    color: var(--ca-text-muted);
}

.caterer-contact-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 10px;
}

.caterer-contact-btn:hover {
    background: #333;
    color: #fff;
}

/* 6. Caterer Details List */
.detail-row {
    gap: 12px;
    display: flex;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}

.detail-row:last-child { margin-bottom: 0; }

.detail-icon {
    color: var(--ca-text-muted);
    flex-shrink: 0;
    margin-top: 2px;
}

.detail-text {
    font-size: 1rem;
    color: var(--ca-text-main);
    line-height: 1.5;
    width: 100%;
}

.detail-link, .detail-plain-link {
    display: block;
    word-break: break-all;
    color: var(--ca-primary);
    text-decoration: none;
    font-weight: 500;
    margin-top: 2px;
}

.caterer-hours-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hour-row {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
	gap: 12px;
    font-size: 0.95rem;
    color: var(--ca-text-light);
    border-bottom: 1px dashed #f3f4f6;
}

.hour-row:last-child { border-bottom: none; }
.hour-row.is-today { font-weight: 700; color: var(--ca-text-main); }

.open-now {
    color: var(--ca-success);
    font-weight: 600;
    margin-left: 2px;
    color: #10b981;
}

.closed-now {
    color: var(--ca-danger);
    font-weight: 600;
    margin-left: 6px;
}

.holiday-disclaimer {
	font-size: 0.8rem; 
	color: var(--ca-text-light, #666); 
	margin-top: 8px; 
	font-style: italic;
}

.caterer-payments-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9em;
}

.caterer-payments-label {
    display: block;
    margin-bottom: 5px;
}

.payment-yes {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 3px;
}

.license-compliance-box {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed var(--ca-border);
}

.license-compliance-text {
    font-size: 0.9em;
}

.license-compliance-title {
    display: block;
    margin-bottom: 4px;
    color: var(--ca-text-main);
    font-weight: 700;
}
.license-compliance-list {
	margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--ca-border);
}
.license-compliance-list li {
	font-size: 0.9em;
	line-height: 1.4;
    margin-bottom: 6px;
}

.license-verified-status {
	color: #28a745;
    display: flex;
    align-items: flex-start;
    gap: 4px;
	font-size: 0.8rem;
    font-style: italic;
}
.license-unverified-status {
	color: #dc3545;
    display: flex;
    gap: 4px;
	font-size: 0.8rem;
    font-style: italic;
}
/* 8. Chips & Tags */
.caterer-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.caterer-tags-wrapper:last-child {
    margin-bottom: 0;
}

.caterer-tag-chip {
    background: var(--ca-bg-light);
    color: var(--ca-text-light);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 500;
    border: 1px solid var(--ca-border);
}

.caterer-tag-chip.cuisine-chip {
    background: var(--hf-black);
    color: #ffffff;
    border-color: #0f0f0f;
}

/* 9. Social Icons */
.caterer-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed var(--ca-border);
}

.caterer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: var(--ca-bg-light);
    color: var(--ca-text-light);
    border-radius: 50%;
    transition: all 0.2s;
    border: 1px solid var(--ca-border);
}

.caterer-social-icon:hover {
    background: var(--ca-primary);
    color: #ffffff;
    border-color: var(--ca-primary);
}
.caterer-load-more-container {
	text-align:center; 
	margin-top: 2rem;
}
/* 10. Footer Verified Section */
.caterer-footer, .caterer-articles {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--ca-border);
}
.articles-load-more {
	text-align:center; 
	margin-top: 1rem;
}

.articles-grid {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.caterer-footer h3 {
	display: flex;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
    margin-top: 0;
}

.verified-caterers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 15px;
}
.verified-caterers {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;	
}
.verified-caterer-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    padding: 12px;
    border: 1px solid var(--ca-border);
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.caterer-profile-notice {
	margin-top: 2rem;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #555;
}
.vc-logo img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.vc-info {
    flex-grow: 1;
    overflow: hidden;
}

.vc-name {
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--ca-primary);
}

.vc-link-wrapper {
    margin-top: 4px;
}

.vc-link {
    font-size: 0.85rem;
    text-decoration: none;
    color: var(--ca-text-muted);
    font-weight: 500;
}

.vc-link:hover {
    color: var(--ca-text-main);
}

/* ==========================================================================
   MOBILE & TABLET RESPONSIVENESS
   ========================================================================== */

@media (max-width: 992px) {
    .caterer-layout-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .caterer-sticky-wrapper {
        position: static;
    }
}

@media (max-width: 768px) {
    .caterer-hero-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    .caterer-title-row { justify-content: center; }
    .caterer-location-text { justify-content: center; text-align: center; }
    .caterer-content-block { padding: 20px; }
    .caterer-logo { width: 146px; height: 146px; }
    .posts-grid { grid-template-columns: 1fr; }
	.articles-grid { grid-template-columns: 1fr; }
    .verified-caterers-grid, .verified-caterers { grid-template-columns: 1fr !important; }
	.caterer-hero-meta-row { justify-content: center !important; }
}
/* ==========================================================================
   CATERER PROFILE: POST CARDS
   ========================================================================== */
.caterer-post-card {
    background: #ffffff;
    border: 1px solid var(--ca-border);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
}

.caterer-post-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.caterer-post-img-link {
    display: block;
}

.caterer-post-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid var(--ca-border);
}

.caterer-post-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.caterer-post-title {
    font-size: 1.15rem;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.caterer-post-title a {
    color: var(--ca-text-main);
    text-decoration: none;
    transition: color 0.2s;
}

.caterer-post-title a:hover {
    color: var(--ca-primary);
}

.caterer-post-excerpt {
    font-size: 1rem;
    color: var(--ca-text-light);
    margin-bottom: 15px;
    flex-grow: 1;
    line-height: 1.5;
}

.caterer-post-readmore {
    color: var(--ca-primary);
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
}

/* Card Container */
.caterer-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid var(--ca-border);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
}

.caterer-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* 1. Top Single Logo (Centered) */
.caterer-card__logo-wrap {
    padding: 12px;
    display: flex;
    justify-content: center;
}

.caterer-card__logo {
    width: 142px;
    height: 142px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--ca-border);
    background: #fff;
    display: block;
}

/* 2. Info Group (Centered) */
.caterer-card__info-group {
    padding: 0 12px 12px 12px;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 12px;
    border-bottom: 1px solid var(--ca-border);
}

.caterer-card__title-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.caterer-card__name {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--ca-text-main);
    margin: 0;
    line-height: 1.3;
}

.caterer-card__reviews {
    justify-content: center;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--ca-text-main);
    background: var(--ca-bg-light);
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid var(--ca-border);
    transition: background 0.2s;
}

.caterer-card__reviews-score {
    font-weight: 700;
    color: var(--ca-text-main);
}

.caterer-card__reviews-stars {
    color: #fbbc04;
    letter-spacing: 1px;
}
.caterer-card__plc-group {
    flex-grow: 1;
    display: flex;
	margin-bottom: 12px;
    align-items: center;
    padding: 0 12px 12px 12px;
    border-bottom: 1px solid var(--ca-border);
}

.caterer-card__location {
    display: flex;
    align-items: flex-start;
    justify-content: center; /* Centers the pin icon with text */
    gap: 4px;
    color: var(--ca-text-muted);
    font-size: 0.95rem;
	font-weight: 500;
    line-height: 1.4;
}

.caterer-card__location svg {
    flex-shrink: 0;
    margin-top: 2px;
}

/* 3. Bio Group (Centered) */
.caterer-card__bio-group {
    padding: 0 12px 12px 12px;
    flex-grow: 1; /* Pushes footer to the bottom */
    display: flex;
    justify-content: center;
    text-align: center;
}

.caterer-card__bio {
    font-size: 1rem;
    color: var(--ca-text-light);
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

/* 4. Footer (Phone Left, Button Right) */
.caterer-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--ca-bg-light);
    border-top: 1px solid var(--ca-border);
    padding: 12px;
}

.caterer-card__footer-left {
    flex: 1;
}

.caterer-card__footer-right {
    flex-shrink: 0;
    margin-left: 12px;
}

.caterer-card__phone {
    transition: color 0.2s ease;
    font-size: 0.95rem;
    text-decoration: none;
    background: #eef3f7;
    color: #000000;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.caterer-card__phone:hover {
    color: var(--ca-primary);
}

.caterer-card__phone svg {
    color: var(--ca-text-muted);
}

.caterer-card__btn {
    display: inline-block;
    background: var(--ca-primary);
    color: #ffffff;
    font-size: 0.95rem;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.caterer-card__btn:hover {
    background: var(--ca-primary-hover);
    color: #ffffff;
}

/* Bio Read More/Less Toggle */
.ca-bio-long {
    display: none; /* Keeps full text hidden on load */
}

.ca-read-more-btn {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: var(--ca-primary, #1a73e8);
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    margin-left: 4px;
}

.ca-read-more-btn:hover {
    color: var(--ca-primary-hover);
}

/* ==========================================================================
   HOMEPAGE CUSTOMIZER FAQs
   ========================================================================== */
.caterers-faq-wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.caterers-faq-item {
    padding: 20px;
    background: #ffffff;
    border: 1px solid var(--ca-border, #e5e7eb);
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
}

.caterers-faq-item[open] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.caterers-faq-question {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ca-text-main, #111827);
    cursor: pointer;
    list-style: none;
    position: relative;
}

.caterers-faq-question::-webkit-details-marker {
    display: none;
}

.caterers-faq-answer {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed var(--ca-border, #e5e7eb);
}

.caterers-faq-answer p {
    font-size: 1rem;
    color: var(--ca-text-light, #374151);
    line-height: 1.6;
    margin: 0;
}
.caterers-faq-question {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--ca-text-main, #111827);
    cursor: pointer;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.caterers-faq-question::-webkit-details-marker {
    display: none;
}

.caterers-faq-question::after {
    content: "+";
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--ca-primary, #1a73e8);
    transition: transform 0.2s ease;
    margin-left: 15px;
    flex-shrink: 0;
}

.caterers-faq-item[open] .caterers-faq-question::after {
    content: "-";
}

/* ==========================================================================
   Footer Menu Horizontal Integration & Theme Alignment
   ========================================================================== */

.site-footer .footer-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}

.site-footer .footer-navigation ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.site-footer .footer-navigation li {
    margin: 0;
}

.site-footer .footer-navigation a {
    color: var(--hf-paper);
    font-size: 1rem;
    font-weight: 750;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer .footer-navigation a:hover,
.site-footer .footer-navigation a:focus {
    color: var(--hf-clay);
}

@media (max-width: 720px) {
    .site-footer .footer-navigation ul {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
}


.footer-widgets-area {
    border-bottom: 1px solid rgb(163 68 43);
    padding-bottom: 1.5rem;
}

.footer-widgets-area .footer-widgets-grid {
    display: block;
}

.footer-widgets-area .footer-widget.widget_nav_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 1.5rem;
}

.footer-widgets-area .footer-widget.widget_nav_menu .footer-widget-title {
    margin: 0;
    margin-right: 12px;
    font-size: 1rem;
}

.footer-widgets-area .footer-widget.widget_nav_menu .menu-footer-menu-container,
.footer-widgets-area .footer-widget.widget_nav_menu ul.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.footer-widgets-area .footer-widget.widget_nav_menu ul.menu li {
    margin: 0;
}

.footer-widgets-area .footer-widget.widget_nav_menu ul.menu a {
    color: var(--hf-paper);
    font-size: 1rem;
    font-weight: 750;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-widgets-area .footer-widget.widget_nav_menu ul.menu a:hover,
.footer-widgets-area .footer-widget.widget_nav_menu ul.menu a:focus {
    color: var(--hf-clay);
}

@media (max-width: 720px) {
    .footer-widgets-area .footer-widgets-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-widgets-area .footer-widget.widget_nav_menu {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0;
    }

    .footer-widgets-area .footer-widget.widget_nav_menu .footer-widget-title {
        margin: 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.08);
        padding: 12px 16px;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
    }

    .footer-widgets-area .footer-widget.widget_nav_menu .footer-widget-title::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-70%) rotate(45deg);
        transition: transform 0.3s ease;
    }

    .footer-widgets-area .footer-widget.widget_nav_menu.is-open .footer-widget-title::after {
        transform: translateY(-30%) rotate(225deg);
    }

    .footer-widgets-area .footer-widget.widget_nav_menu .menu-footer-menu-container,
    .footer-widgets-area .footer-widget.widget_nav_menu ul.menu {
        display: none;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
        margin-top: 8px;
    }

    .footer-widgets-area .footer-widget.widget_nav_menu.is-open .menu-footer-menu-container,
    .footer-widgets-area .footer-widget.widget_nav_menu.is-open ul.menu {
        display: flex;
    }

    .footer-widgets-area .footer-widget.widget_nav_menu ul.menu li {
        width: 100%;
        text-align: center;
        padding: 6px;
    }
}

/* ==========================================================================
   Footer Layout: Navigation Identically to Widgets
   ========================================================================== */

.footer-nav-area .footer-nav-dropdown-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-nav-area .footer-nav-toggle-title {
    margin: 0;
    margin-right: 12px;
    font-size: 1rem;
    font-family: var(--hf-serif);
}

.footer-nav-area .footer-navigation ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.footer-nav-area .footer-navigation li {
    margin: 0;
}

.footer-nav-area .footer-navigation a {
    color: var(--hf-paper);
    font-size: 1rem;
    font-weight: 750;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-nav-area .footer-navigation a:hover,
.footer-nav-area .footer-navigation a:focus {
    color: var(--hf-clay);
}

@media (max-width: 720px) {
    .footer-nav-area .footer-nav-dropdown-wrap {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 0;
    }

    .footer-nav-area .footer-nav-toggle-title {
        margin: 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.08);
        padding: 12px 16px;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        color: var(--hf-paper);
        font-family: var(--hf-serif);
    }

    .footer-nav-area .footer-nav-toggle-title::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 50%;
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-70%) rotate(45deg);
        transition: transform 0.3s ease;
    }

    .footer-nav-area .footer-nav-dropdown-wrap.is-open .footer-nav-toggle-title::after {
        transform: translateY(-30%) rotate(225deg);
    }

    .footer-nav-area .footer-navigation {
        display: none !important;
        margin-top: 0px;
        width: 100%;
    }

    .footer-nav-area .footer-nav-dropdown-wrap.is-open .footer-navigation {
        display: flex !important;
    }

    .footer-nav-area .footer-navigation ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .footer-nav-area .footer-navigation li {
        width: 100%;
        text-align: center;
        :;0.1);
        margin-bottom: 4px;
    }
}
/* ==========================================================================
   Base Desktop Container & Table
   ========================================================================== */

.custom-caterer-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 0rem 0;
}

.custom-caterer-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  text-align: left;
  min-width: 850px;
}

.custom-caterer-table th,
.custom-caterer-table td {
  padding: 12px 15px;
  border: 1px solid #e1e1e1;
}

.custom-caterer-table th {
  background-color: #a3442b;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
}

.custom-caterer-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.custom-caterer-table tbody tr:hover {
  background-color: #f1f7fc;
}

/* Desktop Sticky Columns */
.custom-caterer-table th:nth-child(1),
.custom-caterer-table td:nth-child(1) {
  position: sticky;
  left: 0;
  z-index: 3;
  background-color: #ffffff;
  width: 70px;
  min-width: 70px;
  text-align: center;
}

.custom-caterer-table th:nth-child(1) {
  background-color: #a3442b;
  z-index: 5;
}

.custom-caterer-table th:nth-child(2),
.custom-caterer-table td:nth-child(2) {
  position: sticky;
  left: 70px;
  z-index: 3;
  background-color: #ffffff;
  min-width: 240px;
  box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.1);
}

.custom-caterer-table th:nth-child(2) {
  background-color: #a3442b;
  z-index: 5;
}

.custom-caterer-table tbody tr:hover td:nth-child(1),
.custom-caterer-table tbody tr:hover td:nth-child(2) {
  background-color: #f1f7fc;
}

.custom-caterer-table tbody tr:nth-child(even) td:nth-child(1),
.custom-caterer-table tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #f9f9f9;
}

/* Modern Mobile Card View Switcher */
@media screen and (max-width: 992px) {
  .custom-caterer-table-wrapper {
    overflow-x: visible;
  }

  .custom-caterer-table {
    min-width: 0 !important;
    background: transparent !important;
    border: none !important;
  }

  .custom-caterer-table thead {
    display: none !important;
  }

  .custom-caterer-table tbody,
  .custom-caterer-table tr {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  /* Individual Card Box for Each Caterer */
  .custom-caterer-table tr {
    display: block !important;
    margin-bottom: 24px;
    background: #ffffff !important;
    border: 2px solid #a3442b !important;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
  }

  .custom-caterer-table td {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    width: 100% !important;
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 12px 16px !important;
    text-align: left !important;
    background: transparent !important;
  }

  .custom-caterer-table tr td:last-child {
    border-bottom: none !important;
  }

  /* Rank Row Header inside Card */
  .custom-caterer-table td:nth-child(1) {
    background-color: #a3442b !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: bold;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 10px 16px !important;
  }

  .custom-caterer-table td:nth-child(1)::before {
    content: "RANK";
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #fcd3c9;
    font-weight: 600;
  }

  /* Caterer Name Full-Width Row */
  .custom-caterer-table td:nth-child(2) {
    background-color: #fdf2f0 !important;
    border-bottom: 2px solid #a3442b !important;
    padding: 14px 16px !important;
  }

  .custom-caterer-table td:nth-child(2)::before {
    display: block !important;
    content: attr(data-label);
    font-size: 11px;
    font-weight: 700;
    color: #a3442b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
  }

  .custom-caterer-table td:nth-child(2) strong {
    font-size: 17px;
    color: #1e293b;
    display: block;
  }

  .custom-caterer-table td:not(:nth-child(1)):not(:nth-child(2))::before {
    display: block !important;
    content: attr(data-label) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
  }
}
.caterer-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}
.caterer-gallery-item {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    background: #ece5d8;
    border: 1px solid var(--ca-border, #e5e7eb);
}
.caterer-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.2s ease;
}
.caterer-gallery-item:hover img {
    transform: scale(1.03);
}
.caterer-more-photos-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
}

.caterer-lightbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
}
.caterer-lightbox-content {
    position: relative;
    width: 90vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.caterer-lightbox-main-view {
    width: 100%;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    user-select: none;
    overflow: hidden;
}
.caterer-lightbox-slide-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.caterer-lightbox-slide img {
    max-width: 90vw;
    max-height: 65vh;
    object-fit: contain;
    border-radius: 4px;
    pointer-events: none;
}
.caterer-lightbox-caption {
	text-align: center;
    background: var(--hf-line);
    padding: 0.4rem;
    font-weight: 700;
    border-radius: 4px;
    position: relative;
    margin-top: -1rem;
}
.caterer-lightbox-close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 10;
}
.caterer-lightbox-prev,
.caterer-lightbox-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    font-size: 1.8rem;
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
    z-index: 10;
}
.caterer-lightbox-prev:hover,
.caterer-lightbox-next:hover {
    background: rgba(255, 255, 255, 0.4);
}
.caterer-lightbox-prev { left: 10px; }
.caterer-lightbox-next { right: 10px; }

.caterer-lightbox-bottom-bar {
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    display: flex;
    justify-content: center;
}
.caterer-lightbox-thumbs-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    max-width: 100%;
    padding: 4px 8px;
    scrollbar-width: none;
}
.caterer-lightbox-thumb {
    width: 126px;
    height: 84px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.4;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}
.caterer-lightbox-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.caterer-lightbox-thumb:hover {
    opacity: 0.8;
}
.caterer-lightbox-thumb.is-active {
    opacity: 1;
    border-color: var(--ca-primary, #1a73e8);
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .caterer-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .caterer-lightbox-prev { left: 0px; }
    .caterer-lightbox-next { right: 0px; }
    .caterer-lightbox-thumb {
        width: 50px;
        height: 38px;
    }
}