@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



body {

  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
	background-size: 4%;
}

.brand-text {
  font-family: "Raleway", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "Raleway", sans-serif;

}



/* hero-banner.css */

.event-hero-item {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  font-family: 'Inter', sans-serif
}

.hero-video,
.hero-bg-image {
  position: absolute;
  inset: 0;
  z-index: 0
}

.hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .4) 60%, rgba(0, 0, 0, .1) 100%);
  z-index: 1
}

.hero-badge-top {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 6px
}

.container {
  position: relative;
  z-index: 2
}

.hero-inner {
  max-width: 700px;
  padding: 100px 60px 0
}

.hero-tag {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 24px
}

.hero-main-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 20px
}

.hero-description {
  font-size: 16px;
  color: #d8d8d8;
  max-width: 100%;
  margin-bottom: 32px;
  line-height: 1.6
}

.hero-description p {
  margin: 0
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 28px
}

.btn {
  padding: 16px 28px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  display: inline-block
}

.btn--primary {
  color: #fff
}

.btn--secondary {
  color: #fff;
  background: transparent
}

.hero-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #e8e8e8;
  margin-bottom: 16px
}

.hero-rating .stars {
  color: #e8492c;
  letter-spacing: 2px
}

.hero-location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  width: fit-content;
  margin-bottom: 60px
}

.hero-carousel {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 50%
}

.hero-card {
    position: relative;
    z-index: 20;
    cursor: pointer;
}

.hero-carousel {
    width: 60%;
    max-width: 900px;
}

.hero-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ccc;
  font-size: 13px;
  margin-bottom: 16px
}

.progress-track {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, .25);
  position: relative
}

.progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 25%;
  background: #e8492c;
  transition: width .3s
}

.hero-cards {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none
}

.hero-cards::-webkit-scrollbar {
  display: none
}

.hero-card-wrapper {
  flex: 0 0 auto
}

.hero-card {
  width: 270px;
  background: rgba(20, 20, 20, .6);
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 10px;
  transition: border-color .2s
}

.hero-card.is-active {
  border-color: #e8492c
}

.hero-card__link {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: #fff
}

.hero-card__img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0
}

.hero-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.hero-card__title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700
}

.hero-card__subtitle {
  margin: 0;
  font-size: 13px;
  color: #b8b8b8
}

.main-content {
  max-width: 98% !important;
}

h1.spaces {
  font-size: 6rem !important;
  font-weight: 700;
}

.spaces span {
  color: #e0533c;
}


.hero-cards {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hero-cards::-webkit-scrollbar {
  display: none
}

.hero-card-wrapper {
  flex: 0 0 auto
}

.hero-card {
  width: 300px;
  min-width: 300px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: border-color .2s;
}

.hero-card.is-active {
  border-color: #e8492c;
}

.hero-card__img {
  width: 76px;
  height: 76px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.hero-card__img .field,
.hero-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-card__text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.hero-card__title {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
}

.hero-card__title:hover {
  color: #e8492c
}

.hero-card__title .field {
  display: inline;
}

.hero-card__subtitle {
  margin: 0;
  font-size: 13px;
  color: #9a9a9a;
}

.hero-card__subtitle .field {
  display: inline;
}

span.btn.btn--primary a {
  background: #b53b27;
  padding: 0.85rem 1.8rem !important;
  border-radius: 999px !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}

.btn--secondary a {
  padding: 0.85rem 1.8rem !important;
  border-radius: 999px !important;
  font-size: 0.74rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border: 1px solid #b53b27;
}

.hero-cards {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow: visible;
}

.hero-card {
  flex: 0 0 calc(100% / 4);
}

.hero-carousel {
  width: 60%;
  max-width: 900px;
}

.hero-cards {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.hero-cards::-webkit-scrollbar {
  display: none;

}


/* authority-band css */
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.authority-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
  padding: 0.4rem 0;
  border: none;
  background: transparent;
}

.authority-item {
  position: relative;
  padding: 2rem 1.6rem;
  border: none;
}

.authority-item strong {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 2.35rem;
  font-weight: 700;
  line-height: 1.1;
  color: #e0533c;
  letter-spacing: -0.01em;
}

.authority-item strong .count-number {
  display: inline;
  margin: 0;
  font: inherit;
  color: #e0533c;
}

.authority-item>span {
  display: block;
  margin-top: 0.45rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: #e0533c;
  max-width: 16rem;
}

.authority-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 58%;
  background: rgba(15, 15, 17, 0.12);
}

.counter {
  display: flex;
  gap: 5px;
}

.authority-item span {

  color: #e0533c;
}

.authority-item:first-child::before {
  content: "";
  display: none !important;
}


/* Marquee css */

.sponsored-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 24px 0;
  background: linear-gradient(135deg, #fdeee6 0%, #fff9f5 40%, #ffffff 100%);
}

section.authority {

  background: linear-gradient(135deg, #fdeee6 0%, #fff9f5 40%, #ffffff 100%);
}

.sponsored-marquee {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 0;
  animation: marqueeScroll 30s linear infinite;
  will-change: transform;
}

.sponsored-marquee:hover {
  animation-play-state: paused;
}

.sponsored-item {
  flex: 0 0 auto;
  padding-right: 28px;
}

.sponsor-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  transition: all .35s ease;
}

.sponsor-card:hover {
  transform: translateY(-2px);
  border-color: #d8d8d8;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .08);
}

.marquee-icon {
  font-style: normal;
  color: #ff7a00;
  font-size: 18px;
  line-height: 1;
  flex-shrink: 0;
}

.sponsor-title {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 500;
  color: #222;
  letter-spacing: .2px;
}

.sponsor-title a {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

/* Smooth marquee */
@keyframes marqueeScroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.sponsored-wrapper {
  overflow: hidden;
  width: 100%;
}

.sponsored-marquee {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  will-change: transform;
}

.sponsored-item {
  flex: 0 0 auto;
}

/* Photo Gallery css */

.photo-gallery-section {
  position: relative;
  padding: 60px 48px 40px;
  background: linear-gradient(135deg, #fdeee6 0%, #fff9f5 40%, #ffffff 100%);
  overflow: hidden;
}

.photo-gallery-header {
  margin-bottom: 32px;
}

.photo-gallery-header .small-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #e8552f;
  margin-bottom: 16px;
}

.photo-gallery-header .small-label::before {
  content: '';
  width: 28px;
  height: 2px;
  background: #e8552f;
}

.photo-gallery-header .main-title {
  font-size: 56px;
  line-height: 1.1;
  font-weight: 800;
  color: #e8552f;
  margin: 0;
}

.photo-gallery-header .main-title span {
  display: block;
  color: #1a1a1a;
}

.gallery-wrapper {
  position: relative;

}

.gallery-track {
  display: flex;
  gap: 24px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.gallery-item {
  flex: 0 0 calc((100% - 3 * 24px) / 4);
  min-width: 0;
}

.gallery-card {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
}

.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-title {
  display: none;
}

.gallery-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  position: relative;
}

.gallery-footer .current-view,
.gallery-footer .up-next {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gallery-footer .up-next {
  align-items: flex-end;
  text-align: right;
}

.gallery-footer small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #e8552f;
}

.gallery-footer p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
}

.current-view p::before,
.up-next p::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #a6ce39;
  border-radius: 2px;
  flex-shrink: 0;
}

