@import url('https://fonts.googleapis.com/css2?family=Carattere&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/* Define primary color variable */
:root {
  --primary-color: #3e0505;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
}

/* Apply primary color for links */
a {
  color: var(--primary-color);
}

.hidden-by-form {
  display: none;
}


/* Primary buttons */
.uk-button-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  font-family: "Manrope", sans-serif;
  color: #fff;
  border-radius: 16px;
  text-transform: none;
  font-size: 14px;
  padding: 6px 40px;
  font-family: "Lora", serif;
}

.uk-button-default {
  border: 1px solid var(--primary-color);
  background: #f9f5ef;
  color: var(--primary-color);
  border-radius: 16px;
  text-transform: none;
  font-family: "Lora", serif;
  padding: 8px 25px;
  font-size: 16px;
}

.uk-button-default:hover {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
  color: #f9f5ef;
}

/* Primary button hover */
.uk-button-primary:hover {
  background-color: #5a0a0a; /* slightly lighter shade */
  border-color: #5a0a0a;
}

/* Navbar background or active item */
.uk-navbar-container {
  background-color: var(--primary-color);
}
nav li:hover a {
  color: #a72c2c !important;
}

/* Active nav link */
.uk-navbar-nav > .uk-active > a {
  color: #e1dcdc;
  background-color: #5a0a0a;
}

/* nav */
.uk-navbar-nav > li > a {
  text-transform: none;
  min-height: 32px;
  font-weight: 500;
  color: #000000;
  font-family: "Manrope", sans-serif;
}
.icons .icon a {
  color: #fff;
}


.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  border-color: #5a0a0a;
}
.whatsapp-320 {
  display: none;
}
.menu-bar {
  display: none;
}

label {
  font-family: "Lora", serif;
  color: #a1a1a2 !important;
}

/* Booking form */
.booking-strip {
  border-radius: 8px;
  top: -60px;
  position: relative;
  z-index: 99;
  display: none;
}

.review-section {
  display: none;
}

.booking-strip input,
.booking-strip select,
.booking-modal input,
.booking-modal select {
  border: none;
  border-bottom: 1px solid #a1a1a2;
  padding-left: 25px;
  padding-right: 0px;
  font-family: "Lora", serif;
}

.booking-strip input::placeholder,
.booking-strip select::placeholder,
.booking-modal input::placeholder,
.booking-modal select::placeholder {
  /* color: #A1A1A2 !important; */
}

.booking-modal textarea {
  border: 1px solid #a1a1a2;
  padding-left: 8px;
  padding-right: 0px;
  resize: none;
}

h2 {
  font-family: "Lora", serif;
}
.booking-strip .form-icon,
.booking-modal .form-icon {
  position: absolute;
  left: 0px;
  top: 10px;
  width: 20px;
}

.booking-strip .klh-error,
.booking-modal .klh-error {
  font-size: 12px;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  bottom: -22px;
}

.booking-modal .modal-logo {
  width: 200px;
  margin: auto;
  display: block;
}

.align-self-end {
  display: flex;
  align-items: flex-end;
}

