.main__header .main__header__wrapper .main__logo .item__logo {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 20vw;
  height: 20vw;

  max-width: 75px;
  max-height: 75px;
  min-width: 35px;
  min-height: 35px;

  background: aliceblue;
  border-radius: 50%;
  overflow: hidden;
}
.main__header .main__header__wrapper .main__logo .item__logo img {
  width: 100%;
  height: auto;
  max-width: 70px;
  max-height: 70px;
  min-width: 30px;
  min-height: 30px;
  object-fit: contain;
}

.custom__inverse {
  display: flex;
  flex-direction: column;
  text-align: right; 
  justify-content: right; 
  align-items: flex-end;
}

.custom__inverse__icon {
  display: inline-block;
  left: 65px;
  color: var(--heading-color);
  left: 45px;
}

.custom__inverse__icon::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: 50%;
  width: 52px;
  height: 12px;
  background-image: url("../images/shape/section__style__two.svg");
  background-repeat: no-repeat;
  transform: translate(0, 50%);
  left: -45px;
  width: 30px;
  background-image: url("../images/shape/section__three-1.svg");
}

.ui-datepicker .ui-icon {
  background-image: none !important;
  color: white;
  font-size: 16px;
}

/* Both prev & next buttons */
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  background-color: #AB8A63;
  border-radius: 50%;
  color: aliceblue;
  text-align: center;
  width: 30px;
  height: 30px;
}

/* Remove default background icons */
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  background: none !important;
}

/* Style prev button */
.ui-datepicker .ui-datepicker-prev:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f053";
  color: aliceblue;
  font-size: 16px;
  line-height: 30px;
}

/* Style next button */
.ui-datepicker .ui-datepicker-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  color: aliceblue;
  font-size: 16px;
  line-height: 30px;
}

.callout {
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
  }
  
  .callout-success {
    background: #e6f7f0;
    border-left: 5px solid #28a745;
    color: #155724;
  }
  
  .callout-warning {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    color: #856404;
  }
  
  .callout-danger {
    background: #f8d7da;
    border-left: 5px solid #dc3545;
    color: #721c24;
  }
  
  .callout-info {
    background: #e9f7fe;
    border-left: 5px solid #17a2b8;
    color: #0c5460;
  }
  
  .callout .close {
    margin-left: auto;
    cursor: pointer;
    font-weight: bold;
    color: inherit;
  }

  .img-circle {
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
  }

  .is-invalid {
    border: 1px solid #dc3545;
  }
  .error-message {
    display: none;
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
  }
  .error-message.active {
    display: block;
  }
  .header-user-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  /* 
  /* image input 
  */
  .image-upload {
    display: flex;
    text-align: center; 
    justify-content: center;
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #AB8A63;
    box-shadow: 0 2px 5px #17a2b8;
    margin: auto;
    padding: 0;
  }

  .image-upload input {
    display: none;
  }

  .change-icon {
    position: absolute;
    bottom: 10px;
    right: 30px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
  }

.footer-branch-logo {
  margin: 20px;
  margin-left: 0;
}
.footer__widget__wrapper .rts__widget a {
  text-decoration: none;
  color: #66676B;
}

/* 
* Room Card List
*/
.room__card__meta__info {
  flex-wrap: wrap;
}

.room__card__meta .room__card__meta__info span {
  background-color: #AB8A63;
  color: #e6f7f0;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  padding: 0 10px;
  white-space: nowrap;
  display: inline-block
}

/*
* Form 
*/
.advance__search .query__input__custom__icon {
  position: absolute;
  left: 0;
  top: 58%;
  width: 100%;
}
.advance__search .query__input__custom__icon.is__svg {
  top: 55%;
}
.advance__search .query__input__custom__icon.is__svg img {
  height: 18px;
  width: 16px;
}
.advance__search .query__input__custom__icon i {
  color: var(--rts-heading);
}
.advance__search .query__input__custom__icon::before {
  content: none;
}
.rts__booking__form .advance__search__wrapper .query__input__custom__icon {
  transform: translateY(-50%);
}
.rts__booking__form .advance__search__wrapper .query__input__custom__icon::before {
  right: 0;
}

