/*
Theme Name: Tours
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
  --color-secondary: #FF5A1F;

  --color-primary-light: #EAF5F0;
  --color-secondary-light: #FFF1EA;

  --color-text: #10231D;
  --color-muted: #6B7A75;
  --color-border: #E5EDE9;
  --color-background: #FFFFFF;
}

p {
  margin-bottom: 5px !important
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	box-shadow: unset !important;
	border-radius: 8px;
	margin-bottom: 0;
}
.nav-dropdown-has-shadow .nav-dropdown{
	width: max-content;
    border-radius: 10px;
}
.nav-dropdown.nav-dropdown-default>li>a {
	font-size: 16px;
    font-weight: 600;
	color: #03261e;
}
.nav-dropdown.nav-dropdown-default>li>a:hover, .nav-dropdown.nav-dropdown-default>li.active>a{
	color: var(--color-secondary);
}
.wm-mega-menu .all{
	padding: 0 !important;
}
/* Home Page */
.wm-home-stats .icon-inner {
  background-color: #ebf3eb;
  border-radius: 99px;
  padding: 10px;
}

.wm-home-stats .icon-inner img {
  padding-top: 0;
}

.product-small {
  border-radius: 10px;
  overflow: hidden;
}

.product-small .product-title a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

.product-small.box {
  overflow: visible !important;
}

.product-small .box-image {
  overflow: visible !important;
}

.product-small .image-cover {
  overflow: visible !important;
}

.product-small .box-text {
  position: absolute;
  bottom: -50px;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 15px;
}
.related-products-wrapper .product-small .box-text{
	    bottom: -18px;
}
.product-small .box-image img {
  border-radius: 15px;
}

span.amount {
  color: var(--color-secondary) !important;
  font-size: 22px;
}

.wm-home-why .banner {
  background-color: transparent !important;
}

.wm-home-why .banner .banner-bg {
  border-radius: 10px;
}

.wm-home-cta .section .section-bg.bg-loaded {
  border-radius: 10px;
}

.bya-wrap {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  padding: 28px 24px 20px;
  font-family: sans-serif;
}

.bya-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a3a1a;
  margin: 0 0 4px;
}

.bya-sub {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 20px;
}

.bya-field {
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  padding: 0 14px;
  margin-bottom: 12px;
  position: relative;
  background: #fff;
}

.bya-field label {
  display: block;
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: unset !important;
}

.bya-field select,
.bya-field input[type=date] {
  width: 100%;
  height: 25px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #111;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 24px;
  margin-bottom: 0 !important;
  box-shadow: unset !important;
  padding-left: 0 !important;
}

.bya-date-field .bya-icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 18px;
  pointer-events: none;
}

.wpcf7-submit {
  width: 100%;
  background: #e8561a;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 15px;
  cursor: pointer;
  margin: 4px 0 12px;
  display: block;
}

.wpcf7-submit:hover {
  background: #d04a12;
}

.bya-note {
  text-align: center;
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.bya-wrap input[type=submit] {
  border-radius: 10px;
  background-color: var(--color-secondary) !important;
}

.ta-banner-wrap {
  width: 100%;
  /*   background: rgba(20, 20, 20, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 11px 28px; */
}

.ta-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-decoration: none;
  flex-wrap: wrap;
}

