*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  height: 100%;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
:root {
  --default-gap: 0.5em;
}
body {
  font-family: 'Crimson Text', serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50;
}
header img {
  margin: 2em auto;
  width: 250px;
}
#general-info {
  padding: 3rem 0;
  background: #f9f7f0;
  /* Paper-like background */
  position: relative;
  overflow: hidden;
}
#general-info .container {
  max-width: 100%;
  padding: 0 1.5rem;
  margin: auto;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
  z-index: 1;
  padding: 2rem;
  border: 1px solid #eae0d5;
  /* Paper edge */
}
@media (min-width: 1024px) {
  #general-info .container {
    max-width: 900px;
  }
}
#general-info .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin: 0 0 2rem 0;
  position: relative;
  padding-bottom: 1rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#general-info .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #d4c19c;
  /* Paper-themed accent */
  border-radius: 2px;
}
@media (max-width: 767px) {
  #general-info .section-title {
    font-size: 1.25rem;
  }
}
#general-info .hotel-description p {
  font-size: 1rem;
  line-height: 1.8;
  color: #5a524c;
  /* Darker paper-friendly text */
  margin-bottom: 1.5rem;
  text-align: justify;
  font-family: 'Georgia', 'Times New Roman', serif;
  position: relative;
}
#general-info .hotel-description p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
}
#general-info .hotel-description p:last-child {
  margin-bottom: 0;
}
#general-info .hotel-description .signature-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eae0d5;
  /* Paper-colored border */
  text-align: right;
}
#general-info .hotel-description .signature-section p {
  margin: 0 0 0.5rem 0;
  font-style: italic;
  color: #5a524c;
  /* Paper-friendly color */
  text-align: right;
  font-family: 'Georgia', 'Times New Roman', serif;
}
#general-info .hotel-description .signature-section .signature {
  margin-top: 1rem;
}
#general-info .hotel-description .signature-section .signature p {
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  color: #8b7355;
  /* Earthy tone for signature */
  font-family: 'Georgia', 'Times New Roman', serif;
}
#general-info .hotel-description .signature-section .signature p:first-child {
  border-top: 1px solid #eae0d5;
  /* Paper-colored border */
  padding-top: 1rem;
  margin-top: 1rem;
}
.section-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hotel-description p {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.9;
  color: #6c7a89;
}
#interesting-point {
  padding: 3rem 0;
  background: linear-gradient(135deg, rgba(255, 250, 240, 0.7) 0%, rgba(248, 249, 250, 0.9) 100%);
  position: relative;
  overflow: hidden;
}
#interesting-point:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2c6fbb, #f39c12);
}
#interesting-point .container {
  max-width: 800px;
  padding: 0 1rem;
  margin: 0 auto;
}
#interesting-point .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin: 0 0 2rem 0;
  position: relative;
  padding-bottom: 1rem;
}
#interesting-point .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #f39c12;
  border-radius: 2px;
}
@media (max-width: 767px) {
  #interesting-point .section-title {
    font-size: 1.25rem;
  }
}
#interesting-point .interest-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#interesting-point .interest-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 2.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.1rem;
  color: #2c3e50;
  border-bottom: 1px solid rgba(127, 140, 133, 0.15);
  transition: all 0.3s ease;
}
#interesting-point .interest-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, #750101, #f35912);
  color: white;
  border-radius: 50%;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
