* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f8f8ff;
  padding: 5px;
}

body.modal-open {
  overflow: hidden;
}

/* Top Banner */
.top-banner {
  background-color: #942edcec;
  color: white;
  text-align: center;
  padding: 10px 5px;
  position: relative;
  margin: 2px;
  border-radius: 8px;
}

.top-banner:hover {
  background-color: #59198d;
  transform: scale(0.987);
}

.header {
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2px;
  padding: 10px 5px;
  background-color: #af7cc997;
  border-radius: 8px;
}
.header.scrolled {
  background-color: rgba(245, 242, 242, 0); /* semi-transparent */
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
  font-size: 32px;
  font-weight: bold;
  color: #8000c8;
}

.vendor-btn-header{
  padding: 8px 18px;
  background-color: #8000c8;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;

}

.login-btn-header {
  padding: 8px 18px;
  background-color: #8000c8;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.login-btn-header:hover {
  background-color: #5a0099;
}

/* Modal core */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.806);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.auth-card {
  text-align: center;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  color: #5a0099;
}

.tagline {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.tabs button {
  padding: 10px 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: bold;
  color: #888;
}

.tabs .active {
  color: #5a0099;
  border-bottom: 2px solid #5a0099;
}

.input-group {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  padding: 8px;
  margin: 10px 0;
  border-radius: 5px;
}

.input-group i {
  margin-right: 10px;
  color: #999;
}

.input-group input {
  border: none;
  outline: none;
  flex: 1;
}

.options {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 15px;
}

.login-btn,
.google-btn {
  width: 100%;
  padding: 10px;
  background-color: #5a0099;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 10px;
}

.continue {
  margin: 10px 0;
  color: #888;
}

/* Slider setup */
.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  z-index: 0;
}

.slides {
  display: flex;
  width: 300%;
  height: 100%;
  animation: slide 12s infinite;
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Slider Navigation Buttons */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.502);
  color: white;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 2;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.slider-nav:hover {
  background-color: rgb(0, 0, 0);
}