.gallery-footer {
  position: relative;
}

.nav-btn {
  position: absolute;
  left: 50%;
  top: 114%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #e8552f;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 2;
}

.nav-btn.prev-btn {
  margin-left: -28px;
}

.nav-btn.next-btn {
  margin-left: 28px;
}

.nav-btn:hover:not(:disabled) {
  background: #d4441f;
}

.nav-btn:disabled {
  background: #f3b39e;
  cursor: not-allowed;
}

/* Stay Desgine Css */

.stay-design {
    /* background: #fff; */
    position: relative;
    overflow: hidden;
    padding: 60px 48px 40px;
    background: linear-gradient(135deg, #fdeee6 0%, #fff9f5 40%, #ffffff 100%
100%
);
}
.stay-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 60px;
  align-items: start;
  padding-right: 60px;
}

.stay-left h2 {
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -2px;
  margin-bottom: 30px;

}

.section-tag {
  font-size: 14px;
  letter-spacing: 3px;
  color: #ef5a3c;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;

}

.section-tag:before {
  content: "";
  width: 28px;
  height: 2px;
  background: #ef5a3c;
}

.stay-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

}

.feature-card {
  background: #fff;
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 25px;
  transition: .4s;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.icon {
  width: 58px;
  height: 58px;
  background: #ef5a3c !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.feature-card h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
}

.feature-card p {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.audience-card {
  padding: 40px;
  border-radius: 25px;
  border: 1px solid #ececec;
  background: #fff;

}

.audience-card span {
  color: #ef5a3c;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
}

.audience-card h3 {
  margin: 20px 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: 1.7rem;
  line-height: 1;
}

.section-tag a {
  color: #e0533c;
}

/* Life At LK Styles   */

.life-at-lk-section {

  background: #f7f5f1;
  overflow: hidden;
  padding: 60px 48px 40px;
}

.life-grid {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 50px;
  align-items: flex-start;
}


.life-left {
  position: relative;
}

.life-small-title {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 3px;
    color: #e0533c;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.life-title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 500;
  color: #111;
  margin-bottom: 25px;
}

.life-description {
  font-size: 18px;
  color: #555;
  line-height: 1.8;
  max-width: 620px;
}

.life-button {
  margin: 40px 0;
}

.life-button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 50px;
  border: 1px solid #d9d9d9;
  text-decoration: none;
  color: #111;
  transition: .3s;
}

.life-button a:hover {
  background: #111;
  color: #fff;
}

.life-image-wrapper {
  position: relative;
  margin-top: 60px;
}

.main-image img {
  width: 100%;
  border-radius: 30px;
  display: block;
}

.daily-flow-card {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #fff;
  padding: 30px;
  width: 290px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
  z-index: 3;
}

.flow-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.flow-description {
  color: #666;
  line-height: 1.7;
}


.overlay-image {
  position: absolute;
  right: 1rem;
  bottom: 40px;
  width: 220px;
  z-index: 5;
}

.overlay-image img {
  width: 100%;
  border-radius: 24px;
  display: block;
  border: 8px solid #fff;
}



.life-right {
  position: relative;
  padding-right: 60px;
}

.highlight-card {
    background: #ffffff;
    padding: 35px;
    border-radius: 30px;
    margin-bottom: 35px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    font-weight: 600;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.feature-card {
  background: #fff;
  padding: 35px;
  border-radius: 28px;
  transition: .3s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

.feature-card:hover {
  transform: translateY(-6px);
}
.stay-right .feature-card .icon {
    background: #ef5a3c;
}
.feature-card .icon {
  width: 65px;
  height: 65px;
  background: #f3efe8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.feature-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #111;
}

.feature-card p {
  color: #666;
  line-height: 1.8;
}

/* ==================================================
   LOCATION SECTION
================================================== */

.location-section {
  background: #1a1412;
  padding: 20px 20px;
}

.location-section .container {
  max-width: 1400px;
  margin: 0 auto;
}

.location-card {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #2a201d;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 30px;
  padding: 50px;
}


.location-image {
  flex: 0 0 42%;
}

.location-image img {
  width: 100%;
  display: block;
  border-radius: 28px;
  object-fit: cover;
  height: 540px;
}

.location-content {
  flex: 1;
}

.location-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 18px;
}

.location-tag::before {
  content: "";
  width: 26px;
  height: 2px;
  background: #ff5a36;
}

.location-title {
  font-size: 72px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  margin: 0 0 30px;
}

.location-description {
  color: rgba(255, 255, 255, .65);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 35px;
}

.location-description p:last-child {
  margin-bottom: 0;
}

.location-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.location-features span {
  background: #4a403c;
  color: #fff;
  padding: 14px 22px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}


.location-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #222;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 60px;
  padding: 18px 38px;
  transition: .35s;
}

.location-btn:hover {
  background: #ff5a36;
  color: #fff;
}


@media (max-width:1400px) {

  .location-title {
    font-size: 60px;
  }

  .location-image img {
    height: 480px;
  }

}

/* Faq  Section  Css */

.faq-section {
  background: #fdf8f4;
  padding: 60px 48px 40px;
}

.faq-wrapper {
    display: grid;
    grid-template-columns: 516px 1fr;
    gap: 70px;
    align-items: start;
}
.faq-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d24c2d;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
}

.faq-tag::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #d24c2d;
}

.faq-heading {
  font-size: 78px;
  line-height: .95;
  margin: 25px 0;
  font-weight: 500;
  color: #111;
}

.faq-description {
  font-size: 22px;
  color: #666;
  line-height: 1.8;
}