#interesting-point .interest-list li:hover {
  padding-left: 3rem;
  color: #f39c12;
}
#interesting-point .interest-list li:hover:before {
  transform: scale(1.2);
  background: linear-gradient(135deg, #f39c12, #e67e22);
}
#interesting-point .interest-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #interesting-point {
    padding: 2rem 0;
  }
  #interesting-point .section-title {
    font-size: 1.25rem;
  }
  #interesting-point .interest-list li {
    padding: 0.75rem 0 0.75rem 2rem;
    font-size: 1rem;
  }
  #interesting-point .interest-list li:hover {
    padding-left: 2.5rem;
  }
  #interesting-point .interest-list li:before {
    top: 0.75rem;
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 1rem;
  }
}
#interesting-point .section-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#distances {
  padding: 1.5rem 0;
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.8) 0%, rgba(255, 255, 255, 0.9) 100%);
  position: relative;
  overflow: hidden;
}
#distances:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #2c6fbb, #f39c12);
}
#distances .container {
  max-width: 800px;
  padding: 0 0.5rem;
  margin: 0 auto;
}
#distances .section-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  text-align: center;
  margin: 0 0 2rem 0;
  position: relative;
  padding-bottom: 1rem;
}
#distances .section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #f39c12;
  border-radius: 2px;
}
@media (max-width: 767px) {
  #distances .section-title {
    font-size: 1.25rem;
  }
}
#distances .distance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 0.5rem;
  margin-top: 1.5rem;
}
#distances .distance-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(127, 140, 133, 0.2);
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#distances .distance-item:nth-child(even) {
  background: rgba(250, 250, 251, 0.9);
}
#distances .distance-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-color: rgba(44, 111, 187, 0.4);
}
#distances .distance-item .location {
  font-weight: 600;
  color: #2c3e50;
  font-size: 1rem;
  flex: 1;
}
#distances .distance-item .time {
  font-weight: 700;
  color: #f39c12;
  background: rgba(243, 156, 18, 0.1);
  padding: 0.2rem 0.8rem;
  border-radius: 20px;
  font-size: 0.9rem;
  min-width: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  #distances {
    padding: 2rem 0;
  }
  #distances .section-title {
    font-size: 1.25rem;
  }
  #distances .distance-grid {
    grid-template-columns: 1fr;
  }
  #distances .distance-item {
    padding: 0.1em 0.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }
  #distances .distance-item .time {
    align-self: center;
  }
}
#distances .section-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#facilities-service {
  padding: 2rem 0;
  background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
  position: relative;
}
#facilities-service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #c9a961 50%, transparent 100%);
}
#dining,
#wellness,
#services,
#room,
#business,
#policy,
#activities,
#transport,
#contact {
  padding: 2.5rem 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 640px) {
  #dining,
  #wellness,
  #services,
  #room,
  #business,
  #policy,
  #activities,
  #transport,
  #contact {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  #dining,
  #wellness,
  #services,
  #room,
  #business,
  #policy,
  #activities,
  #transport,
  #contact {
    grid-template-columns: repeat(3, 1fr);
  }
}
#dining h2,
#wellness h2,
#services h2,
#room h2,
#business h2,
#policy h2,
#activities h2,
#transport h2,
#contact h2 {
  grid-column: 1 / -1;
  font-size: 1.6rem;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin: 0 0 2rem 0;
  padding-bottom: 1rem;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
#dining h2:after,
#wellness h2:after,
#services h2:after,
#room h2:after,
#business h2:after,
#policy h2:after,
#activities h2:after,
#transport h2:after,
#contact h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #c9a961, #d4b96c);
}
#dining .item,
#wellness .item,
#services .item,
#room .item,
#business .item,
#policy .item,
#activities .item,
#transport .item,
#contact .item {
  background: #ffffff;
  border-radius: 4px;
  padding: 1.5rem 1.8rem;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(201, 169, 97, 0.15);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#dining .item:before,
