body {
    font-family: 'Montserrat', 'Times New Roman', sans-serif;
    background: #c3cad1;
    color: #1a2636;
}
.contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 2.5rem;
    padding: 3rem 1rem 2rem 1rem;
    max-width: 1100px;
    margin: 0 auto;
}
.contact-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(26,38,54,0.08);
    padding: 2.5rem 2rem;
    flex: 1 1 340px;
    min-width: 320px;
    max-width: 420px;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.2s;
}
.contact-card:hover {
    box-shadow: 0 8px 32px rgba(26,38,54,0.16);
}
.contact-section-title {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 1.2em;
    color: #1a2636;
    letter-spacing: 1px;
    text-align: left;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2em;
}
.contact-form input,
.contact-form textarea {
    padding: 0.9em 1em;
    border: 1px solid #e0e4ea;
    border-radius: 8px;
    font-size: 1em;
    background: #f9fafb;
    resize: none;
    transition: border 0.2s;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border: 1.5px solid #80552c;
    outline: none;
}
.contact-form button {
    background: linear-gradient(90deg, #1a2636 60%, #80552c 100%);
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 12px 32px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.3s, transform 0.2s;
}
.contact-form button:hover {
    background: linear-gradient(90deg, #80552c 60%, #1a2636 100%);
    transform: translateY(-2px) scale(1.04);
}
.contact-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.1em;
}
.contact-info-list li {
    display: flex;
    align-items: center;
    font-size: 1.08em;
    gap: 0.7em;
}
.contact-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 1px 4px rgba(26,38,54,0.10);
    background: #f6f8fa;
    transition: transform 0.2s;
}
.contact-info-list a {
    color: #1a2636;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.contact-info-list a:hover {
    color: #80552c;
}
@media (max-width: 900px) {
    .contact-section {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }
    .contact-card {
        max-width: 100%;
        min-width: 0;
    }
}

/* Top Bar Styles */
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #122730 0%, #31515f 100%);
    color: #fff;
    height: 38px;
    padding: 0 1em;
    font-size: 0.98em;
    box-shadow: 0 2px 6px rgba(31, 46, 82, 0.08);
}
.top-bar .top-bar-icon {
    width: 18px;
    height: 18px;
    margin-right: 0.4em;
    vertical-align: middle;
}
.top-bar-left .icon-link {
    margin-right: 0.2em;
}
.top-bar-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1em;
    text-align: center;
    min-width: 0;
}
@media (max-width: 700px) {
    .top-bar {
        flex-direction: column;
        height: auto;
        padding: 0.2em 0.5em;
    }
    .header-vertical {
        flex-direction: column;
        height: auto;
        padding: 0.5em 0.7em;
    }
}
.top-bar-center {
    margin-top: 0.3em;
    font-size: 0.95em;
}
.footer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.2em;
    margin: 1.2em 0 0.2em 0;
    flex-wrap: wrap;
}
.icon-link {
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-size: 1em;
}
.icon {
    width: 22px;
    height: 22px;
    vertical-align: middle;
    border-radius: 40%;
    object-fit: cover;
    margin-right: 0.2em;
    box-shadow: 0 1px 4px rgba(26,38,54,0.10);
    background: #fff;
    transition: transform 0.2s;
}
.icon-link a {
    color: #1a2636;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}


/* Responsive for Top Bar and Footer Contact */
@media (max-width: 600px) {
    .top-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 0.4em 0.5em;
    }
    .top-bar-center {
        margin-top: 0.3em;
        font-size: 0.95em;
    }
    .footer-contact {
        flex-direction: column;
        gap: 0.7em;
    }
}