h2 {
  color: #390a08;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* Review section */
.review-card {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.review-content h4 {
    font-size: 25px;
    font-family: "Manrope", sans-serif;
    margin-top: 15px;
    color: #003b95;
}

span.review-value {
    font-size: 20px;
    font-family: "Manrope", sans-serif;
}

.review-card .review-star img {
    width: 20px;
    height: 20px;
    margin-bottom: 10px;
}

.review-card .review-star {
    gap: 5px;
}

/* Room Slider */

.room-img {
  width: 100%;
  height: auto;
}
.uk-slider-nav li a {
    background-color: #dddddd !important;
    border: none !important;
}

.uk-slider-nav li.uk-active a {
    background-color: #390a08 !important;
}

.room-slide ul {
  z-index: 5;
}

.room-background {
  padding: 10.5% 8% 12% 18%;
}

.room-background:after {
  content: "";
  background-image: url(../../assets/images/room/room-background.webp);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}


.room-slide:nth-child(even) .room-background::after {
  left: 10%;
}

.room-background:before {
  content: "";
  background-image: url(../../assets/images/room/room-frame.webp);
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 80%;
  z-index: 2;
  left: 15%;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10%;
}

.room-slider-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 6;
  position: absolute;
  width: 100%;
  left: 3%;
  top: 98%;
  bottom: 0;
}

.room-slider-footer svg {
  color: #390a08;
}

.room-title {
  color: #390a08 !important;
  font-family: "Carattere", cursive;
  text-align: center;
  font-size: 30px;
  margin: 5px 0 0 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.room-widget {
  position: absolute;
  z-index: 6;
}

.widget-top-left {
  left: 0;
  top: 0;
}

.widget-bottom-right {
  right: 0;
  bottom: 0;
}

.subheading {
  color: #390a08;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h3 {
  color: #390a08;
  font-family: "Lora", serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}

.room-content {
  align-self: center;
  padding-left: 100px;
  margin-top: 20px;
}
.room-content p {
  color: #656565;
  font-family: "Lora", serif;
  font-size: 18px;
  font-style: normal;
  margin-top: 5px;
  font-weight: 400;
}

/* Kaladwas  */

p.kaladwas-p {
    text-align: center;
    font-family: "Lora", serif;
    font-size: 18px;
    color: #656565;
    font-style: normal;
    font-weight: 400;
}


/* Rakht Chandan */

a.room-arrow-prew.uk-icon.uk-slidenav-previous.uk-slidenav {
    visibility: hidden;
}

a.room-arrow-next.uk-icon.uk-slidenav-next.uk-slidenav {
    visibility: hidden;
}

.rakht-chandan .widget-top-left {
  width: 17%;
  top: 5%;
}

.rakht-chandan .widget-bottom-left {
  width: 25%;
  bottom: 11%;
  left: 4%;
}

.room-slide.rakht-chandan {
    padding-top: 0px;
}

p {
  color: #656565;
  font-family: "Lora", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.rakht-chandan .widget-bottom-right {
  width: 25%;
  bottom: 7%;
  right: -5%;
}
/* Badal Mahal */
.Badal-Mahal .widget-top-left {
  width: 15%;
  top: 7%;
}

.Badal-Mahal .widget-bottom-right {
  width: 33%;
  bottom: 11%;
  right: -11%;
}
/* Kesari */
.kesari .widget-top-left {
  width: 22%;
  top: 10%;
  left: 3%;
}

.kesari .widget-bottom-right {
  width: 20%;
  bottom: 13%;
  right: -4%;
}
/* junoo */
.junoo .widget-top-left {
  width: 19%;
  top: 10%;
  left: -2%;
}

.junoo .widget-bottom-right {
  width: 20%;
  bottom: 13%;
  right: -2%;
}
/* kalangi */
.kalangi .widget-top-left {
  width: 22%;
  top: 10%;
  left: -2%;
}

.kalangi .widget-bottom-right {
  width: 25%;
  bottom: 7%;
  right: -5%;
}
/* van-gharana */
.van-gharana .widget-top-left {
  width: 26%;
  top: -6%;
  left: 6%;
}

.van-gharana .widget-bottom-right {
  width: 22%;
  bottom: 13%;
  right: 0%;
}

p.uk-text-large {
  color: #656565;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin: 0px !important;
}

.van-gharana .widget-top-right {
  width: 20%;
  top: 9%;
  right: -12%;
}
/* pratikirti */
.pratikirti .widget-top-left {
  width: 27%;
  top: -2%;
  left: 3%;
}

.booking-logo-strip p {
  color: #1f2b3a;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 12px;
}

.pratikirti .widget-bottom-right {
  width: 25%;
  bottom: 13%;
  right: -3%;
}
.pratikirti .widget-top-right {
  width: 20%;
  top: 9%;
  right: -12%;
}

/* Booking Strip */
.booking-icons-list {
  align-self: center;
  margin-top: 10px;
}

.booking-logo-strip {
  border-radius: 12px;
  background: #f9f5ef;
}

/* Experiences */

.bg-offwhite {
  background-color: #f9f5ef;
}

h4 {
  color: #390a08;
  font-family: "Manrope", sans-serif;
  font-size: 18.8px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}

.best-rates-section {
  padding: 50px 0;
}

.btn-best-rates {
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: 500;
  padding: 20px 50px;
}

.testimonial-section p {
  color: #656565;
  font-size: 16px;
}
.testimonial-section .arrow-left,
.testimonial-section .arrow-right {
  opacity: 0;
  visibility: hidden;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px ;

  color: rgba(0, 0, 0, 0.7) !important;
  border: 2px solid #3e0505;
  border-radius: 50%;
  padding: 12px 16px;
  background: #f9f5ef;
  backdrop-filter: blur(4px);

  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}

.testimonial-section .arrow-left {
  left: 10px;
}
.testimonial-section .arrow-right {
  right: 10px;
}

.testimonial-section .uk-slider:hover .arrow-left,
.testimonial-section .uk-slider:hover .arrow-right {
  opacity: 1;
  visibility: visible;
}

.testimonial-section .uk-slider:hover .arrow-left {
  left: -10px;
  top: calc(50% - 55px) !important;
}

.testimonial-section .uk-slider:hover .arrow-right {
  right: -10px;
  top: calc(50% - 55px) !important;
}

.testimonial-section .arrow-left:hover,
.testimonial-section .arrow-right:hover {
  color: #000 !important;
  transform: translateY(-50%) scale(1.1);
}

h5 {
  color: #390a08 !important;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.amenities {
  color: #390a08;
}

h5.uk-margin-top {
    font-weight: 400;
}

#amenities img.width-small {
    width: 100%;
    height: auto;
    max-width: 80px;
}

.text-aurore {
  color: #3e0505;
  text-align: center;
  font-family: "Carattere", cursive;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 148.555%;
}

/* Testimonial */
.testimonial-section .uk-slider-items li > div {
  scale: 0.8;
  transition: all 0.3s ease;
}

.testimonial-section .uk-slider-items li.uk-active > div {
  scale: 1;
}
/* Contact-section */
.hero {
  position: relative;
  background: url("../../assets/images/room/banner_2.webp") no-repeat center
    center/cover;
  padding: 100px 0;
  display: block;
  justify-content: center;
  align-items: center;
}
.getting-here {
  color: #390a08;
  font-size: 15px;
  font-family: "Manrope", sans-serif;
}

.map-section img.width-small {
    width: 6%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 10, 5, 0.6);
  z-index: 1;
}

.container {
  z-index: 2;
}

/* Left-aligned intro text */
.left-text {
  grid-area: left;
  text-align: left;
  gap: 5%;
  max-width: 760px;
  flex: 1;
}

.left-text p {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Lora" !important;
  margin-bottom: -2rem;
  color: #e8e4de;
  opacity: 0.9;
}

.heritage-section .left-text h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: normal;
  max-width: 800px;
  color: #ffff;
  font-family: "Lora", sans-serif;
}