.faq-item {
  background: #fff;
  border-radius: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.faq-question {
  width: 100%;
  border: none;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px;
  font-size: 24px;
  font-weight: 600;
}

.faq-icon {
  font-size: 28px;
  transition: .3s;
}

.faq-answer {
  display: none;
  padding: 0 28px 28px;
  color: #666;
  font-size: 18px;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

/* Enquire Section */

.enquire-section {
  padding: 60px 48px 40px;
}

.enquire-wrapper {
  display: flex;
  gap: 40px;
  background: #070707;
  border-radius: 30px;
  padding: 20px;
  align-items: stretch;
}


.enquire-left {
  width: 42%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-tag {

  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.section-tag:before {
  content: "";
  width: 24px;
  height: 2px;
  background: #f05b3b;
}

.enquire-left h2 {

  font-size: 72px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  margin-bottom: 35px;
}

.enquire-left p {
  color: #767676;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 35px;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.feature-list span {
  background: #1e1e1e;
  color: #fff;
  border-radius: 40px;
  padding: 14px 22px;
  font-size: 15px;
}


.enquire-right {
  width: 58%;
  background: #111;
  border-radius: 25px;
  padding: 30px;
}

.enquire-right {
  width: 58%;
  background: #111;
  border: 1px solid #2b2b2b;
  border-radius: 24px;
  padding: 28px;
}


.enquire-right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.enquire-right .form-item-full-name,
.enquire-right .form-item-phone-number,
.enquire-right .form-item-enter-your-email,
.enquire-right .form-item-stay-type {
  width: calc(50% - 10px);
  margin-bottom: 22px;
}

.enquire-right .form-item-message,
.enquire-right .form-actions {
  width: 100%;
}

.enquire-right label {
  display: block;
  color: #d4d4d4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.enquire-right input[type="text"],
.enquire-right input[type="tel"],
.enquire-right input[type="email"],
.enquire-right select,
.enquire-right textarea {
  width: 100%;
  border: 0;
  outline: none;
  background: #f3f3f3;
  border-radius: 16px;
  padding: 18px 20px;
  font-size: 17px;
  color: #222;
  box-sizing: border-box;
  transition: .3s;
}

.enquire-right input:focus,
.enquire-right textarea:focus,
.enquire-right select:focus {
  box-shadow: 0 0 0 2px #ef5b3f;
}


.enquire-right select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  padding-right: 45px;
}

.enquire-right textarea {
  min-height: 140px;
  resize: none;
}

.enquire-right .form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.enquire-right .webform-button--submit {
  background: #ef5b3f;
  color: #fff;
  border: 0;
  padding: 16px 42px;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: .3s;
}

.enquire-right .webform-button--submit:hover {
  background: #d94b2e;
}

.enquire-right .js-form-item {
  margin-top: 0;
}

.enquire-right ::placeholder {
  color: #777;
}


.about-wrapper .container {
  max-width: 1860px !important;
  padding-right: 69px;
}


/* About css  */

.about-section {
    padding: 40px 0;
    background: #f8f6f2;
}
.about-section .container {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 40px;
}

.about-layout {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 70px;
  align-self: flex-start;
}

/* ==========================
   LEFT STICKY
========================== */

.about-left {
  position: sticky;
  top: 100px;
  height: max-content;
}

.section-title {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  margin: 20px 0 35px;
  color: #e0533c;
  text-transform: uppercase;
  font-weight: 700;
}

.section-subtitle {
  display: block;
  font-size: 20px;
  font-size: clamp(2.2rem, 3.8vw, 3.4rem);
  font-weight: 500;
  line-height: 1.15;
  margin: 1.5rem 0;
  letter-spacing: -0.01em;
  color: #0f0f11;
  width: 80%;
}

.section-description {
  max-width: 520px;
  color: #666;
  font-size: 20px;
  line-height: 1.8;
  margin-top: 30px;
}

body::-webkit-scrollbar {
  width: 0;
}


/* MENU */

.about-menu {
  margin: 80px 0 70px;
  padding: 0;
}

.about-menu li {
  list-style: none;
  padding: 18px 0;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  transition: .3s;
}

.about-menu li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #f36b45;
  transition: .4s;
}

.about-menu li.active::after {
  width: 100%;
}

.menu-number {
  display: block;
  color: #f36b45;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 600;
}

.menu-title {
  font-size: 28px;
  font-weight: 500;
  color: #111;
}

.about-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  border-radius: 50px;
  padding: 16px 34px;
  text-decoration: none;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: .3s;
}

.about-button a:hover {
  background: #111;
  color: #fff;
}
.about-right{
    height:calc(100vh - 100px);
    overflow-y:auto;
    overscroll-behavior:contain;
    scroll-behavior:smooth;
    padding-right:20px;
}

.about-left{
    position:sticky;
    top:100px;
    align-self:start;
}


.about-section{
    position:relative;
}

.about-layout{
    align-items:start;
}

.about-right::-webkit-scrollbar-thumb {
  background: #ef6234;
  border-radius: 10px;
}

.about-card {
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .05);
  scroll-margin-top: 120px;
  margin-bottom: 30px;
}

.about-card-image {
  height: 380px;
}

.about-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-card-content {
  padding: 40px 45px;
}

.about-card-content h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.card-description {
  color: #666;
  line-height: 1.8;
  font-size: 18px;
}

.feature-lists {
  margin-top: 28px;
  padding: 0;
}

.feature-lists li {
  list-style: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  font-size: 18px;
}

.feature-lists li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: #ef6234;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
}


/* Review Css  */

.reviews-section {
  background: #fdfaf7;
  position: relative;
  overflow: hidden;
  padding: 60px 48px 40px;
}

.reviews-section:before {

  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  left: -250px;
  top: -250px;
  background: radial-gradient(circle, #f8d7ba 0%, transparent 70%);
  opacity: .5;

}

.reviews-section:after {

  content: "";
  position: absolute;
  width: 900px;
  height: 900px;
  right: -250px;
  bottom: -250px;
  background: radial-gradient(circle, #f8d7ba 0%, transparent 70%);
  opacity: .5;

}

.container {

  max-width: 1700px;
  margin: auto;
  padding: 0 40px;

}

.reviews-grid {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  position: relative;
  z-index: 2;

}

.review-card {
    background: #fff;
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
    min-height: 330px;
}
.review-summary {

  justify-content: flex-start;

}

.review-tag {

  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #e66a42;
  font-weight: 600;
  margin-bottom: 45px;

}

.review-tag:before {

  content: "";
  width: 40px;
  height: 2px;
  background: #e66a42;

}

.rating-row {

  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 20px;

}

.rating-row h2 {

  font-size: 72px;
  line-height: 1;
  margin: 0;
  color: #111;

}

.stars {

  color: #ef5836;
  font-size: 24px;
  letter-spacing: 4px;

}

.review-summary p {

  color: #555;
  font-size: 20px;
  margin: 25px 0 40px;

}

.review-platforms {

  display: flex;
  gap: 15px;
  flex-wrap: wrap;

}

.platform {

  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;

}

.platform img {

  width: 22px;
  height: 22px;
  object-fit: contain;

}

.review-text {
    line-height: 1.8;
    color: #222;
    margin: 40px 0;
    font-size: 1.2rem;
}

.review-user h4 {

  font-size: 26px;
  margin-bottom: 8px;

}

.review-user span {

  color: #666;
  font-size: 20px;

}


/* Life AT LK Banner css */

.life-section {
  margin: auto;
  padding: 100px 40px;
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
  gap: 70px;
  background: #0a0a0a;
  color: #fff;
  position: relative;
}

.life-tag {
  font-size: 13px;
  letter-spacing: 3px;
  color: #ef613d;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
  font-weight: 700;

}

.life-title-banner {
  font-size: 96px;
  line-height: .95;
  margin-bottom: 40px;
  color: #fff;
  max-width: 13.8ch;
  font-weight: 600;
}
.life-description {
    font-size: 22px;
    line-height: 1.8;
    color: #4e4d52;
    max-width: 900px;
    margin-bottom: 45px;
}
.life-buttons {
  display: flex;
  gap: 25px;

}

.life-buttons a {
  padding: 18px 38px;
  border-radius: 50px;
  font-size: 15px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: .3s;

}

.life-buttons a:first-child {
  background: #e85d39;
  color: #fff;
}

.life-buttons a:nth-child(2) {
  background: #e85d39;
  color: #fff;
}

.life-buttons .outline {
  border: 1px solid #333;
  color: #fff;
}

.life-right-banner {
  position: relative;
  display: flex;

}

.life-image {
  width: 80%;
  border-radius: 30px;
  overflow: hidden;
}

.life-image img {
  width: 100%;
  display: block;
  height: auto;
}

.day-card {
  position: absolute;
  left: -120px;
  bottom: -40px;
  background: #fff;
  padding: 35px;
  border-radius: 22px;
  width: 280px;
  color: #444;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.day-card h5 {
  font-size: 13px;
  letter-spacing: 3px;
  color: #ef613d;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.day-card ul {
  padding-left: 18px;
  margin: 0;
}

.day-card li {
  margin-bottom: 14px;
  line-height: 1.6;
}

.feature-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
  color: #ffffffb3;
}

.feature-item .icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  background: unset;
}