#wellness .item:before,
#services .item:before,
#room .item:before,
#business .item:before,
#policy .item:before,
#activities .item:before,
#transport .item:before,
#contact .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #c9a961, #d4b96c);
  transition: width 0.3s ease;
}
#dining .item:hover,
#wellness .item:hover,
#services .item:hover,
#room .item:hover,
#business .item:hover,
#policy .item:hover,
#activities .item:hover,
#transport .item:hover,
#contact .item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#dining .item:hover:before,
#wellness .item:hover:before,
#services .item:hover:before,
#room .item:hover:before,
#business .item:hover:before,
#policy .item:hover:before,
#activities .item:hover:before,
#transport .item:hover:before,
#contact .item:hover:before {
  width: 4px;
}
#dining .item h3,
#wellness .item h3,
#services .item h3,
#room .item h3,
#business .item h3,
#policy .item h3,
#activities .item h3,
#transport .item h3,
#contact .item h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #34495e;
  margin: 0 0 0.8rem 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-left: 1rem;
  position: relative;
}
#dining .item h3:before,
#wellness .item h3:before,
#services .item h3:before,
#room .item h3:before,
#business .item h3:before,
#policy .item h3:before,
#activities .item h3:before,
#transport .item h3:before,
#contact .item h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #c9a961;
  border-radius: 50%;
}
#dining .item p,
#wellness .item p,
#services .item p,
#room .item p,
#business .item p,
#policy .item p,
#activities .item p,
#transport .item p,
#contact .item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #5a6270;
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: left;
}
#dining {
  border-top: 3px solid #c9a961;
}
#wellness {
  border-top: 3px solid #a89f8d;
}
#services {
  border-top: 3px solid #8b7355;
}
#room {
  border-top: 3px solid #b8a998;
}
#business {
  border-top: 3px solid #9a8a76;
}
#policy {
  border-top: 3px solid #7d6e5c;
}
#activities {
  border-top: 3px solid #8c7c69;
}
#transport {
  border-top: 3px solid #6b5d4f;
}
#contact {
  border-top: 3px solid #5a4d42;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.item {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}
.item:nth-of-type(1) {
  animation-delay: 0.1s;
}
.item:nth-of-type(2) {
  animation-delay: 0.15s;
}
.item:nth-of-type(3) {
  animation-delay: 0.2s;
}
.item:nth-of-type(4) {
  animation-delay: 0.25s;
}
.item:nth-of-type(5) {
  animation-delay: 0.3s;
}
.item:nth-of-type(6) {
  animation-delay: 0.35s;
}
.item:nth-of-type(7) {
  animation-delay: 0.4s;
}
.item:nth-of-type(8) {
  animation-delay: 0.45s;
}
.item:nth-of-type(9) {
  animation-delay: 0.5s;
}
@media (max-width: 768px) {
  #dining,
  #wellness,
  #services,
  #room,
  #business,
  #policy,
  #activities,
  #transport,
  #contact {
    padding: 2rem 1rem;
  }
  #dining h2,
  #wellness h2,
  #services h2,
  #room h2,
  #business h2,
  #policy h2,
  #activities h2,
  #transport h2,
  #contact h2 {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
  }
  #dining .item,
  #wellness .item,
  #services .item,
  #room .item,
  #business .item,
  #policy .item,
  #activities .item,
  #transport .item,
  #contact .item {
    padding: 1.2rem 1.5rem;
  }
  #dining .item h3,
  #wellness .item h3,
  #services .item h3,
  #room .item h3,
  #business .item h3,
  #policy .item h3,
  #activities .item h3,
  #transport .item h3,
  #contact .item h3 {
    font-size: 1.05rem;
  }
  #dining .item p,
  #wellness .item p,
  #services .item p,
  #room .item p,
  #business .item p,
  #policy .item p,
  #activities .item p,
  #transport .item p,
  #contact .item p {
    font-size: 0.9rem;
  }
}
#schedule-performance {
  padding: 2.5rem 0;
  background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
  position: relative;
}
#schedule-performance:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #c9a961 50%, transparent 100%);
}
#schedule-performance .container {
  max-width: 100%;
  padding: 0 1rem;
  margin: auto;
}
@media (min-width: 768px) {
  #schedule-performance .container {
    max-width: 900px;
    padding: 0 1.5rem;
  }
}
#schedule-performance h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin: 0 0 2rem 0;
  padding-bottom: 1rem;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