.heritage-section .left-text h1 {
  font-size: 1.5rem;
  padding-bottom: 20px;
}

.heritage-section br {
  display: none;
}

.left-text em {
  color: #f2eee9;
  font-style: italic;
  font-family: "Lora", serif;
}

/* Image Map */

.map{
  position: relative;
}

a.map-bt {
    position: absolute;
    left: 10px;
    bottom: 10px;
    text-decoration: none;
    font-family: "Manrope", serif;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.3s cubic-bezier(0.82, 0.24, 0.58, 1);
    color: #390A08;
    padding: 10px;
    background: #390a0810;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #390a08;
    transform: scale(1);
}

a.map-bt:hover {
    /* color: #fff; */
    /* font-size: 18px; */
    cursor: pointer;
    text-decoration: none;
    transform: scale(1.1);
}

/* Right-aligned paragraph */
.right-text {
  grid-area: right;
  text-align: left;
  align-self: start;
}

.right-text p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #e8e4de;
}

/* Center-aligned haveli info */
.center-text {
  grid-area: center;
  text-align: center;
  margin-top: 40px;
}

.center-text h2 {
  font-size: 25px;
  letter-spacing: 3px;
  margin: 0 0 8px;
  margin-bottom: 8px;
  color: #fff;
  letter-spacing: 0.2rem;
  opacity: 0.9;
  font-weight: 700;
  font-family: "Lora", serif;
  margin-right: 80px;
  position: relative;
  z-index: 1;
}

