/* Refined Professional Palette - Elegant & Sophisticated */

:root {
  /* Banksia Theme - Resilience & Warmth */
  --enq-banksia-leaf: #3A5F0B;        /* Deep, resilient green */
  --enq-banksia-gold: #D4A017;        /* Subtle gold/orange */
  --enq-banksia-rust: #C05832;        /* Burnt orange/rust */
  --enq-banksia-cream: #F5F0E6;       /* Warm background */

  /* Bootstrap tokens */
  --bs-body-bg: var(--enq-banksia-cream);
  --bs-body-color: var(--enq-text-primary);

  --bs-primary: var(--enq-banksia-leaf);
  --bs-primary-rgb: 58, 95, 11;
  --bs-primary-text-emphasis: #263e07;

  --bs-secondary: var(--enq-banksia-rust);
  --bs-secondary-rgb: 192, 88, 50;
  --bs-secondary-text-emphasis: #8a3f24;

  --bs-heading-color: var(--enq-text-primary);

  /* Accent colors - subtle */
  --bs-danger: var(--enq-terracotta);
  --bs-danger-rgb: 184, 125, 106;

  /* Success/info colors */
  --bs-success: var(--enq-sage);
  --bs-info: var(--enq-sage-light);

  /* Remove the template's space theme visuals */
  --divider-url: none;
  --gradient: none;
}

/* Customise your Font, change "Ubuntu" to another font */

@font-face {
  font-family: "Ubuntu";
  src: url("/assets/fonts/UbuntuSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
}

body {
  font-family: "Ubuntu", var(--bs-body-font-family);
  line-height: 1.75;
  color: var(--enq-text-primary);
  background: var(--enq-white);
  min-height: 100vh;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  z-index: 1; /* Ensure content is above leaf container */
}

/* -------------------------------------------- */









html {
  height: 100%;
  position: relative;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
  background: var(--enq-white);
}

.fillout-mount {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* Refined Button Styles - Elegant & Professional */
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-primary-text-emphasis);
  --bs-btn-color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  border-radius: 8px; /* Soft square */
  padding: 0.875rem 2.25rem;
  border: none;
  box-shadow: 0 4px 14px rgba(32, 56, 47, 0.15);
}

.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(32, 56, 47, 0.2);
  transform: translateY(-1px);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(32, 56, 47, 0.15);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  border-radius: 8px; /* Soft square */
  padding: 0.875rem 2.25rem;
  border-width: 1px;
  background: transparent;
}

.btn-outline-primary:hover {
  box-shadow: 0 4px 14px rgba(32, 56, 47, 0.1);
  color: white;
}

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-color: #ffffff;
  --bs-btn-hover-bg: var(--bs-secondary-text-emphasis);
  --bs-btn-hover-border-color: var(--bs-secondary-text-emphasis);
  --bs-btn-hover-color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  border-radius: 8px; /* Soft square */
  padding: 0.875rem 2.25rem;
  border: none;
  box-shadow: 0 4px 14px rgba(90, 124, 106, 0.12);
}

.btn-secondary:hover {
  box-shadow: 0 6px 20px rgba(90, 124, 106, 0.18);
  transform: translateY(-1px);
}

.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  border-radius: 8px; /* Soft square */
  padding: 0.875rem 2.25rem;
  border-width: 1px;
  background: transparent;
}

.btn-outline-secondary:hover {
  box-shadow: 0 4px 14px rgba(90, 124, 106, 0.12);
}


#navbar-main {
  min-height: 110px; /* Increased height for bigger logo */
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: linear-gradient(to right, #FFFBF5, #F9F4EC); /* Subtle warm gradient */
  border-bottom: 1px solid rgba(192, 88, 50, 0.1); /* Subtle rust border */
  box-shadow: 0 4px 20px rgba(58, 95, 11, 0.05);
}

#navbar-main .navbar-logo {
  height: auto;
  max-height: 85px; /* Bigger logo */
  width: auto;
  max-width: 250px;
  transition: transform 0.3s ease;
}

#navbar-main .navbar-brand:hover .navbar-logo {
  transform: scale(1.02);
}

#navbar-main .nav-link {
  --bs-nav-link-padding-x: 1.25rem;
  transition: color 0.2s ease;
  font-size: 1rem;
  font-weight: 400;
  color: var(--enq-text-secondary);
  position: relative;
  letter-spacing: 0.2px;
}