.life-features {
  display: flex;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.day-flow ul {
  margin: 0;
  padding-left: 20px;
}

.day-flow li {
  list-style: disc;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* Residence css */

.resident-experience {
  padding: 120px 0;
  background: #faf7f4;
  position: relative;
  overflow: hidden;
}

.resident-experience:before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(233, 86, 48, .12);
  border-radius: 50%;
  right: 120px;
  top: -120px;
}

.container {
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
}

.resident-wrapper {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 60px;
  align-items: center;
  margin-bottom: 55px;
}

.section-tag {
  display: block;
  color: #e85b39;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.resident-heading {
  font-size: 78px;
  line-height: .95;
  font-weight: 600;
  color: #111;
  margin: 0 0 30px;
  max-width: 14ch;
}

.resident-description {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #4e4d52;
  max-width: 760px;
}

.highlight-box {
  background: #fff;
  padding: 34px;
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .06);
  line-height: 1.7;
  font-weight: 600;
  color: #222;
  font-size: 1.02rem;
}

.resident-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.resident-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 32px;
  transition: .3s;
}

.resident-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e85b39;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}

.card-icon img {
  width: 28px;
  height: 28px;
}

.resident-card h3 {
  font-size: 40px;
  font-weight: 400;
  color: #111;
  margin-bottom: 18px;
}

.card-description {
  color: #666;
  font-size: 24px;
  line-height: 1.8;
}

.resident-right {
  margin-top: 50%;
}

.resident-experience .feature-card .icon,
.life-cards .feature-card .icon {
  background: #e0533c;
  width: 50px;
  height: 50px;
  padding: 13px;
}

/* Showcse css inner page life at lk */

.life-showcase {
  padding: 120px 0;
  background: #faf9f7;
}

.life-showcase .container {
  max-width: 1350px;
  margin: auto;
  padding: 0 20px;
}

.life-showcase-grid {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 40px;
  align-items: center;
}

/* LEFT */

.main-image {
  position: relative;
}

.main-image img {
  width: 100%;
  display: block;
  border-radius: 32px;
  min-height: 40rem;
  object-fit: cover;
}

.daily-card {
  position: absolute;
  left: 18px;
  bottom: 18px;
  width: 290px;
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.daily-label {
  color: #e65d3d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 18px;
}

.daily-card h4 {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 18px;
  color: #111;
}

.daily-description {
  line-height: 1.8;
  color: #666;
  font-size: 0.98rem;
}

.overlay-image {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 210px;
}

.overlay-image img {
  width: 100%;
  border-radius: 26px;
  border: 8px solid #fff;
  min-height: unset;
}

/* RIGHT */

.life-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.feature-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 35px;
  transition: .3s;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.feature-icon {
  width: 58px;
  height: 58px;
  background: #e65d3d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.feature-icon img {
  width: 26px;
}

.feature-card h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #111;
}

.feature-description {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
}


/* Resident Presctive css */


.resident-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 40px;
}

.resident-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 700;
  transition: .3s;
}

.btn-primary {
  background: #fff;
  color: #111;
}

.btn-outline {
  border: 1px solid #555;
  color: #fff;
  background: transparent;
}

.btn-outline:hover {
  background: #fff;
  color: #111;
}

.resident-perspective {
  padding: 100px 0;
  background: #090909;
}

.resident-perspective .container {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}

.resident-card-wrapper {
  display: grid;
  grid-template-columns: 42% 58%;
  background: #141414;
  border: 1px solid #2a2a2a;
  border-radius: 30px;
  overflow: hidden;
}

.resident-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.resident-content {
  padding: 70px;
}

.resident-subtitle {
  display: block;
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 600;
}

.resident-content h2 {
  font-size: 3rem;
  line-height: .95;
  color: #fff;
  font-weight: 500;
  margin-bottom: 35px;
}

.resident-body {
  font-size: 20px;
  color: #8b8b8b;
  line-height: 1.9;
  margin-bottom: 35px;
}

.resident-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 45px;
}

.feature-pill {
  background: #2a2a2a;
  color: #fff;
  padding: 12px 22px;
  border-radius: 50px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}

.resident-features .field.field--name-field-title {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.85rem;
}

.btn-resident {
  padding: 16px 28px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

/* Study Blosk Css */

.section-study {
  padding: 80px 0;
  background: #f8f3ee;
}

.section-study .container {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}

.hero-strip {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #efe6dd;
  border-radius: 26px;
  padding: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .08);
}

.hero-strip-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f8f3ee;
  border-radius: 18px;
  padding: 16px 22px;
  transition: .3s;
}

.hero-strip-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.hero-strip-item .icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e65a3c;
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.hero-strip-item span:last-child {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  line-height: 1.4;
}


/* Plan to visit form  css */


.plan-visit-section {
  padding: 100px 0;
  background: #f8f6f2;
}


.plan-visit-section .container {
  max-width: 1400px;
  margin: auto;
  padding: 0 30px;
}


.plan-visit-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 60px;
  align-items: center;
}


/* LEFT SIDE */

.plan-visit-left .section-tag {
  display: inline-block;
  padding: 8px 18px;
  background: #111;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 20px;
}


.plan-visit-left h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #222;
}


.plan-visit-left p {
  font-size: 18px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 30px;
}


.visit-points {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}


