@charset "UTF-8";
/* CSS Document */

/* ===============================
   Restaurant Rating (Half Star)
=============================== */

.rating {
    display: flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
}

.rating i {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-style: normal;
    vertical-align: middle;
}

/* reset style จาก theme */
.rating i::before,
.rating i::after {
    font-family: fontello !important;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: block !important;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin: 0 !important;
    padding: 0 !important;
    width: 1em !important;
    text-align: left !important;
}

/* ดาวเต็ม */
.rating .icon-star.voted::before {
    color: #F90;
}

/* ครึ่งดาว */
.rating .star-half::before,
.rating .star-half::after {
    position: absolute;
    top: 0;
    left: 0;
}

/* ดาวว่าง (พื้นหลัง) */
.rating .star-half::before {
    content: '\e80c';
    color: inherit;
}

/* ครึ่งซ้ายเป็นดาวเต็ม */
.rating .star-half::after {
    content: '\e80b';
    color: #F90;
    width: 0.5em !important;
    overflow: hidden;
    white-space: nowrap;
}

#tools .bt_filters.active {
  background: #16a085;
  color: #fff;
}

.bb-trip-pagination ul {
  margin-bottom: 0;
}

.bb-trip-pagination .page-numbers {
  list-style: none;
}

.bb-trip-grid-wrap .tour_container {
  margin-bottom: 30px;
}

.bb-trip-grid-wrap .tour_title .rating {
  margin-top: 8px;
}

.bb-trip-grid-wrap .tour_title h3 {
  min-height: 48px;
}

.strip_all_tour_list .tour_list_desc p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tour-single-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.tour-single-heading h1 {
  margin: 0 0 6px;
  font-size: 34px;
  line-height: 1.15;
  color: #222;
}

.tour-single-heading span {
  display: block;
  color: #777;
  font-size: 15px;
}

.tour-single-price {
  flex: 0 0 auto;
  padding: 10px 18px;
  border-radius: 8px;
  background: #e04f67;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.tour-single-price sup {
  top: -0.35em;
  margin-right: 2px;
  font-size: 50%;
}

body.single main > .container.margin_30 {
  padding-top: 138px;
}

body.single main > .container.margin_60 {
  padding-top: 154px;
}

body.single header {
  background: linear-gradient(90deg, rgba(20, 151, 184, 0.92), rgba(124, 143, 189, 0.92));
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 8px 26px rgba(0, 71, 112, 0.16);
}

body.single .single-tour-gallery-heading {
  margin-top: 0;
}

.tour-property-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(180px, 255px));
  gap: 10px;
  margin-bottom: 42px;
}

.tour-gallery-tile {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f3f4f5;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.tour-gallery-tile:first-child {
  border-radius: 8px 0 0 8px;
}

.tour-gallery-tile:nth-child(3) {
  border-radius: 0 8px 0 0;
}

.tour-gallery-tile:nth-child(5) {
  border-radius: 0 0 8px 0;
}

.tour-gallery-tile-main {
  grid-row: span 2;
}

.tour-gallery-count-1 {
  display: block;
}

.tour-gallery-count-1 .tour-gallery-tile {
  height: 520px;
  border-radius: 8px;
}

.tour-gallery-count-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: minmax(320px, 520px);
}

.tour-gallery-count-2 .tour-gallery-tile-main {
  grid-row: auto;
}

.tour-gallery-count-2 .tour-gallery-tile {
  border-radius: 0;
}

.tour-gallery-count-2 .tour-gallery-tile:first-child {
  border-radius: 8px 0 0 8px;
}

.tour-gallery-count-2 .tour-gallery-tile:nth-child(2) {
  border-radius: 0 8px 8px 0;
}

.tour-gallery-count-3 {
  grid-template-columns: 2fr 1fr;
}

.tour-gallery-count-3 .tour-gallery-tile:first-child {
  border-radius: 8px 0 0 8px;
}

.tour-gallery-count-3 .tour-gallery-tile:nth-child(2) {
  border-radius: 0 8px 0 0;
}

.tour-gallery-count-3 .tour-gallery-tile:nth-child(3) {
  border-radius: 0 0 8px 0;
}

.tour-gallery-count-4 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, minmax(180px, 220px));
}

.tour-gallery-count-4 .tour-gallery-tile-main {
  grid-row: auto;
}

