@font-face {
  font-family: "bootstrap-icons";
  src: url("../css/fonts/bootstrap-icons.woff2") format("woff2"),
       url("../css/fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  --maroon: #6b1533;
  --orange-dark: #e8930c;
}

body {
  font-family: "Poppins", sans-serif;
}

.hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.35) 100%
  );
}

@media (min-width: 992px) {
  .heading-size {
    font-size: 45px !important;
  }
}

.text-maroon {
  color: var(--maroon);
}

.brand-link {
  color: var(--orange-dark);
}

.brand-link:hover {
  text-decoration: underline !important;
}

.more-link {
  color: var(--orange-dark);
  cursor: pointer;
}

.more-link:hover {
  color: var(--maroon);
}

.about-heading-wrapper {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
}

.about-flag-img {
  height: 48px;
  width: auto;
  margin-right: -50px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

@media (max-width: 421px) {
  .custom_space {
    margin-bottom: 30px;
  }
}

.about-heading-text {
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

.side-link-list a {
  color: #444;
  font-size: 0.85rem;
}

.side-link-list a:hover {
  color: var(--maroon);
}

.side-link-list li {
  border-bottom: 1px dashed #e5d9dc;
}

.side-link-list li:last-child {
  border-bottom: none;
}

.btn-maroon,
.btn-view-details {
  background: var(--maroon);
  color: #fff;
}

.btn-maroon:hover,
.btn-view-details:hover,
.btn-view-details:active {
  background-color: #541025 !important;
  color: #fff;
}

.promo-card img {
  border-radius: 0.5rem;
}

.pkg-img-wrap img {
  height: 140px;
  object-fit: cover;
}

.pkg-tag {
  font-size: 0.65rem;
  border-radius: 0 4px 4px 0;
  z-index: 2;
}

.pkg-tag.family {
  background: #2e7d32;
}

.pkg-tag.bestseller {
  background: #0d6efd;
}

.pkg-route i {
  color: var(--orange-dark);
}

.pkg-features i {
  color: var(--maroon);
}

.mobile-card-custom .pkg-features {
  display: flex !important;
  justify-content: flex-start;
  gap: 14px;
}

@media (min-width: 768px) {
  .border-top-mobile {
    border-top: 0 !important;
  }
}

.pkg-price {
  color: var(--maroon);
  font-weight: 800;
}

.btn-view-all-outline {
  border: 2px solid #ff6a20;
  color: #ff8f57;
  background: #fff;
}

.btn-view-all-outline:hover {
  background: #fa7f42;
  color: #fff;
}

.filter_btn {
  position: sticky;
  top: 5px;
  z-index: 1000;
}

.faq-label {
  color: var(--orange-dark);
  font-family: "Georgia", serif;
  font-size: 1.05rem;
  margin-left: 60px;
}

.faq-item {
  border: 1px solid #eee;
}

.faq-question {
  cursor: pointer;
  color: var(--maroon);
  font-weight: 700;
}

.faq-toggle-icon {
  color: #e8622c;
  font-size: 1.3rem;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-question[aria-expanded="true"] .faq-toggle-icon {
  transform: rotate(45deg);
}

.faq-answer {
  color: #555;
  font-size: 0.9rem;
}

.ptp-item {
  border: 1px solid #eee;
}

.ptp-question {
  cursor: pointer;
  color: #222;
  font-weight: 700;
}

.ptp-toggle-icon {
  color: #222;
  font-size: 1.3rem;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.ptp-question[aria-expanded="true"] .ptp-toggle-icon {
  transform: rotate(45deg);
}

.ptp-sublink {
  color: #888;
  font-size: 0.95rem;
  text-decoration: none;
}

.ptp-sublink:hover {
  color: var(--maroon);
}

@media (min-width: 992px) {
  .sticky-sidebar {
    position: sticky;
    top: 20px;
    align-self: flex-start;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }

  .sticky-sidebar::-webkit-scrollbar {
    width: 5px;
  }
  .sticky-sidebar::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
  }
}

.app-download-sec {
  background-color: #ffffff;
  padding: 60px 0;
  overflow: hidden;
}

.custom-app-container {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 40px 40px 0px 40px;
  /* max-width: 1200px; */
}

.app-main-heading {
  color: #5d1229;
  font-weight: 700;
  font-size: 2.5rem;
}

.app-sub-text {
  color: #555;
  font-size: 1.1rem;
}

.app-stat-icon-circle {
  width: 60px;
  height: 60px;
  /* background-color: #5d1229; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.app-stat-icon-circle img {
  width: 100%;
  height: auto;
}

.app-stat-label .fw-bold {
  color: #333;
  font-size: 1.2rem;
}

.app-stat-label .small-text {
  color: #777;
  font-size: 0.9rem;
}

.app-mobile-img {
  position: relative;
  z-index: 2;
  max-height: 500px;
}

@media (max-width: 768px) {
  .custom-app-container {
    padding: 30px 20px 0px 20px;
  }
}

@media (max-width: 991px) {
  .app-main-heading {
    font-size: 2rem;
  }

  .app-mobile-img {
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .app-stat-item {
    justify-content: flex-start;
  }
  .fw-bold.cimgh {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
}

.mobile-card-custom .duration-badge {
  display: none;
}

.mobile-card-custom .feature-label {
  display: none;
}

@media (max-width: 767.98px) {
  .mobile-card-custom {
    padding: 0 !important;
    overflow: hidden;
    border-radius: 12px !important;
  }

  .mobile-card-custom .pkg-img-wrap {
    height: 180px;
    width: 100%;
    position: relative;
    border-radius: 12px 12px 0 0 !important;
  }

  .mobile-card-custom .pkg-img-wrap img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }

  .mobile-card-custom .duration-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .mobile-card-custom .card-body-wrapper {
    padding: 12px 14px;
  }

  .mobile-card-custom .pkg-title {
    font-size: 0.95rem !important;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 6px;
  }

  .mobile-card-custom .pkg-route-text {
    font-size: 0.78rem;
    color: #666;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-card-custom .pkg-desc-text {
    display: none;
  }

  .mobile-card-custom .pkg-features {
    display: flex !important;
    justify-content: flex-start;
    gap: 14px;
    margin-bottom: 15px !important;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
  }

  .mobile-card-custom .city_feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .mobile-card-custom .city_feature-item i {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 2px;
  }

  .mobile-card-custom .feature-label {
    display: block;
    font-size: 0.65rem;
    color: #666;
  }

  .mobile-card-custom .card-footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-card-custom .price-label {
    font-size: 0.7rem;
    color: #777;
    margin: 0;
    line-height: 1;
  }

  .mobile-card-custom .price-amount {
    font-size: 1.15rem;
    font-weight: 800;
    color: #111;
    margin: 0;
  }

  .mobile-card-custom .btn-view-details {
    font-size: 0.8rem !important;
    padding: 6px 14px !important;
    border-radius: 6px !important;
  }

  .book_btn_mobile {
    background: linear-gradient(360deg, #632240 0%, #c94582 100%) !important;
    color: white;
    border: none;
    border-radius: 8px;
    transition: all 0.3s;
  }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-width: auto !important;
}

.pkg-features {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.city_feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 50px;
}

.custom_icons {
  width: 28px;
  height: 28px;
  object-fit: contain;
  margin-bottom: 4px;
  display: block;
}

.feature-label {
  font-size: 0.75rem;
  color: #4a4a4a;
  line-height: 1.1;
  font-weight: 500;
}

.mobile-card-custom:hover {
    border-color: #ff7733 !important;
    background: linear-gradient(180deg, #fff 0%, #fff0e8 100%);
    box-shadow: 0 8px 24px rgba(255, 119, 51, 0.15);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}