.center-text p {
  font-size: 14px;
  margin: 0 0 16px;
  padding: 0 12px;
  color: #fff;
  letter-spacing: 0.16rem;
  margin-right: 80px;
  position: relative;
  z-index: 1;
}

/* Contact icons */
.icons {
  grid-area: icons;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  column-gap: 20px;
  gap: 40px;
  margin-top: 30px;
  gap: 12%;
  position: relative;
  z-index: 1;
}
.icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: rgb(41, 39, 39);
  transition: all 0.3s ease;
}
.accommodation h2 {
  color: #390a08;
  font-family: "Lora", serif;
}

.icon span[uk-icon] {
  background: #fff;
  color: #000;
  padding: 14px;
  border-radius: 50%;
  width: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.icon span:last-child {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #191818;
  margin: auto;
}

.icon:hover span[uk-icon] {
  background: #111111;
  color: #f5f1f1;
}
/* Footer */

.footer {
  background-color: #f9f8f6;
  padding: 60px 0 0 0;
  position: relative;
}

.footer-logo {
  width: 90px;
}
.footer-logo2 {
  width: 90px;
  height: 32px;
}

.share-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: transparent !important;
    color: #ffffff !important;
    backdrop-filter: blur(2px);
}

.gallery-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: transparent !important;
    color: #ffffff !important;
    backdrop-filter: blur(2px);
}

.video-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: transparent !important;
    color: #ffffff !important;
    backdrop-filter: blur(2px);
}

#share-modal .uk-modal-dialog.uk-modal-body.uk-border-rounded {
    width: 1200px;
}

.footer-desc {
  color: #000;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.6;
  max-width: 300px;
  font-family: "Manrope", sans-serif;
}

.social-icons a {
  color: #000;
  margin-right: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #a72c2c;
}

p.underheading {
  color: #656565;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin: 0px !important;
}

.map-section p {
  font-family: "Manrope", sans-serif;
  margin-top: -5px;
}

.quick-links h4,
.address h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
}

.quick-links ul li {
  margin-bottom: 8px;
}

.quick-links ul li a {
  color: #111;
  text-decoration: none;
  transition: 0.3s;
}

.quick-links ul li a:hover {
  color: #a72c2c;
}

.address p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: "Manrope", sans-serif;
}

.address a {
  color: #000000;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
}

.address a:hover {
  color: #a72c2c;
}

.footer-bottom {
  /* margin-top: 40px; */
  padding-top: 20px;
  padding-bottom: 50px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-bottom .footer-links a {
  font-size: 14px;
  color: #333;
  margin-left: 20px;
  text-decoration: none;
}
.footer-bottom p a:hover {
  color: #a72c2c;
}

.footer-bottom .footer-links a:hover {
  color: #a72c2c;
}

.heart-icon {
  color: #e63946;
}
.room-slide {
  padding: 50px;
}

.footer-bottom p {
  color: #333;
  font-size: 14px;
  font-family: "Manrope", sans-serif;

}

.gallery-wrapper {
    display: block;
    column-count: 3;
    column-gap: 0px;
}

.gallery-wrapper a.gallery-image img {
    padding: 5px;
}

#gallery-offcanvas .uk-offcanvas-bar {
    width: 100vw;
    max-width: unset !important;
    background: #ffffff;
}

