/* ------------------------------
   CSS RESET & NORMALIZATION
-------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  background: #F1FAEE;
  color: #1D3557;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
}
ol, ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  background: transparent;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button, input, select, textarea {
  font-family: inherit;
  outline: none;
  background: none;
  border: none;
  color: inherit;
}

/* ------------------------------
   FONT IMPORTS
-------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:700,600,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');

/* ------------------------------
   CSS VARS FOR BRAND COLORS
-------------------------------*/
:root {
  --primary: #1D3557;
  --primary-dark: #14223c;
  --secondary: #F1FAEE;
  --secondary-alt: #FFFFFF;
  --accent: #B80026;
  --accent-hover: #92001b;
  --text-dark: #1D3557;
  --text-light: #F1FAEE;
  --gray-light: #E5E7EB;
  --gray: #d1d8e0;
  --shadow: 0 2px 24px rgba(29, 53, 87, 0.07), 0 1.5px 7px rgba(29, 53, 87, 0.04);
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--text-dark);
  background: var(--secondary);
}

/* ------------------------------
   TYPOGRAPHY: Heading Hierarchy
-------------------------------*/
h1, .h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -2px;
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.15;
  text-transform: uppercase;
}
h2, .h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -1.5px;
  color: var(--primary);
  margin-bottom: 12px;
  line-height: 1.14;
  text-transform: uppercase;
}
h3, .h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0px;
  color: var(--primary);
  margin-bottom: 8px;
  text-transform: uppercase;
}
h4, .h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 8px;
  text-transform: uppercase;
}
.subheadline {
  font-size: 1.25rem;
  color: var(--primary-dark);
  margin-bottom: 20px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
p, ul li, ol li {
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 12px;
  color: var(--text-dark);
}
ul {
  margin-bottom: 16px;
  padding-left: 20px;
}
ul li::before {
  content: "■";
  color: var(--accent);
  margin-right: 8px;
  font-size: 0.7em;
  vertical-align: middle;
}
strong, b {
  font-weight: 700;
}
blockquote, .expert-quote {
  border-left: 4px solid var(--accent);
  margin: 20px 0;
  padding: 12px 20px;
  font-style: italic;
  color: var(--primary);
  background: var(--gray-light);
}
.service img{
  max-width: 100px;
}
/* ------------------------------
   LAYOUT WRAPPERS
-------------------------------*/
.container {
  width: 100%;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.section, main > section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: var(--secondary-alt);
  border-radius: 24px;
  box-shadow: var(--shadow);
  position: relative;
  /* geometric style: large border radius, subtle shadow */
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ========== GEOMETRIC STRUCTURED ELEMENTS ============= */
.feature-grid, .benefit-icons, .inspiration-list, .testimonial-list, .offer-list, .service-list, .case-study-previews, .content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
  min-width: 250px;
  flex: 1 1 300px;
  background: var(--secondary);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 32px 24px;
}
.promo-card, .feature, .offer, .service, .case-study, .inspiration-article {
  background: var(--secondary);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 32px 24px;
  min-width: 240px;
  flex: 1 1 280px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-bottom: 5px solid var(--primary);
  transition: box-shadow 0.18s, border-color 0.18s;
}
.promo-card:hover, .feature:hover, .offer:hover, .service:hover, .case-study:hover, .inspiration-article:hover {
  box-shadow: 0 4px 36px rgba(29, 53, 87, 0.11), 0 2px 11px rgba(29, 53, 87, 0.08);
  border-bottom: 5px solid var(--accent);
  z-index: 2;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.text-section {
  margin-bottom: 24px;
}

/****** Testimonials Card ******/
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 28px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: var(--shadow);
  border-left: 7px solid var(--accent);
  font-family: 'Roboto', Arial, sans-serif;
  color: var(--text-dark);
  transition: box-shadow 0.16s, border-left-color 0.18s;
}
.testimonial-card strong {
  font-size: 1rem;
  letter-spacing: 1px;
  color: var(--primary);
  font-family: 'Montserrat', Arial, sans-serif;
  margin-top: 4px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial-card:hover {
  box-shadow: 0 7px 22px rgba(184, 0, 38, 0.08);
  border-left-color: var(--primary);
}

/****** Feature Item ******/
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/****** Miscellaneous Cards & Sections ******/
.next-steps ul {
  padding-left: 20px;
}
.next-steps ul li::before {
  content: '▲';
  color: var(--primary);
  font-size: 0.8em;
  margin-right: 7px;
}

/****** Offer and Categories ******/
.offer-list {
  flex-wrap: wrap;
  gap: 24px;
}
.offer {
  border-bottom: 5px solid var(--primary);
}
.offer-categories, .destination-highlights, .special-deals {
  margin: 30px 0;
}
.offer-categories ul, .destination-highlights ul, .special-deals ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.offer-categories li, .special-deals li, .destination-highlights li {
  background: var(--gray-light);
  border-radius: 16px;
  padding: 7px 16px;
  font-size: 1rem;
  color: var(--primary-dark);
  font-weight: 500;
}
.special-deals li {
  border-left: 4px solid var(--accent);
  background: #fff;
  padding-left: 12px;
}

/****** FAQ, Case Study, Tips List ******/
.faq-list, .tip-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-item {
  background: var(--gray-light);
  border-radius: 14px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
}
.case-study-previews, .inspiration-list {
  gap: 24px;
}

/****** Benefit Icons ******/
.benefit-icons {
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 32px;
}
.benefit {
  background: var(--gray-light);
  border-radius: 20px;
  padding: 30px 18px;
  box-shadow: var(--shadow);
  min-width: 150px;
  text-align: center;
}
.benefit img {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
}


/****** Cookie Banner ******/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  color: var(--primary);
  border-top: 3px solid var(--accent);
  box-shadow: 0 -4px 32px rgba(29,53,87,0.07);
  z-index: 9999;
  padding: 22px 20px 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.35s cubic-bezier(.55,.22,.29,1);
  transform: translateY(0);
  will-change: transform;
}
.cookie-banner.hide {
  transform: translateY(110%);
}
.cookie-banner-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cookie-banner .cookie-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/****** Cookie Modal ******/
.cookie-modal {
  position: fixed;
  z-index: 10001;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(29,53,87,0.46);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.25s cubic-bezier(.67,.11,.19,.99);
  opacity: 1;
  pointer-events: auto;
}
.cookie-modal.hide {
  opacity: 0;
  pointer-events: none;
}
.cookie-modal-dialog {
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px 28px 32px;
  max-width: 380px;
  box-shadow: 0 13px 42px rgba(184,0,38,0.085) , 0 1.5px 7px rgba(29,53,87,0.09);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
.cookie-modal-dialog h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.cookie-modal-close {
  position: absolute;
  top: 13px;
  right: 17px;
  background: none;
  border: none;
  font-size: 1.32rem;
  color: var(--primary);
  cursor: pointer;
  transition: color 0.15s;
}
.cookie-category {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 6px;
}
.cookie-switch {
  width: 36px;
  height: 18px;
  border-radius: 10px;
  background: var(--gray);
  position: relative;
  transition: background 0.17s;
}
.cookie-switch[data-on="true"] {
  background: var(--primary);
}
.cookie-switch::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  transition: left 0.18s;
}
.cookie-switch[data-on="true"]::after {
  left: 21px;
}
.cookie-category span {
  font-size: 1rem;
  font-weight: 500;
}
.cookie-category .always-on {
  color: var(--accent);
  font-size: 0.92em;
  font-weight: 700;
  text-transform: uppercase;
}

/****** HEADER, NAV and MOBILE MENU ******/
header {
  background: var(--primary);
  box-shadow: 0 5px 18px rgba(24,43,76,0.05);
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  z-index: 99;
  top: 0;
  width: 100%;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  gap: 16px;
  position: relative;
}
.logo img {
  height: 44px;
  width: auto;
  border-radius: 8px;
  background: var(--secondary-alt);
  padding: 3px 7px;
  box-shadow: 0 0.5px 2px rgba(24,43,76,0.05);
}
.main-nav {
  display: flex;
  gap: 26px;
}
.main-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1rem;
  color: var(--secondary-alt);
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 3px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.19s, color 0.16s;
}
.main-nav a:focus, .main-nav a:hover, .main-nav a.active {
  border-bottom: 2.5px solid var(--accent);
  color: var(--accent);
  background: rgba(248, 248, 248, 0.06);
}