/* Chữ "Excellent" */
.ta-label {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* Hàng bong bóng */
.ta-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.ta-stars svg {
  flex-shrink: 0;
}

/* Bong bóng đầy */
.ta-bubble.ta-full {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #34e0a1;
  display: inline-block;
  flex-shrink: 0;
}

/* Bong bóng nửa */
.ta-bubble.ta-half {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(90deg, #34e0a1 50%, transparent 50%);
  border: 2.5px solid #34e0a1;
  display: inline-block;
  flex-shrink: 0;
  box-sizing: border-box;
}

/* Bong bóng trống */
.ta-bubble.ta-empty {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  border: 2.5px solid #34e0a1;
  display: inline-block;
  flex-shrink: 0;
}

/* Text "4.8 out of 5..." */
.ta-text {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.ta-text strong {
  font-weight: 700;
}

/* Logo Tripadvisor */
.ta-logo {
  display: flex;
  align-items: center;
  gap: 7px;
}

.ta-logo span {
  color: #34e0a1;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
}

.ta-logo svg {
  flex-shrink: 0;
}

.cat-count {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.cat-explore {
  display: flex !important;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #e8561a;
  text-decoration: none;
  margin-top: 4px;
  transition: gap 0.2s ease;
}

.cat-explore:hover {
  gap: 10px;
  color: #e8561a;
}

.cat-explore svg {
  transition: transform 0.2s ease;
}

.cat-explore:hover svg {
  transform: translateX(3px);
}
.wm-home-region .product-category{
	margin-bottom: 80px;
}
.wm-home-region .box-category .box-text{
	background-color: #f8f9f8;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    padding: 15px;
    position: absolute;
    bottom: -80px;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
	height: 175px;
}
.wm-home-region .box-category .header-title{
	color: #000;
    font-size: 20px;
    text-transform: capitalize;
	margin-bottom: 10px;
}
.wm-home-region .box-category .count{
	font-size: 13px;
	font-weight: 500;
    text-transform: capitalize;
}
.wm-home-region .box-category .box-image{
	border-radius: 10px;
}

/* Badge */
.tour-card__badge {
  position: absolute;
  top: 14px;
  left: 0;
  background: #e8561a;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 14px 6px 12px;
  border-radius: 0 20px 20px 0;
  z-index: 10;
}

/* Days & Nights */
.tour-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 8px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.tour-card__meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

.tour-card__footer {
  display: flex;
  justify-content: space-between;
}

/* Review sao */
.tour-card__review {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin-bottom: 6px;
}

/* Giá — chữ "from $165" màu cam */
.woocommerce ul.products li.product .price {
  color: #e8561a;
  font-size: 13px;
}

.woocommerce ul.products li.product .price .amount {
  font-size: 20px;
  font-weight: 800;
  color: #e8561a;
}

.woocommerce ul.products li.product .price::before {
  content: "from ";
  font-size: 13px;
  font-weight: 400;
  color: #e8561a;
}

.category-page-row .product-small,.wm-product-detail .product-small{
	padding: 0 9.8px 75.6px !important;
}
..wm-product-detail .related-products-wrapper .product-small .product-title a {
	font-size: 16px;
}
.wm-product-detail .related-products-wrapper .product-small .box-text{
	width: 80%;
	bottom: -20px;
}
.wm-product-detail .related-products-wrapper .tour-card__meta-item,.wm-product-detail .related-products-wrapper .tour-card__review{
	font-size: 13px;
}
.wm-product-detail .related-products-wrapper span.amount{
	font-size: 18px
}
.wm-ab-value img, .wm-ab-intro .banner, .wm-ab-intro .banner-bg, .wm-contact-gl img{
	border-radius: 10px;
}
.wpcf7 .wpcf7-not-valid-tip{
	margin-top: 10px !important;
}
/* Fix name 2 cột */
.adv-name-row p{
	display: flex;
    gap: 10px;
}
.adv-field{
	margin-bottom: 15px;
}
.adv-name-row .wpcf7-form-control-wrap{
	width: 100%;
}
.adv-card input[type=submit]{
	border-radius: 10px;
	width: 100px;
}
/* Footer */
.absolute-footer.dark {
  display: none;
}

.wm-footer .ux-menu-link__link {
  border-bottom: unset !important;
  color: #fff !important;
}

.wm-footer .form-flat input:not([type=submit]) {
  background-color: #fff !important;
  border-radius: 8px !important;
  height: 50px;
		margin-bottom: 15px !important;
}

.wm-footer input[type='submit']:not(.is-form) {
  background-color: var(--color-secondary) !important;
  border-radius: 8px !important;
  height: 50px;
}
.wm-footer a{
	color: #fff !important;
}
@media (max-width: 849px) {
  #mobile-mega-destinations { display: none !important; }

  .mobile-mega-content .row,
  .mobile-mega-content .col {
    display: block !important;
    width: 100% !important;
    float: none !important;
  }

  .mobile-mega-content a {
    display: flex !important;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
  }

  .mobile-mega-content h3,
  .mobile-mega-content h4,
  .mobile-mega-content .ux-menu-header {
    padding: 12px 15px 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
  }

}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.product-small {
		margin-bottom: 70px;
	}
	.wm-home-region .box-category{
		margin-bottom: 90px;
	}
	.row-slider .flickity-prev-next-button{
		width: 30px !important;
	}
	.off-canvas .nav-vertical>li>a, .nav-slide-header .toggle{
		color: var(--primary-color);
		opacity: 1;
		font-size: .97em;
	}
	.mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header)>a, .mobile-sidebar-levels-2 .nav-slide>li>ul.children>li:not(.nav-slide-header)>a{
		 text-transform: capitalize;
    	color: #555;
    	font-size: 14px;
	}
	.category-page-row .product-small, .wm-product-detail .product-small{
		    padding: 0 9.8px 40.6px !important;
	}
}