
    body { font-family: 'Roboto', Arial, sans-serif; background-color: #f5f7fa; color: #243746; }
    h1, h2, h3, h4, h5, h6 { font-family: 'Merriweather', Georgia, serif; }
    .hero-bg {
      background: linear-gradient(rgba(34,51,85,0.40), rgba(41,128,185,0.20)), url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1600&q=80') no-repeat center center/cover;
    }
    .hover-link:hover { color: #16a34a !important; transition: color 0.2s; }
    .contact-link:hover, .footer-link:hover { color: #2563eb !important; text-decoration: underline; }
    .footer-attribution { font-size: 0.92rem; }
    .tab-active { border-bottom: 2px solid #16a34a; }
    .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
    .accordion-content.open { max-height: 500px; }
    /* For gallery */
    .gallery-img { object-fit: cover; transition: transform .2s; }
    .gallery-img:hover { transform: scale(1.08); }
    /* For testimonials */
    .testimonial-quote { font-style: italic; color: #374151;}
    /* Hide scrollbars for PDF export optimization */
    ::-webkit-scrollbar { display: none; }
    [x-cloak] { display: none !important; }
    /* A little more margin for PDF rendering */
    .section-top { margin-top: 2rem; }
    .no-scroll { overflow: hidden !important;}
    .custom-btn {
      @apply px-5 py-2 bg-green-600 text-white rounded-full hover:bg-green-700 transition-colors;
    }
