/* ====================================================
   CSS RESET & NORMALIZE FOR ELEGANT_CLASSIC DESIGN
   ==================================================== */
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, 
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;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background: #F5F7FA;
}
body {
  min-height: 100vh;
  font-family: 'Roboto', Georgia, 'Times New Roman', Times, serif;
  color: #232826;
  background: #F5F7FA;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #2A5C48;
  text-decoration: none;
  background: none;
  transition: color 0.2s;
}
a:hover, a:focus {
  color: #18402f;
  text-decoration: underline;
}
button {
  font-family: inherit;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}
ul {
  list-style: disc;
  margin-left: 2em;
}
hr {
  border: none;
  border-bottom: 1px solid #d5ded8;
  margin: 32px 0;
}

/* =============================================
   TYPOGRAPHY
   ============================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', 'Georgia', serif;
  letter-spacing: 0.01em;
  color: #2A5C48;
  margin-bottom: 0.5em;
  line-height: 1.15;
}
h1 {
  font-size: 2.5rem;
  margin-bottom: 0.7em;
  font-weight: 700;
}
h2 {
  font-size: 2rem;
  margin-bottom: 0.6em;
  font-weight: 600;
}
h3 {
  font-size: 1.4rem;
  margin-bottom: 0.4em;
  font-weight: 500;
}
h4 {
  font-size: 1.15rem;
  font-weight: 500;
}
p, li, table, .footer-contact {
  font-family: 'Roboto', Georgia, 'Times New Roman', serif;
  color: #232826;
  font-size: 1.04rem;
  margin-bottom: 1.2em;
}
p {
  max-width: 700px;
}
strong {
  font-weight: 600;
}
em {
  color: #467066;
  font-style: italic;
}

/* =============================================
   LAYOUT: SPACING & FLEXBOX CONTAINER PATTERNS
   ============================================= */
.container {
  max-width: 1170px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 18px rgba(42, 92, 72, 0.06);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(42,92,72,0.07);
  padding: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.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;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #FAFBFB;
  border: 1px solid #E3EBE6;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(42,92,72,0.07);
  margin-bottom: 20px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 18px;
  background: #F5F7FA;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(42, 92, 72, 0.04);
  min-width: 220px;
  flex: 1 0 220px;
}

/***** Basic Section Spacing For All page blocks *****/
section {
  margin-bottom: 60px;
  padding: 40px 0;
}
section:last-child {
  margin-bottom: 0;
}

/* =============================================
   HEADER/NAVIGATION BAR
   ============================================= */
header {
  background: #fff;
  box-shadow: 0 4px 14px rgba(42, 92, 72, 0.04);
  border-bottom: 1px solid #e9efea;
  position: relative;
  z-index: 40;
}
header .container {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}
header img {
  max-height: 56px;
}
.main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.main-nav a {
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1.08rem;
  color: #2A5C48;
  letter-spacing: 0.01em;
  padding: 4px 0;
  position: relative;
  transition: color 0.2s;
}
.main-nav a:hover,
.main-nav a:focus {
  color: #467066;
  text-decoration: underline;
}
.cta-btn {
  margin-left: 36px;
  padding: 10px 28px;
  border-radius: 25px;
  background: #2A5C48;
  color: #fff;
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1.05rem;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(46, 90, 74, 0.09);
  border: 1.5px solid #2A5C48;
  transition: background 0.15s, color 0.15s, border 0.2s, transform 0.2s;
  cursor: pointer;
}
.cta-btn:hover, .cta-btn:focus {
  background: #8EC1B8;
  color: #18402f;
  border-color: #467066;
  transform: translateY(-2px) scale(1.04);
}

/***** MOBILE NAVIGATION *****/
.mobile-menu-toggle {
  display: none;
  background: #2A5C48;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 40px;
  font-size: 1.5rem;
  margin-left: 18px;
  transition: background 0.18s, box-shadow 0.2s;
  z-index: 1051;
}
.mobile-menu-toggle:focus,
.mobile-menu-toggle:hover {
  background: #8EC1B8;
  color: #2A5C48;
}
.mobile-menu {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(42, 92, 72, 0.97);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(.73,.01,.29,.99);
  z-index: 1100;
  display: flex;
  flex-direction: column;
  padding: 56px 24px 32px 24px;
  width: 100vw;
  height: 100vh;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 2rem;
  background: #fff;
  color: #2A5C48;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(46,90,74,0.12);
  z-index: 1052;
  transition: background 0.2s, color 0.2s;
}
.mobile-menu-close:hover,
.mobile-menu-close:focus {
  background: #8EC1B8;
  color: #fff;
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 80px;
}
.mobile-nav a {
  color: #fff;
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
  padding: 2px 4px;
  border-radius: 8px;
  transition: background 0.22s, color 0.18s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: #8EC1B8;
  color: #2A5C48;
}