#schedule-performance h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #c9a961, #d4b96c);
}
#schedule-performance .table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(201, 169, 97, 0.15);
}
#schedule-performance table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#schedule-performance table thead tr {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
#schedule-performance table thead tr th {
  padding: 1rem 1.2rem;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 3px solid #c9a961;
}
#schedule-performance table thead tr th:first-child {
  border-radius: 6px 0 0 0;
}
#schedule-performance table thead tr th:last-child {
  border-radius: 0 6px 0 0;
}
#schedule-performance table tbody tr {
  transition: background-color 0.2s ease;
}
#schedule-performance table tbody tr:hover {
  background-color: rgba(201, 169, 97, 0.05);
}
#schedule-performance table tbody tr:nth-child(even) {
  background-color: rgba(245, 241, 235, 0.5);
}
#schedule-performance table tbody tr:nth-child(even):hover {
  background-color: rgba(201, 169, 97, 0.08);
}
#schedule-performance table tbody tr td {
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(201, 169, 97, 0.15);
  color: #5a6270;
  font-size: 0.9rem;
  line-height: 1.5;
  vertical-align: top;
}
#schedule-performance table tbody tr td:first-child {
  font-weight: 600;
  color: #2c3e50;
  background-color: rgba(201, 169, 97, 0.08);
  border-right: 2px solid rgba(201, 169, 97, 0.2);
  white-space: nowrap;
}
#schedule-performance table tbody tr td:nth-child(2) {
  font-weight: 500;
  color: #34495e;
}
#schedule-performance table tbody tr td:nth-child(3) {
  color: #5a6270;
}
#schedule-performance table tbody tr td:last-child {
  font-weight: 600;
  color: #c9a961;
  white-space: nowrap;
  text-align: center;
}
#schedule-performance table tbody tr:last-child td {
  border-bottom: none;
}
#schedule-performance table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
#schedule-performance table tbody tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
@media (max-width: 768px) {
  #schedule-performance h2 {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
  }
  #schedule-performance table thead tr th {
    padding: 0.8rem 1rem;
    font-size: 0.8rem;
  }
  #schedule-performance table tbody tr td {
    padding: 0.7rem 1rem;
    font-size: 0.85rem;
  }
}
#guest-info-tours {
  padding: 2rem 0;
  background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
  position: relative;
}
#guest-info-tours:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #c9a961 50%, transparent 100%);
}
#guest-info-tours #guest-information {
  max-width: 100%;
  padding: 0 1rem;
  margin: auto;
}
@media (min-width: 768px) {
  #guest-info-tours #guest-information {
    max-width: 900px;
    padding: 0 1.5rem;
  }
}
#palaces-temples,
#art-museums,
#villages-scenery,
#transfer,
#daily-tours,
#classes-workshops,
#special-experiences,
#minishop,
#reminders-policies {
  padding: 2.5rem 0;
  margin-bottom: 1.5rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 640px) {
  #palaces-temples,
  #art-museums,
  #villages-scenery,
  #transfer,
  #daily-tours,
  #classes-workshops,
  #special-experiences,
  #minishop,
  #reminders-policies {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  #palaces-temples,
  #art-museums,
  #villages-scenery,
  #transfer,
  #daily-tours,
  #classes-workshops,
  #special-experiences,
  #minishop,
  #reminders-policies {
    grid-template-columns: repeat(3, 1fr);
  }
}
#palaces-temples h2,
#art-museums h2,
#villages-scenery h2,
#transfer h2,
#daily-tours h2,
#classes-workshops h2,
#special-experiences h2,
#minishop h2,
#reminders-policies h2 {
  grid-column: 1 / -1;
  font-size: 1.6rem;
  font-weight: 600;
  color: #2c3e50;
  text-align: center;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1rem;
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}
#palaces-temples h2:after,
#art-museums h2:after,
#villages-scenery h2:after,
#transfer h2:after,
#daily-tours h2:after,
#classes-workshops h2:after,
#special-experiences h2:after,
#minishop h2:after,
#reminders-policies h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #c9a961, #d4b96c);
}
#palaces-temples > p,
#art-museums > p,
#villages-scenery > p,
#transfer > p,
#daily-tours > p,
#classes-workshops > p,
#special-experiences > p,
#minishop > p,
#reminders-policies > p {
  grid-column: 1 / -1;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #5a6270;
  margin: 0 0 1.5rem 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  font-style: italic;
}
#palaces-temples .notice,
#art-museums .notice,
#villages-scenery .notice,
#transfer .notice,
#daily-tours .notice,
#classes-workshops .notice,
#special-experiences .notice,
#minishop .notice,
#reminders-policies .notice {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, #fff9ed 0%, #fff5e0 100%);
  border-left: 4px solid #c9a961;
  border-radius: 4px;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
