/*
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
    font-family: 'white_oleander';
    src: url('https://www.onethreeonefour.com/dist/fonts/WhiteOleander.woff2') format('woff2'),
         url('https://www.onethreeonefour.com/dist/fonts/WhiteOleander.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('https://www.onethreeonefour.com/dist/fonts/GlacialIndifference-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GlacialIndifference';
    src: url('https://www.onethreeonefour.com/dist/fonts/GlacialIndifference-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'LucyRose';
    src: url('https://www.onethreeonefour.com/dist/fonts/LucyRose-Regular.otf');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: 'GlacialIndifference', sans-serif;
	color: #777777;
	letter-spacing: 0.5px;
	font-size: 14px;
}

.mobile {
	display: none;
}

.btn-olive {
	background: #405530;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
	border: 1px solid #405530;
	padding: 15px 35px;
	border-radius: 30px;
}

.btn-olive:hover {
	background: #324325;
	font-weight: 800;
	color: #ffffff;
}

.btn-olive:hover , .btn-olive:focus, .btn-olive:active, .btn-olive:active.focus, .btn-olive:active:focus {
	border-color: #324325;
	background: #324325;
	font-weight: 800;
	color: #ffffff;
}

.desktop{ display:block; }
.mobile{ display:none; }

/*
 * DESTINATION
 * ====================================================================================================================*/
#destination-header {
	height: 600px;
}

#desktop-header-cover{
	width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: 50%;
    margin-left: -15px;
    margin-right: -15px;
}

#destination-video-container {
	position: relative;
	width: 100%;
	overflow: hidden;          /* IMPORTANT: prevents spill */
	background: #000;          /* avoids white flash */
}


#destination-video-container #text-overlay {
	position: absolute; 
	top: 40%; 
	left: 0;
	text-align: center; 
	color: #ffffff;
	width: 100%;
}

#destination-video-container .text-container {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px 30px 15px;
}

#destination-video-container .title {
	font-size: 70px;
	text-transform: uppercase;
	font-family: 'LucyRose';
}

#destination-video-container .subtitle {
	font-size: 20px;
	margin-top: -5px;
}

#destination-video-container img {
	width: 100%;
}

/* Keep sizing/positioning, BUT do NOT force display:block here */
#destination-video-container .destination-hero-video,
#destination-video-container .header-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Control visibility with higher specificity than the hero rule */
#destination-video-container .desktop { display: block; }
#destination-video-container .mobile  { display: none; }

#destination-types {
	background: #f8f2eb;
	margin-top: -5px;
	padding-bottom: 30px;
	padding-top: 10px;
}

#destination-types h3 {
    font-family: "Playfair Display", serif;
    font-weight: 200;
    font-size: 30px;
    color: #405530;
    margin-bottom: 30px;
}

#destination-types #search-v2-bar {
	margin-top: 0px;
}

#search-v2-bar .nav-tab .inner {
	box-shadow: none;
	background: #ffffff;
}

#search-v2-bar .border.active, #search-v2-bar .nav-tab .border.active .inner {
	border: 1px solid #c46838;
}

#destination-types .nav-tab-wrapper:nth-child(4n + 1) {
	padding-left: 0px;
}

#destination-tabs li{
	font-size: 18px;
}

#destination-tabs .nav-pills>li.active>a, #destination-tabs .nav-pills>li.active>a:hover, #destination-tabs .nav-pills>li.active>a:focus {
	background: none;
	color: #405530;
	border-bottom: 3px solid #405530;
}

#destination-tabs .nav-pills>li>a {
	border-radius: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ab9685;
	font-weight: 400;
}

#destination-experiences {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #f8f2eb;
}

#destination-experiences .title-container{
	text-align: center;
	margin-bottom: 40px;
}

#destination-experiences h2 {
	font-family: 'white_oleander';
	font-weight: 400;
	font-size: 60px;
	color: #545454;
}

#destination-experiences .subtitle {
	margin-top: 10px;
	font-size: 16px;
	color: #545454;
}

#experiences-slider {
	margin-bottom: 40px;
}

#experiences-slider .item {
	width: 500px;
	position: relative;
}

#experiences-slider .item img {
	max-width: 100%;
	border-radius: 15px;
}

#experiences-slider video {
	width: 100%;important;
	border-radius: 15px;
}

#experiences-slider .experience-name {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 25px;
	background: #ffffff;
	border-radius: 15px;
	padding: 5px 10px;
	font-size: 18px;
	color: #545454;
} 

#experiences-slider .slick-slide {
  	padding: 0 7.5px;
}

#destination-experiences .description {
	font-size: 18px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #545454;
	margin-bottom: 30px;
}

#destination-experiences {
	text-align: center;
}

#destination-top-info {
	text-align: center;
	padding-top: 50px;
}


#destination-top-info .title {
	font-family: "Playfair Display", serif;
	font-weight: 200;
	font-size: 48px;
	color: #405530;
	margin-top: 30px;
	margin-bottom: 40px;
}

#destination-info #info-cover, #destination-top-info #info-cover {
	width: 100vw;
    height: 600px;
    background-size: cover;
    background-position: 50%;
    margin-left: -15px;
    margin-right: -15px;
}

