body {
  font-size: 18px;
  line-height: 30px;
}

body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Acid Grotesk' !important;
}

.page-id-11734,
.page-id-11734 h1,
.page-id-11734 h2,
.page-id-11734 h3,
.page-id-11734 h4,
.page-id-11734 h5,
.page-id-11734 h6 {
  font-family: "Poppins", sans-serif !important;
}

:root {
  --sds-size-depth-0: 0px;
  --sds-size-depth-100: 2px;
  --sds-size-depth-400: 8px;
  --sds-size-depth-800: 16px;
  --sds-size-depth-negative-100: -2px;

  --sds-color-black-100: rgba(0, 0, 0, 0.12);
  --sds-color-black-200: rgba(0, 0, 0, 0.2);
}

.floating-links .text {
  font-family: "Acid Grotesk" !important;
}

.font-18 {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.font-16 {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.font-14 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.font-14_v2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.font-36_v2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 46px;
}

.container.main-content {
  padding: 0;
}

body {
  overflow-x: hidden !important;
}

.font-acid {
  font-family: "Acid Grotesk" !important;
}

.hero-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-item.slick-slide {
  position: relative;
}

.hero-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 450px 0 55px;
}

.hero-content p {
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  color: #ffffff;
  padding: 0 0;
}

.hero-content h2 {
  font-weight: 500;
  color: #ffffff;
  line-height: 73px;
  font-size: 60px;
}

/* button */
.hero-btn .elementor-button {
  gap: 12px;
}

.hero-btn .elementor-button::after {
  content: "";
  width: 17px;
  height: 12px;
  background: url("../img/arrowwwhite.svg");
}

.hero-btn.chat-btn .elementor-button::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url("../img/chatphone.svg");
}

.btn-default .elementor-button:hover:after {
  filter: brightness(0) invert(0);
}

/*.btn-default .elementor-button::after {
  content: "";
  width: 16px;
  height: 12px;
  background: url("../img/arrowblack.svg");
  background-position: center;
}
*/
.hero-btn .elementor-button-link {
  padding: 16px 31px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hero-btn {
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
}

a.hero-btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-left: 8px;
  background: url("../img/arrowwwhite.svg");
}

/* btn-back */
.btn-back a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 24px;
  background-color: #5ed200;
  border: 1px solid #5ed200;
  text-decoration: none;
  color: #fff !important;
  margin-bottom: 20px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.btn-back a::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;

  transition:
    transform 0.3s ease,
    background-color 0.3s ease;
}

/* Hover button */
.btn-back a:hover {
  color: #5ed200 !important;
  background-color: #ffffff;
  border-color: #5ed200;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px #5ed200;
}

.btn-back a:hover::before {
  transform: translateX(-4px);

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235ED200' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6' stroke='%235ED200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}

/* end btn-back  */

.btn-back a:hover {
  color: #5ed200;
  background-color: #ffffff;
  border-color: #5ed200;
  box-shadow: inset 0 0 0 1px #5ed200;
}

.btn-back a:hover::before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%235ED200' viewBox='0 0 24 24'%3E%3Cpath d='M15 18l-6-6 6-6' stroke='%235ED200' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}

.hero-content a.hero-btn:hover {
  color: #5ed200;
  background-color: #ffffff;
  box-shadow: inset 0 0 0 1px #5ed200;
}

.hero-content a.hero-btn:hover::after {
  background: url("../img/arrgrean-hero.svg") no-repeat center;
  filter: none;
}

.hero-content a.hero-btn:hover {
  color: #5ed200;
  background-color: #ffffff;
  border-color: #5ed200;
}

.hero-content a.hero-btn {
  color: #ffffff;
  border: 1px solid;
  background-color: #5ed200;
  margin-top: 24px;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.be-black .subtitle-wrap {
  background-color: #ffffff4d !important;
  border: 1px solid #ffffff4d;
}

.be-black .subtitle {
  color: #ffffff !important;
}

.our-process .subtitle-wrap {
  position: relative;
}

p.description {
  line-height: 160%;
}

.be-styles .subtitle-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 24px 8px 55px;
  border-radius: 30px;
  background: #effbe6;
  margin-bottom: 16px;
}

.our-process_2 .subtitle-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 24px 8px 42px;
  border-radius: 30px;
  background: #effbe6;
  margin-bottom: 16px;
}

.our-process_2 .subtitle-wrap::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 14px;
  width: 8px;
  height: 8px;
  background-color: #93b118;
  border-radius: 50%;
}

.be-styles .subtitle-wrap::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("https://checkhere.site/inalb/wp-content/uploads/2025/12/lucide_leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.item-flex .why-items .content {
  margin-top: -5px;
  max-width: 400px;
}

.item-flex .why-item {
  display: flex;
  gap: 24px;
  padding-bottom: 33px;
  position: relative;
}

.item-flex .quote-author {
  display: flex;
  align-items: center;
}

.item-flex .quote-author img {
  border-radius: 99px;
  width: 56px;
  object-fit: cover;
  height: 56px;
  margin-right: 16px;
}

.item-flex .why-quote blockquote {
  font-size: 16px;
  color: #6b6c71;
  font-weight: 400;
  padding-bottom: 24px;
}

span.rating-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.item-flex .author-info {
  display: flex;
  flex-direction: column-reverse;
}

.item-flex .position {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0e0f12;
}

.item-flex .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #999a9d;
}

.item-flex .why-quote {
  background-color: #f8f8f8;
}

.item-flex .why-quote {
  background-color: #f8f8f8;
  padding: 24px 24px;
  border-left: 4px solid #5ed200;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  margin-bottom: 40px;
}

blockquote::before {
  content: none;
}

.item-flex .title {
  font-size: 20px;
  line-height: 28px;
  color: #0e0f12;
  font-weight: 500;
  margin: 0 0 8px 0;
}

.item-flex .description {
  color: #999a9d;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  margin: 0;
}

.item-flex .why-item .icon {
  position: relative;
  z-index: 2;
}

/* LINE */
.ct-none .why-item .icon::after {
  content: none;
}

.why-item .icon::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 24px);
  background-color: #5ed200;
  z-index: 1;
}

.why-item:last-child .icon::after {
  height: calc(20% + 24px);
}

.gallery-main {
  margin-bottom: 24px;
  display: flex;
  gap: 20px;
}

.gallery-main .gallery-item {
  height: 200px;
    display: flex;
    justify-content: center;
    width: 75%;
    object-fit: cover;
}

.gallery-info {
  width: 100%;
}

.gal-styles .gallery-info h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin: 0;
}

.gallery-info span {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000;
}

.gal-styles .slick-list.draggable {
  width: 100%;
}

.gallery-main img {
  width: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}

.gal-styles .thumb {
  width: 133px !important;
  height: 133px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gallery-thumbs .gallery-info {
  bottom: 12px;
  padding: 0 10px;
}

.gal-styles .gallery-thumbs .gallery-info h3 {
  font-size: 14px;
  line-height: 12px;
  margin: 0;
}

.gallery-thumbs .gallery-info span {
  font-size: 12px;
}

.gallery-main .gallery-info .lang {
    padding-top: 15px;
}
.gallery-main .gallery-info b,
.gallery-main .gallery-info span,
.gallery-main .gallery-info .desc{
    font-size: 14px;
}

.gallery-thumbs .thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gal-styles .thumb:not(:last-child) {
  margin-right: 24px;
}

.gal-styles .slick-track {
/*   transform: none !important; */
}

/* section tour */
.tour-styles .tour-title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: #22242b;
}

.tour-styles .tour-desc {
  font-size: 16px;
  line-height: 16px;
  line-height: 160%;
  color: #999a9d;
  font-weight: 400;
  margin-bottom: 20px;
}