#palaces-temples .notice h3,
#art-museums .notice h3,
#villages-scenery .notice h3,
#transfer .notice h3,
#daily-tours .notice h3,
#classes-workshops .notice h3,
#special-experiences .notice h3,
#minishop .notice h3,
#reminders-policies .notice h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: #8b6914;
  margin: 0 0 0.8rem 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#palaces-temples .notice ul,
#art-museums .notice ul,
#villages-scenery .notice ul,
#transfer .notice ul,
#daily-tours .notice ul,
#classes-workshops .notice ul,
#special-experiences .notice ul,
#minishop .notice ul,
#reminders-policies .notice ul {
  margin: 0;
  padding-left: 1.2rem;
}
#palaces-temples .notice ul li,
#art-museums .notice ul li,
#villages-scenery .notice ul li,
#transfer .notice ul li,
#daily-tours .notice ul li,
#classes-workshops .notice ul li,
#special-experiences .notice ul li,
#minishop .notice ul li,
#reminders-policies .notice ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5a6270;
  margin-bottom: 0.5rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#palaces-temples .notice ul li:last-child,
#art-museums .notice ul li:last-child,
#villages-scenery .notice ul li:last-child,
#transfer .notice ul li:last-child,
#daily-tours .notice ul li:last-child,
#classes-workshops .notice ul li:last-child,
#special-experiences .notice ul li:last-child,
#minishop .notice ul li:last-child,
#reminders-policies .notice ul li:last-child {
  margin-bottom: 0;
}
#palaces-temples .notice p,
#art-museums .notice p,
#villages-scenery .notice p,
#transfer .notice p,
#daily-tours .notice p,
#classes-workshops .notice p,
#special-experiences .notice p,
#minishop .notice p,
#reminders-policies .notice p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5a6270;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#palaces-temples .item,
#art-museums .item,
#villages-scenery .item,
#transfer .item,
#daily-tours .item,
#classes-workshops .item,
#special-experiences .item,
#minishop .item,
#reminders-policies .item {
  background: #ffffff;
  border-radius: 4px;
  padding: 1.5rem 1.8rem;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(201, 169, 97, 0.15);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#palaces-temples .item:before,
