.atl_result_count {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: 0.3px;
}
.atl_result_count::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #e2791d;
  margin-right: 10px;
  vertical-align: middle;
}

.wt-bnr-inr .wt-bnr-inr-entry {
  position: relative;
  z-index: 2;
  border-bottom: 80px solid transparent !important;
  background: white;
  border: none !important;
}

.atl-tour-banner .wt-bnr-inr-entry {
  border-bottom: 0 !important;
}

.atl-archive-banner .wt-bnr-inr-entry {
  border-bottom: 0 !important;
  background: white;
  border: none !important;
}

.overlay-wraper .overlay-main.innr-bnr-olay {
  background: #f3f3f3;
}

.atl-seo-banner {
  margin-top: 0;
}

.atl_tour_card {
  background-color: #ffffff;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.atl_tour_card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #d0d0d0;
}
.atl_tour_card .row {
  margin: 0;
}
.atl_tour_card .row.no-gutters > [class*=col-] {
  padding: 0;
}
.atl_tour_card .atl_tour_image_container:hover .atl_tour_image::before {
  transform: scaleX(1);
  transform-origin: left;
  inset: 1;
}
.atl_tour_card .atl_tour_image {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 240px;
  background-color: #f5f5f5;
}
.atl_tour_card .atl_tour_image::before {
  background-color: rgba(0, 0, 0, 0.06);
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: 2;
}
.atl_tour_card .atl_tour_image a {
  display: block;
  width: 100%;
  height: 100%;
}
.atl_tour_card .atl_tour_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.atl_tour_card .atl_tour_info_container {
  background-color: #e2791d;
}
.atl_tour_card .atl_tour_info {
  padding: 20px 25px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 240px;
  clip-path: polygon(0% 5%, 5% 5%, 5% 0%, 85% 0%, 100% 0%, 100% 15%, 100% 95%, 95% 95%, 95% 101%, 15% 101%, 0% 101%, 0% 85%);
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
.atl_tour_card .atl_tour_info:hover {
  clip-path: polygon(0% 20%, 0% 0%, 20% 0%, 80% 0%, 100% 0%, 100% 20%, 100% 80%, 100% 100%, 80% 101%, 20% 101%, 0% 101%, 0% 80%);
}
.atl_tour_card .atl_tour_info .atl_tour_travel_styles {
  margin-bottom: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.atl_tour_card .atl_tour_info .atl_tour_travel_styles .atl_tour_tag {
  display: inline-block;
  padding: 5px 12px;
  background-color: #e8f4fd;
  color: #0066cc;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  line-height: 1.2;
}
.atl_tour_card .atl_tour_info .atl_tour_title {
  margin: 0 0 8px 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1a1a;
}
.atl_tour_card .atl_tour_info .atl_tour_title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.atl_tour_card .atl_tour_info .atl_tour_title a:hover {
  color: #e2791d;
}
.atl_tour_card .atl_tour_info .atl_tour_description {
  margin-bottom: 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  flex: 1;
}
.atl_tour_card .atl_tour_info .atl_tour_description p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.atl_tour_card .atl_tour_info .atl_tour_meta_info {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #e8e8e8;
}
.atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location .atl_tour_start,
.atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location .atl_tour_end {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #555;
}
.atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location .atl_tour_start i,
.atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location .atl_tour_end i {
  color: #e2791d;
  font-size: 15px;
  width: 16px;
  text-align: center;
}
.atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location .atl_tour_start .atl_meta_label,
.atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location .atl_tour_end .atl_meta_label {
  color: #333;
  font-weight: 600;
  margin-right: 4px;
}
.atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location .atl_tour_start .atl_meta_value,
.atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location .atl_tour_end .atl_meta_value {
  color: #555;
}
.atl_tour_card .atl_tour_info .atl_tour_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #e8e8e8;
  margin-top: auto;
}
.atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_footer_left {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  flex: 1;
}
.atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_footer_left .atl_tour_price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_footer_left .atl_tour_price .atl_price_label {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1;
}
.atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_footer_left .atl_tour_price .atl_price_value {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_footer_left .atl_tour_price .atl_price_value .atl_currency {
  font-size: 18px;
  margin-right: 2px;
}
.atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_footer_left .atl_tour_price .atl_price_unit {
  font-size: 12px;
  color: #999;
  margin-left: 4px;
  font-weight: 500;
}
.atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_footer_left .atl_tour_duration {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_footer_left .atl_tour_duration .atl_days_label {
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1;
}
.atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_footer_left .atl_tour_duration .atl_days_value {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1;
}

.atl_no_tours_found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 8px;
  border: 2px dashed #e0e0e0;
  min-height: 400px;
}
.atl_no_tours_found .atl_no_tours_icon {
  margin-bottom: 30px;
}
.atl_no_tours_found .atl_no_tours_icon i {
  font-size: 80px;
  color: #d0d0d0;
  display: block;
  line-height: 1;
}
.atl_no_tours_found .atl_no_tours_title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  line-height: 1.3;
}
.atl_no_tours_found .atl_no_tours_message {
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 1.6;
  max-width: 500px;
}

@media (max-width: 991px) {
  .atl_tour_card .atl_tour_image {
    min-height: 250px;
  }
  .atl_tour_card .atl_tour_info {
    padding: 25px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .atl_tour_card .atl_tour_image {
    min-height: 220px;
  }
  .atl_tour_card .atl_tour_info {
    padding: 20px;
    min-height: auto;
  }
  .atl_tour_card .atl_tour_info .atl_tour_title {
    font-size: 18px;
  }
  .atl_tour_card .atl_tour_info .atl_tour_meta_info .atl_tour_location {
    gap: 8px;
  }
  .atl_tour_card .atl_tour_info .atl_tour_footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .atl_tour_card .atl_tour_info .atl_tour_footer .atl_tour_action {
    width: 100%;
  }
  .atl_no_tours_found {
    padding: 60px 20px;
    min-height: 300px;
  }
  .atl_no_tours_found .atl_no_tours_icon {
    margin-bottom: 25px;
  }
  .atl_no_tours_found .atl_no_tours_icon i {
    font-size: 60px;
  }
  .atl_no_tours_found .atl_no_tours_title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .atl_no_tours_found .atl_no_tours_message {
    font-size: 14px;
  }
}
.atl-related-tours-head {
  margin-bottom: 25px;
}
.atl-related-tours-head .atl-related-tours-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: #443935;
  margin-bottom: 0;
  letter-spacing: 0;
}
.atl-related-tours-head .atl-related-tours-title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1em;
  background-color: #e2791d;
  margin-right: 15px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .atl-related-tours-head .atl-related-tours-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .atl-related-tours-head .atl-related-tours-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .atl-related-tours-head .atl-related-tours-title {
    font-size: 24px;
  }
}

