:root {
  --color-w: #ffffff;
  --color-b: #000000;

  --color-1: #262C1A;
  --color-2: #F5E4D2;
  --color-3: #251919;
  --color-4: #DDDDDD;
  --color-5: #FAF4D7;

  --border-radius: 12px;
  --padding: 8rem;

  --font-family-body: 'Figtree', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-family-heading: "Wulkan Display", system-ui, -apple-system;
}


body {
  background: var(--color-w);
  font-family: var(--font-family-body);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  color: var(--color-3);
  max-width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-family-heading);
  font-weight: 300;
}

h1 {
  font-size: 10rem;
  color: var(--color-w);
}

h2 {
  font-size: 5rem;
  color: var(--color-3);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 38px;
  }

  p {
    font-size: 14px !important;
  }

  .hero .inside-content--wrapper {
    width: 100% !important;
  }

  .room .row-gap--3 {
    row-gap: 2rem !important;
  }

  .list-card .card {
    padding: 2rem !important;
    padding-bottom: 4rem !important;
  }

}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  p {
    font-size: 14px !important;
  }

  .hero .inside-content--wrapper {
    width: 100% !important;
  }

  .room .row-gap--3 {
    row-gap: 2rem !important;
  }

  .list-card .card {
    padding: 2rem !important;
    padding-bottom: 4rem !important;
  }

}

@media screen and (max-width: 400px) {
  .col {
    padding: 2rem 2rem !important;
  }
}



/* Global */
.main-wrapper {
  min-height: 50vh;
}

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

.btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--color-1);
  padding: 1rem 2rem;
  border-radius: var(--border-radius);
  column-gap: 1rem;
  width: max-content;
}

.btn a {
  text-decoration: none;
  color: var(--color-w);
  font-size: 1.6rem;
  font-family: var(--font-family-body);
  font-weight: 500;
}