/***** HIDE / SHOW NAV ON BREAKPOINT *****/
@media (max-width: 992px) {
  .main-nav,
  .cta-btn {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  header .container {
    gap: 0;
  }
}
@media (min-width: 993px) {
  .mobile-menu, .mobile-menu-toggle {
    display: none !important;
  }
}

/* =============================================
   HERO & CALL TO ACTION SECTIONS
   ============================================= */
.hero, .call-to-action, .thank-you-section {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 7px 40px rgba(46, 90, 74, 0.07);
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 48px;
  align-items: center;
  text-align: center;
}
.hero h1 {
  color: #2A5C48;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.4em;
}
.hero p {
  font-size: 1.18rem;
  margin-bottom: 1.8em;
  color: #232826;
}
.call-to-action h2 {
  color: #2A5C48;
  font-size: 2.04rem;
}
.call-to-action p {
  font-size: 1.15rem;
  margin-bottom: 1.4em;
}

/* =============================================
   FEATURE GRID
   ============================================= */
.features {
  background: #F5F7FA;
  border-radius: 14px;
  box-shadow: 0 3px 16px rgba(46,90,74,0.06);
}
.features .feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  margin-top: 18px;
}
.feature-item img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: grayscale(14%) contrast(1.1);
}
.feature-item h3 {
  font-size: 1.18rem;
  color: #2A5C48;
  margin-bottom: 0.06em;
}

/* =============================================
   SERVICES / SERVICE CATEGORIES
   ============================================= */
.services-intro .service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}
.service-links a {
  display: inline-flex;
  align-items: center;
  padding: 7px 20px;
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1.04rem;
  border-radius: 20px;
  border: 1.4px solid #8EC1B8;
  color: #2A5C48;
  background: #F5F7FA;
  box-shadow: 0 1px 6px rgba(42, 92, 72, 0.03);
  transition: background 0.2s, color 0.18s, border 0.18s;
}
.service-links a:hover, .service-links a:focus {
  background: #8EC1B8;
  color: #fff;
  border-color: #2A5C48;
}

