body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-color: #f7f7f7;
  color: #333;
}

.topbar {
  background: #004080;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  text-align: center;
}

.why-us-slider {
  padding: 40px 20px;
  background-color: #f8f9fa;
  text-align: center;
}
.why-us-slider h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #0056b3;
}
.whySwiper .swiper-slide {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  padding-bottom: 15px;
}
.whySwiper .swiper-slide img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.whySwiper .swiper-slide p {
  margin: 10px 15px 0;
  font-size: 16px;
  color: #333;
}



.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #ffffff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.navbar .logo {
  font-size: 22px;
  font-weight: bold;
  color: #004080;
}

.navbar nav a {
  margin: 0 10px;
  color: #004080;
  text-decoration: none;
  font-weight: 500;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text {
  position: absolute;
  top: 30%;
  left: 10%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 8px;
}

.why-us, .highlight-packages, .package-list, .page-banner {
  padding: 40px 20px;
  text-align: center;
}

.why-us ul {
  list-style: none;
  padding: 0;
}

.package-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.package-card {
  background: #fff;
  border-radius: 10px;
  width: 300px;
  padding: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  text-align: left;
}

.package-card img {
  width: 100%;
  border-radius: 8px;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  background: #004080;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
}

footer {
  background: #00264d;
  color: white;
  text-align: center;
  padding: 20px;
}