#destination-top-info #info-cover  {
	margin-top: 50px;
}


#destination-top-info .description {
	font-size: 16px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#destination-info .text-container {
	padding-left: 20px;
	padding-right: 20px;
}


#destination-info .title {
	font-family: "Playfair Display", serif;
	font-weight: 200;
	font-size: 36px;
	color: #405530;
	margin-top: 30px;
	margin-bottom: 15px;
}

#destination-info .description {
	font-size: 13px;
	color: #545454;
}

#destination-recommended-period {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f8f2eb;
}

#destination-recommended-period h3 {
	margin-top: 0px;
	font-family: "Playfair Display", serif;
	font-weight: 200;
	font-size: 30px;
	color: #405530;
	margin-bottom: 30px;
}

#destination-recommended-period .recommended-period {
	font-size: 16px;
	color: #545454;
}

#destination-portfolio {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f8f2eb;
	text-align: center;
}

#destination-portfolio h2 {
	margin-top: 0px;
	font-family: "Playfair Display", serif;
	font-weight: 200;
	font-size: 30px;
	color: #405530;
	margin-bottom: 30px;
}

#destination-portfolio h2.zh {
	margin-bottom: 0px;
} 

#destination-portfolio h2 .featured {
	font-family: 'white_oleander';
	font-weight: 400;
	font-size: 60px;
}

#destination-portfolio h2 .featured.zh {
	line-height: 110px;
} 

#destination-portfolio .subtitle {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 16px;
	margin-bottom: 40px;
}

#destination-portfolio .nav-pills {
	margin-left: auto;
	margin-right: auto;
	justify-content: center !important;
    display: flex;
    margin-bottom: 40px;
}

#destination-portfolio .nav-pills>li.active>a, #destination-portfolio .nav-pills>li.active>a:hover, #destination-portfolio .nav-pills>li.active>a:focus {
	background: #ab9685;
	color: #ffffff;
}

#destination-portfolio .nav-pills>li>a {
	border-radius: 0px;
	color: #545454;
	font-weight: 400;
	letter-spacing: 1.5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#destination-portfolio .nav-pills>li>a:hover {
	background: #ab9685;
	color: #ffffff;
}

#destination-portfolio .nav-pills li {
	border-left: 1px solid #ab9685;
	border-top: 1px solid #ab9685;
	border-bottom: 1px solid #ab9685;
	text-transform: uppercase;
	font-size: 11px;
}

#destination-portfolio .nav-pills li:last-child {
	border-right: 1px solid #ab9685;
}

#destination-portfolio .nav-pills>li+li {
	margin-left: 0px;
}

#destination-portfolio .portfolio-grid {
	margin-left: 2px;
	margin-right: 2px;
}

#destination-portfolio .portfolio-grid .album-item {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

#destination-portfolio .portfolio-grid img{
	width: 100%;
    max-width: 100%;
    border-radius: 15px;
}

#destination-portfolio .img-container {
	height: 100%;
    width: 100%;
    position: relative;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden; 
}

#destination-portfolio .img-container .img-cover{
  display:block;
  width:100%;
  height:auto;               /* or height:100% if you use object-fit cover */
  border-radius: inherit;    /* same corners as container */
}

#destination-portfolio .img-overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: none;
    transition: 0.8s ease;
    background-color: #000000;
    pointer-events: none; 
    overflow:hidden;  
}

#destination-portfolio .img-container .text {
	color: white;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#destination-portfolio .album-title {
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #555555;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 30px;
}

#destination-portfolio .portfolio-grid .album-item:nth-child(3n+1) {
    clear: both;
}

.hover-card { position: relative; overflow: hidden; }
.hover-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .35s ease;
}

/* default */
.hover-img-0 { opacity: 1; }
.hover-img-1,
.hover-img-2 { opacity: 0; }

/* Only swap to img-1 if it's actually loaded */
.hover-card.is-hover1-ready:hover .hover-img-0 { opacity: 0; }
.hover-card.is-hover1-ready:hover .hover-img-1 { opacity: 1; }

/* Optional: if you use a deeper hover step for img-2 */
.hover-card.is-hover2-ready.is-step-2 .hover-img-1 { opacity: 0; }
.hover-card.is-hover2-ready.is-step-2 .hover-img-2 { opacity: 1; }


#destination-testimonials {
	position: relative;
}

#destination-testimonials .text-container {
	position: absolute;
	top: 0px;
	left: 0; 
  	right: 0; 
  	margin-inline: auto; 
  	width: fit-content;
}

#destination-testimonials .description {
	background: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	padding: 30px 20px;
	margin-top: 40px;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
	max-width: 600px;
	font-size: 18px;
	letter-spacing: 0px;
}

#destination-testimonials .testimonials-bg {
	width: 100%;
}

#destination-testimonials .open-quote {
	position: absolute;
	width: 15px;
	top: 53px;
	left: 27px;
}

#destination-testimonials .ratings {
	width: 100px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#destination-testimonials .name {
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0px;
}

#destination-testimonials .source {
	width: 33px;
	right: 15px;
	position: absolute;
	bottom: 15px;
}