#gallery-offcanvas button.uk-offcanvas-close.uk-icon.uk-close {
    color: #000000;
    position: fixed;
    right: 40px;
    top: 20px;
}

#modal-video .uk-modal-dialog.uk-modal-body.uk-margin-auto-vertical {
    padding: 0px;
    width: 1200PX;
    border: 5px solid #390a08;
    border-radius: 20px;
    overflow: hidden;
}

/* sonu-added */
.contact-row .button-none, .contact-row {
  display: none;
}
.uk-hidden-320 {
  display: none;
}

.button-large-mobile {
  padding: 10px 15px;
}

.link-span {
  color: #ffffff !important;
  margin-top: 10px !important;
}

header .uk-button {
  font-family: "Manrope", sans-serif;
}

.contact-row {
  margin-right: 30px;
}
.gap-20 {
  gap: 20px;
  justify-content: space-around;
}

.share-btn, .video-btn, .gallery-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.call-float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 100px;
    right: 40px;
    background-color: #fff;
    color: #3e0505;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-float .float-icon svg {
    color: #3e0505;
    height: auto;
    width: 25px;
}

.whatsapp-float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 40px;
    right: 40px;
    background-color: #fff;
    color: #25d366;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gallery-offcanvas h3 {
    color: #390a08;
    font-family: "Lora", serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.whatsapp-float .float-icon svg {
  color: #25d366;
  height: auto;
  width: 25px;
}

  .mobile-number-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-number-footer p {
    margin: 0px;
}

/* ===============================
   RESPONSIVE CSS
   ===============================*/

@media (max-width: 1199px) {
  .mobile-hide {
    display: none;
  }

  #offcanvas-overlay .uk-offcanvas-bar {
    background: #f9f5ef;
  }

  #offcanvas-overlay .uk-navbar-nav {
    flex-direction: column;
    align-items: start;
  }

  #offcanvas-overlay img.canvas-logo {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 20px;
    bottom: 0;
  }

  #offcanvas-overlay .uk-navbar-nav a {
    color: #222222;
  }

  .menu-logo {
    height: 32px;
    cursor: pointer;
  }
  .menu-bar {
    display: flex;
    border: none;
  }
  .menu-bar button {
    background-color: transparent;
    border: none;
    width: auto;
    padding: 0;
  }

  .gallery-wrapper {
    column-count: 2;
}

  .subheading,
  p,
  .room-content p {
    font-size: 16px;
  }

  h2 {
    font-size: 32px;
    font-family: "Lora", serif;
  }

  h3,
  .room-title {
    font-size: 38px;
  }
}

@media (max-width: 959px) {
  .uk-button-primary,
  .uk-button-default {
    border-radius: 6px;
    font-size: 12px;
    padding: 0px 20px;
  }

  .submit-btn-box {
    order: 99;
  }

  .contact-row {
    margin-right: 15px;
  }

  .uk-hidden-320 {
    display: block;
    margin-bottom: 0px;
  }

  h2,
  h3,
  .room-title {
    font-size: 20px;
  }

  .subheading,
  p,
  .room-content p,
  .testimonial-section p {
    font-size: 12px;
  }

  .room-content {
    text-align: center;
    padding-left: 30px;
  }

  .room-slide {
    padding: 20px 0;
    overflow: hidden;
  }

  .amenities-section img {
    width: 60px;
    height: auto;
  }
  .room-slider-footer {
    left: 0;
    top: 100%;
  }
  h4,
  h5 {
    font-size: 14px;
  }

  .text-aurore {
    color: #3e0505;
    font-family: "Carattere", cursive;
    font-size: 20px;
  }

  .testimonial-section,
  .amenities-section {
    padding: 20px 0;
  }

  .testimonial-section .uk-padding {
    padding: 20px 10px;
  }

  .booking-logo-strip {
    padding: 20px 10px;
  }
  .hero {
    padding: 50px 0;
  }
  .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .experiences-section h2 {
    font-size: 32px;
    font-family: "Manrope", sans-serif;
  }
  .experiences-section p {
    font-size: 16px;
  }

  /* Map-BT */

  a.map-bt {
    left: 5px;
    bottom: 5px;
    padding: 5px;
    transform: scale(.80);
    transition: all 0.3s cubic-bezier(0.82, 0.24, 0.58, 1);
}

a.map-bt:hover {
    /* color: #fff; */
    /* font-size: 18px; */
    cursor: pointer;
    text-decoration: none;
    transform: scale(1);
}

  /* review-icons */
  .review-card img {
    width: 50%;
}

.review-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 5px;
}