.tour-styles .box-abusolute {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 7px 20px;
  color: #6b6c71;
}
.tour-image::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  border-radius: 16px !important;
}
.tour-image {
  position: relative;
  border-radius: 16px !important;
}
/* img bnf */

.text-imgbn .elementor-widget-container {
  color: #0e0f12;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  background-color: #a1c31a;
  border: 3px solid #ffffff;
  border-radius: 100px;
  width: 80px;
  height: 80px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  transform: rotate(15deg);
}

.img-bbf {
  width: 450px;
}

.img-bbf .elementor-widget-container img {
  border-radius: 20px;
  height: 450px;
  width: 100%;
  position: relative;
  object-fit: cover;
}

.img-bnfbox .elementor-widget-container {
  width: 232px;
  height: 244px;
  background-color: #ffffff;
  border-radius: 20px;
  transform: rotate(-6.33deg);
  box-shadow: 1px 1px 4px 4px rgb(13 13 112 / 10%);
}

.img-bnfbox .elementor-image-box-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.img-bnfbox figure.elementor-image-box-img {
  width: 217px !important;
  height: 180px !important;
}

body .img-bnfbox .elementor-image-box-description {
  color: #0e0f12;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 16px;
}

.img-bnfbox {
  position: absolute !important;
  top: 236px;
  right: 264px;
}

.text-imgbn {
  position: absolute !important;
  right: 31px;
  top: 21px;
}

/* slide ex-tour*/
/* .our-process {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 46vw);
    margin-right: calc(50% - 50vw);
} */
/* .ttbm-experience-wrapper .ttbm-tour-item
{
    width:397px !important;
} */
iframe.hero-bg-video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  pointer-events: none;
  overflow: hidden;
}

.ttbm-experience-list .ttbm-tour-item {
  width: calc(33.33% - 14px);
  display: flex;
  flex-direction: column;
}

.ttbm-experience-slider .slick-slide {
  margin: 10px 12px;
  height: auto;
}

.ttbm-experience-wrapper .ttbm-experience-slider .ttbm-tour-item {
  /* margin: 0 12px; */
  /* margin-bottom: 10px; */
  position: relative;
}

.experience-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 18px;
  border-radius: 24px;
  border: 1px solid #ffffff4d;
}

.ttbm-experience-wrapper .thumb img {
  height: 100%;
  object-fit: cover;
}

.ttbm-experience-wrapper.ttbm-experience-slider .content .title {
  -webkit-line-clamp: 1;
}

.ttbm-experience-wrapper .content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #22242b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  margin-bottom: 8px;
}

.ttbm-experience-wrapper.ttbm-multi-day-tour .content .title {
  font-weight: 900;
}

.ttbm-experience-wrapper .content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #999a9d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-cat-more {
  cursor: pointer;
  border: 1px solid #ffffff26;
  background-color: #f7f5f5 !important;
  border-radius: 8px;
  padding: 4px 8px;
}

.ttbm-experience-list .tour-cats {
  position: absolute;
  bottom: 30px;
  left: 23px;
  display: flex;
  gap: 17px;
  flex-wrap: wrap;
}

.ttbm-experience-list .tour-tag {
  color: #ffffff !important;
  background-color: #22242b99 !important;
  border: 1px solid #ffffff26;
}

.ttbm-experience-wrapper .ttbm-tour-item .feature-tour {
  position: relative;
}

.thumb-slider {
  position: relative;
}

.ttbm-experience-wrapper .ttbm-tour-item .feature-tour .tour-tags {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  gap: 16px;
}

.ttbm-experience-wrapper.ttbm-experience-slider .tour-tags {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.ttbm-experience-wrapper.ttbm-experience-slider .thumb {
  position: relative;
}

.ttbm-experience-wrapper.ttbm-experience-slider .tour-tag {
  color: #ffffff !important;
  background-color: #22242b99 !important;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffffff26;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  background-color: #f7f7f9;
  padding: 4px 18px;
  border-radius: 30px;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
}

.ttbm-experience-wrapper .ttbm-tour-item .feature-tour .tour-tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #6b6c71;
  background-color: #f7f7f9;
  padding: 7px 16px;
  border-radius: 30px;
  white-space: nowrap;
  border-radius: 100px;
  text-align: center;
}

.ttbm-experience-wrapper.ttbm-experience-list
  .ttbm-tour-item
  .feature-tour
  .tour-tag {
  color: #ffffff !important;
  background-color: #22242b99 !important;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ffffff26;
}

.tour-tag-more {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #6b6c71;
  background-color: #f7f7f9;
  padding: 7px 16px;
  border-radius: 30px;
  white-space: nowrap;
}

.ttbm-experience-list .tour-tag-more {
  color: #ffffff !important;
  background-color: #22242b99 !important;
  border: 1px solid #ffffff26;
  cursor: pointer;
}

.ttbm-experience-wrapper .rating-row {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.ttbm-experience-wrapper .price-row del {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  color: #e84d58;
}

.ttbm-experience-wrapper .meta-item {
  font-size: 16px;
  font-weight: 500;
  color: #22242b;
  line-height: 160%;
}

.ttbm-experience-wrapper .person {
  color: #999a9d;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.ttbm-experience-wrapper .btn-default.hero-btn {
  border: 1px solid #e0e0e3;
  margin-top: 16px;
  width: 100%;
  justify-content: center;
  transition: all 0.8s ease;
  font-weight: 600;
  color: rgba(34, 36, 43, 1);
}

.ttbm-experience-wrapper .btn-default.hero-btn::after {
  content: "";
  width: 18px;
  height: 14px;
  background-image: url("../img/arrowblack.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  transition: all 0.8s ease;
}

.ttbm-experience-wrapper .btn-default.hero-btn:hover {
  color: #fff;
  background-color: #5ed200;
  transition: all 0.8s ease;
}

.ttbm-experience-wrapper .btn-default.hero-btn:hover::after {
  background-image: url("../img/arrowwwhite.svg");
  transition: all 0.8s ease;
  filter: brightness(0) invert(1);
}

.heading-tour .subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.heading-tour .subtitle::before,
.heading-tour .subtitle::after {
  content: "";
  width: 106px;
  height: 1px;
  background: #babbbd;
}

.heading-tour .description {
  font-size: 16px;
}

/* tax-tour slide */
.tax-tour .tour-term-thumb img {
  height: 452px;
  object-fit: cover;
  border-radius: 20px;
}

.tax-tour .tour-term-thumb {
  position: relative;
}

.tax-tour .tour-term-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #112f38 100%);
  border-radius: 0 0 12px 12px;
}

.tax-tour .tour-term-item {
  position: relative;
  margin: 0 20px;
}

.tax-tour .tour-term-name {
  position: absolute;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: #ffffff;
  top: 80%;
  display: flex;
  justify-content: center;
  width: 100%;
}

.catp-slide .post-tags .tag {
  font-size: 14px;
  line-height: 22px;
  color: #ffff;
  padding: 8px 18px;
  position: absolute;
  border: 1px solid #ffffff4d;
  background-color: #ffffff33;
  border-radius: 24px;
  top: 24px;
  left: 24px;
  text-transform: uppercase;
}

.catp-slide .thumbs {
  width: 400px;
  height: 413px;
}

.catp-slide .thumbs img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.catp-slide .blog-item {
  position: relative;
}

.catp-slide .blog-meta {
  display: flex;
}

.catp-slide .meta-item {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #e9e9ea;
}

body .blog-title a {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #ffffff;
}

.catp-slide .blog-metas .blog-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 0;
}

.catp-slide .read-story {
  font-size: 14px;
  line-height: 24px;
  color: #e9e9ea;
  font-weight: 500;
}