.testimonials-bg { opacity: 0; transition: opacity .25s ease; }
.testimonials-bg[data-loaded="1"] { opacity: 1; }

#comparison-table #seo-packages {
	font-size: 10px;
	margin-bottom: 70px;
}

#destination-highlights {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

#destination-highlights h3{
	font-family: "Playfair Display", serif;
    font-weight: 200;
    font-size: 30px;
    color: #405530;
    margin-bottom: 20px;
}

#destination-highlights .subtitle {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #a6a6a6;
	font-size: 12px;
	margin-bottom: 60px;
}

#destination-highlights-container .highlights-item .highlights-title{
	text-transform: uppercase;
	font-weight: 800;
	color: #555555;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

#destination-highlights-container .highlights-item {
	margin-bottom: 80px;
	text-align: left;
}


#destination-highlights-container .highlights-description {
	margin-bottom: 15px;
}

#destination-highlights-container .highlights-link a{
	color: #ab9685;
	text-decoration: underline;
}

#destination-highlights-container .highlights-link a:hover {
	color: #866d4b;
}

#destination-highlights-container .text-container {
	padding-right: 60px;
}

#destination-highlights-container .highlights-item.even .text-container{
	padding-right: 0px;
	padding-left: 60px;
}

#destination-highlights-container .slider div {
	text-align: center;
	font-size: 75px;
	color: #ffffff;
}

#destination-highlights-container .slider-thumb div {
	line-height: 50px;
	font-size: 25px;
}

#destination-highlights-container .slider-thumb .slick-slide {
	opacity: 0.8
}

#destination-highlights-container .slider-thumb .slick-slide.slick-current {
	opacity: 1;
}

#destination-highlights-container .img-container .slider-thumb .slick-slide {
	padding-right: 10px;
	width: 70px;
}


#destination-highlights-container .img-container .slick-list {
	padding-bottom: 10px!important;
}

#destination-highlights-container .img-container .slider-thumb .slick-track{ 
 	margin-left: 0; 
}

#destination-packages #package-table-container {
	clear: both;
}


#destination-packages #package-table-container .package-item {
	border: 1px solid #ab9685;
	border-radius: 20px;
	padding-left: 0px;
	padding-right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* spread content top to bottom */
	height: 100%;
	overflow: hidden;
}

#destination-packages #package-table-container .package-item .package-item-header {
	text-align: center;
	padding: 30px;
	border-bottom: 1px solid #ab9685;
	z-index: 2;
	background: #ffffff;
}

#destination-packages #package-table-container .package-item .package-item-header .icon {
	width: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#destination-packages #package-table-container .package-item .package-item-header .title {
	color: #545454;
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 20px;
}

#destination-packages #package-table-container .package-item .package-item-header .description{
	margin-bottom: 20px;
}

#destination-packages #package-table-container .package-item .package-item-header .price {
	color: #545454;
	font-size: 26px;
	font-weight: 800;
}

#destination-packages #package-table-container .package-item .package-item-body {
	text-align: center;
	padding: 30px;
	background: #ffffff;
}

#destination-packages #package-table-container .package-item .package-item-body .inclusion-title {
	color: #545454;
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 20px;
}

#destination-packages #package-table-container .package-item .package-item-body .package-details{
	font-size: 16px;
}

#destination-packages #package-table-container .package-item .package-item-body .package-details-item {
	line-height: 30px;
}

#package-table-container {
  display: flex;
  justify-content: center; /* centers items horizontally */
  flex-wrap: wrap;         /* allows wrapping on smaller screens */
  gap: 20px;               /* optional: space between items */
  padding: 20px;           /* optional: spacing around */
}

#package-table-container .package-item-body{
  flex-grow: 1;
}

.package-item-footer {
  text-align: center;
  background: #ffffff;
}


#destination-packages .package-item-footer .btn-enquiry{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
} 

#destination-packages #package-table-container .package-item .top-pick-badge {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
  text-align: center;
}

#destination-packages #package-table-container .package-item .top-pick-text {
  background-color: #2e4f2f; /* Olive/Dark Green */
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 12px 30px 12px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
}

#destination-packages .mobile {
	display: none;
}

#destionation-why-us {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 20px
}

#destionation-why-us h2 {
	margin-top: 0px;
    font-family: "Playfair Display", serif;
    font-weight: 200;
    font-size: 30px;
    color: #405530;
    margin-bottom: 20px;
}

#destionation-why-us .title-container .description {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
	padding-left: 15px;
	padding-right: 15px;
}

#destionation-why-us .why-points-item  {
	margin-bottom: 70px
}

#destionation-why-us .why-points-item img{
	width: 72px;
}

#destionation-why-us .why-points-item .img-container {
	margin-bottom: 20px;
}

#destionation-why-us .why-points-item .item-title {
	font-size: 20px;
	color: #405530;
	font-weight: 800;
	line-height: 24px;
	margin-bottom: 20px
}

#destionation-why-us .why-points-item .item-description {
	max-width: 200px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	line-height: 20px;
}

/* All Destinations */
#destinations-all-cover {
	background: #f8f2eb;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}


#destinations-all-cover .text-container {
	width: 100%
}