.visit-points li {
  font-size: 17px;
  margin-bottom: 15px;
  color: #333;
}


.visit-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  display: block;
}



/* RIGHT SIDE WEBFORM */

.plan-visit-right {
  background: #fff;
  padding: 45px;
  border-radius: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}


.webform-box .webform-submission-form {
  margin: 0;
}


.webform-box label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}


.webform-box input,
.webform-box textarea,
.webform-box select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 15px;
}


.webform-box textarea {
  min-height: 120px;
}


.webform-box .form-submit {
  background: #111;
  color: #fff;
  border: none;
  padding: 15px 35px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}

input#edit-preferred-visit-time {
  margin-bottom: 30px;
}


/* About  banner css */

.about-banner {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
}

.about-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Dark Overlay */

.about-banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .55);
}

/* Content */

.about-banner-content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 720px;
}

.about-title {
  color: #ff6b35;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about-heading {
  color: #fff;
  font-size: 78px;
  line-height: 1.05;
  font-weight: 700;
  margin-bottom: 35px;
}

.about-body {
  color: #d9d9d9;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.about-btn a {
  display: inline-block;
  padding: 16px 42px;
  background: #fff;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}

.about-btn a:hover {
  background: #ff6b35;
  color: #fff;
}



/* Bottom Center Position */
.about-wrapper {
  bottom: 30px;
  display: flex;
  justify-content: center;
  z-index: 10;
  margin-bottom: -100px;
}

/* White Rounded Background */
.about-btn {
  background: #f5f5f2;
  border-radius: 999px;
  padding: 18px 50px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* Paragraph */
.about-btn p {
  margin: 0;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
  white-space: nowrap;
}

/* If multiple paragraphs */
.about-btn p+p {
  margin-left: 45px;
}

/* Optional Active Style */
.about-btn p.active {
  background: #2d63d7;
  color: #fff;
  padding: 6px 14px;
  border-radius: 4px;
}



/* Why  choose us */

.why-wrapper,
.story-behind,
.it-service {
  background: #f5f2ee;
}

/* Why Choose Us   */

.stat-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  padding: 30px;
  height: 100%;
  transition: .3s;
}

.stat-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  transform: translateY(-5px);
}

.card-title {
  display: block;
  color: #F15A3D !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.card-number {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  color: #1d1d1d;
  margin: 0 0 20px;
}

.card-description {
  color: #666;
  font-size: 18px;
  line-height: 1.7;
}


.why-choose-section {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 30px;
  align-items: start;
  padding: 30px 0px;
}

.why-left {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  padding: 35px;
}

.why-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 13%;
}

.choose-subtitle {
  display: block;
  font-size: 20px;
  font-size: clamp(2.2rem, 3.8vw, 2.4rem);
  font-weight: 500;
  line-height: 1.15;
  margin: 1.5rem 0;
  letter-spacing: -0.01em;
  color: #0f0f11;
  width: 80%;
}

/* Story Behind Section */

.story-home-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 100px 0;
}

.story-home-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 92, 59, .18);
  border-radius: 50%;
  top: -120px;
  right: 8%;
}

.story-home-container {
  max-width: 1320px;
  margin: auto;
  padding: 0 25px;
}

.story-home-top {
  max-width: 980px;
}

.story-home-subtitle {
  display: inline-block;
  color: #ff5c3b;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.story-home-title {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  color: #111;
  margin: 0 0 28px;
  max-width: 900px;
}

.story-home-description {
  max-width: 980px;
  color: #666;
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 70px;
}

.story-home-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 30px 0;
}

.story-home-card {
  padding: 42px 30px 38px;
  min-height: 250px;
}

.story-home-card:not(:last-child) {
  border-right: 1px solid #ececec;
}

.story-home-number {
  color: #ff5c3b;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 22px;
}

.story-home-card-title {
  font-size: 28px;
  line-height: 1.2;
  color: #111;
  margin-bottom: 20px;
  font-weight: 500;
}

.story-home-card-text {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
}


/* it service   */
.stay-audience-section {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 110px 0;
}

.stay-audience-section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 90, 54, .18);
  border-radius: 50%;
  right: 8%;
  top: -120px;
}

.stay-audience-container {
  max-width: 1320px;
  margin: auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.stay-audience-heading {
  max-width: 1180px;
}

.stay-audience-subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #ff5a36;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.stay-audience-title {
  font-size: 74px;
  line-height: 1.03;
  color: #111;
  font-weight: 500;
  margin: 0 0 30px;
  max-width: 1250px;
}

.stay-audience-description {
  max-width: 1050px;
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 50px;
}

/* Cards */

.stay-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stay-audience-card {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 22px;
  padding: 32px;
  transition: .35s;
}

.stay-audience-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .06);
}

.stay-audience-label {
  color: #ff5a36;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 28px;
}

.stay-audience-card-title {
  font-size: 28px;
  line-height: 1.15;
  color: #111;
  margin: 0 0 22px;
  font-weight: 500;
}

.stay-audience-card-text {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
}

/*==============================
Talk Contact Section
==============================*/

.talk-contact-section {
  padding: 100px 0;
  background: #f9f5f1;
  position: relative;
}

.talk-contact-section .container {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}

.talk-contact-wrapper {
  background: #090909;
  border-radius: 30px;
  padding: 70px;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 70px;
  align-items: center;
  box-shadow: 0 35px 80px rgba(0, 0, 0, .18);
}

.talk-contact-left {
  color: #fff;
}

.talk-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b7b7b7;
  margin-bottom: 25px;
  font-weight: 600;
}

.talk-contact-left h2 {
  font-size: 76px;
  line-height: .95;
  font-weight: 600;
  margin: 0 0 40px;
  letter-spacing: -3px;
}

.talk-contact-left p {
  color: #777;
  font-size: 20px;
  line-height: 1.8;
  max-width: 520px;
}

.talk-contact-right .webform-submission-form {
  background: #171717;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
  padding: 35px;
  margin-right: 10px;
}

.talk-contact-right .form-item {
  margin-bottom: 25px;
}