.catp-slide .blog-metas {
  position: absolute;
  bottom: 24px;
  background-color: #ffffff33;
  width: 352px;
  padding: 16px 16px;
  border-radius: 16px;
  border: 1px solid #ffffff4d;
  left: 50%;
  transform: translateX(-50%);
}

.catp-slide .meta-dot {
  margin: 0 10px;
  display: flex;
  justify-content: center;
}

.catp-slide .blog-meta .meta-item img {
  margin-top: -3px;
}

/* dot */
/* .hero-slide .slick-dots {
  display: none !important;
} */

.thumb-slider .slick-dots {
  display: none !important;
}

.thumb-slider .slick-dots {
  top: 83%;
  left: -5%;
  display: flex;
  justify-content: flex-end;
}

.thumb-slider .slick-dots li button {
  width: 12px;
  height: 8px;
}

.thumb-slider .slick-dots li.slick-active button {
  width: 30px;
  height: 8px;
}

.thumb-slider .slick-dots li {
  width: 30px;
  margin: 0 0px;
}

.catp-slide .blog-metas .blog-title {
  margin-top: 0;
}

.price-row {
  margin-top: 5px;
}

/*  */
body .slick-dots li button {
  box-shadow: none;
  background: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: 100px;
}

/* .hero-slide .slick-dots::after {
  content: "";
  margin-top: -11px;
  width: 28px;
  height: 28px;
  background: url("../img/Arrowslide.svg");
  cursor: pointer;
} */

.slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 28px;
  height: 6px;
  border-radius: 60px;
  background: #ffffffb2;
  border: none;
  cursor: pointer;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #000;
  transition: width 0.3s ease, background 0.3s ease;
}

.slick-dots li.slick-active button {
  background: #5ED200;
}

.slick-dots li button::before {
  display: none;
  content: none;
}

.slick-dots li {
  display: flex;
  justify-content: center;
}

.hero-slide-counter {
  position: absolute;
  bottom: 50%;
  left: 99px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-weight: 600;
}

.hero-slide-counter .current {
  font-size: 24px;
  font-weight: 500;
  width: 15px;
}

.hero-slide-counter .dot,
.hero-slide-counter .total {
  font-size: 16px;
  opacity: 0.6;
}

.slide-next-btn {
  position: absolute;
  top: 143%;
  right: -604%;
  width: 38px;
  height: 38px;
  background: url("../img/Arrowslide.svg") center / contain no-repeat;
  cursor: pointer;
  z-index: 2;
}

.cat-tab[data-cat="all"]::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background: url("../img/icon-5.svg");
  filter: brightness(0) invert(0);
}

.cat-tab.active[data-cat="all"]::before {
  filter: brightness(0) invert(1);
}

.ttbm-experience-wrapper.ttbm-experience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.tour-tags .tour-tag img {
  margin-right: 3px;
}

.animation-fill {
  width: 28%;
  padding-right: 40px;
  position: relative;
}

.journey-box {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.filter-tour {
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.15);
  padding: 24px 32px;
  width: 1240px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.filter-options {
  display: flex;
  align-items: center;
  gap: 5px 14px;
  flex-wrap: wrap;
}

.journey-icon {
  margin-right: 40px;
  cursor: pointer;
}

.journey-text {
  position: relative;
}

.animation-fill::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 0;
  height: 32px;
  border-right: 1px solid #5ed200;
}

.journey-text .journey-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #5ed200;
}

.journey-text .journey-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #0e0f12;
}

/* .term-items {
    display: flex;
    color: #0e0f12;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
    width: auto;
} */

.term-item {
  display: flex;
  color: #0e0f12;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  cursor: pointer;
  width: auto;
}

.term-item.active {
  background: #5ed20026;
  color: #5ed200;
  padding: 5px 10px;
  border-radius: 40px;
}

body .clear-term {
  cursor: pointer;
  border-radius: 20px;
  padding: 2px;
  background-color: #5ed200;
  border: 1px solid;
  margin-right: 23px;
  margin-left: -23px;
  margin-right: 23px;
  border-radius: 30px;
  color: #ffff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selected-status {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #5ed200;
  margin-right: 23px;
}

.tours-locations {
  margin-bottom: 16px;
  font-size: 14px;
  display: flex;
  gap: 6px;
  color: #5ed200;
  align-items: flex-end;
  text-transform: uppercase;
}

.tours-locations img {
  margin-bottom: 0 !important;
}

.experience-badge img {
  margin-bottom: 0;
      width: 20px;
    object-fit: cover;
}

.ttbm-experience-wrapper .meta-item img {
  margin-bottom: 0;
}

.heading-ex .subtitle {
  background-color: #ffffff33;
  padding: 8px 24px;
  border: 1px solid #ffffff4d;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 24px;
}

.heading-ex .subtitle::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/Group (1).svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 2px;
}

a.read-story::after {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 12px;
  background: url("../img/readsto.svg");
}

a.hero-btn:hover {
  color: #000000;
}

a.hero-btn:hover::after {
  filter: brightness(0) invert(0);
}

.hero-btn .elementor-button:hover::after {
  filter: brightness(0) invert(0);
}

.hero-btn.chat-btn .elementor-button:hover::after {
  filter: brightness(0) invert(0);
}

/* ===== COUNTER WRAPPER ===== */
.hero-counter {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}

.hero-counter .current {
  font-family: "Acid Grotesk";
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.hero-counter .dot {
  font-family: "Acid Grotesk";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.hero-counter .total {
  font-family: "Acid Grotesk";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  opacity: 0.9;
}

/* ===== DOT WRAPPER ===== */
.hero-custom-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-dot {
  width: 28px;
  height: 6px;
  border-radius: 60px;
  background: #ffffffb2;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}

.hero-dot.active {
  width: 40px;
  height: 6px;
  border-radius: 60px;
  background: #ffffff;
}

.hero-next-btn {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
}

.hero-next-btn::after {
  content: "";
  width: 28px;
  height: 28px;
  top: 2px;
  position: absolute;
  background: url("../img/Arrowslide.svg") center / contain no-repeat;
  transition: transform 0.3s ease;
}

.hero-next-btn:hover::after {
  transform: translateX(4px);
}

.hero-ui {
  position: absolute;
  left: -43px;
  right: 0;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  z-index: 1;
  top: 280px;
  z-index: 1;
}

.hero-dots-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.slick-list.draggable {
  margin-bottom: 1px;
}

/* form */
.join-ct .elementor-widget-custom_heading .title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}

#gform_wrapper_1 form.subscribe-pill {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 450px;
  height: 72px;
  padding: 8px 8px 8px 32px;
  border-radius: 50px;
  background: #fff;
  box-sizing: border-box;
}

#gform_wrapper_1 .gform_body,
#gform_wrapper_1 .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}

/* input */
#gform_wrapper_1 .ginput_container input[type="email"] {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;

  background: transparent;
  height: 100%;
  font-size: 16px;

  padding: 0;
}

#gform_wrapper_1 .gform_footer {
  display: flex;
  align-items: center;
}

#gform_wrapper_1 input#gform_submit_button_1 {
  width: 175px;
  height: 56px;
  padding: 16px 32px !important;
  border-radius: 50px !important;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* wrapper input */
#gform_wrapper_1 .ginput_container_email {
  position: relative;
}

#gform_wrapper_1 .ginput_container_email::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/email.svg") no-repeat center;
}

#gform_wrapper_1 input[type="email"] {
  padding-left: 30px !important;
}

#gform_wrapper_1 .gform_footer {
  display: flex;
  align-items: center;
}

#gform_submit_button_1.subscribe-btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #ffffff;
  background-color: #0e0f12;
  border-radius: 50px !important;
  padding: 16px 32px !important;
}

