body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.logo-wrapper {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  height: 70px;
  width: auto;
}

.agency-name {
  font-size: 1.5em;
  color: orange;
  font-weight: bold;
  padding : 0% ;
  text-shadow: 0 0 4px rgb(0, 0, 0);
}

header h1 {
  font-size: 4em;
  color: orange;
}

header p {  font-size: 1.2em;
}

.cta-button {
  background-color: orange;
  color: white;
  padding: 10px 20px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  font-weight: bold;
}

section {
  padding: 20px 20px;
  max-width: 1200px;
  margin: auto;
}
.services,
.testimonials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.promo-packages{
  margin: 0%;
  padding: 0%;
  padding-top: 0%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
}

.card h3 {
  margin-top: 0;
}

.rating {
  color: gold;
}

.buttons button {
  margin-right: 10px;
}
.marquee-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  margin: 2rem 0;
}

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: scroll-marquee 20s linear infinite;
}

.marquee-content img {
  width: 450px; /* Adjust image width as needed */
  height: auto;
  flex-shrink: 0;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  text-align: center;
}

.overlay-logo {
  width: 150px;
  margin-bottom: 5px;
  padding-top: 2%;
}

.overlay-text {
  font-size: 20px ;
  font-weight: bold;
  color: orange;
  text-shadow: 0 0 4px black;
  padding-bottom: 2%;
  margin: 0%;
}
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  background: #fff;
}

.header {
  padding: 40px 20px 20px;
}

.header h1 {
  font-size: 48px;
  font-weight: 800;
  font-family: 'Georgia', serif;
}

.btn-enquire {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #38a169;
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
}

.tour-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-top: 40px;
}

.tour-section p {
  font-size: 20px;
  color: #444;
  margin-bottom: 20px;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  padding: 0 20px 40px;
}

.tour-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.tour-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.card {
  background: #fff;
  padding-top: 0%;
  padding: 20px;
  border-radius: 10px;
  width: 300px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: left;
  margin-top: 0%;
}
.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center; /* ✅ Center the heading */
}
.services {
  text-align: center;
  padding: 40px 20px;
  background-color: #fff;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-decoration: underline;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.service-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.card-image {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 10px auto;
  display: block;
}


.service-card p {
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}

body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
}

.footer {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 50px;
  background-color: white;
  color: black;
  flex-wrap: wrap;
}

.footer-box {
  border: 1px solid gray;
  padding: 20px;
  width: 250px;
  margin: 10px;
  text-align: left;
  box-sizing: border-box;
}

.footer-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.icon {
  margin-right: 10px;
}

.scan-button {
  background-color: black;
  color: white;
  padding: 10px 20px;
  margin-top: 10px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.qr-image {
  display: block;
  width: 120px;
  margin-top: 10px;
}

.social-box {
  text-align: center;
}

.social-icons img {
  width: 30px;
  margin: 0 10px;
  vertical-align: middle;
}

.tag-button {
  margin-top: 20px;
  padding: 10px 30px;
  border: 1px solid black;
  background-color: orange;
  color:black;
  border-radius: 25px;
  font-style: italic;
  cursor: pointer;
}
.our{
  padding-top: 20px;
  padding-bottom: 0%;
  margin: 0%;
  font-weight: bolder;
  font-size:x-large;
  text-decoration: underline;
}
