
#post-single-10 {
  position: relative;
  padding-top: 120px;
}
#post-single-10 .floating-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#post-single-10 .floating-header h1 {
  font-size: 1.8rem;
  margin: 0;
}
#post-single-10 .post-content {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#post-single-10 .post-meta {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 20px;
}



#content-block-26 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
}
#content-block-26 .section-header {
  margin-bottom: 3rem;
  text-align: center;
}
#content-block-26 .section-header h2 {
  font-weight: 700;
  color: #343a40;
}
#content-block-26 .map-column .ratio iframe {
  border: 0;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}
#content-block-26 .map-column .ratio {
  min-height: 350px;
}
#content-block-26 .info-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content-block-26 .info-column h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #343a40;
  margin-bottom: 1rem;
}
#content-block-26 .info-column address {
  font-style: normal;
  line-height: 1.6;
  color: #555;
  margin-bottom: 1.5rem;
}
#content-block-26 .contact-info p {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #555;
  display: flex;
  align-items: center;
}
#content-block-26 .contact-info p i {
  color: var(--bs-primary, #0d6efd);
  margin-right: 0.75rem;
  width: 1.5em;
  text-align: center;
}
#content-block-26 .contact-info p a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
#content-block-26 .contact-info p a:hover {
  color: var(--bs-primary, #0d6efd);
}
#content-block-26 .opening-hours {
  margin-top: 1.5rem;
  border-top: 1px solid #e9ecef;
  padding-top: 1.5rem;
}
#content-block-26 .opening-hours h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.75rem;
}
#content-block-26 .opening-hours ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#content-block-26 .opening-hours ul li {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px dotted #e9ecef;
}
#content-block-26 .opening-hours ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#content-block-26 .opening-hours ul li .day {
  font-weight: 500;
}
#content-block-26 .opening-hours ul li .time {
  color: #6c757d;
}
@media (max-width: 767.98px) {
  #content-block-26 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #content-block-26 .map-column {
    margin-bottom: 2rem;
  }
  #content-block-26 .info-column {
    text-align: center;
  }
  #content-block-26 .info-column address {
    margin-left: auto;
    margin-right: auto;
  }
  #content-block-26 .contact-info p {
    justify-content: center;
  }
  #content-block-26 .opening-hours ul li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #content-block-26 .opening-hours ul li .time {
    margin-top: 0.2rem;
  }
}



#related-posts-1 {
  padding: 60px 15px;
  margin: 0 auto;
}
#related-posts-1 .card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#related-posts-1 .card {
  flex: 1 1 calc(33.333% - 20px);
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#related-posts-1 .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#related-posts-1 .card-body {
  padding: 15px;
}
@media (max-width: 992px) {
  #related-posts-1 .card {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  #related-posts-1 .card {
    flex: 1 1 100%;
  }
}



#text-block-2 {
  padding: 80px 0;
  background-color: var(--section-bg-color, #f8f9fa);
  color: var(--text-color, #343a40);
}
#text-block-2 .container {
  max-width: 1140px;
}
#text-block-2 .section-title-main {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color, #343a40);
  margin-bottom: 50px;
}
#text-block-2 .column-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color, #343a40);
  margin-bottom: 20px;
  border-bottom: 2px solid var(--heading-border-color, #0d6efd);
  padding-bottom: 8px;
  display: inline-block;
}
#text-block-2 .column-paragraph {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-color, #555e68);
  opacity: 0.9;
  margin-bottom: 1rem;
}
#text-block-2 .column-paragraph:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #text-block-2 .column-heading {
    font-size: 1.35rem;
  }
}
@media (max-width: 767.98px) {
  #text-block-2 {
    padding: 60px 0;
  }
  #text-block-2 .section-title-main {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  #text-block-2 .text-column:first-child {
    margin-bottom: 40px;
  }
  #text-block-2 .column-paragraph {
    font-size: 0.95rem;
  }
}