/* Hero Section Text */
.hero-section {
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 1px 1px 4px black;
  margin-top: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.hero-text {
  position: relative;
  z-index: 2;
  text-align: center;
  }

.hero-text h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.hero-text button {
  padding: 10px 20px;
  background: white;
  color: #6a0dad;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.hero-text button:hover {
  background-color: #ab52eb;
}

a {
  text-decoration: none;
}

/* Event Section */
.event-selection {
  margin-top: 40px;
  text-align: center;
}

.event-selection h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.event-cards-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.event-card {
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 200px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}
.effect{
  width: 249px;
  padding: 20px;
  border: 4px solid #6a0dad;
  border-radius: 12px;
  background-color: #6a0dad48;
  text-align: center;
  transition: all 0.3s ease-in-out;
  /* animation: pulseBorder 2s infinite ease-in-out; */
}

@keyframes pulseBorder {
  0% {
    border-color: #6a0dad;
    transform: scale(1);
  }
  50% {
    border-color: #ff00aa;
    transform: scale(1.05);
  }
  100% {
    border-color: #6a0dad;
    transform: scale(1);
  }
}


.event-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.event-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.event-card p {
  margin-top: 10px;
  font-weight: bold;
  color: #333;
}



/* Search Bar */
.search-bar {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}

.search-bar input {
  padding: 8px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 25px;
  width: 800px;
  transition: all 0.3s ease;
}

.search-bar input:focus {
  border-color: #6a0dad;
  outline: none;
}

.search-bar button {
  padding: 5px 10px;
  background-color: #6a0dad;
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}


.search-bar button:hover {
  background-color: #4b0082;
  transform: scale(1.2);
}

/* Featured Destinations Box */
.featured-destinations-container {
  background-color: white;
  padding: 20px;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  justify-content: space-between;
  height: 100%;
}

.featured-title {
  font-size: 28px;
  color: #6a0dad;
  margin-bottom: 10px;
}

.punch-line {
  font-size: 15px;
  color: #6a0dad;
  margin-bottom: 10px;
}

.featured-destinations {
  display: flex;
  justify-content: space-between;
  margin: 33px;
  gap: 20px;
  flex-wrap: wrap;
}

.destination-card {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 600px;
  height: fit-content;
  transition: transform 0.3s ease;
}

.destination-card:hover {
  transform: scale(1.05);
}

.destination-card img {

  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.destination-card h4 {
  margin-top: 10px;
  font-weight: 200;
  color: #333;
}

.destination-card h3 {
  margin-top: 10px;
  font-weight: 600;
  color: #333;
}

/* View All Destinations Button */
.view-all-container,
view-all-services {
  margin-top: 20px;
}

.view-all-btn,.view-all-ser-btn {
  margin-top: auto;
  background-color: #a568d1f0;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.view-all-btn,.view-all-ser-btn:hover {
  background-color: #9232e0d9;
  transform: scale(1.05);
}

/* Additional Destinations */
.additional-destinations {
  display: none;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}


.event-services {
  text-align: center;
  padding: 40px 20px;
}

.event-services h2 {
  font-size: 36px;
  color: #333;
}

.event-services p {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}

.services-container {
  padding: 10px;
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.service-card {
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 300px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card :hover {
  transform: scale(1.05);
}

.service-image {
  background-size: cover;
  background-position: left;
  height: 180px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  background-blend-mode: darken;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.service-title {
  color: white;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.service-title i {
  margin-right: 8px;
}

.service-details {
  padding: 20px;
  flex: 1;
}

.service-details p {
  color: #555;
  margin-bottom: 10px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.service-details ul li {
  color: #6a0dad;
  text-align: left;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.service-details ul li::before {
  content: "✔";
  color: #6a0dad;
  position: absolute;
  left: 0;
}

.details-btn {
  background-color: #eee;
  color: #6a0dad;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.details-btn:hover {
  background-color: #dcdcdc;
}

.special-offers {
  text-align: center;
  padding: 60px 20px;
  background: #f9f9fc;
}

.special-offers h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.special-offers p {
  color: #777;
  margin-bottom: 40px;
}

.offers-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.offer-card {
  width: 300px;
  background: white;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.offer-card .icon {
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;
}

.offer-card.wedding {
  background-color: #fdeff2;
}

.offer-card.anniversary {
  background-color: #f1efff;
}

.offer-card.birthday {
  background-color: #fffbe6;
}

.offer-card h3 {
  margin: 10px 0;
}

.offer-card a {
  color: #6a0dad;
  font-weight: bold;
  text-decoration: none;
}

.offer-card a i {
  margin-left: 5px;
}

/* Testimonials */
.testimonials {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
}

.testimonials h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

.testimonial-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.testimonial-card {
  background-color: #f9f9fc;
  padding: 20px;
  border-radius: 16px;
  width: 300px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.testimonial-card img {
  width: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-card h4 {
  margin: 5px 0;
}

.testimonial-card span {
  color: #777;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.testimonial-card p {
  color: #444;
}

.about {
  text-align: center;
  background-color: #eef0ff;
  padding: 60px 20px;
}

.social-icons {
  margin-bottom: 20px;
}

.social-icons a {
  margin: 0 10px;
  font-size: 20px;
  color: #6a0dad;
  background-color: #e6e8ff;
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
}

.social-icons a:hover {
  background-color: #d3d6ff;
}

.about h2 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
}

.about-text {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.feature-card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  width: 280px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.feature-card .icon {
  background-color: #e6e8ff;
  color: #6a0dad;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.feature-card p {
  color: #555;
  font-size: 15px;
}

.get-started-btn {
  display: inline-block;
  background-color: #6a0dad;
  color: white;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.get-started-btn:hover {
  background-color: #580da3;
}

.footer {
  background-color: #1f2633;
  color: #dcdcdc;
  padding: 40px 20px 20px;
  font-family: sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 200px;
  margin: 20px;
}

.footer-column h3,
.footer-column h4 {
  color: white;
  margin-bottom: 15px;
}

.footer-column p {
  margin-bottom: 15px;
  color: #b0b0b0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #dcdcdc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: #ffffff;
}

.footer-socials a {
  margin-right: 12px;
  color: #dcdcdc;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: white;
}

.download-btn {
  display: block;
  background-color: #2d3445;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 10px;
  color: #dcdcdc;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.download-btn i {
  margin-right: 10px;
}

.download-btn:hover {
  background-color: #3c445a;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #3c445a;
  padding-top: 15px;
  font-size: 14px;
  color: #aaa;
  margin-top: 20px;
}


/* Footer */
footer {
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  color: #777;
}

@media (max-width: 425px) 
{

  body {
    padding: 0px;
  }

  .top-banner {
    font-size: 10px;
    padding: 2px;
  }

  .header {
    padding: 10px;
    justify-content: space-between;

  }

  .logo {
    color: #8000c8;
    font-size: 20px;
    margin-bottom: 8px;
  }

  .login-btn-header {
    width: 25%;
    height: 1%;
    text-align: center;
  }

  .hero-section {
    height: auto;
    padding: 24px 1px;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 22px;
    line-height: 1.4;
    
  }

  .hero-text button {
    width: 50%;
  }

  .view-all-btn,
  .details-btn {
    width: 100%;
    margin-top: 10px;
  }

  .search-bar {
    flex-direction: column;
    width: 100%;
    padding: 0 12px;
    gap: 10px;
  }

  .search-bar input {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .event-cards,
  .featured-destinations,
  .services-container,
  .offers-container,
  .testimonial-container,
  .features {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .destination-card,
  .event-card,
  .service-card,
  .offer-card,
  .testimonial-card,
  .feature-card {
    width: 90%;
    max-width: 350px;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 10px;
  }

  .footer-column {
    width: 100%;
    text-align: center;
  }

  .slider-nav {
    font-size: 24px;
    padding: 8px;
  }

  .modal-content {
    width: 90%;
    padding: 16px;
  }

  .slides {
    width: 300%;
    overflow-x: scroll;
  }
}