.single-section {
  padding: 60px 0;
}

.content-block p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  font-weight: 400;
  max-width: 100%;

  text-align: justify;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.image-wrapper img {
  width: 240px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  border: 5px solid #fff;
}

.image-wrapper:nth-child(2):hover {
  transform: translateX(-50%) scale(1.2) !important;
}
.single-section h2 {
  color: var(--secondary);
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  margin: 20px 0;
}

.single-header {
  line-height: 1.2;
}
.single-header h2 {
  margin: 0;
  text-align: left;

  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.single-header p {
  margin: 0;
  padding-top: 0;
}
img {
  width: 100%;
  height: 100%;
}
.castle-container.single-image {
  margin: 20px auto 20px auto;
}
@media (max-width: 900px) {
  .single-section h2 {
    margin-top: 70px;
    font-size: 28px;
  }
  .single-section {
    padding-bottom: 30px;
    padding-top: 90px !important;
  }
  .content-block {
    padding: 0;
  }
}

.readmore-text {
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: max-height;
}

.readmore-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;

  pointer-events: none;
  transition: opacity 0.5s ease;
}

.readmore-text[data-expanded="true"]::after {
  opacity: 0;
}

.btn.read-more {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  margin: 10px 0 0 0;
  border-bottom: 1px solid var(--secondary);
  color: var(--secondary);
}
.destination__title .header-title.about h2 {
  text-align: center;
}

.destination__title {
  padding-bottom: 0;
  text-align: center;
}

.destination__title:has(.header-title h2:not(:empty)),
.destination__title:has(.content-block p:not(:empty)) {
  padding-bottom: 40px;
}
.no-image-page-title {
  margin-top: 10px;
}
.no-image-page-title h1 {
  color: var(--secondary);
  font-size: 48px;
  line-height: 1.2;
}