.talk-contact-right form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.talk-contact-right .form-actions {
  grid-column: 1/-1;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.talk-contact-right label {
  display: block;
  color: #d4d4d4;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.talk-contact-right input,
.talk-contact-right select,
.talk-contact-right textarea {

  width: 100%;
  height: 58px;
  border-radius: 16px;
  border: none;
  background: #F2F2F2;
  padding: 0 22px;
  font-size: 17px;
  color: #222;
  outline: none;
}

.talk-contact-right textarea {
  height: 140px;
  padding: 20px;
}

.talk-contact-right ::placeholder {
  color: #777;
}

.talk-contact-right input:focus,
.talk-contact-right select:focus,
.talk-contact-right textarea:focus {
  box-shadow: 0 0 0 2px #e7583d;
}


.talk-contact-right .webform-button--submit {
  background: #E85A3A;
  color: #fff;
  border: none;
  border-radius: 60px;
  padding: 18px 40px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: .35s;
  font-weight: 700;
}

.talk-contact-right .webform-button--submit:hover {
  background: #cf482b;
  transform: translateY(-2px);
}


/* Brand value css */

.brand-values-wrapper {
  width: 100%;
}

.brand-top {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.brand-label {
  display: inline-block;
  color: #eb5b39;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.brand-title {
  font-size: 72px;
  line-height: .95;
  margin-bottom: 30px;
  font-weight: 400;
  color: #111;
}

.brand-description {
  font-size: 20px;
  line-height: 1.8;
  color: #666;
  max-width: 520px;
}

.brand-image img {
  width: 100%;
  display: block;
  border-radius: 28px;
  object-fit: cover;
}

.brand-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.brand-features>* {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 35px;
  height: 100%;
}

.brand-features img {
  width: 26px;
  height: 27px;
}

.brand-features h3 {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 18px;
  color: #111;
}

.brand-features .icon {
  background: #ef5a3c !important;
}

.brand-features p {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
}


.brand-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-image {
  width: 100%;
  height: 520px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #ececec;
  background: #fff;
  padding: 8px;
}

.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.brand-right {
  background: #fff;
  border-radius: 30px;
  padding: 16px;
}


/* Room Option Css */

.room-options-section {
  padding: 120px 0;
  background: #faf8f5;
}

.room-options-section .container {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}

.room-options-header {
  max-width: 720px;
  margin-bottom: 55px;
}

.room-label {
  display: inline-block;
  color: #eb5b39;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.room-heading {
  font-size: 78px;
  line-height: .95;
  font-weight: 400;
  color: #111;
  letter-spacing: -3px;
  margin-bottom: 22px;
}

.room-description {
  font-size: 20px;
  line-height: 1.8;
  color: #666;
}

.room-options-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.room-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 24px;
  overflow: hidden;
  transition: .35s;
}

.room-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, .08);
}

.room-card-image {
  padding: 10px;
}

.room-card-image img {
  width: 100%;
  height: 295px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.room-card-content {
  padding: 22px;
}

.room-card-subtitle {
  display: block;
  color: #eb5b39;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}

.room-card-title {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
  color: #111;
  margin-bottom: 15px;
}

.room-card-description {
  color: #666;
  font-size: 17px;
  line-height: 1.7;
}

.room-card-description p {
  margin: 0;
}

/* amanties css */

.amenities-section {
  padding: 120px 0;
  background: #faf8f5;
}

.amenities-section .container {
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}

.amenities-wrapper {
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 35px;
  align-items: stretch;
}

/* LEFT */

.amenities-label {
  display: block;
  color: #e95a3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 20px;
}

.amenities-title {
  font-size: 78px;
  line-height: .95;
  letter-spacing: -3px;
  color: #111;
  font-weight: 400;
  margin-bottom: 45px;
}

.amenities-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

/* Card */

.amenity-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 28px;
  height: 100%;
}

.amenity-icon {
  width: 60px;
  height: 60px;
  background: #eb5b39;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
}

.amenity-icon img {
  width: 26px;

}

.amenity-card h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.amenity-text {
  color: #666;
  line-height: 1.8;
}

.amenities-right {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 24px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.nearby-label {
  color: #e95a3a;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.nearby-title {
  font-size: 54px;
  line-height: 1.05;
  font-weight: 400;
  color: #111;
  margin-bottom: 40px;
}

.nearby-item {
  padding: 24px 0;
  border-bottom: 1px solid #ececec;
}

.nearby-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.nearby-item h5 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #111;
}

.nearby-description {
  color: #666;
  line-height: 1.7;
}

.amenities-cards .icon {
  background: #e0533c !important;
}

.feature-card img {
  width: 26px;
}


.book-location-section{
    padding:120px 0;
    background:#faf8f5;
}

.book-location-section .container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
}

.book-location-wrapper {
    background: #080808;
    border-radius: 20px;
    padding: 30px;
    display: grid;
    grid-template-columns: 42% 54%;
    gap: 55px;
    align-items: center;
    box-shadow: 0 30px 70px rgba(0,0,0,.15);
}

.book-label{
    display:inline-block;
    color:#d7d7d7;
    font-size:13px;
    letter-spacing:3px;
    text-transform:uppercase;
    background:#232323;
    padding:4px 8px;
    border-radius:4px;
    margin-bottom:24px;
    font-weight:700;

}

.book-location-left h2{
    color:#fff;
    font-size:78px;
    line-height:.95;
    font-weight:400;
    letter-spacing:-3px;
    margin-bottom:32px;
}

.book-location-left p{
    color:#666;
    font-size:20px;
    line-height:1.8;
    max-width:480px;
}


.book-location-right .webform-submission-form{

    background:#161616;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:28px;
}

.book-location-right form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
}

.book-location-right label{
    display:block;
    color:#d2d2d2;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
    margin-bottom:10px;
    font-weight:600;
}

.book-location-right input,
.book-location-right select,
.book-location-right textarea{

    width:100%;
    height:58px;
    border:none;
    background:#f5f5f5;
    border-radius:16px;
    padding:0 18px;
    font-size:17px;
    color:#222;

}

.book-location-right textarea{
    height:120px;
    padding:16px;
}

.book-location-right ::placeholder{
    color:#777;
}


.book-location-right .form-actions{
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 12px;
}

.book-location-right .webform-button--submit{
    width: auto !important;
    min-width: 240px;
    height: 52px;
    padding: 0 30px;
    background: #e75839;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
    flex: 0 0 auto;
}

.book-location-right .webform-button--submit:hover{
    background:#cf482a;
    transform:translateY(-2px);
}


/* Gallery Css */

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(12,1fr);
    grid-auto-rows:190px;
    gap:18px;
}

.gallery-card.card-1{
    grid-column:1 / span 8;
    grid-row:1 / span 2;
}

.gallery-card.card-2{
    grid-column:9 / span 4;
    grid-row:1;
}

.gallery-card.card-3{
    grid-column:9 / span 4;
    grid-row:2;
}

.gallery-card.card-4{
    grid-column:1 / span 5;
    grid-row:3;
}

.gallery-card.card-5{
    grid-column:6 / span 7;
    grid-row:3;
}


.gallery-card{
    position:relative;
    overflow:hidden;
    border-radius:22px;
}

.gallery-item{
    display:block;
    width:100%;
    height:100%;
    position:relative;
}

.gallery-image,
.gallery-image img{
    width:100%;
    height:100%;
}

.gallery-image img{
    object-fit:cover;
    display:block;
    transition:.5s;
}

.gallery-item:hover img{
    transform:scale(1.05);
}

.gallery-item::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:45%;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.88),
        rgba(0,0,0,.45),
        transparent
    );
    z-index:2;
}

