/*!
Theme Name: NakulaVilla
Theme URI: http://underscores.me/
Author: webdevnakulateam
Author URI: http://nakula.com
Description: Theme for Villas managed by Nakula Hospitality.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nakulavilla
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NakulaVilla is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/ 

@import url('https://fonts.googleapis.com/css2?family=Inter&family=Playfair+Display:wght@400;600&family=Roboto&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    font-style: normal;
    line-height: 160% ;
}

.table-quickfacts{
	min-width: 180px;
}

.page-id-507 .fixed-bottom, .page-id-509 .fixed-bottom.bg-white{
 display: none;
}

.container.desc-hero p {
    max-width: 60%;
}

/* header */
.navbar {
    background-color: transparent;
}

.navbar .navbar-nav .nav-link{
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 0.875rem;
    color: #ffffff;
    text-transform:uppercase;
    letter-spacing: 0.15625rem;
    
}

.bg-white .navbar-brand{
    color: #333333;
}

#menu-menu-right li:last-child .nav-link{
    border:1px solid;
    padding: 0.375rem 0.75rem ;
    margin: 20px auto;
}
#menu-menu-right li:last-child:hover .nav-link{
    background-color: #333333;
    color: #ffffff;
}

nav {
    height: 78px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28225, 225, 225, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {border: none;}


.link-stay .nav{
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0;
}

.link-stay .nav-link{
    font-size: 0.75rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    padding: 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.15625rem;
}

.submenu-stay .nav .link-stay .nav-link a{
    color: #ffffff;
}

.submenu-stay .justify-content-center a{
    color: #ffffff;
}

.submenu-stay .bg-white .justify-content-center{
    border-top:0.1px solid #dee2e6!important;
    margin: 0px 15px;
}

.submenu-stay .justify-content-center{
    border-top:0.1px solid rgba(96,96,96,0.5);
    margin: 0px 25px;
}

.bg-white .justify-content-center a{
    color: #333333;
}

.link-stay .nav-link:after {
  content: "•";
  padding: 0 0.7rem;
}

.link-stay li:nth-child(4) .nav-link:after {
  content: "";
}

/* heading */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 300;
}

h1{font-size: 2.5rem;}
h2{font-size: 2rem;}
h3{font-size: 1.75rem;}
h4{font-size: 1.5rem;}

/*h1 {
    font-size: 64px;
    line-height: auto;
}

h2 {
    font-size: 48px;
    line-height: 120%;
}

h3 {
    font-size: 36px;
    line-height: auto;
}*/

h3.facilities {
    position: relative;
}
  
h3.facilities span {
    background-color: #fff;
    padding-right: 10px;
}
  
h3.facilities:after  {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 1px solid #292929;
    z-index: -1;
}

.subtitle{
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: auto;
}

.absolute{
    position: absolute;
}

.bg-white .navbar-nav .nav-link{
    color: #804f3d;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.15625rem;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 25px 35px;
}