/****** CTA BUTTONS ******/
.cta, .cookie-banner .cta, .cookie-banner button, .cookie-modal button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.05rem;
  padding: 12px 28px;
  border-radius: 32px;
  cursor: pointer;
  border: none;
  outline: none;
  box-shadow: 0 0.5px 2px rgba(24,43,76,0.06);
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: background 0.17s,color 0.14s,box-shadow 0.16s,border 0.14s;
}
.cta.primary, .cookie-banner .cta.primary {
  background: var(--accent);
  color: #fff;
  border: 2.2px solid var(--accent);
  box-shadow: 0 2px 8px rgba(184,0,38,0.09);
}
.cta.primary:hover,
.cta.primary:focus,
.cookie-banner .cta.primary:hover,
.cookie-banner .cta.primary:focus {
  background: var(--accent-hover);
  border-color: var(--primary);
  color: #fff;
}
.cta, .cookie-banner button:not(.primary), .cookie-modal button:not(.primary) {
  background: var(--secondary);
  color: var(--primary);
  border: 2.2px solid var(--primary);
}
.cta:hover, .cookie-banner button:hover, .cookie-modal button:hover {
  background: var(--gray-light);
  border-color: var(--accent);
  color: var(--accent);
}

/****** HIDE MOBILE MENU/HAMBURGER BUTTON ON DESKTOP ******/
.mobile-menu-toggle {
  display: none;
}