.wt-accordion .wt-panel .acod-content,
.wt-accordion .wt-panel .acod-head a {
  background-color: white;
  border-bottom: 1px solid #e7e7e7;
}

.acod-content ul {
  padding: revert;
}
.acod-content a {
  color: #2c79b3;
}
.acod-content a:focus, .acod-content a:hover {
  color: #1d4f76;
  text-decoration: underline;
}

.atl-about-su-right-shape {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
  width: 10%;
}

.atl-chose-2-shape {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
}

.atl-cta-sec {
  margin-top: 40px;
}
.atl-cta-sec .cta-wrapper {
  position: relative;
  z-index: 1;
  background-color: #11221C;
  padding-top: 40px;
}
.atl-cta-sec .cta-wrapper .map-bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 40px;
  width: 50%;
  height: 100%;
  background-size: contain;
}
.atl-cta-sec .cta-wrapper .shape {
  position: absolute;
  z-index: -1;
}
.atl-cta-sec .cta-wrapper .shape.shape-two {
  top: 75px;
  right: 44px;
}
.atl-cta-sec .cta-wrapper .shape.shape-one {
  top: 80px;
  left: 55px;
}
.atl-cta-sec .atl-content-box {
  padding-bottom: 52px;
}
.atl-cta-sec .atl-content-box h2,
.atl-cta-sec .atl-content-box p {
  color: #ffffff;
  margin-bottom: 15px;
}

.atl-bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.related-project-slider .item .wt-product-box .atl-related-tour-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.related-project-slider .item .wt-product-box .atl-related-tour-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px 20px 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.3) 70%, transparent 100%);
  color: #ffffff;
  z-index: 2;
}
.related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.5;
}
.related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  word-wrap: break-word;
}
.related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-title a:hover {
  color: #e2791d;
}
.related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-duration {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.95;
  display: flex;
  align-items: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-duration i {
  margin-right: 6px;
  font-size: 16px;
}
.related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-duration span {
  font-weight: 500;
}
.related-project-slider .item .wt-product-box .atl-related-tour-image:hover .atl-related-tour-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
}
.related-project-slider .item .wt-product-box .atl-related-tour-image:hover .atl-related-tour-overlay .atl-related-tour-title a {
  color: #e2791d;
}
@media (max-width: 991px) {
  .related-project-slider .item .wt-product-box .atl-related-tour-image {
    height: 250px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay {
    padding: 20px 15px 15px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-duration {
    font-size: 14px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-duration i {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .related-project-slider .item .wt-product-box .atl-related-tour-image {
    height: 220px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay {
    padding: 18px 12px 12px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-title {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-duration {
    font-size: 13px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-duration i {
    font-size: 14px;
    margin-right: 5px;
  }
}
@media (max-width: 576px) {
  .related-project-slider .item .wt-product-box .atl-related-tour-image {
    height: 200px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay {
    padding: 15px 10px 10px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-title {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-duration {
    font-size: 12px;
  }
  .related-project-slider .item .wt-product-box .atl-related-tour-image .atl-related-tour-overlay .atl-related-tour-duration i {
    font-size: 13px;
    margin-right: 4px;
  }
}

.atl-tour-gallery-list {
  background: white;
  margin-bottom: 20px;
}
.atl-tour-gallery-list img {
  width: 100%;
  cursor: pointer;
}

@media (min-width: 992px) {
  .atl-tour-single-page .atl-tour-single-content {
    padding-left: 0;
  }
}
.project-single-media {
  background-color: transparent;
  border: 2px solid #f7f7f7;
}

.tg-chose-list-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.tg-chose-5-list-wrap {
  padding-top: 10px;
}
.tg-chose-5-list-wrap .tg-chose-list-icon {
  width: 68px;
  flex: 0 0 auto;
  margin-right: 20px;
}

.tg-chose-list {
  margin-bottom: 20px;
}

.tg-chose-5-text-round {
  position: absolute;
  left: -22%;
  bottom: 27%;
}
@media (max-width: 575px) {
  .tg-chose-5-text-round {
    left: -2%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%) scale(0.6);
    transform-origin: center center;
  }
}

.tg-chose-5-thumb {
  position: relative;
}

.tg-chose-5-map-shape1 {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 16%;
  z-index: 1;
}

.tg-chose-5-map-shape2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
/*# sourceMappingURL=atl-tour-frontend.css.map */