.bg-white .navbar-nav .nav-link a .btn {
    color:#333333;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.text-intro{position: absolute;width: 35%;bottom: 10%;}

/* padding & margin */
.mt-04{margin-top: 4px;}
.mb-04{margin-bottom: 4px;}
.pt-04{padding-top: 4px;}
.pb-04{padding-bottom: 4px;}
.mt-08{margin-top: 8px;}
.mb-08{margin-bottom: 8px;}
.pt-08{padding-top: 8px;}
.pb-08{padding-bottom: 8px;}
.mt-12{margin-top: 12px;}
.mb-12{margin-bottom: 12px;}
.pt-12{padding-top: 12px;}
.pb-12{padding-bottom: 12px;}
.mt-16{margin-top: 16px;}
.mb-16{margin-bottom: 16px;}
.pt-16{padding-top: 16px;}
.pb-16{padding-bottom: 16px;}
.mt-20{margin-top: 20px;}
.mb-20{margin-bottom: 20px;}
.pt-20{padding-top: 20px;}
.pb-20{padding-bottom: 20px;}
.mt-40{margin-top: 40px;}
.mb-40{margin-bottom: 40px;}
.pt-40{padding-top: 40px;}
.pb-40{padding-bottom: 40px;}
.ps-40{padding-left: 40px;}
.pe-40{padding-right: 40px;}
.mt-60{margin-top: 60px;}
.mb-60{margin-bottom: 60px;}
.pt-60{padding-top: 60px;}
.pb-60{padding-bottom: 60px;}
.mt-80{margin-top: 80px;}
.mb-80{margin-bottom: 80px;}
.pt-80{padding-top: 80px;}
.pb-80{padding-bottom: 80px;}
.mt-100{margin-top: 100px;}
.mb-100{margin-bottom: 100px;}
.pt-100{padding-top: 100px;}
.pb-100{padding-bottom: 100px;}
.mt-120{margin-top: 120px;}
.mb-120{margin-bottom: 120px;}
.pt-120{padding-top: 120px;}
.pb-120{padding-bottom: 120px;}
.mt-8{margin-top: 7.5rem;}
.mb-8{margin-bottom: 7.5rem;}
.my-8{margin-top: 7.5rem;margin-bottom: 7.5rem;}
.py-8{padding-top: 7.5rem;padding-bottom: 7.5rem;}
.pt-8{padding-top: 7.5rem;}

.bg-home {background-image: url(img/pool_shanti_residence_7br_tp_ov_100426.webp); background-repeat: no-repeat; background-position: center; background-size: cover;}
.bg-parallax{background-image: url(img/communal_shanti_residence_7br_tp_ov_100426.webp); background-repeat: no-repeat; background-size: cover; background-position: center; height: 674px;}
.bg-stay {background-image: url(img/bedroom_shanti_residence_7br_tp_ov_100426.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-experience {background-image: url(img/living_space_shanti_residence_7br_tp_ov_100426.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
/*.bg-dine {background-image: url(img/dine.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}*/
.bg-home-gradient{background: linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 45.62%, rgba(0, 0, 0, 0.84) 100%);}
.bg-gradient-left{background: linear-gradient(270deg, rgba(255, 255, 255, 0) 2.18%, rgba(0, 0, 0, 0) 46.81%, rgba(0, 0, 0, 0.497) 100%);}
.bg-discover {background-image: url(img/dining_view_shanti_residence_7br_tp_ov_100426.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-ig {background-image: url(img/batik.png);background-repeat: no-repeat;background-position: right;}
.bg-discover-gardient{background: linear-gradient(90deg, rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.33) 56.25%, rgba(255, 255, 255, 0) 100%);padding-top: 11.5rem;padding-bottom: 11.5rem;}
.bg-red{background:rgba(128, 79, 61, 0.8); color: #f4f4f4;}
.bg-red ::placeholder{color: #ffffff;opacity: 0.3;}
.bg-celebrate {background-image: url(img/wedding_shanti_residence_7br_tp_ov_100426.webp);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-celebrate-content{background-color: #ffffff;position: relative;}
.img-celebrate{max-width: 272px;}
.bg-offers{background-image: url(img/bg-offers.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
/*.bg-activities{background-image: url(img/activity-at-amarta-min.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-wellness{background-image: url(img/yoga-wellness.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-wellness-spa{background-image: url(img/spa-amarta.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-seasonal-offer{background-image: url(img/bg-seasonal-offer-min.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-seasonal-offer-dark{background: rgba(0, 0, 0, 0.5);}
.bg-offers{background-image: url(img/bg-offers-perere9.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-weddings-events{background-image: url(img/wedding-events-min.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}
.bg-weddings-plan{background-image: url(img/wedding-plan-min.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;}*/

.tabpill .nav-link {    
    font-family: 'Playfair Display', serif;
    color: #292929;
    border-bottom: 1px solid #000000;
	cursor: pointer;
}

.tabpill .nav-link.active, .nav-pills .show>.nav-link{
    border-bottom: 2px solid #000000;
}

.info-location{
    font-family: 'Inter', sans-serif;
}

.text-blue {
    color: #804f3d;
}

.text-red{
    color: #333333;
}

.inter{
    font-family: 'Inter', sans-serif;
    text-decoration: none;
    color: #333333;
}

.btn-outline-red {
    --bs-btn-color: #333333;
    --bs-btn-border-color: #333333;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #333333;
    --bs-btn-hover-border-color: #333333;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #333333;
    --bs-btn-active-border-color: #333333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #333333;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #333333;
    --bs-gradient: none;
}

.box-img {
    position: relative;
}

.img{
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.middle .text{
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 600; 
    text-align: left;
      
}

.box-img:hover .image {
    opacity: 0.1;
    background-color: rgba(0,0,0,.6);    
}

.box-img:hover .middle {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.bg-page-gradient{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 2.18%, rgba(0, 0, 0, 0) 46.81%, rgba(0, 0, 0, 0.497) 100%);
}

.bg-pckg-1 {
	background: #F8F8F8; position: relative; width: 130%; z-index: -1; right: 0%; top: -4rem; height: 31rem; padding: 5rem 4rem 5rem 10rem; left: -30%;
}

.bg-pckg-2 {
	background: #F8F8F8; position: relative; width: 130%; z-index: -1; right: 0%; top: -4rem; height: 37.5rem; padding: 5rem 2rem 5rem 8rem; left: -30%;
}

.bg-acti-1{
    position: relative;
    top: -6rem;
    right: 0;
    z-index: -1;
    padding: 8.5rem 10rem 9.5rem 3rem;
    background-color: #F8F8F8;
    width: 35rem;
    height: auto;
}

.bg-acti-2 {
	background: #eee; position: relative; width: 40rem; z-index: -1; left: 0%; top: -3rem; height: 20rem; padding: 5rem 10rem 5rem 4rem;
}

.accordion-button:not(.collapsed){
    background-color: transparent;
    color: #0E3F5C;
    font-weight: 600;
    box-shadow: none;
}

.accordion-item{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #000;
}

.accordion-item:last-of-type{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ac-calendar-container table.ac-table {
	border: none;
}

.prevnextpos .flickity-page-dots {
    top: -45px;
    text-align: right!important;
}

.flickity-page-dots {
    bottom: -22px;
}

/* dots are lines */
.flickity-page-dots .dot {
    height: 2px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    background: #292929;
    opacity: 1;
}

.flickity-page-dots .dot.is-selected{
    height: 5px;
}

.page-id-12 footer{
    background-color: #ffffff!important;
}

/* footer */
footer {
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.05);
    height: 73px;
}

footer form{
    font-size: 12px;
    font-family: 'Playfair Display', serif;
    font-style: normal;
    font-weight: 300;
}

footer .form-label, .form-control, .form-select{
    background-color: transparent;
    color: #ffffff;
}

#mce-EMAIL {
    color: #ffffff !important;
}

.bg-footer{
    background-color:#804f3d;
    color:#ffffff;    
    padding-top: 3rem;
    /* padding-bottom: 4rem; */
}

.bg-footer a{
    color:#ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .02687rem;
}

.bg-footer p{
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    letter-spacing: .02687rem;
}

.bg-white .navbar-nav .nav-link{
    color: #804f3d;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.15625rem;
}

.bg-footer h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .15625rem;
    line-height: 1.0625rem;
    text-transform: uppercase;
}

select option {
    color: #292929;
}

.bg-white .form-label{
    background-color: transparent;
    color: #804f3d!important;
}

.bg-white .form-control{
    background-color: transparent;
    color: #804f3d;
}

.bg-white .form-select{
    background-color: transparent;
    color: #804f3d;
}

.bg-white .btn-outline-light{
    --bs-btn-color: #333333;
    --bs-btn-border-color: #333333;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #333333;
    --bs-btn-hover-border-color: #333333;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #333333;
    --bs-btn-active-border-color: #333333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #333333;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #333333;
    --bs-gradient: none;
}

.bg-decoration-solid {
    position: relative;
    top: -3rem;
    right: 0;
    z-index: -1;
    padding: 7.5rem 4rem 7.5rem 4rem;
    background-color: #F8F8F8;
    width: 120%;
}

.border-content{
    border-top: 1px solid black;
    margin-top: auto!important;
    margin-bottom: auto!important;
    border-bottom: 1px solid black;
}

.box {
    position: relative;
}
  
.imgbox {
    display: block;
    height: auto;
}
  
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
}
  
.box:hover .overlay {
    opacity: 0.5;
}
  
.textover {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Playfair Display', serif;
}

/*icon homepage */
.ic-arrow {background-image: url(img/ic-arrow-link.svg);display: inline-block;width: 30px;height: 8px;margin-left: 14px;}
.ic-beach {background-image: url(img/ic-beach.svg);display: block;width: 29px;height: 29px;}
.ic-coco {background-image: url(img/ic-coco.svg);display: block;width: 29px;height: 29px;}
.ic-monkey {background-image: url(img/ic-monkey.svg);display: block;width: 29px;height: 29px;}
.ic-temple {background-image: url(img/temple-white.svg);display: block;width: 29px;height: 29px;}
.ic-plane {background-image: url(img/ic-plane.svg);display: block;width: 29px;height: 29px;}
.ic-cafe {background-image: url(img/cafe-white.svg);display: block;width: 29px;height: 29px;}
.ic-ocean-view {background-image: url(img/ic-ocean-view.svg);display: block;width: 24px;height: 24px;}
.ic-bgms {background-image: url(img/ic-bgames.svg);display: block;width: 20px;height: 20px;}
.ic-jacuzzi{background-image: url(img/jacuzzi-new.svg);display: block;width: 24px;height: 22px;}

/* icon blue 32 x 32 */ 
.i-car-blue{background-image: url(img/car-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-plane-white{background-image: url(img/plane-white-icon.svg);display: block;width: 31px;height: 31px;}
.i-plane-blue{background-image: url(img/airplane-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-bfast-blue{background-image: url(img/bkfast-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-chef-blue{background-image: url(img/chef-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-wedding-blue{background-image: url(img/wedding-blue.svg);display: block;width: 32px;height: 32px;}
.i-building-blue-icon{background-image: url(img/building-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-bbq-blue{background-image: url(img/bbq-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-bbq-white{background-image: url(img/bbq-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-baby-blue{background-image: url(img/baby-blue-icon.svg);display: block;width: 32px;height: 32px;}
.i-bed-blue{background-image: url(img/bed-blue-icon.svg);display: block;width: 32px;height: 32px;}
/* icon white 32 x 32 */ 
.i-wifi-white{background-image: url(img/wifi-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-tv-white{background-image: url(img/tv-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-baby-white{background-image: url(img/baby-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-chef-white{background-image: url(img/chef-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-pool-white{background-image: url(img/pool-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-house-white{background-image: url(img/house-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-camera-white{background-image: url(img/camera-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-fluent-white{background-image: url(img/fluent-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-tabler-white{background-image: url(img/tabler-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-decoration-white{background-image: url(img/decoration-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-entertaiment-white{background-image: url(img/entertaiment-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-shield-white{background-image: url(img/shield-white-icon.svg);display: block;width: 32px;height: 32px;}
.i-bfast-white{background-image: url(img/ic-bfast-white.svg);display: block;width: 32px;height: 32px;}
/* icon */
.ic-star{background-image: url(img/ic-star.svg);display: block;width: 124px;height: 20px;}
.ic-size{background-image: url(img/size.svg);display: block;width: 18px;height: 18px;}
.ic-ocean{background-image: url(img/ocean.svg);display: block;width: 24px;height: 17px;}
.ic-bar{background-image: url(img/bar.svg);display: block;width: 21px;height: 21px;}
.ic-spa{background-image: url(img/spa-blue.svg);display: block;width: 21px;height: 21px;}
.ic-billiard{background-image: url(img/billiard-icon.svg);display: block;width: 21px;height: 21px;}
.ic-wifi{background-image: url(img/wifi.svg);display: block;width: 24px;height: 24px;}
.ic-pool{background-image: url(img/pool.svg);display: block;width: 24px;height: 22px;}
.ic-bfast{background-image: url(img/bfast.svg);display: block;width: 21px;height: 21px;}
.ic-paddy{background-image: url(img/paddy.svg);display: block;width: 26px;height: 31px;}
.ic-monuments{background-image: url(img/monuments.svg);display: block;width: 29px;height: 29px;}
.ic-combfast{background-image: url(img/combfast.svg);display: block;width: 38px;height: 38px;}
.ic-nohidden{background-image: url(img/nohidden.svg);display: block;width: 38px;height: 38px;}
.ic-service{background-image: url(img/service.svg);display: block;width: 38px;height: 38px;}
.ic-payment{background-image: url(img/payment.svg);display: block;width: 38px;height: 38px;}
.ic-golf{background-image: url(img/golf.svg);display: block;width: 33px;height: 33px;}
/* icon stay */
.ic-spool {background-image: url(img/spool.svg);display: block;width: 21px;height: 19px;}
.ic-botique {background-image: url(img/botique.svg);display: block;width: 24px;height: 16px;}
.ic-coffee {background-image: url(img/coffee.svg);display: block;width: 26px;height: 19px;}
.ic-fwifi {background-image: url(img/fwifi.svg);display: block;width: 20px;height: 15px;}
.ic-restaurant {background-image: url(img/restaurant.svg);display: block;width: 21px;height: 23px;}
.ic-spa {background-image: url(img/spa.svg);display: block;width: 24px;height: 24px;}
.ic-bedroom {background-image: url(img/bedroom.svg);display: block;width: 24px;height: 24px;}
.ic-bathroom {background-image: url(img/bathrooms.svg);display: block;width: 24px;height: 24px;}
.ic-tea {background-image: url(img/tea.svg);display: block;width: 21px;height: 21px;}
.ic-guest {background-image: url(img/ic-guest.svg);display: block;width: 24px;height: 24px;}
.ic-garden{
    background-image: url(img/ic-garden.svg);
    display: block;
    width: 24px;
    height: 22px;
}

/*forminantor*/
.forminator-label{
	font-size: 16px!important;
	font-family: 'Roboto'!important;
	font-style: normal!important;
	font-weight: 400!important;
	color: #292929!important;
}

.forminator-input {
	background-color: transparent!important;
	border: 1px solid #292929!important;
}

.forminator-textarea{
	background-color: transparent!important;
	border: 1px solid #292929!important;
}

.select2-selection{
	background-color: transparent!important;
	border: 1px solid #292929!important;
}

.forminator-button-submit{
    background-color: transparent!important;
    color: #333333!important;
    border: 1px solid #333333!important;
}

.forminator-button:hover {
    box-shadow: none!important;
}

.flickity-prev-next-button:disabled {
  display: none;
}
.sticky-top {
    top: 120px!important;
}


/*mobile display*/
@media (max-width: 575px) {
    .bg-white .navbar-collapse {
        background-color: #ffffff;
        margin-top:20px;
    }
    .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
        border-bottom: 1px solid #333333;
    }
    h1 {
        font-size: 32px;
        line-height: auto;
    }    
    h2 {
        font-size: 20px;
        line-height: 120%;
    } 
    .subtitle{
        font-family: 'Playfair Display', serif;
        font-size: 16px;
        line-height: auto;
    }
    .fbmob {
        font-family: 'Playfair Display', serif;
        /*color:#333333;*/
        color:#ffffff;
        padding:5px;
    }    
    .bg-white .fbmob{
        color:#333333;
    }
    
    .mnmob{
        font-family: 'Playfair Display', serif;
        /*color:#333333;*/
        color:#ffffff;
        font-size: 16px;
    }
    .bg-white .mnmob{color:#333333;}
    
    .bg-white .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2840, 79, 37, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .btn-outline-red{
      padding: 0.3rem 0.5rem;
    }    
    .img-celebrate{
        max-width: 100%;
    }  
	.bg-pckg-1{
		background: transparent;
        width: 100%;
        right: 0%;
        top: 0rem;
        height: 100%;
        padding: 0rem;
        left: 0%;
	}	
	.bg-pckg-2{
        background: transparent;
        width: 100%;
        right: 0%;
        top: 0rem;
        height: 100%;
        padding: 0rem;
        left: 0%;
	}	
	.bg-acti-1{
        background: transparent;
        width: 100%;
        height: 100%;
        padding: 0rem;
        top: 0rem;
	}
	
	.bg-acti-2{
        background: transparent;
        width: 100%;
        height: 100%;
        padding: 0rem;
        top: 0rem;
	}
	.linkca{
	   text-decoration: none;
	   font-family: 'Playfair Display', serif;
        color:#ffffff;
        font-size: 16px;
	}
	
    .bg-white .linkca{
        color:#333333;
    }
	
    /* .fixed-bottom{
		border-top: 1px solid #ffffff;
	} */

	.bg-activities{
        background-image: url(img/bg-activities-mob.jpg);
    }

    .bg-wellness{
        background-image: url(img/bg-wellness-mob.jpg);
    }

    .bg-weddings-events{
        background-image: url(img/bg-events-mob.jpg);
    }

    .dropdown-menu.show {
        width: 100%;
        border-radius: 0;
        border: 1px solid #212529;
    }

    .btn-outline-dark.dropdown-toggle::after{display:none!important;}

    .dropdown ul li a {
        color:#292929;
        text-decoration: none;
    }

    .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
        background-color: transparent!important;
    }

    .btn:hover{background-color: transparent!important;}
        
    .img-square{
        width: 100%;
        object-fit: cover;
        height: 366px;
    }

    .img-home-collage{
        width: 100%;
        object-fit: cover;
        height: 200px;
    }

    .img-home-slider{
        width: 100%;
        object-fit: cover;
        height: 239px;
    }

    .link-stay {display: none;}

    footer{height: 43px;}
    
#qontak-webchat-widget{
    bottom: 85px!important;
}
}

@media screen and ( max-width: 768px ) {
    .navbar-collapse {
        position: fixed;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        height: 100%;
        left: -100%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        width: 100%;
        height: 100%;
        left: 0;
        transition: left 400ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 400ms ease-in;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .bg-acti-1{width: 28rem;padding: 8.5rem 7rem 5.5rem 3rem;}
}

@media all and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape) {
  .bg-acti-1{width: 28rem;padding: 8.5rem 7rem 5.5rem 3rem;}
}

/*START NEW LAYOUT HOME*/
.row.h-section {
    margin-bottom: 14px;
}

.item-offers {
    text-align: center;
    width: 28%;
}

.item-offer-thumb {
    height: 369px;
    background-size: cover;
}

.item-offer-detail {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
}

.item-offer-name {
    position: absolute;
    bottom: 0;
    width:100%;
    padding: 10px 0;
	background: #1d353b;
    background: -webkit-linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
    background: -moz-linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
    background: linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D353B", endColorstr="#000000", GradientType=0);
}


.item-offer-name h3 {
    color: #FFF;
    font-size: 1.6rem;
    text-decoration:none;
    text-align: center;
}

.section-offers {
    padding: 80px 0 40px;
}

.section-rooms {
    padding: 40px 0 0px 0;
}


.item-rooms {
    text-align: center;
    width: 33%;
    margin: 0 10px;
    padding-bottom: 20px;
}

.item-room-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    /* background: #1d353b; */
    /* background: -webkit-linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%); */
    background: -moz-linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
    /* background: linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1D353B", endColorstr="#000000", GradientType=0);
}

.item-room-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 30px;
    background: linear-gradient(180deg, rgba(29, 53, 59, 0) 0%, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 1) 50%);
    filter: ;
    display: block;
    left: 0;
    right: 0px;
}

.price-room {
    position: absolute;
    bottom: 5%;
    right: 8%;
    color: #FFF;
    font-weight: 400;
    z-index: 1;
    font-size: 1.1rem;
}

.item-room-thumb {
    height: 250px;
}

.item-room-detail {
    border-radius: 20px;
    border: 1px solid rgb(238, 238, 238);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px 0px;
    overflow: hidden;
}

.item-room-name_detail h3 {
    font-size: 1.25rem;
    padding: 0 8%;
    text-align: left;
    margin-bottom: 15px;
}

.item-rooms a {
    text-decoration: none;
    color: #000;
}


.quick-feature:after {
    content: "";
    clear: both;
    display: block;
}

.quick-feature .item-room-name_detail {
    float: left;
    margin-bottom: 5px;
}

.quick-feature {
    padding: 0px 0 0 8%;
    display: grid;
    grid-template-columns: repeat(2, 175px);
    gap: 5px 0px;
    color: #000;
}

.quick-feature .item-room-name_detail{
    margin: 0 20px 5px 0;
    display: grid;
    grid-template-columns: repeat(2, 175px);
    gap: 5px 0px;
    color: #000;
}


.item-room-name {
    padding: 20px 0;
}

.d-flex.quick-feature {
    padding: 0 9%;
}

section.section-room {
    margin: 80px 0;
}

.item-room-name a {
    color: #fff;
    text-decoration: none;
}

.col-link {
    text-align: right;
    padding-top: 13px;
}

.col-link a {
    color: #000;
    text-decoration: none;
}

.col.col-link a svg.bi {
    width: 16px;
    margin-left: 5px;
}

.flickity-prev-next-button .flickity-button-icon {
    width: 30%;
    height: 30%;
    top: 35%;
    left: 34%;
}

.row-facilities {
    margin: 40px 0 0 0;
}

.col-facilities:first-child {
    padding-left: 0px;
}

.row-features-amenities {
    margin-top: 20px;
}

.row-features-amenities h4 {
    margin-bottom: 20px;
}

.item-features-amenities {
    margin-right: 25px;
	float: left;
}

.icon-features-amenities {
    margin-right: 5px;
}

.header-why-book-us {
    padding: 3rem 0 2rem 0;
}

.col-learn-more {
    padding: 0 0 4rem;
    text-align: center;
}

.link-learn-more {
    color: #FFF;
    text-decoration: none;
    padding: 10px 30px;
    border: solid 1px #FFFFFF;
    display: block;
    width: 160px;
    margin: 0 auto;
}

.detail-why-book-us .col {
    padding-right: 1rem;
}

.header-why-book-us {
    padding: 1rem 0 1rem 0;
}

.col-learn-more {
    padding: 0 0 2rem;
    text-align: center;
}

.link-learn-more {
    color: #FFF;
    text-decoration: none;
    padding: 10px 30px;
    border: solid 1px #FFFFFF;
    display: block;
    width: 160px;
    margin: 0 auto;
}

.detail-why-book-us .col {
    padding-right: 1rem;
}

.link-learn-more:hover {
    color: #FFF;
}

.col-facilities h5 a {
    color: #000;
    text-decoration: none;
}


.underline-smooth {
  text-decoration: none; /* Remove default underline */
  background-image: linear-gradient(currentColor 0%, currentColor 100%);
  background-repeat: no-repeat;
  background-size: 0% 1px; /* Initial width is 0, adjust height as needed */
  background-position: 0 100%; /* Position at the bottom */
  transition: background-size 0.3s ease-in-out; /* Smooth transition */
}

.underline-smooth:hover {
  background-size: 100% 1px; /* Expand width on hover */
}

.image-hero:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0) 45.62%, rgba(0, 0, 0, 0.84) 100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
}

.image-hero {
    position: relative;
    overflow: hidden;
}

.image-hero img {
	width: 100%; /* Make the image try to take the full width */
    height: 100%; /* Make the image try to take the full height */
    object-fit: cover; /* This makes the image fill the container */
}


.desc-hero {
    position: absolute;
    z-index: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-offer {
    position: relative;
}


.container.filter .form {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    width: 100%;
    /* width: calc(90% - 80px); */
    padding: 40px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.25rem 1.25rem 0px;
    border-radius: 16px;
}

.container.filter {
    position: relative;
    font-family: 'Playfair Display', serif;
}

.col-filter label {
    display: block;
    font-size: 1.08rem;
}

section.detail-offer {
    margin-top: 120px;
}

.detail-offer a {
    color: #000;
    font-weight: 600;
}

.detail-offer h2 {
    font-size: 1.5rem;
}

.btn-link {
    border: none;
    background-color: #FFF;
    padding: 0;
    font-weight: 600;
}

.btn-link:hover {
    color: #000;
}

.card.card-offer {
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0.25rem 1.25rem 0px;
    border: solid 1px #00000000;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 44px !important;
}

.card.card-offer:last-child{
	margin-bottom:0px !important;
}
.card-offer .card-col-image img
{
    border-radius: 10px 0 0 10px;
}

.row.title-more-offers {
    margin: 60px 0;
}

section.other-offers {
    margin-bottom: 80px;
}
.row.title-more-offers h2 {
    padding: 0px;
    text-align: center;
}

.card-col-image {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-template-page-offer footer.bg-white,
.page-template-page-offer footer.fixed-bottom{
    display: none;
}

.container.filter .form input, .container.filter .form select {
    border: none;
    width: 70%;
    border-bottom: solid 1px #949494;
    margin-top: 8px;
    padding-bottom: 5px;
}

.container.filter .form .btn {
    width: 100%;
    padding: 16px;
}

.card-offer .card-body {
    padding: 0 30px;
}
@media only screen and (max-width: 600px) {
    .item-offers{
        width: 100%;
        margin: 0;
    }
    .item-rooms{
        width: 100%;
        margin: 0;
    }

    .item-offer-detail {
        margin-right: 0px;
    }

    .row.h-section h2 {
        font-size: 1.25rem;
    }
    
    .col-link {
        padding-top: 0px;
    }
    
    .row.h-section {
        margin-bottom: 5px;
    }
    
    .section-offers {
        padding: 0px 0px;
    }
    
    .section-rooms {
        padding-bottom: 0px;
    }

    .col-facilities {
        padding: 0px;
    }

    .item-why-book-us {
        padding-right: 2rem !important;
        padding-left: 2.5rem;
    }

    .item-features-amenities {
        margin-bottom: 10px;
    }

    .container.filter .form {
        width: 90%;
        margin: 0px;
        padding: 30px 20px;
    }


    .container.desc-hero {
        padding: 0 30px;
    }

	.container.filter .form input, .container.filter .form select {
        width: 100%;
        margin-bottom: 10px;
    }

    .container.filter .form .btn {
        margin-top: 10px;
    }

    section.detail-offer {
        margin-top: 150px;
        padding: 0 10px;
    }

    .card.card-offer {
        margin: 0 20px;
        width: calc(100% - 40px);
    }

    .card-offer .card-body {
        padding: 25px 20px;
    }

    .card-col-image {
        height: 300px;
    }

    .row.title-more-offers {
        margin: 30px 0 40px;
    }

    section.other-offers {
        margin-bottom: 60px;
    }

    .detail-offer .col-12.col-sm-4 {
        margin-top: 20px;
    }

    .detail-offer .btn-link, .detail-offer a {
        border-bottom: solid 1px #000;
        background-size: 0;
    }

    .image-hero {
        height: 470px;
        max-width: 100%;
        overflow: hidden;
    }

    .container.desc-hero h1 {
    	font-size: 1.75rem;
    }
	
    .container.desc-hero p {
    	max-width: 100%;
    }

    h2.mt-4.mb-4.text-blue {
    	font-size: 1.80rem;
    }

    h2{
        font-size: 20px !important;
    }
    
    h1{
        font-size: 1.5rem !important;
    }

    p{
        font-size: 12px !important;
    }

    .section-rooms {
        padding: 0px;
    }

    div#navbarCollapse {
        height: 41px;
        /* border-bottom: solid 1px #6666; */
        font-size: 12px !important;
        /* margin: 0 12px; */
    }

    .header-line {
        height: 1px;
        background-color: #666; 
        width: 90%;
        margin: 0 auto;
    }

    

    .quick-feature-stay {
        font-size: 14px;
    }

    .col-md-6.order-lg-2.py-4.text-center {
        order: 2 !important;
        padding: 0px;
    }

    .btn-book {
        display: none !important; /* Menu BOOK hilang di layar HP */
    }

    /* Styling List Item */
    .nav-item {
        position: relative;
        padding-bottom: 10px; 
        cursor: pointer;
    }

    .nav-item a {
        text-decoration: none;
        color: #804f3d;
        font-size: 1.2rem;
        letter-spacing: 8px;
        transition: 0.3s;
    }

    /* Garis Aktif (Slider Merah) */
    .nav-item.active::after {
        content: "";
        position: absolute;
        /*bottom: -8px;  Menempel pada garis tipis di bawahnya */
        left: 0;
        width: 100%;
        height: 2px; /* Ketebalan garis aktif */
        background-color: #fff; 
        z-index: 2;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 7px 0;
    }

    /* Garis Tipis Background */
    .header-line {
        height: 1px;
        background-color: #929292;
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: -1px; /* Agar menyatu dengan garis aktif */
        z-index: 1;
    }

    .menu-slider-mobile ul:first-child li.nav-item:first-child:after{
        left: 20px;
        width: 80px;
    }

    .menu-slider-mobile.bg-white:after {
        content: '';
        background: #ffffff;
        height: 16px;
        width: 100%;
        display: block;
        position: absolute;
        bottom: -49px;
    }

    .bg-white .nav-item.active::after{
        background-color: #804f3d;
    }

    .header-line.bg-red-light {
        background-color: #ad654b;
    }

    .col-sm-4.order-lg-3 {
        margin-top: 0px !important;
    }

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

    .info-location{
        padding-left: calc(var(--bs-gutter-x) * -0.5);
    }
    
    .col-2 {
        flex: 0 0 auto;
        width: 11.666667%;
    }

    h5{
        font-size: 19px !important;
    }

    h4{
        color: #804f3d;
    }

    li,td{
        font-size: 12px;
    }

    .bg-footer{
        margin-bottom: 50px;
    }

    .quick-feature-stay {
        padding: 0px 0 0 0%;
    }

    label{
        font-size: 11px !important;
        color: #000;
    }

    span.tag-pill{
        padding: 2px 10px;
        font-size: 12px;
    }

    .property-meta.mt-2 {
        gap: 1px;
    }

    .item-room-name {
        padding-top: 12px;
        padding-bottom: 10px;
    }

    button.flickity-button.flickity-prev-next-button.next {
        width: 25px;
        height: 25px;
    }

    button.flickity-button.flickity-prev-next-button.previous {
        width: 25px;
        height: 25px;
    }

    .image-show{
        display: none;
    }

    .col-sm-4.order-lg-3.image-hide {
        display: block;
    }
    .col-sm-4.order-lg-2.image-hide {
        display: block;
    }

    .col-sm-8.order-lg-1.image-hide {
        display: block;
    }

    #jarallax-container-1 div {
        background-position: 66% 50% !important;
    }

    .view-mobile{
        padding: 0px !important;
        margin: 0px !important;
    }

    .section-ig-view-mobile{
        padding: 40px 0px 0px 0px !important;
        margin: 0px !important;
    }

    .section-wellness-view-mobile{
        padding: 40px 0px 0px 0px !important;
        margin: 0px !important;
    }

    .gap-gallery{
        padding-top: 40px;
    }

    .btn-mobile{
        width: 30% !important;
    }

    .navbar-nav .nav-item:first-child {
        padding-left: 22px; /* atau margin-left */
    }
    
    /* .bg-white .navbar-nav .nav-link{
        text-transform: uppercase;
        border-bottom: solid 1px #804f3d;
        width: 100%;
        padding: 0px 12px;
    } */

    /* .navbar-expand-lg .navbar-nav .nav-link{
        padding: 0px 12px;
    } */

  }
/*END NEW LAYOUT HOME*/


.img-cover{
    width: 100%;
    /* height: 550px; */
}

@media (max-width: 991px) {

    /* #navbarCollapse.bg-white{
        border-bottom: solid 1px #804f3d;
    } */

    .menu-slider-mobile {
        display: flex !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; 
        padding: 0px;
        scrollbar-width: none;
    }

    .menu-slider-mobile::-webkit-scrollbar {
        display: none;
        border-bottom: solid 1px #804f3d;
    }

    .menu-slider-mobile .navbar-nav {
        flex-direction: row !important; 
    }

    .menu-slider-mobile .nav-item {
        padding: 0 20px 0 18px;
        display: inline-block;
    }

    .menu-slider-mobile .nav-link {
        padding: 5px 0;
        font-size: 14px;
    }

    .container.mobrmgtr {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
    }

    .mobrmgtr .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .fixed-bottom {
        padding-bottom: env(safe-area-inset-bottom);
        background-color: white; /* Agar area aman tidak transparan */
    }

    .price-value {
        font-size: 1rem !important;
        line-height: 1.5rem;
    }

    .from-text {
        font-size: 10px !important;
    }
}

.fixed-bottom {
    z-index: 1050; /* Standar Bootstrap untuk elemen melayang */
}

.whatsapp-desktop {
        position: fixed;
        bottom: 30px;
        right: 30px; /* Posisi di pojok kanan bawah */
        background-color: #25d366; /* Hijau WhatsApp */
        color: white !important;
        padding: 12px 20px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        z-index: 9999;
        align-items: center;
        transition: all 0.3s ease;
        border: 2px solid #25d366;
    }

    .whatsapp-desktop:hover {
        background-color: white;
        color: #25d366 !important;
        transform: translateY(-5px); /* Efek melayang saat hover */
    }

.btn-maroon {
    background-color: #804f3d;
    border-color: #804f3d;
    color: #ffffff; /* Warna teks putih */
}

.btn-maroon:hover {
    background-color: #ffffff; /* Warna sedikit lebih gelap saat di-hover */
    border-color: #804f3d;
    color: #804f3d;
}

.arrow-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255,255,255,0.2);
    border: 1px solid white;
    color: white;
    width: 35px; height: 35px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
}


.card:hover .arrow-btn { background: white; color: black; }


.property-meta {
    display: flex;
    align-items: center;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    gap: 12px; /* Jarak antar elemen */
}

.location {
    color: #804f3d; 
    font-weight: 500;
    padding-top: 10px;
    padding-right: 20px;
}

.rating-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 10px;
}

.rating-score {
    font-weight: bold;
    font-size: 15px;
    color: #804f3d;
}

.divider {
    width: 1px;
    height: 25px;
    background-color: #ddd; /* Garis vertikal abu-abu */
    margin: 0 5px;
}

.reviews-count {
    color: #666;
    font-size: 15px;
}

:root {
    --text-brown: #8a5a2b;
    --star-gold: #967142;
    --text-light-blue: #9ab3c7;
    --border-gray: #ccc;
    --tag-text: #666;
}

.property-container {
    padding: 20px;
    font-family: 'Arial', sans-serif;
}

/* --- Styling Meta Row --- */
.meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.rating-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.rating-value {
    font-weight: bold;
    color: #333;
}

.vertical-divider {
    width: 1px;
    height: 20px;
    background-color: #eee;
}

.reviews-text {
    color: var(--text-light-blue);
    font-size: 1.1rem;
}

/* --- Styling Tags (Pills) --- */
.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /*max-width: 400px;  Batasi lebar agar tags turun ke bawah seperti di gambar */
}

.tag-pill {
    border: 1px solid var(--border-gray);
    padding: 8px 18px;
    border-radius: 50px; /* Membuat bentuk kapsul sempurna */
    font-size: 0.9rem;
    color: #804f3d;
    background-color: white;
    white-space: nowrap;
    border-color: #804f3d;
}

.carousel-container {
    position: relative; /* Kunci: Menjadi patokan posisi elemen di dalamnya */
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}

.slider {
    display: flex;
    width: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- Tampilan Harga yang Tetap Muncul --- */
.price-overlay {
    position: absolute; /* Kunci: Melayang di atas slider */
    bottom: 25px;       /* Jarak dari bawah gambar */
    left: 25px;         /* Jarak dari kiri gambar */
    z-index: 10;        /* Pastikan berada di atas gambar */
    color: white;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7); /* Agar teks terbaca di gambar terang */
}

.from-text {
    font-size: 14px;
    opacity: 0.9;
    padding-bottom: 5px;
}

.price-value {
    font-size: 20px;
    font-weight: bold;
}

.quick-feature-stay {
    padding: 0px 0 0 0%;

}

.quick-feature-stay:after {
    content: "";
    clear: both;
    display: block;
}

.quick-feature-stay .item-room-name_detail {
    float: left;
}

.quick-feature-stay .item-room-name_detail{
    margin: 0 20px 5px 0;
}

.item-room-name_detail h4 {
    font-size: 1.25rem;
    /* padding: 0 0%; */
    text-align: left;
    margin-bottom: 15px;
}

h4:hover{
    color: #804f3d;
}

.btn-book {
    border: 1px solid #804f3d;
    padding: 10px 30px;
    display: inline-block;
}

.image-hide{
    display: none;
}

#img-phone{
        height: 100%;
        width: 100%;
        object-fit: cover;
}
.img-desktop{
    height: 360px;
    overflow: hidden;
}

.text-ig{
    font-size: 45px;
}

.img-gap{
    padding-top: 4px;
}

.section-gallery-view-mobile{
        padding: 60px 0px 0px 0px !important;
        margin: 0px !important;
}

.section-stay-desktop{
    margin-bottom: 20px;
}

.suite-header {
    display: flex;
    justify-content: space-between; /* Judul di kiri, Tombol di kanan */
    align-items: center;           /* Menjaga keduanya sejajar vertikal di tengah */
    width: 100%;
    margin-bottom: 15px;
}

.suite-title {
    font-size: 1.8rem;
    margin: 10px 0px;
    font-weight: 400;
    color: #804f3d;
}

.btn-mobile{
    width: 16%;
}

/* Memberikan jarak antar tombol */
.button-wrapper {
    display: flex;
    gap: 15px; /* Jarak antara Book Now dan View Menu */
    margin-top: 20px;
}

/* Styling Modal */
#modalBooking .modal-content {
    border: 1px solid #804f3d;
    padding: 20px;
}

#modalBooking .text-blue {
    color: #804f3d;
    font-family: 'Playfair Display', serif;
}

/* Menyesuaikan tombol submit di dalam plugin agar serasi */
.rtb-booking-form button[type="submit"] {
    width: 100%;
    background: #804f3d !important;
    color: white !important;
    border: none !important;
    padding: 12px !important;
    margin-top: 15px;
}

.btn-outline {
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}


/* Style Reviews */

.review-body { margin: 20px 0px; font-family: sans-serif; background-color: transparent;}

/* --- DESKTOP STYLE (Bar Panjang) --- */
.review-container {
    background-color: #804f3d;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    box-sizing: border-box;
    border-top: 1px solid #333;
}

.main-score-group { display: flex; align-items: center; border-right: 1px solid #fff; padding-right: 20px; }
.big-rating { font-size: 30px; font-weight: bold; margin-right: 10px; }
.big-rating span { font-size: 14px; color: #fff; }
.line-right{line-height: 1.2; padding-right: 10px;}
.platform-list { display: flex; flex-grow: 1; justify-content: space-evenly; }
.platform-item { text-align: center; }
.p-name { font-size: 14px; color: #fff; display: block; }
.p-score { font-size: 20px; font-weight: bold; }
.p-score span { font-size: 14px; color: #fff; font-weight: normal; }

.btn-desktop { border: 1px solid white; background: none; color: white; padding: 8px 20px; border-radius: 4px; cursor: pointer; text-decoration: none; }
.btn-desktop:hover{ background-color: #fff; color: #804f3d;}

/* Icon Close (Hanya muncul di mobile) */
.close-btn { display: none; position: absolute; right: 15px; top: 10px; font-size: 20px; cursor: pointer; color: #fff; }

/* --- MOBILE STYLE (Layar < 768px) --- */
@media (max-width: 768px) {
    .review-body { margin-top: 0px; padding-top: 0px !important; font-family: sans-serif; background-color: transparent;}
    .review-container {
        /* position: fixed; */
        bottom: 20px;
        left: 20px;
        width: 20px;
        min-width: 235px;
        background-color: #804f3d;
        color: #FFFFFF;
        flex-direction: column;
        padding: 20px;
        border-radius: 8px;
        border: none;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        transition: all 0.3s ease-in-out;
        align-items: flex-start;
    }

    /* State saat "Tertutup" di Mobile */
    .review-container.collapsed {
        padding: 10px 15px;
        height: 60px;
        overflow: hidden;
        flex-direction: row;
        align-items: center;
        cursor: pointer;
    }

    .review-container.collapsed .platform-list,
    .review-container.collapsed .btn-desktop,
    .review-container.collapsed .close-btn {
        display: none;
    }

    /* Saat Tertutup: Munculkan tanda panah ke atas */
    .review-container.collapsed::after {
        content: '⌃';
        font-weight: bold;
        margin-left: 12px;
        color: #fff;
    }

    /* State saat "Terbuka" di Mobile */
    .review-container:not(.collapsed) {
        width: calc(100% - 0px);
        /* max-width: 350px; */
    }

    .review-container:not(.collapsed) .close-btn { display: block; }
    .review-container:not(.collapsed) .main-score-group {
        border-right: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .platform-list {
        flex-direction: column;
        width: 100%;
        gap: 10px;
        margin-bottom: 20px;
        border-top: 1px solid #eee;
        padding-top: 15px;
    }

    .platform-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .main-score-group {
        padding: 0px;
    }

    .btn-desktop {
        width: 100%;
        color: #FFFFFF;
        border: none;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    .btn-desktop::after { content: ' >'; }

    .nakula-modal-content {
        margin: 0;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        border-radius: 0;
        display: flex;
        flex-direction: column;
    }

    .modal-header {
        padding: 15px;
        border-bottom: 1px solid #eee;
        justify-content: flex-start; /* Alur kiri */
    }

    .mobile-back-btn {
        display: block;
        background: none;
        border: none;
        font-size: 20px;
        margin-right: 15px;
        cursor: pointer;
    }

    .close-modal {
        margin-left: auto; /* X tetap di ujung kanan */
    }

    .big-score { font-size: 28px; }

    .big-rating {
        font-size: 50px;
        padding-top: 5px;
    }

    .big-rating span {
        font-size: 20px;
        color: #fff;
    }
    
    .filter-group {
        flex-direction: column; /* Select bertumpuk di mobile */
    }

    .modal-body {
        padding: 20px;
        flex: 1;
        overflow-y: auto;
    }

    .reviews-scroll-area {
        max-height: none; /* Biarkan mengikuti scroll modal utama */
    }

    /* Penyesuaian teks review agar lebih mirip gambar */
    .review-card strong {
        font-size: 16px;
        color: #333;
        margin-top: 10px;
    }
    
    .review-card p {
        font-size: 18px !important;
        color: #555;
    }

    .review-card small {
        font-size: 14px;
        color: #999 !important;
    }

    .header-text-info p {
        margin: 0;
        font-size: 12px;
        color: #444 !important;
    }

    .score-scale {
        font-size: 18px;
        color: #444 !important;
        margin: 0 10px 0 2px;
    }
}

/* Overlay background */
.nakula-modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(2px);
}

/* Kotak Modal */
.nakula-modal-content {
    background-color: #fff;
    margin: 5% auto;
    width: 90%;
    max-width: 650px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    animation: fadeInModal 0.3s ease-out;
}

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

/* Header Modal */
.modal-header {
    padding: 20px 25px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-score-left {
    display: flex;
    align-items: center;
}

.big-score {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}

.score-scale {
    font-size: 18px;
    color: #444;
    margin: 0 10px 0 2px;
}

.header-text-info strong {
    display: block;
    font-size: 16px;
    color: #804f3d;
}

.header-text-info p {
    margin: 0;
    font-size: 12px;
    color: #444;
}

.header-text-info h5 {
    color: #804f3d;
}

.close-modal {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
}

/* Body Modal */
.modal-body {
    padding: 25px;
}

.modal-body h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #804f3d;
}

.filter-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.filter-group select {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
}

/* Area Scroll Review */
.reviews-scroll-area {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Styling Baris Review (Override plugin style) */
.review-card {
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 20px 0 !important;
}

.review-card strong {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    color: #804f3d;
}

.review-card p {
    color: #444;
    line-height: 1.6;
    font-size: 14px;
}

.review-card small {
    color: #999;
    font-weight: bold;
    text-transform: capitalize;
}

/* Scrollbar styling */
.reviews-scroll-area::-webkit-scrollbar { width: 6px; }
.reviews-scroll-area::-webkit-scrollbar-thumb { background: #ccc; border-radius: 10px; }

/* End Style Reviews */


/* Lebih ringan karena diproses GPU */
.navbar-collapse {
    transition: width 0.35s ease-in-out;
    overflow: hidden;
}