/****** FOOTER ******/
footer {
  background: var(--primary);
  color: #f8fafd;
  padding: 44px 0 0 0;
  border-radius: 32px 32px 0 0;
  margin-top: 60px;
  box-shadow: 0 -3px 22px rgba(29,53,87,.08);
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding-bottom: 34px;
}
footer .logo img {
  width: 50px;
  height: auto;
  background: #fff;
  border-radius: 12px;
  padding: 5px;
}
.footer-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}
.footer-nav a {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.98rem;
  color: var(--secondary-alt);
  font-weight: 600;
  padding-bottom: 2px;
  border-bottom: 1.7px solid transparent;
  transition: border-color 0.14s, color 0.14s;
  letter-spacing: 0.2px;
}
.footer-nav a:hover, .footer-nav a:focus {
  border-color: var(--accent);
  color: var(--accent);
}
.footer-contact p, .footer-contact a {
  color: var(--secondary-alt);
  font-size: 0.96rem;
}
.footer-contact a:hover {
  color: var(--accent);
  text-decoration: underline;
}

/****** Map Placeholder
to keep geometric look ******/
.map-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background: var(--gray-light);
  border-radius: 20px;
  padding: 20px 24px;
  min-width: 180px;
  min-height: 110px;
  box-shadow: var(--shadow);
}