#navbar-main .navbar-toggler {
  border: none;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
}

#navbar-main .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 74, 62, 0.25);
}

#navbar-main .nav-link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--bs-primary);
  transition: all 0.25s ease;
  transform: translateX(-50%);
}

#navbar-main .nav-link:hover {
  color: var(--bs-primary);
}

#navbar-main .nav-link:hover::after {
  width: 60%;
}

#navbar-main .nav-link.active {
  color: var(--bs-primary);
  font-weight: 500;
}

#navbar-main .nav-link.active::after {
  width: 60%;
}

#footer-main {
  background: var(--enq-off-white);
  border-top: 1px solid var(--enq-border);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#footer-main .nav-link {
  transition: color 0.2s ease;
  border-bottom: none !important;
  color: var(--enq-text-secondary);
  font-size: 0.9375rem;
}

#footer-main .nav-link:hover {
  color: var(--bs-primary);
}

.border-primary-hover {
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.border-primary-hover:hover {
  border-color: rgba(var(--bs-primary-rgb), 1) !important;
}

.border-secondary-hover {
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.border-secondary-hover:hover {
  border-color: rgba(var(--bs-secondary-rgb), 1) !important;
}

.text-preline {
  white-space: pre-line;
}



.footer-wrapper {
  position: relative;
}

.footer-wrapper::after {
  content: none;
}

.divider {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  z-index: 3;
  isolation: isolate;
}


.divider::before {
  content: "";
  display: block;
  padding-bottom: 7%;
}


.divider::after {
  content: none;
}

/* Hero Section - Elevated */
.hero-section {
  padding: 4rem 1.5rem 3rem;
  margin-bottom: 0;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  margin-top: 2rem;
  box-shadow: 0 4px 20px rgba(107, 140, 122, 0.04);
  border: 1px solid rgba(255,255,255,0.6);
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 2;
}

.hero-headline {
  font-family: var(--bs-font-sans-serif);
  font-weight: 300;
  font-size: 3.25rem;
  color: var(--enq-forest);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.hero-subheadline {
  font-size: 1.35rem;
  font-weight: 300;
  color: var(--enq-text-secondary);
  margin-bottom: 1.25rem;
}

.hero-subheadline strong {
  color: var(--enq-sage); /* Softer than terracotta */
  font-weight: 400;
}

.hero-description {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--enq-text-secondary);
  margin-bottom: 2.5rem;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 2rem;
}

.hero-cta .btn {
  min-width: 240px;
  justify-content: flex-start;
  font-size: 1.0625rem;
  padding: 0.875rem 2rem;
}

.hero-credibility {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--enq-border);
}

.credibility-text {
  font-size: 0.9375rem;
  color: var(--enq-text-secondary);
  margin: 0;
  line-height: 1.6;
}

/* Cards & Content - Floating, lighter */
.content-section {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(107, 140, 122, 0.04); /* Very subtle shadow */
  margin-top: -1rem; /* Slight overlap or pull up */
  margin-bottom: 4rem;
  border: 1px solid rgba(255,255,255,0.6);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Image Optimization & Responsive Styles */
.content-section img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: var(--enq-sage-pale);
}

.content-section img:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(58, 95, 11, 0.12) !important;
}

