body {
  font-family: 'Helvetica Neue';
  font-size: 1.1em; }

h1 {
  font-size: 2.0em;
  color: #000000;
  font-weight: bold;
  margin: 20px 0 5px 0; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em;
  border-bottom: 1px solid silver; }

.hero-banner {
  margin: 10px; }
  .hero-banner h1 {
    font-size: 36px;
    letter-spacing: 0.5px;
    margin: 40px 0 32px 0;
    line-height: 40px; }
  .hero-banner p {
    font-size: 18px;
    line-height: 28px;
    margin: 0; }
  .hero-banner a {
    line-height: 28px;
    margin: 20px 0; }
  .hero-banner img {
    margin: 30px 0;
    filter: drop-shadow(12px 12px 10px gray); }

.button-row a {
  margin: 10px; }

.feature-row {
  margin: 60px 0; }

blockquote {
  font-size: 1.4em;
  width: 80%;
  margin: 30px;
  font-family: Open Sans;
  font-style: italic;
  color: #555555;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #78C0A8;
  line-height: 1.6;
  position: relative;
  background: #EDEDED; }

blockquote::before {
  font-family: Arial;
  content: "\201C";
  color: #78C0A8;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px; }

blockquote::after {
  content: ''; }

blockquote span {
  display: block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em; }

.hero-block {
  margin: 46px 0 50px 0; }
  .hero-block h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 8px 0 20px 10px; }
  .hero-block p {
    font-size: 18px;
    line-height: 28px;
    margin: 8px 5px; }

.feature-block h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 10px; }

.feature-block p {
  font-size: 22px;
  line-height: 28px;
  margin: 10px; }

.breadcrumbs {
  margin: 10px 0; }

footer {
  font-size: 0.7em;
  text-align: center;
  color: #8898aa; }
  footer a {
    color: #8898aa;
    text-decoration: underline; }

/* Carousel Styles */
.carousel-container {
  width: 600px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  background: white; }

.carousel-track {
  display: flex;
  transition: transform 0.5s ease; }

.carousel-slide {
  width: 300px;
  flex-shrink: 0;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center; }

.quote-mark {
  font-size: 3em;
  color: #ccc;
  vertical-align: top;
  line-height: 0.5;
  margin: 0 5px; }

.testimonial-text {
  font-size: 1.1em;
  color: #333;
  font-style: italic;
  line-height: 1.5;
  position: relative;
  padding: 0 15px; }

.testimonial-text::before {
  left: 5px;
  top: -10px; }

.testimonial-text::after {
  right: 5px;
  bottom: -10px; }

.testimonial-author {
  margin-top: 15px;
  font-weight: bold;
  color: #555; }

.carousel-controls {
  text-align: center;
  margin-top: 15px; }

.carousel-controls button {
  padding: 8px 12px;
  font-size: 16px;
  margin: 0 5px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer; }

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