#gform_submit_button_1 .subscribe-icon {
  width: 24px;
  height: 24px;
  background: url("../img/send.svg") no-repeat center / contain;
}

#gform_submit_button_1:hover .subscribe-icon {
  transform: translateX(2px);
}

#gform_submit_button_1.subscribe-btn:hover {
  background: #000;
  box-shadow:
    0 0 0 2px #ffffff,
    0 8px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}

#gform_2 .gform_button:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  transform: translateY(-1px);
}

body .eclip::before {
  content: "";
  position: absolute;
  width: 355px;
  height: 355px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(161, 195, 26, 0.7) 0%,
    rgba(161, 195, 26, 0.45) 0%,
    rgba(161, 195, 26, 0.2) 35%,
    rgba(161, 195, 26, 0) 70%
  );
  left: 208px;
  bottom: 43px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.6;
}

body .eclip::before {
  filter: none;
}

.cttner-send {
  overflow: hidden !important;
}

.review-box {
  max-width: 520px;
  padding: 28px 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* Rating */
.review-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #111;
}

.review-rating .star {
  color: #ffa500;
  font-size: 24px;
}

/* Count */
.review-count {
  margin-top: 8px;
  font-size: 16px;
  color: #9aa0a6;
}

.review-link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #4caf00 !important;
  text-decoration: none;
  position: relative;
  transition: color 0.25s ease;
}

.review-link::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/argreen.svg") no-repeat center / contain;
  transition: transform 0.25s ease;
  margin-bottom: 2px;
}

.review-link:hover {
  color: #459610 !important;
}

.review-link:hover::after {
  transform: translateX(6px);
}

.container-wrap,
.project-title {
  padding-bottom: 0px;
}

span.selected-status.term-selected {
  color: #5ed200;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.ttbm-experience-list .slick-list.draggable {
  width: 100%;
}

/*  */

/* DROPDOWN */
.journey-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 8px;
  display: none;
  background: #fff;
  z-index: 10;
  padding: 8px 10px;
  border-radius: 6px;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

.journey-icon.active .journey-dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
  margin-left: -30px;
  background-color: #ffffff;
}

.journey-dropdown select {
  width: 100%;
  cursor: pointer;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filter-right.filter-group {
  display: flex;
  width: 71%;
  padding-left: 40px;
}

.filter-more-wrap {
  display: flex;
  gap: 10px;
}

.load-more,
.load-less {
  font-size: 12px;
  padding: 5px 5px;
  border-radius: 40px;
  cursor: pointer;
  background-color: #5ed200;
  border: none;
  color: #ffffff;
}

/*  loading */
.ttbm-loading-text {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 500;
  color: #22242b;
  text-align: center;
  z-index: 9;
}

.ttbm-loading-text::after {
  content: "...";
  animation: dots 1.5s infinite;
}

@keyframes dots {
  0% {
    content: "";
  }

  33% {
    content: ".";
  }

  66% {
    content: "..";
  }

  100% {
    content: "...";
  }
}

.ttbm-loading-text.error {
  color: #c0392b;
}

/* SINGLE  */

.ttbm_default__title h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 73px;
}

.ttbm_default__title .experience-badge img {
  width: 24px !important;
}

.ttbm_default__title .experience-badge {
  position: unset;
}

.divider-dot {
  width: 6px !important;
}

.ct-location {
  gap: 10px;
  align-items: center;
  padding-bottom: 32px;
}

.sliderAllItem {
  position: relative;
  height: 454px;
}

.sliderShowcase.right {
  position: absolute;
  flex-direction: unset !important;
  bottom: 32px;
  width: 452px !important;
  transform: translateX(-50%);
  left: 50%;
  height: 80px;
}

.sliderShowcaseItem {
  max-height: 100% !important;
}

.ttbm_details_page .ttbm_details_page_header .location_name {
  margin-bottom: 0px !important;
}

.trip-details .entry-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.trip-details.show-full .entry-content {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.trip-details .press-show {
  cursor: pointer;
}

.trip-details img {
  transition: transform 0.5s ease;
}

.trip-details.show-full img {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

.ct-location .ttbm_list_info.location_name {
  order: 1;
}

.ct-location .divider-dot {
  order: 2;
}

.ct-location .ttbm-rating-stars {
  order: 3;
}

.ct-location .custom-share {
  order: 4;
}

.ttbm-rating-stars {
  margin-top: 0 !important;
}

.experience-item img {
  width: 24px !important;
}

.experience-list {
  display: flex;
  gap: 24px;
  margin-bottom: 32px;
}

.experience-item {
  display: flex;
  gap: 4px;
  padding: 24px;
  border: 1px solid #eae7e7;
  border-radius: 20px;
}

.ttbm_widget_content h2 {
  font-size: 20px;
  line-height: 28px;
}

.ttbm_widget_content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 !important;
}

.ttbm_widget_content h2 {
  display: none;
}

.experience-text .label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #6b6c71;
}

.single .experience-text .value {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.ttbm_content__left {
  /* width: calc(100% - 315px); */
  width: 816px !important;
}

.content-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
}

.ttbm_content__right {
  width: 400px;
}

.unique-item img {
  width: 24px !important;
  height: 24px !important;
}

.unique-item {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  background-color: #f6f3f3;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 8px;
}

.single .tour-unique {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eae7e7;
}

.tour-unique h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500 !important;
  padding-bottom: 16px;
}

.schedule-icon {
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 2;
}

.schedule-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.schedule-time {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #5ed200;
}

.schedule-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.schedule-desc {
  font-weight: 400;
  color: #999a9d;
  padding: 0px !important;
}

.ct-title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 12px;
}

.ct-title img {
  width: 32px !important;
}

.trip-detail-title {
  margin-bottom: 0px;
}

.trip-details {
  padding: 16px 20px;
  border: 1px solid #e9e9ea;
  border-radius: 24px;
  margin-bottom: 32px;
}

.trip-detail-content p {
  color: #303030;
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 400;
}

.schedule-list {
  border-bottom: 1px solid #eae7e7;
  margin-bottom: 32px;
}

.ttbm-tour-review-list-wrapper {
  padding-bottom: 32px;
}

.single h2.content-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600 !important;
}

.ttbm_faq_title h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
}

.ttbm_faq_title .fas {
  padding: 17px !important;
  background-color: #effbe6;
  color: rgba(94, 210, 0, 1);
  border-radius: 60px;
}

.ttbm_faq_content.ttbm_wp_editor:last-child {
  margin-bottom: 0;
}

.ttbm_faq_content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: #747474;
}

.ttbm_faq_item {
  padding: 19px;
  border: 1px solid #eae7e7;
  border-radius: 30px;
}

div.ttbm_faq_item .ttbm_faq_title {
  border-bottom: unset !important;
  align-items: center;
  padding: 10px 0;
}

div.ttbm_faq_content {
  padding: 0;
}

.ttbm_faq_content p {
  padding-bottom: 0px;
}

/*  */
.ttbm_container {
  padding: 40px 0 0 0 !important;
  max-width: 1240px !important;
}

.bgWarning {
  border-radius: 24px !important;
  margin-bottom: 24px;
}

h3.textWhite {
  margin: 0;
}

.single-ttbm_tour div#ttbm_content\ nnnnn {
  background-color: #ffff !important;
}

.feature-icon {
  width: 28px !important;
}

.feature-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.ct-feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.ct-feature > div {
  display: flex;
}

.ttbm_default_widget {
  flex: 1;
}

.ttbm_title_style_2 h5 {
  margin-bottom: 0;
}

div.ttbm_default_widget .ttbm_title_style_2 {
  padding: 0;
}

