html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 767.98px) {
  .headerKHU {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 50;
    transition: top 0.8s ease;
  }

  .headerKHU.show {
    top: -100%;
  }

  .headerKHU .contentHeader {
    width: 100%;
    background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/header-bg.png") !important;
    background-size: cover;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 10px;
  }

  .contentHeader .logoContainer {
    width: 40%;
    position: relative;
  }

  .logoContainer a,
  .logoContainer a img {
    width: 100%;
    display: block;
    position: relative;
  }

  .contentHeader .rightHeader {
    width: 35%;
    position: relative;
    display: flex;
    align-items: center;
  }

  .rightHeader .bookContainer {
    display: none;
  }

  .rightHeader .translateContainer {
    width: 50%;
    position: relative;
    margin-right: 50px;
  }

  .translateContainer .gtranslate_mobile {
    width: 100%;
    position: relative;
  }

  .gtranslate_mobile .gt_switcher_wrapper {
    position: absolute !important;
    top: -20px !important;
    left: -25px !important;
  }

  .gt_container--rg0yp .gt_switcher {
    font: normal normal 400 20px/2px Recoleta !important;
    width: 150px !important;
    border: 1px solid #7d6b58 !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_selected a {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    color: #7d6b58 !important;
    border: none !important;
    font-size: 18px !important;
    padding-block: 8px !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option {
    width: 100% !important;
    background-color: #eff3ea !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option a {
    padding-block: 10px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 10px !important;
    color: #3e1f00 !important;
    font-size: 18px !important;
  }

  .rightHeader .contentBar {
    width: 40px;
    position: relative;
    display: none;
  }

  .contentBar a,
  .contentBar a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentBar a p {
    display: none;
  }

  .posterHeader {
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: #3b2904;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
  }

  .posterHeader.fade-out {
    opacity: 0;
    visibility: hidden;
  }

  .posterHeader .contentText {
    width: 80%;
    position: relative;
  }

  .contentText p {
    font: normal normal 400 13px/15px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .posterHeader .contentClose {
    /* width: 5%; */
    position: relative;
  }

  .contentClose a {
    font: normal normal 400 13px/15px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .contentHideHeader {
    width: 100vw;
    height: 100vh;
    background-image: url("https://khastanahadiubud.com/wp-content/uploads/2024/08/menu-m-bg.webp");
    background-position: bottom center;
    background-size: cover;
    display: block;
    padding: 40px 20px 60px 20px;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 60;
    transition: left 0.6s ease-in-out;
  }

  .contentHideHeader.active {
    left: 0;
  }

  .contentHideHeader .btnClose {
    width: 30px;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 2;
  }

  .btnClose a .btnClose a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .logoHideHeader {
    width: 60%;
    position: relative;
    margin-inline: auto;
    margin-bottom: 20px;
  }

  .logoHideHeader a .logoHideHeader a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .menu-list {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }

  .menu-list .menu-item {
    text-align: left;
    font: normal normal 600 18px / 25px Accia Piano;
    color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
  }

  .menu-item img {
    width: 4%;
    display: block;
  }

  .menu-list .link-hide {
    width: 100%;
    display: none;
    margin-left: 15px;
  }

  .menu-list .booking-btn {
    color: #6a4321;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    background: url(https://khastanahadiubud.com/wp-content/uploads/2024/12/Scroll-Group-165-scaled.webp);
    background-position: center;
    background-size: cover;
    padding: 10px 10px;
    border-radius: 30px;
  }

  .contentHideHeader .contactHeader {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }

  .contactHeader a {
    text-align: left;
    font: normal normal 300 16px / 25px Accia Piano;
    color: #ffffff;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
  }

  .icons-flex {
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
  }

  .icons-flex a {
    width: 50px;
    position: relative;
    display: block;
  }

  .icons-flex a img {
    width: 100%;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .headerKHU {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 50;
    transition: top 0.8s ease;
  }

  .headerKHU.show {
    top: -100%;
  }

  .headerKHU .contentHeader {
    width: 100%;
    background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/header-bg.png") !important;
    background-size: cover;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 10px;
  }

  .contentHeader .logoContainer {
    width: 30%;
    position: relative;
  }

  .logoContainer a,
  .logoContainer a img {
    width: 100%;
    display: block;
    position: relative;
  }

  .contentHeader .rightHeader {
    width: 35%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .rightHeader .bookContainer {
    display: none;
  }

  .rightHeader .translateContainer {
    width: 5%;
    position: relative;
    margin-right: 50px;
  }

  .translateContainer .gtranslate_mobile {
    width: 100%;
    position: relative;
  }

  .gtranslate_mobile .gt_switcher_wrapper {
    position: absolute !important;
    top: -20px !important;
    left: 0px !important;
  }

  .gt_container--rg0yp .gt_switcher {
    font: normal normal 400 20px/2px Recoleta !important;
    width: 150px !important;
    border: 1px solid #7d6b58 !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_selected a {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    color: #7d6b58 !important;
    border: none !important;
    font-size: 18px !important;
    padding-block: 8px !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option {
    width: 100% !important;
    background-color: #eff3ea !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option a {
    padding-block: 10px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 10px !important;
    color: #3e1f00 !important;
    font-size: 18px !important;
  }

  .rightHeader .contentBar {
    width: 40px;
    position: relative;
    display: none;
  }

  .contentBar a,
  .contentBar a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentBar a p {
    display: none;
  }

  .posterHeader {
    width: 100%;
    position: relative;
    padding: 15px 30px;
    background-color: #3b2904;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
  }

  .posterHeader.fade-out {
    opacity: 0;
    visibility: hidden;
  }

  .posterHeader .contentText {
    width: 80%;
    position: relative;
  }

  .contentText p {
    font: normal normal 400 16px/19px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .posterHeader .contentClose {
    /* width: 5%; */
    position: relative;
  }

  .contentClose a {
    font: normal normal 400 16px/19px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .contentHideHeader {
    width: 100vw;
    height: 100vh;
    background-image: url("https://khastanahadiubud.com/wp-content/uploads/2024/08/menu-m-bg.webp");
    background-position: bottom center;
    background-size: cover;
    display: block;
    padding: 40px 20px 60px 20px;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 60;
    transition: left 0.6s ease-in-out;
  }

  .contentHideHeader.active {
    left: 0;
  }

  .contentHideHeader .btnClose {
    width: 30px;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 2;
  }

  .btnClose a .btnClose a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .logoHideHeader {
    width: 30%;
    position: relative;
    margin-inline: auto;
    margin-bottom: 20px;
  }

  .logoHideHeader a .logoHideHeader a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .menu-list {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }

  .menu-list .menu-item {
    text-align: left;
    font: normal normal 600 20px / 25px Accia Piano;
    color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
  }

  .menu-item img {
    width: 4%;
    display: block;
  }

  .menu-list .link-hide {
    width: 100%;
    display: none;
    margin-left: 15px;
  }

  .menu-list .booking-btn {
    color: #6a4321;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    background: url(https://khastanahadiubud.com/wp-content/uploads/2024/12/Scroll-Group-165-scaled.webp);
    background-position: center;
    background-size: cover;
    padding: 10px 10px;
    border-radius: 30px;
  }

  .contentHideHeader .contactHeader {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }

  .contactHeader a {
    text-align: left;
    font: normal normal 300 16px / 25px Accia Piano;
    color: #ffffff;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
  }

  .icons-flex {
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
  }

  .icons-flex a {
    width: 50px;
    position: relative;
    display: block;
  }

  .icons-flex a img {
    width: 100%;
    display: block;
  }

  .menu-item img {
    width: 2%;
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .headerKHU {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 50;
    transition: top 0.8s ease;
  }

  .headerKHU.show {
    top: -100%;
  }

  .headerKHU .contentHeader {
    width: 100%;
    background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/header-bg.png") !important;
    background-size: cover;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 10px;
  }

  .contentHeader .logoContainer {
    width: 20%;
    position: relative;
  }

  .logoContainer a,
  .logoContainer a img {
    width: 100%;
    display: block;
    position: relative;
  }

  .contentHeader .rightHeader {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 10px; */
    padding-right: 20px;
  }

  .rightHeader .bookContainer {
    display: block;
    width: 40%;
    position: relative;
  }

  .bookContainer a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font: normal normal 500 20px / 30px Accia Piano;
    color: #eae8e2;
    letter-spacing: 1px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #6a4321;
    border: 2px solid #6a4321;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    z-index: 1;
    border-radius: 10px;
  }

  .rightHeader .translateContainer {
    width: 10%;
    position: relative;
  }

  .translateContainer .gtranslate_mobile {
    width: 100%;
    position: relative;
  }

  .gtranslate_mobile .gt_switcher_wrapper {
    position: absolute !important;
    top: -20px !important;
    left: -90px !important;
  }

  .gt_container--rg0yp .gt_switcher {
    font: normal normal 400 20px/2px Recoleta !important;
    width: 150px !important;
    border: 1px solid #7d6b58 !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_selected a {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    color: #7d6b58 !important;
    border: none !important;
    font-size: 18px !important;
    padding-block: 8px !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option {
    width: 100% !important;
    background-color: #eff3ea !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option a {
    padding-block: 10px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 10px !important;
    color: #3e1f00 !important;
    font-size: 18px !important;
  }

  .rightHeader .contentBar {
    width: 25%;
    position: relative;
  }

  .contentBar a img,
  .contentBar a picture {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentBar a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .contentBar a p {
    display: block;
    font: normal normal 500 20px / 30px Accia Piano;
    color: #6a4321;
  }

  .posterHeader {
    width: 100%;
    position: relative;
    padding: 15px 30px;
    background-color: #3b2904;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
  }

  .posterHeader.fade-out {
    opacity: 0;
    visibility: hidden;
  }

  .posterHeader .contentText {
    width: 80%;
    position: relative;
  }

  .contentText p {
    font: normal normal 400 16px/19px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .posterHeader .contentClose {
    /* width: 5%; */
    position: relative;
  }

  .contentClose a {
    font: normal normal 400 16px/19px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .contentHideHeader {
    width: 100vw;
    height: 100vh;
    background-image: url("	https://khastanahadiubud.com/wp-content/uploads/2024/08/bg-menu-desktop-scaled.webp");
    background-position: center;
    background-size: cover;
    display: block;
    padding: 40px 20px 60px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 60;
    transition: left 0.6s ease-in-out;
  }

  .contentHideHeader.active {
    left: 0;
  }

  .contentHideHeader .btnClose {
    width: 30px;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 2;
  }

  .btnClose a .btnClose a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .logoHideHeader {
    width: 20%;
    position: relative;
    margin-bottom: 60px;
  }

  .logoHideHeader a .logoHideHeader a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .menu-list {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }

  .menu-list .menu-item {
    text-align: left;
    font: normal normal 600 20px / 25px Accia Piano;
    color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 15px;
    display: flex;
    gap: 8px;
    text-decoration: none;
  }

  .menu-list .link-hide {
    width: 100%;
    display: none;
    margin-left: 15px;
  }

  .menu-list .booking-btn {
    color: #6a4321;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    background: url(https://khastanahadiubud.com/wp-content/uploads/2024/12/Scroll-Group-165-scaled.webp);
    background-position: center;
    background-size: cover;
    padding: 10px 10px;
    border-radius: 30px;
  }

  .contentHideHeader .contactHeader {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }

  .contactHeader a {
    text-align: left;
    font: normal normal 300 16px / 25px Accia Piano;
    color: #ffffff;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
  }

  .icons-flex {
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
  }

  .icons-flex a {
    width: 50px;
    position: relative;
    display: block;
  }

  .icons-flex a img {
    width: 100%;
    display: block;
  }

  .menu-item img {
    width: 1%;
    display: block;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1499.98px) {
  .headerKHU {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 50;
    transition: top 0.8s ease;
  }

  .headerKHU.show {
    top: -100%;
  }

  .headerKHU .contentHeader {
    width: 100%;
    background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/header-bg.png") !important;
    background-size: cover;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 10px;
  }

  .contentHeader .logoContainer {
    width: 20%;
    position: relative;
  }

  .logoContainer a,
  .logoContainer a img {
    width: 100%;
    display: block;
    position: relative;
  }

  .contentHeader .rightHeader {
    width: 35%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 50px; */
    padding-right: 20px;
  }

  .rightHeader .bookContainer {
    display: block;
    width: 40%;
    position: relative;
  }

  .bookContainer a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font: normal normal 500 20px / 30px Accia Piano;
    color: #eae8e2;
    letter-spacing: 1px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #6a4321;
    border: 2px solid #6a4321;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    z-index: 1;
    border-radius: 10px;
  }

  .rightHeader .translateContainer {
    width: 10%;
    position: relative;
  }

  .translateContainer .gtranslate_mobile {
    width: 100%;
    position: relative;
  }

  .gtranslate_mobile .gt_switcher_wrapper {
    position: absolute !important;
    top: -20px !important;
    left: -90px !important;
  }

  .gt_container--rg0yp .gt_switcher {
    font: normal normal 400 20px/2px Recoleta !important;
    width: 150px !important;
    border: 1px solid #7d6b58 !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_selected a {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    color: #7d6b58 !important;
    border: none !important;
    font-size: 18px !important;
    padding-block: 8px !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option {
    width: 100% !important;
    background-color: #eff3ea !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option a {
    padding-block: 10px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 10px !important;
    color: #3e1f00 !important;
    font-size: 18px !important;
  }

  .rightHeader .contentBar {
    width: 25%;
    position: relative;
  }

  .contentBar a img,
  .contentBar a picture {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentBar a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .contentBar a p {
    display: block;
    font: normal normal 500 20px / 30px Accia Piano;
    color: #6a4321;
  }

  .posterHeader {
    width: 100%;
    position: relative;
    padding: 15px 30px;
    background-color: #3b2904;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
  }

  .posterHeader.fade-out {
    opacity: 0;
    visibility: hidden;
  }

  .posterHeader .contentText {
    width: 80%;
    position: relative;
  }

  .contentText p {
    font: normal normal 400 16px/19px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .posterHeader .contentClose {
    /* width: 5%; */
    position: relative;
  }

  .contentClose a {
    font: normal normal 400 16px/19px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .contentHideHeader {
    width: 100vw;
    height: 100vh;
    background-image: url("	https://khastanahadiubud.com/wp-content/uploads/2024/08/bg-menu-desktop-scaled.webp");
    background-position: center;
    background-size: cover;
    display: block;
    padding: 40px 20px 60px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 60;
    transition: left 0.6s ease-in-out;
  }

  .contentHideHeader.active {
    left: 0;
  }

  .contentHideHeader .btnClose {
    width: 30px;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 2;
  }

  .btnClose a .btnClose a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .logoHideHeader {
    width: 20%;
    position: relative;
    margin-bottom: 60px;
  }

  .logoHideHeader a .logoHideHeader a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .menu-list {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }

  .menu-list .menu-item {
    text-align: left;
    font: normal normal 600 20px / 25px Accia Piano;
    color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 15px;
    display: flex;
    gap: 8px;
    text-decoration: none;
  }

  .menu-list .link-hide {
    width: 100%;
    display: none;
    margin-left: 15px;
  }

  .menu-list .booking-btn {
    color: #6a4321;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    background: url(https://khastanahadiubud.com/wp-content/uploads/2024/12/Scroll-Group-165-scaled.webp);
    background-position: center;
    background-size: cover;
    padding: 10px 10px;
    border-radius: 30px;
  }

  .contentHideHeader .contactHeader {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }

  .contactHeader a {
    text-align: left;
    font: normal normal 300 16px / 25px Accia Piano;
    color: #ffffff;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
  }

  .icons-flex {
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
  }

  .icons-flex a {
    width: 50px;
    position: relative;
    display: block;
  }

  .icons-flex a img {
    width: 100%;
    display: block;
  }

  .menu-item img {
    width: 1%;
    display: block;
  }
}

@media screen and (min-width: 1500px) {
  .headerKHU {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 50;
    transition: top 0.8s ease;
  }

  .headerKHU.show {
    top: -100%;
  }

  .headerKHU .contentHeader {
    width: 100%;
    background-image: url("https://khastanahadiubud.com/wp-content/uploads/2025/10/header-bg.png") !important;
    background-size: cover;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 10px;
  }

  .contentHeader .logoContainer {
    width: 15%;
    position: relative;
  }

  .logoContainer a,
  .logoContainer a img {
    width: 100%;
    display: block;
    position: relative;
  }

  .contentHeader .rightHeader {
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 50px; */
    padding-right: 20px;
  }

  .rightHeader .bookContainer {
    display: block;
    width: 40%;
    position: relative;
  }

  .bookContainer a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font: normal normal 500 20px / 30px Accia Piano;
    color: #eae8e2;
    letter-spacing: 1px;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background: #6a4321;
    border: 2px solid #6a4321;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-out;
    z-index: 1;
    border-radius: 10px;
  }

  .rightHeader .translateContainer {
    width: 10%;
    position: relative;
  }

  .translateContainer .gtranslate_mobile {
    width: 100%;
    position: relative;
  }

  .gtranslate_mobile .gt_switcher_wrapper {
    position: absolute !important;
    top: -20px !important;
    left: -90px !important;
  }

  .gt_container--rg0yp .gt_switcher {
    font: normal normal 400 20px/2px Recoleta !important;
    width: 150px !important;
    border: 1px solid #7d6b58 !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_selected a {
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    color: #7d6b58 !important;
    border: none !important;
    font-size: 18px !important;
    padding-block: 8px !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option {
    width: 100% !important;
    background-color: #eff3ea !important;
  }

  .gt_container--rg0yp .gt_switcher .gt_option a {
    padding-block: 10px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 10px !important;
    color: #3e1f00 !important;
    font-size: 18px !important;
  }

  .rightHeader .contentBar {
    width: 20%;
    position: relative;
  }

  .contentBar a img,
  .contentBar a picture {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentBar a {
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
  }

  .contentBar a p {
    display: block;
    font: normal normal 500 20px / 30px Accia Piano;
    color: #6a4321;
  }

  .posterHeader {
    width: 100%;
    position: relative;
    padding: 15px 30px;
    background-color: #3b2904;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
  }

  .posterHeader.fade-out {
    opacity: 0;
    visibility: hidden;
  }

  .posterHeader .contentText {
    width: 80%;
    position: relative;
  }

  .contentText p {
    font: normal normal 400 16px/19px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .posterHeader .contentClose {
    /* width: 5%; */
    position: relative;
  }

  .contentClose a {
    font: normal normal 400 16px/19px Codex;
    color: #dfd5c0;
    -webkit-text-stroke: 0.3px #dfd5c0;
  }

  .contentHideHeader {
    width: 100vw;
    height: 100vh;
    background-image: url("	https://khastanahadiubud.com/wp-content/uploads/2024/08/bg-menu-desktop-scaled.webp");
    background-position: center;
    background-size: cover;
    display: block;
    padding: 40px 20px 60px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 60;
    transition: left 0.6s ease-in-out;
  }

  .contentHideHeader.active {
    left: 0;
  }

  .contentHideHeader .btnClose {
    width: 30px;
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 2;
  }

  .btnClose a .btnClose a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .logoHideHeader {
    width: 20%;
    position: relative;
    margin-bottom: 60px;
  }

  .logoHideHeader a .logoHideHeader a img {
    width: 100%;
    position: relative;
    display: block;
  }

  .contentHideHeader .menu-list {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }

  .menu-list .menu-item {
    text-align: left;
    font: normal normal 600 20px / 25px Accia Piano;
    color: #ffffff;
    text-transform: capitalize;
    padding-bottom: 15px;
    display: flex;
    gap: 8px;
    text-decoration: none;
  }

  .menu-list .link-hide {
    width: 100%;
    display: none;
    margin-left: 15px;
  }

  .menu-list .booking-btn {
    color: #6a4321;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    background: url(https://khastanahadiubud.com/wp-content/uploads/2024/12/Scroll-Group-165-scaled.webp);
    background-position: center;
    background-size: cover;
    padding: 10px 10px;
    border-radius: 30px;
  }

  .contentHideHeader .contactHeader {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }

  .contactHeader a {
    text-align: left;
    font: normal normal 300 16px / 25px Accia Piano;
    color: #ffffff;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
  }

  .icons-flex {
    width: 100%;
    position: relative;
    display: flex;
    gap: 10px;
  }

  .icons-flex a {
    width: 50px;
    position: relative;
    display: block;
  }

  .icons-flex a img {
    width: 100%;
    display: block;
  }

  .menu-item img {
    width: 1%;
    display: block;
  }
}