.content-section img[loading="lazy"] {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: var(--enq-sage-pale);
  min-height: 250px;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Mobile-first image sizing */
@media (max-width: 575px) {
  .content-section {
    padding: 1.5rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    border-radius: 8px;
  }
  
  .content-section img {
    margin-bottom: 1.5rem;
  }
  
  .content-section .row {
    margin-bottom: 2rem;
  }
  
  .content-section h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .content-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .content-section h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  
  .content-section .card {
    padding: 1.5rem !important;
  }
  
  .content-section .lead {
    font-size: 1.125rem;
  }
}

@media (min-width: 576px) {
  .content-section {
    padding: 2.5rem;
  }
}

@media (min-width: 768px) {
  .content-section {
    padding: 3rem;
  }
}

/* Links - Underline animation */
main a:not(.btn) {
  color: var(--enq-forest);
  text-decoration: none;
  background-image: linear-gradient(var(--enq-terracotta), var(--enq-terracotta));
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s ease, color 0.3s ease;
  padding-bottom: 2px;
  border-bottom: none;
}

main a:not(.btn):hover {
  background-size: 100% 1px;
  color: var(--enq-terracotta);
}

/* Responsive adjustments */
@media (min-width: 576px) {
  .hero-cta {
    flex-direction: row;
    justify-content: flex-start;
  }
  
  .hero-cta .btn {
    min-width: 200px;
  }
}

@media (min-width: 768px) {
  .hero-section {
    padding: 3.5rem 2rem 4rem;
  }
  
  .hero-headline {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
  
  .hero-subheadline {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .hero-description {
    font-size: 1.25rem;
    margin-bottom: 2.75rem;
  }
  
  .hero-cta {
    margin-bottom: 2.5rem;
  }
  
  .hero-cta .btn {
    font-size: 1.125rem;
    padding: 1rem 2.25rem;
  }
}

@media (max-width: 767px) {
  .hero-section {
    padding: 2rem 1rem 2.5rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 0.5rem;
    border-radius: 8px;
  }
  
  .hero-headline {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  
  .hero-subheadline {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  
  .hero-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
  
  .hero-cta {
    margin-bottom: 1.75rem;
    align-items: center; /* Center buttons on mobile */
  }
  
  .hero-cta .btn {
    width: 100%;
    max-width: 300px;
    font-size: 1rem;
  }
  
  .hero-credibility {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }
  
  .content-section {
    padding: 1.5rem !important;
    border-radius: 8px;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 0.5rem;
  }
  
  .content-section h1 {
    font-size: 1.75rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  
  .content-section h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  
  .content-section h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }
  
  .content-section h4 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
  
  .content-section .lead {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  
  .content-section p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  
  .content-section .card {
    padding: 1.5rem !important;
    margin-bottom: 2rem;
  }
  
  .content-section .row {
    margin-bottom: 2rem;
  }
  
  .content-section .row.g-4,
  .content-section .row.g-5 {
    --bs-gutter-y: 1.5rem;
  }
  
  /* Image optimizations for mobile */
  .content-section img {
    margin-bottom: 1.5rem;
    border-radius: 8px;
  }
  
  .content-section .rounded-circle {
    max-width: 250px;
    margin: 0 auto 1.5rem;
  }
  
  .content-section .image-wrapper {
    min-height: 200px;
  }
  
  .content-section .image-wrapper::before {
    padding-top: 75%; /* Taller aspect ratio on mobile */
  }
  
  /* Better text alignment on mobile */
  .content-section .text-center.text-md-start {
    text-align: center !important;
  }
  
  /* Stack columns properly on mobile */
  .content-section .col-12.col-md-6 {
    margin-bottom: 1.5rem;
  }
  
  .content-section .col-12.col-md-6:last-child {
    margin-bottom: 0;
  }
  
  /* Button spacing */
  .content-section .btn-lg {
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    width: 100%;
    max-width: 100%;
  }
  
  /* List improvements */
  .content-section ul {
    padding-left: 1.25rem;
  }
  
  .content-section ul li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
  }
  
  /* Alert/note styling */
  .content-section .alert {
    padding: 1rem;
    font-size: 0.9375rem;
  }
  
  /* Navbar mobile styles */
  #navbar-main .navbar-collapse {
    margin-top: 0.5rem;
  }
  
  #navbar-main .navbar-collapse .navbar-nav {
    flex-direction: row !important;
    gap: 1rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-wrap: wrap;
  }
  
  #navbar-main .navbar-collapse .nav-item {
    width: auto !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  #navbar-main .navbar-collapse .nav-link {
    padding: 0.75rem 0.5rem !important;
    text-align: left !important;
    display: block !important;
    width: auto !important;
    margin: 0 !important;
    text-decoration: none !important;
    position: relative !important;
    white-space: nowrap;
  }
  
  #navbar-main .navbar-collapse .nav-link::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  
  #navbar-main .navbar-toggler {
    border: 1px solid var(--enq-border);
    padding: 0.5rem 0.75rem;
  }
  
  #navbar-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(45, 74, 62, 0.85)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

#leaf-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Extra narrow screens (iPhone SE, etc.) */
@media (max-width: 374px) {
  .content-section {
    padding: 1.25rem !important;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  
  .content-section h1 {
    font-size: 1.5rem;
  }
  
  .content-section h2 {
    font-size: 1.375rem;
  }
  
  .content-section .rounded-circle {
    max-width: 200px;
  }
  
  .content-section .image-wrapper img {
    height: 180px !important;
  }
}

body > div:first-child {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  main {
    padding-bottom: 4rem !important;
  }
}

/* Override main styles for homepage hero */
main .hero-section h1,
main .hero-section h2,
main .hero-section h3 {
  margin-top: 0;
}

main h1:not(.hero-headline), 
main h2:not(.content-section h2), 
main h3 {
  color: var(--enq-text-primary);
  font-weight: 300;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.5px;
}

main h1:not(.hero-headline) {
  font-size: 2.5rem;
  line-height: 1.25;
  font-weight: 300;
}

main h2:not(.content-section h2) {
  font-size: 1.875rem;
  line-height: 1.35;
  font-weight: 400;
  margin-top: 2.5rem;
}

main h3 {
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 2rem;
}

main p:not(.hero-description):not(.hero-subheadline):not(.credibility-text) {
  margin-bottom: 1.25rem;
  color: var(--enq-text-secondary);
  line-height: 1.75;
}

main strong {
  color: var(--enq-text-primary);
  font-weight: 500;
}

main a:not(.btn) {
  color: var(--bs-primary);
  text-decoration: none;
  transition: color 0.2s ease;
  border-bottom: 1px solid transparent;
}

main a:not(.btn):hover {
  color: var(--bs-primary-text-emphasis);
  border-bottom-color: var(--bs-primary);
}


@media (max-width: 1200px) {
  .divider::before {
    padding-bottom: 12%;
  }

  .divider::after {
    width: 300%;
  }
}

@media (max-width: 992px) {
  .divider::before {
    padding-bottom: 15%;
  }

  .divider::after {
    width: 300%;
  }
}

@media (max-width: 768px) {
  .divider::before {
    padding-bottom: 20%;
  }

  .divider::after {
    width: 300%;
  }
}

@media (max-width: 576px) {
  .divider::before {
    padding-bottom: 28%;
  }

  .divider::after {
    width: 300%;
  }
}

/* Assessment Modal Styles - Refined */
#assessmentModal .modal-content {
  min-height: 80vh;
  border-radius: 8px;
  border: 1px solid var(--enq-border);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  background: var(--enq-white);
}

#assessmentModal .modal-header {
  background: var(--enq-white);
  border-radius: 8px 8px 0 0;
  padding: 2rem;
  border-bottom: 1px solid var(--enq-border);
}

#assessmentModal .modal-title {
  color: var(--enq-text-primary);
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: -0.2px;
}

