@import url("../css/common.css");

/* navbar section start  */
.hotel-pride-header {
  overflow: hidden;
  border-radius: 20px;
}

.main-navbardesign {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 99%;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(11, 10, 10, 0.874) 0%, rgba(7, 7, 7, 0.925) 50%, rgba(41, 40, 40, 0.865) 100%);
  /* padding: 15px 32px; */
  border-radius: 25px;
  border: 1px solid #f1f49f1f;
  margin: 0 auto;
  margin-top: 5px;

}

.navbar-GBt-Design .brand-logo {
  width: 120px;
}

.navbar-menu-list {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 100%);
  padding: 15px 32px;
  border-radius: 12px;
  border: 1px solid #f1f49f1f;

}
.navbar-menu-list a:hover{
  color: #ffe3b0;

}

.navbar-ui .nav-items {
  font-weight: 500;
  color: var(--white-color);
}

.navbar-ui .nav-items.active {
  color: var(--primary-color);
}

.navbar-ui .drowpdown .nav-language {
  font-weight: 500;
  color: var(--white-color);
}

.btn-common-btn {
  position: relative;
  height: 42px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 52px 8px 20px;
  border-radius: 10px;
  font-weight: 500;
  color: var(--black-olive);
  border: 1px solid var(--white-color);
  transition: all 0.3s;
}

.btn-common-btn span {
  background: #322E4A1F;
  height: 36px;
  width: 36px;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--black-olive);
}

.btn-common-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: transparent;
}

.btn-common-btn:hover span {
  background: var(--primary-color);
}

.navbar-ui .drowpdown .dropdown-menu {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid #f1f49f1f;
  right: -40px !important;
  left: unset !important;
  top: 13px !important;
  border-radius: 12px;
}

.dropdown-menu .language-items {
  display: block;
  color: var(--white-color);
  padding: 8px 10px;
  margin-bottom: 3px;
  font-weight: 400;
}

.dropdown-menu .language-items:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 100%);
}

.navbar-ui .dropdown-menu::before {
  content: "";
  height: 10px;
  width: 10px;
  border-top: 1px solid #f1f49f1f;
  border-left: 1px solid #f1f49f1f;
  display: block;
  position: absolute;
  right: 49px;
  transform: rotate(45deg);
  top: -6px;
  background: linear-gradient(132deg, rgb(255 255 255 / 11%) 0%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 100%);
}

/* header section start  */
.items-banner .header-banner {
  width: 100%;
  height: 688px;
  object-fit: cover;

}

.banner-slider .items-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* background: #000000a6; */
}

.header-inner-pride-contents {
  position: absolute;
  width: 100%;
  top: 148px;
}

.mouse-round-header {
  color: var(--white-color) !important;
  border: 1px solid var(--white-color);
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  height: 50px;
  width: 46px;
  font-size: 24px;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 84px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

/* .mouse-round-header::before{
  content: "";
  background: url(../images/header-mouse-bg.png) no-repeat;
  width: 450px;
  height: 227px;
  position: absolute;
  z-index: -1;
  background-size: 450px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.mouse-round-header::after {
  content: "";
  height: 24px;
  width: 1px;
  background: var(--white-color);
  display: block;
  position: absolute;
  top: -10px;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.header-inner-pride-contents .progress-line {
  height: 4px;
  width: 40px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}

.header-inner-pride-contents .progress-line.active {
  background: var(--white-color);
}

.header-labels-box {
  background: #EEE9FF0F;
  width: max-content;
  margin: auto;
  color: var(--primary-color);
  padding: 6px 26px 6px 16px;
  border: 1px solid var(--primary-color);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* RESIDENCES section start  */
.recidence-section-main {
  background: #ECE8E1;
}

.bottom-facility-content p {
  width: 33.33%;
}

.bottom-facility-content {
  border-top: 1px solid var(--white-gray-color);
}

.recidence-right-bar .recidence-img-1 {
  height: 480px;
  width: 325px;
  object-fit: cover;
  border: 4px solid var(--white-color);
  margin-left: auto;
  margin-top: 10%;
}

.recidence-right-bar .recidence-img-2 {
  position: absolute;
  width: 660px;
  height: 443px;
  left: -22%;
  object-fit: cover;
  top: -10%;
  border: 4px solid var(--white-color)
}

.common-room-book-box {
  position: relative;
  z-index: 2;
}

.recidence-slider {
  margin-top: -75px !important;
}

.slider-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 51%;
  bottom: 6px;
}

