.header__top {
  background: #033a7c;
}
.header__top a {
  color: #fff;
}

.top-social ul {
  margin-bottom: 0px;
}
.top-social ul li {
  list-style-type: none;
}
.top-social ul li a {
  color: #fff;
  text-decoration: none;
}

.top-contact ul {
  margin-bottom: 0px;
}
.top-contact ul li {
  padding: 0;
  margin: 0;
  color: #fff;
  list-style-type: none;
}

.inner-banner .overlay {
  background: rgba(0, 0, 0, 0.5); /* black with 50% transparency */
  z-index: 1;
}

.inner-banner .page-name {
  z-index: 2; /* ensures text sits above overlay */
}

.package-card {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  padding: 0;
  margin-bottom: 30px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  height: 100%;
  background: #e8e8e8;
}

.package-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.package-header {
  background-color: var(--primary-color);
  color: white;
  padding: 20px;
  text-align: center;
}

.package-header h3 {
  font-weight: 700;
  margin: 0;
  font-size: 1.6rem;
}

.package-location {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: 5px;
}

.package-price {
  background-color: var(--light-bg);
  padding: 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--primary-color);
  border-bottom: 1px dashed #ddd;
}

.package-description {
  padding: 20px 20px 10px;
  font-size: 0.95rem;
  color: var(--light-text);
  line-height: 1.5;
}

.package-features {
  padding: 0 20px 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.feature-checkbox {
  color: var(--accent-color);
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 1.1rem;
  margin-top: 2px;
}

.feature-text {
  line-height: 1.4;
}

.package-divider {
  height: 1px;
  background-color: #eee;
  margin: 0 20px 20px;
}

.book-btn {
  display: block;
  background-color: var(--accent-color);
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 0 0 12px 12px;
  transition: background-color 0.3s ease;
}

.book-btn:hover {
  background-color: #e86a4a;
  color: white;
}

.package-card:nth-child(2) .package-header {
  background-color: #5a8a7a;
}

.package-card:nth-child(2) .package-price {
  color: #5a8a7a;
}

.package-card:nth-child(3) .package-header {
  background-color: #8a5a7a;
}

.package-card:nth-child(3) .package-price {
  color: #8a5a7a;
}

.location-badge {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  display: inline-block;
  margin-top: 5px;
}

/* Fix dropdown width */
.custom-dropdown {
  width: 250px; /* force dropdown width */
}

.dropdown-item {
  color: #000;
  width: auto;
  margin: 0 0.75rem;
  position: relative;
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

iframe {
  width: 100%;
}

/* Optional: style dropdown icon */
.navbar .nav-link i {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
}

/* Rotate icon when dropdown is open */
.nav-item.dropdown.show .nav-link i {
  transform: rotate(180deg);
}/*# sourceMappingURL=premier.css.map */