.tour-gallery-count-4 .tour-gallery-tile:first-child {
  border-radius: 8px 0 0 0;
}

.tour-gallery-count-4 .tour-gallery-tile:nth-child(2) {
  border-radius: 0 8px 0 0;
}

.tour-gallery-count-4 .tour-gallery-tile:nth-child(3) {
  border-radius: 0 0 0 8px;
}

.tour-gallery-count-4 .tour-gallery-tile:nth-child(4) {
  border-radius: 0 0 8px 0;
}

.tour-gallery-tile img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.tour-gallery-tile:hover img {
  transform: scale(1.04);
  filter: brightness(0.92);
}

.tour-gallery-hidden {
  display: none;
}

.tour-gallery-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.tour-included-list {
  margin: 0;
  padding-left: 1.2rem;
}

.tour-included-list li {
  margin-bottom: 0.5rem;
  color: #555;
  line-height: 1.7;
}

#top_links,
.dropdown-cart,
.wishlist {
  display: none !important;
}

.search-overlay-menu:target {
  opacity: 1;
  visibility: visible;
}

.bb-live-filters .filter_type {
  padding-bottom: 18px;
}

.bb-filter-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bb-filter-links li {
  margin-bottom: 8px;
}

.bb-filter-links a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #555;
  background: #fff;
}

.bb-filter-links a:hover,
.bb-filter-links a.active {
  border-color: #16a085;
  background: #f0fbf8;
  color: #12816b;
}

.bb-rating-filter .rating {
  justify-content: flex-start;
}

.bb-search-page-form {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}

.bb-search-page-form input[type="search"] {
  flex: 1;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.bb-search-card,
.box_news {
  height: calc(100% - 30px);
}

.bb-blog-content {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.bb-blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.restaurant-details-list div {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.page-template-page-website,
body.home {
  background: #f4fbff;
}

body.page-template-page-website .white_bg,
body.home .white_bg {
  background: linear-gradient(180deg, #f7fdff 0%, #eef9fb 100%);
}

body.page-template-page-website main > .container,
body.home main > .container {
  position: relative;
}

body.page-template-page-website .margin_60 {
  padding-top: 46px;
  padding-bottom: 46px;
}

#top_line {
  min-height: 38px;
  background: linear-gradient(90deg, rgba(18, 164, 190, 0.92), rgba(105, 168, 214, 0.78));
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

#top_line .container,
#top_line .row {
  height: 100%;
}

.bb-top-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(0, 64, 82, 0.2);
}

.bb-top-phone:hover,
.bb-top-phone:focus {
  color: #fff;
  text-decoration: none;
}

.bb-top-phone strong {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0;
}

.bb-top-phone i {
  font-size: 20px;
}

.bb-top-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bb-top-contact a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 2px solid rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 76, 96, 0.12);
}

.bb-top-contact a:hover,
.bb-top-contact a:focus {
  color: #fff;
  background: #13b8c8;
  border-color: #fff;
  text-decoration: none;
}

header {
  background: linear-gradient(90deg, rgba(10, 126, 154, 0.32), rgba(125, 145, 191, 0.36));
  transition: background-color 0.18s ease, box-shadow 0.18s ease, padding 0.18s ease;
}

header.sticky {
  background: linear-gradient(90deg, rgba(20, 151, 184, 0.96), rgba(124, 143, 189, 0.96));
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

header.sticky .main-menu > ul > li > a,
header.sticky ul#top_tools a {
  color: #fff;
}

header.sticky .main-menu > ul > li:hover > a {
  color: #e8fbff;
}

header.sticky .cmn-toggle-switch span,
header.sticky .cmn-toggle-switch span::before,
header.sticky .cmn-toggle-switch span::after {
  background-color: #fff;
}

#logo_home h1 {
  margin-top: 4px;
}

#logo_home h1 a,
header.sticky #logo_home h1 a,
header#plain #logo_home h1 a,
header#colored #logo_home h1 a {
  width: 96px;
  height: 58px;
  background-image: url("../images/home/bb-logo.png");
  background-size: contain;
  background-position: left center;
}

header.sticky #logo_home h1 {
  margin: 0;
}

nav {
  margin-top: 14px !important;
}

.sticky nav {
  margin-top: 10px !important;
}

#header_menu img {
  width: 136px;
  height: auto;
  max-height: 112px;
  object-fit: contain;
}

#carousel-home .owl-carousel .owl-slide {
  height: 580px;
}