/****** Animateable Utility ******/
.slide-in {
  animation: slideIn 0.4s cubic-bezier(.65,.03,.36,1) both;
}
@keyframes slideIn {
  from { transform: translateX(110%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
.slide-out {
  animation: slideOut 0.38s cubic-bezier(.55,.26,.58,1) both;
}
@keyframes slideOut {
  from { transform: translateX(0); opacity: 1; }
  to { transform: translateX(120%); opacity: 0; }
}
.fade-in {
  animation: fadeIn 0.24s cubic-bezier(.52,.03,.36,1) both;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ============= MOBILE MENU ============= */
.mobile-menu-toggle {
  display: none;
  background: none;
  color: #fff;
  border: none;
  font-size: 2.1rem;
  cursor: pointer;
  padding: 6px 10px;
  margin-left: 10px;
  margin-right: 0;
  z-index: 101;
  border-radius: 7px;
  transition: background 0.15s;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  background: rgba(248, 248, 248, 0.14);
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--primary-dark);
  box-shadow: 0 5px 28px rgba(29, 53, 87, 0.18);
  z-index: 1002;
  display: flex;
  flex-direction: column;
  transform: translateX(-110%);
  transition: transform 0.33s cubic-bezier(.7,.05,.16,1);
  will-change: transform;
}
.mobile-menu.open {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 2.3rem;
  background: none;
  color: #fff;
  border: none;
  z-index: 1003;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 7px;
  transition: background 0.16s,color 0.16s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  background: var(--accent);
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  padding: 80px 32px 0 32px;
  height: 100%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.25rem;
}
.mobile-nav a {
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
  border-bottom: 2px solid transparent;
  width: 100%;
  display: block;
  font-size: 1.14rem;
  letter-spacing: 1px;
  transition: background 0.11s, color 0.11s, border-color 0.14s;
  border-radius: 5px;
}
.mobile-nav a:focus, .mobile-nav a:hover {
  background: var(--accent);
  color: #fff;
  border-bottom: 2px solid var(--accent);
}

/******* Hide Desktop Main Nav on Mobile ******/
@media (max-width: 991px) {
  .main-nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

/****** Responsive: layout on mobile/tablet ******/
@media (max-width: 1100px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
@media (max-width: 900px) {
  .section, main > section {
    padding: 36px 6px;
    margin-bottom: 42px;
  }
  .content-wrapper {
    gap: 14px;
  }
  .footer-contact, .footer-nav {
    font-size: 0.94rem;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2rem;
    letter-spacing: -0.7px;
  }
  h2, .h2 {
    font-size: 1.45rem;
    letter-spacing: -0.4px;
  }
  .section, main > section {
    border-radius: 18px;
    padding: 24px 5px;
    margin-bottom: 32px;
    min-height: unset;
  }
  .content-wrapper {
    gap: 9px;
  }
  .feature-grid, .benefit-icons, .testimonial-list, .inspiration-list, .case-study-previews, .card-container, .offer-list,
  .service-list, .content-grid {
    flex-direction: column;
    gap: 20px;
  }
  .text-image-section {
    flex-direction: column;
    gap: 20px !important;
    align-items: flex-start !important;
  }
  header .container, footer .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: unset;
    height: auto;
    padding-bottom: 12px;
  }
  .footer-nav {
    gap: 10px;
  }
  .main-nav {
    gap: 18px;
    font-size: 1.06rem;
  }
  .card, .promo-card, .feature, .offer, .service, .case-study, .inspiration-article {
    box-shadow: 0 1.5px 8px rgba(29, 53, 87, 0.06);
    min-width: 160px;
    padding: 20px 12px;
    font-size: 1rem;
  }
  .testimonial-card { padding: 17px 10px; }
  .faq-item {
    padding: 12px 8px;
  }
}
@media (max-width: 520px) {
  .section, main > section {
    padding: 12px 0;
    margin-bottom: 16px;
    border-radius: 0;
  }
  .card, .promo-card, .feature, .offer, .service, .case-study, .inspiration-article {
    padding: 10px 2.5vw;
    border-radius: 12px;
    font-size: 0.98rem;
  }
  .testimonial-card { border-radius: 10px; }
  .cookie-modal-dialog { padding: 14px 5vw 19px 5vw; }
  footer { border-radius: 0; }
}

/****** Utility gap for proper spacing ******/
.section > .container,
main > section > .container {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.section, main > section {
  margin-bottom: 60px;
  padding: 40px 20px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  position: relative;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.testimonial-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

/****** Focus visible accessibility ******/
a:focus, button:focus, .cta:focus {
  outline: 2.5px solid var(--accent);
  outline-offset: 2px;
}

/********* SCROLLBAR STYLING **********/
* {
  scrollbar-width: thin;
  scrollbar-color: var(--accent) var(--secondary);
}
*::-webkit-scrollbar {
  width: 10px;
  background: var(--secondary);
}
*::-webkit-scrollbar-thumb {
  background: var(--accent);
  border-radius: 7px;
}

/* ==================
   GEOMETRIC SHAPES (DECORATIVE, for backgrounds)
================== */
.geometric-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.085;
}

/* =========================
   CUSTOM FLEX/GEOMETRIC CLASSES
========================= */
.flex-row {
  display: flex !important;
  flex-direction: row !important;
  gap: 20px;
  flex-wrap: wrap;
}
.flex-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px;
}

/****** FORM, INPUTS, LABELS ******/
input, textarea, select {
  background: var(--secondary);
  border: 2px solid var(--gray);
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 1rem;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 18px;
  width: 100%;
  color: var(--primary);
}
input:focus, textarea:focus, select:focus {
  border-color: var(--accent);
  background: #FBFBFC;
  outline: 2px solid var(--accent);
}
label {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 6px;
  display: inline-block;
  color: var(--primary);
}

/****** Accessibility for SR Users */
.sr-only {
  position: absolute;
  left: -100vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/****** Prevent overlapping by default ******/
* {
  box-sizing: border-box;
}

/**** Prevent absolute positioning for cards etc. - only allow for .geometric-decor, cookie and mobile menu close ****/

/***** Z-index orderings *****/
header        { z-index: 80; }
.mobile-menu  { z-index: 1002 !important; }
.cookie-banner, .cookie-modal { z-index: 9999 !important; }
footer        { z-index: 1; }
/* End CSS */