.gallery-overlay{
    position:absolute;
    left:22px;
    bottom:22px;
    z-index:3;
}

.gallery-label {
    display: block;
    font-size: 12px;
    letter-spacing: 4px;
    color: rgb(185, 152, 91);
    margin-bottom: 18px;
    text-transform: uppercase;
}

.gallery-heading {
    flex: 1 1 0%;
}

.gallery-number{
    display:block;
    color:#d3b06b;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:8px;
}

.gallery-overlay h3{
    color:#fff;
    font-size:17px;
    font-weight:400;
    margin:0;
}

.gallery-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 45px;
    gap: 100px;
}

.gallery-section .container {
    max-width: 1280px;
    margin: auto;
}

.gallery-section {
    background: rgb(8, 8, 8);
    padding: 100px 0px;
}

.gallery-heading h2 {
    color: rgb(255, 255, 255);
    font-size: 82px;
    line-height: 0.95;
    font-weight: 300;
    margin: 0px;
}

.gallery-desc {
    width: 360px;
    color: rgb(199, 199, 199);
    line-height: 1.9;
    font-size: 16px;
}


/* Contact Us  css */

.visit-banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    min-height: 760px;
}

.visit-banner-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.visit-banner-bg img {
    width: 100%;
    height: 760px;
    object-fit: cover;
}

.visit-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.65);
}

.visit-banner .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: auto;
    padding: 120px 20px;
}

.visit-content {
    max-width: 660px;
}

.visit-label {
    display: inline-block;
    padding: 10px 22px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50px;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.visit-heading {
    font-size: 72px;
    line-height: 1.05;
    font-weight: 500;
    margin-bottom: 25px;
}

.visit-heading em,
.visit-heading strong {
    color: #ff6b2c;
    font-style: italic;
    font-weight: 400;
}

.visit-description {
    max-width: 560px;
    font-size: 22px;
    line-height: 1.8;
    color: rgba(255,255,255,.82);
    margin-bottom: 45px;
}

.visit-buttons {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.primary-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 42px;
    background: #ff6b2c;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: .3s;
}

.primary-btn a:hover {
    background: #fff;
    color: #111;
}

.visit-bottom-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(8,8,8,.96);
}

.visit-bottom-info .container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
    padding: 35px 20px;
}

.contact-card {
    color: #fff;
}

.contact-title {
    color: #ff6b2c;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.plan-visit span {
    color: #ff6b2c;
}

/* Responsive */

@media(max-width:991px){

.visit-banner{
min-height:auto;
}

.visit-banner-bg img{
height:100%;
min-height:650px;
}

.visit-heading{
font-size:48px;
}

.visit-description{
font-size:18px;
}

.visit-bottom-info{
position:relative;
}

.visit-bottom-info .container{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.visit-banner .container{
padding:70px 20px;
}

.visit-heading{
font-size:38px;
}

.visit-description{
font-size:16px;
}

.visit-bottom-info .container{
grid-template-columns:1fr;
gap:25px;
}

.primary-btn a{
width:100%;
}

.visit-buttons{
flex-direction:column;
}

}


/* Thank You Message  */


.booking-success {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 30px;
    background: linear-gradient(135deg,#f4f8fb,#eef7ff);
}

.booking-success__card {

    max-width: 650px;
    width: 100%;
    background: #fff;
    border-radius: 24px;
    padding: 50px;
    text-align: center;

    box-shadow:
    0 15px 40px rgba(0,0,0,.08);

    position: relative;
    overflow: hidden;
}

.booking-success__card::before{

    content:"";
    position:absolute;
    top:-150px;
    right:-150px;

    width:300px;
    height:300px;

    background:#edf8ff;

    border-radius:50%;
}

.booking-success__icon{

    margin-bottom:30px;
    position:relative;
    z-index:2;
}

.booking-success h2{

    font-size:40px;
    font-weight:700;
    margin-bottom:15px;
    color:#222;
}

.success-message{

    font-size:18px;
    line-height:1.8;
    color:#666;
    margin-bottom:40px;
}

.btn-home{

    display:inline-block;

    padding:16px 40px;

    background:#0ea95d;
    color:#fff;
    text-decoration:none;

    border-radius:50px;

    font-weight:600;

    transition:.3s;
}

.btn-home:hover{

    background:#087945;
    transform:translateY(-3px);
}

.booking-success__card{

    animation: popup .5s ease;
}

@keyframes popup{

0%{
opacity:0;
transform:translateY(40px) scale(.95);
}

100%{
opacity:1;
transform:translateY(0) scale(1);
}

}


.booking-success::before,
.booking-success::after{

content:"";
position:absolute;
border-radius:50%;
background:rgba(14,169,93,.08);
}

.booking-success::before{

width:220px;
height:220px;
top:60px;
left:60px;
}

.booking-success::after{

width:140px;
height:140px;
bottom:50px;
right:50px;
}


/* Login Page css */

.login-page{
    min-height:100vh;
    background:url("../images/login-bg.jfif") center center/cover no-repeat;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px 20px;
}

.login-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
    135deg,
    rgba(12,32,52,.75),
    rgba(26,78,97,.65));

}

.login-wrapper{
    position:relative;
    width:100%;
    max-width:1100px;
    z-index:10;
}

.login-card{
    display:flex;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 30px 60px rgba(0,0,0,.20);
}

.login-left{
    width:50%;
    background:#f7fafc;
    padding:80px 60px;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;}

.login-left img {
    width: 70px;
    margin: auto;
    margin-bottom: 40px;
}

.login-left h1{
    font-size:42px;
    font-weight:700;
    color:#1d2939;
  }

.login-left span{
    color:#b68d40;
}

.login-left p{
    margin-top:25px;
    color:#666;
    line-height:1.8;
  }

.login-right{
    width:50%;
    padding:70px;
}

.login-right h2{
    font-size:36px;
    margin-bottom:35px;
    font-weight:700;
    color:#1d2939;
}


.user-login-form{
    max-width:100%;
}

.user-login-form label{
    font-weight:600;
    margin-bottom:8px;}

.user-login-form input{
    width:100%;
    height:56px;
    border-radius:12px;
    border:1px solid #d8dde3;
    padding:0 18px;
    font-size:16px;
    transition:.3s;
}

.user-login-form input:focus{
    border-color:#b68d40;
    box-shadow:0 0 0 3px rgba(182,141,64,.15);
    outline:none;
}

.user-login-form .button{
    width:100%;
    height:56px;
    border:none;
    border-radius:12px;
    background:#b68d40;
    color:#fff;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.user-login-form .button:hover{
    background:#96712e;
  }

.description{
    display:none;
}
.form-item{
    margin-bottom:22px;
}


/* 404 page Css */

.error-404-page{
    position:relative;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:url("../images/404-bg.jfif") center center/cover no-repeat;

}

.error-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        rgba(7,25,40,.78),
        rgba(7,25,40,.82)
    );

}

