     body {
  font-family: 'Montserrat', Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative; /* Make sure the pseudo-element is positioned relative to the body */
  z-index: 0; /* Ensure content appears above the pseudo-element */
}

body::before {
  content: "";
  position: fixed; /* Fix position so it covers the viewport */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('https://s7ap1.scene7.com/is/image/incredibleindia/jonha-falls-ranchi-jharkhand-new?qlt=82&ts=1727010871094') no-repeat center center/cover;
  filter: blur(3px); /* Adjust the blur radius as needed */
  z-index: -1; /* Place behind the content */
}
.hero-content h1,
.hero-content p {
    color: #c90000; /* make the text white */
    text-shadow: 
        0 0 8px rgba(255, 255, 255, 0.9),
        0 0 16px rgba(255, 255, 255, 0.8),
        0 0 24px rgba(255, 255, 255, 0.6),
        0 0 32px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border-bottom: none;
}
    /* Hero Section */
    .hero {
      height: 45vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      
    }
    .hero-content {
      position: relative;
      color: #fff;
      text-align: center;
      z-index: 1;
    }
    .hero-content h1 {
      font-size: 2.8em;
      font-weight: bolder;
      margin-bottom: 0.2em;
      letter-spacing: 1px;
    }
    .hero-content p {
      font-size: 1.3em;
      margin-bottom: 1.2em;
    }

    /* Container */
.container {
  max-width: 1000px;
  margin: -60px auto 40px auto;
  background: rgba(221, 221, 221, 0.9);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  padding: 40px 28px;
  position: relative;
  z-index: 2;
}

/* Ensure container h2 wins */
.container h2 {
  color: #e17055;
  margin-top: 1.5em;
  margin-bottom: 0.7em;
  font-size: 1.7em;
  text-shadow: none;
  font-weight: bold;
   display: flex;
    flex-wrap: wrap;
}

h2 {
  color: #e17055;
  margin-top: 1.5em;
  margin-bottom: 0.7em;
  font-size: 1.7em;
}

    /* Card Styles */
    .attractions {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
      justify-content: center;
      margin-bottom: 2em;
    }

    .card {
      background: #fbeee0;
      border-radius: 12px;
      box-shadow: 0 2px 8px #f9d42344;
      padding: 22px 18px;
      width: 240px;
      text-align: center;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .card:hover {
      transform: translateY(-8px) scale(1.03);
      box-shadow: 0 8px 24px #ff4e5044;
    }
    .card i {
      font-size: 2.2em;
      color: #e17055;
      margin-bottom: 0.5em;
    }

    ul {
      padding-left: 1.2em;
    }

    .highlight {
      background: linear-gradient(90deg, #fbeee0 60%, #f9d42322 100%);
      border-left: 4px solid #e67e22;
      padding: 14px 20px;
      margin: 1.5em 0;
      border-radius: 8px;
    }

    .plan {
      background: #f9f6f2;
      border-radius: 8px;
      padding: 18px 20px;
      margin-top: 1.5em;
      box-shadow: 0 2px 8px #f9d42322;
    }
    .plan a {
      color: #e17055;
      font-weight: bold;
    }

    /* Image Styling */
    .img-center img {
      display: block;
      margin: 20px auto;
      max-width: 70%;
      height: auto;
      border-radius: 12px;
      border: 4px solid #2563eb; /* semi-thick blue border */
    }
    .img-row {
      display: flex;
      justify-content: center;
      gap: 20px;
      margin: 20px 0;
      flex-wrap: wrap;
    }
    .img-row img {
      flex: 1 1 45%;
      max-width: 45%;
      height: auto;
      border-radius: 12px;
      border: 4px solid #2563eb; /* semi-thick blue border */
    }

    /* Footer */
    footer {
      background-color: #222;
      color: white;
      padding: 20px 0;
      text-align: center;
      margin-top: 2em;
    }
    .footer-links {
      display: flex;
      justify-content: center;
      gap: 30px;
      margin-bottom: 10px;
      flex-wrap: wrap;
    }
    .footer-links a {
      color: #bbb;
      text-decoration: none;
      font-size: 16px;
      transition: color 0.3s ease;
    }
    .footer-links a:hover {
      color: #fff;
    }
    .footer-bottom {
      font-size: 14px;
      color: #777;
    }

    @media (max-width: 900px) {
      .container { padding: 24px 8px; }
      .attractions { flex-direction: column; align-items: center; }
      .card { width: 90%; }
      .img-row img { max-width: 100%; }
    }
        .price-rating {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: bold;
      color: green;
    }
        .rating {
      color: #f7b500;
      font-size: 14px;
    }
        .author {
      font-size: 12px;
      color: #777;
      margin-bottom: 15px;
    }

    .btn {
      padding: 10px 15px;
      background: linear-gradient(90deg, #ff7a18, #ffb347);
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-weight: bold;
      transition: background 0.3s;
    }

    .btn:hover {
      background: linear-gradient(90deg, #ff9344, #ffd194);
    }
    .product-container {
  display: flex;            /* Align side by side */
  gap: 20px;                /* Space between cards */
  justify-content: center;  /* Center horizontally */
  flex-wrap: wrap;          /* Allows wrapping on small screens */
}
.product-card {
  width: 250px;             /* Adjust size */
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  text-align: center;
}