@media screen and (min-width: 1025px) {
}
@media screen and (min-width: 769px) {
  .list-our-experts .swiper-wrapper {
    display: contents;
  }
  .list-our-experts .swiper-slide {
    width: auto;
  }
  .list-our-experts .swiper-button-next,
  .list-our-experts .swiper-button-prev {
    display: none;
  }
  .list-our-experts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 108px;
  }
}
@media screen and (max-width: 1440px) {
  .single-post .content-post {
    max-width: 700px;
  }
  #home-inspiration .list-inspiration {
    width: calc(100% + 120px);
  }
}
@media screen and (max-width: 1366px) {
  #home-inspiration .list-inspiration {
    width: calc(100% + 83px);
  }
}
@media screen and (max-width: 1280px) {
  .our-tours-bg.archive-header::after,
  .single-destination .archive-header::after {
    height: 250px;
  }
  #home-inspiration .list-inspiration {
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 1024px) {
  section#our-brands #gallery-1 {
    max-width: 100%;
  }
  .list-our-experts {
    gap: 60px;
  }
  #when-to-go .when-to-go-tabs {
    width: 100%;
  }
  .single-destination #content .archive-header {
    padding: 70px 0;
  }
  .our-tours-bg .banner-accent img,
  .single-destination .banner-accent img {
    top: -145px;
  }
  .asia-journey-tabs .asia-content-column .img-fluid {
    max-width: 600px;
  }
  #home-inspiration .list-inspiration {
    width: calc(100% + 25px);
  }
}
@media only screen and (max-width: 768px) {
  .privacy-answer,
  .mobile-hidden {
    display: none;
  }
  #home-hot-deals .btn-link-section {
    bottom: -30px;
  }
  .elementor-field-group.elementor-column.elementor-field-type-submit {
    margin-bottom: 0 !important;
  }
  .elementor-field-type-submit .elementor-button {
    width: 75%;
    height: 50px;
  }
  .elementor-field-type-acceptance.elementor-field-group.elementor-column {
    min-height: 100% !important;
  }
  /*section#our-brands #gallery-1 > figure.gallery-item:not(:first-child) img {
    width: 70%;
  }*/
  section#our-brands #gallery-1 {
    flex-wrap: wrap;
  }
  section#our-brands #gallery-1 > figure.gallery-item:first-child {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  section#our-brands #gallery-1 > figure.gallery-item:not(:first-child) {
    flex: 1;
  }
  section#our-brands #gallery-1 > figure.gallery-item:nth-child(2),
  section#our-brands #gallery-1 > figure.gallery-item:nth-child(3) {
    margin-right: 30px;
  }
  .privacy-question {
    cursor: pointer;
    padding: 10px;
    background: #eee;
    margin: 5px 0;
    border-radius: 4px;
  }
  .privacy-question.active {
    background: #283dc3;
    color: white;
  }
  .accordion-question {
    position: relative;
  }
  .accordion-question::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/icon-add.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .accordion-question.active::before {
    background: url(../images/icon-minus.svg);
  }
  .list-of-reasons.collapsed {
    max-height: 700px;
  }
  .list-our-experts {
    overflow: hidden;
    position: relative;
  }
  .list-our-experts .swiper-slide {
    width: 56%;
    box-sizing: border-box;
    padding: 0 22%;
  }
  #good-reasons .toggle-list-reasons {
    display: inline-block;
    margin-top: 10px;
    background: none;
    border: none;
    color: var(--brand-blue);
    cursor: pointer;
    font-weight: bold;
    position: relative;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
  }
  #good-reasons .toggle-list-reasons::before {
    content: "";
    width: 100%;
    height: 300px;
    display: block;
    position: absolute;
    left: 0;
    top: -300px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 84.09%
    );
  }
  #good-reasons .toggle-list-reasons.expanded::before {
    content: none;
  }
  .list-responsible-travel .item,
  .list-responsible-travel .item.even {
    flex-direction: column-reverse;
  }
  .archive-header.about-us-bg > .col-full {
    position: unset;
  }
  .about-us-bg .banner-accent img {
    position: unset;
    margin: 0 auto;
  }
  .about-us-bg .banner-accent {
    margin-top: 50px;
  }
  .archive-header.about-us-bg::after {
    content: unset;
  }
  .col-full .inner-page-wrapper .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-bottom {
    margin-bottom: 60px;
  }
  .about-us-bg .banner-accent {
    position: relative;
    min-height: 200px;
  }
  .about-us-bg {
    border-radius: 0 !important;
  }
  .popular-deals.pb-popular > h2.title {
    margin-bottom: 24px;
  }
  .popular-deals.pb-popular {
    padding-bottom: 50px;
  }
  #menu-footer-menu-1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 0;
  }
  #menu-footer-menu-1 > li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  #menu-footer-menu-1 > li:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  #menu-footer-menu-1 > li:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  #menu-footer-menu-1 > li:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
  #menu-footer-menu-1 > li:nth-child(5) {
    grid-area: 5 / 1 / 6 / 2;
  }
  #menu-footer-menu-1 > li:nth-child(6) {
    grid-area: 6 / 1 / 7 / 2;
  }
  #menu-footer-menu-1 > li:nth-child(7) {
    grid-area: 1 / 2 / 2 / 3;
  }
  #menu-footer-menu-1 > li:nth-child(8) {
    grid-area: 2 / 2 / 3 / 3;
  }
  #menu-footer-menu-1 > li:nth-child(9) {
    grid-area: 5 / 2 / 6 / 3;
  }
  #menu-footer-menu-1 > li:nth-child(10) {
    grid-area: 3 / 2 / 4 / 3;
  }
  #menu-footer-menu-1 > li:nth-child(11) {
    grid-area: 4 / 2 / 5 / 3;
  }
  .about-us-bg div.banner-accent img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-template-who-we-are .bottom-banner p {
    padding-top: 70px;
    padding-bottom: 24px;
  }
  .our-tours-bg.archive-header::after,
  .single-destination .archive-header::after {
    content: none;
  }
  .asia-journey-tabs .row {
    flex-direction: column-reverse;
  }
  .page:not(.single) #content .archive-header.our-tours-bg,
  .single-destination .archive-header {
    min-height: 400px;
  }
  .our-tours-bg .btn-destination,
  .single-destination .btn-destination {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .our-tours-bg .banner-accent img,
  .single-destination .banner-accent img{
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 24px 24px 24px 0;
  }
  #destinations .bottom-banner p,.our-tours-bg ~ .bottom-banner p{
    padding: 152px 0 24px;
  }
  .single-destination .bottom-banner p{
    padding: 133px 0 24px;
  }
  .asia-intro-section {
    background: var(--brand-gray);
    padding: 50px 0;
  }
  .asia-journey-tabs {
    padding: 24px 16px 0;
    background: unset;
  }
  .asia-journey-tabs .asia-title-column,
  .asia-journey-tabs .asia-content-column,
  .asia-journey-tabs .asia-content-column .img-fluid {
    max-width: 100%;
    width: 100% !important;
  }
  .asia-journey-tabs .asia-content-column .img-fluid {
    border-bottom-right-radius: 24px;
    aspect-ratio: unset;
    max-height: 200px;
  }
  .asia-journey-tabs .asia-title-column .nav-pills,
  #whenToGoTabs {
    flex-direction: row !important;
    gap: 24px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #whenToGoTabs li.nav-item {
    flex-shrink: 0;
  }
  .asia-journey-tabs .nav-pills .nav-link.active::after {
    content: none;
  }
  .asia-journey-tabs .nav-pills .nav-link {
    line-height: 1;
    padding-bottom: 6px;
  }
  .asia-journey-tabs .nav-pills .nav-link.active {
    border-bottom: 3px solid var(--brand-blue);
    border-radius: 0;
  }
  .asia-journey-tabs .asia-content-column .content {
    flex-direction: column;
    gap: 24px;
  }
  #when-to-go .heading h2 {
    text-align: left;
  }
  .home-reviews .container {
    flex-direction: column;
  }
  #content .home-reviews .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
  }
  .home-reviews .swiper-button-prev {
    left: 0;
  }
  .home-reviews .box-left {
    width: 100%;
  }
  .single-destination .list-ideas-tour {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .single-destination .list-ideas-tour .item {
    flex-shrink: 0;
    width: 80%;
  }
  #home-inspiration .list-inspiration {
    width: 100%;
  }
  #home-popular-deals,
  #home-destinations,
  #home-travel-styles {
    padding: 60px 0;
  }
  .home h2.title,
  .home .home-reviews {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home .home-reviews .container {
    gap: 24px;
  }
  .home .list-popular-post,
  #home-travel-styles .list-styles {
    padding-left: 16px;
  }
  .home .list-country {
    padding: 0 16px;
    gap: 16px;
  }
  #home-travel-styles .list-styles {
    padding-bottom: 10px;
  }
  .home #home-popular-deals .list-popular-post,
  #home-travel-styles .list-styles {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    gap: 15px;
  }
  .btn-link-section {
    padding: 0 16px;
  }
  .btn-link-section > a {
    width: 100%;
    justify-content: center;
  }
  .home #home-popular-deals .list-popular-post .item,
  #home-travel-styles .list-styles .item {
    flex-shrink: 0;
    width: 74%;
  }
  /* .home #home-popular-deals .list-popular-post .item:last-child,
  #home-travel-styles .list-styles .item:last-child {
    width: calc(60% - 16px);
    margin-right: 16px;
  } */
  #home-travel-styles .find-travel::after,
  #home-travel-styles .find-travel::before {
    content: none;
  }
  #home-inspiration {
    padding: 50px 0;
    min-height: 402px;
  }
  #home-inspiration h2 {
    padding: 0 16px;
  }
  #home-inspiration .list-inspiration .item:first-child {
    margin-left: 16px;
  }
  .home #faqs-brief {
    padding: 60px 16px;
  }
  .home #faqs-brief h2.title {
    padding: 0;
  }
  .home .tours-home .list-hot-deal .swiper-button-next {
    right: 16px;
  }
  .home .tours-home .list-hot-deal .swiper-button-prev {
    right: 66px;
  }
  #banner-home .main-content {
    padding: 0 16px;
  }
  .home-reviews .thumb img {
    margin-bottom: 0;
  }
  .home-reviews .container {
    gap: 24px;
  }
  .home-reviews a.button-view {
    justify-content: center;
  }
  .list-country .btn-link-section {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .list-country .btn-link-section > a {
    height: 100%;
  }
  .archive-header.deals-bg {
    border-bottom-left-radius: 32px !important;
  }
  .custom-title {
    margin-top: 70px;
    margin-bottom: 25px;
  }
  .repeater-list-block .highlight-items {
    padding: 16px;
  }
  .repeater-list-block .highlight-items > .highlight-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .elementor-element.elementor-element-f85f746.elementor-widget-button {
    display: none !important;
  }
  .home-destinations-deals .list-country {
    margin-bottom: 20px;
  }
  .form-quick-enquiry:not(.form-sidebar-enquiry) .traveler-form .qtt-form {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .form-quick-enquiry:not(.form-sidebar-enquiry) .traveler-form {
    padding: 16px;
    border: 1px solid #ced6ea;
    border-radius: 8px;
  }
  .float-enquiry .traveler-form {
    padding: 10px 16px;
  }
  .form-quick-enquiry.form-sidebar-enquiry .traveler-form .qtt-form input,
  .float-enquiry .traveler-form .qtt-form input {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .repeater-list-block .useful-items .useful-item {
    grid-template-columns: repeat(1, 1fr);
  }
  .repeater-list-block .useful-items h3 {
    padding: 16px;
    font-size: 16px;
  }
  .repeater-list-block .useful-items .useful-item > li {
    padding: 8px 16px;
    gap: 10px;
  }
  .tour-map__canvas {
    min-height: 220px;
  }
  .single-post .related-post .container {
    padding: 0 !important;
  }
  .single-post .content-post {
    max-width: 100%;
  }
  #home-popular-deals .list-popular-post .item:last-child {
    margin-right: 16px;
  }
  .home-reviews,
  .other-destinations .list-country {
    margin-bottom: 60px;
  }
  .section-hot-deals:not(#how-it-works .section-hot-deals) {
    margin-bottom: 60px !important;
  }
  .single-destination .other-destinations .list-country + .btn-link-section {
    display: none !important;
  }
  #home-inspiration .swiper-button-next,
  #home-inspiration .swiper-button-prev {
    display: none !important;
  }
}
@media only screen and (max-width: 736px) {
  .cus-review > h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
  }
  h2.title {
    margin-bottom: 24px;
  }
  #home-popular-deals h2 {
    text-align: left;
  }
}
@media only screen and (max-width: 601px) {
  #destinations .bottom-banner p,.our-tours-bg ~ .bottom-banner p{
    padding: 148px 0 24px;
  }
  .page:not(.single) #content .archive-header.our-tours-bg,
  .single-destination .archive-header,
  .page #content .shoptimizer-archive  .archive-header.our-tours-bg {
    min-height: 360px;
  }
  #destinations .introduce {
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .asia-intro-section h2 {
    margin-bottom: 0;
  }
  #when-to-go .tab-content .place_header {
    gap: 0;
  }
  #when-to-go .tab-content .place_header > div {
    text-align: center;
  }
  #when-to-go .tab-content .place_header > div:first-child {
    text-align: left;
  }
  #when-to-go .progress {
    background: transparent !important;
  }
  #when-to-go .progress-bar {
    width: 50% !important;
    background: transparent !important;
  }
  .home-blog h2.title,
  .single .heading h2,
  .asia-journey-tabs .asia-content-column .img-fluid {
    margin-bottom: 24px;
    text-align: center;
  }
  .home-blog .btn-link {
    margin-top: 24px;
  }
  .footer-contact-newsletter .col-full {
    flex-direction: column-reverse;
  }
  footer.site-footer .col-full-left {
    flex-direction: column;
  }
  .single-career #frm-upload-cv {
    scroll-margin-top: 60px;
  }
  .discover-tours .heading h2 {
    text-align: center;
  }
  .list-popular-post .content-item {
    padding: 16px;
  }
  .list-popular-post .tour-category,
  .list-popular-post .tour-category ~ .tour-info {
    margin-bottom: 12px;
  }
  #when-to-go .place_item {
    padding: 16px 0;
  }
  #when-to-go .place_item:not(:last-of-type) {
    margin-bottom: 0 !important;
  }
  #when-to-go .progress-bar > span {
    top: -1px;
  }
  #whenToGoTabs {
    gap: 0;
  }
  #when-to-go .heading h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  #when-to-go .place_header > div {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .single-destination .archive-header h1,
  .our-tours-bg.archive-header h1 {
    margin-bottom: 16px;
  }
  .faq-item .itin-day__icon-number {
    font-size: 14px;
  }
  div.below-content .widget p {
    flex-wrap: wrap;
  }
  .below-content .widget {
    padding: 0 !important;
  }
  #home-hot-deals .title::before {
    width: 26px;
    height: 26px;
  }
  #home-travel-styles h2.title {
    padding: 0 16px;
    text-align: left;
  }
  .btn-faqs-mb {
    margin-top: 30px;
  }
  #home-travel-styles .item {
    padding: 12px 12px 24px;
  }
  .home-blog .list-posts,
  .page-blog .list-posts {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  #home-travel-styles .item h5 {
    padding: 18px 0 0;
  }
  #home-travel-styles .item img {
    aspect-ratio: 10/9;
  }
  #home-travel-styles .list-styles {
    margin-bottom: 24px;
  }
  .space-bottom {
    margin-bottom: 24px !important;
  }
  .home-inspiration .swiper-button-next,
  .home-inspiration .swiper-button-prev {
    display: none;
  }
  .page:not(.single) #content div.archive-header {
    padding: 50px 0;
  }
  #destinations .bottom-banner p,.our-tours-bg ~ .bottom-banner p{
    padding: 130px 0 24px;
  }
  .introduce.section-bottom {
    padding-top: 60px;
  }
  #destinations .list-country {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }
  #destinations .list-country .item img {
    height: 150px;
  }
  #whenToGoTabs {
    margin: 0;
  }
  section#when-to-go .heading h2 {
    margin-bottom: 24px;
  }
  #when-to-go .place_item h5 {
    font-size: 14px;
  }
  .single-destination .bottom-banner p,.our-tours-bg ~ .bottom-banner p{
    padding: 130px 0 24px;
  }
  .list-country,
  .list-popular-post {
    gap: 16px;
  }
  .home-reviews .box-top img {
    width: 135px;
    height: auto;
  }
  .home h1 {
    text-align: center;
    padding-top: 32px;
    font-size: 40px;
    margin-bottom: 0;
  }
  .home .main-content h1 {
    padding-top: 45px;
  }
  #banner-home .search-form-home {
    grid-template-columns: 1fr;
    padding: 16px 24px;
    border-radius: 8px;
    bottom: -50px;
  }
  .footer-contact-newsletter .col-full > div:first-child strong {
    font-size: 24px;
  }
  .footer-contact-newsletter p#mailto > a {
    font-size: 20px;
  }
  .footer-contact-newsletter p.address-company {
    font-size: 15px;
  }
  .footer footer.site-footer a:not(.button) {
    font-size: 16px;
  }
  .footer .site-footer {
    padding: 30px 0 20px;
  }
  .footer {
    padding: 20px 0;
  }
  ::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space 
    background: transparent;  /* Optional: just make scrollbar invisible */
  }
  /* Optional: show position indicator in red */
  ::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .footer-contact-newsletter
    .col-full
    > div:first-child
    > .textwidget.custom-html-widget
    > p {
    margin-bottom: 15px;
  }
  #banner-home .search-form-home > div {
    padding: 0;
    border-bottom: 1px solid var(--line);
  }
  #banner-home .search-form-home > div:nth-of-type(2) {
    padding-top: 24px;
  }
  .search-form-home.filter div.form-group:first-child:before {
    content: none;
  }
  .search-form-home.filter button.find-tour-btn {
    position: unset;
    border-radius: 8px;
    margin-top: 24px;
  }
  body.admin-bar #page .topbar-wrapper {
    top: 0;
  }
  #banner-home .main-content {
    height: 410px;
    padding-top: 32px;
  }
  .home #banner-home .bottom-banner p {
    padding: 128px 16px 24px;
  }
  .home .list-country {
    grid-template-columns: 1fr !important;
  }
  .home .list-country .item img {
    height: 150px;
  }
  #home-hot-deals {
    padding: 50px 0;
  }
  #home-inspiration .item > a {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  #home-inspiration .item > a img {
    width: 150px;
    height: 150px;
  }
  .home .tours-home .list-hot-deal .swiper-button-prev,
  .home .tours-home .list-hot-deal .swiper-button-next {
    display: none !important;
  }
  .list-popular-post .content-item h6 {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
  }
}
@media only screen and (max-width: 414px) {
  .page:not(.single) #content .archive-header.our-tours-bg {
    min-height: 336px;
  }
  #destinations .bottom-banner p,.our-tours-bg ~ .bottom-banner p{
    padding: 148px 0 24px;
  }
  #when-to-go .tab-content .place_header > div:first-child,
  #when-to-go .tab-content .place_item > div:first-child {
    flex: 1.2;
  }
  #when-to-go .progress-bar {
    width: 100% !important;
  }
  #when-to-go .progress-bar > span {
    right: unset;
  }
  #home-hot-deals .list-hot-deal {
    margin-bottom: 0;
  }
  #home-hot-deals .btn-link-section {
    min-width: 250px;
  }
}
@media only screen and (max-width: 375px) {
  .btn-see-all {
    padding: 10px 24px;
  }
  .single-destination .list-ideas-tour .item {
    width: 100%;
    max-width: 282px;
  }
}