.ttbm_widget_content {
  border: unset !important;
}

.ttbm_widget_content {
  padding: 0px;
}

.ttbm_widget_content ul li:not(.ttbm_wp_editor li) {
  margin: 0;
}

.single- .ttbm_default_widget {
  padding: 24px 24px;
  border: 1px solid #e9e9ea;
  border-radius: 24px;
}

div.ttbm_default_widget .ttbm_widget_content {
  background-color: unset;
}

.ttbm_widget_content ul li:not(.ttbm_wp_editor li) {
  border-bottom: unset;
}

.schedule-icon::before {
  content: "";
  position: absolute;

  top: 50%;
  bottom: -100px;

  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background-image: repeating-linear-gradient(
    to bottom,
    #8bdc9a 0,
    #8bdc9a 6px,
    transparent 6px,
    transparent 12px
  );

  z-index: -1;
}

.schedule-item:nth-last-child(2) .schedule-icon::before {
  bottom: -16px;
}

.schedule-item:last-child .schedule-icon::before {
  display: none;
}

.ttbm_select_date_area {
  display: contents !important;
}

.ttbm_date_time_select {
  border-bottom: none !important;
}

.booking-button {
  display: block !important;
}

.date-picker-icon {
  width: 100%;
}

#ttbm_select_date {
  border-radius: 24px !important;
}

#ttbm_select_date {
  text-align: left !important;
}

.date-picker-icon i {
  left: unset !important;
  right: 12px !important;
}

.ttbm_select_date_label {
  padding-bottom: 8px;
}

.ttbm_content__right {
  border: 1px solid #e9e9ea;
  border-radius: 24px;
  padding: 24px;
}

.ttbm_title_style_2 h5,
.ttbm_widget_content ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.ttbm_content__right a.hero-btn {
  width: 100%;
  background-color: #5ed200;
  color: #ffffff !important;
  justify-content: center;
}

.ttbm_content__right a.hero-btn:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #5ed200;
}

.secure-icon {
  width: 24px !important;
}

.secure-payment-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.secure-payment-header h5 {
  margin: 0;
}

.tick_icon {
  width: 24px !important;
}

.single .payment-pill {
  display: inline-flex !important;
  align-items: center;
  padding: 2px 4px;
  border-radius: 8px;
  margin-right: 6px;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 20px;
  font-weight: 400;
  color: #938c8c;
}

.secure-payment-box {
  padding: 16px 16px;
  background-color: #f9fafc;
  border-radius: 24px;
  margin-top: 24px;
}

.instant-confirmation-icon {
  width: 40px !important;
}

.instant-confirmation-box {
  text-align: center;
  background-color: #e5ecff99;
  border-radius: 20px;
  padding: 16px;
  margin-top: 24px;
}

.instant-confirmation-header h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #3e6eee;
}

p.instant-confirmation-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #3e6eee;
  padding-bottom: 0;
}

.icon-box .elementor-icon-box-title {
  margin-top: 0;
}

.icon-box .elementor-icon-box-wrapper {
  align-items: center;
}

.slider-sg.ttbm-experience-wrapper .slick-list {
  width: 100% !important;
}

.slider-sg .meta-item {
  display: flex;
  white-space: nowrap;
}

.meta-item img {
  margin-right: 12px;
}

.slider-sg .meta-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.slider-sg .meta-row {
  gap: 30px;
}

.slider-sg.ttbm-experience-wrapper .thumb img {
  height: 100%;
}

.slider-sg.ttbm-experience-wrapper .content .title a {
  /* font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #22242b;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; */
  color: inherit;
}

.single .similar-experience-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600 !important;
}

.single .ttbm_wp_editor {
  margin-bottom: 24px;
}

.slider-sg .rating-row {
  margin: 0 0 16px 0;
}

.trip-details .trip-detail-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}

.single .Why-icon {
  width: 22px;
  height: 22px;
}

.single .Why-header {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
  margin-top: 16px;
}

.single h5.Why-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

p.Why-desc {
  font-size: 14px !important;
  line-height: 22px;
  font-weight: 400;
}

.single h5.Why-section-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #999a9d;
  margin: 0 0 16px 0;
}

.single .date_time_label.ttbm-title {
  color: #22242b;
  font-size: 16px;
  font-weight: 600;
}

.box-border {
  padding: 24px;
  border: 1px solid rgb(233, 233, 234);
  border-radius: 24px;
  margin-bottom: 24px;
}

.single .ttbm_select_time_area.pRelative {
  padding: 14px !important;
  border: 1px solid rgb(233, 233, 234) !important;
  border-radius: 10px !important;
  margin-bottom: 24px;
}

.single .ttbm_registration_area h4 {
  color: #22242b;
  font-size: 16px;
  font-weight: 600;
}

.ttbm_select_date_area .date-picker {
  margin-bottom: 12px;
}

label.time_select_box {
  justify-content: left !important;
}

div.ttbm_date_time_select .time_select_box strong {
  min-width: unset;
}

.time_select_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.single .time_select_box strong {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px !important;
}

.ttbm_ticket_row.ttbm_stock_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttbm_ticket_row .ttbm_discount_badge {
  right: unset !important;
  left: 70px;
  white-space: nowrap;
  padding: 3px 8px;
  z-index: 1;
}

.ttbm_ticket_row td:first-child {
  padding: 10px;
}

.ttbm_ticket_row .ttbm_style .strikeLine {
  padding: 0;
}

.ttbm_ticket_row .ttbm_ticket_name {
  font-size: 14px !important;
  font-weight: bold;
}

.ttbm_ticket_row span.woocommerce-Price-amount.amount {
  font-size: 14px !important;
  font-weight: 500;
}

.ttbm_widget_content .ttbm_table_header {
  display: none;
}

.ttbm_widget_content .mp_tour_ticket_type th:nth-child(2),
.ttbm_widget_content .mp_tour_ticket_type td:nth-child(2) {
  display: none;
}

.mp_tour_ticket_type {
  table-layout: auto !important;
}

.ttbm_price_container {
  text-align: left !important;
}

.ttbm_ticket_row .strikeLine {
  padding: 0 !important;
}

.groupContent .inputIncDec {
  text-align: center !important;
}

.ttbm_widget_content p.ttbm_ticket_name {
  padding: 0;
}

.mp_tour_ticket_extra thead {
  display: none;
}

.mp_tour_ticket_extra tbody tr > *:nth-child(3) {
  display: none;
}

.single h2.extra_service_title {
  color: #22242b;
  font-size: 16px;
  font-weight: 600;
}

.ttbm_extra_service_area {
  margin-top: 24px;
}

.mp_tour_ticket_extra {
  table-layout: auto !important;
}

h2.extra_service_title {
  color: #22242b;
  font-size: 16px;
  font-weight: 500;
}

.ttbm_extra_service_area {
  margin-top: 24px;
}

.mp_tour_ticket_extra {
  table-layout: auto !important;
}

.woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 400;
}

.ttbm_style [class*="dButton"] {
  width: 100%;
  border-radius: 24px;
}

.ttbm_style .groupContent {
  display: inline-flex;
}

div.ttbm_booking_panel table thead th,
div.ttbm_booking_panel table td:last-child {
  text-align: right;
}

div.ttbm_booking_panel .ttbm_book_now_area {
  background-color: unset;
}

.summary-qty,
.tour_qty {
  padding: 0;
}

.summary-qty {
  border-bottom: 1px solid #dadada;
}

.ttbm_style .groupContent {
  gap: 10px;
}

.ttbm_style .addonGroupContent {
  min-width: 30px;
  height: 30px;
}

.summary-qty,
.summary-total {
  font-size: 18px !important;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  font-size: 16px !important;
  font-weight: bold !important;
}