#art-museums .item:before,
#villages-scenery .item:before,
#transfer .item:before,
#daily-tours .item:before,
#classes-workshops .item:before,
#special-experiences .item:before,
#minishop .item:before,
#reminders-policies .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #c9a961, #d4b96c);
  transition: width 0.3s ease;
}
#palaces-temples .item:hover,
#art-museums .item:hover,
#villages-scenery .item:hover,
#transfer .item:hover,
#daily-tours .item:hover,
#classes-workshops .item:hover,
#special-experiences .item:hover,
#minishop .item:hover,
#reminders-policies .item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#palaces-temples .item:hover:before,
#art-museums .item:hover:before,
#villages-scenery .item:hover:before,
#transfer .item:hover:before,
#daily-tours .item:hover:before,
#classes-workshops .item:hover:before,
#special-experiences .item:hover:before,
#minishop .item:hover:before,
#reminders-policies .item:hover:before {
  width: 4px;
}
#palaces-temples .item h3,
#art-museums .item h3,
#villages-scenery .item h3,
#transfer .item h3,
#daily-tours .item h3,
#classes-workshops .item h3,
#special-experiences .item h3,
#minishop .item h3,
#reminders-policies .item h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #34495e;
  margin: 0 0 0.8rem 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding-left: 1rem;
  position: relative;
}
#palaces-temples .item h3:before,
#art-museums .item h3:before,
#villages-scenery .item h3:before,
#transfer .item h3:before,
#daily-tours .item h3:before,
#classes-workshops .item h3:before,
#special-experiences .item h3:before,
#minishop .item h3:before,
#reminders-policies .item h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #c9a961;
  border-radius: 50%;
}
#palaces-temples .item p,
#art-museums .item p,
#villages-scenery .item p,
#transfer .item p,
#daily-tours .item p,
#classes-workshops .item p,
#special-experiences .item p,
#minishop .item p,
#reminders-policies .item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #5a6270;
  margin: 0 0 0.8rem 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: left;
}
#palaces-temples .item p:last-child,
#art-museums .item p:last-child,
#villages-scenery .item p:last-child,
#transfer .item p:last-child,
#daily-tours .item p:last-child,
#classes-workshops .item p:last-child,
#special-experiences .item p:last-child,
#minishop .item p:last-child,
#reminders-policies .item p:last-child {
  margin-bottom: 0;
}
#palaces-temples .item p strong,
#art-museums .item p strong,
#villages-scenery .item p strong,
#transfer .item p strong,
#daily-tours .item p strong,
#classes-workshops .item p strong,
#special-experiences .item p strong,
#minishop .item p strong,
#reminders-policies .item p strong {
  color: #34495e;
  font-weight: 600;
}
#palaces-temples .item ul,
#art-museums .item ul,
#villages-scenery .item ul,
#transfer .item ul,
#daily-tours .item ul,
#classes-workshops .item ul,
#special-experiences .item ul,
#minishop .item ul,
#reminders-policies .item ul {
  margin: 0.8rem 0 0 0;
  padding-left: 1.2rem;
}
#palaces-temples .item ul li,
#art-museums .item ul li,
#villages-scenery .item ul li,
#transfer .item ul li,
#daily-tours .item ul li,
#classes-workshops .item ul li,
#special-experiences .item ul li,
#minishop .item ul li,
#reminders-policies .item ul li {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #5a6270;
  margin-bottom: 0.5rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#palaces-temples .item ul li strong,