.recidence-slider .slick-prev {
  font-size: 0;
  background: transparent;
  border: none;
  border: 1px solid var(--black-olive);
  height: 44px;
  width: 44px;
  border-radius: 100%;
  position: absolute;
  bottom: 6px;
  right: 30%;
  z-index: 9;
}

.recidence-slider .slick-prev::before {
  content: "\ea4d";
  font-family: 'boxicons', sans-serif;
  font-size: 30px;
}

.recidence-slider .slick-next::before {
  content: "\ea50";
  font-family: 'boxicons', sans-serif;
  font-size: 30px;
}

.recidence-slider .slick-next {
  font-size: 0;
  background: transparent;
  border: none;
  border: 1px solid var(--black-olive);
  height: 44px;
  width: 44px;
  border-radius: 100%;
  position: absolute;
  bottom: 6px;
  right: 26%;
  z-index: 9;
}

/* Elegance Experience at Our Hotel  */
.box-about-design {
  height: 35px;
  width: 35px;
  min-width: 35px;
  background: var(--bg-box-pride);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 18px;
}

.box-about-design.bg-primary-L {
  background: var(--primary-color);
}

.about-left-parts .about-home-img-1 {
  height: 470px;
  width: 350px;
  object-fit: cover;
  border: 4px solid var(--white-color);
}

.about-left-parts .about-home-img-2 {
  position: absolute;
  top: -10%;
  right: 10%;
  width: 280px;
  height: 300px;
  object-fit: cover;
  z-index: 1;
  border: 4px solid var(--white-color);
}

.about-left-parts .about-home-img-3 {
  position: absolute;
  height: 380px;
  width: 350px;
  object-fit: cover;
  bottom: -10%;
  right: 10%;
  border: 4px solid var(--white-color);
}

/* Hotel City Pride section start  */
.common-btn-theeme {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: var(--primary-color);
  width: max-content;
  padding: 13px 32px;
  color: var(--white-color);
  font-family: 'dinot-medium', sans-serif;
  transition: all 0.3s;
}

.icon-services-bg {
  height: 58px;
  width: 58px;
  background: #ffffff21;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  transition: all 0.3s;
}

.services-main-boxed:hover .icon-services-bg {
  background: var(--primary-color);
}

/* The Essence of Luxury section start  */
.items-luxury-group-img .common-luxury-img {
  width: 100%;
  object-fit: cover;
  margin: 8px 0px;
}

.items-luxury-group-img .common-luxury-img.luxury-room-one {
  height: 620px;
  border-radius: 20px;
}

.items-luxury-group-img .common-luxury-img.luxury-room-two {
  height: 360px;
  border-radius: 20px;
}

.items-luxury-group-img .common-luxury-img.luxury-room-three {
  height: 302px;
  border-radius: 20px;
  /* margin-top: 10px; */
}

.items-luxury-group-img .common-luxury-img.luxury-room-four {
  height: 303px;
  border-radius: 20px;
}

.items-luxury-group-img .common-luxury-img.luxury-room-five {
  height: 303px;
  border-radius: 20px;
}

.menu-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
  margin: 20px 0;
}

.left-bar {
  background-color: #004a77;
  color: #fff;
  padding: 20px;
  writing-mode: vertical-rl;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}

.right-content {
  padding: 20px;
  flex-grow: 1;
}

.menu-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  /* border-bottom: 1px dashed #ccc; */
  font-size: 16px;
  font-weight: 500;
}

.menu-item .quantity {
  color: #f57c00;
}

.gallery-card {
  max-width: 700px;
  margin: 30px auto;

  border-radius: 8px;
  overflow: hidden;

  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-5px);

}

.gallery-menu {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}



/* Your Perfect Stay Awaits section  */
.await-perfect-inners a {
  color: var(--primary-darkcolor);
}