#carousel-home .opacity-mask {
  background: linear-gradient(90deg, rgba(5, 52, 70, 0.56), rgba(6, 72, 95, 0.28)) !important;
}

.bb-home-hero-copy {
  max-width: 620px;
}

.bb-home-hero-copy .owl-slide-title {
  max-width: 620px;
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bb-home-hero-copy .owl-slide-subtitle {
  max-width: 580px;
  font-size: 20px;
  line-height: 1.45;
}

.bb-home-hero-copy .owl-slide-subtitle strong {
  font-size: 24px;
  font-weight: 700;
}

.main_title h2 {
  letter-spacing: 0;
}

.main_title {
  margin-bottom: 28px;
}

.main_title h2 {
  color: #12364d;
  font-size: 32px;
}

.main_title h2 span,
.main_title h2 em {
  color: #0aa6bd;
  font-style: normal;
}

.main_title p {
  max-width: 780px;
  margin: 8px auto 0;
  color: #526b78;
}

.bb-categories-shell {
  width: min(100%, 1360px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 5px;
  padding-left: 5px;
}

.categories_grid {
  --bb-category-height: clamp(390px, 32vw, 470px);
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transform: none;
  align-items: stretch;
}

.categories_grid > [class*="col-"],
.categories_grid .row > [class*="col-"] {
  display: flex;
}

.categories_grid .col-md-6 > .row {
  min-height: var(--bb-category-height);
  flex: 1 1 auto;
  align-items: stretch;
}

.categories_grid a {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #064e63;
  box-shadow: 0 20px 45px rgba(0, 90, 115, 0.12);
  isolation: isolate;
}

.categories_grid a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: none;
  transition: transform 0.45s ease;
  z-index: 0;
}

.categories_grid a:hover img {
  transform: scale(1.045);
}

.categories_grid > .col-sm-12 > a {
  min-height: var(--bb-category-height);
}

.categories_grid .col-md-6 .row > .col-sm-12,
.categories_grid .col-md-6 .row > .col-sm-6 {
  height: 50%;
}

.categories_grid .col-md-6 .row > .col-sm-12 a,
.categories_grid .col-md-6 .row > .col-sm-6 a {
  min-height: 0;
}

.categories_grid a .wrapper {
  padding: 100px 22px 22px;
  z-index: 1;
}

.categories_grid a .wrapper h2 {
  font-size: 23px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

@media (max-width: 991px) {
  .categories_grid {
    --bb-category-height: 360px;
  }
}

@media (max-width: 767px) {
  .categories_grid > [class*="col-"],
  .categories_grid .row > [class*="col-"] {
    display: block;
  }

  .categories_grid .col-md-6 > .row {
    min-height: 0;
  }

  .categories_grid a,
  .categories_grid > .col-sm-12 > a,
  .categories_grid .col-md-6 .row > .col-sm-12 a,
  .categories_grid .col-md-6 .row > .col-sm-6 a {
    min-height: 230px;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .categories_grid .col-md-6 .row > .col-sm-12,
  .categories_grid .col-md-6 .row > .col-sm-6 {
    height: auto;
  }

  .categories_grid a .wrapper {
    padding: 80px 18px 18px;
  }
}

.bb-featured-tours .tour_container {
  margin-bottom: 30px;
  border: 1px solid rgba(10, 166, 189, 0.1);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 86, 112, 0.1);
  overflow: hidden;
}

.bb-featured-tours .img_container img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.bb-featured-tours .tour_title h3 {
  min-height: 38px;
}

.bb-tour-mock-card {
  opacity: 0.96;
}

.bb-tour-mock-card .short_info {
  background: linear-gradient(0deg, rgba(0, 96, 115, 0.92), rgba(0, 96, 115, 0));
}

.bb-bottom-banner {
  max-width: 1100px;
  min-height: 280px;
  height: clamp(280px, 32vw, 420px);
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/home/phi-phi-desktop.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  box-shadow: 0 24px 52px rgba(0, 85, 105, 0.16);
}

.bb-bottom-banner .wrapper {
  height: 100%;
  min-height: 0;
  background-image: none !important;
  background: linear-gradient(90deg, rgba(0, 73, 91, 0.56), rgba(0, 126, 148, 0.18)) !important;
}

.bb-bottom-banner .wrapper h3 {
  max-width: 720px;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 38, 52, 0.36);
}

.bb-bottom-banner .wrapper p {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.45;
  text-shadow: 0 2px 10px rgba(0, 38, 52, 0.34);
}

.bb-inquiry-hero {
  padding: 150px 0 70px;
  background: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), url("../img/parallax_bg_1.jpg") center/cover no-repeat;
  color: #fff;
}

