/* 
-------As Per Page Format Order----------
 Hero-banner-with-slider,intro-text-center,form-style,Grid-gallery,Booking-widget-sticky,Footer-with-signup,FAQs-accordian,walnut-header,hero-video,3-grid-with-title,rooms-slider,full-width-center-slider,plan-event-section,grid-2-column,snippet-right-image,itineraries-switcher,map-section,ota-widget-icons,ota-widget */ 

.hr103-slideshow {
    background: var(--text-color);
    color: #fff;
    height: 100vh;
    min-height: 600px;     top: -110px;
}

.hr103-slideshow__items {
    min-height: 100% !important;
    height: 100%;
}

.hr103-slideshow__media {
    position: relative;
    height: 100%; background:var(--primary-color);
}

.hr103-slideshow__media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 0;
    background: linear-gradient(0deg, rgba(18, 24, 56, 1), rgba(18, 24, 56, 0));
}
.hr103-slideshow__media:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(18, 24, 56, 0), rgba(18, 24, 56, 1));
}

.hr103-slideshow__media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hr103-slideshow .title {
    color: #fff;
}

.hr103-slideshow__content {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 40px;
}

.hr103-slideshow__title {
    margin-bottom: 10px;
}

.hr103-slideshow__dotnav {
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
}


.hr103-slideshow__dotnav > * {}

.hr103-slideshow__dotnav > * > * {
    width: 106px;
    border-radius: 0;
    height: 4px;
    background: #AAAAAA;
}

.hr103-slideshow__dotnav > .uk-active > * {
    background: #F4F3ED;
}

@media (max-width: 1399.98px) {
  .hr103-slideshow{
  	    top: -95px;
  }
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1024px) {
  .hr103-slideshow{
  	top: -110px;
  }
}

@media (max-width: 959.98px) {
      .hr103-slideshow {
        top: -105px;
    }
}

@media (max-width: 767.98px) {
}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}

.lt135-h1 {
    padding: 0 20px 25px;
    text-align: center;
}

.lt135-h1__smalltitle {
    margin-bottom: 0;
}
.lt135-h1__container{
	    max-width: 875px; position:relative; z-index:2;
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1023.98px) {

}

@media (max-width: 959.98px) {

}

@media (max-width: 767.98px) {
    .lt135-h1 {
        padding: 0 0 15px;
        text-align: center;
      	margin-top: -20px;
    }
}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}
/*Form Starts*/

.form__group {
  margin-bottom: 35px;
  position: relative;
}

.form__label {
  margin-bottom: 5px;
  display: block;
  font: var(--form-label-fonts);
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

.form__control {
  border: 1px solid var(--primary-color);
  font: var(--form-input-fonts);
  height: 58px; border-color: var(--primary-color);
  background:transparent;
}

.form__control.uk-select:not([multiple]):not([size]) {
  height: 47px;
  background-position: 96% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23002341' stroke-width='2' points='16 7 10 13 4 7'%3E%3C/polyline%3E%3C/svg%3E");
}

.form__control.uk-textarea {
  height: auto;
  min-height: 47px;
}

.form__checkbox,
.form__radio {
  display: block;
  position: relative;
  padding-left: 35px;
}
.form__group .form__checkbox{
	color:var(--primary-color);
}
.footer9-newsletter__gdpr .form__checkbox{
padding-left: 0;
}
.form__radio--inline {
  display: inline-flex;
  align-items: center;
}

.form__radio--inline+.form__radio--inline {
  margin-left: 20px;
}

.form__checkbox .uk-checkbox,
.form__radio .uk-radio {
  margin-right: 10px;
  border: 1px solid var(--primary-color);
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  background-color: transparent; width:24px; height:24px;
}

.form__radio .uk-radio {
  border-radius: 50%;
  top: 1px;
}

.form__radio {
  margin-top: 12px;
  font-size: 14px;
}

.form__checkbox a {
  /* color: var(--text-color); */
}

.form__checkbox a:hover,
.form__checkbox a:focus,
.form__checkbox a:focus-visible {
  color: var(--highlight-color);
}
.form__checkbox.form__checkbox-inverse .uk-checkbox{
	background-color:transparent; border-color:var(--footer-color);
}
.form__checkbox.form__checkbox-inverse .uk-checkbox:hover,
.form__checkbox.form__checkbox-inverse .uk-checkbox:focus,
.form__checkbox.form__checkbox-inverse .uk-checkbox:checked{
	background-color:var(--footer-color) !important; border-color:var(--footer-color); 
}
.form__checkbox.form__checkbox-inverse .uk-checkbox.input-error{
	background-color:var(--footer-color) !important;
}
.application-form__sec .uk-grid{
	    align-items: baseline;
}
#ui-datepicker-div{
  width: max-content;
}
.ui-datepicker-trigger{
  position: absolute;
  right: 8px;
  bottom: 13px;
  background: transparent;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  color: var(--primary-color);
  background: transparent;
  text-transform: uppercase;
  font: var(--secondary-cta-fonts);
  border: 1px solid var(--secondary-cta-font-color);
  transition: all .4s ease; font-size:12px;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button:focus {
  background: var(--primary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.contact-map__title{
  margin-bottom: 40px;
}
.form-icons .form__control.uk-select:not([multiple]):not([size]) {
  background-image: none;
}
.form-icons:before {
  font-family: var(--icon-fonts);
  bottom: 18px;
  right: 10px;
  position: absolute;
  font-size: 22px;
  color: var(--highlight-color);
  pointer-events: none;
}          
.form-calendar-icon.form-icons:before{
	bottom: 48px;
}
.event-ends.form-calendar-icon.form-icons:before {
    bottom: 17px;
}
.form-calendar-icon .ui-datepicker-trigger img{
	    opacity: 0;
}
.form-calendar-icon .form__checkbox{
	    margin-top: 10px;
}
.form-calendar-icon .form__checkbox .uk-checkbox{
	top:-2px;
}
.form-room-icon:before{
  content: "\ea8a";
}
.form-user-icon:before{
  content: "\e93c";
}
.form-calendar-icon:before{
  content: "\e963";
}
.form-icons .form__control {
    padding-right: 30px;
}

/*--------- Form Ends -------------*/

.form__checkbox a{
  text-decoration: underline; 
}
.form__checkbox a:hover{
  text-decoration: none; 
}
.event-ends.is-readonly {
    opacity: .2;
    pointer-events: none;
}

.forcmsfrom .form__group .for-design-checkbox {
    width: 100%;
    height: auto;
    overflow: visible;
    border: none;
}
.forcmsfrom.wedding-form .uk-grid > div:nth-child(7):before {
    content: "\e963";    
    right: 10px;
    bottom: 20px;
    position: absolute;
    font-size: 22px;
    color: var(--highlight-color);
    pointer-events: none;
    font-family: var(--icon-fonts);
}
.forcmsfrom.wedding-form .uk-grid > div:nth-child(7) .ada-datepicker button.ui-datepicker-trigger {
    display: none;
}
.forcmsfrom.wedding-form .uk-grid > div:nth-child(8):before {
    content: "\e963";    
    right: 10px;
    bottom: 20px;
    position: absolute;
    font-size: 22px;
    color: var(--highlight-color);
    pointer-events: none;
    font-family: var(--icon-fonts);
}
.forcmsfrom.wedding-form .uk-grid > div:nth-child(8) .ada-datepicker button.ui-datepicker-trigger {
    display: none;
}
.forcmsfrom.wedding-form .uk-grid > div:nth-child(10) {
    color: var(--primary-color);
    padding-left: 48px;
    margin-top: -20px;
    margin-left: 20px;
    margin-bottom: 0;
    font: var(--body-text-fonts);
}
.forcmsfrom.wedding-form .uk-grid > div:nth-child(10) label.form__label {
    font-weight: normal;
    letter-spacing: 0;
    text-transform: capitalize;
}
.forcmsfrom.wedding-form .uk-grid > div:nth-child(10) label[for="279041_0"] {
    font-size: 0;
}
.forcmsfrom.wedding-form .uk-grid > div:nth-child(10) input {
    width: 24px;
    height: 24px;
    top: 0px;
    left: 14px;
    margin: 0;
    position: absolute;
    background-color: transparent !important;
    border-radius: 3px;
    border: 1px solid var(--primary-color);
}
.forcmsfrom.wedding-form button.uk-button.uk-button-primary.contact-us__submit {
    padding-left: 25px;
    margin-left: 32px;
}
.contact-form button.uk-button.uk-button-primary.contact-us__submit {
    padding-left: 25px;
    margin-left: 20px;
}
.club-nikko-form button.contact-us__submit {
    padding-left: 25px;
    margin-left: 32px;
}
.email-offer-form button.contact-us__submit {
    padding-left: 25px;
    margin-left: 32px;
}
@media (max-width: 959px) {
  .contact-snippet__media{
  	text-align: center;
  }
}
@media (max-width: 767px) {
 
  .forcmsfrom.wedding-form .uk-grid > div:nth-child(10) {
      margin-top: -5px;
      margin-left: 8px;
  }
  
}
.glry10-widget {
    padding: 70px 20px;
}

.glry10-widget__head {
    text-align: center;
    margin-bottom: 70px;
}

.glry10-widget__desc:last-child {
    margin-bottom: 0;
}

.glry10-widget__title {}

.glry10-widget__gallery {
    justify-content: center;
}

.glry10-widget__gallery > :nth-child(2) > .glry10-widget__media,
.glry10-widget__gallery > :nth-child(4) > .glry10-widget__media {
    padding-bottom:0; height: 300px;
}

.glry10-widget__gallery > :nth-child(2) > .glry10-widget__media img,
.glry10-widget__gallery > :nth-child(4) > .glry10-widget__media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.glry10-widget__gallery > :nth-child(4){
	margin-top: -45px;
}
.glry10-widget__gallery > :nth-child(5) {
    margin-top: -140px;
}
.glry10-widget__gallery > :first-child > .glry10-widget__media,
.glry10-widget__gallery > :nth-child(3) > .glry10-widget__media{
    margin-top: 130px;
}
.glry10-widget__gallery > :nth-child(4) > .glry10-widget__media{
	margin-top: -135px;
}
/* .glry10-widget__gallery > :last-child {
    position: relative;
    margin-top: -320px;
} */
.glry10-widget__media a .template-icon{
	position: absolute;
    bottom: 10px;
    left: 10px;
    color: var(--inverse-font-color);
    font-size: 19px;
}
.glry10-widget__media {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.glry10-widget__media > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-lounge-links{
	float: right;
    display: flex;
    justify-content: space-between;
    width: 33.3%;
    padding: 0 40px 0 30px;
    margin-top: -75px;
  	align-items: center;
}
.social-lounge-links .template-icon{
	font-size: 20px;
}
.social-lounge-links a{
	color: var(--primary-color);
}
.social-lounge-links a:hover,
.social-lounge-links a:focus{
	color: var(--secondary-color);
}
.gallery-bg.addBg{
	position:relative;
}
.gallery-bg.addBg:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .8), rgba(0, 0, 0, 0));
}
.gallery-bg.addBg:after{
content: "";
    background-image: url(https://assets.milestoneinternet.com/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/gallery-bg.jpg);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    left: 0;
    background-blend-mode: luminosity;
    background-position: center;
    z-index: 0;
    opacity: 0.3;
}
.glry10-widget__container{
	position:relative; z-index:2;
}
@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
    .glry10-widget__gallery > :nth-child(5) {
        margin-top: -110px;
    }
    .glry10-widget__gallery > :last-child {
        position: relative;
        margin-top: 0;
    }
    .social-lounge-links{
      margin-top: -125px;
    }
}
@media (max-width: 1100px) {
  .glry10-widget__gallery>:nth-child(4)>.glry10-widget__media {
      margin-top: -122px;
  }
  .glry10-widget__gallery>:last-child {
        margin-top: 20px;
    }
}
@media (max-width: 1023.98px) {
    .glry10-widget__head {
        margin-bottom: 40px;
    }
    .glry10-widget__gallery > :nth-child(5) {
        margin-top: -100px;
    }
}
@media (max-width: 990px) {
.glry10-widget__gallery>:nth-child(4)>.glry10-widget__media {
        margin-top: -102px;
    }
}
@media (max-width: 959.98px) {
    .glry10-widget__gallery > :nth-child(5) {
        margin-top: -75px;
    }
    .glry10-widget__gallery > :last-child {
        margin-top: 50px;
    }
}
@media (max-width: 859px) {
    .glry10-widget__gallery>:last-child {
        margin-top: 60px;
    }
}
@media (max-width: 800px) {
    .glry10-widget__gallery>:last-child {
        margin-top: 80px;
    }
}
@media (max-width: 767.98px) {
    .glry10-widget {
        padding: 60px 0;
    }
    .glry10-widget__gallery > :nth-child(5) {
        margin-top: -60px;
    }
    .glry10-widget__gallery > :last-child {
        margin-top: -150px;
    }
    .glry10-widget__gallery>:first-child>.glry10-widget__media{
      margin-top: 20px;
    }
    .social-lounge-links {
        margin-top: 0; width: 100%; display:block;     text-align: center;
    }
  .social-lounge-links .secondary-h2{
  	margin-bottom: 25px; margin-top: 20px;
  }
  .gallery-bg.addBg:before{
  	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 55%, rgba(255, 255, 255, .5) 70%, rgba(255, 255, 255, 0.7), #fff);
  }
  .gallery-bg.addBg:after{
  	    background-position: -124px 0;
    background-size: cover;
    height: 50%;
    bottom: auto;
    top: 0;
  }
}

@media (max-width: 639.98px) {
    .glry10-widget__gallery > :nth-child(5) {
        margin-top: -50px;
    }
    .glry10-widget__gallery > :last-child {
        margin-top: -130px;
    }
  .glry10-widget__head{
          max-width: 270px;
        margin: 0 auto 40px
  }
}

@media (max-width: 575px) {
    .glry10-widget__gallery > *:not(:first-child) {
        display: none;
    }
    .glry10-widget__gallery > * {
        width: 100%;
    }
}

.affixed-booking {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;  
  color: #fff;
  z-index: 99;
  padding-left: 0; 
  pointer-events: none;
  display:none;
}
.affixed-booking.booking-width,
.milestone .affixed-booking{
	display:block;
}
.affixed-booking form{	
  	background: rgba(18, 24, 56, 0.6);
  	max-width:1000px; margin:0 auto;
  	pointer-events: auto;
      backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.affixed-booking.booking-width{
	bottom:0;
}
.affixed-booking.booking-width form,
.affixed-booking.booking-width{
	background: var(--primary-color); 
}
.affixed-booking .title {
  color: #fff
}

.affixed-booking__col--title {
  display: flex;
  align-items: center;
  justify-content: center
}

.affixed-booking .uk-grid-divider {
  margin-left: -40px;
  align-items: stretch
}

.affixed-booking .uk-grid-divider>* {
  padding-left: 40px;
}

.affixed-booking__title {
  text-align: center
}

.affixed-booking__label { 
  font-size:13px; text-transform:uppercase; font-weight:300; letter-spacing: 1.25px;
}

.affixed-booking__col--button:before {
  display: none
}

.affixed-booking__col--button {
  padding-left: 0 !important; padding-right: 45px;
}

.affixed-booking__button {
  min-height: 45px;
  min-width: 240px;
  border-radius: 0;
  /*font: var(--body-text-fonts);*/
  text-transform: uppercase;
}
.affixed-booking__grid{
	align-items: center; max-width: 1000px;
    margin: 0 auto;
}
.affixed-booking__input {
  height: 40px !important;
  background: transparent !important;
  border-color: transparent;
  padding: 0 !important;
  color: #fff !important;
  cursor: pointer;
  text-align: left;
  font: var(--body-text-fonts);
      font-size: 18px;
}

.affixed-booking__input--full-height {
  height: 100% !important;
  text-align: center;
}
.affixed-booking__controls .ui-datepicker-trigger{
	left: 168px;
    bottom: 12px;
  	width: 16px;
    height: 16px;
}
.affixed-booking__controls:first-child{
	position:relative;
}
.affixed-booking__controls:first-child:after{
	    content: "\e925";
    font-family: 'template-icon';
    font-size: 10px;
    position: absolute;
    left: 220px;
    top: 40%;
}
@media(max-width: 1400px) {
  .affixed-booking__controls:first-child:after{
       left: 210px;
  }
  .affixed-booking__controls.has-icon:after{
  	right: 70px !important;
  }
}
@media(max-width: 1300px) {
  .affixed-booking__controls:first-child:after{
       left: 222px; 
  }
}
select.affixed-booking__input {
  padding: 0 20px 0 0 !important
}

.affixed-booking__input::placeholder {
  color: #fff !important
}

.affixed-booking__input:hover,
.affixed-booking__input:focus,
.affixed-booking__input:focus-visible {
  opacity: .8
}

.affixed-booking__controls {
  position: relative;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  width: 37%;
}
.affixed-booking__controls.js-guest-booking{
	width: 25%;
}
.affixed-booking__controls.has-icon:after {
  content: '\ed38';
  font-family: var(--icon-fonts);
  position: absolute;
  right: 90px;
    font-size: 23px;
  font-weight: normal;
  top: 62%;
  transform: translateY(-50%);
  line-height: 1;
  pointer-events: none;
}

.affixed-booking__dropdown {
  top: auto !important;
  bottom: 100%;
  width: 350px;
  left: 20px !important;
  background: var(--body-bg);
  border: 1px solid var(--border-color);
  color: var(--text-color);
  padding: 10px 25px;
  box-shadow: unset
}

.affixed-booking .date-picker-wrapper {
  top: auto !important;
  bottom: 100%;
  left: 30px !important
}

.room-guests {}

.room-guests__item {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-top: 1px solid var(--border-color);
  padding: 15px 0
}

.room-guests__col--input {
  width: 18px
}

.room-guests__input {
  border: 0 !important;
  background: transparent !important;
  color: var(--primary-color);
  font-size: 18px;
  font-family: var(--title-fonts);
  letter-spacing: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: left
}

.room-guests__col--text {
  width: 125px;
  padding-left: 10px;
  padding-right: 10px
}

.room-guests__text {
  font-size: 14px;
  color: var(--text-color-light);
  text-transform: uppercase;
  letter-spacing: .98px;
  font-family: var(--text-fonts-2);
  text-align: left
}

.room-guests__button {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border: 1px solid var(--text-color);
  background: transparent;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--text-color);
  cursor: pointer;
  transition: all .4s ease; padding:0;
}

.room-guests__button:hover,
.room-guests__button:focus-visible {
  background: var(--highlight-color);
  color: #fff;
  border-color: var(--primary-color)
}

.room-guests__item:first-child {
  border: 0
}

.affixed-booking__button:hover,
.affixed-booking__button:focus,
.affixed-booking__button:focus-visible{
  color: var(--primary-cta-font-hover-color);
  background: var(--primary-cta-hover-color);
  border-color: var(--primary-cta-font-hover-color);
}
.floating-booking__input{
	background:transparent; border:0;
  	font-size: 18px;
    color: var(--inverse-font-color);
    padding-left: 0;
    text-transform: capitalize;
}
.floating-booking__input:focus{
	 color: var(--inverse-font-color);
}
.floating-booking__label{
	text-transform: uppercase; font-weight: 300;
    font-size: 13px;
  letter-spacing: 1.25px;
}
.ng-star-inserted .affixed-booking__controls.has-icon:after{
	top: 65%;
}
.ng-star-inserted .affixed-booking__input{
	font-size:14px;
}
@media(max-width: 1360px) {
  .affixed-booking form{
  	width: 80%;
  }
}
@media(max-width: 1279px) {
  .floating-booking__input,
  .affixed-booking__input{
  	    font-size: 13px;
  }
  .affixed-booking__controls .ui-datepicker-trigger {
      left: 120px;
      width: 13px;
      height: 17px;
  }
  .affixed-booking__controls.has-icon:after {
        right: 50px !important;
    }
  .affixed-booking__controls:first-child:after{
  	        left: 173px;
  }
}
@media(max-width: 1199.98px) {
  .affixed-booking form{
  	width: 80%;
  }  
  .affixed-booking__controls:first-child:after{
  	        left: 159px;
  }
}

@media(max-width: 1023.98px) {
  .affixed-booking__controls:first-child:after{
  	display:none;
  }
}

@media(max-width: 959.98px) {
  .affixed-booking__controls:first-child:after{
  	display:none;
  }
  .affixed-booking{
  	bottom: 0px; z-index: 9;
  }
  .affixed-booking form{
  	width: 100%;
  }
  .affixed-booking__grid{
  	    max-width: 100%;
  }
  .floating-booking__input{
  	    font-size: 16px;
  }
  .affixed-booking__col--button{
  	padding-right: 20px;
  }
  .affixed-booking__col{
  	padding-left:11px;
  }
  .affixed-booking__controls .ui-datepicker-trigger{
  	left: 154px;         bottom: 9px;
  }
  .affixed-booking__button{
  	min-width: 205px;
  }
  .affixed-booking__controls .ui-datepicker-trigger{
  	    right: 20px;
  }
  .affixed-booking.booking-width {
      bottom: 0;
      border-bottom: 1px solid var(--header-color);
  }
}

@media(max-width: 767.98px) {
  .affixed-booking,
  .milestone .affixed-booking{
  	display:none !important;
  }
}

@media(max-width: 639.98px) {}

@media(max-width: 575px) {}
span.home_breadcrumb {
  text-transform: capitalize;
}
.footer9 {
  padding: 100px 20px 120px;
  background-size: cover;
 /* background-position: center; */
  color: var(--footer-color);
  background-color: var(--bg-footer);
  background-size: contain;
  background-repeat: repeat;
}

.footer9 :focus-visible {
    outline: 1px solid var(--footer-color);
    box-shadow: 0 0 2px var(--footer-color) inset;
    -webkit-box-shadow: 0 0 2px var(--footer-color) inset;
    -ms-box-shadow: 0 0 2px var(--footer-color) inset;
    -moz-box-shadow: 0 0 2px var(--footer-color) inset;
}
.footer9.addBg{
	    background-image: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png?width=1500&height=850);
    background-color: var(--tertiary-color); position:relative;
}
.footer9.addBg:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--tertiary-color);
    background-blend-mode: lighten; left:0;
  background: linear-gradient(170deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
}
.footer9__container{
	position:relative; z-index:2;
}
.footer9 .title {
  color: var(--footer-color);
}