#art-museums .item ul li strong,
#villages-scenery .item ul li strong,
#transfer .item ul li strong,
#daily-tours .item ul li strong,
#classes-workshops .item ul li strong,
#special-experiences .item ul li strong,
#minishop .item ul li strong,
#reminders-policies .item ul li strong {
  color: #34495e;
  font-weight: 600;
}
#palaces-temples .item ul li:last-child,
#art-museums .item ul li:last-child,
#villages-scenery .item ul li:last-child,
#transfer .item ul li:last-child,
#daily-tours .item ul li:last-child,
#classes-workshops .item ul li:last-child,
#special-experiences .item ul li:last-child,
#minishop .item ul li:last-child,
#reminders-policies .item ul li:last-child {
  margin-bottom: 0;
}
#transfer .table-wrapper {
  grid-column: 1 / -1;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(201, 169, 97, 0.15);
}
#transfer table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#transfer table thead tr {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
#transfer table thead tr th {
  padding: 1rem 1.2rem;
  text-align: left;
  font-weight: 600;
  color: #ffffff;
  font-size: 0.9rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 3px solid #c9a961;
}
#transfer table thead tr th:first-child {
  border-radius: 6px 0 0 0;
}
#transfer table thead tr th:last-child {
  border-radius: 0 6px 0 0;
}
#transfer table tbody tr {
  transition: background-color 0.2s ease;
}
#transfer table tbody tr:hover {
  background-color: rgba(201, 169, 97, 0.05);
}
#transfer table tbody tr:nth-child(even) {
  background-color: rgba(245, 241, 235, 0.5);
}
#transfer table tbody tr:nth-child(even):hover {
  background-color: rgba(201, 169, 97, 0.08);
}
#transfer table tbody tr td {
  padding: 0.9rem 1.2rem;
  border-bottom: 1px solid rgba(201, 169, 97, 0.15);
  color: #5a6270;
  font-size: 0.9rem;
  line-height: 1.5;
  vertical-align: top;
}
#transfer table tbody tr td:first-child {
  font-weight: 600;
  color: #2c3e50;
  background-color: rgba(201, 169, 97, 0.08);
  border-right: 2px solid rgba(201, 169, 97, 0.2);
}
#transfer table tbody tr td:nth-child(2) {
  color: #5a6270;
}
#transfer table tbody tr td:last-child {
  font-weight: 600;
  color: #c9a961;
  white-space: nowrap;
}
#transfer table tbody tr:last-child td {
  border-bottom: none;
}
#transfer table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 6px;
}
#transfer table tbody tr:last-child td:last-child {
  border-radius: 0 0 6px 0;
}
#palaces-temples {
  border-top: 3px solid #c9a961;
}
#art-museums {
  border-top: 3px solid #a89f8d;
}
#villages-scenery {
  border-top: 3px solid #8b7355;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (min-width: 640px) {
  #villages-scenery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  #villages-scenery {
    grid-template-columns: repeat(3, 1fr);
  }
}
#villages-scenery h2,
#villages-scenery > p,
#villages-scenery .notice,
#villages-scenery .table-wrapper {
  grid-column: 1 / -1;
}
#villages-scenery .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#transfer {
  border-top: 3px solid #b8a998;
}
#daily-tours {
  border-top: 3px solid #9a8a76;
}
#classes-workshops {
  border-top: 3px solid #7d6e5c;
}
#special-experiences {
  border-top: 3px solid #8c7c69;
}
#minishop {
  border-top: 3px solid #6b5d4f;
}
#reminders-policies {
  border-top: 3px solid #5a4d42;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.item {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}