/* Header Navigation Styling */
.header-vertical nav ul {
    display: flex;
    gap: 1.5em;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-vertical nav ul li a {
    color: #1a2636;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.08em;
    padding: 0.3em 0.7em;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}
.header-vertical nav ul li a:hover, .header-vertical nav ul li a.active {
    background: #80552c;
    color: #fff;
}

/* Header Bottom Border */
.header-vertical {
    border-bottom: 2px solid #e0e4ea;
    box-shadow: 0 2px 8px rgba(26,38,54,0.04);
    background: #fff;
    padding-bottom: 0.5em;
}

/* Accent Color for Buttons and Links */
button, .btn, .contact-form button {
    background: linear-gradient(90deg, #1a2636 60%, #80552c 100%);
    color: #fff;
}

/* Header and Footer - Restore Previous Colors */
.header-vertical {
    background: #1a2636;
    border-bottom: none;
    box-shadow: none;
    padding-bottom: 0.5em;
}
.header-vertical {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.5em;
    background: #1a2636;
}
.logo-title {
    display: flex;
    align-items: center;
    gap: 0.7em;
    margin-right: 2.5em; /* Adds space between logo/name and nav */
}
.header-vertical nav {
    flex: 1;
}
.header-vertical nav ul {
    display: flex;
    gap: 1.5em;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Center copyright message in footer */
footer .copyright {
    text-align: center;
    margin-top: 0.7em;
    font-size: 0.98em;
    color: #fff;
}
.header-vertical nav ul li a {
    color: #fff;
    background: transparent;
    font-weight: 600;
    border-radius: 0;
    padding: 0.3em 0.7em;
    transition: color 0.2s;
}

.logo-title {
    display: flex;
    align-items: center;
    gap: 0.2em;
}
.site-logo {
    width: 56px;
    height: auto;
    max-height: 56px;
    margin-right: 0.2em;
}
.logo-title h1 {
    color: #fff;
    font-size: 2.5em;
    font-weight: 750;
    letter-spacing: 4.0px;
    margin: 0;
}
.site-logo {
    width: 30px;
    max-height: 30px;
    margin-right: 0.2em;
}
footer {
    background: #1a2636;
    color: #fff;
    padding-top: 1.2em;
    padding-bottom: 0.7em;
    margin-top: 2em;
    border-top: 3px solid #80552c;
}
.footer-contact .icon-link a {
    color: #fff;
}
.footer-contact .icon-link a:hover {
    color: #80552c;
}

body {
    background: #fff;
    color: #1a2636;
}
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
header {
    position: fixed;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 999;
}
.export-market-boxes {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin: 2em 0;
  flex-wrap: wrap;
}
.market-box {
  background: linear-gradient(145deg, #f5f7fa 0%, #c3cfe2 100%);
  box-shadow: 0 6px 24px rgba(30, 42, 70, 0.18), 0 1.5px 4px rgba(30, 42, 70, 0.12);
  border-radius: 1.2em;
  padding: 1em 1.5em;
  font-size: 1em;
  font-weight: 600;
  color: #1a2636;
  text-align: center;
  min-width: 110px;
  transition: transform 0.18s, box-shadow 0.18s;
  cursor: pointer;
}
.market-box:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow: 0 12px 32px rgba(30, 42, 70, 0.22), 0 3px 8px rgba(30, 42, 70, 0.16);
}
@media (max-width: 700px) {
  .market-box {
    width: 90%;
    min-width: unset;
    padding: 0.7em 0.5em;
    font-size: 0.95em;
  }
}
@media (max-width: 700px) {
    .header-vertical nav ul {
        flex-direction: column;
        gap: 0.7em;
    }
    .site-logo {
        width: 34px;
        max-height: 34px;
    }
}
.top-bar .top-bar-icon {
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
  vertical-align: middle;
}
.top-bar-left .icon-link {
  margin-right: 0.3em;
}
/* Mobile nav toggle button */
.mobile-nav-toggle {
  display: none !important;
  margin-left: auto;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  font-size: 1.1rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .mobile-nav-toggle {
    display: inline-block !important;
  }
  .header-vertical {
    flex-wrap: wrap;
    gap: 0.6em;
  }
  .header-vertical nav {
    display: none !important;
    width: 100%;
  }
  .header-vertical.nav-open nav {
    display: block !important;
  }
  .header-vertical.nav-open {
    flex-direction: column;
    align-items: stretch;
  }
  .header-vertical nav ul {
    flex-direction: column;
    gap: 0.8em;
    padding: 0.6em 0;
  }
  .header-vertical nav ul li a {
    padding: 0.6em 0.8em;
  }
  .logo-title h1 {
    font-size: 1.8em;
  }
  .site-logo {
    width: 40px;
    max-height: 40px;
  }
}
/* Ensure header uses full width like top bar */
.container.header-vertical {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}
/* Ensure desktop nav is visible */
@media (min-width: 769px) {
  .header-vertical nav {
    display: block !important;
  }
  .mobile-nav-toggle {
    display: none !important;
  }
}
/* Center main homepage text and add 3D/animation effect */
.home-main-text {
  text-align: center;
  font-size: 3.9em;
  font-weight: bold;
  color: #141c2c;
  text-shadow: 2px 4px 12px rgba(44,83,131,0.18), 0 1.5px 4px rgba(30,42,70,0.12);
  letter-spacing: 0.04em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  animation: floatText 2.0s ease-in-out infinite alternate;
}
@keyframes floatText {
  0% { transform: translateY(0) scale(1); text-shadow: 2px 4px 12px rgba(44,83,131,0.18); }
  100% { transform: translateY(-10px) scale(1.04); text-shadow: 4px 8px 24px rgba(44,83,131,0.28); }
}
/* Add space between header and footer on homepage */
.home-sub-text {
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    color: #2c2b2b;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    text-shadow: 1px 2px 8px rgba(0,0,0,0.06);
    letter-spacing: 0.02em;
    line-height: 1.4;
}
.home-content {
    max-width: 1500px;
    margin: 3em auto 3em auto;
    padding: 2.5em 2em;
    background: #f7fafd;
    box-shadow: 0 6px 32px rgba(44,83,131,0.10);
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}
.footer-contact .icon-link a {
    color: #fff;
}
.footer-contact .icon-link a:hover {
    color: #80552c;
}
.header-vertical {
  min-height: 74px;
  height: auto;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.about-section {
  max-width: 900px;
  margin: 3em auto 3em auto;
  padding: 2.5em 2em;
  background: #f7fafd;
  box-shadow: 0 6px 32px rgba(44,83,131,0.10);
  font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
}
.about-section h1, .about-section h2 {
  color: #22304a;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
  font-weight: 700;
}
.about-section h1 {
  font-size: 2.2em;
  margin-top: 0;
}
.about-section p {
  color: #2c3e50;
  font-size: 1.13em;
  line-height: 1.7;
  margin-bottom: 1.2em;
}
.about-values {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5em;
}
.about-values li {
  background: #eaf1fb;
  margin-bottom: 0.7em;
  padding: 0.8em 1.2em;
  border-radius: 0.7em;
  color: #22304a;
  font-size: 1.08em;
  box-shadow: 0 2px 8px rgba(44,83,131,0.07);
}
/* Product Categories Section */
.product-categories {
  padding: 60px 20px 40px 20px;
  background: #f8f9fa;
  text-align: center;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
}
.category-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 320px; /* Increased height for more content */
}
.category-card img {
  width: 100%;
  height: 200px; /* Adjust as needed */
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
  margin: 0 auto;
}

.category-main-description {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 1rem;
  flex-grow: 1; /* Allows the description to take available space */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
  .category-card {
    height: auto; /* Adjust height for smaller screens */
  }
}
.category-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  transform: translateY(-6px) scale(1.03);
}

.details-btn {
  margin-top: 10px;
  background: linear-gradient(90deg, #1a73e8 0%, #00bfae 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 7px 18px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  display: inline-block;
}
.details-btn:hover {
  background: linear-gradient(90deg, #00bfae 0%, #1a73e8 100%);
  transform: scale(1.05);
}
@media (max-width: 900px) {
  .category-list {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .category-card {
    width: 95%;
    max-width: 320px;
  }
}
@media (max-width: 700px) {
    .header-vertical nav ul {
        flex-direction: column;
        gap: 0.7em;
    }
    .site-logo {
        width: 34px;
        max-height: 34px;
    }
}
.top-bar .top-bar-icon {
  width: 22px;
  height: 22px;
  margin-right: 0.5em;
  vertical-align: middle;
}
.top-bar-left .icon-link {
  margin-right: 0.3em;
}
.subcategory-page {
  padding: 60px 20px 40px 20px;
  background: #fff;
  text-align: center;
}
.subcategory-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}
.subcategory-card {

 
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 4rem 3.5rem;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
  display: inline-block;
  flex-direction: column;
  justify-content: space-between;
  max-height: fit-content;
}
.subcategory-card img {
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 8px;
}
.subcategory-card h3 {
  margin: 0.5rem 0 0.25rem;
  font-size: 1.1rem;
  color: #222;
}
.subcategory-card p {
  font-size: 0.97rem;
  color: #666;
}
.subcategory-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 24px rgba(0,0,0,0.13);
}
.category-description {
  text-align: center;
  color: #444;
  font-size: 1.08rem;
  margin-bottom: 1.5rem;
}
.subcategory-list-page {
  list-style: none;
  padding: 0;
  margin: 24px 0 32px 0;
}
.subcategory-list-page li {
  background: #f1f3f4;
  margin: 10px auto;
  padding: 12px 0;
  border-radius: 6px;
  color: #222;
  font-size: 1.1rem;
  max-width: 340px;
}

/* Subcategory grid container used across subcategory pages */
.subcategory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
}




   /* Basic styling for the admin upload page */
   body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.admin-container {
    max-width: 800px;
    margin: 50px auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.admin-container h1 {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
}
.form-group input[type="text"],
.form-group textarea,
.form-group input[type="number"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}
.form-group textarea {
    resize: vertical;
    min-height: 100px;
}
.file-upload-area {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 20px;
}
.file-upload-area:hover {
    border-color: #80552c;
}
.file-upload-area input[type="file"] {
    display: none;
}
.file-preview {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.file-preview img,
.file-preview video {
    max-width: 150px;
    max-height: 150px;
    border: 1px solid #ddd;
    border-radius: 4px;
    object-fit: cover;
}
.submit-btn {
    background-color: #80552c;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s ease;
}
.submit-btn:hover {
    background-color: #6a4523;
}


/* Gallery Page Styles */
.gallery-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
}

.gallery-container h1 {
  color: #333;
  margin-bottom: 10px;
}

.gallery-container p {
  color: #666;
  margin-bottom: 30px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  justify-content: center;
  align-items: start;
}

.gallery-item {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 15px;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover; /* Ensures images/videos cover the area without distortion */
  display: block;
  margin-bottom: 10px;
}

.gallery-item p {
  font-size: 0.9em;
  color: #555;
  padding: 0 10px;
  margin: 0;
}

/* Responsive adjustments for gallery page */
@media (max-width: 768px) {
  .gallery-grid {
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}

@media (max-width: 480px) {
  .gallery-grid {
      grid-template-columns: 1fr;
  }
  .gallery-item img,
  .gallery-item video {
      height: 250px;
  }
}




/* Special Offers Section Styles */
.special-offers-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.special-offers-section h2 {
  color: #333;
  margin-bottom: 10px;
}

.special-offers-section p {
  color: #666;
  margin-bottom: 30px;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  justify-content: center;
  align-items: stretch; /* Ensures cards stretch to equal height */
}

.offer-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: left;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.offer-card img {
  width: 100%;
  height: 200px; /* Fixed height for offer images */
  object-fit: cover;
  display: block;
}

.offer-card-content {
  padding: 15px;
  flex-grow: 1; /* Allows content area to expand */
  display: flex;
  flex-direction: column;
}

.offer-card h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.offer-card p {
  color: #555;
  font-size: 0.95em;
  line-height: 1.5;
  margin-bottom: 15px;
  flex-grow: 1; /* Allows description to take available space */
}

.offer-price {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  color: #80552c; /* Your brand color */
  margin-bottom: 15px;
}

.offer-card .btn {
  display: inline-block;
  background-color: #80552c;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
  margin-top: auto; /* Pushes button to the bottom */
}

.offer-card .btn:hover {
  background-color: #6a4523;
}

/* Responsive adjustments for special offers */
@media (max-width: 768px) {
  .offers-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 480px) {
  .offers-grid {
      grid-template-columns: 1fr;
  }
}
/* Shared layout helpers */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
/* Comments Section */
.comments-section {
    padding: 40px 20px;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    text-align: center;
}

.comments-section h2,
.comments-section h3 {
    color: #333;
    margin-bottom: 20px;
}

.comment-form {
    max-width: 600px;
    margin: 0 auto 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comment-form input[type="text"],
.comment-form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.comment-form textarea {
    resize: vertical;
    min-height: 100px;
}

.comment-form button {
    background-color: #007bff;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.comment-form button:hover {
    background-color: #0056b3;
}

.comments-display {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
    /* Added for fixed height and scrolling */
    max-height: 400px; /* Adjust as needed */
    overflow-y: auto;
    padding-right: 15px; /* To prevent scrollbar from overlapping content */
    box-sizing: border-box;

    /* CSS Grid for comments */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Responsive columns */
    gap: 20px; /* Space between grid items */
}

.comment-card {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
    display: flex; /* Use flexbox for content within card */
    flex-direction: column;
}

.comment-card strong {
    color: #555;
    display: block;
    margin-bottom: 5px;
}

.comment-card p {
    color: #666;
    line-height: 1.6;
    flex-grow: 1; /* Allow paragraph to take available space */
}

/* Responsive adjustments for comments section */
@media (max-width: 768px) {
    .comments-section {
        padding: 30px 15px;
    }

    .comment-form {
        padding: 15px;
    }

    .comment-form input[type="text"],
    .comment-form textarea {
        font-size: 14px;
    }

    .comment-form button {
        font-size: 16px;
        padding: 10px 15px;
    }

    .comments-display {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}

/* Make header/nav full width to match top bar */
.header-vertical {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}