.services-list .service-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
}
.service-category {
  flex: 1 0 240px;
  background: #fff;
  padding: 24px 18px 20px;
  border-radius: 13px;
  box-shadow: 0 2px 9px rgba(46, 90, 74, 0.06);
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.service-category img {
  width: 36px;
  margin-bottom: 0.1em;
}
.service-category h3 {
  font-size: 1.11rem;
  color: #2A5C48;
  margin-bottom: 0;
}

/* =============================================
   PRICING TABLES
   ============================================= */
.pricing .pricing-tables {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
  margin-bottom: 12px;
  justify-content: center;
}
.pricing-table {
  flex: 1 0 250px;
  background: #F8FCFA;
  padding: 28px 22px;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(46, 90, 74, 0.07);
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1.6px solid #E3EBE6;
}
.pricing-table h3 {
  font-size: 1.18rem;
  color: #2A5C48;
}
.pricing-table p strong {
  font-size: 1.3rem;
  color: #2A5C48;
  font-family: 'Montserrat', 'Georgia', serif;
}
.pricing-table ul {
  margin-top: 0.7em;
  margin-bottom: 0.2em;
  padding-left: 20px;
  color: #467066;
  font-size: 0.99em;
  line-height: 1.7;
}

/* =============================================
   TESTIMONIALS & REVIEW CARDS
   ============================================= */
.testimonials {
  background: #F5F7FA;
  border-radius: 14px;
  box-shadow: 0 3px 18px rgba(46, 90, 74, 0.06);
}
.testimonials .testimonial-card, .testimonial-block .testimonial-card {
  background: #fff;
  border: 1.2px solid #E3EBE6;
  box-shadow: 0 2px 9px rgba(42,92,72,0.06);
  color: #232826;
}
.testimonial-card p {
  font-size: 1.08rem;
  color: #2A5C48;
  margin-bottom: 8px;
}
.testimonial-card span {
  color: #467066;
  font-size: 0.99rem;
  font-style: italic;
}
.star-ratings {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin: 6px 0 0 0;
}
.star-ratings img {
  width: 20px;
  height: 20px;
}

/***** FAQ LIST *****/
.faq-list .faq-item {
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 7px rgba(42,92,72,0.07);
  border: 1px solid #E3EBE6;
  padding: 20px 22px 18px 20px;
  margin-bottom: 18px;
}
.faq-item h3 {
  font-size: 1.08rem;
  color: #2A5C48;
  margin-bottom: 7px;
  font-family: 'Montserrat', 'Georgia', serif;
}
.faq-item p {
  font-size: 0.99rem;
  color: #232826;
  margin-bottom: 2px;
}
.faq-contact-prompt {
  margin-top: 20px;
  background: #F5F7FA;
  border-radius: 10px;
  padding: 13px 18px;
  color: #18402f;
}
.faq-contact-prompt a {
  font-weight: 600;
  color: #2A5C48;
  text-decoration: underline;
  transition: color 0.12s;
}
.faq-contact-prompt a:hover,
.faq-contact-prompt a:focus {
  color: #8EC1B8;
}

/***** CONTACT INFO BLOCK *****/
.contact-info ul {
  padding-left: 0;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-info ul li {
  font-size: 1rem;
  display: flex;
  gap: 12px;
  align-items: center;
  color: #2A5C48;
}
.contact-info ul img {
  width: 22px;
  filter: grayscale(18%) contrast(1.06);
}
.opening-hours {
  background: #F5F7FA;
  padding: 12px 18px;
  margin-bottom: 12px;
  border-radius: 8px;
  color: #232826;
  width: fit-content;
}
.opening-hours h3 {
  color: #2A5C48;
  font-size: 1rem;
  margin-bottom: 3px;
}

/***** MAP SECTION *****/
.map {
  background: #FAFBFB;
  border-radius: 14px;
  box-shadow: 0 1px 7px rgba(46, 90, 74, 0.04);
  padding: 28px 0;
  text-align: center;
  margin-bottom: 0;
}

/***** POLICY/TERMS BLOCKS *****/
.privacy-policy, .dsgvo-section, .cookie-policy-section, .terms-section {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 3px 18px rgba(42,92,72,0.06);
  padding-top: 44px;
  padding-bottom: 44px;
}
.privacy-policy h1, .terms-section h1, .dsgvo-section h1, .cookie-policy-section h1 {
  color: #2A5C48;
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  text-align: center;
}

/***** THANK YOU SECTION *****/
.thank-you-section {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(46, 90, 74, 0.07);
  margin-top: 40px;
}
.thank-you-section h1 {
  color: #2A5C48;
  margin-bottom: 1.5rem;
}

/* =============================================
   FOOTER
   ============================================= */
footer {
  background: #FFFFFF;
  border-top: 1.5px solid #e9efea;
  padding: 32px 0 18px 0;
  font-size: 0.98rem;
}
footer .container {
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}
.footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 7px;
}
.footer-nav a {
  color: #8EC1B8;
  font-size: 0.99rem;
  padding: 2px 6px;
  border-radius: 8px;
  transition: background 0.14s, color 0.18s;
  font-family: 'Montserrat', 'Georgia', serif;
}
.footer-nav a:hover, .footer-nav a:focus {
  background: #8EC1B8;
  color: #fff;
}
.footer-contact {
  color: #232826;
  margin-bottom: 6px;
  font-size: 1rem;
}
.footer-contact a {
  color: #2A5C48;
  font-weight: 500;
  margin-left: 3px;
  transition: color 0.14s;
}
.footer-contact a:hover, .footer-contact a:focus {
  color: #8EC1B8;
}

/* =============================================
   RESPONSIVE: MOBILE-FIRST FLEX ADJUSTMENTS
   ============================================= */
@media (max-width: 768px) {
  .container {
    padding-left: 7px;
    padding-right: 7px;
  }
  .content-wrapper {
    gap: 16px;
  }
  section {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .hero, .call-to-action, .thank-you-section {
    padding: 32px 0;
    border-radius: 11px;
    margin-bottom: 34px;
  }
  .features .feature-grid,
  .services-list .service-categories,
  .pricing .pricing-tables,
  .footer-nav {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  .feature-item,
  .service-category,
  .pricing-table {
    min-width: 0;
    width: 100%;
  }
  .text-image-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
  }
}
@media (max-width:580px) {
  h1{
    font-size: 1.55rem;
  }
  h2{
    font-size: 1.22rem;
  }
  .cta-btn, .main-nav a, .footer-nav a, .service-links a {
    font-size: 1rem;
    padding: 8px 16px;
  }
  .mobile-nav a {
    font-size: 1.1rem;
  }
}

/* =============================================
   INTERACTIVE ELEMENTS & MICRO-INTERACTIONS
   ============================================= */
button, .cta-btn, .service-links a, .mobile-menu-close {
  transition: background 0.15s, color 0.15s, border 0.13s, box-shadow 0.16s, transform 0.18s;
}
.card:hover,
.pricing-table:hover,
.service-category:hover,
.feature-item:hover,
.testimonial-card:hover {
  box-shadow: 0 7px 24px rgba(44, 85, 72, 0.12);
  transform: translateY(-2px) scale(1.016);
}

/* =============================================
   COOKIE CONSENT BANNER & MODAL
   ============================================= */
.cookie-consent-banner {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  width: 100vw;
  background: #fff;
  border-top: 2.5px solid #2A5C48;
  box-shadow: 0 -2px 24px rgba(46,90,74,0.16);
  z-index: 1300;
  padding: 20px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-size: 1rem;
  color: #232826;
  animation: cookiebannerin 0.8s cubic-bezier(.73,.01,.29,.99);
}
@keyframes cookiebannerin {
  0% { transform: translateY(120px); opacity:0; }
  100% { transform: translateY(0); opacity:1; }
}
.cookie-consent-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.cookie-btn {
  padding: 8px 22px;
  border-radius: 30px;
  border: 1.5px solid #8EC1B8;
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 0.99rem;
  font-weight: 600;
  background: #8EC1B8;
  color: #1c342a;
  cursor: pointer;
  transition: background 0.14s, color 0.13s, border 0.14s, box-shadow 0.16s;
}
.cookie-btn.accept {
  background: #2A5C48;
  color: #fff;
  border-color: #2A5C48;
}
.cookie-btn.reject {
  background: #fff;
  color: #2A5C48;
  border-color: #8EC1B8;
}
.cookie-btn.settings {
  background: #fff;
  color: #8EC1B8;
  border-color: #8EC1B8;
}
.cookie-btn:hover, .cookie-btn:focus {
  background: #F5F7FA;
  color: #2A5C48;
  border-color: #2A5C48;
  box-shadow: 0 2px 10px rgba(46, 90, 74, 0.09);
}
.cookie-consent-modal-bg {
  display: none;
  position: fixed;z-index:1301;
  top:0;left:0;right:0;bottom:0;
  background: rgba(34, 48, 42, 0.37);
  animation: fadeinbg .32s;
}
@keyframes fadeinbg { 0%{ opacity:0; } 100%{opacity:1;} }
.cookie-consent-modal {
  display: none;
  position: fixed;
  z-index: 1302;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%) scale(1);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 48px rgba(46,90,74,0.24);
  min-width: 320px; max-width:96vw;
  padding: 38px 30px 26px 30px;
  animation: modalfadein .3s cubic-bezier(.73,.01,.29,.99);
}
@keyframes modalfadein { 0% { transform: translate(-50%,-40%) scale(.95); opacity:.5; } 100%{ opacity:1; } }
.cookie-consent-modal.active, .cookie-consent-modal-bg.active {
  display: block;
}
.cookie-consent-modal h3 {
  font-family: 'Montserrat', 'Georgia', serif;
  font-size: 1.21rem;
  color: #2A5C48;
  margin-bottom: 12px;
  font-weight: 600;
}
.cookie-modal-categories {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 18px;
}
.cookie-modal-category {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #e9efea;
}
.cookie-modal-category:last-child {
  border-bottom: none;
}
.cookie-modal-category label {
  font-size: 1rem;
  color: #232826;
  flex: 1;
  font-family: 'Roboto', Georgia, serif;
}
.cookie-toggle {
  width: 44px; height: 26px;
  position: relative;
  display: inline-block;
}
.cookie-toggle input[type="checkbox"] {
  opacity: 0;
  width: 0; height: 0;
}
.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #E3EBE6;
  border-radius: 22px;
  transition: .3s;
}
.cookie-toggle input:checked + .cookie-slider {
  background: #8EC1B8;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px; width: 18px;
  left: 3.5px; bottom: 4px;
  background: #fff;
  border-radius: 50%;
  transition: .3s;
  box-shadow: 0 1px 2px rgba(63,112,91,0.09);
}
.cookie-toggle input:checked + .cookie-slider:before {
  transform: translateX(18px);
}
.cookie-modal-actions {
  display: flex;
  flex-direction: row;
  gap: 14px;
  justify-content: flex-end;
  margin-top: 7px;
}
@media(max-width:430px){
  .cookie-consent-modal {
    min-width: 85vw;
    padding: 18px 8px 18px 8px;
    border-radius: 9px;
  }
}

/***** ELEGANT SHADOWS AND ROUNDED CORNERS *****/
.card, .feature-item, .service-category, .pricing-table, .testimonial-card {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(46, 90, 74, 0.06);
}

/******* Z-INDEX & OVERLAP SAFEGUARDS ******/
header,
.mobile-menu,
.mobile-menu-close,
.cookie-consent-banner,
.cookie-consent-modal,
.cookie-consent-modal-bg {
  z-index: 1100;
}

/* ========== UTILITIES ========== */
.hide { display:none !important; }
.text-center{ text-align: center; }
.text-right{ text-align: right; }
.mt-0{ margin-top:0 !important; }
.mb-0{ margin-bottom:0 !important; }

/***** END: style.css *****/
