/* Updated all fonts to use Winky Rough for headings and Raleway for body text */
html, body {
    overflow-x: hidden;
}

/* Attractions Hero Section */
.attractions-hero {
  background: white;
  padding: 150px 0;
  text-align: center;
}

.attractions-title-wrapper {
  position: relative;
  display: inline-block;
}

.title-star {
  position: absolute;
  width: 400px;
  height: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.9;
}

.attractions-title {
  font-family: "Winky Rough", cursive;
  font-size: 112px;
  font-weight: 800;
  color: #023047;
  margin: 0;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Diagonal Banner */
.diagonal-banner {
  background: linear-gradient(90deg, #bd3257 0%, #bd3257 100%);
  padding: 25px 0;
  overflow: hidden;
  position: relative;
  border-top: 2px solid #eddb13;
  border-bottom: 2px solid #eddb13;
  margin: -10px 0;
  width: 105%;
  margin-left: -2.5%;
}

.banner-text-scroll {
  display: flex;
  white-space: nowrap;
  animation: scrollText 30s linear infinite;
}

.banner-text-scroll span {
  font-family: "Winky Rough", cursive;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: #eddb13;
  padding-right: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@keyframes scrollText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.33%);
  }
}

/* Attraction Detail Section */
.attraction-detail {
  background: white;
  padding: 80px 0;
}

.attraction-heading {
  font-family: "Winky Rough", cursive;
  font-size: 48px;
  font-weight: 800;
  color: #023047;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.attraction-description {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #023047;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

/* Updated image card styling with proper rounded corners and shadows */
/* Dual Images */
.attraction-images-dual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.attraction-image-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  aspect-ratio: 3 / 4;
}

.attraction-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.single-image-centered {
  visibility: hidden;
}

/* Full Width Image */
.attraction-image-full {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.attraction-image-full img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 500px;
}

/* Bottom Banner Section */
.bottom-banner-section {
  background: #6d0e27;
  position: relative;
  padding-bottom: 80px;
}

.bottom-diagonal-banner {
  background: linear-gradient(90deg, #bd3257 0%, #bd3257 100%);
  padding: 25px 0;
  overflow: hidden;
  position: relative;
  border-top: 2px solid #eddb13;
  border-bottom: 2px solid #eddb13;
  margin: -10px 0 60px;
  width: 105%;
  margin-left: -2.5%;
}

.banner-text-scroll-bottom {
  display: flex;
  white-space: nowrap;
  animation: scrollText 30s linear infinite;
}

.banner-text-scroll-bottom span {
  font-family: "Winky Rough", cursive;
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: #eddb13;
  padding-right: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Replaced info-cards section with contact page testimonial styles */

/* Testimonials Section - Contact Page Style */
.testimonials-section {
  background: #6d0e27;
  padding: 80px 20px 100px;
  position: relative;
  overflow: hidden;
}

.testimonials-container {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials-title {
  font-family: "Winky Rough", cursive;
  font-size: 48px;
  color: white;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.testimonials-subtitle {
  font-size: 16px;
  color: white;
  text-align: center;
  margin-bottom: 60px;
  opacity: 0.9;
  font-family: "Raleway", sans-serif;
}

.testimonials-carousel {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
  transition: transform 0.5s ease-in-out;
}

.testimonial-card {
  background: rgba(139, 35, 50, 0.8);
  border-radius: 20px;
  padding: 35px 30px;
  box-shadow: 8px 8px 0px rgba(255, 107, 107, 0.4);
  flex: 0 0 calc(33.333% - 27px);
  min-width: calc(33.333% - 27px);
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: white;
  flex-shrink: 0;
}

.testimonial-info {
  flex: 1;
}

.testimonial-name {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: white;
  margin-bottom: 2px;
}

.testimonial-location {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.testimonial-rating {
  font-size: 20px;
  font-weight: 700;
  color: white;
}

.testimonial-text {
  font-size: 15px;
  color: white;
  line-height: 1.7;
  opacity: 0.95;
  font-family: "Raleway", sans-serif;
}

/* Carousel Controls */
.carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.carousel-dots {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s;
}

.dot.active {
  width: 40px;
  border-radius: 10px;
  background: white;
}

.carousel-arrows {
  display: flex;
  gap: 15px;
}

.arrow-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid white;
  background: transparent;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.arrow-btn:hover {
  background: white;
  color: #6d0e27;
}

/* Testimonials Responsive */
@media (max-width: 1024px) {
  .testimonials-carousel {
    gap: 30px;
  }

  .testimonial-card {
    flex: 0 0 calc(50% - 15px);
    min-width: calc(50% - 15px);
  }
}

@media (max-width: 768px) {
  .attractions-title {
    font-size: 60px;
  }
  .title-star {
    width: 140px;
    height: 140px;
  }
  .testimonials-title {
    font-size: 36px;
  }

  .testimonials-carousel {
    gap: 20px;
  }

  .testimonial-card {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

@media (max-width: 480px) {
  .attractions-title {
    font-size: 45px;
  }
  .title-star {
    width: 110px;
    height: 110px;
  }

  .testimonials-section {
    padding: 60px 15px 80px;
  }

  .testimonials-title {
    font-size: 28px;
  }

  .testimonial-card {
    padding: 25px 20px;
  }

  .carousel-controls {
    flex-direction: column;
    gap: 20px;
  }
}

.footer {
  background: #6d0e27;
  color: white;
}
