a.chip {
  text-decoration: none;
}
nav {
  border-bottom: 1px solid #e7e4e4;
}
nav .nav-container {
  padding: 0 20px;
  width: 100%;
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
.logo {
  width: 130px;
}
@media (min-width: 1025px) {
  .logo {
    width: 170px;
  }
}
.footer-main .container {
  padding: 10px 0 0 0;
}
.footer-main .container .footer-bottom {
  padding-bottom: 0;
}
.footer-contact-info .contact-item i {
  color: #fff;
  margin-right: 5px;
}
.hero-section,
.hero {
  background-size: cover;
  background-position: center;
}
.hero-section::before,
.hero::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0000004d;
  z-index: 1;
}
.hero-section .hero-overlay,
.hero .hero-overlay,
.hero-section .hero-content,
.hero .hero-content {
  position: relative;
  z-index: 1;
}
.hero-section .hero-overlay .logo,
.hero .hero-overlay .logo,
.hero-section .hero-content .logo,
.hero .hero-content .logo {
  width: 250px;
}
.hero-section p .en-primary-btn,
.hero p .en-primary-btn {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .hero-section,
  .hero {
    padding-left: 0;
  }
}
.etp-section h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #333;
  letter-spacing: 0.5px;
}
.etp-section p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}
.etp-section ul,
.etp-section ol {
  width: auto;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.etp-section ul li,
.etp-section ol li {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.7;
}
.etp-section ul li strong,
.etp-section ol li strong {
  color: #4a90a4;
  font-weight: 600;
}
.btn.pad-sm {
  padding: 12px 20px;
}
.story-wrap .card-title {
  position: relative;
  bottom: unset;
  left: unset;
}
.story-wrap .btn {
  float: none !important;
  display: block;
  margin-top: 20px;
}
.story-wrap .img-wrap {
  height: 220px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.story-wrap .img-wrap img {
  object-fit: cover;
}
.story-wrap .story-tag-wrap {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.story-wrap .story-tag-wrap .story-tag {
  font-size: 12px;
  background-color: #ff9100c2;
  backdrop-filter: unset;
  display: inline-block;
  white-space: nowrap;
  margin: 2px;
  padding: 1px 8px;
}
.story-hero .hero-img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 50px;
}
.footer-copy {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .offer-card {
    height: 500px;
  }
  .action-buttons,
  .button-group,
  .filter-row {
    flex-direction: column;
  }
  .partner-logos {
    flex-direction: column;
  }
  .quick-links-section {
    padding: 0;
  }
  .cards-grid,
  .info-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .cards-grid .info-card,
  .info-cards .info-card {
    width: 100%;
  }
  .team-grid {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin: 0;
  }
  .team-grid .team-member {
    width: auto;
  }
  .submit-btn-container .en-primary-btn {
    width: 100%;
  }
}
#searchModal .modal-header {
  flex-direction: row;
}
#searchModal .modal-content {
  max-width: unset;
  width: 100%;
  padding: 0;
}
@media (max-width: 1024px) {
  #searchModal .input-group {
    flex-direction: column;
  }
  #searchModal .input-group input,
  #searchModal .input-group button {
    border-radius: 0.5rem;
    width: 100%;
  }
  #searchModal .input-group button {
    margin-top: 20px;
  }
}
.show-desktop {
  display: block;
}
@media (max-width: 1024px) {
  .show-desktop {
    display: none;
  }
}
.show-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .show-mobile {
    display: block;
  }
}
.search-nav-btn {
  padding: 10px 30px;
  width: 100%;
  text-align: center;
  margin: 10px auto;
}
.team-grid .team-members .team-wrap {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: white;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  max-height: auto;
  margin-bottom: 20px;
}
.team-grid .team-members:hover {
  transform: translateY(-8px);
}
.card-image,
.gem-card {
  background-position: center;
  background-size: cover;
}
.card-image .overlay,
.gem-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  top: auto;
  background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.2) 24%, rgba(0, 0, 0, 0) 100%);
}
.hero-logo-wrap::before {
  content: "";
  position: absolute;
  background-image: url("/frontend/img/frontend/btn.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 80px;
  height: 80px;
  top: -20px;
  left: 110px;
  z-index: -1;
}
.no-br {
  border-radius: 0;
}
.img-wrap .image-caption {
  position: absolute;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background: #1e1e1ec2;
  padding: 10px;
}
.faq-hero .hero-container {
  position: absolute;
}
.process-wrap .offer-card {
  height: auto;
  border-radius: 30px;
}
.process-wrap .offer-card img {
  height: 480px;
}
.process-wrap .offer-card .offer-overlay {
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1) 50%, transparent);
  padding: 40px 30px 35px;
}
.process-wrap .offer-card .offer-overlay p.subtitle {
  font-size: 20px;
}
.process-wrap .wrapper {
  padding: 10px 20px;
  font-size: 17px;
}
@media (max-width: 1024px) {
  .trip-details-page .hero-actions a {
    margin: 10px auto;
    padding: 16px 30px;
    border: none;
  }
}
@media (max-width: 1024px) {
  .trip-details-page .content-wrapper .map-section {
    padding: 60px 0;
  }
}
.trip-details-page .content-wrapper .map-section iframe {
  max-width: 100% !important;
}
.user-dashboard .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}
.user-dashboard .dashboard-tabs .chip {
  border: 1px solid #d6e7ee;
  background: #f5fbfe;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: inherit;
  text-decoration: none;
}
.user-dashboard .dashboard-tabs .chip:hover,
.user-dashboard .dashboard-tabs .chip.active {
  background: #4b95a8;
  border-color: #4b95a8;
  color: #fff;
}
.user-dashboard .dashboard-card,
.user-dashboard .journey-card {
  border-radius: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.user-dashboard .dashboard-card:hover,
.user-dashboard .journey-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08);
}
.user-dashboard .journey-card .remove-wishlist-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  background: rgba(255, 255, 255, 0.85);
  color: #ff0000;
  border: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.2s;
  cursor: pointer;
}
.user-dashboard .journey-card .remove-wishlist-btn:hover {
  background: #ff0000;
  color: #fff;
}
.user-dashboard .empty-state {
  background: #f9fcfe;
  border-radius: 18px;
}
.product-detail-hero .hero-overlay {
  align-items: end;
  margin-bottom: 100px;
}
.cursor-pointer {
  cursor: pointer;
}
.filter-dropdown .select2-container {
  width: 100% !important;
  border-radius: 50px;
  border: 2px solid #00a9ce;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.filter-dropdown .select2-container.select2-container--open {
  border-radius: 28px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.filter-dropdown .select2-container .select2-selection--single {
  height: 42px;
  text-align: center;
  border: none;
  padding: 10px 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.filter-dropdown .select2-container .select2-selection__arrow {
  height: 42px;
  width: 30px;
}
.filter-dropdown .select2-container .select2-selection__arrow b {
  border-color: #00a9ce transparent transparent transparent;
}
.filter-dropdown .select2-container .select2-selection--multiple {
  min-height: 42px;
  border: none;
  padding: 0 10px 4px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.filter-dropdown .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
}
.filter-dropdown .select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 20px !important;
  color: #495057 !important;
  padding: 4px 12px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-top: 5px !important;
  margin-right: 5px !important;
}
.filter-dropdown .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #495057 !important;
  margin-right: 6px !important;
  border: none !important;
  background: transparent !important;
  font-weight: bold !important;
}
.filter-dropdown .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #fd7e14 !important;
  background: transparent !important;
}
.filter-dropdown .filter-icon {
  font-size: 20px;
  width: auto;
  height: auto;
}
.filter-row-activity .filter-icon {
  font-size: 20px;
  width: auto;
  height: auto;
}
.sort-box .select2-selection--single {
  border: none;
}
.sort-box .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #00a9ce transparent transparent transparent;
}
@media (max-width: 1024px) {
  .hero-mob-pl {
    padding-left: 30px;
  }
}
.trip-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}
.masonry {
  column-count: 3;
  column-gap: 1rem;
}
@media (max-width: 1024px) {
  .masonry {
    column-count: 2;
  }
}
@media (max-width: 640px) {
  .masonry {
    column-count: 1;
  }
}
.masonry-item {
  display: block;
  margin-bottom: 1rem;
}
.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
@media (max-width: 1024px) {
  .route-content-wrap .left-column {
    order: 2;
  }
  .route-content-wrap .right-column {
    order: 1;
  }
  .route-content-wrap .right-column .description-section {
    margin-bottom: 0;
  }
}
.footer-logos a {
  color: #4a90a4;
}
.hero-author {
  height: 40vh;
  min-height: 400px;
  max-height: 450px;
}
.hero-author .hero-editor-output .profile-wrap {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.hero-author .hero-editor-output .profile-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .hero-author .hero-editor-output {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .hero-author .hero-content {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .section-wrap {
    max-width: 900px;
    margin: 0 auto;
  }
}
.filter-row-activity {
  justify-content: center;
  flex-direction: column;
  gap: 0;
}
.filter-row-activity .filter-label {
  justify-content: end;
}
@media (max-width: 1024px) {
  .filter-row-activity .filter-label {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .filter-row-activity .filter-options {
    justify-content: space-around;
  }
  .filter-row-activity .filter-options button.filter-tag.activity-pill {
    width: 45%;
  }
}
figcaption.image-caption {
  position: absolute;
  right: 30px;
  bottom: 20px;
  background: #0000001f;
  color: #fff;
  padding: 10px 20px;
  z-index: 1;
}
.story-hero figcaption.image-caption {
  bottom: 100px;
}
.story-body figure.image {
  position: relative;
}
.story-body figure.image img {
  margin-bottom: 0;
}
.story-body figure.image figcaption {
  position: absolute;
  bottom: 0;
  background: #01010145;
  color: #fff;
  padding: 10px 20px;
  z-index: 1;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 768px) {
  .hero-image-caption {
    text-align: center;
    font-size: 0.75rem;
    padding: 8px 15px;
  }
  .story-hero .story-content {
    padding-top: 0;
  }
  figcaption.image-caption {
    position: absolute;
    left: 50%;
    bottom: 20px;
    background: #0000001f;
    color: #fff;
    padding: 10px 20px;
    z-index: 1;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .story-hero .story-content {
    padding: 0;
  }
  .story-hero .story-tag {
    padding: 3px 8px;
    font-size: 12px;
  }
  .story-hero h1 {
    font-size: 28px;
  }
  .story-content-wrapper {
    margin-top: -20px;
  }
}
.en-primary-btn,
.btn {
  background-color: #4a90a4;
}
.en-primary-btn:hover,
.btn:hover {
  background-color: #4a90a4;
  opacity: 0.9;
}
.navbar-expand-lg .navbar-nav .nav-link {
  background-color: transparent;
}
.hero-section::before,
.hero::before {
  background: transparent;
}
.journey-card .days {
  display: none;
}
.price-card {
  background: #f9fafb;
  border-color: rgba(0, 0, 0, 0.05);
}
.price-card h5 {
  font-weight: 600;
}
.price-card p {
  line-height: 1.5;
}
.price-card-v3 {
  padding: 22px 24px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.price-header {
  font-size: 24px;
  font-weight: 600;
  color: #2e7d8a;
  margin-bottom: 14px;
}
.price-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price-line {
  font-size: 13.5px;
  font-style: italic;
  color: #444;
  line-height: 1.7;
  position: relative;
  padding-left: 16px;
}
.price-line::before {
  content: "–";
  position: absolute;
  left: 0;
  color: rgba(46, 125, 138, 0.6);
}
.text-left {
  text-align: left;
}
.map-section .hero-actions a.btn-block {
  width: 100%;
}
