/* Hamburger */ .uk-navbar-toggle-icon svg {
    display: none !important;
}
.uk-navbar-toggle .uk-margin-small-left {
	margin-left: 25px !important;
}
.uk-navbar-toggle {
	position: relative;
	font-family: Inter;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}
.uk-navbar-toggle-icon::before {
	content: '';
	position: absolute;
	top: 32px;
	left: 0;
	width: 20px;
	height: 20px;
}
.tm-header-mobile .uk-navbar-toggle span {
	font-size: 16px;
	font-weight: 500;
}

/* Modal */ .uk-close {
    display: flex;
    align-items: center;
	top: 12px;
    right: 87vw;
}
.uk-close svg{
	width: 20px;
	height: 20px;
}
@media (min-width:1200px){.uk-close::after {
    content: "Close";
    font-family: Inter;
    font-size: 20px; 
    color: #5E5149; 
	vertical-align: middle;
    font-weight: 500;
	margin-left: 8px;
}
}
.uk-modal-dialog .uk-close::after {
	content: " " !important;
} 
.uk-modal-dialog .uk-close{
	right: 0 !important;
}
/* Button Arrow */ .uk-button-text{
	position: relative;
	margin-right: 32px;
}
.uk-button-text::after {
	content: '';
	position: absolute;
	top: -10px;
	right: -32px;
	width: 32px;
	height: 32px;
}

/* Offer Panel */ .offer-panel .el-content {
    font-size: 16px;
}
.offer-panel .el-image {
    box-shadow: 0px 2px 8px 0px #0000001A;
}
@media (min-width: 1200px) {
    .offer-panel .uk-grid+.uk-grid-row-large, .offer-panel .uk-grid-large>.uk-grid-margin  {
        margin-top: 200px;
    }
}

/* Gallery even margin */ .even-margin-top .uk-slider-items>div:nth-child(even) {
	margin-top: 60px;
}

/* Slider */ .yt-slider {
	overflow-y: visible !important;
}
.yt-slider .uk-position-top-right {
    top: -236px;
    right: -30px;
}
.yt-slider .uk-slidenav-next {
	margin-left: 20px;
}
.yt-slider .uk-overlay {
	padding-left: 0;
	height: 560px;
}
.yt-slider .uk-dotnav {
  counter-reset: dotnav-counter;
  position: relative;
}
.yt-slider .uk-dotnav li {
  counter-increment: dotnav-counter;
  position: relative;
}
/* Current slide number (1-9 with "0") */
.yt-slider .uk-dotnav li.uk-active::before {
  position: absolute;
  top: -373px;
  left: 154%;
  font-size: 24px;
  font-weight: 400;
  color: #D35D27;
}
/* Add "0" before current slide (1-9) */
.yt-slider .uk-dotnav li.uk-active:nth-child(-n+9)::before {
  content: "0" counter(dotnav-counter); /* Adds "0" for 1-9 */
}
/* Total slides */
.yt-slider .uk-dotnav::after {
  content: "/" attr(data-total); /* Default without "0" */
  position: absolute;
  top: -365px;
  left: 50px;
  font-size: 16px;
  font-weight: 300;
  color: #D35D27;
}
/* Hide dotnav links */
.yt-slider .uk-dotnav a {
  display: none;
}
/* Keep dots stacked on top of each other */
.yt-slider .uk-dotnav li {
  position: absolute;
  left: 0;
  top: 0;
}

/* Font Size */
@media(max-width: 960px) {
    .uk-text-large, .uk-button-text {
    font-size: 16px !important;
}
}

/* HRS */
.hrs-grid {
    box-shadow: none !important;
    align-items: center !important;
}
.hrs-grid > div::before {
    display: none;
}
.hrs-grid-submit {
    background-color: #D56750 !important;
    padding: 13px 16px;
}
.hrs-grid-button {
    padding: 0 !important;
    background-color: #D56750 !important;
    color: #eaeaea !important;
    font-family: 'Montagu Slab';
    font-size: 16px;
    font-weight: 400;
}
.hrs-grid >div:nth-child(5)::before {
    background: none !important;
}
.hrs-grid label {
    display: none !important
}
.hrs-grid-select select, .hrs-grid-input {
    color: #595959;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
}
.hrs-grid-select select{
    width: 240px !important;
}
@media (max-width: 960px){
.hrs-grid-select select{
    width: 100% !important;
    padding: 0 9px !important;
}
    .hrs-grid-submit {
    border-radius: 0 !important;
}
    .hrs-grid > div::before{
        display: none !important;
    }
    .hrs-grid-checkin, .hrs-grid-checkout, .hrs-grid {
        border: none !important;
    }
    .hrs-grid > div {
        flex: 0 1 50%;
        border: 0.1px solid #eaeaea;
    }
    .hrs-grid > div:nth-last-child(2) {
    flex: 0 1 100%;
}
    .hrs-grid-select select, .hrs-grid-input {
    font-size: 11px !important;
    }
    .hrs-grid-occupancy-dropdown {
    transform: translateY(-68px) !important;
    width: 320px !important;
    margin-left: -160px !important;
}
}
.hrs-form input, .hrs-form .hrs-grid-select select{
    background:transparent !important;
}
.hrs-form .hrs-grid-select::before {
    background-color: #fff !important;
}
.hrs-form.hrs-form-room .hrs-grid-select::before {
    background-color: #fdf8f7 !important;
}
.uk-modal-close-default {
    right: 87.5% !important;
} 
@media (max-width:640px){
	.uk-modal-close-default {
    right: 82% !important;
}
}
/*Custom css for CTA bg please check before live websites*/
@media (min-width: 767px) {
.cta-multi-bg {
    background-image: url('https://ilaexperiences.com/ila/wp-content/uploads/2025/03/bird-dots.png') !important;
	background-position: 100% 50% !important;
	background-repeat: no-repeat !important;
	background-size: auto 100% !important;
}
}
@media (max-width: 767px) {
.cta-multi-bg {
    background-image: url('https://ilaexperiences.com/ila/wp-content/uploads/2025/05/Bird-Portrait.svg') !important;
	background-position: 100% 50% !important;
	background-repeat: no-repeat !important;
	background-size: auto 100% !important;
	}}

/* Font sizes */
@media(min-width: 1200px){
	.uk-h1, h1 {
		font-size: 56px !important;
	}
	.uk-text-large{
		font-size: 20px !important;
	}
}