.footer9 a {
  color: var(--footer-color);
}

.footer9 a:hover,
.footer9 a:focus-visible {
  text-decoration: underline;
}

.footer9:after {}

.footer9-newsletter form {
  max-width: 540px;
}

.footer9__logo {
  margin-bottom: 0;
}
.footer-links{
	display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px; margin-top: 40px;
}
.footer9-newsletter__grid {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.footer9-newsletter__control {
  flex: 1;
  position: relative;
}

.footer9-newsletter__input {
  height: 48px;
  color: var(--inverse-font-color) !important;
  background: transparent !important;
  border-color: var(--footer-color);
}
.footer9-newsletter__input::placeholder{
	color:#E7E3E8;
}
.footer9-newsletter__gdpr {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.footer9-newsletter__gdpr p{
	margin-bottom:0;
}
footer.footer9 .input-error~.error-message{
	color:var(--border-color) !important;
}
.footer9-newsletter__gdpr a {
  text-decoration: underline;
}

.footer9-newsletter__gdpr a:hover,
.footer9-newsletter__gdpr a:focus-visible,
.footer9-newsletter__gdpr a:focus{
  text-decoration: none; color:var(--inverse-font-color);
}

.footer9-newsletter__btn {
  color: var(--footer-color);
  border-color: var(--footer-color);
}

.footer9__title {
  font: var(--body-text-fonts);
  font-weight: bold;
  margin: 0 0 15px 0;
}

.footer9__address > a, .footer9__phone > a, .footer9__email > a {
  padding: 8px 0;
  display: inline-flex;
}

.footer9__menu-item > a {
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
}

.footer9__menu-item > a.navON {
  text-decoration: underline;
  color: var(--footer-color);
  /*opacity: 0.75; */
}
.footer9__menu{
	display: flex;
    column-gap: 25px;
    justify-content: center;
    margin: 40px 0 35px;
}
.footer9__social .template-icon {
  margin-right: 0;
  display: inline-flex;    font-size: 12px;
}
.footer9__social .template-icon.template-icon-tripadvisor,
.footer9__social .template-icon.template-icon-Youtube{
	font-size: 15px;
}
.footer9__social-item > a {
    width: 30px;
    height: 30px;
    padding: 0;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  position: relative;
}
.footer9__social-item > a:hover,
.footer9__social-item > a:focus{
	background: var(--primary-color); text-decoration:none;
}
.footer9__social{
	display: flex;
    justify-content: center;
    margin-top: 25px;
    column-gap: 15px;
}
.footer9__hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer9__grid{
	margin-bottom:20px;
}
.hide-inner-pages{
	display:none;
}
.milestone .hide-inner-pages{
	display:block;
}
.footer9__copyright {
  font-size: 14px;
}

.footer9__submenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -25px;
  font-size: 14px;
}

.footer9__submenu-item > a {
  text-decoration: none;
  display: block;
}
.footer9__submenu-item > a:hover {  
  text-decoration: underline;
}

.footer9__submenu > * {
  padding-left: 25px;
}
.footer9__submenu-item>a.navON {
    color: var(--footer-color);
    /* opacity:.75; */
    text-decoration: underline;
}
.footer9__col--newsletter{
	    border: 1px solid var(--border-color);
    background: rgba(52, 95, 139, 0.3);     align-items: center;     justify-content: space-between; padding: 30px; display:flex; -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.footer9__bigtitle{
	color:var(--inverse-font-color);     font-weight: 300;     text-transform: capitalize;
}
.footer9__col--newsletter .description{
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .footer9__grid {
    margin-left: -45px;
  }

  .footer9__grid > * {
    padding-left: 45px;
  }

  .footer9__col--social {
    width: auto;
  }

  .footer9__col--newsletter {
    width: auto;
    flex: 1;
  }
}

@media (max-width: 1399.98px) {
  .footer9-newsletter form {
    max-width: 400px;
  }
  .footer9-newsletter__grid {
    flex-direction: column;
  }
  .footer9-newsletter__control {
    flex: 1;
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 1199.98px) {
  .footer9-newsletter form {
    max-width: 100%;
  }

  .footer9-newsletter__grid {
    
  }

  .footer9__col--newsletter {
    margin-bottom: 30px; column-gap: 30px;
  }
}
@media (max-width: 1100px) {
  .footer9__copygrid{
  	    flex-direction: column;
    text-align: center;
  }
  .footer9__submenu{
  	    justify-content: center;
  }
}
@media (max-width: 1023.98px) {
}

@media (max-width: 959.98px) {
  .footer-links{
  	    display: block;
    text-align: center;
  }
  .footer9__col--newsletter{
  	    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .footer9{
  	padding: 50px 20px 170px;
  }
  .footer9__col--newsletter .signup-left,
  .footer9__col--newsletter .signup-media{
      width: 100%;
  }
  .footer9-newsletter__grid{
  	        flex-direction: row;
  }
  .footer9__col--newsletter .signup-media{
  	text-align:center;
  }
}
.footer-logos{
	display:none;
}
@media (max-width: 767.98px) {
  .footer-logos{
	display:block; padding:30px 20px 100px;
}
  .footer9:after{
        content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-blend-mode: lighten;
    left: 0;
  background: linear-gradient(138.37deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);

  }
  .all-site-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
  .footer9{
  	background-repeat: repeat;
    background-size: 2000px;
    background-size: 300%;
    background-image: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png?width=1500&height=850) !important;
    background-color: var(--tertiary-color);
    position: relative;
  }
  .footer9__copygrid > * {
    width: 100%;
  }

  .footer9__copygrid {
    flex-direction: column;
  }

  .footer9__copygrid > *.uk-grid-margin {
    margin-top: 15px;
  }
  .footer9__copygrid>*.uk-first-column.uk-width-auto{
  	margin-top: 11px;
  }
  .footer9 {
    padding: 40px 0 100px;
  }

  .footer9__hr {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .footer9__submenu {
    row-gap: 5px;
  }

  .footer9__submenu > * {
    width: 100%;
  }

  .footer9__submenu-item > a {
    padding: 5px 0;
  }
  .footer9__logo {
    margin-bottom: 20px; margin-top:30px;
  }

  .footer9__col--newsletter {
    margin-bottom: 0;
  }

  .footer9__grid > .uk-grid-margin {
    margin-top: 45px;
  }
  .footer9__col--newsletter{
  	flex-direction: column;
        row-gap: 40px;
        text-align: center;
        padding: 18px;
  }
  .footer-links{
  	    flex-wrap: wrap;
    display: flex;
  }
  .footer9__col--link{
  	order:2; width:100%;
  }
  .footer9__logo{
  	order:1;
    width: 40px;
  }
  .footer9__col--link{
  	order: 3;
  }
  .footer9__menu{
  	flex-wrap: wrap;
  }
  .footer9__menu-item{
  	width:100%;
  }
  .footer9__menu{
  	    margin: 0;     text-align: center;
  }
  .footer9__copyright{
  	    font-size: 13px;
  }
  .footer9__submenu{
  	    flex-wrap: nowrap;
  }
  .footer9__submenu-item{
  	width:auto;
  }
  .footer9__submenu-item>a{
  	font-size:13px;
  }
  .footer9__col--contact{
  	margin-top:40px;
  }
  .footer9__logo{
  	margin-bottom: 50px;
  }
  .footer9-newsletter__control{
  	max-width: 100%;
  }
  .footer9__col--newsletter{
      -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}

@media (max-width: 639.98px) {
  .footer9-newsletter__grid {
    flex-direction: column;
  }

  .footer9-newsletter__action {
    width: 100%;
  }

  .footer9-newsletter__btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
}

.faq1-widget {
    background-blend-mode: luminosity;
    background-color: var(--bg-alt-1);
    padding: 70px 20px;
    background-size: cover;
    background-position: center;
}


html[lang="ja"] body.milestone .faq1-widget, html[lang="ja"] body.rooms .faq1-widget, html[lang="ja"] body.weddings .faq1-widget, html[lang="ja"] body.offers .faq1-widget, html[lang="ja"] body.pet-friendly .faq1-widget, html[lang="ja"] body.special-events .faq1-widget {
    display: none;
}
html[lang="zh-cn"] body.milestone .faq1-widget, html[lang="zh-cn"] body.rooms .faq1-widget, html[lang="zh-cn"] body.weddings .faq1-widget, html[lang="zh-cn"] body.offers .faq1-widget, html[lang="zh-cn"] body.pet-friendly .faq1-widget, html[lang="zh-cn"] body.special-events .faq1-widget {
    display: none;
}
.faq1-widget__title {
    text-align: center;
    margin-bottom: 30px;
}

.faq1-widget__container .description{
   max-width:780px; margin:0 auto;
}

.faq1-widget__accordion {
  	margin-top:30px;
    padding-top: 25px;
    padding-bottom: 25px;
  	display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
}
.faq1-widget__accordion .faqs-list-main{
	display: inline-flex;
    align-items: center; flex-wrap:wrap;
}
.faq1-widget__accordion .faqs-list-main a{
  width: 100%;
}
.faq1-widget__accordion > div{
	margin-top: 12px !important;
    padding: 20px 27px !important;
    background: var(--inverse-font-color); border-top:0 !important;
}
.faq1-widget__accordion .uk-accordion-title{
	font: var(--h6-title-fonts); font-weight:600;
}
.faq1-widget__accordion .uk-accordion-title::before {
    content: '\eb14';
    font-size: 24px;
    font-weight: normal;
}

.faq1-widget__accordion .uk-open>.uk-accordion-title::before {
    content: '\eb0b';
}

.faq1-widget__que {
    margin-bottom: 0;
}

.faq1-widget__accordion .uk-accordion-title::before {
    color: var(--secondary-color);
}
.faq1-widget__accordion > div {
    width: 49%;
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1023.98px) {
}

@media (max-width: 959.98px) {
  .faq1-widget__accordion>div {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .faq1-widget {
        padding: 60px 0;
    }
    .faq1-widget__title {
        margin-bottom: 50px;
    }
    .faq1-widget__accordion {
        padding-top: 15px;
        padding-bottom: 15px;
    }
  	.faq1-widget__accordion>div {
        width: 100%;
    }
}

@media (max-width: 639.98px) {
}

@media (max-width: 575px) {
}

/* Header Starts */

:root {
    --header-height: 110px;
}

body {
    padding-top: var(--header-height);
}

.header {
    position: fixed;
    z-index: 50;
    background: transparent;
    color: var(--header-color);
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    min-height: var(--header-height);
}

.header.loaded {
    background-color: transparent;
}

.header.is-fixed,
.faqs .header,
.gallery .header,
.rfp .header,
.withoutbanner .header,
.accessibility .header,
.privacy-policy .header,
.bed-and-breakast-package .header,
.without-banner-header .header {
    background: var(--bg-header);
    border-bottom: 1px solid #ddd;
}

.header__container {
    width: 100%;
}

.header__grid {
    align-items: center;
    margin-left: -20px;
    justify-content: space-between;
}

.header__grid>* {
    padding-left: 20px;
}

.header__col--center {
    text-align: right;
}

.header__col--right {
    display: flex;
    align-items: center;
}

.header__logo {
    width: var(--logo-width);
    height: var(--logo-height);
    display: inline-block;
    align-items: center;
    color: var(--header-color);
}

.header__logo>* {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header__col.header__col--left a.header__logo .sr-only {
    width: auto;
}

.header__logo path {
    fill: inherit;
}

.header__logo:hover {
    color: var(--header-color);
}

.header-collapsible {
    display: flex;
    justify-content: flex-end;
}

.header__phone {
    display: inline-flex;
    align-items: center;
    font: var(--header-fonts);
    color: var(--header-color);
    text-transform: uppercase;
    padding-left: 5px;
}

.header__phone .template-icon {
    margin-right: 10px;
    font-size: 20px;
    line-height: 1;
}

.header__phone-text {
    display: inline-flex;
    color: var(--header-color);
    align-items: center;
    padding: 0;
}

.header__phone-text:hover,
.header__phone-text:focus {
    text-decoration: underline;
    color: var(--header-color);
}

.header__bookstay {
    margin-left: 20px;
    border: 0;
    min-height: 41px;
    background-color: var(--secondary-color);
    min-width: 140px;
    padding: 8px 25px;
    letter-spacing: 1.26px;
}

.navmenu__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navmenu__list-item {
    margin-right: 5px;
    position: relative;
}

.navmenu__list-item:last-child {
    margin-right: 0;
}

.navmenu__list-link {
    display: inline-flex;
    padding: 10px;
    position: relative;
    font: var(--header-fonts);
    text-transform: var(--header-fonts-text-transform);
    color: var(--header-color);
    filter: opacity(1);
    text-transform: none;
    position: relative;
    overflow: hidden;
    width: fit-content;
}

/*.navmenu__list-link:before {
content: "";
height: 1px;
position: absolute;
bottom: 0;
left: -100%;
background: var(--primary-color);
width: 100%;
transition-duration: .6s;
} */
.navmenu__list-link:hover:before,
.navmenu__list-link:focus:before {
    left: 100%;
}

.navmenu__list-link.navON {
    color: var(--border-color) !important;
}

/*.navmenu__list-link.navON:before{
width: 100%;
left: 0;
} */
.navmenu__list-link:hover,
.navmenu__list-link:focus-visible,
.navmenu-dropmenu__link:hover {
    color: var(--inverse-font-color);
    color: var(--hover-color);
}

.navmenu-dropmenu__link:hover {
    color: var(--primary-color);
}

.navmenu__list-link:focus-visible {
    outline: 1px solid var(--inverse-font-color);
    box-shadow: 0 0 2px var(--inverse-font-color) inset;
    -webkit-box-shadow: 0 0 2px var(--inverse-font-color) inset;
    -ms-box-shadow: 0 0 2px var(--inverse-font-color) inset;
    -moz-box-shadow: 0 0 2px var(--inverse-font-color) inset;
}

.header.is-fixed .navmenu__list-link:hover,
.header.is-fixed .navmenu__list-link:focus-visible,
.header.is-fixed .navmenu-dropmenu__link:hover,
.header.is-fixed .navmenu-dropmenu__link:focus-visible,
.navmenu-dropmenu__link:focus-visible {
    color: var(--primary-color);
    color: var(--hover-color);
}

.header.is-fixed .navmenu-dropmenu__link:hover,
.header.is-fixed .navmenu-dropmenu__link:focus-visible {
    color: var(--primary-color);
    font-weight: 600;
}

.header.is-fixed .navmenu__list-link:focus-visible {
    outline: 1px solid var(--highlight-color);
    box-shadow: 0 0 2px var(--highlight-color) inset;
    -webkit-box-shadow: 0 0 2px var(--highlight-color) inset;
    -ms-box-shadow: 0 0 2px var(--highlight-color) inset;
    -moz-box-shadow: 0 0 2px var(--highlight-color) inset;
}

.navmenu-dropmenu__link.navON {
    font-weight: 600;
}

.navmenu__list-item:last-child .navmenu__list-link {
    padding-right: 0;
}

.navmenu__dropdown>a {
    position: relative;
    padding: 10px;
}

.navmenu-dropmenu {
    padding: 20px 0px;
    margin: 0;
    min-width: 265px;
    background: var(--bg-alt-1);
    overflow: auto;
    max-height: 70vh;
    --uk-position-offset: 15px;
    text-align: left;
    top: 62px !important;
    border-top: 1px solid #cccccc;
}

.navmenu-dropmenu__link {
    display: block;
    padding: 5px 20px;
    text-transform: none;
    font: var(--header-fonts);
    color: var(--primary-color);
}

.navmenu-dropmenu__link.uk-disabled {
    opacity: .2;
}

.navmenu__list-link:hover:after,
.navmenu__list-link[aria-expanded="true"]:after,
.navmenu__list-link.navON:after {
    opacity: 1;
}

.best-rate-container {
    color: var(--inverse-font-color);
}

.best-rate-text-block span {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.best-rate-text-block strong {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.7px;
}

.header-top-container {
    border-bottom: 1px solid var(--header-color);
    height: 42px;
}

.header-top-container .uk-container {
    justify-content: space-between;
}

/*.header-top-container, .header__container{
position:relative; z-index:2;
}
.header:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: linear-gradient(0deg, rgba(18, 24, 56, 0), rgba(18, 24, 56, 1));
} */
.header.is-fixed:before {
    content: none;
}

.header-top-left {
    align-items: center;
}

.header-top-right {
    display: flex;
}

.header-top-container * {
    color: var(--header-color);
    filter: opacity(1);
}

.header-langsel__control {
    background: transparent;
    text-transform: capitalize;
    border-left: 1px solid var(--header-color);
    padding: 0 24px;
    min-height: 41px;
    font-size: 14px;
    align-items: center;
}

.loyalty-link {
    font-size: 14px;
    font-weight: 400;
}

.loyalty-link:hover,
.loyalty-link:focus {
    color: var(--border-color) !important;
}

.loyalty-programs {
    padding-right: 10px;
    text-align: center;
    margin: -15px 0 0;
}

.loyalty-programs.uk-card-body {
    padding: 20px;
}

.loyalty-programs .discription-box {
    padding: 15px 0
}

.loyalty-programs .discription-box p {
    color: var(--primary-color);
}

.loyalty-programs .loyalty-program:first-child .discription-box {
    margin-top: -30px;
}

.loyalty-programs .inner-box+.inner-box {
    padding-top: 20px
}

.loyalty-programs .inner-box .button {
    height: auto;
    line-height: 24px;
    padding: 10px 28px;
}

.loyalty-programs .uk-button-primary {
    color: var(--primary-color);
}

.loyalty-programs .uk-button-primary:hover,
.loyalty-programs .uk-button-primary:focus {
    color: var(--inverse-font-color) !important;
}

.loyalty-program:last-child {
    margin: 20px 0;
}

.header-langsel__control .template-icon-chevron-down {
    padding-left: 5px;
    font-size: 16px;
    line-height: 1;
    margin-top: 3px;
}

.js-lang-name {
    color: var(--primary-color);
  	text-transform: uppercase;
}
.js-langsel-selected {
  	text-transform: uppercase;
}

.header-langsel__dropdown {
    padding: 10px;
    top: 40px !important;
    left: 0 !important;
}

.header-langsel__dropdown .header-langsel__dropdown-link {
    text-transform: capitalize;
    padding: 2px 15px;
    display: block;
}

.header-langsel__dropdown li+li {
    margin-top: 2px;
}

.header-langsel__dropdown li {
    list-style: none;
}

.language-input {
    margin: 0 30px 0 35px;
}

.language-input .uk-inline button {
    color: #fff;
    border: none;
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 2px 20px 0 0;
}

.language-input .uk-inline .uk-dropdown {
    min-width: auto;
    background: #002E5D;
}

.language-input .uk-inline .uk-dropdown ul.lang-dropnav li a {
    padding: 0;
    color: #fff;
}

.language-input .uk-inline .language-dropdown {
    display: none;
}

.language-input .uk-inline .uk-dropdown.uk-open.language-dropdown {
    display: block;
}

html[lang="ja"] .navmenu__list-link {
    font-size: 13px;
}

@media all and (max-width: 1024px) {
    .language-input .uk-inline button {
        padding: 2px 15px 0 0;
    }

    .language-input {
        position: relative;
        padding-left: 0px;
        margin: 0 5px 0 25px;
    }

    .language-input option {
        background: #236192;
        border: 0;
        padding: 5px;
    }

    .language-input option:hover {
        background: transparent;
        color: #000
    }

    .language-input select {
        font-size: 13px;
        letter-spacing: 1.3px;
        background: transparent;
        border: 0;
        padding: 0 18px 0 5px;
        float: left;
        color: #fff
    }

    .language-input select:focus {
        background: transparent;
        color: #fff;
    }

    .language-input .mim-icon-right-arrow2 {
        transform: rotate(90deg);
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        transition: all ease 0.5s;
        position: absolute;
        right: -5px;
        top: 13px;
        z-index: -1;
    }
}

@media (min-width: 960px) and (max-width: 1000px) {
    .navmenu__list-link {
        font-size: 13px !important;
    }
}

@media all and (min-width: 1025px) {
    .language-input {
        position: relative;
    }

    .language-input .uk-inline button:focus {
        outline: 1px solid #fff;
    }

    .language-input option {
        background: #ffffff;
        border: 0;
        padding: 5px;
        color: #3B5A6D;
    }

    .language-input option:hover {
        background: transparent;
        color: #000
    }

    .language-input select {
        cursor: pointer;
        font-size: 13px;
        letter-spacing: 1.3px;
        background: transparent;
        border: 0;
        padding: 0 18px 0 5px;
        float: left;
        color: #fff
    }

    .language-input select:focus {
        background: transparent;
        color: #fff;
        outline: 1px solid;
    }

    .language-input .mim-icon-right-arrow2 {
        transform: rotate(90deg);
        display: inline-block;
        font-size: 11px;
        font-weight: bold;
        transition: all ease 0.5s;
        position: absolute;
        right: 0;
        top: 17px;
        z-index: 0;
    }

    .language-input.main-header .mim-icon-right-arrow2 {
        top: 32px;
    }
}

.header.is-fixed .header-top-container *,
.header.is-fixed .header__logo,
.header.is-fixed .navmenu__list-link,
.header.is-fixed .best-rate-container,
.faqs .header .header-top-container *,
.faqs .header .header__logo,
.faqs .header .navmenu__list-link,
.faqs .header .best-rate-container,
.gallery .header .header-top-container *,
.gallery .header .header__logo,
.gallery .header .navmenu__list-link,
.gallery .header .best-rate-container,
.rfp .header .header-top-container *,
.rfp .header .header__logo,
.rfp .header .navmenu__list-link,
.rfp .header .best-rate-container,
.withoutbanner .header .header-top-container *,
.withoutbanner .header .header__logo,
.withoutbanner .header .navmenu__list-link,
.withoutbanner .header .best-rate-container,
.accessibility .header .header-top-container *,
.accessibility .header .header__logo,
.accessibility .header .navmenu__list-link,
.accessibility .header .best-rate-container,
.privacy-policy .header .header-top-container *,
.privacy-policy .header .header__logo,
.privacy-policy .header .navmenu__list-link,
.privacy-policy .header .best-rate-container {
    color: var(--primary-color);
}

.header.is-fixed .header__bookstay,
.faqs .header .header__bookstay,
.gallery .header .header__bookstay,
.rfp .header .header__bookstay,
.withoutbanner .header .header__bookstay,
.accessibility .header .header__bookstay,
.privacy-policy .header .header__bookstay {
    color: var(--inverse-font-color);
}

.header.is-fixed .header-top-container,
.faqs .header .header-top-container,
.gallery .header .header-top-container,
.rfp .header .header-top-container,
.withoutbanner .header .header-top-container,
.accessibility .header .header-top-container,
.privacy-policy .header .header-top-container {
    border-bottom: 1px solid #ddd;
}

.header.is-fixed .header-langsel__control,
.faqs .header .header-langsel__control,
.gallery .header .header-langsel__control,
.rfp .header .header-langsel__control,
.withoutbanner .header .header-langsel__control,
.accessibility .header .header-langsel__control,
.privacy-policy .header .header-langsel__control {
    border-left: 1px solid #ddd;
}

@media(min-width: 960px) {
    .navmenu__list-item--onlymob {
        display: none !important
    }

    .header-top-container {
        position: relative;
        z-index: 1;
    }
}

@media(min-width: 768px) {

    .header__toggler,
    .navmenu__list-link--btn {
        display: none !important
    }
}

@media (max-width: 1399.98px) {
    .navmenu__list-item {
        margin-right: 0;
        position: relative;
    }

    .navmenu__list-link {
        padding: 10px 10px;
    }

    :root {
        --header-height: 95px;
    }

    .header__logo {
        width: var(--mob-logo-width);
        height: var(--mob-logo-height);

    }

    .header__phone .template-icon {
        margin-right: 10px;
        font-size: 16px;
    }
}

@media (max-width: 1060px) {
    .navmenu__list-link {
        font-size: 14px;
    }

    html[lang="ja"] .navmenu__list-link {
        font-size: 12px;
    }
}

@media (max-width: 1023.98px) {

    .header__phone,
    .navmenu__list-link,
    .header__bookstay {
        font-size: 15px;
    }

    :root {
        --header-height: 106px;
    }

}

@media (max-width: 959.98px) {

    .header-top-container * {
        filter: inherit;
    }

    .navmenu__list-link:hover:before,
    .navmenu__list-link:focus:before {
        left: auto;
    }
    
    .header__phone .template-icon {
        font-size: 16px;
        margin: 0;
    }

    .header-collapsible {
        position: fixed;
        top: var(--header-height, 0);
        left: -100%;
        left: 0;
        width: 100%;
        height: calc(100vh - var(--header-height, 0));
        z-index: 9;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        transition: left .4s ease;
        padding-top: 0;
        padding-bottom: 70px;
        display: block;
        background: var(--bg-header);
        display: none !important;
    }

    .is-header-active .header-collapsible {
        left: 0;
        display: block !important;
    }
    
    .header__toggler-btn {
        background: transparent;
        border: 0;
        display: flex;
        padding: 12px 0;
        margin: 0;
        font-size: 24px;
        line-height: 1;
        color: var(--header-color);
        cursor: pointer;
        align-items: center;
        min-width: 24px;
        justify-content: flex-end;
    }

    .header__toggler-btn .template-icon-menu-toggle {
        font-size: 16px;
    }
  
    html[lang="ja"] .navmenu__list-link {
        font-size: 15px;
    }
  
    .faqs .header__toggler-btn,
    .gallery .header__toggler-btn,
    .rfp .header__toggler-btn,
    .withoutbanner .header__toggler-btn,
    .accessibility .header__toggler-btn,
    .privacy-policy .header__toggler-btn {
        color: var(--primary-color);
    }

    .header.is-fixed .header__toggler-btn {
        color: var(--primary-color);
    }

    .header__toggler-btn .is-togglemenu-active {
        display: none;
    }

    .header__toggler-btn .is-togglemenu-close {
        display: block;
    }

    .is-header-active {
        overflow: hidden
    }

    .is-header-active .header__toggler-btn .is-togglemenu-active {
        display: block;
        font-size: 28px;
        margin-top: -6px;
    }

    .is-header-active .header__toggler-btn .is-togglemenu-close {
        display: none;
    }


    .header__toggler {
        display: block !important;
    }

    .header__col--right {
        display: none;
    }

    .navmenu__list {
        display: block;
        position: relative;
        z-index: 10;
        padding: 0 20px;
        height: calc(100vh - 200px);
        overflow: auto;
    }

    .navmenu__list-item+.navmenu__list-item {
        margin-top: 0;
        border-top: 1px solid var(--border-color);
    }

    .navmenu__list-link {
        display: flex;
        padding: 10px 0;
        font: var(--mob-header-fonts);
        text-transform: var(--header-fonts-text-transform);
        text-align: left;
        justify-content: flex-start;
        text-transform: none;
        width: 100%;
        color: var(--primary-color) !important;
    }

    .navmenu-dropmenu {
        position: relative !important;
        box-shadow: none !important;
        background: transparent;
        padding: 0 0 10px;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        max-width: 100% !important;
        list-style: none;
        margin-top: -10px;
        border-top: none;
    }

    .navmenu-dropmenu__link {
        font: var(--body-text-fonts);
        padding: 7px 20px 7px 0;
    }

    .navmenu__dropdown>a:before {
        content: '\ed38';
        font-family: var(--icon-fonts);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        transition: all .4s ease;
        line-height: 1;
        font-size: 24px;
    }

    .navmenu__dropdown>a[aria-expanded="true"]:before {
        content: '\ed40';
        transform: translateY(-50%);
        right: 0;
        left: auto;
    }

    .navmenu__dropdown>a {
        padding: 10px 10px 10px 0;
    }

    .navmenu__list-link.navON,
    .navmenu__more-link.navON {
        color: var(--primary-color) !important;
        font-weight: 500;
        text-decoration: underline;
    }

    .navmenu-dropmenu__link.navON {
        font-weight: 500;
        text-decoration: underline;
    }

    .header.is-fixed {
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 767.98px) {

    .navmenu__list-link.navON,
    .navmenu__more-link.navON {
        color: var(--primary-color) !important;
        font-weight: 500;
        text-decoration: none;
    }

    .navmenu-dropmenu__link.navON {
        font-weight: 700;
        text-decoration: none;
    }

    .header__phone {
        min-width: 18px;
        line-height: 1;
        display: block;
    }

    .header__bookstay {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: var(--secondary-cta-font-color);
        color: var(--inverse-font-color);
        font: var(--primary-cta-fonts);
        min-height: 52px;
        margin: 0;
    }

    :root {
        --header-height: 63px;
    }

    body {
        padding-top: var(--header-height);
    }

    .header {
        min-height: var(--header-height);
        z-index: 101;
        padding: 0;
        display: flex;
        align-items: center;
    }

    .header__col--left {
        flex: 1;
        min-width: 1px;
        text-align: center;
    }

    .header__col--center {
        order: 1;
        flex: 0;
        min-width: unset;
    }

    .header-top-left {
        display: none;
    }

    .header__col--right {
        order: 3;
    }

    .header__container {
        width: 100%;
    }

    .header__bookstay {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 15px 15px;
        height: 55px;
        z-index: 10;
        border-radius: 0;
    }

    .is-bookstay-active .header__bookstay {
        display: none;
    }

    .header__col--right {
        display: flex;
        align-items: center;
    }

    .header__phone-label {
        display: none;
    }

    .header__phone-text>.template-icon {
        display: block;
        font-size: 18px;
        font-weight: normal;
    }

    .header__grid {
        margin-left: -30px;
    }

    .header__grid>* {
        padding-left: 30px;
    }

    .header__top-left,
    .header__top-right {
        width: 60px;
    }

    .header__top-center {
        width: calc(100% - 60px*2);
        width: -webkit-calc(100% - 60px*2);
        max-width: calc(100% - 60px*2);
        max-width: -webkit-calc(100% - 60px*2);
    }

    .navmenu__dropdown>a {
        padding: 20px 30px 20px 0;
    }



    .is-header-active .header {
        background: var(--bg-header) !important;
        border-bottom-color: transparent;
    }

    .header__phone-text span {
        display: none;
    }

    .header__phone-text:before {
        font-family: 'template-icon';
        content: "\e9a3";
    }

    .header-top-container {
        border-bottom: 0;
    }

    .header.is-fixed .header-top-container,
    .faqs .header .header-top-container,
    .gallery .header .header-top-container,
    .rfp .header .header-top-container,
    .withoutbanner .header .header-top-container,
    .accessibility .header .header-top-container,
    .privacy-policy .header .header-top-container {
        border-bottom: 0;
    }

    .header__col--right {
        display: none;
    }

    .header-top-container {
        order: 2;
    }

    .header__container,
    .header__col--left {
        order: 1;
    }

    .header.is-fixed .header-top-container {
        border-bottom: 0;
    }

    .header__col--left {
        text-align: left;
    }

    .header-top-container {
        position: relative;
    }

    .header__phone {
        position: absolute;
        right: 60px;
        top: 16px;
    }

    .header__toggler {
        position: absolute;
        right: 20px;
        top: 17px;
    }

    .navmenu__list-link {
        font-size: 28px;
        color: var(--primary-color);
    }

    .navmenu__list-link {
        padding: 26px 30px 26px 0;
    }

    .navmenu__list-item+.navmenu__list-item {
        border-top: 1px solid #E4E2DF;
    }

    .navmenu__list {
        margin-top: 15px;
    }

    .header__phone-text {
        font-size: 20px;
    }

    .navmenu__dropdown>a:before {
        content: '\ed38';
        font-family: var(--icon-fonts);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        transition: all .4s ease;
        line-height: 1;
        font-size: 24px;
    }

    .navmenu__dropdown>a[aria-expanded="true"]:before {
        content: '\ed40';
        transform: translateY(-50%);
        right: 0;
        left: auto;
    }

    .navmenu-dropmenu {
        border-top: 0;
    }

    .header-langsel__dropdown .header-langsel__dropdown-link {
        padding: 2px 35px 2px 15px;
    }
}

@supports (-webkit-touch-callout: none) {
    @media (max-device-width: 1024px) {
        .header__phone {
            right: 55px !important;
        }
    }
}

@media (max-width: 767px) {
    .navmenu__dropdown>a:before {
        content: '\ed38';
        font-family: var(--icon-fonts);
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        transition: all .4s ease;
        line-height: 1;
        font-size: 24px;
    }

    .navmenu__dropdown>a[aria-expanded="true"]:before {
        content: '\ed40';
        transform: translateY(-50%);
        right: 0;
        left: auto;
    }

    .navmenu__dropdown>a:hover:before,
    .navmenu__dropdown>a:focus:before {
        color: var(--primary-color) !important;
    }
}

@media (max-width: 575px) {}

/* Header Ends */

/* Transparent Header Starts */

@media (min-width: 768px) {

    .has-transparent-header {
        padding-top: 0;
    }

    .has-transparent-header .header:not(.is-fixed) {
        background: transparent;
    }

    .has-transparent-header .header:not(.is-fixed) .header__logo {
        color: var(--inverse-font-color);
        filter: opacity(1);
    }

    .has-transparent-header .header:not(.is-fixed) .navmenu__list-link,
    .has-transparent-header .header:not(.is-fixed) .navmenu__dropdown>a:before,
    .has-transparent-header .header:not(.is-fixed) .header__phone,
    .has-transparent-header .header:not(.is-fixed) .header__phone-text {
        color: var(--inverse-font-color);
        filter: opacity(1);
    }

    .has-transparent-header .header:not(.is-fixed) .navmenu__list-link:hover,
    .has-transparent-header .header:not(.is-fixed) .navmenu__list-link:focus-visible,
    .has-transparent-header .header:not(.is-fixed) .header__phone-text:hover,
    .has-transparent-header .header:not(.is-fixed) .header__phone-text:focus-visible {
        color: var(--highlight-color);
    }

    .has-transparent-header .header:not(.is-fixed) .header__bookstay {
        border-color: transparent
    }

    .has-transparent-header .header:not(.is-fixed) .header__bookstay:hover,
    .has-transparent-header .header:not(.is-fixed) .header__bookstay:focus-visible {
        border-color: var(--primary-cta-hover-color);
    }
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 1023.98px) {}

@media (min-width: 768px) {

    .mobile-bottom-sticky,
    .mobile-menu-show,
    .nav-reserve {
        display: none
    }
}

@media (max-width: 767.98px) {

    .mobile-bottom-sticky,
    .mobile-menu-show,
    .nav-reserve {
        display: block;
    }

    .nav-reserve {
        position: fixed;
        display: none;
        z-index: 99;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .is-header-active .nav-reserve {
        display: block;
    }

    .mobile-menu-show .header-top-left {
        display: flex;
        width: 100%;
    }

    .header-top-right .header__bookstay {
        display: none;
    }

    .mobile-bottom-sticky {
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 60%;
        right: 0;
    }

    .header__bookstay {
        position: static;
        background: var(--secondary-color);
    }

    .header__col--right {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 40%;
        background: var(--primary-color);
        height: 55px;
        padding-left: 0;
    }

    .ota-widget {
        width: 100%;
        height: 100%;
        position: static;
        min-width: auto !important;
    }

    .ota-label-container {
        padding: 19px 0 !important;
    }

    .dollar-stamp-img,
    .ota-rate-guarantee {
        display: none;
    }

    .ota-toggle {
        color: #fff;
        font-size: 14px !important;
        text-transform: none !important;
    }

    .ota-drop.uk-open:after {
        display: none !important;
    }

    .header__col--left {
        margin-top: 0 !important;
    }

    .header-collapsible:after {
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        position: absolute;
        background: linear-gradient(180deg, #fff 14.53%, rgba(255, 255, 255, 0) 176.97%), linear-gradient(180deg, rgba(242, 241, 242, 0) 43.67%, #f2f1f2 94.89%);
    }

    .header-collapsible {
        background-image: url(https://assets.milestoneinternet.com/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/intro-bg-image.png);
        background-position: center;
        background-size: cover;
        background-color: var(--bg-alt-1);
        background-blend-mode: luminosity;
    }

    .navmenu__list-link {
        font-weight: 300;
    }

    .mobile-menu-show {
        position: relative;
        z-index: 99;
        border: 1px solid #D9D9D9;
    }

    .language-input .header-langsel__control {
        color: var(--primary-color);
        width: 100%;
    }

    .language-input {
        width: 50%;
        margin: 0;
        border-left: 1px solid #D9D9D9;
        text-align: center;
    }

    .loyalty-link {
        width: 50%;
        text-align: center;
    }

    .header-langsel__dropdown {
        min-width: 100% !important;
    }

    .loyalty-programs.uk-card-body {
        width: 100%;
    }

    .ota-label-container {
        text-align: center;
    }

    /*.has-transparent-header .header:not(.is-fixed) .header__toggler-btn,
  .has-transparent-header .header:not(.is-fixed) .header__phone-text {
  color: var(--inverse-font-color);
  filter: opacity(1);
}*/
    .navmenu__list .navmenu__list-item:last-child .uk-dropdown {
        padding-bottom: 50px;
    }
}

@media (max-width: 639.98px) {}

@media (max-width: 575px) {}


/* Transparent Header Ends */

/* Page Studio Editor + Header Starts */
.page-component-mi-block .header {
    position: static;
    background: var(--bg-header) !important;
    color: var(--header-color) !important;
}

/*.page-component-mi-block .navmenu__list-link, 
.page-component-mi-block .navmenu__dropdown>a:before, 
.page-component-mi-block .header__phone, 
.page-component-mi-block .header__phone-text, 
.page-component-mi-block .header__bookstay, 
.page-component-mi-block .header__logo {
color: var(--header-color) !important;
} */

.page-component-mi-block .header__bookstay {
    border-color: var(--secondary-cta-font-color) !important;
}

/* Page Studio Editor + Header Ends */

/* Header + Main Banner Starts */
.has-transparent-header .hr30-widget {}

@media (max-width: 767.98px) {
    .vcomponent:has(.header)~.VComponent .hr30-widget {
        height: calc(100vh - var(--header-height, 0) - 55px);
    }
}

/* fix for safari */
@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        @media (max-width: 767px) {
            .navmenu__list .navmenu__list-item:last-child .uk-dropdown {
                padding-bottom: 50px;
            }
        }

    }
}

/* Header + Main Banner Ends */

body.faqs .language-input.main-header {
    display: none;
}

.ng-star-inserted .header-langsel.js-langsel {
    display: none;
}

.page-component-mi-block.ng-star-inserted .language-input.main-header {
    display: none;
}

.ng-star-inserted .language-input {
    display: none;
}

.ng-star-inserted .language-input.main-header {
    display: none;
}
/* Home video */
/* Video */
.hero-image {
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.home-video__container {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.home-video:before {
  content: "";
  height: 250px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all .4s ease 0s;
  /*background: linear-gradient(to bottom,rgba(0,0,0,.65) 0%,rgba(0,0,0,0) 100%);*/
  /* background: transparent linear-gradient(180deg, #000000BF 0%, #0000008C 15%, #00000005 50%, #00000000 100%) 0% 0% no-repeat padding-box; */
  background: transparent linear-gradient(180deg, #000000 0%, #0000008C 35%, #00000005 80%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.home-video:after {
  content: "";
  height: 230px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: all .4s ease 0s;
  background: transparent linear-gradient(0deg, #000000bf 0%, #0000008C 30%, #00000005 80%, #00000000 100%) 0% 0% no-repeat padding-box;
}
.home-video__block {
  width: 100%;
}
.home-video__title {
  z-index: 9;
  max-width: 800px;
  color: transparent;
  text-shadow: 0 0 0 rgba(255, 255, 255, 1);
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;  
  transform: translateY(-40%); 
  right: 0;
  margin: 0 auto;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  text-transform: capitalize;
  font-family:var(--title-fonts); 
  letter-spacing: 0;
}
.home-video__block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.home-video__block video.video-swap.cms6 {
  height: 100%;
}
.home-video__actions {
  z-index: 2;
  position: absolute;
  left: 5px;
  bottom: 0px;
}
.home-video__trigger {
  width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--primary-color);
  background: #fff;
  border-radius: 50px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  margin: 30px;
  text-transform: capitalize;
  padding: 0 10px;
  line-height: 30px;
  min-width: auto;
}
.home-video__actions.is-active .home-video__trigger,
.home-video__trigger:hover,
.home-video__trigger:focus{
  width: 80px;
  height: 80px;
  color: var(--header-color);
  background-color: var(--primary-color);
}
.home-video__trigger:hover .home-video__trigger-text,
.home-video__trigger:focus .home-video__trigger-text {
  display: block;
}
.home-video__actions.is-active .home-video__trigger:hover, .home-video__actions.is-active .home-video__trigger:focus {
  background-color: var(--secondary-color);
}
.is-off {
  display: none;
}
.home-video__actions.is-active .home-video__trigger .is-off {
  display: block;
}
.home-video__actions.is-active .home-video__trigger .is-on {
  display: none;
}
.home-video__actions-more {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 30px;
}
.home-video__actions.is-active .home-video__actions-more {
  display: block;
}
.home-video__trigger-icon {
  display: flex !important;
  justify-content: center;
  width: 18px;
  height: 12px;
  margin: auto !important;
}
.home-video__trigger-text {
  display: none;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
}
.home-video__btn {
  width: 80px;
  height: 80px;
  color: #fff;
  display: flex;
  line-height: 14px;
  margin-bottom: 3px;
  background: var(--primary-color);
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  opacity: 0.9;
  font-size: 11px;
  padding: 0 5px;
  flex-direction: column;
  text-transform: capitalize;
  letter-spacing: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  min-width: auto;
}
.home-video__btn:hover,
.home-video__btn:focus {
  background: var(--secondary-color);
}
.home-video__btn .is-off,
.home-video__btn.active .is-on {
  display: none;
}
.home-video__btn .is-on,
.home-video__btn.active .is-off {
  display: block;
}
.home-video__btn .uk-icon {
  display: block;
  margin-bottom: 8px;
}
.home-video__btn .uk-icon > svg {
  width: 20px;
  height: auto;
}
.hero-image-wrap.home-video__block {
  position: relative;
  height: 100%;
  /* padding-bottom: 56.25%;
  background-size: cover; */
  background-repeat: no-repeat;
  background-position: center;
}
.home-mp4-vide .hero-image-wrap.home-video__block {
  padding: 0;
  height: auto;
}
.hero-image-wrap.home-video__block iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}
.hero-image-wrap.home-video__block:after {
  content: none;
  background: transparent
    linear-gradient(180deg, #084877 0%, #0a375d 22%, #ffffff00 100%) 0% 0%
    no-repeat padding-box;
  mix-blend-mode: multiply;
  opacity: 0.45;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
ul.ckbullet {
  margin: 0;
  padding: 0;
}
ul.ckbullet li {
  margin: 0 0 20px 0;
  font-family: var(--text-fonts);
  font-size: 15px;
  line-height: 22px;
}
ul.ckbullet li::marker {
  content: none;
}
ul.ckbullet li:before {
  content: '\e91e';
  font-family: var(--icon-fonts);
  font-size: 12px;
  font-weight: 600;
  color: #D69CA0;
  padding: 0 5px 0 0;
}
.home-video__modal .uk-close{
  top: 0;
  right: 0;
  padding: 11px;
  background-color: var(--highlight-color);
  color: #fff;
}
.home-video__modal .uk-close:hover, .home-video__modal .uk-close:focus{
  background-color: var(--secondary-color);
  color: #fff;
}
.is-video-swapped .hr103-slideshow__media > img {
    display: none;
}

.is-video-swapped .home-video__wrapper {
    display: block;
}

.home-video__wrapper {
    display: none;
}
@media (max-width: 960px){
  .home-video__block video {
    height: auto;
  }
  .hero-image{
    height: 100%;
  }
  .home-video__block video {
    height: 100%;
  }
  .home-mp4-vide .hero-image-wrap.home-video__block {
    height: 100%;
  }
  .home-video:after{
    content:none;
  } 
}
@media (max-width: 959px){
  .home-video__actions{
    bottom: 155px;
  }
}
@media (max-width: 767px){
  .home-video__actions{
    z-index: 9; 
  }

  .home-video__title{
    font-size: 30px !important; padding:0 62px; line-height: normal;
  }
  .home-video::before {
    background: transparent;
  }
  .home-video__trigger:hover .home-video__trigger-text, .home-video__trigger:focus .home-video__trigger-text {
    display: none;
  }
  .home-video__btn .uk-icon {
    margin-bottom: 0;
    text-indent: 0;
    line-height: 30px;
  }
  .home-video__btn .is-on, .home-video__btn.active .is-off {
    display: flex;
  }
  .home-video__actions.is-active .home-video__trigger {
    width: 30px;
    height: 30px;
    margin: 0 20px 10px;
  }
  .home-video__trigger:hover, .home-video__trigger:focus {
    width: 30px;
    height: 30px;
  }
  .home-video__trigger {
    margin: 0 0 20px 15px;
    margin: 0 20px 10px 20px;
  }
  .home-video__actions-more {
    bottom: 40px;
    left: 20px;
  }
  .home-video__btn {
    width: 30px;
    height: 30px;
    text-indent: -9999px !important;
    min-height: 30px;
    line-height: 0px;
    border-radius: 4px;
    text-align: unset;
  }
  .home-video__btn .mobile-hide {
    display: none;
  }
  .home-video__btn.full-video {

  }
  .home-video{
    padding-top: 85px;
  }
  .home-video:after{
    content:none;
  }
  .home-video__actions{
    bottom: 40px;
  }
  .home-video__actions{
    right: 0px;
    bottom: 20px;
    left: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .home-video__btn{
    width:80px;height:80px;
  }
  .home-video__actions.is-active .home-video__trigger, .home-video__trigger:hover, .home-video__trigger:focus {
    width: 80px;
    height: 80px;
  }
  .home-video__trigger{
    margin: 30px;
  }
}

.three-content-content .uk-card-body{
	padding:18px 0 0 0;
}
.three-content-content .uk-card-title{
  font-weight:600; margin-bottom: 8px; filter: opacity(1);
} 
.three-grid-section h2{
	max-width:400px; text-align:center;     margin: 0 auto 35px;
}
.three-content-content:nth-child(odd){
	    margin-top: -80px;
}
.three-grid-section{
	padding:70px 0;
}
.addBg.three-grid-bg{
	position:relative;
}
.addBg.three-grid-bg:after{
	content:"";
  	background-image: url(https://assets.milestoneinternet.com/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/site-images/home/three-grid-bg.jpg);
    position: absolute;
    bottom: 0;
    height: 1200px;
    width: 100%;
    background-color: #F2F1F2;
    left: 0;
    background-blend-mode: luminosity;
    background-position: center;
    z-index: 0;
}
.addBg.three-grid-bg:before{
	content:"";
      width: 100%;
    height: 1200px;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .8), rgba(0, 0, 0, 0));
}
.three-grid-section .uk-container{
	position:relative; z-index:2;
}
.three-grid-with-title{
	position:relative;
}
.three-grid-with-title:after{
	content:"";
      width: 100%;
    height: 500px;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(0deg, rgba(242, 241, 242, 1) 25%, rgba(242, 241, 242, .8), rgba(0, 0, 0, 0));
}
.three-grid-bg-color:after{
	    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0px;
        background: linear-gradient(0deg, rgba(242, 241, 242, 1) 25%, rgba(246, 244, 245, .5), rgba(246, 244, 245, 0));
}
.three-grid-bg-color{
	    margin-top: -140px;     background: rgba(246, 244, 245, 1);
}
.button-combo{
	margin-top:30px;
}

@media (max-width: 1023px) {
  .three-grid-bg-color{
      margin-top: -95px;
  }
  .three-content-content:nth-child(odd){
		margin-top:0;
  }
}
@media (max-width: 767.98px) {
  .three-content-content{
  	width:100%;
  }
  .three-content-content .uk-card-media-top{
  	text-align:center;
  }
  .three-content-content:nth-child(odd){
		margin-top:0;
  }
  .three-content-content:last-child{
  		margin-top:30px;
  }
  .addBg.three-grid-bg:after{
  	    bottom: auto;
        top: -556px;
        background-repeat: no-repeat;
    	height: 915px;
  }
  .three-grid-with-title:after{
  	background: linear-gradient(0deg, rgba(242, 241, 242, 1) 72%, rgba(242, 241, 242, 1), rgba(0, 0, 0, 0)); height:97%;
  }
  .three-grid-bg-color:after{
  	height: 97%;
  }
  .lt135-h1{
  	position:relative;
  }
  .lt135-h1:before{
  	content: "";
    width: 100%;
    height: 1200px;
    position: absolute;
    left: 0;
    z-index: 1;
    top: -85px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 32%, rgba(255, 255, 255, 0.9), rgba(0, 0, 0, 0));
   /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .8), rgba(0, 0, 0, 0)); */
  }  
}
.rooms-slider{
	background: linear-gradient(340deg, rgba(18, 24, 56, 1) 25%, rgb(49 78 108 / 90%), rgb(61 91 122)); height:800px;
}
.rooms-slider.addBg{
	position:relative;
}
.rooms-slider.addBg:after{
  content:"";
  position:absolute;
  background-image:url(https://assets.milestoneinternet.com/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png);
  width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: var(--tertiary-color);
    background-blend-mode: lighten;  
  	background-size: 94%;
}
.rooms-slider.addBg .uk-grid{
	position:relative; z-index:2;
}
.rooms-slider:before {
    content: "";
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    position: absolute;
    left: 50px;
    border: 1px solid var(--border-color);
}
.room-slider-left-media{
	position:absolute; left:0; margin-top: -60px;
}
.room-slider-left-content{
	    max-width: 80%;
    margin-left: 280px;
}
.room-slider-left-content h2,
.room-slider-left-content .description{
	color:var(--inverse-font-color);
}
.room-slider-list li img{
	width: calc(100% - 35px);
}
.rooms-slider .uk-slidenav{
    top: auto;
    bottom: -80px;
    left: auto;
}
.rooms-slider .uk-slidenav.uk-position-center-left{
      right: 100px;
}
.rooms-slider .uk-slidenav.uk-position-center-right{
      right: 50px;
}
@media (min-width: 1400px) {
  .room-slider-list{
      width: 45%;
      margin: -15px 0 0 auto;
  }
  .rooms-slider .uk-slidenav{
  	    bottom: -60px;
  }
  .rooms-slider .uk-slidenav.uk-position-center-left {
      right: 130px;
  }
  .rooms-slider .uk-slidenav.uk-position-center-right {
      right: 70px;
  }
  .room-slider-left-content{
  	margin-left: 50%;
  }
  .room-slider-left-media{
  	width:45%; margin-top: -45px;
  }
  .room-slider-left-media img{
  	width: 100%;
    height: 555px;
    object-fit: cover;
  }
}
@media (max-width: 1600px) {
  .room-slider-list {
        width: 50%;
  }
}
@media (max-width: 1300px) {
  .rooms-slider{
  	    height: 750px;
  }
  .room-slider-left-media{
  	margin-top: -15px;
  }
  .room-slider-left-media img{
        height: 450px; object-fit:cover;
  }
  .rooms-slider .uk-card-body {
        padding: 40px 0 40px 20px;
  }
  .room-slider-left-content{
  	    margin-left: 300px;
  }
}
@media (max-width: 1200px) {
  .rooms-slider{
  	height: calc(100% - 192px);  min-height: auto !important;
  }
  .room-slider-left-content{
  	    margin-left: 280px;
  }
  .rooms-slider li{
  	margin-top: 30px;
  }
  .room-slider-list li img{
  	height: 90%;
    object-fit: cover;
  }
  .rooms-slider .uk-slidenav {
    bottom: -16px;
  }
  .room-slider-left-media img {
        height: 315px; width: 240px;
  }
      .room-slider-left-content {
        margin-left: 300px;
    }
  .room-slider-left-content h2{
  	    font-size: 30px;
    line-height: 35px;
  }
  .room-slider-left-content {
        margin-left: 245px;
    }
}
@media (min-width: 1024px) {
.room-slider-left-content h2 span{
	    padding-left: 60px; display:block;
}
  html[lang="ja"] .room-slider-left-content h2 span{
   	padding-left: 40px; 
  }
}
@media (max-width: 1430px) {
.room-slider-left-content h2 span{
	padding-left: 50px;
}
}
@media (max-width: 1350px) {
.room-slider-left-content h2 span {
        padding-left: 30px;
}
   html[lang="ja"] .room-slider-left-content h2 span{
	padding-left: 20px;
}
}
@media (max-width: 1240px) {
.room-slider-left-content h2{
	font-size: 36px;
    line-height: 45px;
}
}
@media (max-width: 1024px) {
  .room-slider-left-content h2 span{
          padding-left: 0; display:inline;
  }
}
@media (min-width: 960px) {
  .rooms-slider{
  		background-color: var(--tertiary-color);
  }
  .rooms-slider.addBg{
  	    background-image: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png?width=1500&height=850);    
  }
  .rooms-slider.addBg:after{
  	    background: linear-gradient(170deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;        opacity: 1;
  }
  .rooms-slider:before{
  	z-index: 2;
  }
}
@media (max-width: 959px) {
  .room-slider-left-media {
        margin-top: 0;
  }
  .rooms-slider-first{
  	    width: calc(100% - 150px);
    margin: 55px auto 0;
  }
  .room-slider-list{
  	        margin: 0px auto 40px !important;
  }
      .rooms-slider .uk-slidenav {
        bottom: auto;
        top: 47%;
    }
  	.rooms-slider .uk-slidenav.uk-position-center-right {
        left: auto;
        right: -58px;
    }
    .rooms-slider .uk-slidenav.uk-position-center-left {
        right: auto;
        left: -95px;
    }
}
@media (max-width: 767px) {
   .room-slider-left-media{
      display:none;
    }
    .room-slider-left-content {
        margin-left: 0;
    }
    .rooms-slider:before{
          width: calc(100% - 40px);
          height: calc(100% - 60px);
          left: 20px; z-index: 2;
    }
    .rooms-slider-first {
        width: calc(100% - 50px); margin: 0 auto 0;
  	}
    .rooms-slider .uk-card-body{
      padding: 30px 0 40px 20px;
    }
    .rooms-slider-first {
        width: calc(100% - 50px);
  	}
    .room-slider-left-content{
          max-width: 100%;
      padding-right: 20px;
    }
  .room-slider-left-content h2 {
        font-size: 36px;
  }
  .room-slider-list {
        width: 100%; margin: 0px auto 100px !important;
    }
  .room-slider-list li img{
  	    width: 100%;
    height: 100%;
  }
      .rooms-slider li {
        margin-top: 10px;
    }
  .rooms-slider .uk-slidenav-next.uk-slidenav:after,
  .rooms-slider .uk-slidenav-previous.uk-slidenav:after{
  		font-size: 12px;
  }
  .rooms-slider .uk-slidenav.uk-position-center-right{
      right: calc(50% - 71px);
      bottom: -80px;
      top: auto;
  }
  .rooms-slider .uk-slidenav.uk-position-center-left{
  	left: calc(50% - 71px);
    bottom: -80px;
    top: auto;
  }
  .rooms-slider.addBg{
  	    background: linear-gradient(0deg, #121838, #121838), linear-gradient(138.37deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
    background-image: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png?width=1500&height=850);
    background-color: var(--tertiary-color);
    background-size: 350%;
  }
  .rooms-slider.addBg .uk-grid{
  	z-index: 3;
  }
  .rooms-slider.addBg:after{
  	opacity: 0.6;
    background: linear-gradient(91deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
}
.fw-slider-list {
    width: 80%;
}
.full-width-slider-media > img{
	width:100%;
}
.fw-slider-list .uk-panel{
	transform: scale(0.9); 
  transition: transform 0.6s ease, opacity 0.6s ease;
        padding: 0;
        min-height: 0;
}
.fw-slider-list.uk-active .uk-panel{
	transform: scale(1);
}
.fw-slider-list.uk-active{
	opacity: 1;
}
.fw-slider-list{
    opacity: 0.5;
}
.full-width-center-slider .secondary-h2{
	margin-bottom:60px;
}
.full-width-slider-content{
	max-width: 630px;
    margin: 0 auto; display:none;
}
.full-width-slider-media{
	position: relative;
}
.res-logo{
	position: absolute;
    top: 25px;
    left: 30px; display:none;
}
.fw-slider-list:nth-child(2) .res-logo img{
	width: 100px;
}
.fw-slider-list:nth-child(3) .res-logo img{
	width: 150px;
}
.reserve-link{
	    width: 148px;
    height: 148px;
    position: absolute;
    bottom: 30px;
    right: 30px;
      border: 1px solid var(--secondary-color);
    border-radius: 50%;
  padding: 10px; transition:0.2s all; display:none;
}
.reserve-link a{
	background: rgba(52, 95, 139, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: var(--inverse-font-color);
  	padding: 30px;
  	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.reserve-link:hover{
	padding:0;
}
.fw-slider-list.uk-active .full-width-slider-content,
.fw-slider-list.uk-active .res-logo,
.fw-slider-list.uk-active .reserve-link{
	display:block;
}
.full-width-center-slider .center-slider-bg.addBg{
	position:relative;
}
.full-width-center-slider .center-slider-bg{
	padding-bottom:0;
}
.full-width-center-slider .center-slider-bg.addBg:before{
	content: "";
    background-image: url("https://assets.milestoneinternet.com/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/center-slider-bg.jpg");
    position: absolute;
    bottom: -70px;
    height: 100%;
    width: 100%;
    background-color: #F2F1F2;
    left: 0;
    background-blend-mode: luminosity;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 600px;
    background-position: -170px;
}
.full-width-center-slider .center-slider-bg.addBg:after{
  content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    /*background: linear-gradient(186deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .8), rgba(0, 0, 0, 0)); */
      background: linear-gradient(186deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.5));
}
.full-width-slider-list,
.center-slider-bg h2{
	position:relative; z-index:2;
}
.full-width-center-slider{
	    position: relative;
}
.full-width-center-slider:after {
    content: "";
    width: 104%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(266deg, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}
.full-width-slider-list .uk-position-center-left{
	transform: translate(-573px, 0) !important;
    left: 50%;
}
.full-width-slider-list .uk-position-center-right{
	transform: translate(573px, 0) !important;
    right: 50%;
}
.reserve-link a:focus{
	background:  rgba(52, 95, 139, 0.6);
}
.full-width-center-slider .uk-slidenav{
	    color: var(--primary-color);
}
/*.fw-slider-list.previous-slide{
	visibility:hidden;
    opacity: 0;
} */
.fw-slider-list .uk-card-body{
  	    padding: 40px 40px 70px;
}
@media (min-width: 1700px) {
  .full-width-center-slider:after{
  background: linear-gradient(266deg, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  }
}
@media (min-width: 2000px) {
  .full-width-center-slider:after{
  background: linear-gradient(266deg, rgba(255, 255, 255, 1) 81%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  }
}
@media (min-width: 1920px) {
  .full-width-center-slider .center-slider-bg.addBg:before{
		bottom: -150px;
  }
  .full-width-center-slider .center-slider-bg.addBg:after{
  	    background: linear-gradient(186deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.5));
  } 
}
@media (max-width: 1920px) {
  .full-width-center-slider .center-slider-bg.addBg:before{
		bottom: -140px;
  }
  .full-width-center-slider .center-slider-bg.addBg:after{
  	    background: linear-gradient(186deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.5));
  }
}
@media (min-width: 1024px) {
  .full-width-slider-list .uk-position-center-left,
  .full-width-slider-list .uk-position-center-right{
    	top: 50%;
        transform: translateY(-50%) translateY(-15px) !important;
  }
  .full-width-slider-list .uk-position-center-left{
      left: -80px;
  }
  .full-width-slider-list .uk-position-center-right{
  	right: -80px;
  }
  .full-width-slider-controls{
        width: 80%;        
        position: absolute;
        top: calc(50% - 150px);
        left: 0;
        right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .full-width-slider-list .uk-position-center-right {
        right: -73px;
    }
}
@media (max-width: 1239px) {
  .fw-slider-list {
      width: 80%;
  }
  .full-width-center-slider .secondary-h2{
  	margin-bottom: 40px;
  }
  .fw-slider-list .uk-panel{
  	transform: scale(0.85);
  }
  /*.full-width-slider-list .uk-position-center-right {
    transform: translate(472px, 0) !important;
  }  
  .full-width-slider-list .uk-position-center-left {
    transform: translate(-475px, 0) !important;
  }
  .full-width-slider-list .uk-position-center-left,
  .full-width-slider-list .uk-position-center-right{
    top: 200px;
  } */
  .reserve-link{
    bottom: 30px;
  }
}
@media (max-width: 1023px) {
      .fw-slider-list {
        width: 700px;
    }
  .full-width-slider-list{
  	padding-left:15%;
  }
  .full-width-slider-controls{
  	    width: 80%;
        position: absolute;
        top: calc(50% - 300px);
        left: 0;
        right: 0;
  }
  /*.full-width-slider-list .uk-position-center-right {
        transform: translate(421px, 0) !important;
    }
  .full-width-slider-list .uk-position-center-left {
        transform: translate(-421px, 0) !important;
    }
  .full-width-slider-list .uk-position-center-left,
  .full-width-slider-list .uk-position-center-right{
    top: 170px;
  } */
  	.reserve-link {
        width: 100px !important;
        height: 100px !important;
        font-size: 11px;
        line-height: 14px;
        padding: 7px !important;
        bottom: 25px !important;
  }
  html[lang="zh-cn"] .reserve-link{
    width: 110px !important;
        height: 110px !important;
  }
   html[lang="ja"] .reserve-link{
    width: 120px !important;
        height: 120px !important;
  }
  .reserve-link a{
  	padding: 35px !important;
  }
  .res-logo{
  	width:50px;
  }
  .reserve-link:hover{
  	padding:0 !important;
  }
}
@media (min-width: 959px) {
.full-width-slider-list{
	padding-left: 17%;
    overflow: hidden;
}
}
@media (max-width: 959px) {
      .fw-slider-list {
        width: 550px;
    }
 .full-width-slider-list .uk-position-center-right {
        transform: translate(336px, 0) !important;
        font-size: 11px;
    }
  .full-width-slider-list .uk-position-center-left {
        transform: translate(-335px, 0) !important;
        font-size: 11px;
    }
   .full-width-slider-list .uk-position-center-left,
  .full-width-slider-list .uk-position-center-right{
    top: 135px;
  }
  .full-width-center-slider .secondary-h2 {
        margin-bottom: 20px;
    }
  .full-width-center-slider .center-slider-bg.addBg{
  	    min-height: auto !important;
  }
}
@media (max-width: 767px) {
  .full-width-slider-list{
  	padding-left:0;
  }
  .full-width-slider-controls{
  	        position: static;    margin: 30px 0 40px;
    padding-top: 1px;
  }
  .full-width-center-slider .center-slider-bg.addBg:before {
        bottom: -10px;
    }
  .full-width-slider-media{
  		padding:0 20px;
  }
  .res-logo{
  	    top: 15px; left: 35px;
  }
  .res-logo img{
  	width:41px;
  }
  .full-width-slider-media > img{
  	    height: 240px;
    object-fit: cover;
  }
  .reserve-link {
        width: 130px !important;
        height: 130px !important;
        font-size: 15px;
        line-height: 20px; bottom: -55px !important;
  }
  .reserve-link a {
        padding: 15px !important;
    }
  .fw-slider-list .uk-card-body{
  	    padding: 70px 30px 30px;
  }
  .full-width-center-slider:after{
  	    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1)); */
    	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 1));
  }
  .full-width-center-slider .center-slider-bg.addBg:after{
  	content:none;
  }
  .full-width-center-slider .center-slider-bg.addBg:before{
  	background-position: center;
  }
  .fw-slider-list .uk-panel{
  	        transform: scale(1);
  }
  .full-width-slider-list .uk-position-center-left, 
  .full-width-slider-list .uk-position-center-right{
          top: auto;
        bottom: -15px;
  }
 .full-width-slider-list .uk-position-center-left {
             left: 35%;
        transform: none !important;
        right: auto;
  }
  .full-width-slider-list .uk-position-center-right{
               left: auto;
        transform: none !important;
        right: 35%;
  }
}
.plan-event-section.addBg {
    position: relative;
}
.plan-event-section {
    background: linear-gradient(340deg, rgba(18, 24, 56, 1) 25%, rgb(49 78 108 / 90%), rgb(61 91 122));
}
.plan-event-section.addBg:after {
    content: "";
    position: absolute;
    background-image: url(https://assets.milestoneinternet.com/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png);
    width: 100%;
    height: 100%; top:0;
    opacity: 0.3;
    background-color: var(--tertiary-color);
    background-blend-mode: lighten;
}
.plan-event-section.addBg .uk-grid {
    position: relative;
    z-index: 1;
}
.plan-event-content .plan-event-title h2,
.plan-event-details .description{
	color: var(--inverse-font-color);
}
.plan-event-media{
	margin-top:50px; 
}
.plan-large-media img{
	width:100%;
}
.plan-large-media{
border: 1px solid var(--border-color);
    padding: 15px;
}
.plan-small-media2{
	margin-top:20px; position:relative;
}
.plan-small-media1{
	margin-top:140px;
}
.plan-right-image{
	column-gap: 25px;
}
.plan-small-media2 .reserve-link{
	    width: 148px;
    height: 148px;
    position: absolute;
    bottom: 70px;
    right: 30px;
      border: 1px solid var(--secondary-color);
    border-radius: 50%;
  padding: 10px; transition:0.2s all; display:block;
}
.plan-small-media2 .reserve-link a{
	background: rgba(52, 95, 139, 0.6);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: var(--inverse-font-color);
  	padding: 30px;
  	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.reserve-link a:focus{
	background: rgba(52, 95, 139, 0.6);
}
.reserve-link:hover{
	padding:0;
}
@media (min-width: 960px) {
  .plan-event-section{
  		background-color: var(--tertiary-color);
  }
  .plan-event-section.addBg{
  	    background-image: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png?width=1500&height=850);    
  }
  .plan-event-section.addBg:after{
  	    background: linear-gradient(170deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;        
    	opacity: 1;
  }
  .plan-event-section:before{
  	z-index: 2;
  }
}
@media (min-width: 1024px) {
.plan-event-title h2 span{
padding-left:30px; display:block;
}
}
@media (max-width: 1023px) {
  .plan-small-media2 .reserve-link{
  	bottom: 70px !important;
  }
}
@media (max-width: 959px) {
    .plan-small-media2 .reserve-link {
        bottom: 42px !important;
    }
}
@media (max-width: 767px) {
  .plan-event-section{
  background: linear-gradient(0deg, #121838, #121838),
linear-gradient(138.37deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
    background-image: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png?width=1500&height=850);
    background-color: var(--tertiary-color);
    background-size: 350%;
  }
  .plan-event-title, .plan-event-details{
      width:100%;
  }
  .plan-event-content{
  	padding-top:30px;
  }
  .plan-event-title{
  	    margin-bottom: 20px;
  }
  .plan-event-media .uk-width-1-2{
  	width: 100%;
  }
  .plan-large-media{
  	padding: 12px;
  }
  .plan-large-media img{
  	height: 242px;
    object-fit: cover;
  }
  .plan-right-image{
  	width:100%;
  }
  .plan-small-media2 {
    margin-top: 40px;
  }
  .plan-small-media2 .reserve-link {
        bottom: -7px !important;
        right: 10px;
    }
  .plan-event-section.addBg:before{
  content: "";
  /*background: linear-gradient(0deg, #121838, #121838), linear-gradient(138.37deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%); */
            background: linear-gradient(97deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
    position: absolute;
      top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .plan-event-section.addBg:after{
  	content:none;
  }
}
.grid-2-column .uk-card-body{
	padding:40px 0 0;
}
.grid-2-column .title--tagline{
	margin-bottom: 15px;
}
.grid-2-column .cta-action {
    margin-top: 45px;
}
.grid-2-column.addBg:after{
	content: "";
    background-image: url(https://assets.milestoneinternet.com/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/rooms-bg.jpg);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    left: 0;
    background-blend-mode: luminosity;
    background-position: center;
    z-index: 0;     opacity: 0.3;
  	background-size: cover;
    background-repeat: no-repeat;
}
.grid-2-column.addBg:before{
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .8), rgba(0, 0, 0, 0));
}
.grid-2-column.addBg{
	position:relative;
}
.grid-2-column.addBg .uk-container{
	position:relative; z-index:2;
}
.grid-2-column img{
	width:100%;
}
.grid-2-column .uk-button-primary{
	background:transparent;
}
.grid-2-column .uk-button-primary:hover,
.grid-2-column .uk-button-primary:focus{
	background:var(--primary-color); border:1px solid var(--primary-color);
}
.grid-2-column .uk-grid>* {
    padding-left: 50px;
}
@media (max-width: 1240px) {
.grid-2-column .uk-grid>* {
    padding-left: 25px;
}
}
@media (min-width: 1200px) {
  .grid-2-column.addBg{
padding-top: 90px; height: 810px;
  }
  .grid-2-column.addBg:after{
  	background-position: 0 120px;
  }
  .grid-2-column.addBg:before{
  	    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.3));
  }
}
@media (max-width: 959px) {
  .grid-2-column.addBg:after{
		background-repeat: no-repeat; background-size: cover;
  }
}
@media (max-width: 767px) {
  .grid-2-column.addBg:after{
  	background-image: url(https://assets.milestoneinternet.com/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/rooms-bg.jpg?cropX=644&cropW=552&cropH=1050&width=375&height=480);
    background-position: bottom;
    background-size: contain;
  }
}
.snippet-right-image{
	background:var(--bg-alt-1);
}
.snippet-right-image .title--tagline{
	    margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .snippet-right-image .uk-card-body {
      padding: 40px 20px 40px 0;
  }
}
@media (min-width: 768px) {
  .snippet-right-image h2{
	  font-size: 36px;
    line-height: 43px;
  }
}
@media (max-width: 959px) {
  .milestone .snippet-right-image{
  	padding-bottom:0;
  }
  .snippet-right-image .uk-grid-stack{
  	flex-direction: column-reverse;
  }
  .snippet-right-image img{
  	width:100%;
  }
  .snippet-right-image .uk-card-body {
        padding: 0 20px 40px 0;
    }
}
@media (max-width: 767px) {
  .milestone .title--tagline{
  	    margin-bottom: 20px;
  }
  .milestone .snippet-right-image .uk-grid-stack {
        flex-direction: column; margin-bottom: 50px;
   }
}

.itineraries-switcher.addBg {
    position: relative;
}
.itineraries-switcher {
    background: linear-gradient(340deg, rgba(18, 24, 56, 1) 25%, rgb(49 78 108 / 90%), rgb(61 91 122));
}	
.itineraries-switcher.addBg:after {
    content: "";
    position: absolute;
    background-image: url(https://assets.milestoneinternet.com/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png);
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: var(--tertiary-color);
    background-blend-mode: lighten;
  	top:0;
}
.itineraries-switcher.addBg .itineraries-section {
    position: relative;
    z-index: 1;
}
.tab-title{
	text-transform:uppercase;
}
.itineraries-wrapper {
  background-color: #000;
  background-size: cover;
  position: relative;
}
.itineraries-section {
  padding: 60px 0 64px;
  position: relative;
}
.nav-tabs.uk-tab::before {
  left: 0;
  border-color: var(--border-color);
}
.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.itineraries-label {
  color: var(--inverse-font-color);
  margin-bottom: 20px;
}

.itineraries-title {
  color: var(--inverse-font-color);
  margin-bottom: 50px;
}
.slider-switch-title {
  display: none;
}
/* Content Container */
.content-container {
  position: relative;
}
.content-container:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(285deg, rgba(18, 24, 56, 0) 68.08%, rgba(18, 24, 56, 0.9) 100%), linear-gradient(102.9deg, rgba(92, 166, 196, 0.06) 28.15%, rgba(18, 24, 56, 0.6) 72.77%), linear-gradient(274deg, rgba(92, 166, 196, 0.1) 36.22%, #121838 85.9%);
}
.content-image {
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Info Panel */
.info-panel {
  position: absolute;
  left: 70px;
  top: 45%;
  transform: translateY(-50%);
  padding: 20px;
  max-width: 330px;
  color: var(--inverse-font-color);
}

.time-icon {
  margin-bottom: 25px;
  font-size: 40px;
}

.time-text {
  margin-bottom: 12px;
  font-family: var(--text-fonts);
  font-weight: 600;
  font-size: 20px;
}

.info-description {
  margin-bottom: 25px;
}

/* Navigation Bar */
.nav-bar {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.nav-tabs {
  display: flex;
  justify-content: center;
  gap: 33px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-tabs li {
  margin: 0;
  padding-left: 0;
  min-width: 200px;
  text-align: center;
}

.nav-tabs a {
  color: var(--inverse-font-color);
  position: relative;
  padding: 0 0 20px;
  background: none;
  border: none;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  opacity: 0.5;
  display: inline-block;
}

.nav-tabs li.uk-active a {
  opacity: 1;
  color: var(--inverse-font-color);
}

.nav-tabs li.uk-active a::after {
  content: '';
 position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 21px;
    height: 21px;
    border: 1px solid var(--border-color);
    background: transparent;
    border-radius: 50%;
}
.nav-tabs li.uk-active a:before {
    content: "";
    background: var(--inverse-font-color);
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}
.nav-tabs a:hover, .nav-tabs a:focus {
  opacity: 1;
  color: var(--inverse-font-color);
}
/*.circle-indicator {
  position: absolute;
  bottom: 90px; 
  width: 21px;
  height: 21px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  background: transparent;
  transition: all 0.5s ease;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
} */
/* --- New CSS for the Tabs Wrapper --- */
.nav-tabs-container {
    position: relative; /* ESSENTIAL for positioning the absolute circle */   
}

.moving-circle-indicator {
    content: '';
    position: absolute;
    bottom: -10px; /* Aligns with where the old circle was */
    height: 21px;
    width: 21px;
    border: 1px solid var(--border-color);
    background: transparent;
    border-radius: 50%;
    /* Add the smooth transition for movement */
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; 
    pointer-events: none; /* Allows clicks to pass through to the tab */
    opacity: 0; /* Hidden initially until positioned by JS */
}

.moving-circle-indicator:before {
    content: "";
    background: var(--inverse-font-color);
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    top: 9.5px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.nav-tabs li.uk-active a::after,
.nav-tabs li.uk-active a::before {
    content: none !important;
    display: none !important;
}

.nav-tabs li.uk-active a {
  opacity: 1;
  color: var(--inverse-font-color);
}

@media (min-width: 960px) {
  .itineraries-switcher{
  		background-color: var(--tertiary-color);
  }
  .itineraries-switcher.addBg{
  	    background-image: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png?width=1500&height=850);    
  }
  .itineraries-switcher.addBg:after{
  	    background: linear-gradient(170deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;        
    	opacity: 1;
  }
  .itineraries-switcher:before{
  	z-index: 2;
  }
}
/* Mobile Styles */
@media (max-width: 959px) {
  .nav-tabs li a:before{
	content: "";
    background: var(--inverse-font-color);
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translateX(62%);
    bottom: 5px;
    
}
  .nav-tabs li.uk-active a:before{
  transform: translateX(62%);
    bottom: 5px;
  }
  .nav-tabs a{
  opacity: 1;
  }
  .nav-tabs li a::after{
display: none;
}
.nav-tabs li.uk-active a::after{
display: block;
}
  .nav-tabs li {
    min-width: unset;
  }
  .itineraries-wrapper {
    padding: 70px 0 63px;
  }
  .itineraries-section {
    padding: 0;
  }
  .itineraries-title {
    margin-bottom: 40px;
  }
  .nav-tabs.uk-tab::before {
    display: none;
  }
  .nav-tabs {
    gap: 31px;
  }
  .section-header {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .info-panel {
    position: static;
    transform: none;
    padding: 30px;
  }
  .slider-switch-title {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    color: var(--inverse-font-color);
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .nav-bar {
      position: relative; bottom: 0;
  }
  .tab-title {
    display: none;
  }
  .nav-tabs li a::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid var(--inverse-font-color);
    background: transparent;
    border-radius: 50%;
  }
  .nav-tabs li.uk-active a::after {
    background: var(--inverse-font-color);
    transform: none;
    width: 21px;
    height: 21px;
    bottom: unset;
  }
  .nav-tabs li.uk-active a:before{
  	transform: translateX(62%);
    bottom: 5px;
  }
  /*.nav-tabs li.uk-active a::after {
  	content: '';
 	position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 21px;
    height: 21px;
    border: 1px solid var(--border-color);
    background: transparent;
    border-radius: 50%;
}
.nav-tabs li.uk-active a:before {
    content: "";
    background: var(--inverse-font-color);
    width: 9px;
    height: 9px;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
} */
  .nav-tabs li.uk-active a::after,
.nav-tabs li.uk-active a::before {
    content: "" !important;
    display: block !important;
}
}

@media (max-width: 959px) {
  .info-panel {
    max-width: unset;
  }
  .content-container:before {
    display: none;
  }
  .itineraries-image-container {
    position: relative;
  }
  .itineraries-image-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(182.55deg, rgba(92, 166, 196, 0.06) 59.68%, rgba(0, 103, 146, 0.6) 98.45%);
  }
  .itineraries-image-container img {
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .nav-tabs li a::after{
  	        width: 21px;
        height: 21px;
  }
  .nav-tabs li.uk-active a::after {
        background: transparent;
  }
  .moving-circle-indicator{
  	display:none;
  }
}
.itineraries-wrapper .uk-switcher > li {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* adjust speed/smoothness */
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* Active panel */
.itineraries-wrapper .uk-switcher > li.uk-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media (max-width: 767px) {
  .itineraries-image-container img{
		        height: 176px;
  }
  .slider-switch-title{
  	font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
  }
  .time-icon span{
  	    font-size: 40px;
  }
  .info-panel{
  	padding: 50px 20px;
  }
  .nav-bar{
  	right: auto;
    left: 40px;
  }
  .nav-tabs{
  	justify-content: flex-start;
  }
  .itineraries-switcher{
  	    overflow: hidden;
  }
  .itineraries-switcher.addBg{
  	    background: linear-gradient(0deg, #121838, #121838), linear-gradient(138.37deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
    background-image: url(https://assets.milestoneinternet.com/cdn-cgi/image/f=auto/hotel-nikko-san-francisco/hotel-nikko-san-francisco-2803-1/website-assets/background-image/bg-pattern.png?width=1500&height=850);
    background-color: var(--tertiary-color);
    background-size: 394%;
  }
  .itineraries-switcher.addBg:after{
  	    background: linear-gradient(113deg, rgba(52, 95, 139, 0.7) 24.01%, rgba(24, 39, 75, 0.46) 62.67%, #121838 86.42%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
  }
  .itineraries-image-container:before{
  	                background: linear-gradient(0deg, rgba(18, 24, 56, 0.7) 0%, rgba(18, 24, 56, 1) 0%, rgba(18, 24, 56, 0.50) 37.9%, rgba(29, 29, 27, 0.00) 95.3%);
  }
  .nav-tabs li.uk-active a:before{
  	left: 1px; bottom: 3.5px;
  }
  .nav-tabs li.uk-active a::after{
  	        width: 22px;
        height: 22px;
  }
}
.map-section{
	background:var(--bg-alt-1);
}
.map-section-intro{
	max-width:650px; margin:0 auto;
}
.attractions-media{
	overflow: hidden;
    height: 140px;
    width: 140px;
}
.attractions-media img{
	   transition: transform 0.5s ease;
}
.attractions-media:hover img,
.attractions-media:focus img{
 transform: scale(1.2);
}
@media (max-width: 959px) {
  .attractions-media {
      width: 80px;
      height: 80px;
  }
  .attractions-media img {
      width: 100%;
      height: 100%; object-fit:cover;
  }
}
@media (min-width: 768px) {
  	 
    .map-section-details{
                position: relative;
    }
    .image-overlay {
                position: absolute;
                width: 100px;
                height: 100px;
    }
        .image-1 {
            top: 2.5%;
    left: 17%;
        }
        .image-2 {
                top: 0.5%;
    right: 18.5%;
    left: auto;
        }
        .image-3 {
            top: 35%;
    left: 5%;
        }
        .image-4 {
            top: 30.5%;
    left: 42.5%;
        }
        .image-5 {
                top: 34%;
    right: 14.5%;
    left: auto;
        }
        .image-6 {
                top: 58%;
    left: 22%;
        }
        .image-7 {
               top: 58.5%;
    right: 30%;
    left: auto;
        }
    .attractions-media{
            display: block; border:2px solid var(--inverse-font-color);    box-shadow: 1px 1px 22px rgba(0, 0, 0, 0.3);
    }
    .map-section-details .uk-list{
        text-align:left;
    }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .image-2{
      right: 16.5%;
  }
}
@media (max-width: 1024px) {
  .ota-drop.uk-open:after{
      left: 81% !important;
  }
}
.attractions-name,
.distance-details{
	font-size:14px; line-height:21px; text-transform: capitalize;     margin-top: 10px; 
  	color:var(--primary-color); margin-top: 0;
}
.attractions-name{
	margin-top: 10px;
}
.distance-details{
	font-weight:600; 
}
@media (max-width: 767px) {
  .attractions-media {
      width: auto;
        height: auto;
  }
  .map-section .map-slider-container{
  	padding:0; height: 400px;
  }
  .map-slider-container .uk-grid{
  	height: 100%;
    align-items: end !important;
  }
  .map-section-details{
  	height: 100%;
  }
  .map-section-details img{
  	    height: 100%;
    object-fit: cover;
  }
  .map-slider-mobile{
  	    height: 202px;
        position: absolute;
        bottom: 60px;
        width: 100%;
  }
  .map-slider-mobile .uk-slider{
  	height:100%;
  }
  .map-slider-list{
  	    width: 160px;
        margin-top: 0 !important;
        padding-left: 20px; text-align:left;
  }
  .attractions-media{
  	display:block; padding-top: 10px;
  }
  .attractions-media img{
  	    border: 3px solid var(--inverse-font-color); box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .full-width-center-slider .uk-section{
  	padding-top: 80px;
  }
  .map-section{
  	    overflow: hidden;
  }
}
@font-face {
  font-family: 'ota-widget-icons';
  src:
    url('https://assets.milestoneinternet.com/milestone-internet-marketing-seo/ota-widget/ota-widget-icons.ttf') format('truetype'),
    url('https://assets.milestoneinternet.com/milestone-internet-marketing-seo/ota-widget/ota-widget-icons.woff') format('woff'),
    url('https://assets.milestoneinternet.com/milestone-internet-marketing-seo/ota-widget/ota-widget-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}

[class^="ow_icons-"], [class*=" ow_icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ota-widget-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ow_icons-chevron-down:before {
  content: "\e900";
}
.ow_icons-dollar-stamp:before {
  content: "\e901";
}
/* OTA Widget CSS [START] */

/* Font Import */


/* OTA Widget Variables [START] */
:root {
    --ota-primary-color: #121838;
    --ota-highlight-color: #345F8B;
    --ota-border-color: #D9D9D9;
    --ota-text-color: #666666;
    --ota-invert-color: #ffffff;
    --ota-white-color: #ffffff;
    --ota-bg-color: #ffffff;
    --ota-font-size: 14px;
    --ota-header-top: 170px;
    --ota-header-right: 40px;
    --ota-font-size-mob: 14px;
    --ota-header-top-mob: 120px;
    --ota-header-right-mob: 10px;
    --ota-z-index: 100;
}

/* OTA Widget Variables [END] */
.is-header-active .ota-widget {
    display: none !important;
}

.ota-widget {
    top: 56px;
    right: var(--ota-header-right);
    color: var(--ota-text-color);
    display: block !important;
    /*position: fixed; */
    z-index: var(--ota-z-index);
    min-width: 210px;
}
html[lang="zh-cn"] .ota-widget{
 	min-width: 150px; 
}
html[lang="ja"] .ota-widget{
 	min-width: 150px; 
}
/* .ota-widget:before{
	 content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: -1;  
} */
.ota-widget.no-rates .ota-drop.uk-open {
    padding: 0;
}

.ota-button {
    color: var(--inverse-font-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: var(--ota-z-index);
}
.fixed-ota .ota-button .ota-label-container,
.fixed-ota .dollar-stamp-img .ow_icons-dollar-stamp:before{
	color: var(--primary-color);
}

.ota-rate-guarantee {
    font-size: 12px;
    font-weight: 500;
    font-family: var(--text-fonts);
}

.ota-label-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 15px 4px 20px;
    width: 100%;
  	background: var(--primary-color);
    color: var(--inverse-font-color);     filter: opacity(1);
}
.header.is-fixed .ota-label-container,
.header.loaded.is-fixed .ota-label-container,
.withoutbanner .header .ota-label-container{
	color: var(--primary-color); 
}
.header.is-fixed .top-wrap-sec .ota-label-container,
.header.loaded.is-fixed .top-wrap-sec .ota-label-container,
.withoutbanner .header .top-wrap-sec .ota-label-container{
	color: var(--inverse-font-color); 
}
.ota-button .ota-label-container{
	background: transparent;
  	justify-content: center;
}
.ota-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
  padding: 15px 0;
    /*color: var(--ota-invert-color);*/
}

.ota-price {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: var(--ota-highlight-two-color);
}

.dollar-stamp-img .ow_icons-dollar-stamp:before {
    font-size: 30px;
    color: var(--inverse-text-color);
    vertical-align: middle;
}

.ota-toggle {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: transparent;
    padding-block: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    align-items: center;
    letter-spacing: 1.08px;
    font-family: var(--text-fonts);
}

.ota-toggle .ow_icons-chevron-down:before {
    font-size: 8px;
    vertical-align: middle;
    color: var(--ota-primary-color);
}

.ota-button[aria-expanded="true"] {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.ota-button[aria-expanded="true"] .ota-toggle span {
    transform: rotate(-180deg);
    transition: transform 0.3s ease;
}

.ota-drop {
    display: none;
}

.ota-drop.uk-open {
    background: var(--ota-bg-color);
    width: 260px;
    top:125px!important;
    /* left: -73px !important; */
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: calc(var(--ota-z-index) - 1);
    padding: 0;
    margin-top: unset;

}

.top-wrap-sec {
    overflow: hidden; padding-bottom: 20px;
}
.hotel-rates-section-bottom{
	margin-top:10px; 
}
.hotel-rates-section-bottom .icon-close{
	color:var(--primary-color); background:transparent;
}
.hotel-rates-section-bottom a:hover .icon-close,
.hotel-rates-section-bottom a:focus .icon-close{
	color:var(--text-color)
}
.ota-sub-list{
	text-align:center;
}
.ota-drop.uk-open:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: auto;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent var(--primary-color) transparent;
}

.ota-price-list {
    list-style: none;
    padding: unset;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 15px;
  	padding: 13px 15px 0;
}

ul.ota-price-list {
    max-height: 95px;
    /* Adjust based on your li height */
    overflow-y: hidden;
    /* Default: hide scroll */
}

ul.ota-price-list.enable-scroll {
    overflow-y: auto;
    /* Show scroll when JS adds the class */
}

ul.ota-price-list.enable-scroll {
    scroll-behavior: smooth;
    scrollbar-width: thin;
    /* Firefox */
}

ul.ota-price-list.enable-scroll::-webkit-scrollbar {
    width: 4px;
}

.ota-price-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--highlight-color);
}

.ota-price-list li>img {
    width: 18px;
}

.ota-price-list li strong {
    font-weight: 300;
    font-size: 20px;
    margin-left: auto;
}

.ota-content {
    padding: 15px 20px 10px;
    position: relative;
}

.ota-content:after {
    content: "";
    display: block;
    background: var(--ota-border-color);
    position: absolute;
    top: 0;
    left: -20px;
    width: 200%;
    height: 1px;
}

.ota-sub-heading {
    font-weight: 600; text-transform:uppercase;
    font-size: 14px;
    text-align: center;
    color: var(--highlight-color);
    padding-bottom: 10px;
  	letter-spacing:1.26px;
}

.ota-sub-list ul {
    list-style: none;
    padding: unset;
    margin: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    line-height: 100%;
    text-align: center !important;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: var(--ota-text-color);
    text-align: left;
  	margin-bottom: 5px;
}

.ota-booking-button {
        margin: 0 20px;
    width: calc(100% - 40px);
  background: var(--secondary-color);
    color: var(--inverse-font-color);
    border-color: var(--secondary-color);
}

/*.ota-booking-button {
  background: var(--ota-highlight-color);
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--ota-white-color);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
      border-radius: 100px;
}

.ota-booking-button:hover {
  background: transparent;
  border: 1px solid var(--ota-highlight-color);
  color: var(--ota-highlight-color);
  transition: all 0.2s ease-in-out;
}*/
@media screen and (max-width: 1400px) {
  .ota-drop.uk-open{
  	top: 104px !important;
  }
}
@media screen and (max-width: 1150px) {
.ota-widget{
min-width:auto;
}
  html[lang="zh-cn"] .ota-widget{
 	min-width: auto; 
}
html[lang="ja"] .ota-widget{
 	min-width: auto; 
}
}
@media (min-width: 960px) and (max-width: 1130px) {
.ota-rate-guarantee,
.ota-toggle{
	display:none;
}
}
/* OTA Mobile CSS [START] */
@media screen and (max-width: 768px) {
    .ota-widget {
        top: var(--ota-header-top-mob);
        right: var(--ota-header-right-mob);
    }
}
@media screen and (max-width: 767px) {
  .ota-drop.uk-open{
  	 top: auto !important;
     bottom: 64px;
  }
.ota-label{
	padding:0;
}
  .ota-toggle{
  	letter-spacing:0;
  }
  .top-wrap-sec .ota-label-container{
  	padding: 19px 20px !important;
  }
}
/* OTA Mobile CSS [END] */

/* OTA Widget CSS [END] */