/* Discover Your Stay section start  */
.contact-details-design {
  background: radial-gradient(81.37% 81.37% at 18.63% 20.02%, #34312B 0%, #171717 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  ;
  border-radius: 24px;
}

.common-input-prd .input-common {
  width: 100%;
  background: transparent;
  border: 1px solid #0000002b;
  padding: 13px 18px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  border-radius: 11px;
  color: var(--title-text);
}

.common-input-prd .textarea-common {
  width: 100%;
  height: 124px;
  background: transparent;
  border: 1px solid #0000002b;
  padding: 14px 18px;
  font-weight: 400;
  outline: none;
  cursor: pointer;
  border-radius: 10px;
  color: var(--title-text);
  resize: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.common-input-prd .position-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  align-content: center;
  font-size: 18px;
  color: var(--title-text);
}

.common-input-prd .position-icon-area {
  position: absolute;
  top: 15px;
  font-size: 18px;
  color: var(--title-text);
}

.btn-check-form {
  width: 100%;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  font-family: 'dinot-medium', sans-serif;
  padding: 14px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

/* footer section strat  */
.pride-footer-main {
  width: 98%;
  margin: auto;
  background: radial-gradient(81.37% 81.37% at 18.63% 20.02%, #34312B 0%, #171717 100%);
  border-radius: 24px;
}

.footer-left-logo .footer-logo {
  width: 124px;
}

.ui-footer-links li a {
  color: var(--white-color);
  display: inline-block;
  font-weight: 400;
  opacity: 0.75;
  transition: all 0.3s;
}

.ui-footer-links li a:hover {
  margin-left: 4px;
  opacity: 0.75;
}

.inners-motors-footer {
  border-bottom: 1px solid #ffffff2b;
}

.footer_socialmedia a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  border-radius: 100%;
  font-size: 24px;
}

.custom-tooltip {
  --bs-tooltip-bg: var(--bg-box-pride);
}

.copyright-container {
  border-top: 1px solid #363C44;
}

.time-line-footer span {
  width: 90px;
  display: inline-block;
}

.time-line-footer {
  border-bottom: 1px dashed var(--white-color);
  width: max-content;
  padding-right: 12px;
}

.footer-maps-pride iframe {
  height: 210px;
  width: 100%;
  border-radius: 14px;
}

.footer-input .input-field {
  width: 100%;
  background: transparent;
  border: 1px solid #ffe3b029;
  outline: none;
  font-weight: 400;
  color: var(--white-color);
  padding: 11px 16px;
  border-radius: 10px;
}

.footer-input .input-field::placeholder {
  color: #7b7a7a;
}

.btn-submite-footer {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--primary-color);
  padding: 10px 30px 10px 12px;
  border-radius: 10px;
  font-weight: 500;
  color: var(--title-text);
  transition: all 0.3s;
  border: 1px solid var(--primary-color);
}

.btn-submite-footer:hover {
  background: transparent;
  color: var(--primary-color);
}

.btn-submite-footer span {
  height: 36px;
  width: 36px;
  background: var(--white-color);
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--title-text);
}

/* pagination code  */
.pagination_nav ul .page_items a.active,
.pagination_nav ul .page_items a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}

.pagination_nav ul .page_items a {
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  color: var(--black-olive);
  font-size: 16px;
  transition: all 0.3s;
  padding-top: 1px;
  border: 1px solid var(--black-olive);
  font-weight: 500;
  border-radius: 100%;
}

.pagination_nav ul .prev-next a {
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  color: var(--black-olive);
  border-radius: 40px;
  transition: all 0.3s;
  border: 1px solid var(--black-olive);
  font-size: 14px;
  font-weight: 400;
  padding: 0px 16px;
}

.pagination_nav ul .prev-next a i {
  font-size: 18px;
}

.pagination_nav ul .prev-next a:hover,
.pagination_nav ul .prev-next.active a {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--black-olive);
}

/* blog section start  */
.invento-blogs-gried {
  border: 1px solid #0000004D;
  border-radius: 20px;
  transition: all 0.3s;
  overflow: hidden;
}

.top-blogs-imgbox .sm-blog-img {
  width: 100%;
  height: 230px;
  border-radius: 20px;
  object-fit: cover;
  transition: all 0.3s;
}

