a {
  color: #0072bc;
  text-decoration: none;
}

body {
    background-color: white!important;
    padding-top: 50px; /* equals navbar height */
}

.hero {
  background: url('./img/wooden_bkg2.png') center/cover no-repeat;
  text-align: center;
  padding: 60px 20px;
  color: black;
  position: relative;
  /* Performance optimizations */
  will-change: transform;
  contain: layout style paint;
}

.hero-button {
  background: #00cfff;
  color: white;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 1.8em;
  border-radius: 4px;
  margin-bottom: 20px;
  display: inline-block;
  /* Mobile touch optimization */
  min-height: 44px;
  min-width: 44px;
  /* Performance optimization */
  will-change: transform;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
}

p {
    font-size: 1.4em;
    font-weight: 300;
}

.hero h1 {
  font-size: 5em;
  line-height: 1.4;
  margin-top: 40px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 20px;
  max-width: 1450px;
  margin: auto;
}

.left {
  flex: 1 1 60%;
  padding-right: 20px;
}

.left h2 {
  color: #00467f;
}

.bullet {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.bullet .icon {
  color: #00467f;
  font-size: 1.5em;
  border: 2px solid #00467f;
  border-radius: 50%;
  padding: 3px 7.5px;
  margin-right: 15px;
}

.bullet h3 {
  margin: 0;
  color: #00467f;
}

.bullet p {
    margin-top: 10px;
}

.call-button {
  display: inline-block;
  background: #00467f;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 1.6em;
}

.right {
  flex: 1 1 35%;
  background: #00467f;
  color: white;
  padding: 20px;
  border-radius: 4px;
}

.right h2 {
  text-align: center;
}

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

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

input, select, textarea {
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-radius: 2px;
  width: 100%;
}

button {
  background: #00cfff;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
}

/* Form Styles */
.form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin: 0 auto;
}

.form input, .form textarea, .form select { 
    padding: 10px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
}

.form textarea {
    height: 100px;
}

.form button {
    padding: 10px;
    font-size: 1em;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.form button:hover {
    background-color: #0056b3;
}

.lunch-learn-expect {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  padding: 40px 20px;
  margin: auto;
  margin-top: 25px;
}

.image-column {
  flex: 1 1 45%;
}

.image-column img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.text-column {
  flex: 1 1 50%;
}

.text-column h2 {
  color: #0b477c;
  margin-top: 0;
  padding: 10px 15px;
}

.intro-paragraph {
  font-size: 1.4em;
  padding: 10px 15px;
  margin-bottom: 30px;
  line-height: 1.5;
}

/* Numbered Circle List Styling */
.numbered-circle-list {
    list-style: none;        /* Remove default bullet styling */
    margin: 0;
    padding: 10px 15px;
  }
  
  .numbered-circle-list li {
    display: flex;           /* Place the circle and text side by side */
    align-items: flex-start; 
    margin-bottom: 20px;     /* Spacing between items */
  }
  
  .numbered-circle-list .circle {
    min-width: 40px;
    min-height: 40px;
    background-color: #ffffff;
    border: 2px solid #0b477c;   /* Circle border color */
    border-radius: 50%;         /* Make it perfectly round */
    color: #0b477c;             /* Text color for the number */
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;    /* Center the number horizontally */
    align-items: center;        /* Center the number vertically */
    margin-right: 15px;         /* Spacing between circle and text */
  }
  
  .numbered-circle-list .text {
    font-size: 1.5em;            /* Adjust text size as needed */
    line-height: 1.4;
    max-width: 600px;           /* Optional: constrain width for readability */
    margin-left: 20px;
    color: #00467f;
  }

/* Optional Responsive Adjustments */
@media (max-width: 768px) {
  .lunch-learn-expect {
    flex-direction: column;
  }

  .image-column,
  .text-column {
    flex: 1 1 100%;
  }
}

.accordion-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
}

.commercial-flooring {
    background-color: #f4f4f4;
    padding: 75px;
}

.commercial-flooring h2 {
    text-align: center;
    color: #0b477c;
}

.commercial-flooring p {
    text-align: center;
    color: black;
}

.accordion-item {
    background-color: #0b477c;
    border-radius: 8px;
    overflow: hidden;
}

/* Button style */
.accordion-toggle {
    .accordion-toggle h3:first-child {
        font-size: 1.4em;
        text-align: left;
    }
    background: none;
    border: none;
    width: 100%;
    padding: 18px 25px;
    color: white;
    font-size: 1.4em;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: inherit;
}

/* Hidden content style */
.accordion-content {
    background-color: #e7e7e7;
    color: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 40px 0 40px;
}

.accordion-content p {
    font-size: 1.4em;
    line-height: 1.8;
    margin: 20px 0;
    text-align: left;
}

/* When open */
.accordion-item.open .accordion-content {
    max-height: 500px; /* enough for full content */
    padding-bottom: 20px;
}

.accordion-item.open .plus-icon {
    transform: rotate(45deg); /* turns + into an x */
    transition: transform 0.3s ease;
}

.accordion-toggle h3 {
    font-size: 1.35em !important;
    font-weight: 400 !important;
}

.lunch-cta {
  position: relative;
  background: url('./img/astrid_kitchen.jpg') center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
}

.lunch-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 52, 102, 0.8); /* Dark blue overlay with opacity */
  z-index: 1;
}

.lunch-cta-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.lunch-cta-content h2 {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 20px;
}

.lunch-cta-content p {
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 1.6;
}

.lunch-cta-content h3 {
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 40px;
}

.cta-button {
  display: inline-block;
  background: #00cfff;
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  padding: 20px 40px;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.cta-button:hover {
  background: #00b5e6;
  transform: translateY(-2px);
}

/* Optional responsive adjustments */
@media (max-width: 768px) {
  .lunch-cta-content h2 {
    font-size: 2.2em;
  }
  .lunch-cta-content p {
    font-size: 1.2em;
  }
  .cta-button {
    font-size: 1.2em;
    padding: 15px 30px;
  }
}