.summary-total {
  margin-bottom: 10px !important;
}

.tour_qty,
.tour_price {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.ttbm_style .customRadio.button_type {
  font-size: 12px;
  border-radius: 16px;
  min-width: auto !important;
  padding: 8px !important;
}

.single p.summary-title {
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 5px;
}

.ttbm_wraper table label {
  max-width: 50px;
}

.extra-service-title {
  font-size: 14px !important;
  font-weight: bold !important;
}

body .navy_blueButton {
  width: 100%;
  border-radius: 24px !important;
}

.ttbm_content__right {
  position: unset;
}

nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  position: absolute;
  z-index: 99;
  width: 250px;
  left: -100%;
  top: calc(100% + 20px);
}

#header-outer .container {
  max-width: 1240px;
}

.container {
  max-width: 100%;
}

body {
  font-size: 16px;
  line-height: 20px;
  color: #999a9d;
}

/* Subtitle */
.custom-heading .subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  /* Medium */
}

/* Title */
.custom-heading .title {
  font-size: 60px;
  line-height: 73px;
  font-weight: bold;
}

.hero-hdv2 .custom-heading .title {
  margin: 24px 0;
  font-size: 72px;
  font-weight: 900;
}

.hero-hdv2 .custom-heading .description {
  font-size: 20px;
  opacity: 90%;
  font-family: "Acid Grotesk";
}

.hero-heading .title {
  position: relative;
}

.hero-heading .title:after {
  content: "";
  position: absolute;
  width: 12px;
  bottom: 12px;
  left: 524px;
  height: 12px;
  background-color: #93b118;
  border-radius: 50%;
}

.tour-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.ttbm-showing {
  padding: 4px 0 32px 0;
  color: #babbbd;
  font-size: 16px;
  line-height: 24px;
}