.top-blogs-imgbox:hover .sm-blog-img {
  transform: scale(1.1);
}

.invento-blogs-gried .top-blogs-imgbox {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.top-blogs-imgbox .blog-calender {
  position: absolute;
  text-align: center;
  top: 9px;
  background: var(--black-olive);
  right: 11px;
  border-radius: 10px;
  padding: 8px 11px;
  z-index: 1;
}

.blog-calender .date {
  line-height: 1;
}

.bottom-blog-viewer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid #00000033;
}

.single-bigBlogsdiv .blogs-bigimg {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 30px;
}

.blogs-bigimg-sm {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 0.3s;
  border-radius: 30px;
}

.border-top-mkt {
  border-top: 1px solid var(--border-color);
}

.blog-list-icon {
  height: 20px;
  width: 20px;
  min-width: 20px;
  background: var(--black-olive);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--white-color);
}

.blog-details-ui-list li {
  width: 50%;
}

.comments-user-img .user-comment {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.single-blogs-comments {
  border-bottom: 1px solid var(--primary-color);
}

.single-blogs-comments:last-child {
  border-bottom: none;
}

.blog-section-mainbg {
  background: #D4B7801A;
}

/* about page  */
.common-banner .header-banner {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.common-header-img .common-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000000a6;
}

.header-common-contents {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 74px;
  right: 0;
  width: 100%;
  margin: auto;
  height: fit-content;
}

.pride-about-wl-left .wl-left-about {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 20px;
}

.bottom-bgAbout-found {
  border-left: 2px solid var(--primary-color);
}


.common-pefect-mainbg.services-common {
  background: url(../images/bottom-banner.png) no-repeat center center;
  background-size: cover;
  border-radius: 30px;
}

.common-pefect-mainbg.home-common {
  background: url(../images/HIM04266-HDR.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 30px;
}

.center-common-perfect {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 10.5%, rgba(202, 189, 146, 0.6) 101.42%);
  border: 2px solid #b3b3b3;
  border-radius: 30px;

}

.common-booknow-btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--title-text);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: auto;
  padding: 14px 60px 14px 32px;
  border-radius: 12px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  height: 48px;
}

.common-booknow-btn:hover {
  background: transparent;
  color: var(--primary-color);
}

.common-booknow-btn span {
  background: var(--white-color);
  height: 40px;
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border-radius: 8px;
  font-size: 18px;
  color: var(--title-text);
}

.common-details-btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--title-text);
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: auto;
  padding: 10px 52px 10px 20px;
  border-radius: 10px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  height: 42px;
}

.common-details-btn:hover {
  background: transparent;
  color: var(--primary-color);
}

.common-details-btn span {
  background: var(--white-color);
  height: 36px;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  border-radius: 8px;
  font-size: 18px;
  color: var(--title-text);
}

.center-common-perfect .perfet-logo {
  width: 148px;
}

.top-profiles-overflow .exp-profiles {
  width: 100%;
  height: 280px;
  object-fit: cover;
  cursor: pointer;
  object-position: top;
  border-radius: 20px;
}

.expert-social .social-profile {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--primary-color);
  font-size: 20px;
  color: var(--black-olive);
  margin: 6px 0px;
}

.top-profiles-overflow .expert-social {
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.4s ease, opacity 0.4s ease;
  visibility: hidden;
}

.top-profiles-overflow:hover .expert-social {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.yearly-journey-main {
  border-left: 2px solid var(--black-olive);
}

.bottom-expert-cnt {
  background: radial-gradient(81.37% 81.37% at 18.63% 20.02%, #34312B 0%, #171717 100%);
  border-radius: 20px;
  padding: 14px 10px;
}

/* contact us page  */
.contect-left-bgbar .items-layer::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000000b2;
  border-radius: 30px;
}

.contect-left-bgbar .contact-logo-bnr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 182px;
}

.contect-left-bgbar .contact-left-img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  border-radius: 30px;
}

.btn-contact-form {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 24px;
  width: 70%;
  margin: auto;
  justify-content: center;
  font-family: 'dinot-medium', sans-serif;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
}

.social-media-contact .social-contact {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: var(--bg-box-pride);
  font-size: 20px;
  color: var(--white-color);
}