.item:nth-of-type(1) {
  animation-delay: 0.1s;
}
.item:nth-of-type(2) {
  animation-delay: 0.15s;
}
.item:nth-of-type(3) {
  animation-delay: 0.2s;
}
.item:nth-of-type(4) {
  animation-delay: 0.25s;
}
.item:nth-of-type(5) {
  animation-delay: 0.3s;
}
.item:nth-of-type(6) {
  animation-delay: 0.35s;
}
.item:nth-of-type(7) {
  animation-delay: 0.4s;
}
.item:nth-of-type(8) {
  animation-delay: 0.45s;
}
.item:nth-of-type(9) {
  animation-delay: 0.5s;
}
@media (max-width: 768px) {
  #palaces-temples h2,
  #art-museums h2,
  #villages-scenery h2,
  #transfer h2,
  #daily-tours h2,
  #classes-workshops h2,
  #special-experiences h2,
  #minishop h2,
  #reminders-policies h2 {
    font-size: 1.4rem;
    letter-spacing: 1.5px;
  }
  #palaces-temples .item,
  #art-museums .item,
  #villages-scenery .item,
  #transfer .item,
  #daily-tours .item,
  #classes-workshops .item,
  #special-experiences .item,
  #minishop .item,
  #reminders-policies .item {
    padding: 1.2rem 1.5rem;
  }
  #palaces-temples .item h3,
  #art-museums .item h3,
  #villages-scenery .item h3,
  #transfer .item h3,
  #daily-tours .item h3,
  #classes-workshops .item h3,
  #special-experiences .item h3,
  #minishop .item h3,
  #reminders-policies .item h3 {
    font-size: 1.05rem;
  }
  #palaces-temples .item p,
  #art-museums .item p,
  #villages-scenery .item p,
  #transfer .item p,
  #daily-tours .item p,
  #classes-workshops .item p,
  #special-experiences .item p,
  #minishop .item p,
  #reminders-policies .item p,
  #palaces-temples .item ul li,
  #art-museums .item ul li,
  #villages-scenery .item ul li,
  #transfer .item ul li,
  #daily-tours .item ul li,
  #classes-workshops .item ul li,
  #special-experiences .item ul li,
  #minishop .item ul li,
  #reminders-policies .item ul li {
    font-size: 0.9rem;
  }
}
.burger-menu {
  position: fixed;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1001;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  border: 2px solid #c9a961;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.burger-menu:hover {
  background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
}
.burger-menu .burger-line {
  display: block;
  width: 22px;
  height: 2px;
  background: #c9a961;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.burger-menu.active .burger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger-menu.active .burger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.burger-menu.active .burger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(3px);
}
.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}
.nav-menu {
  position: fixed;
  top: 0;
  left: -320px;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background: linear-gradient(180deg, #faf8f5 0%, #f5f1eb 100%);
  z-index: 1000;
  overflow-y: auto;
  transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.15);
  border-right: 3px solid #c9a961;
}
.nav-menu.active {
  left: 0;
}
.nav-menu .nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.2rem;
  border-bottom: 2px solid rgba(201, 169, 97, 0.3);
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
}
.nav-menu .nav-header h3 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.nav-menu .nav-header .nav-close {
  background: none;
  border: none;
  font-size: 1.8rem;
  color: #c9a961;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.nav-menu .nav-header .nav-close:hover {
  background: rgba(201, 169, 97, 0.2);
  transform: rotate(90deg);
}
.nav-menu .nav-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}
.nav-menu .nav-list .nav-item {
  border-bottom: 1px solid rgba(201, 169, 97, 0.15);
}
.nav-menu .nav-list .nav-item:last-child {
  border-bottom: none;
}
.nav-menu .nav-list .nav-item .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  color: #2c3e50;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
  position: relative;
}
.nav-menu .nav-list .nav-item .nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #c9a961;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}
.nav-menu .nav-list .nav-item .nav-link:hover {
  background: rgba(201, 169, 97, 0.1);
  padding-left: 1.5rem;
}
.nav-menu .nav-list .nav-item .nav-link:hover:before {
  transform: scaleY(1);
}
.nav-menu .nav-list .nav-item .nav-link .nav-arrow {
  font-size: 0.7rem;
  color: #c9a961;
  transition: transform 0.3s ease;
}
.nav-menu .nav-list .nav-item.has-submenu .nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background: rgba(201, 169, 97, 0.05);
  transition: max-height 0.4s ease;
}
.nav-menu .nav-list .nav-item.has-submenu .nav-submenu .nav-sublink {
  display: block;
  padding: 0.8rem 1.2rem 0.8rem 2rem;
  color: #5a6270;
  text-decoration: none;
  font-size: 0.85rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
  position: relative;
}
.nav-menu .nav-list .nav-item.has-submenu .nav-submenu .nav-sublink:before {
  content: "•";
  position: absolute;
  left: 1rem;
  color: #c9a961;
  font-size: 1rem;
}
.nav-menu .nav-list .nav-item.has-submenu .nav-submenu .nav-sublink:hover {
  background: rgba(201, 169, 97, 0.1);
  padding-left: 2.3rem;
  color: #2c3e50;
}
.nav-menu .nav-list .nav-item.has-submenu.open .nav-submenu {
  max-height: 500px;
}
.nav-menu .nav-list .nav-item.has-submenu.open .nav-arrow {
  transform: rotate(90deg);
}
@media (max-width: 768px) {
  .burger-menu {
    top: 1rem;
    left: 1rem;
    width: 40px;
    height: 40px;
  }
  .burger-menu .burger-line {
    width: 20px;
  }
  .nav-menu {
    width: 280px;
  }
}