.bb-inquiry-hero h1 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 42px;
  line-height: 1.15;
}

.bb-inquiry-hero p {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
}

.inquiry-section {
  padding: 70px 15px;
  background: #f7f9fb;
}

.inquiry-card {
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(18, 36, 52, 0.12);
}

.inquiry-card-body {
  padding: 44px;
}

.inquiry-title {
  margin: 0 0 10px;
  color: #1f2d3d;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.inquiry-subtitle {
  max-width: 520px;
  margin: 0 auto 30px;
  color: #667485;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.inquiry-form {
  display: grid;
  gap: 16px;
}

.inquiry-input,
.inquiry-textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dde5ea;
  border-radius: 6px;
  background: #fff;
  color: #25313d;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.inquiry-input:focus,
.inquiry-textarea:focus {
  border-color: #00a6b4;
  box-shadow: 0 0 0 3px rgba(0, 166, 180, 0.12);
  outline: none;
}

.inquiry-textarea {
  min-height: 150px;
  resize: vertical;
}

.inquiry-phone-row {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 12px;
}

.inquiry-phone-box {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid #dde5ea;
  border-radius: 6px;
  background: #f8fbfc;
  color: #25313d;
  font-weight: 700;
}

.inquiry-flag {
  width: 28px;
  height: auto;
  flex: 0 0 auto;
  border-radius: 2px;
}

.inquiry-phone-code-text {
  font-size: 15px;
}

.inquiry-phone-hidden-code {
  display: none;
}

.inquiry-submit-wrap {
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.inquiry-submit {
  min-width: 170px;
  padding: 13px 24px;
  border: 0;
  border-radius: 6px;
  background: #008c95;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.inquiry-submit:hover,
.inquiry-submit:focus {
  background: #006f76;
  color: #fff;
  transform: translateY(-1px);
}

.inquiry-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  padding: 20px 28px;
  border-top: 1px solid #edf1f4;
  background: #fbfcfd;
}

.inquiry-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #25313d;
  font-weight: 700;
  text-decoration: none;
}

.inquiry-contact-item:hover,
.inquiry-contact-item:focus {
  color: #008c95;
  text-decoration: none;
}

.inquiry-contact-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}

.bb-transfer-hero {
  min-height: 320px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url("../img/bus.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
}

.bb-transfer-hero h1 {
  display: inline-block;
  margin: 0 0 12px;
  padding: 9px 18px;
  border-radius: 6px;
  background: rgba(224, 79, 103, 0.92);
  color: #fff;
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0;
}

.bb-transfer-hero p {
  display: inline-block;
  max-width: 920px;
  margin: 0;
  padding: 8px 16px;
  border-radius: 6px;
  background: rgba(255, 210, 65, 0.95);
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}

.bb-transfer-wrap {
  padding: 55px 0 70px;
  background: #f7f9fb;
}

.bb-transfer-sidebar {
  position: sticky;
  top: 95px;
  margin-bottom: 24px;
  padding: 22px;
  border: 1px solid #e1e7ec;
  border-radius: 8px;
  background: #fff;
}

.bb-transfer-sidebar h2 {
  margin: 0 0 16px;
  color: #1f2d3d;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}

.bb-transfer-sidebar nav {
  display: grid;
  gap: 8px;
}

.bb-transfer-sidebar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #e6edf1;
  border-radius: 6px;
  color: #314253;
  background: #fff;
  font-weight: 600;
  text-decoration: none;
}

.bb-transfer-sidebar a::after {
  content: "\203A";
  color: #98a6b3;
  font-size: 18px;
  line-height: 1;
}

.bb-transfer-sidebar a:hover,
.bb-transfer-sidebar a:focus,
.bb-transfer-sidebar a.active {
  border-color: #00a6b4;
  color: #007d86;
  background: #eefcfd;
  text-decoration: none;
}

.bb-transfer-grid {
  display: grid;
  gap: 24px;
}

.bb-transfer-card {
  display: grid;
  grid-template-columns: minmax(230px, 32%) 1fr;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(18, 36, 52, 0.1);
}

.bb-transfer-card figure {
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

.bb-transfer-card figure img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
}

.bb-transfer-card-body {
  padding: 26px 28px;
}

.bb-transfer-card-heading span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 4px;
  background: #eaf8f9;
  color: #008c95;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}

.bb-transfer-card-heading h2 {
  margin: 0 0 10px;
  color: #1f2d3d;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 700;
}

.bb-transfer-card-body p {
  margin-bottom: 18px;
  color: #5a6876;
  line-height: 1.7;
}

.bb-transfer-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 18px;
}