.custom__btn.fill {
  background-color: #AB8A63;
}
.bg__main {
  background-color: #AB8A63;
}
.secondary__btn {
  background-color: slategray;
}
.info__btn {
  background-color: #17a2b8;
}
.cancel__btn {
  background-color: red;
  color: white;
}
.white__btn {
  border: none;
  border-radius: 6px;
  background-color: white;
  color: #AB8A63;
}
.white__btn:hover {
  filter: brightness(85%);
}
.warning__btn {
  background-color: darkorange ;
}
.row__custom {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row__custom .label {
  font-weight: 600;
  color: #444;
}

.row__custom .value {
  color: #000;
  text-align: right;
}
.box__mid {
  background: #F1F1F1;
  padding: 0 10px 0;
  width: 90%;
  border-radius: 20px;
}
.box__mid .btn__wrapper {
  display:flex; 
  width: 100%; 
  padding: 20px 10px; 
  justify-content: space-between;
  margin: auto;
  flex-direction: row;
}
.box__mid .btn__wrapper button {
  flex: 1;
  text-align: center;
  margin: 10px;
}
@media(max-width: 768px) {
  .box__mid .btn__wrapper {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .box__mid {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .box__mid {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .box__mid {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .box__mid {
    width: 35%;
  }
}
.box__mid .title {
  display: block;
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: #AB8A63;
  color: aliceblue;
  font-size: 24px;
  font-weight: 100;
}
.text__bold {
  font-weight: bold;
}
.ignore-inherit {
  all: initial;
}
.page-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-control {
  width: 75%;
}

.controls-layout {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 20px;
}

/* Left sidebar */
.controls-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.controls-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  background: #6F8090;
  color: aliceblue;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
}

/* bubble effect */
.controls-item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background: rgba(171, 138, 99, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.controls-item:hover::after {
  width: 200%;
  height: 200%;
}

/* Shake animation */
@keyframes shake {
  0% { transform: translateX(0); }
  20% { transform: translateX(-4px); }
  40% { transform: translateX(4px); }
  60% { transform: translateX(-4px); }
  80% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}

.controls-item:hover {
  background: rgba(171, 138, 99, 0.3);
  animation: shake 0.5s ease;
}

.controls-item.active {
  background: #AB8A63;
}

.controls-item i {
  background-color: aliceblue;
  padding: 5px;
  border-radius: 50%;
  color: var(--heading-color);
  margin: 5px;
}

/* Right detail panel */
.controls-content {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}

/* Responsive: stack vertically */
@media (max-width: 768px) {
  .main-control {
    width: 100%;
  }
  .controls-layout {
    display: block;
  }

  .controls-sidebar {
    flex-direction: row;
    overflow-x: scroll;
    padding: 10px;
  }

  .controls-item {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 30px;
    width: 100px;
    flex-shrink: 0;
    font-size: 12px;
  }

  .controls-content {
    margin-top: 20px;
  }

  .single__service__item.if__is__reverse {
    margin: 0;
  }
}

@media (max-width: 576px) {
  .modal-dialog.modal-sm {
    max-width: 80% !important;
    margin: auto;
  }
}
.upload-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%; 
  height: 1 / 1; 
  cursor: pointer;
  padding: 4px;
  text-align: center;
  border: 2px dashed #cfd8dc;
  border-radius: 10px;
  transition: border-color 0.3s ease-in-out;
  color: aliceblue;
}

.upload-box:hover {
  border-color: #4da6ff;
}

.upload-box.dragover {
  border-color: #1e88e5;
  background-color: #f0f8ff;
}

.img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}

.img-wrapper img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-tnc {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal-tnc .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 500px;
  max-width: 90%;
}

#scrollDownBtn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #AB8A63;
  color: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
#scrollDownBtn:hover {
  background: #AB8A6373;
}

.modal-tnc .lang-toggle {
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: black;
  display: flex;
  align-items: end;
  gap: 5px;
}

#tnc-container {
  padding-top: 0;
}

.tnc-content ul.tnc-list {
  padding: 0;
  list-style: decimal;
}

.tnc-content ul.tnc-list li.list-title {
  margin: 2rem 0;
  padding: 0;
}
.tnc-content ul.tnc-list li.list-title:first-child {
  margin-top: 0;
}
.tnc-content ul.tnc-list li.list-title p {
  padding: 10px;
}
.tnc-content ul.tnc-list span {
  font-size: 18px;
}
.tnc-content ul.tnc-list p, .tnc-content ul.tnc-item li {
  font-size: 14px;
}
.tnc-content ul.tnc-item {
  list-style: disc;
  padding-left: 10px;
  margin: 10px;
}
@media screen and (max-width: 1400px) {
  .tnc-content ul.tnc-list li::marker {
      font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .tnc-content ul.tnc-list li::marker {
      font-size: 12px;
      line-height: 30px;
  }
}

.pointer-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  cursor: wait;
  pointer-events: all;
}

.pointer-loader::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 5px solid #ccc;
  border-top-color: #AB8A63;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}