.tour-image {
  height: 280px;
}
.tour-image img {
 border-radius: 16px !important
}
.tour-name {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  z-index: 2;
  margin: 0;
}
.tour-item p.tour-description {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

/* Overlay */
/* .tour-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
} */

.ttbm-tour-item .thumb img {
  width: 100%;
  transform: scale(1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.ttbm-tour-item:hover .thumb img {
  transform: scale(1.08);
}

.ttbm-tour-item .title a {
  color: inherit;
}

.ttbm-tour-item:hover .title {
  color: #a1c41a;
}

.ttbm-tour-item {
  background: #fff;
  border: 1px solid #eae7e7;
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.ttbm-tour-item:hover {
  box-shadow: 0 16px 30px -6px rgba(0, 0, 0, 0.25);
}

.ttbm-tour-item .thumb img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}

.ttbm-tour-item .content {
  padding: 24px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.tour-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.meta-row {
  display: flex;
  gap: 12px;
  margin: 16px 0;
}

.meta-item {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.rating-row {
  margin: 0 0 16px 0;
}

.price-row {
  display: flex;
  gap: 10px;
  align-items: center;
}

.price-row .sale {
  color: #e84d58;
  font-weight: bold;
}

.price-row .price-default {
  font-size: 30px;
  line-height: 38px;
  color: #e84d58;
  font-weight: 600;
}

.person {
  font-size: 13px;
  color: #777;
}

.ttbm-star-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  line-height: 1;
}

.ttbm-stars {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.ttbm-stars-gray {
  position: relative;
  color: #d1d1d1;
}

.ttbm-rating-stars-ct .ttbm-stars {
  font-size: 20px;
  letter-spacing: 8px;
}

.ttbm-stars-gold {
  color: #ffa500;
  z-index: 2;
}

.ttbm-rating-text {
  margin-left: 6px;
  font-size: 16px;
  color: rgba(34, 36, 43, 1);
  font-weight: 500;
}

.ttbm-star-wrap span.count {
  font-size: 16px;
  line-height: 160%;
  color: rgba(153, 154, 157, 1);
}

.ttbm-experience-slider > .slick-list {
  padding: 30px 0;
}

body .slick-track {
  display: flex;
}

.cat-tabs {
  display: flex;
  margin-bottom: 24px;
}

.cat-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 40px;
  cursor: pointer;
  white-space: nowrap;
}

.cat-tab.active {
  background: #000;
  color: #fff;
}

.blog-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.catp-slide .cat-tab {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  align-items: center;
  border: 1px solid #e9e9ea;
  border-radius: 16px;
  padding: 16px 32px;
  margin-right: 16px;
}

.catp-slide .cat-tab:not(.active) {
  background-color: #ffffff;
}

.catp-slide .slick-list {
  width: 100vw;
}

.catp-slide .cat-tab.slick-slide {
  display: inline-flex;
  gap: 8px;
}

.multi-day-tour-terms .slick-list {
  width: 100vw;
}

body
  .ti-widget[data-layout-id="108"][data-set-id="ligth-border"]
  .ti-widget-header
  .ti-platform-tabs
  .ti-tab-item {
  width: 25%;
}

body
  .ti-widget[data-layout-id="108"][data-set-id="ligth-border"]
  .ti-widget-header
  .ti-platform-tabs
  .ti-tab-item.ti-tab-active:after {
  background-color: #5ed200;
}

.custom-share {
  display: flex;
  gap: 22px;
  margin-left: 10px;
}

.custom-share a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #495057;
}

.custom-share a i {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
}

/* Hover */
.custom-share a:hover {
  background-color: #5ed200;
}

.floating-links {
  position: absolute;
  top: 60px;
  right: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  z-index: 89;
  justify-content: flex-end;
  max-width: 210px;
}

.floating-links .link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  width: 100%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.floating-links .link:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.floating-links .icon {
  font-size: 32px;
  line-height: 1;
  width: 32px;
  height: 32px;
}

/* Gradient backgrounds */
.link-1 {
  background: linear-gradient(to right, #ffa500, #f5ca7c);
}

.link-2 {
  background: linear-gradient(to right, #f5667f, #fb869b);
}

.link-3 {
  background: linear-gradient(to right, #3cc1ff, #69c8f5);
}

.link-4 {
  background: linear-gradient(to right, #a1c31a, #8cab15);
}

.ttbm-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-num {
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ttbm-pagination .page-num.active {
  font-weight: bold;
  color: #fff;
  background: #21af45;
  border-radius: 5px;
}

.meta-promotion {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.meta-promotion span {
  padding: 4px 8px;
  border-radius: 8px;
  background: #34c75914;
  color: #21af45;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  gap: 8px;
}

.feature-tour .thumb.thumb-slider {
  margin-bottom: 0;
}

.single .ttbm_content__right {
  border: none;
  border-radius: 24px;
  padding: 0;
  width: 400px;
}

.single .ttbm_registration_area {
  border: 1px solid rgb(233, 233, 234);
  border-radius: 24px;
  padding: 24px;
}

.get-enquiry {
  margin-bottom: 24px;
}

.single .ttbm_registration_area .box-border {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgb(233, 233, 234);
}

.single .summary-ticket-item {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}

.single .box-title img {
  width: 28px !important;
}

.single .item-list img {
  width: 24px !important;
}

.single .box-title {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: center;
}

.single .tour-included-excluded {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.single h5.title-text {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #303030;
}

.single .item-list li {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #303030;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
}

.ttbm_ticket_row td {
  background-color: #ffffff !important;
}

.single .ttbm_faq_title {
  background-color: #ffffff !important;
}

.single p.secure-payment-desc {
  margin-bottom: 8px !important;
}

.single .mp_tour_ticket_extra tbody tr:has(.extra-service-title) td,
.single .mp_tour_ticket_extra tbody tr:has(.extra-service-title) th {
  background-color: #ffffff;
}

.single .ttbm_default_widget {
  text-align: center;
}

body .status-publish img {
  margin-bottom: 0;
}

.single .book-experience-price {
  color: #22242b;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.single .book-experience-price .price {
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: #dff4e6;
  padding: 5px 10px;
  border-radius: 24px;
  display: flex;
  gap: 5px;
}

.single .price .price-nb {
  color: #2a6341;
  font-weight: 600;
}

/* theme-new */

/* Blog page */
/* hero-st */
.hero-st .subtitle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #effbe6;
  width: max-content;
  padding: 8px 24px 8px 55px;
  border-radius: 30px;
}

.hero-st .title-left {
  border-bottom: 1px solid #eae7e7;
}

/* cate st */
.cate-st .subtitle {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.cate-st .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 46px;
}

.cate-st span.elementor-button-icon {
  filter: brightness(0) invert(0);
}

.join-ct .subtitle {
  font-size: 14px;
  line-height: 22px;
  padding: 6px 16px;
  background-color: #eff4ff;
  border-radius: 30px;
}

/* form blog */
.join-ct #gform_wrapper_2 form {
  display: flex;
  gap: 16px;
  align-items: center;
}

.join-ct #gform_wrapper_2 .gform_footer {
  margin: 0;
}

.join-ct #gform_wrapper_2 .gform_button {
  background-color: #5ed200;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  border-radius: 50px;
}

.join-ct #gform_wrapper_2 input[type="email"] {
  height: 56px;
}

.join-ct .gform_wrapper input[type="email"] {
  padding: 16px 57px 15px 32px;
  width: 427px;
  border: 1px solid #eae7e7;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #999a9d;
  border-radius: 999px !important;
}

/* filter blog */
.blog-cat-filter-wrapper .cat-tabs-inner-l3 {
  display: flex;
  gap: 8px;
}

.blog-cat-filter-wrapper .cat-tab-l3.is-active {
  background-color: #22242b;
  color: #ffffff;
  padding: 10px 24px !important;
}

.cat-tabs-inner-l3 .cat-tab-l3 {
  padding: 10px 16px;
  background-color: #ffffff;
  color: #999a9d;
  border: 1px solid #e9e9ea;
  border-radius: 30px;
  cursor: pointer;
}

.blog-layout-two {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-layout-two .action {
  width: 48px;
  height: 48px;
  opacity: 1;
}

.blog-cat-card:hover .action {
  background-color: #99cc33;
  transition: background-color 0.4s ease;
}

.blog-car-inder {
  display: flex;
  gap: 24px;
}

.blog-cat-icon {
  width: 48px;
  height: 48px;
}

.blog-layout-two .title_count .blog-cat-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.blog-layout-two .title_count .blog-cat-count {
  color: #999a9d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.btn-icon-arr {
  width: 48px;
  height: 48px;
}

.blog-cat-desc {
  color: #999a9d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 16px 0;
}

.btn-cat-ex .btn-icon {
  width: 24px;
  height: 24px;
}

a.blog-cat-link {
  align-items: center;
  display: flex;
  gap: 8px;
}

.blog-cat-card {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #e9e9ea;
  border-radius: 24px;
}

.blog-posts-l3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.related .blog-posts-l3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.thumbs-l3 {
  height: 261px;
  position: relative;
}

.thumbs-l3 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

a.read-story-l3 {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 11px 16px;
  background-color: #ffffff;
  border: 1px solid #e9e9ea;
  border-radius: 24px;
  max-width: fit-content;
  align-items: center;
}

.btn-icon {
  width: 24px;
  height: 24px;
}

.blog-cat-btn {
  width: 24px;
  height: 24px;
}

.blog-desc-l3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 16px 0;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}

.blog-item-l3 {
  background-color: #ffffff;
  border-radius: 24px;
  border: 1px solid #eae7e7;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.blog-item-l3:hover {
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.14),
    0 2px 4px rgba(0, 0, 0, 0.1);
}

.meta-box {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 31px;
  left: 16px;
  gap: 16px;
}

.meta-item-l3 {
  display: flex;
  gap: 8px;
  align-items: center;
}

h3.blog-title-l3 {
  margin: 0;
}

.blog-metas-l3 {
  padding: 24px;
}

.blog-metas-l3 {
  padding: 24px;
}

.meta-post {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #6b6c71;
  background-color: #f7f7f9;
  padding: 7px 20px;
  border-radius: 24px;
  white-space: nowrap;
}

.blog-title-l3 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.blog-cat-btn .btn-icon-arr {
  transition: transform 0.3s ease;
}

/*  */
.blog-cat-link .btn-icon {
  transition: transform 0.3s ease;
}

.blog-cat-link:hover .btn-icon {
  transform: translateX(6px);
}

/* loading blog */
.blog-posts-l3 .ttbm-loading-text {
  font-size: 30px;
  font-weight: 500;
  color: #22242b;
  text-align: center;
  z-index: 9;
  white-space: nowrap;
  padding-bottom: 50px;
}

body .ct-prnt .ginput_container_email {
  position: relative;
  display: flex;
  align-items: center;
}

.ct-prnt .ginput_container_email::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 28px;
  background: url("../img/arr-green-form-blog.svg") no-repeat center;
  pointer-events: none;
}

.blog-item-l3 {
  position: unset;
}

.blog-arrow-hover {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
}

.blog-arrow-hover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-item-l3:hover .blog-arrow-hover {
  opacity: 1;
}

/* eclipv */
.ct-right {
  position: relative;
  overflow: hidden !important;
}

.ct-prnt .eclipv2::before {
  content: "";
  position: absolute;
  width: 355px;
  height: 355px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(161, 195, 26, 0.7) 0%,
    rgba(161, 195, 26, 0.45) 0%,
    rgba(161, 195, 26, 0.2) 35%,
    rgba(161, 195, 26, 0) 70%
  );
  left: 302px;
  top: -120px;
  opacity: 0.6;
  pointer-events: none;
}

.ct-prnt .eclipv3::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(161, 195, 26, 0.7) 0%,
    rgba(161, 195, 26, 0.45) 0%,
    rgba(161, 195, 26, 0.2) 35%,
    rgba(161, 195, 26, 0) 70%
  );
  left: -100px;
  bottom: -80px;
  opacity: 0.6;
  pointer-events: none;
}

/* signle blog */

.ct-icon-read {
  width: 24px;
  height: 24px;
}

.one-line-content {
  white-space: nowrap;
  overflow: hidden;
}

.reading-time {
  display: flex;
  gap: 8px;
  align-items: end;
}

.author-info .elementor-icon-list-item a {
  flex-direction: column;
  align-items: self-start !important;
  gap: 16px;
}

.author-info .elementor-post-info__item {
  padding: 0 !important;
}

.top-line {
  border-top: 0.5px solid #c4c4c4;
}

.single-hding .subtitle {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.single-hding .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
}

.date-info .elementor-post-info > li + li {
  position: relative;
  padding-left: 46px;
}

.date-info .elementor-post-info > li + li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #bfc3c7;
}

.date-info .elementor-icon-list-item {
  margin-inline: 7px !important;
}

.content-inner .wp-block-heading {
  color: #93b118;
}

/* page multi journey  */
.price-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 160%;
  color: #999a9d;
}

.hero-hdv2 .subtitle {
  padding: 4px 17px;
  background-color: #99cc33;
  border-radius: 30px;
  border: 1px solid #ffffff4d;
  font-size: 12px;
}

.hero-hdv2 .custom-heading .subtitle {
  font-weight: 700;
}

/* multi-day */
.ttbm-multi-day-tour-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

span.tour-type-text {
  font-weight: bold;
  font-size: 16px;
  color: #656566;
}

