/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  font-family: "Poppins", sans-serif;
}

.topbar {
  background: #0b1f3a;
  color: white;
  padding: 8px 0;
  font-size: 13px;
}

.navbar-brand {
  font-size: 24px;
}

.brand-dot {
  color: #0d6efd;
}

.hero {
  height: 80vh;
  background: url("https://images.unsplash.com/photo-1501785888041-af3ef285b470?auto=format&fit=crop&w=1400&q=80")
    center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 750px;
}

.hero-buttons .btn {
  margin-right: 10px;
}

.booking-bar {
  margin-top: -50px;
  position: relative;
  z-index: 5;
}

.booking-box {
  background: white;
  padding: 20px;
  border-radius: 18px;
}

.section-padding {
  padding: 70px 0;
}

.section-title p {
  color: #6c757d;
  margin-top: 10px;
}

.destination-card img {
  height: 200px;
  object-fit: cover;
}

.destination-card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.3s ease;
}

.destination-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.package-card {
  border-radius: 18px;
  overflow: hidden;
  background: white;
  transition: 0.3s ease;
}

.package-card img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.price {
  font-size: 18px;
  font-weight: 700;
  color: #0d6efd;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  margin-bottom: 10px;
  font-weight: 500;
}

.contact-box {
  background: white;
  padding: 30px;
  border-radius: 18px;
}

.footer {
  background: #0b1f3a;
  color: white;
  padding: 50px 0;
}

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

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

.footer-links a {
  color: #cfd8dc;
  text-decoration: none;
}

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


.gallery-img {
  border-radius: 16px;
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.gallery-img:hover {
  transform: scale(1.03);
}
.promo-card {
  background: #ffffff;
  transition: 0.3s ease;
  border: 1px solid #f1f1f1;
}

.promo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: #0d6efd;
}

.promo-icon img {
  transition: 0.3s ease;
}

.promo-card:hover .promo-icon img {
  transform: scale(1.05);
}
.section-style3 {
  padding: 70px 0;
  background: #ffffff;
}

.section-style3 .head-title {
  margin-bottom: 30px;
}

.section-style3 .block-title h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 10px;
}

.section-style3 .block-title h3 span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.section-style3 .block-title h3 span::after {
  content: "";
  width: 90px;
  height: 3px;
  background: #0d6efd;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 50px;
}

.section-style3 .block-title p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.section-style3 .promo-item {
  background: #fff;
  padding: 35px 25px;
  border-radius: 18px;
  border: 1px solid #eee;
  transition: 0.3s ease;
}

.section-style3 .promo-item:hover {
  transform: translateY(-8px);
  border-color: #0d6efd;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.12);
}

.section-style3 .promo-icon {
  width: 70px;
  margin-bottom: 18px;
}

.section-style3 .promo-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

.section-style3 .promo-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}
@media (max-width: 768px) {
  .section-style3 {
    padding: 50px 0;
  }

  .section-style3 .block-title h3 {
    font-size: 20px;
  }

  .section-style3 .promo-item {
    padding: 25px 18px;
  }
}
.promo-icon-box-square {
  width: 90px;
  height: 90px;
  background: #ffffff;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px auto;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.10);
  border: 1px solid #f1f1f1;
  transition: 0.3s ease;
}

.promo-icon-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Hover Animation */
.promo-item:hover .promo-icon-box-square {
  transform: translateY(-5px) scale(1.03);
  border-color: #0d6efd;
  box-shadow: 0px 15px 35px rgba(13, 110, 253, 0.18);
}
