body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
  color: #333;
}

header {
  background: #003366;
  color: white;
  text-align: center;
  padding: 20px;
}

nav {
  margin-top: 10px;
}

nav a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

main {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.packages {
  padding: 60px 20px;
  background-color: #f4f9fc;
  text-align: center;
}

.packages h2 {
  font-size: 2em;
  color: #003366;
  margin-bottom: 40px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
}

.package-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  text-align: left;
}

.package-card:hover {
  transform: translateY(-5px);
}

.package-card h3 {
  color: #003366;
  margin-bottom: 10px;
}

.package-card p {
  font-size: 0.95em;
  margin: 5px 0;
  line-height: 1.5;
}

.booking-buttons {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 6px;
  font-weight: bold;
  color: white;
  text-align: center;
}

.btn.whatsapp {
  background-color: #25D366;
}

.btn.email {
  background-color: #007BFF;
}

.btn:hover {
  opacity: 0.9;
}


footer {
  background: #003366;
  color: white;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
}
.about-us strong {
  color: #003366;
}
.about-us ul li {
  margin: 8px 0;
}
.services-section {
  background-color: #f4f9fc;
  padding: 60px 20px;
  text-align: center;
}

.services-section h2 {
  font-size: 2em;
  color: #003366;
  margin-bottom: 20px;
}

.services-section p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #444;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  padding: 0 10px;
  max-width: 1100px;
  margin: 0 auto;
}

.service-card {
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  text-align: left;
  transition: transform 0.3s ease;
}

.service-card h3 {
  color: #003366;
  margin-bottom: 10px;
  font-size: 1.2em;
}

.service-card p {
  font-size: 0.95em;
  line-height: 1.6;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-contact-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.hotel-section {
  background: #f4f9fc;
  padding: 60px 20px;
  text-align: center;
}

.hotel-section h2 {
  font-size: 2em;
  color: #003366;
  margin-bottom: 20px;
}

.hotel-section p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #444;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.hotel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.hotel-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 8px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.hotel-card:hover {
  transform: translateY(-6px);
}

.hotel-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.hotel-card h3 {
  color: #003366;
  margin-bottom: 10px;
}

.hotel-card p {
  margin: 4px 0;
  font-size: 0.95em;
}

.booking-buttons {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-section {
  padding: 60px 20px;
  text-align: center;
  background-color: #f0f8ff;
}

.contact-section h2 {
  font-size: 2em;
  color: #003366;
  margin-bottom: 15px;
}

.contact-section p {
  font-size: 1.1em;
  color: #444;
  max-width: 700px;
  margin: 0 auto 20px auto;
}

.contact-info p {
  font-size: 1.05em;
  margin-bottom: 10px;
}

.contact-info a {
  color: #007bff;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.contact-buttons {
  margin: 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.map iframe {
  margin-top: 30px;
  border-radius: 8px;
}
.hero-banner {
  background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQsQPZzAtRh497T-5ak_IA9d5yAuobX--kdAg&s') center/cover no-repeat;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-banner .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-banner h1 {
  font-size: 2.8em;
}

.round-tours-container {
  padding: 40px 20px;
}

.intro {
  max-width: 850px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.intro h2 {
  color: #003366;
  margin-bottom: 10px;
}

.tour-section {
  margin-bottom: 60px;
}

.tour-section h3 {
  color: #003366;
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: center;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 25px;
}

.tour-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  text-align: center;
  padding: 15px;
  transition: transform 0.3s;
}

.tour-card:hover {
  transform: translateY(-5px);
}

.tour-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

.tour-card h4 {
  color: #003366;
  margin-bottom: 10px;
}

.tour-card .btn {
  background: #007bff;
  color: white;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
}

.cta {
  text-align: center;
  padding: 40px 20px;
  background: #e0f3ff;
  margin-top: 50px;
}

.cta .btn {
  background-color: #25D366;
  color: white;
  padding: 12px 20px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
}
.hero-banner.small {
  height: 220px;
  background: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSC-qF3Fc0kHh9_zsOqFcT-XoXRhnhbx3N3Ow&s') center/cover no-repeat;
}

.tour-details {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.tour-intro, .tour-itinerary, .tour-booking, .tour-images {
  margin-bottom: 50px;
}

.tour-itinerary .day {
  background: #f9f9f9;
  margin-bottom: 15px;
  padding: 15px;
  border-left: 4px solid #007bff;
  border-radius: 6px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
}

.image-grid img {
  width: 100%;
  border-radius: 6px;
  height: 160px;
  object-fit: cover;
}
.tour-itinerary h3 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #003366;
}

.day-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 15px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s;
}

.day-card:hover {
  transform: translateY(-3px);
}

.day-content {
  flex: 1 1 60%;
  padding-right: 15px;
}

.day-label {
  background: #003366;
  color: white;
  font-weight: bold;
  padding: 4px 12px;
  font-size: 0.85em;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.day-content h4 {
  margin: 5px 0;
  color: #003366;
  font-size: 1.15em;
}

.day-content p {
  font-size: 0.95em;
  line-height: 1.5;
  color: #444;
}

.day-image {
  flex: 1 1 35%;
  display: flex;
  gap: 6px;
  flex-direction: column;
}

.day-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.day-card {
  margin-bottom: 20px;
  padding: 12px 16px;
}
