.elementor-61 .elementor-element.elementor-element-b0d6a2b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-1762ff3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-5a34f1f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-d212c51{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-61 .elementor-element.elementor-element-08e328c{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-08c0e61 */.sy-hotels-hero{
  position:relative;
  width:100vw;
  min-height:78vh;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:#111;
  font-family:'Inter','Poppins',Arial,sans-serif;
  color:#fff;
}

.sy-hotels-hero,
.sy-hotels-hero *{
  box-sizing:border-box;
}

.sy-hotels-hero__bg{
  position:absolute;
  inset:0;
  z-index:1;
}

.sy-hotels-hero__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.05);
  animation:syHotelsHeroZoom 12s ease-in-out infinite alternate;
}

.sy-hotels-hero__overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(90deg,rgba(0,0,0,.76) 0%,rgba(0,0,0,.42) 48%,rgba(0,0,0,.08) 100%),
    linear-gradient(180deg,rgba(0,0,0,.12) 0%,rgba(0,0,0,.68) 100%);
}

.sy-hotels-hero__content{
  position:relative;
  z-index:3;
  max-width:1180px;
  min-height:78vh;
  margin:0 auto;
  padding:150px 40px 110px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
}

.sy-hotels-hero__content span{
  display:inline-block;
  margin-bottom:22px;
  color:#d8bb77;
  font-size:13px;
  font-weight:900;
  letter-spacing:3.5px;
}

.sy-hotels-hero__content h1{
  max-width:860px;
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(52px,7vw,96px);
  line-height:.98;
  font-weight:500;
  letter-spacing:-1.5px;
}

.sy-hotels-hero__content p{
  max-width:640px;
  margin:30px 0 0;
  color:rgba(255,255,255,.84);
  font-size:18px;
  line-height:1.9;
}

@keyframes syHotelsHeroZoom{
  from{
    transform:scale(1.05);
  }
  to{
    transform:scale(1.13);
  }
}

@media(max-width:900px){
  .sy-hotels-hero,
  .sy-hotels-hero__content{
    min-height:68vh;
  }

  .sy-hotels-hero__content{
    padding:130px 24px 80px;
  }
}

@media(max-width:520px){
  .sy-hotels-hero__content h1{
    font-size:44px;
  }

  .sy-hotels-hero__content p{
    font-size:15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75dd000 */.sy-hotel-detail{
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:115px 40px;
  background:#ffffff;
  font-family:'Inter','Poppins',Arial,sans-serif;
  color:#171717;
  overflow:hidden;
}

.sy-hotel-detail,
.sy-hotel-detail *{
  box-sizing:border-box;
}

.sy-hotel-detail__wrap{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:74px;
  align-items:center;
}

.sy-hotel-detail__media{
  position:relative;
  min-height:680px;
  overflow:hidden;
  background:#ddd;
}

.sy-hotel-detail__media img{
  width:100%;
  height:680px;
  object-fit:cover;
  display:block;
  transform:scale(1.04);
  transition:1s ease;
}

.sy-hotel-detail__media:hover img{
  transform:scale(1.12);
}

.sy-hotel-detail__badge{
  position:absolute;
  left:28px;
  bottom:28px;
  max-width:280px;
  padding:24px;
  background:#fff;
  box-shadow:0 24px 70px rgba(0,0,0,.2);
}

.sy-hotel-detail__badge strong{
  display:block;
  margin-bottom:8px;
  font-family:'Playfair Display',Georgia,serif;
  font-size:34px;
  font-weight:500;
  color:#b5121b;
}

.sy-hotel-detail__badge span{
  display:block;
  color:#666;
  font-size:13px;
  line-height:1.6;
}

.sy-hotel-detail__content > span{
  display:inline-block;
  margin-bottom:20px;
  color:#b5121b;
  font-size:13px;
  font-weight:900;
  letter-spacing:3px;
}

.sy-hotel-detail__content h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(42px,5vw,72px);
  line-height:1.05;
  font-weight:500;
  color:#171717;
}

.sy-hotel-detail__content p{
  margin:28px 0 0;
  color:#666;
  font-size:17px;
  line-height:1.9;
}

.sy-hotel-detail__features{
  margin-top:38px;
  display:grid;
  gap:16px;
}

.sy-hotel-detail__features div{
  padding:22px 0;
  border-top:1px solid rgba(0,0,0,.1);
}

.sy-hotel-detail__features div:last-child{
  border-bottom:1px solid rgba(0,0,0,.1);
}

.sy-hotel-detail__features strong{
  display:block;
  color:#171717;
  font-size:17px;
  font-weight:800;
}

.sy-hotel-detail__features small{
  display:block;
  margin-top:7px;
  color:#666;
  font-size:14px;
  line-height:1.6;
}

.sy-hotel-detail__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:38px;
}