#destinations-all-cover .title {
	margin-top: 0px;
	margin-bottom: 0px;
    font-family: "Playfair Display", serif;
    font-weight: 200;
    font-size: 30px;
    color: #405530;
    margin-bottom: 30px;
}

#destinations-all-cover .title .featured {
    font-family: 'white_oleander';
    font-weight: 400;
    font-size: 60px;
    margin-top: 12px;
    margin-bottom: -15px;
}

#destinations-all-cover .subtitle {
	max-width: 500px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
}

.destinations-all-item-container {
	padding-bottom: 30px;
}

#asia.destinations-all-item-container {
	margin-top: 60px;
}

.destinations-all-item-container h2 {
	font-family: "Playfair Display", serif;
    font-size: 30px;
    color: #405530;
    margin-top: 0px;
    margin-bottom: 30px;
}

.destinations-all-item-container .item {
	position: relative;
}

.destinations-all-item-container .item .city-img {
	max-width: 100%;
	margin-bottom: 15px;
	border-radius: 15px;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.destinations-all-item-container .item  .city-img:hover {
  opacity: 0.85;
}

.destinations-all-item-container .item .city-name{
    font-size: 16px;
   	text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.destinations-all-item-container .item .city-name a {
	color: #405530;
}

.destinations-all-item-container .item .city-name a:hover {
	color: #324325;
}

.destinations-all-item-container .item .label{
	position: absolute;
	top: 10px;
	left: 25px;
	background: #405530;
	padding: 10px 15px;
	border-radius: 50px;
	border: 2px solid #ffffff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}


.destinations-all-item-container .item .label.sakura {
	background: #d45b86;
}

.destinations-all-item-container .item .label.autumn {
	background: #bd553d;
}

/* ===== Destination intro ===== */
.destination-intro {
  padding-top: 60px;
}

.destination-title {
	margin-top: 0px;
    font-family: "Playfair Display", serif;
    font-weight: 200;
    font-size: 30px;
    color: #405530;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.destination-subtitle {
  max-width: 760px;
  font-size: 12px;
  color: #9f9f9f;
  margin-left: auto;
  margin-right: auto;
}


.destination-highlights {
  padding-top: 20px;
  padding-bottom: 20px;
}

.destination-row > [class*="col-"] {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .destination-row > [class*="col-"] { margin-bottom: 0;}
}


.destination-block {
  padding: 40px 0;
}

.destination-copy {
  padding-top: 10px;
}

.destination-kicker {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
  color: #444;
  margin: 0 0 12px;
}

.destination-desc {
  color: #666;
  line-height: 1.7;
  margin: 0 0 14px;
}

.destination-link {
  text-transform: none;
  letter-spacing: 0.04em;
  color: #8a6d3b; /* tweak to match your palette */
  text-decoration: underline;
}

.destination-link:hover {
  color: #6f572e;
  text-decoration: underline;
}

/* =========================
   FULL SLICK (main + thumbs)
   ========================= */

.carousel-with-thumbs{
  max-width: 100%;
}

/* --- Slick base safety --- */
.destination-slick-main,
.destination-slick-thumbs{
  min-width: 0; /* important inside flex/bootstrap columns */
}

.destination-slick-main .slick-slide,
.destination-slick-thumbs .slick-slide{
  outline: none;
}

/* Avoid “ghost spacing” issues */
.destination-slick-main .slick-list,
.destination-slick-thumbs .slick-list{
  overflow: hidden;
}

/* =========================
   Main carousel
   ========================= */

.destination-slick-main{
  background: #f5f5f5;
}

/* Fixed aspect ratio (16:10) */
.carousel-image{
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.carousel-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =========================
   Filmstrip thumbnails (fixed width)
   ========================= */

.destination-slick-thumbs{
  margin-top:14px;
  overflow:hidden;
}

/* Keep the rail height stable */
.destination-slick-thumbs,
.destination-slick-thumbs .slick-list,
.destination-slick-thumbs .slick-track{
  height:34px;
}

/* IMPORTANT: lock slide width to your thumb size */
.destination-slick-thumbs .slick-slide{
  width:56px !important;          /* ✅ prevents 100% slides */
  padding-right:8px;
  box-sizing:border-box;
}

.destination-slick-thumbs .slick-slide > div{
  width:56px !important;          /* slick wraps slides in an extra div */
  height:34px;
}

/* thumb box */
.destination-slick-thumbs .thumb{
  width:56px;
  height:34px;
  overflow:hidden;
  cursor:pointer;
  background:#fff;

  opacity:.28;
  transition:opacity .25s ease;
}

/* image */
.destination-slick-thumbs .thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Active thumb opacity (covers different class placements) */
.destination-slick-thumbs .thumb.is-current,
.destination-slick-thumbs .slick-current .thumb,
.destination-slick-thumbs .slick-slide.is-current .thumb{
  opacity:1 !important;
}
/* =========================
   PACKAGES (NEW DESIGN)
   Paste this into your CSS file (e.g. destination.css) and remove old package table styles
========================= */

/* Section */
.pkg-section{
  background:#f4efe6;
  padding:64px 0 80px;
}

.pkg-wrap{
  max-width:1100px;
}

/* Header */
.pkg-header{
  text-align:center;
  margin-bottom:100px;
}

.pkg-title{
  font-family: "Playfair Display", serif;
  font-weight: 200;
  font-size: 30px;
  color:#2f3f2b;
  margin:0 0 14px;
}

.pkg-subtitle{
  max-width:820px;
  margin:0 auto;
  color:#8a8a8a;
  font-size:14px;
  line-height:1.7;
}

/* ===== Layout: 33% columns and centered ===== */
.pkg-grid{
  display:flex;
  justify-content:center;
  gap:24px;
  align-items:stretch;
  flex-wrap:wrap;
}

.pkg-col{
  flex: 0 0 33.333%;
  max-width: 33.333%;
  display:flex;
  align-items:stretch;
}

/* Responsive */
@media (max-width:1100px){
  .pkg-col{ flex:0 0 45%; max-width:45%; }
}
@media (max-width:900px){
  .pkg-col{ flex:0 0 100%; max-width:100%; }
}

/* ===== Wrapper / Cap outside card ===== */
.pkg-card-wrap{
  position:relative;
  width:100%;
  display:flex;
  align-items:stretch;
  z-index: 5;
}

/* Reserve space for the cap so card tops align */


.pkg-cap{
  position:absolute;
  top:-66px;               /* attached outside the card */
  left:0;
  right:0;
  height:78px;

  background:#2f3f2b;
  color:#fff;
  font-weight:800;
  letter-spacing:.9px;
  font-size:14px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:18px 18px 0 0;
  z-index:3;
}

/* ===== Card ===== */
.pkg-card{
  width:100%;
  background:#fff;
  border:1px solid #e0d8cb;
  border-radius:18px;
  box-shadow:0 10px 22px rgba(0,0,0,.08);
  overflow:hidden;
  z-index: 5;
  display:flex;
  flex-direction:column;
}


.pkg-card-inner{
  display:flex;
  flex-direction:column;
  flex:1;
  min-height:100%;
}

/* Head */
.pkg-card-head{
  text-align:center;
  padding:28px 24px 20px;
}

.pkg-sparkle{
  color:#2f3f2b;
  margin-bottom:10px;
  letter-spacing:2px; /* makes ✦✦ look like reference */
}

.pkg-name{
  font-size:22px;
  font-weight:700;
  color:#3a3a3a;
  margin:0 0 10px;
}

.pkg-price{
  color:#2f3f2b;
  font-weight:800;
}

.pkg-currency{
  font-size:14px;
  margin-right:6px;
}

.pkg-amount{
  font-size:26px;
}

/* Divider */
.pkg-divider{
  height:1px;
  background:#e6e0d6;
}

/* Body grows so all cards equal height and CTA sits at bottom */
.pkg-card-body{
  padding:22px 32px;
  flex:1;
  z-index: 5;
}

.pkg-included-title{
  text-align:center;
  font-weight:700;
  color:#555;
  margin:0 0 18px;
  font-size:18px;
}

.pkg-list{
  list-style:none;
  padding:0;
  margin:0;
}

.pkg-list li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:14px;
  color:#6f6a63;
  margin-bottom:14px;
  line-height:1.55;
}

.pkg-tick{
  color:#2f3f2b;
  font-weight:800;
}

/* Footer */
.pkg-card-foot{
  padding:28px;
  text-align:center;
}

.pkg-btn{
  background:#2f3f2b;
  color:#fff;
  border:none;
  padding:12px 34px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.8px;
  cursor:pointer;
  min-width:200px;
  text-transform: uppercase;
}

.pkg-btn:hover{
  background:#3c5235;
}

/* ===== Layout: max 3 per row ===== */
.pkg-grid{
  display:flex;
  justify-content:center;
  gap:16px;
  align-items:stretch;
  flex-wrap:wrap;
}

/* IMPORTANT: no max-width cap here */
.pkg-col{
  flex: 0 1 calc(33.333% - 16px);
  min-width: 280px;         /* prevents looking too skinny */
  display:flex;
  align-items:stretch;
}

.pkg-sparkle img{
  height:28px;
  width:auto;
  display:inline-block;
}

.pkg-enquiry{
  background:#f4efe6;
  padding-top: 40px;
  display:block;
}

.pkg-enquiry.is-hidden{
  display:none;
}

/* Smooth “reveal” feel (optional) */
.pkg-enquiry.is-showing{
  display:block;
  animation: pkgFadeIn .18s ease-out;
}

@keyframes pkgFadeIn{
  from { opacity:0; transform: translateY(10px); }
  to   { opacity:1; transform: translateY(0); }
}


/* =========================
   WHITE CONTAINER (refactor)
========================= */
.pkg-enquiry-wrap{
  position: relative;            /* allow close button absolute inside */
  width:100%;
  max-width:100%;                /* full container like you want */
  background:#fff;
  border:1px solid #e0d8cb;
  border-radius:18px;
  box-shadow:0 10px 22px rgba(0,0,0,.08);

  /* more generous padding so title sits nicely inside */
  padding: 38px 46px 46px;
}


/* =========================
   CLOSE BUTTON (inside card)
========================= */
.pkg-enquiry-close{
  appearance:none;
  border:none;
  background:transparent;
  cursor:pointer;
  line-height:1;

  /* override old inline-layout styles */
  position:absolute;
  top:18px;
  right:18px;
  width:40px;
  height:40px;
  font-size:22px;
  padding:0;
  border-radius:10px;
  color:#666;
}

.pkg-enquiry-close:hover{
  background:rgba(0,0,0,.06);
  color:#2f3f2b;
}

.pkg-enquiry-header {
	text-align: center;
}

.pkg-enquiry-hero {
	font-family: "Playfair Display", serif;
    color: #405530;
    font-weight: 200;
    font-size: 36px;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: 1px;
    line-height: 40px;
}

.pkg-enquiry-subtitle {
	font-size: 12px;
    font-family: "GlacialIndifference";
    color: #ababab;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

.pkg-enquiry-kicker{
  margin:0 0 14px;
  color:#6f6a63;
  font-size:14px;
}

.pkg-enquiry-body{
  margin-top:10px;
}


/* =========================
   NEW TITLE STYLE (inside card)
   Your existing classes: .enq-header, .enq-title, .enq-subtitle
========================= */
.enq-header{
  text-align:center;
  padding: 8px 0 26px; /* slightly tighter; still airy */
}

.enq-title{
  font-family: "Playfair Display", serif;
  font-weight: 400;

  /* make it match your screenshot better */
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: .2px;

  color:#2f3f2b;
  margin: 0 0 12px;
}

.enq-subtitle{
  max-width: 680px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
  color:#9a9a9a;
}


/* =========================
   FORM WIDTH (optional but recommended)
   Keeps your form nicely centered without Bootstrap offsets
========================= */
.pkg-enquiry-body form{
  max-width: 760px;
  margin: 0 auto;
}


.hero-cover{
  position: relative;
  width: 100%;
  min-height: var(--hero-min-h, 520px);
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate; /* keeps overlays nicely layered */
  background: #111;   /* fallback while image loads */
}

/* Background image layer */
.hero-cover__bg{
  position: absolute;
  inset: 0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.02); /* tiny scale to avoid edge gaps on mobile */
  z-index: -2;
}

/* Dark overlay for readability */
.hero-cover::before{
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hero-overlay, rgba(0,0,0,.28));
  z-index: -1;
}

/* Inner content */
.hero-cover__inner{
  width: min(1100px, calc(100% - 48px));
  text-align: center;
  padding: 72px 0;
  color: #fff;
}

/* Title */
.hero-cover__title{
  margin: 0;
  font-family: "Playfair Display", serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.05;
  font-size: clamp(34px, 4.2vw, 66px);
  text-shadow: 0 2px 18px rgba(0,0,0,.25); /* subtle, classy */
  color: #ffffff;
  font-weight: 200;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Subtitle */
.hero-cover__subtitle{
  margin: 18px auto 0;
  max-width: 820px;
  font-size: clamp(14px, 1.35vw, 18px);
  line-height: 1.7;
  letter-spacing: 0.02em;
  opacity: 0.92;
  text-shadow: 0 2px 14px rgba(0,0,0,.22);
}

.howto{
  background: #f6efe6;            /* warm beige */
  padding: 90px 0 80px;
}

.howto__wrap{
  width: min(1100px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.howto__title{
  margin: 0;
  font-family: "Playfair Display", serif;
  color: #405530; /* deep green */
  font-size: 30px;
  font-weight: 200;
}

.howto__intro{
  margin: 18px auto 0;
  max-width: 900px;
  color: rgba(0,0,0,0.35);
  font-size: 15px;
  line-height: 1.8;
}

.howto__steps{
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

.howto__step{
  position: relative;
  padding-top: 6px;
}

.howto__badge{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(122, 94, 70, 0.65); /* warm taupe */
  color: #fff;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  font-weight: 600;
  font-size: 16px;
}

.howto__icon{
  width: 90px;
  height: 90px;
  margin: 0 auto 18px;
  color: #2f4a2b;                 /* icon stroke inherits */
}

.howto__icon svg{
  width: 100%;
  height: 100%;
}

.howto__h{
  margin: 8px 0 0;
  font-weight: 700;
  font-size: 24px;
  color: rgba(0,0,0,0.65);
}

.howto__p{
  margin: 14px 0 0;
  color: rgba(0,0,0,0.45);
  font-size: 16px;
  line-height: 1.5;
}

.howto__cta{
  margin-top: 56px;
}

.howto__ctaText{
  margin: 0 auto 22px;
  color: rgba(0,0,0,0.55);
  font-size: 16px;
  line-height: 1.5;
}

.howto__btn{
  display: inline-block;
  padding: 18px 46px;
  border-radius: 999px;
  background: #2f4a2b;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  font-size: 15px;
  transition: transform .15s ease, opacity .15s ease;
}

.howto__btn:hover{
  transform: translateY(-1px);
  opacity: 0.95;
  color: #ffffff;
}

.howto__icon{
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howto__icon img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ===== Featured Studios ===== */
.featured-studios{
  background: #fff;
  padding: 80px 0px 0px;
}

.featured-studios__wrap{
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.featured-studios__title{
  margin: 0;
  font-family: "Playfair Display", serif;
  color: #405530; /* deep green */
  font-size: 30px;
  font-weight: 200;
}

.featured-studios__subtitle{
  margin: 14px auto 0;
  max-width: 820px;
  color: rgba(0,0,0,0.35);
  font-size: 14px;
  line-height: 1.8;
}

/* Grid becomes masonry */
.featured-studios__grid{
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
/* Each card behaves like a block in columns */
.studio-card{
  display: block;
  position: relative;
  margin-bottom: 26px;
  break-inside: avoid;
  overflow: hidden;
  background: #eee;
}

/* Image now natural height */
.studio-card__img{
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.02);
  transition: transform .35s ease;
}

.studio-card__label{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.35);
  pointer-events: none;
}

.studio-card::after{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0.15);
  transition: opacity .35s ease;
}

.studio-card:hover .studio-card__img{
  transform: scale(1.06);
}

.studio-card:hover::after{
  opacity: 0.22;
}

/* ===== Real Clients' Adventure ===== */
.client-adventure{
  background: #f6efe6; /* warm beige like screenshot */
  padding: 86px 0 92px;
}

.client-adventure__wrap{
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.client-adventure__title{
  margin: 0;
  font-family: "Playfair Display", serif;
  color: #405530; /* deep green */
  font-size: 30px;
  font-weight: 200;
}

.client-adventure__subtitle{
  margin: 14px auto 0;
  max-width: 860px;
  color: rgba(0,0,0,0.30);
  font-size: 14px;
  line-height: 1.8;
}

/* Grid of 5 */
.client-adventure__grid{
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  align-items: start;
}

/* Card */
.client-card{
  text-decoration: none;
  color: inherit;
  display: block;
}

.client-card__img{
  background: #ddd;
  overflow: hidden;
  /* matches screenshot: same height for all thumbnails */
  aspect-ratio: 3 / 4; /* portrait */
}

.client-card__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform .35s ease;
}

.client-card__label{
  font-size: 16px;
  color: rgba(0,0,0,0.60);
  text-align: left;
  margin-top: 10px;
}

/* Hover (subtle, classy) */
.client-card:hover .client-card__img img{
  transform: scale(1.06);
}

/* ===== Featured YouTube Video ===== */
.video-feature{
  background: #f6efe6;
  padding: 80px 0 90px;
}

.video-feature__wrap{
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.video-feature__title{
  margin: 0;
  font-family: "Playfair Display", serif;
  color: #405530; 
  font-weight: 200;
  font-size: 30px;
}

.video-feature__subtitle{
  margin: 14px auto 0;
  max-width: 820px;
  color: rgba(0,0,0,0.35);
  font-size: 14px;
  line-height: 1.8;
}

/* Responsive iframe wrapper */
.video-feature__frame{
  margin: 44px auto 0;
  position: relative;
  width: 100%;
  max-width: 1100px; /* keeps it premium, not too TV-like */
  aspect-ratio: 16 / 9;
  background: #000;
  overflow: hidden;
  border-radius: 6px; /* subtle, classy */
}

.video-feature__frame iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ----- Full-bleed variant (optional) ----- */
/* Use: class="video-feature video-feature--full" */
.video-feature--full .video-feature__wrap{
  width: 100%;
  max-width: none;
  padding: 0;
}

.video-feature--full .video-feature__frame{
  max-width: none;
  border-radius: 0;
}

/* If you still want text constrained but video full-bleed */
.video-feature--full .video-feature__title,
.video-feature--full .video-feature__subtitle{
  width: min(1200px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

#reviews.korean-studios {
	padding-top: 60px;
	padding-bottom: 60px;
}

#reviews.korean-studios #new-reviews {
	background: #ffffff;
}

#reviews.korean-studios h3{
  margin: 0;
  font-family: "Playfair Display", serif;
  color: #405530; /* deep green */
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

#new-reviews .review-item .read-more {
	color: #405530;
}






/* Mobile spacing */
@media (max-width: 720px){
  .video-feature{
    padding: 64px 0 72px;
  }
  .video-feature__wrap{
    width: min(1200px, calc(100% - 32px));
  }
  .video-feature__frame{
    margin-top: 28px;
    border-radius: 4px;
  }
}

/* Responsive */
@media (max-width: 1200px){
  .client-adventure__grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

@media (max-width: 720px){
  .client-adventure{
    padding: 64px 0 72px;
  }
  .client-adventure__grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
  .client-card__label{
    font-size: 18px;
    margin-top: 12px;
  }
}

@media (max-width: 420px){
  .client-adventure__grid{
    grid-template-columns: 1fr;
  }
}




@media (min-width: 768px) {
  .destination-row--valign { display: flex; align-items: center; }
  .destination-row--valign > [class*="col-"] {float: none;}
  .destination-row--valign:not(.destination-row--even) { display: flex; align-items: center;}
  .destination-row--valign:not(.destination-row--even) > [class*="col-"] {float: none;}
   /* ODD blocks: more breathing room to the RIGHT */
  .destination-block--odd .destination-copy { padding-right: 40px;padding-left: 15px;}
  /* EVEN blocks: more breathing room to the LEFT */
  .destination-block--even .destination-copy {padding-left: 40px;padding-right: 15px;}

   #destination-video-container{
    height: 70vh;            /* match your “correct” desktop look */
    min-height: 520px;
    max-height: 720px;
  }
}

@media (min-width: 767px) and (max-width: 1200px) {
    #comparison-table {width: 100%;}
}

@media (max-width: 1200px) {
	#destination-types .nav-tab-wrapper:nth-child(4n + 1) {clear: both};
}

@media (max-width: 991px) {
	.destination-subtitle {margin-bottom: 30px;}
	.destination-highlights {padding-top: 0px; padding-bottom: 0px;}
	#destination-types .nav-tab-wrapper:nth-child(4n + 1) {clear: none;}
	#destination-types .nav-tab-wrapper:nth-child(3n + 1) {clear: both;}
	#destination-types .nav-tab-wrapper:nth-child(4n + 1) {padding-left: 7.5px;}
	#destination-types .nav-tab-wrapper:nth-child(3n + 1), #destination-types .nav-tab-wrapper:first-child {padding-left: 0px;}
}

@media (max-width: 767px) {
	.mobile {display: block;}
	.desktop {display: none;}
	.btn-olive {font-size: 14px;}

	#destination-header { height: 100vh;}
	#destination-header .desktop-cover {display: none;}
	#destination-info #info-cover { background-image: url('https://www.onethreeonefour.com/dist/img/destination/cappadocia/cappadocia-info-mobile.jpg'); }
	#destination-experiences .description {max-width: 300px;}
	#destination-video-container .title {font-size: 50px;}
	#destination-video-container .subtitle {font-size: 16px;}

	#destination-packages #comparison-table {padding-left: 0px; padding-right: 0px;}
	#destination-highlights-container .highlights-item.vertical-align {display: block; margin-bottom: 70px}
	#destination-packages .mobile {display: block;}
	#destination-packages .desktop {display: none;}
	#destination-highlights-container .highlights-item.even .text-container {padding-left: 15px; }
	#destination-highlights-container .highlights-item .text-container {text-align: center; margin-top: 45px; padding-right: 15px; font-size: 16px; margin-bottom: 45px}
	#destination-highlights-container .highlights-item .highlights-title {font-size: 26px}
	#package-table-container .has-top-pick { margin-top: 55px;}
	#comparison-table #seo-packages {margin-bottom: 40px}
	#destination-highlights .subtitle {width: 100%;}
	#destination-packages {padding-bottom: 20px;}

	#destionation-why-us .why-points-item .item-title {font-size: 18px; line-height: 22px}
	#destionation-why-us .why-points-item .item-description {font-size: 14px; line-height: 18px}
	#destionation-why-us .why-points-item .item-title, #destionation-why-us .why-points-item .img-container {margin-bottom: 15px;}
	#destionation-why-us .why-points-item img {width: 60px;}
	#destionation-why-us .title-container .description {font-size: 12px}
	.destination-block--even .col-sm-push-7, .destination-block--even .col-sm-pull-5 { left: auto !important; right: auto !important;}
	.destination-intro {padding-top: 42px;}
	.destination-block--odd .destination-copy, .destination-block--even .destination-copy { padding-left: 15px;padding-right: 15px;}
	.thumb-strip.slick-thumbs .thumb { width: 52px !important;height: 40px !important;margin-right: 7px;}
	.destination-block {padding-top:0px;}
	.pkg-col{flex: 0 0 100%;max-width: 280px;}
	.pkg-card-wrap.is-top{padding-top:78px;}
	.pkg-cap{top:0; padding-bottom: 5px;}

	#destination-video-container{height: 72vh; min-height: 520px;}
	#destination-video-container .desktop { display: none; }
  	#destination-video-container .mobile  { display: block; }

  	#destination-types .nav-tab-wrapper:nth-child(3n + 1) {clear: none;}
	#destination-types .nav-tab-wrapper:nth-child(2n + 1) {clear: both;}
	#destination-types .nav-tab-wrapper:nth-child(3n + 1) {padding-left: 7.5px;}
	#destination-types .nav-tab-wrapper:nth-child(2n + 1), #destination-types .nav-tab-wrapper:first-child {padding-left: 0px;}
}

@media (max-width: 600px) {
	#destination-testimonials .description {max-width: 100%; font-size: 12px; margin-top: 20px; padding-top: 25px; padding-bottom: 25px;}
	#destination-testimonials .name {font-size: 12px;}
	#destination-testimonials .ratings {width: 72px; margin-top: 10px; margin-bottom: 10px;}
	#destination-testimonials .open-quote { width: 15px; top: 32px; left: 25px;}
	#destination-portfolio .portfolio-grid .album-item:nth-child(3n+1) {clear: none}
	#destination-portfolio .portfolio-grid .album-item:nth-child(2n+1) {clear: both}
	#destionation-why-us .title-container .description, #destionation-why-us .why-points-item {margin-bottom: 40px}
	#destionation-why-us {padding-bottom: 30px}
	#destionation-why-us .why-points-item .img-container {margin-bottom: 15px}

	.pkg-col{max-width: 320px;}

}