.custom-white--btn {
  color: var(--color-1);
  background: var(--color-2);
  border-color: var(--color-2);
  border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.custom-white--btn a {
  color: var(--color-1);
}


.col {
  padding: var(--padding);
}

.color--3 {
  color: var(--color-3);
}

.white--btn {
  background-color: #FEF8E7;
}

.white--btn a {

  color: #262C1A;
}









/* Header */
.main-header .nav-wrapper {
  display: grid;
  grid-template-columns: 39% auto 39%;
}

.main-header .logo-wrapper {
  margin-bottom: -2.4rem;
}

.main-header .header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-footer {
  margin-top: -17rem;
  background-color: var(--color-1);
}

.main-footer .container>.grid {
  padding-top: 8rem;
}

.main-header .menu,
.main-footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.main-header .menu a,
.main-footer .menu a,
.open-hours p {
  color: var(--color-w);
  text-decoration: none;
  font-size: 1.6rem;
}







/* Foooter */
.main-footer {
  position: relative;
  padding-top: 12rem;
  padding-bottom: 10rem;
}

.main-footer .menu {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.main-footer .menu-title {
  color: var(--color-w);
  font-size: 1.6rem;
}

.main-footer .container>.grid {
  border-bottom: 1px solid var(--color-4);
  padding-bottom: 4rem;
}

.main-footer .legal p,
.main-footer .legal a {
  color: var(--color-w);
  text-decoration: none;
  font-size: 1.4rem;
  margin-bottom: 0;
}








/* Hero */

.hero .content-wrapper {
  height: inherit;
}

.hero .inside-content--wrapper {
  max-width: 50%;
  margin: 0 auto 5rem;
  text-align: center;
  color: var(--color-w);
}








.text-left-image-right {
  margin-top: -10rem;
}

.text-left-image-right .col {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.text-left-image-right .col-img img {
  width: 100%;
  height: 50rem;
  object-fit: cover;
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}

.text-left-image-right.v2 h2,
.text-left-image-right.v2 .description {
  color: var(--color-w);
}

.text-left-image-right.v3 .grid--40-60 {
  grid-template-columns: 60% auto;
}

.text-left-image-right.v3 .grid-col--1 {
  grid-column: 2;
  grid-row: 1;
}

.text-left-image-right.v4 h2,
.text-left-image-right.v4 p {
  color: var(--color-w);
}

.text-left-image-right.v4.color--3 h2,
.text-left-image-right.v4.color--3 p {
  color: var(--color-3);
}








.list-card {
  margin-top: -18rem;
}

.list-card,
.list-card .col {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.list-card .col {
  min-height: 100rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.list-card .col {
  min-height: 80rem;
}

.list-card .card {
  padding: 3rem;
  padding-bottom: 6rem;
  margin-top: 15rem;
  width: 100%;
}

.list-card ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-card ul h3,
.list-card ul p {
  margin: 0;
  color: var(--color-w);
}

.list-card ul h3 {
  margin-bottom: 1rem;
}

.list-card ul p {
  font-weight: 300;
}

.list-card .list .list-item {
  margin-bottom: 3rem;
}

.list-card .list-wrapper {
  background-color: var(--color-1);
  padding: 5rem;
}







.food-slider {
  width: 100%;
  margin-top: -12rem;
}

.food-slider .swiper-slide .item {
  height: 40rem;
  border-radius: 20px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}

.food-slider p,
.food-slider h3 {
  margin: 0;
  color: var(--color-w);
}




.card {
  margin-top: -10rem;
}

.card .card-top h2,
.card .card-top p {
  color: var(--color-5);
}

.card .card-item h3 {
  color: var(--color-w);
  margin-top: 0;
  margin-bottom: 1rem;
}

.card .card-item p {
  color: var(--color-w);
  font-size: 1.5rem;
  margin: 0;
}

.card .card-top {
  text-align: center;
}

.card .card-wrapper {
  padding-top: 15rem;
  width: 60%;
  margin: auto;
}

.card .card-item {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  border-radius: 20px;
  padding: 2rem;
  height: 42rem;
  background-size: cover;
}







.founders {
  margin-top: -17rem;
}

.founders h2,
.founders p {
  color: var(--color-5);
}

.founders-wrapper {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.founders-top {
  text-align: center;
}

.founders-item {
  text-align: center;
}

.founders-item img {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  object-fit: cover;
}

.grid-images {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.has--reverse .grid-col--1 {
  order: 2;
}

.has--reverse .grid-col--2 {
  order: 1;
}

.gap--1 {
  gap: 1rem;
}

.text--white,
.text--white h2,
.text--white .description p {
  color: #FFFFFF !important;
}

.text--dark,
.text--dark h2,
.text--dark .description p {
  color: #251919 !important;
}

.text--white svg path {
  fill: #FFFFFF !important;
}

.text--dark svg path {
  fill: #251919 !important;
}

.text--dark .btn svg path {
  fill: #fff !important;
}

svg {
  flex-shrink: 0;
}

.grid-images .list-text--each:not(:last-child) {
  padding-bottom: 2rem;
}

.reviews,
.grid-images {
  margin-top: -15rem;
}

.grid-images {
  padding: 10rem 0;
}

.reviews p {
  color: var(--color-w);
  margin: 0;
}

.reviews-wrapper {
  padding-top: 18rem;
  padding-bottom: 20rem;
  padding-left: var(--padding);
  padding-right: var(--padding);
}

.reviews-wrapper.v2 {
  padding-left: 0;
  padding-right: 0;
}

.reviews-top {
  text-align: center;
}

.reviews-top h2,
.reviews-top p {
  color: var(--color-3);
}

.reviews-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.reviews-card-wrapper.v2 {
  display: flex;
  gap: 0;
}

.reviews-card {
  border-radius: 24px;
  width: 100%;
  height: max-content;
  background-color: var(--color-3);
  padding: 2rem;
}

.reviews-card.v2 {
  height: auto;
  width: 50rem;
}

.reviews-card .header {
  display: flex;
  align-items: center;
}

.reviews-card .rating {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 1.4rem;
}

.reviews-card .rating .icon {
  margin-top: 4px;
}

.reviews-card .date {
  font-size: 1.4rem;
}






.stay-connected {
  margin-top: -15rem;
}

.stay-connected h2,
.stay-connected p {
  color: var(--color-w);
}

.stay-connected-wrapper {
  column-gap: 15rem;
}

.stay-connected p {
  margin: 0;
}

.stay-connected {
  padding-top: 20rem;
  padding-bottom: 22rem;
  padding-right: var(--padding);
  padding-left: var(--padding);
}

.stay-connected img {
  width: 100%;
  height: auto;
}

.stay-connected .contact-details {
  background-color: var(--color-1);
  padding: 12rem 3rem;
}

.stay-connected .contact-details .title {
  opacity: 0.7;
}





.room {
  padding: var(--padding);
  margin-top: -15rem;
}

.room h2 {
  color: var(--color-w);
}

.room-item {
  display: flex;
  padding: 2rem;
  height: 30rem;
  justify-content: flex-start;
  align-items: flex-end;
  background-size: cover;
  border-radius: 20px;
  background-position: center;
}

.room-item h3,
.room-item span {
  color: var(--color-w);
  margin: 0;
}

.room-wrapper {
  padding-top: 10rem;
  padding-bottom: 22rem;
}

.room-top {
  text-align: center;
  width: 60%;
  margin: auto;
  margin-bottom: 4rem;
  color: var(--color-w);
}




/* ------------------------------
   GALLERY WRAPPER
------------------------------ */
.content--gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* ------------------------------
   MAIN SLIDER
------------------------------ */
.gallery--main,
.gallery--main a {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  /* clip images */
}

.gallery--main .slick-slide {
  height: 420px !important;
  /* fixed height */
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* clip images in clones */
}

.gallery--main .slick-slide>div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery--main .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* fill container */
  display: block;
  border-radius: 0;
  /* container handles rounding */
}

/* ------------------------------
   THUMBS SLIDER
------------------------------ */
.gallery--thumbs {
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}

.gallery--thumbs .slick-slide {
  height: 150px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px !important;
  padding: 0 7px;
  /* spacing between thumbs */
}

.gallery--thumbs .slick-slide>div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery--thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* fill thumb fully */
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 20px !important;
}

/* ACTIVE THUMB */
.gallery--thumbs .slick-current img {
  transform: scale(1.05);
  opacity: 1;
}

/* HOVER EFFECT */
.gallery--thumbs img:hover {
  opacity: 1;
}

/* ------------------------------
   RESPONSIVE
------------------------------ */
@media (max-width: 991px) {
  .order-col--2 .grid-col--2 {
    order: 1;
  }

  .order-col--2 .grid-col--1 {
    order: 2;
  }

  .gallery--main .slick-slide,
  .gallery--main .slick-slide a {
    height: 320px !important;
  }

  .gallery--thumbs .slick-slide {
    height: 90px !important;
  }

  .text-left-image-right .col-img {
    width: 100%;
  }

  .text-left-image-right .col-img img {
    height: 100%;
    width: 100%;
  }

  .text-left-image-right .col {
    padding: 2rem;
  }

  .text-left-image-right {
    padding-bottom: 15rem;
  }

  .text-left-image-right .grid {
    grid-template-columns: 1fr !important;
  }

  .text-left-image-right.v3 .grid-col--1 {
    grid-column: 1;
    grid-row: 2;
  }

  .text-left-image-right.v3 .col-img img {
    border-radius: 20px;
    -ms-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .custom-pad--col-1 .grid-col--1 {
    padding-top: 10rem !important;
  }

  .section-no-pad--bottom {
    padding-bottom: 0;
  }

  .custom-mask--image .grid-col--2 {
    background-image: url(https://4xd.co.uk/temple-hall/wp-content/uploads/2026/01/bg-7.png);
    -webkit-mask-position: top center, bottom center;
    mask-position: top center, bottom center;
    -webkit-mask-size: 100% var(--m-height), 100% calc(100% - var(--m-offset));
    mask-size: 100% var(--m-height), 100% calc(100% - var(--m-offset));
    mask-image: var(--mask1-top-url), linear-gradient(#000, #000);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-origin: border-box;
    mask-origin: border-box;
    -webkit-mask-clip: border-box;
    mask-clip: border-box;
    container-type: inline-size;
    --m-height: var(--mask1-height);
    --m-offset: var(--mask1-offset);
  }

  .type--2.map--section .grid-col--2 {
    order: 1;
  }

  .type--2.map--section .grid-col--1 {
    order: 2;
  }

  .type--2.map--section .content-title {
    text-align: center;
  }

  .type--2.map--section .content-image--wrapper {
    padding-top: 5rem;
  }

  .map--section.type--2 .btn-wrapper {
    text-align: center !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  .mobile-pad--top {
    padding-top: 5rem;
  }

  .main-footer .grid-col--2 .grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .has--reverse .grid-col--1 {
    order: 1;
  }

  .has--reverse .grid-col--2 {
    order: 2;
  }
}

@media (max-width: 576px) {
  .gallery--main .slick-slide {
    height: 250px !important;
  }

  .gallery--thumbs .slick-slide {
    height: 70px !important;
  }

  .custom-height--mobile .room-item {
    height: 15rem;
  }

  .card .card-item {
    height: 30rem !important;
  }
}

.type--2 .room-item {
  height: 40rem;
}

.type--3 .room-item {
  height: 50rem;
}

.type--3 .room-item h3 {
  font-size: 24px;
  font-weight: 500;
}

.type--3 .room-item span {
  font-size: 16px;
  font-weight: 400;
}

.type--3 .room-item .content-text p {
  font-size: 14px;
}

.text-left-image-right.has--border .col-img img {
  border-radius: 20px;
  -ms-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
}

/* .room-item--wrapper{
  position: relative;
}
.room-item--wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%,
      rgba(0, 0, 0, 0) 60%.hero
    );
  pointer-events: none;
} */


.hero .title h1 {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
}

.type--3 .room-item,
.type--2 .room-item {
  position: relative;
  display: flex;
  padding: 2rem;
  justify-content: flex-start;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}



.hero .description p{
  background: #434735B3;
  padding: 20px;
}




.type--3 .room-item::before,
.type--2 .room-item::before,
.menu-section .menu--each::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 62%);
}

.type--3 .room-item>*,
.type--2 .room-item>* {
  position: relative;
  z-index: 2;
}

.contact-grid {
  margin: 0 auto;
}

.form-row {
  margin-bottom: 40px;
}

.two-col {
  display: flex;
  gap: 40px;
}

.form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-col label {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.form-input,
.form-textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px;
  color: #fff;
  font-size: 16px;
  outline: none;
  width: 100%;
  border-color: rgba(255, 255, 255, 0.5)!important;
}

input[name="table-time"]::placeholder,
input[name="room-time"]::placeholder {
  color: #fff;
  opacity: 1;
}
.form-input:focus,
.form-textarea:focus {
  border-bottom: 1px solid #fff;
}

.form-textarea {
  resize: none;
  height: 120px;
}

.submit-row {
  text-align: center;
}


.form-submit:hover {
  opacity: 0.85;
}


@media (max-width: 768px) {

  .type--3 .room-item {
    min-height: 30rem;
    height: unset
  }

}

.hero {
  padding-bottom: 10rem;
  position: relative;
}

.stay-connected.type--2 .content--image {
  position: relative;
  padding-top: 30%;
}

.stay-connected.type--2 .content--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  border-radius: 24px;
  -ms-border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
}

.map--location {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  background: #e5e2d8;
  /* muted tone like your design */
  /* pointer-events: none; */
}

.map--location iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.stay-connected .map--location p {
  height: 100%;
}

.map--section .grid-col--2 {
  /* pointer-events: none; */
}

.map--section .stay-connected-wrapper {
  gap: 5rem;
}

.map--section .gm-inset-light {
  display: none;
}

@media (max-width: 768px) {
  .map--location {
    height: 300px;
  }
}

.map--section .wpcf7-spinner {
  display: none !important;
}

.map--section .btn-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map--section .btn-wrapper input {
  background: transparent;
  color: #fff;
  border: none;
}

.map--section .btn-wrapper .btn {
  min-width: 250px;
  justify-content: center;
}

.map--section a,
.stay-connected a {
  text-decoration: none;
}


.lnx-slick-slider .slide {
  margin-left: 10px;
  margin-right: 10px;
}

.lnx-slick-slider {
  margin: 0 -10px;
}


.lnx-slick-slider .item {
  height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}

.food-slider .content--wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  padding: 3rem;
}

.food-slider p {
  color: #251919;
}

.col1-top--0 .grid-col--1 {
  padding-top: 0;
}

.col2-top--0 .grid-col--2 {
  padding-top: 0;
}

.map--section.type--2 .btn-wrapper {
  text-align: left;
  justify-content: left;
}

.gap--2 {
  gap: 2rem;
}

.map--section .btn-wrapper .btn {
  min-width: 150px;
}

.room .content-text ul {
  padding-left: 0;
}

.room .content-text ul li {
  list-style: none;
  font-size: 14px;
}

.grid-col--2 .col-img {
  width: 100%;
}


@media screen and (max-width: 1280px) {
  .room.type--3 .grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media screen and (max-width: 991px) {
  .room .grid.grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .stay-connected .embed-map {
    height: 400px !important;
  }

  .custom-pb--10 .grid-col--1 {
    padding-bottom: 10rem;
  }


  .hero .description {
    max-width: 100%;
  }

  .room-top {
    width: 100%;
  }



  .list-card .grid-col--1 {
    display: none;
  }

  .header.main-header .container {
    padding-inline: 0;
  }

  .food-slider .slider-wrapper.pb--20 {
    padding-bottom: 10rem;
  }

  .col {
    padding: 6rem 4rem;
  }

  .card .card-wrapper {
    width: 100%;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .text-left-image-right .grid,
  .list-card .grid,
  .food-slider .grid,
  .card .grid,
  .stay-connected .grid {
    grid-template-columns: 1fr;
  }

  .stay-connected .grid {
    gap: 5rem;
  }

  .card .grid {
    gap: 2rem;
  }

  .list-card .grid-col--1,
  .food-slider .grid-col--1 {
    order: 2;
  }

  .food-slider .grid-col--2 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
  }

  .text-left-image-right .grid-col--1 {
    min-height: 100% !important;
  }

  .nav-right-wrapper,
  .header-menu-left {
    display: none !important;
  }

  .header .mobile--menu {
    display: block !important;
  }

  .main-header .nav-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews-card-wrapper .slick-slide {
    height: auto !important;
  }

  .reviews-card-wrapper .reviews-card {
    margin: 0 15px;
  }

  .reviews-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

 

  .room {
    padding: 4rem;
  }

  .stay-connected.type--2 .content--image {
    padding-top: 56% !important;
  }

  .custom--height.text-left-image-right .grid-col--2 {
    min-height: 70rem !important;
  }

  .hero .inside-content--wrapper {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .footer--float .buttons--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem !important;
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }

  .footer--float .buttons--wrapper>* {
    flex: 0 0 auto;
  }

  .custom-white--btn a {
    font-size: 10px;
    display: block;
    text-align: center;
  }



  .rating.mb--10 {
    margin-bottom: 0 !important;
  }

  .hero {
    height: 80vh !important;
  }

  .room .grid.grid--4 {
    grid-template-columns: 1fr;
  }

  .food-slider .slider-wrapper.pb--20 {
    padding-left: 2rem;
    padding-right: 2rem;

  }

  .main-footer .footer-bottom {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .grid-images .grid.pt--6 {
    padding-top: 0 !important;
  }

  .room.type--3 .grid {
    grid-template-columns: 1fr;
  }

  .list-card .list-wrapper {
    padding: 5rem 1rem;
  }

  .stay-connected {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .header .logo-wrapper img {
    object-fit: cover;
    width: 250px;
    height: auto;
  }

  .main-footer .legal {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 510px) {
  .lnx-slick-slider .item {
    height: 300px;
  }

  .footer--float .buttons--wrapper {
    justify-content: center !important;
  }
}

@media screen and (max-width: 500px) {
  .menu-section .menu--each{
    height: 30rem!important;
  }
  .hero {
    height: 100% !important;
  }

  .type--2 .rooms .grid {
    display: block;
  }

  .type--2 .rooms .room-item {
    margin: 0 10px;
    display: flex !important;
  }


  .type--2 .rooms .slick-list {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 450px) {

  .header .logo-wrapper img {
    width: 200px;
  }

  .room {
    padding: 2rem !important;
  }

  .main-footer .grid-col--2 .grid--3 {
    grid-template-columns: 1fr !important;
  }
}

@media screen and (max-width: 350px) {
  .rating img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
  }

  .reviews-card-wrapper .reviews-card {
    margin: 0 5px;
  }

  .list-card .card {
    padding: 2rem;
  }

  .col {
    padding: 6rem 2rem;
  }

  .card .card-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.founders .flex.flex-align--center {
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.header--mobile__menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.header-mobile--menu .hmminner {
  padding-top: 10rem;
}

.header-mobile--menu .menu {
  flex-direction: column;
}

.header.active-menu .header-mobile--menu {
  display: block;
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.header.active-menu {
  background: #000000;
  height: 100vh;
}

.header .mobile--menu,
.header-mobile--menu {
  display: none;
}

.header .mobile--btn__inner {
  position: relative;
  width: 6rem;
  height: 6rem;
  z-index: 11111;
}

.header .mobile--btn {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
}

.header .mobile--btn span {
  width: 24px;
  background: #fff;
  position: absolute;
  height: 3px;
  border-radius: 25px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
}

.header .mobile--btn span:nth-child(1) {
  top: 35%;
}

.header .mobile--btn span:nth-child(3) {
  top: 65%;
  width: 24px;
}

.header .mobile--btn__wrapper .contact-detail--each {
  display: none;
}

.header .mobile--btn.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header .mobile--btn.active span:nth-child(2) {
  display: none;
}

.header .mobile--btn.active span:nth-child(3) {
  left: 50%;
  width: 24px;
  top: 50%;
}

.header .header .mobile--btn.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header .mobile--btn.active span:nth-child(2) {
  display: none;
}

.header .mobile--btn.active span:nth-child(3) {
  left: 50%;
  width: 24px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header .mobile--btn {
  pointer-events: all;
}

.hero .btn-wrapper {
  gap: 2rem;
  flex-wrap: wrap;
}

.header .social-icon {
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.header .social-icon svg {
  width: 30px;
  height: 30px;
}

.stay-connected .embed-map,
.stay-connected .embed-map iframe {
  width: 100%;
  height: 100%;
}

.stay-connected .embed-map iframe {
  border-radius: 24px;
}



.food-slider .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 500px;
}

.food-slider .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.footer-sticky--buttons {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  background: var(--color-1);
  width: 100%;
  padding: 2rem;
}

.footer--float {
  position: relative;
}

.cky-box-bottom-left {
  right: 40px !important;
  left: unset !important;
}

.cky-btn-customize,
.cky-btn-reject {
  color: var(--color-1) !important;
  background-color: transparent;
  border-color: var(--color-1) !important;
}

.cky-btn-accept {
  color: #FFFFFF;
  background-color: var(--color-1) !important;
  border-color: var(--color-1) !important;
}

/* =========================================
   Masonry Gallery
========================================= */

.masonry-gallery--section {
  padding: 80px 0;
  background: #f2f2f2;
}

.masonry-grid {
  margin: 0 -8px;
}

/* Masonry Sizer */
.masonry-sizer,
.masonry-item {
  width: 25%;
}

.masonry-item {
  padding: 8px;
}

.masonry-item a {
  display: block;
  overflow: hidden;
  width: 100%;
}

.masonry-item img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform .4s ease;
}

/* Hover */
.masonry-item:hover img {
  transform: scale(1.03);
}

/* =========================================
 Desktop Heights
========================================= */

.masonry-item img {
  height: 260px;
}

.masonry-item.tall img {
  height: 540px;
}

/* =========================================
 Tablet
========================================= */

@media (max-width: 991px) {

  .masonry-sizer,
  .masonry-item {
    width: 33.3333%;
  }

  .masonry-item img {
    height: 220px;
  }

  .masonry-item.tall img {
    height: 460px;
  }

}

/* =========================================
 Mobile
========================================= */

@media (max-width: 767px) {
  .footer-linux{
    margin-top: 1em;
  }
  #enquiry-type,
  #form-selector {
    width: calc(50% - 20px) !important;
  }

  .masonry-grid {
    margin: 0 -5px;
  }

  .masonry-sizer,
  .masonry-item {
    width: 50%;
  }

  .masonry-item {
    padding: 5px;
  }

  .masonry-item img {
    height: 180px;
  }

  .masonry-item.tall img {
    height: 370px;
  }

}

/* =========================================
 Small Mobile
========================================= */

@media (max-width: 480px) {
  #enquiry-type,
  #form-selector {
    width: 100%!important;
  }

  .two-col {
    flex-direction: column;
  }

  .masonry-grid {
    margin: 0 -4px;
  }

  .masonry-sizer,
  .masonry-item {
    width: 50%;
  }

  .masonry-item {
    padding: 4px;
  }

  .masonry-item img {
    height: 150px;
  }

  .masonry-item.tall img {
    height: 308px;
  }

}

.masonry-gallery--section .title h2 {
  color: var(--color-2);
}

.hero .ti-reviews-container {
  display: none !important;
}

.hero .ti-rating.ti-rating-large,
.hero .ti-rating-text span,
.hero .ti-rating-text strong {
  color: var(--color-w) !important;
}

.footer-linux p {
  color: var(--color-w);
  margin: 0;
}

.footer-linux {
  gap: 1rem;
}

#enquiry-type option,
.wpcf7-form-control-wrap option,
#form-selector option {
  background: #6c6b58;
  color: #fff;
}

#enquiry-type,
#form-selector{
  width: 20%;
}

.form-input::-webkit-calendar-picker-indicator {
  filter: brightness(0) invert(1);
  opacity: 1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--color-w) !important;
  display: inline-block;
}

.footer--float .custom-white--btn a {
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
}

.footer--float .custom-white--btn svg {
  width: 20px;
  height: 20px;
}


.menu-section .grid--wrapper{
  gap: 2rem;
}
.menu-section .content--image{
  position: relative;
  padding-top: 56%;
}
.menu-section a{
  text-decoration: none;
}
.menu-section .content--image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
}
.menu-section .menu--each span{
  font-size: 1.17em;
  font-family: var(--font-family-heading);
  color: var(--color-b);
}
.menu-section{
  margin-top: -10rem;
  padding: 8rem 0;
}
.food-slider .slick-track {
  display: flex !important;
}

.food-slider .slick-slide {
  height: inherit !important;
}
.menu-section .menu--each{
  position: relative;
  display: flex;
  padding: 2rem;
  justify-content: flex-start;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  height: 40rem;
}

.menu-section .menu--each .menu-title{
  position: relative;
  z-index: 2;
  color: var(--color-w);
}

.contact-wrapper input[type="text"]:focus-visible,
.contact-wrapper select:focus-visible,
.contact-wrapper textarea:focus-visible,
.contact-wrapper input[type="date"]:focus-visible,
.contact-wrapper input:focus-visible,
.contact-wrapper input[type="tel"]:focus-visible,
.contact-wrapper input[type="number"]:focus-visible,
.contact-wrapper input[type="email"]:focus-visible{
  border-color: rgba(255, 255, 255, 0.5)!important;
}


.wpcf7 input:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;

  -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0) inset !important;
  box-shadow: 0 0 0px 1000px rgba(255,255,255,0) inset !important;

  background-color: transparent !important;

  transition: background-color 5000s ease-in-out 0s;
}

.grid-images .gallery--thumbs .slick-track{
  margin-left: unset!important;
}