        body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    background: url('https://s7ap1.scene7.com/is/image/incredibleindia/jonha-falls-ranchi-jharkhand-new?qlt=82&ts=1727010871094') center/cover fixed no-repeat;
}

.hero-content h1,
.hero-content p {
    color: #dd2a2a;
    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);

}
.attractions .overlay p {
    color: rgb(255, 255, 255);
    text-shadow: 
        0 0 6px rgba(0, 0, 0, 0.9),
        0 0 12px rgba(102, 102, 102, 0.7),
        0 0 18px rgba(51, 51, 51, 0.6),
        0 0 24px rgba(0, 0, 0, 0.5);
}
       /* Makes heading & description white */


/* Optional: add background shading for better readability */
/* .attractions .overlay { */
/* background: rgba(0, 0, 0, 0.4); semi-transparent dark overlay */
/* padding: 15px; */
 /* border-radius: 10px; */
 /* } */

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 {
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-content {
    position: relative;
    color: #f5a003;
    text-align: center;
    z-index: 1;
}

.hero-content h1 {
    font-size: 2.8em;
    font-weight: bolder;
    margin-bottom: 0.2em;
    letter-spacing: 2px;
}

.hero-content p {
    font-size: 1.3em;
    margin-bottom: 1.2em;
}

.cta-btn {
    background: linear-gradient(90deg, #ff512f 0%, #dd2476 100%);
    color: #ffffff;
    border: none;
    padding: 14px 36px;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    text-decoration: none;
}
.cta-btn:hover {
    background: linear-gradient(90deg, #dd2476 0%, #ff512f 100%);
}

.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 32px 28px;
    position: relative;
    z-index: 2;
}

h2 {
    color: #df5e08;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.7em;
    text-shadow: #ffffff 1px 1px 2px;
}

/* ...existing code... */
.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;
    /* gap: 24px; */
    /* justify-content: center; */
    /* margin-bottom: 2em; */
}

.card-link {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
.card {
    background: #fff;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 16px;
    width: auto;
    text-align: center;
    transition: transform 0.5s;
    background-size: cover;
}
.card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}
.card-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}
.card h3 {
    color: #f71e1e;
    margin-bottom: 8px;
        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);
}
.card p {
    font-size: 18px;
    font-weight: lighter;
    color: #444;
}

ul { padding-left: 1.2em; }

.highlight {
    background: linear-gradient(90deg, #e0fbf9 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;
}

#map { height: 500px; width: 100%; border-radius: 12px; margin-top: 20px; }

footer {
    background-color: #222;
    color: white;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    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; }

/* Responsive */
@media (max-width: 900px) {
    .container { padding: 24px 8px; }
    .attractions { flex-direction: column; align-items: center; }
    .card { width: 90%; }
}

 
  
  /* Chatbot icon */
  #chatIcon {
    position: fixed; bottom: 20px; right: 20px;
    width: 60px; height: 60px;
    border-radius: 50%; background:#7b01c2ec;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 30px; cursor: pointer;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 9999;
  }

  /* Chat container */
  #chatContainer {
    position: fixed; bottom: 90px; right: 20px;
    width: 350px; height: 500px;
    background: #fff; border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    display: none; flex-direction: column;
    overflow: hidden;
    z-index: 9999;
  }

  #chatHeader {
    background: #f04604ec; color: #fff; padding: 10px;
    font-weight: bold; text-align: center;
  }

  #chatBox {
    flex: 1; padding: 10px; overflow-y: auto;
  }

  .message { margin: 5px 0; padding: 8px 12px; border-radius: 12px; max-width: 80%; }
  .userMsg { background: #f1f0f0; align-self: flex-end; }
  .botMsg { background: #ffecd1; align-self: flex-start; }

  #inputArea { display: flex; padding: 5px; border-top: 1px solid #ccc; }
  #userInput { flex: 1; padding: 8px; border-radius: 20px; border: 1px solid #ccc; }
  #sendBtn { padding: 8px 12px; margin-left: 5px; background: #0059ff; color: #fff; border: none; border-radius: 20px; cursor: pointer; }

  /* Quick buttons */
  #quickButtons { display: flex; flex-wrap: wrap; padding: 5px; gap: 5px; }
  .quickBtn {
    background: #f04604ec; color: #fff; border: none; border-radius: 15px;
    padding: 5px 10px; cursor: pointer; font-size: 12px;
  }

    .slider {
      display: flex;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      gap: 20px;
      padding: 20px;
    }

    .slide {
    flex: 0 0 auto;
    width: 300px;
    height:auto;
    scroll-snap-align: start;
    border-radius: 12px;
    display: flex;
    align-items: center;    
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-decoration: none; /* remove underline */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, background 0.3s ease;    /* fill card */
    background-position: center;  /* center image */
    background-repeat: no-repeat; /* 🚫 stop repeating */
    background-size:cover;      /* cover entire card */
    }

    .slide:hover {
      transform: scale(1.05);   
    }
.slider {
  cursor: grab;          /* changes cursor to a hand */
  user-select: none;     /* prevents text selection while dragging */
}

.slider:active {
  cursor: grabbing;      /* hand changes when dragging */
}