.bb-transfer-table {
  width: 100%;
  border-collapse: collapse;
  color: #2b3a48;
}

.bb-transfer-table th,
.bb-transfer-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e8eef2;
  text-align: left;
  white-space: nowrap;
}

.bb-transfer-table th {
  color: #1f2d3d;
  background: #f5f8fa;
  font-weight: 700;
}

.bb-transfer-table td:last-child {
  color: #e04f67;
  font-weight: 700;
}

.bb-transfer-contact {
  min-width: 128px;
  text-align: center;
}

.bb-transfer-archive .bb-archive-filter-box h5 {
  padding-bottom: 14px;
}

.bb-transfer-results-label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  min-height: 42px;
  padding: 11px 0;
  color: #25313d;
  font-weight: 700;
}

.bb-transfer-results-label small {
  color: #7c8792;
  font-size: 12px;
  font-weight: 600;
}

.bb-transfer-toolbar-link {
  width: auto;
  padding: 11px 15px;
  color: #008c95;
  font-weight: 700;
  text-transform: none;
}

.bb-transfer-list-card .img_list img {
  height: 100%;
  min-height: 265px;
  object-fit: cover;
}

.bb-transfer-list-card .tour_list_desc {
  min-height: 265px;
  padding-bottom: 20px;
}

.bb-transfer-list-card .tour_list_desc p {
  margin-bottom: 14px;
}

.bb-transfer-list-card .price_list small:first-child {
  display: block;
  margin-bottom: 2px;
  color: #7c8792;
  font-size: 11px;
  text-transform: uppercase;
}

.bb-transfer-list-card .price_list small:nth-of-type(2) {
  display: block;
  margin-top: 4px;
}

.bb-transfer-list-card .price_list .btn_1 {
  margin-top: 12px;
}

.bb-archive-filter-box {
  margin-bottom: 18px;
}

.bb-archive-filter-box h5 {
  margin: 0;
  padding: 16px 20px 6px;
  color: #1f2d3d;
  font-size: 15px;
  font-weight: 700;
}

.bb-archive-filter-box h6 {
  margin: 0;
  padding: 0 20px 10px;
  color: #008c95;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.bb-archive-filter-box #cat_nav {
  margin-bottom: 0;
}

.bb-archive-filter-box #cat_nav a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bb-archive-filter-box #cat_nav a i {
  flex: 0 0 auto;
}