.content-main span.rate {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/*  */
.ttbm-filter-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  width: fit-content;
  flex-wrap: nowrap;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow:
    var(--sds-size-depth-0) var(--sds-size-depth-100) var(--sds-size-depth-100)
      var(--sds-size-depth-negative-100) var(--sds-color-black-100),
    var(--sds-size-depth-0) var(--sds-size-depth-400) var(--sds-size-depth-800)
      var(--sds-size-depth-negative-100) var(--sds-color-black-200);
}

.input-icon {
  position: relative;
  width: 644px;
}

.input-icon img {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px !important;
  pointer-events: none;
  opacity: 0.3;
}

.input-icon input {
  width: 100%;
  height: 60px;
  padding-left: 60px;
  border-radius: 20px !important;
  border: 1px solid #e5e7eb;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #999a9d;
  background-color: #f8f8f8;
}

.ttbm-search-input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 16px;
}

.input-icon:focus-within {
  border-color: #99cc33;
  box-shadow: 0 0 0 3px rgba(153, 204, 51, 0.2);
  border-radius: 20px !important;
}

.ttbm-search-input::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #999a9d;
  padding-left: 0px;
}

#ttbm-tag,
#ttbm-duration {
  border-radius: 20px !important;
  background-color: #f8f8f8;
  border: none;
  padding-left: 24px;
}

#ttbm-tag,
#ttbm-duration {
  height: 60px;
  width: 305px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #999a9d;
}

#ttbm-search {
  border-radius: 20px !important;
  background-color: #f8f8f8;
  border: none;
  padding-left: 60px;
}

#ttbm-filter-btn {
  padding: 16px 32px;
  background-color: #000000;
  color: #99cc33;
  font-size: 14px;
  line-height: 24px;
  font-weight: 900;
  justify-content: center;
  display: flex;
  border-radius: 12px;
  gap: 12px;
  border: none;
  text-transform: uppercase;
}

#ttbm-filter-btn:hover {
  background-color: oklch(27.4% 0.006 286.033);
}

#ttbm-filter-btn:active {
  transform: scale(0.96);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18) inset;
}

.ttbm-filter-bar label {
  font-weight: 900;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: 0;
  color: #9f9fa9;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ttbm-experience-wrapper .thumb {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.feature-tour .gallery-item {
  height: 320px;
}

.tour-duration {
  position: absolute;
  right: 16px;
  bottom: 17px;
  color: #a1c31a !important;
  background-color: #22242b99 !important;
  border: 1px solid #ffffff26;
  border-radius: 24px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}

.ttbm-experience-wrapper.ttbm-experience-slider.ttbm-multi-day-tour .tour-tags {
  bottom: auto;
  color: #0e0f12;
  padding: 6px 20px;
  background-color: #ffffffb2;
}

.ttbm-multi-day-tour .tour-tags {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 16px;
}

.ttbm-multi-day-tour .tour-tag {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #0e0f12;
  padding: 6px 20px;
  background-color: #ffffffb2;
  border-radius: 24px;
}

.tour-type {
  display: flex;
  align-items: center;
  gap: 12px;
}

.content-main {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.ttbm-multi-day-tour .price-row {
  margin: 0px;
}

.content-bot {
  display: flex;
  align-items: center;
}

.ttbm-multi-day-tour .price-row {
  flex-direction: column;
  align-items: flex-start;
}

.action {
  margin-left: auto;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e0e0e3;
  border-radius: 50px;
  transition: background-color 0.6s ease;
  opacity: 0.5;
}

.ttbm-tour-item:hover .action {
  background-color: #99cc33;
  transition: background-color 0.4s ease;
  opacity: 1;
}

.action .btn-icon-arr {
  width: 100%;
  height: 100%;
}

.content-bot {
  display: flex;
  align-items: center;
}

.ttbm-multi-day-tour .price-row {
  flex-direction: column;
  align-items: flex-start;
}

.ttbm-multi-day-tour .content-bot-inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ttbm-multi-day-tour .price-row {
  gap: 4px;
}

.faq-st-mul .e-n-accordion-item-title {
  background: none !important;
}

.faq-st-mul .e-con {
  background: none !important;
}

.faq-st-mul .e-n-accordion-item-title-text {
  font-weight: 500;
  font-size: 24px !important;
  line-height: 32px;
  letter-spacing: 0;
}

.ttbm-pagi {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 48px;
  justify-content: center;
}

.ttbm-pagi-item {
  padding: 14px 23px;
  border-radius: 8px;
  background: #fff;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  transition: all 0.2s ease;
  font-size: 16px;
  cursor: pointer;
}

.ttbm-pagi-item:hover {
  background: #f5f5f5;
}

.ttbm-pagi-item.is-active {
  background: #93b118;
  color: #fff;
  border-color: #93b118;
}

.ttbm-pagi-item.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.ttbm-multi-day-tour .content-main .desc {
  -webkit-line-clamp: 2;
}

/* form-contact */
.form-contact .address_country {
  width: 100%;
}

.form-contact #gform_3 input[type="text"],
.form-contact #gform_3 input[type="email"],
.form-contact #gform_3 input[type="tel"],
.form-contact #gform_3 input[type="number"],
.form-contact #gform_3 input[type="password"],
.form-contact #gform_3 select,
.form-contact #gform_3 textarea {
  border-radius: 8px;
  color: #606266;
}

.form-contact #gform_3 textarea {
  min-height: 90px;
}

.form-contact #gform_3 #gform_submit_button_3 {
  background: rgba(161, 196, 26, 1);
  color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}

.form-contact .gform_footer {
  display: flex;
  justify-content: center;
}

.ttbm_style .ttbm_gallery_custom [data-bg-image] {
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 454px;
}

.ttbm_content .ttbm_style p:not(.ttbm_wp_editor p) {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 30px;
}

/* single multiday tours */
.gallery-single-tours .gallery-item img {
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.timeline-accordion:before {
  border-left: 2px dashed #babbbd !important;
  background: transparent !important;
}

.timeline-accordion .e-n-accordion-item-title:before {
  background: #a1c31a !important;
  box-shadow:
    0 0 0 4px #fff,
    0 0 20px rgba(0, 0, 0, 0.15);
}
.timeline-accordion .e-n-accordion-item-title-text {
  color: #a1c31a;
}

.itinegary-tours a img {
  width: 175px;
  height: 116px;
  margin-top: 24px;
}
.subtitle-single-tours p {
  color: #fff;
}
.ct-heading-single-tours a {
  color: #fff !important;
}
.included-single-tours ul {
    column-count: 2;
    column-gap: 30px;
}

.included-single-tours li {
    break-inside: avoid;
    margin-bottom: 16px;
}
/*  */

.excluded-single-tours ul
{
  column-count: 2;
  column-gap: 30px;
}
.excluded-single-tours li {
  break-inside: avoid;
  margin-bottom: 16px;
}
/*  */

h1.heading-page {
  font-size: 16px;
  color: #fff;
}
.tour-header-wrapper{
  position:relative;
  height:700px;
  overflow:hidden;
}

.tour-bg-slider,
.tour-bg-slider .header-image-item{
  height:100%;
}

body .tour-bg-slider img {
  width:100%;
  height:700px;
  object-fit:cover;
}

.tour-header-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.5);
  z-index:1;
}

/* Content nằm đè nhưng container giữ width */
.tour-header-content{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  z-index:2;
}
.tour-header-content h1.tour-title {
    font-size: 60px;
}
.tour-header-content .container{
  width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.box-header{
  color:#fff;
  max-width:840px; /* optional */
}

.tour-meta-row{
  display:flex;
  gap:30px;
  margin-top:20px;
  flex-wrap:wrap;
}
.tour-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (max-width: 1200px) {
  .hero-video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  }

  .hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
  }
}