.sy-hotel-detail__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 32px;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.6px;
  text-transform:uppercase;
  transition:.35s ease;
}

.sy-hotel-detail__btn--primary{
  background:#b5121b;
  color:#fff;
  border:1px solid #b5121b;
}

.sy-hotel-detail__btn--primary:hover{
  background:#171717;
  border-color:#171717;
}

.sy-hotel-detail__btn--outline{
  background:#fff;
  color:#171717;
  border:1px solid rgba(0,0,0,.22);
}

.sy-hotel-detail__btn--outline:hover{
  background:#171717;
  color:#fff;
  border-color:#171717;
}

@media(max-width:950px){
  .sy-hotel-detail{
    padding:75px 22px;
  }

  .sy-hotel-detail__wrap{
    grid-template-columns:1fr;
    gap:42px;
  }

  .sy-hotel-detail__media,
  .sy-hotel-detail__media img{
    min-height:460px;
    height:460px;
  }
}

@media(max-width:560px){
  .sy-hotel-detail__content h2{
    font-size:42px;
  }

  .sy-hotel-detail__btn{
    width:100%;
  }

  .sy-hotel-detail__badge{
    left:20px;
    right:20px;
    bottom:20px;
    max-width:none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-308b95f */.sy-hotel-detail--klawang{
  background:#f8f6f2;
}

.sy-hotel-detail--reverse .sy-hotel-detail__wrap{
  grid-template-columns:.95fr 1.05fr;
}

.sy-hotel-detail__badge--right{
  left:auto;
  right:28px;
}

@media(max-width:950px){
  .sy-hotel-detail--reverse .sy-hotel-detail__wrap{
    grid-template-columns:1fr;
  }

  .sy-hotel-detail--reverse .sy-hotel-detail__content{
    order:2;
  }

  .sy-hotel-detail--reverse .sy-hotel-detail__media{
    order:1;
  }

  .sy-hotel-detail__badge--right{
    left:28px;
    right:auto;
  }
}

@media(max-width:560px){
  .sy-hotel-detail__badge--right{
    left:20px;
    right:20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08e328c */.sy-hotels-cta{
  position:relative;
  width:100vw;
  min-height:620px;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  background:#111;
  font-family:'Inter','Poppins',Arial,sans-serif;
  color:#fff;
  text-align:center;
}

.sy-hotels-cta,
.sy-hotels-cta *{
  box-sizing:border-box;
}

.sy-hotels-cta__bg{
  position:absolute;
  inset:0;
  z-index:1;
}

.sy-hotels-cta__bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.05);
  transition:1.2s ease;
}

.sy-hotels-cta:hover .sy-hotels-cta__bg img{
  transform:scale(1.12);
}

.sy-hotels-cta__overlay{
  position:absolute;
  inset:0;
  z-index:2;
  background:
    linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.78)),
    rgba(181,18,27,.22);
}

.sy-hotels-cta__content{
  position:relative;
  z-index:3;
  max-width:900px;
  min-height:620px;
  margin:0 auto;
  padding:110px 24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.sy-hotels-cta__content span{
  display:inline-block;
  margin-bottom:22px;
  color:#d8bb77;
  font-size:13px;
  font-weight:900;
  letter-spacing:3.5px;
}

.sy-hotels-cta__content h2{
  margin:0;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(48px,6vw,86px);
  line-height:1;
  font-weight:500;
  letter-spacing:-1.3px;
}

.sy-hotels-cta__content p{
  max-width:660px;
  margin:30px auto 0;
  color:rgba(255,255,255,.84);
  font-size:17px;
  line-height:1.9;
}

.sy-hotels-cta__actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:42px;
}

.sy-hotels-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 34px;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.7px;
  text-transform:uppercase;
  transition:.35s ease;
}

.sy-hotels-cta__btn--primary{
  background:#b5121b;
  color:#fff;
  border:1px solid #b5121b;
}

.sy-hotels-cta__btn--primary:hover{
  background:#fff;
  color:#171717;
  border-color:#fff;
}

.sy-hotels-cta__btn--outline{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.55);
  backdrop-filter:blur(10px);
}

.sy-hotels-cta__btn--outline:hover{
  background:#fff;
  color:#171717;
  border-color:#fff;
}

@media(max-width:560px){
  .sy-hotels-cta,
  .sy-hotels-cta__content{
    min-height:560px;
  }

  .sy-hotels-cta__content h2{
    font-size:42px;
  }

  .sy-hotels-cta__btn{
    width:100%;
  }
}/* End custom CSS */