.review-content h4 {
    margin-bottom: 0px;
    margin-top: 5px;
}

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

.review-section .review-star {
    display: flex;
    flex-direction: row;
    gap: 3px;
    margin-top: 2px;
    justify-content: center;
}

.review-card .review-star img {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

span.review-value {
    font-size: 18px;
    font-family: "Manrope", serif;
}

}

@media (max-width: 659px) {
  .contact-row .button-none {
    display: block;
  }


  .contact-row img.button-none {
    display: block;
    width: 10px;
  }

  .uk-navbar-item:has(.contact-btn) {
    flex-direction: column-reverse;
    gap: 5px;
  }

  /* .contact-row {
    margin-right: 0px;
    display: flex;
    gap: 5px;
  } */

   .gallery-wrapper {
    display: block;
    column-count: 1;
    column-gap: 0px;
}

  .contact-btn {
    background: transparent;
    color: #3e0505;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
    border: 1px solid #3e0505;
    border-radius: 8px;
    padding: 5px;
    font-size: 10px;
    font-family: "Lora", serif !important;
    text-transform: capitalize;
    line-height: normal;
  }

.share-btn, .video-btn, .gallery-btn {
    padding: 8px 10px;
    font-size: 13px;
    line-height: normal;
}

  .share-btn svg, .video-btn svg, .gallery-btn svg {
    width: 14px;
    height: auto;
}

  /* .contact-row ~ button {
    width: 100%;
    line-height: normal;
    padding: 5px;
    font-size: 10px;
    font-family: "Lora", serif !important;
  } */

  .booking-strip {
    padding: 20px;
  }

  .booking-strip .uk-width-1-3\@m,
  .booking-modal .uk-grid-margin {
    margin-top: 10px !important;
  }

  .booking-strip .uk-width-1-3\@m:before,
  .booking-modal .uk-grid-margin:before {
    display: none;
  }

  button#enquireBtn {
    width: 100%;
  }

  .experiences-section {
    padding: 80px 10px 30px 10px;
  }
  .experiences-section h2 {
    font-size: 28px;
    font-family: "Lora", serif;
  }
  .experiences-section p {
    font-size: 14px;
  }

  .accommodation h2 {
    margin-top: 0px !important;
    font-family: "Manrope", sans-serif;
  }

  .accommodation {
    margin-bottom: 0px !important;
  }

  .footer {
    padding: 20px 0 0 0;
    text-align: center;
  }

  #gallery-offcanvas .uk-offcanvas-bar {
    padding-inline: 0;
}

.gallery-wrapper a.gallery-image img {
    padding: 5px 0;
}