.contact-icon-view {
  height: 49px;
  width: 49px;
  min-width: 49px;
  border-radius: 100%;
  background: var(--primary-color);
  color: var(--title-text);
  border: 1px solid var(--title-text);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details-view {
  border-right: 1px solid #ffffff29;
}

.last-child-border:last-child .contact-details-view {
  border: none;
}

.contact-maps-pride iframe {
  width: 100%;
  height: 420px;
  border-radius: 24px;
}

/* service page  */
.services-design-box {
  border: 1px solid #0000004D;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.services-design-box:hover {
  background: linear-gradient(180deg, #fff2db 10.5%, #ffe3b0 101.42%);
  border-color: #ffe3b0;
}

.service-group-icons {
  height: 50px;
  background: var(--primary-color);
  color: var(--black-olive);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  border-radius: 10px;
  font-size: 26px;
  margin: auto;
  border: 1px solid var(--primary-color);
}

.service-group-icons.even-box {
  background: var(--black-olive);
  color: var(--primary-color);
}

/* rooms section start  */
.single-celebration-event {
  border-bottom: 1px solid var(--white-gray-color);
}

.single-celebration-event:hover h4,
.single-celebration-event:hover p,
.single-celebration-event.hover h4,
.single-celebration-event.hover p {
  color: var(--title-text);
}

.details-book-group .btn-details {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'dinot-medium', sans-serif;
}

.details-book-group .btn-booknow {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  font-family: 'dinot-regular', sans-serif;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  padding: 10px 15px;
  font-style: italic;
}

.rooms-suites-rightbar .rooms-suites-img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  border-radius: 30px;
}

.rooms-suites-rightbar.for-right-bar {
  position: relative;
  left: -12%;
}

.rooms-suites-rightbar.for-right-bar .rooms-suites-img {
  width: 112%;
}

.rooms-suites-rightbar.for-left-bar {
  position: relative;
  right: -12%;
}

.rooms-suites-rightbar.for-left-bar .rooms-suites-img {
  width: 112%;
}

.meet-eligance-tabs .nav-pills {
  background: var(--primary-color);
  border-radius: 8px;
  padding: 8px;
  border: none;
}

.meet-eligance-tabs .nav .nav-link {
  width: 100%;
  background: transparent;
  color: var(--title-text);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px;
  border: none;
  border-radius: 8px;
}

.meet-eligance-tabs .nav .nav-link.active,
.meet-eligance-tabs .nav .show>.nav-link {
  color: var(--primary-color);
  background: var(--black-olive);
}

.catogory-icon-r {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 12px;
  color: var(--black-olive);
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.list-facilities-services li {
  width: 33%;
}

.center-facilities-img .facilities-img {
  width: 100%;
  height: 406px;
  object-fit: cover;
  border-radius: 24px;
}

.title-rooms-suites {
  border-bottom: 1px solid #0000001A;
}

.categoris-rooms-share {
  border-bottom: 1px solid #0000001A;
}

.catogory-icon-r.even-icon {
  background: var(--black-olive);
  color: var(--primary-color);
}

.facilities-icons-box {
  height: 46px;
  width: 46px;
  border-radius: 12px;
  color: var(--black-olive);
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.facilities-icons-box.even-box {
  background: var(--black-olive);
  color: var(--primary-color);
}

.common-room-book-box {
  background: radial-gradient(81.37% 81.37% at 18.63% 20.02%, #34312B 0%, #171717 100%);
  border-radius: 24px;
}

.inner-single-rooms-suites.light-bgset {
  background: #0000000A;
}

.facilities-items-img .small-img-facilities {
  width: 100%;
  height: 78px;
  object-fit: cover;
  border-radius: 12px;
}

.single-room-category {
  width: 33%;
}

.client-experience-bg {
  background: radial-gradient(81.37% 81.37% at 18.63% 20.02%, #34312B 0%, #171717 100%);
  border-radius: 24px;
}

.title-sm-journy {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black-olive);
  color: var(--black-olive);
  width: max-content;
  margin: auto;
  padding: 6px 24px;
  border-radius: 8px;
  gap: 4px;
}

.sofa-stay-design {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14%;
}

/* faq section start */
.faqs-inner-prideBg {
  background: #D4B7801A;
  border-radius: 30px;
}

.faq-accordion-items .accordion-button {
  color: var(--black-olive);
  font-weight: 600;
  background: transparent;
  padding: 14px 0px;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-accordion-items {
  border-bottom: 1px solid #181c391f;
}

.faq-accordion-items:last-child {
  border-bottom: none;
}

.faq-accordion-items .accordion-button::after {
  content: "\ebc0";
  font-family: 'boxicons', sans-serif;
  height: 30px;
  width: 30px;
  background: var(--primary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black-olive);
  font-size: 16px;
}

.faq-accordion-items .accordion-button:not(.collapsed)::after {
  content: "\eb8b";
  background: var(--black-olive);
  color: var(--primary-color);
}

/* Headspace Stories section */
.headspace-stories-main {
  background: #D4B7801A;
}

.single-reviews-box {
  border-radius: 14px;
  margin: 0px 6px;
  background: #F5F2ED;
  opacity: 0.4;
}

.single-reviews-box.slick-current {
  background: var(--white-color);
  opacity: 1;
}

/* Our Signature Rooms section */
.signature-rooms-section {
  background: radial-gradient(81.37% 81.37% at 18.63% 20.02%, #34312B 0%, #171717 100%);
  width: 96%;
  border-radius: 25px;
  margin: auto;
}

.signature-rooms-tabs .nav-pills {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 100%);
  padding: 8px;
  border-radius: 8px;
}

.signature-rooms-tabs .nav-pills .nav-link {
  width: 100%;
  padding: 11px 16px;
  font-weight: 500;
  color: #ffffff73;
  border-radius: 8px;
}

.signature-rooms-tabs .nav-pills .nav-link.active {
  background: var(--primary-color);
  color: var(--black-olive);
}

.rooms-category-slider .slick-track {
  margin-left: 0;
}

.rooms-top-designs .rooms-cat-img {
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 100%);
  padding: 4px;
  border-radius: 12px;
  object-fit: cover;
  height: 300px;
}

.rooms-bottom-contents {
  background: linear-gradient(360deg, #FFF2DA 11.88%, #FFFFFF 55.94%);
  padding: 30px 20px 12px;
  border-radius: 12px;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.inner-signature-rooms-box {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 24px;
}

.rooms-category-slider .slick-prev {
  border: 5px solid #262421;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFE3B0 100%);
  height: 48px;
  width: 48px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -88px;
  z-index: 2;
}

.rooms-category-slider .slick-prev::before {
  content: "\ea4d";
  font-family: 'boxicons', sans-serif;
  font-size: 28px;
}

.rooms-category-slider .slick-next {
  border: 5px solid #262421;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFE3B0 100%);
  height: 48px;
  width: 48px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -88px;
  z-index: 2;
}

.rooms-category-slider .slick-next::before {
  content: "\ea50";
  font-family: 'boxicons', sans-serif;
  font-size: 28px;
}

.signature-left-dums {
  position: absolute;
  left: 1%;
  width: 15%;
  top: 0;
}

.signature-rignt-dums {
  position: absolute;
  right: 1%;
  width: 15%;
  top: 0;
}

.pride-analog-clockBg {
  width: 170px;
}

.pride-analog-clock {
  width: 170px;
  height: 170px;
  background-size: cover;
  position: absolute;
  top: -16px;
}

.pride-analog-clock .hand {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: left center;
  border-radius: 20px;
}

.pride-analog-clock .hour {
  height: 4px;
  width: 18%;
  background: var(--black-olive);
  transform: translate(0%, -50%) rotate(0deg); /* Original is 90deg */
}

.pride-analog-clock .minute {
  height: 3px;
  width: 24%;
  background: var(--black-olive);
  transform: translate(-2%, -50%) rotate(90deg);
}

.pride-analog-clock .second {
  height: 2px;
  width: 24%;
  background: #a33a22;
  transform: translate(0%, -50%) rotate(90deg);
}

.pride-analog-clock .center-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: var(--black-olive);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

/* our story section */
.story-sofa-design {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}







.story-design-sliders .story-items {
  border-radius: 24px;
  border: 4px solid var(--white-color);
  overflow: hidden;
  transform: scale(0.8);
}

.story-items .light-layer-design::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #ffe3b05c;
  z-index: 1;
}

.story-items .story-items-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.story-items.slick-active.slick-center {
  transform: scale(1);
}

.story-items.slick-active {
  transform: scale(0.9);
}

.zoom-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  color: var(--black-olive);
  z-index: 2;
  border: 1px solid var(--black-olive);
  height: 36px;
  width: 36px;
  margin: auto;
  border-radius: 8px;
}

.story-items.slick-center:hover .zoom-icon {
  display: flex;
}

/* Fullscreen Modal */
.story-views-modals {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
  text-align: center;
  align-content: center;
}

.story-views-modals .view-modal-img {
  object-fit: cover;
  width: 80%;
  height: 80%;
  margin: auto;
  border-radius: 12px;
}

.story-views-modals:target {
  display: flex;
}

/* dinner */

.services-section-pride {
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.main-container {
  display: flex;
  align-items: center !important;

  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
}

.image-large {
  flex: 1 1 45%;
}

.image-large img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  border: 2px solid #ffe3b0;
  object-fit: cover;
}

.content-area {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-area h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.content-area p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}

.btn-custom {
  padding: 10px 24px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid;
  background: radial-gradient(81.37% 81.37% at 18.63% 20.02%, #34312B 0%, #171717 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-breakfast {
  border-color: #ffe3b0;
  color: #ffca67;
}

.btn-lunch {
  border-color: #ffe3b0;
  color: #ffca67;

}

.btn-dinner {
  border-color: #ffe3b0;
  color: #ffca67;

}

.button-row {
  display: flex;
  gap: 18px;
  margin-top: 30px;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
  .image-layout {
      position: relative;
      padding: 3rem 0;
      /* height: 100%; */
    }

    .main-img {
      border-radius: 30px;
      overflow: hidden;
      z-index: 2;
      position: relative;
    }

    .side-imgs {
      z-index: 3;
      position: relative;
    }

    .side-imgs img {
      border-radius: 20px;
      margin-bottom: 20px;
      width: 100%;
      height: 200px;
    }

    .main-img img {
      border-radius: 20px;
      width: 100%;
      height: auto;
    }
.side-imgs img,
.main-img img {
  transition: all 0.3s ease;
  cursor: pointer;
}

.side-imgs img:hover,
.main-img img:hover {
  
 animation: slightShake 0.3s ease;
}
@keyframes slightShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-2px); }
  50% { transform: translateX(2px); }
  75% { transform: translateX(-1px); }
}

/* ========== MAIN SECTION ========== */
.menu-section {
  overflow-x: hidden;
  padding: 40px 0;
  background-color: #f8f5ee; /* Light background for the whole section */
}

/* ========== HEADING ========== */
.common-heading-menu {
  margin-bottom: 50px;
}

.common-heading-menu h2 {
  font-size: 2.8rem;
  font-weight: 400;
  color: #004f7c; 
  position: relative;
  display: inline-block;
}

.common-heading-menu h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #e67e22; 
}

/* ========== MENU CARD ========== */
.menu-card {
  max-width: 700px;
  background-color: #fdf9f1;
  margin: 30px auto;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.menu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

/* ========== LEFT BAR ========== */
.left-bar {
  background-color: #004f7c;
  color: white;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 3px;
  text-align: center;
  padding: 30px 12px;
  min-width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  margin-left: -15px;
}

.left-bar::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}

/* ========== RIGHT CONTENT ========== */
.right-content {
  flex: 1;
  padding: 30px 40px;
  background-color: #fff;
  margin-right: -15px;
}

/* ========== MENU ITEMS ========== */
.menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1.1rem;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}

.menu-item:hover {
  color: #004f7c;
  border-bottom-color: rgba(0, 79, 124, 0.3);
}

.menu-item span {
  font-weight: 500;
  flex-grow: 1;
}

.menu-item .qty {
  font-size: 0.85rem;
  color: #666;
  margin-left: 8px;
  font-weight: 400;
}

.menu-item .qauntity {
  font-weight: 600;
  color: #e67e22; /* Accent color */
  min-width: 80px;
  text-align: right;
}

/* ========== RESPONSIVE ADJUSTMENTS ========== */
@media (max-width: 768px) {
  .menu-card {
    flex-direction: column;
    max-width: 500px;
  }
  
  .left-bar {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    min-width: 100%;
    padding: 15px 20px;
  }
  
  .left-bar::after {
    right: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(50%);
    width: 80%;
    height: 2px;
  }
  
  .right-content {
    padding: 25px 30px;
  }
  
  .menu-item {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .common-heading h2 {
    font-size: 2.2rem;
  }
   .menu-card {
    width: 100%;
    margin: 20px 0; /* optional spacing between cards */
  }
  .right-content {
    padding: 20px;
  }
  
  .menu-item {
    flex-wrap: wrap;
  }
  
  .menu-item .qauntity {
    min-width: 100%;
    text-align: left;
    margin-top: 4px;
    padding-left: 12px;
  }
}


/* changes here ahesan  */
.pride-about-wl-left .wl-left-about {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
/* WhatsApp Floating Button */
.footer_socialmedia_whatsapp {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 1000; 
}
.footer_socialmedia_whatsapp a {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; 
  background-color: #25D366; 
  border-radius: 100%;
  font-size: 35px;
  transition: all 0.3s ease; 
  border: 1px solid transparent; 
  position: sticky;
}

/* Hover state */
.footer_socialmedia_whatsapp a:hover {
  background-color: #075e54; 
  color: #ffffff;
  transform: scale(1.1); 
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); 
  position: sticky;
}

/* Active state (when clicked) */
.footer_socialmedia_whatsapp a:active {
  background-color: #075E54;
  transform: scale(0.95);
}


/* Fullscreen Modal */

/* ahesan changes */
/* Modal Styling */
#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  text-align: center;
}

.modal-content {
  max-width: 80%;
  max-height: 80%;
  margin: 5% auto;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* room page slider */


.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  bottom: 10px;
  top: auto; /* override Bootstrap's default top positioning */
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev {
  left: auto;
  right: 60px; 
}

.carousel-control-next {
  right: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; /* Remove Bootstrap default */
  color: white; /* Ensure icon is white */
  font-size: 20px;
}

/* Use Font Awesome or your own arrow icons */
.carousel-control-prev::before,
.carousel-control-next::before {
  content: '';
}

.carousel-control-prev-icon::after {
  content: "\f104"; /* FontAwesome chevron-left */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.carousel-control-next-icon::after {
  content: "\f105"; /* FontAwesome chevron-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/* Targeting only the Exclusive Suite carousel */
#carouselExample2 .carousel-control-prev,
#carouselExample2 .carousel-control-next {
  top: auto;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carouselExample2 .carousel-control-prev {
  left: 10px;
  right: auto;
}

#carouselExample2 .carousel-control-next {
  left: 60px;
  right: auto;
}

#carouselExample2 .carousel-control-prev i,
#carouselExample2 .carousel-control-next i {
  font-size: 20px;
  color: white;
}
/* Targeting only the Exclusive Suite carousel */
#carouselExample3 .carousel-control-prev,
#carouselExample3 .carousel-control-next {
  top: auto;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carouselExample3 .carousel-control-prev {
  left: auto;
  right: 60px; 
}

#carouselExample3 .carousel-control-next {
  right: 10px;
}

#carouselExample3 .carousel-control-prev i,
#carouselExample3 .carousel-control-next i {
  font-size: 20px;
  color: white;
}
.carousel-item {
  border-radius: 20px;
  overflow: hidden; 
}

.carousel-item img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
}
.gamma{
  color: #01aedf;
}





.btn-common-btnInquire {
  position: relative;
  height: 42px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 52px 8px 20px;
  border-radius: 10px;
  font-weight: 500;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: all 0.3s;
}

.btn-common-btnInquire span {
  background: var(--primary-color);
  height: 36px;
  width: 36px;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.btn-common-btnInquire:hover {
  background: var(--white-color);
  color: var(--black-olive);
  border-color: var(--white-color);
}

.btn-common-btnInquire:hover span {
  background: #322E4A1F;
  color: var(--black-olive);
}