#assessmentModal .modal-body {
  min-height: 60vh;
  background: var(--enq-white);
  padding: 2rem;
}

#filloutMount {
  width: 100%;
}

#filloutMount iframe {
  width: 100% !important;
  min-height: 600px;
  border-radius: 8px;
}

/* Alert Styles - Subtle & Professional */
.alert {
  border-radius: 6px;
  border: 1px solid var(--enq-border);
  box-shadow: none;
  background: var(--enq-sage-pale);
}

.alert-secondary {
  background: var(--enq-sage-pale);
  color: var(--enq-text-primary);
  border-left: 3px solid var(--bs-primary);
  border-color: var(--enq-border);
}

/* Card and Container Enhancements */
.container {
  max-width: 1200px;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Selection color - Subtle */
::selection {
  background: var(--enq-sage-pale);
  color: var(--enq-text-primary);
}

::-moz-selection {
  background: var(--enq-sage-pale);
  color: var(--enq-text-primary);
}

/* List styling - Refined */
main ul, main ol {
  margin-bottom: 2rem;
  padding-left: 1.75rem;
}

main ul li, main ol li {
  margin-bottom: 0.875rem;
  line-height: 1.8;
  color: var(--enq-text-secondary);
}

main ul li::marker {
  color: var(--bs-primary);
}

main ol li::marker {
  color: var(--bs-primary);
  font-weight: 500;
}

/* Focus states for accessibility */
*:focus-visible {
  outline: 2px solid var(--bs-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

/* Smooth transitions for interactive elements */
a, button {
  transition: all 0.2s ease;
}

/* Enhanced button group spacing */
.btn-group {
  gap: 1rem;
}

/* Text emphasis */
.text-muted {
  color: var(--enq-text-secondary) !important;
}

/* Container adjustments */
main .container {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 768px) {
  main .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