.bb-tour-filter-note {
  margin: 0;
  padding: 14px 20px 18px;
  border-top: 1px solid #ededed;
  color: #6c7680;
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  #top_line {
    min-height: 40px;
  }

  .bb-top-phone,
  .bb-top-phone strong {
    font-size: 14px;
  }

  .bb-top-contact {
    gap: 6px;
  }

  .bb-top-contact a {
    width: 28px;
    height: 28px;
    font-size: 14px;
  }

  .bb-home-hero-copy .owl-slide-title {
    font-size: 28px;
  }

  .bb-home-hero-copy .owl-slide-subtitle {
    font-size: 16px;
  }

  .bb-home-hero-copy .owl-slide-subtitle strong {
    font-size: 18px;
  }

  #carousel-home .owl-carousel .owl-slide {
    height: 460px;
  }

  .bb-featured-tours .img_container img {
    height: 210px;
  }

  .bb-bottom-banner .wrapper h3 {
    font-size: 25px;
  }

  .bb-bottom-banner .wrapper p {
    font-size: 15px;
  }

  .bb-bottom-banner {
    height: 300px;
    background-image: url("../images/home/phi-phi-mobile-4x3.png") !important;
  }

  .bb-inquiry-hero {
    padding: 130px 0 50px;
  }

  .inquiry-section {
    padding: 45px 12px;
  }

  .inquiry-card-body {
    padding: 30px 18px;
  }

  .inquiry-title {
    font-size: 26px;
  }

  .inquiry-phone-row {
    grid-template-columns: 1fr;
  }

  .bb-transfer-hero {
    min-height: 280px;
    padding: 90px 0 40px;
  }

  .bb-transfer-hero h1 {
    font-size: 25px;
  }

  .bb-transfer-hero p {
    font-size: 16px;
  }

  .bb-transfer-wrap {
    padding: 35px 0 50px;
  }

  .bb-transfer-sidebar {
    position: static;
  }

  .bb-transfer-card {
    grid-template-columns: 1fr;
  }

  .bb-transfer-card figure img {
    min-height: 210px;
  }

  .bb-transfer-card-body {
    padding: 22px 18px;
  }

  .bb-transfer-card-heading h2 {
    font-size: 22px;
  }

  .bb-transfer-list-card .img_list img,
  .bb-transfer-list-card .tour_list_desc {
    min-height: 0;
  }

  .tour-single-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .tour-single-heading h1 {
    font-size: 26px;
  }

  .tour-single-price {
    font-size: 24px;
  }

  .tour-property-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  body.single main > .container.margin_30,
  body.single main > .container.margin_60 {
    padding-top: 118px;
  }

  .tour-gallery-tile,
  .tour-gallery-tile:first-child,
  .tour-gallery-tile:nth-child(3),
  .tour-gallery-tile:nth-child(5) {
    border-radius: 6px;
  }

  .tour-gallery-tile-main {
    grid-column: span 2;
    grid-row: auto;
  }

  .tour-gallery-tile img {
    aspect-ratio: 4 / 3;
  }

  .bb-search-page-form {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  #top_line {
    min-height: 42px;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: none;
  }

  #top_line .container {
    width: 100%;
    max-width: none;
    padding-left: clamp(10px, 1.4vw, 26px);
    padding-right: clamp(10px, 1.4vw, 26px);
  }

  #top_line .row {
    height: 42px;
    margin-left: 0;
    margin-right: 0;
  }

  #top_line [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .bb-top-phone {
    min-height: 42px;
    justify-content: flex-start;
  }

  .bb-top-contact {
    min-height: 42px;
    justify-content: flex-end;
  }

  header {
    background: transparent;
  }

  header > .container {
    position: relative;
  }

  header:not(.sticky) > .container > .row {
    align-items: center;
  }

  header:not(.sticky) nav {
    position: static;
    margin-top: 0 !important;
  }

  header:not(.sticky) .main-menu {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    transform: translate(-50%, -50%);
  }

  header:not(.sticky) .main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  header:not(.sticky) .main-menu > ul > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 58px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
  }

  header:not(.sticky) ul#top_tools {
    top: 50%;
    right: clamp(22px, 7vw, 150px);
    transform: translateY(-50%);
  }

  header.sticky {
    background: linear-gradient(90deg, rgba(114, 128, 178, 0.94), rgba(133, 142, 190, 0.94));
    backdrop-filter: none;
    padding: 6px 0;
  }

  header.sticky #top_line {
    min-height: 0;
    height: 0;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 0;
    opacity: 0;
    overflow: hidden;
  }

  header.sticky #logo_home h1 {
    margin: 0;
  }

  header.sticky #logo_home h1 a {
    width: 76px;
    height: 46px;
  }

  header.sticky > .container > .row {
    align-items: center;
  }

  header.sticky nav {
    display: block;
    position: static;
    min-height: 46px;
    margin-top: 0 !important;
    padding-right: 0;
  }

  header.sticky .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-height: 46px;
    padding-right: 0;
    transform: translate(-50%, -50%);
  }

  header.sticky .main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  header.sticky .main-menu > ul > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.2;
  }

  header.sticky ul#top_tools {
    top: 50%;
    right: clamp(22px, 7vw, 150px);
    transform: translateY(-50%);
  }

  header.sticky ul#top_tools li {
    padding-top: 0;
    padding-bottom: 0;
  }

  header.sticky .main-menu > ul > li > a,
  header.sticky ul#top_tools a {
    color: #fff;
  }

  header.sticky .main-menu > ul > li:hover > a {
    color: #e8fbff;
  }

  header.sticky .cmn-toggle-switch span,
  header.sticky .cmn-toggle-switch span::before,
  header.sticky .cmn-toggle-switch span::after {
    background-color: #fff;
  }
}