#gallery-offcanvas button.uk-offcanvas-close.uk-icon.uk-close {
    right: 15px;
    top: 20px;
}

  .footer-desc {
    margin: 10px auto;
  }

  .footer-bottom,
  .footer-links {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .footer .footer-bottom p {
    font-size: 14px;
    font-family: "Manrope", sans-serif;
  }

  .footer-bottom .footer-links a {
    font-size: 12px;
    margin-left: 0px;
    display: inline-block;
  }

  /* .room-slide:nth-child(even) .even-room-padding {
    padding-right: 19px;
    padding-left: 10px !important;
  } */
  body .whatsapp-float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 70px;
    right: 15px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .call-float {
    box-shadow: none;
    bottom: 125px;
    right: 15px;
}
  .hero-section .uk-slideshow-items {
    aspect-ratio: 1 !important;
}

.room-background:after{
  display: none;
}

.room-background:before {
    max-width: 100%;
    max-height: 100%;
    left: 0%;
    top: 25px;
}

.quick-links h4,
.address h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.address h4{
  margin-block: 20px;
  font-size: 18px;
  font-weight: bold;
}

.address{
  margin-top: 20px !important;
}

.room-background {
  padding: 35px 4% 12% 3%;
}
.address-location{
  margin-top: 10px;
}

  .mobile-number-footer {
    justify-content: space-around;
}

.uk-margin-large-bottom {
    margin-bottom: 20px!important;
}

#amenities img.width-small {
    width: 100%;
    height: auto;
    max-width: 50px;
}

.uk-margin-top {
    margin-top: 10px!important;
}

#experience img {
    margin-top: 10px;
}

.map-section img.width-small {
    width: 15%;
}

.map-section h4 {
    margin-bottom: 0px;
}

.map-section p {
    margin-top: 2px;
}

.address p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-family: "Manrope", sans-serif;
}

.getting-here {
    color: #390a08;
    font-size: 12px;
    font-family: "Manrope", sans-serif;
    margin-bottom: 5px;
}

strong.office-footer {
    margin-right: 37px;
}

.center-text p {
    font-size: 14px;
    margin: 0 0 16px;
    padding: 0 12px;
    /* color: #f5f1f1; */
    letter-spacing: 0.16rem;
    color: #fff;
}

.center-text h2 {
    font-size: 15px;
    letter-spacing: 3px;
    margin: 0 0 8px;
    margin-bottom: 8px;
    color: #fff;
    letter-spacing: 0.2rem;
    opacity: 0.9;
    font-weight: 550;
    font-family: "Lora", serif;

}

.icons {
    grid-area: icons;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    column-gap: 20px;
    gap: 40px;
    margin-top: 30px;
    gap: 12%;
    position: relative;
    z-index: 1;
}

.uk-width-1-4\@m.uk-width-1-2.uk-text-center.uk-grid-margin {
    margin-top: 15px;
    padding-left: 35px;
}

.uk-width-1-4\@m.uk-width-1-2.uk-text-center {
    padding-left: 35px;
}

p.kaladwas-p {
    font-size: 12px;
}

#offcanvas-overlay img.canvas-logo {
    position: absolute;
    width: 50%;
    left: 0;
    padding: 20px;
    bottom: 0;
    height: auto;
}

.footer-logo {
    width: 65px;
}

.footer .footer-bottom p {
    font-size: 12px;
    font-family: "Manrope", sans-serif;
    margin-top: 0px;
}

h5.uk-margin-top {
    font-size: small;
    font-weight: 300;
}

p.address-location.uk-grid-margin.uk-first-column {
    font-size: 14px;
    margin-top: 15px;
}

section#amenities {
    padding: 20px 25px;
}

.room-slide {
    padding: 0px !important;
    padding-bottom: 15px !important;
    margin: 35px 10px 10px 10px;
    border: 1px solid #390A08;
}

.review-content h4 {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.review-star {
    margin-bottom: 0px;
    padding-bottom: 2px;
}

.review-card .review-star img {
    padding-left: 0px;
    margin-bottom: 7px;
    padding-bottom: 9px;
    width: 9px;
    align-items: end;
}

.review-card {
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
}

.review-card img {
    width: 40%;
}

.review-section .review-content {
    text-align: center;
}

.review-section .review-star {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -2px;
    justify-content: center;
}

span.review-value {
    font-size: 10px;
    margin-bottom: 13px;
}

a.map-bt {
    left: -10px;
    bottom: 3px;
    gap: 3px;
    transform: scale(0.70);
    padding: 4px;
}

}