.error-content{
    position:relative;
    z-index:2;
    max-width:780px;
    text-align:center;
    color:#fff;
    padding:80px 20px;
}

.error-code{
    display:block;
    font-size:180px;
    font-weight:800;
    line-height:1;
    color:#c7a35a;
    text-shadow:0 15px 35px rgba(0,0,0,.35);
    margin-bottom:25px;

}

.error-content h1{
    font-size:48px;
    font-weight:700;
    margin-bottom:25px;
}

.error-content p{
    font-size:20px;
    line-height:1.9;
    color:#d8d8d8;
    margin-bottom:50px;
}

.error-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-home,
.btn-contact{
    padding:16px 42px;
    border-radius:60px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

.btn-home{
    background:#c7a35a;
    color:#fff;
}

.btn-home:hover{
    background:#b18d46;
    color:#fff;
    transform:translateY(-4px);
}

.btn-contact{
    border:2px solid #fff;
    color:#fff;
}

.btn-contact:hover{
    background:#fff;
    color:#1a1a1a;
    transform:translateY(-4px);
}


.error-404-page::before{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    border-radius:50%;
    background:rgba(199,163,90,.10);
    top:-150px;
    right:-120px;
    filter:blur(20px);
}

.error-404-page::after{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    left:-150px;
    bottom:-120px;
}

/* 403 Page css */

.page-403{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 20px;
    background:linear-gradient(135deg,#0f172a,#1e293b,#334155);
    position:relative;
    overflow:hidden;
}

.page-403::before{
    content:"";
    position:absolute;
    width:450px;
    height:450px;
    background:#3b82f6;
    border-radius:50%;
    filter:blur(180px);
    opacity:.18;
    left:-120px;
    top:-80px;
}

.page-403::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:#14b8a6;
    border-radius:50%;
    filter:blur(180px);
    opacity:.15;
    right:-80px;
    bottom:-100px;
}

.error-wrapper{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:auto;
    text-align:center;
    padding:70px 60px;
    border-radius:30px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(16px);
    border:1px solid rgba(255,255,255,.15);
    box-shadow:0 30px 70px rgba(0,0,0,.30);
}

.error-icon{
    width:120px;
    height:120px;
    margin:auto auto 35px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:55px;
    color:#ef4444;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.error-code{
    display:block;
    font-size:110px;
    line-height:1;
    font-weight:800;
    color:#fff;
}

.error-content h1{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin:20px 0;
}

.error-content p{
    color:#dbe4ef;
    font-size:18px;
    line-height:1.8;
    max-width:550px;
    margin:0 auto 40px;
}

.error-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.error-buttons a{
    min-width:190px;
    height:56px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.35s;
}

.btn-home{
    background:#fff;
    color:#0f172a;
}

.btn-home:hover{
    transform:translateY(-5px);
    background:#2563eb;
    color:#fff;
}

.btn-contact {
    background: #0f0f11 !important;
    color: #fff;
    border: 2px solid rgba(255,255,255,.35);
}
.btn-contact:hover{
    background:#fff;
    color:#ffffff;
    transform:translateY(-5px);
}

p.mainened {

    color: #666;
}

.mainened a {
    color: #666;
    text-decoration: none;
}


#backtotop {
    border: 0;
    text-indent: -9999px;
    width: 62px;
    height: 62px;
    border-radius: 100%;
}


/* Main navigation css */

:root {
  --lk-orange:     #E8622C;
  --lk-dark:       #1B1B1B;
  --lk-gray:       #6B6B6B;
  --lk-light-gray: #9A9A9A;
  --lk-border:     #EDEDED;
  --lk-white:      #FFFFFF;
  --lk-shadow:     0 8px 24px rgba(0,0,0,0.08);
  --lk-transition: 0.25s ease;
}

.sf-accordion-toggle,
ul.sf-accordion {
  display: none !important;
}

.navigation .search-block-form {
  display: none !important;
}

.navigation ul.sf-horizontal,
.navigation .sf-menu.sf-hidden {
  display: flex !important;
}

.navbar {
    margin: 0 auto;
    padding: unset !important;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
}
.navbar-brand .brand-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-left: 10px;
  flex-shrink: 0;
}
.brand-text h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: var(--lk-dark);
  margin: 0;
  text-transform: uppercase;
}
.brand-text .brand-sub {
  font-size: 10px;
  letter-spacing: 2px;
  color: var(--lk-light-gray);
  text-transform: uppercase;
  margin-top: 2px;
}

.mobile-toggle {
  display: none; 
}

.sf-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sf-menu > li {
  position: relative;
}
.sf-menu > li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--lk-dark);
  text-decoration: none;
  transition: color var(--lk-transition);
}
.sf-menu > li > a:hover,
.sf-menu > li.active-trail > a,
.sf-menu > li.is-active > a {
  color: var(--lk-orange);
}

.sf-menu li.menuparent > a .sf-sub-indicator {
  display: inline-block;
  margin-left: 4px;
  color: var(--lk-orange);
  font-style: normal;
  transition: transform var(--lk-transition);
}
.sf-menu li.menuparent:hover > a .sf-sub-indicator,
.sf-menu li.menuparent > a[aria-expanded="true"] .sf-sub-indicator {
  transform: rotate(90deg);
}

.btn-contacts {
  background: var(--lk-dark);
  color: var(--lk-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background var(--lk-transition), transform var(--lk-transition);
}
.btn-contacts:hover {
  background: var(--lk-orange);
}
.header-brand {
    display:flex;
    align-items:center;
    gap:15px;
    flex-shrink:0;
}

.brand-logo {
    width:85px;
    height:auto;
    display:block;

}

.brand-sub {
    display:block;
    margin-top:6px;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#777;
}
.navigation {
    flex:1;
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:45px;

}

.main-menu {
    flex:1;
    display:flex;
    justify-content:center;
}

.sf-menu {
    display:flex;
    align-items:center;
    gap:35px;
    margin:0;
    padding:0;
}
.sf-menu li {
    list-style:none;
    position:relative;
}
.sf-menu li a {
    display:block;
    padding:12px 0;
    color:#222;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.3s ease;
}
.sf-menu li a:hover,
.sf-menu li.sfHover > a {
    color:#b88652;
}

.sf-menu ul li a {
    padding:12px 25px;
}
.sf-menu ul li a:hover {
    background:#f7f3ef;
}
.mobile-toggle {
    display:none;
    background:none;
    border:0;
    cursor:pointer;
}
.mobile-toggle span {
    display:block;
    width:28px;
    height:3px;
    background:#222;
    margin:5px 0;
    border-radius:5px;
}

ul#superfish-main {
    display: flex;
    justify-content: center;
    padding-right: 15%;
}

.sf-menu li.menuparent:hover > ul {
    margin-top: 20px;
}
div#block-living-mainnavigation {
    width: 100%;
}

.life-description {
    color: #ffffffb3;
}