@media (max-width:991px) {

  .site-header .container {
    padding: 0 20px;
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }

  .brand-logo {
    height: 36px;
  }

  .brand-text h3 {
    font-size: 15px;
  }

  .brand-text span {
    font-size: 9px;
  }

.menu-toggle {
    width: 45px;
    height: 45px;
    border: 0;
    color: #000;
    background: unset;
}

  /* Mobile Menu */

  .nav-wrapper.active {
    right: 0;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 100%;
  }

  .nav-links li {
    list-style: none;
  }

  .nav-links li a {
    font-size: 18px;
    font-weight: 600;
  }

  .close-menu {
    display: flex;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    justify-content: center;
    align-items: center;
    border: none;
    color: #000;
    cursor: pointer;
    font-size: 24px;
  }

  .enquire-section {
    padding: 0px 0px 0px;
  }

.enquire-wrapper {
    border-radius: unset !important;
    padding: 7px;
    gap: 10px;
}
}

/* ===== RESPONSIVE ===== */

@media (max-width: 480px) {
  .site-header .container {
    padding: 0 16px;
  }

  .btn-contacts {
    padding: 8px 14px;
    font-size: 11px;
  }
}


/* ===============================
   MOBILE
================================= */
@media (max-width: 767px) {

  /* Hide progress bar */
  .hero-progress {
    display: none;
  }

  /* Hero carousel */
  .hero-carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }

  /* 2 cards per row */
.hero-cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    overflow: visible;
    width: 100%;
    padding-bottom: 20px;
}

  .hero-card {
    width: 100%;
    min-width: auto;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .hero-card__img {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
  }

  .hero-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .hero-card__title {
    font-size: 14px;
    line-height: 1.3;
  }

  .hero-card__subtitle {
    font-size: 11px;
    line-height: 1.4;
  }

  /* Hero content */
  .hero-inner {
    padding: 124px 20px 30px;
    max-width: 100%;
  }

  .hero-main-title,
  h1.spaces {
    font-size: 3rem !important;
    line-height: 1.1;
  }

  .hero-description {
    font-size: 14px;
    line-height: 1.7;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .btn--primary a,
  .btn--secondary a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .hero-location {
    margin-bottom: 20px;
  }

  .view-hero-banner .view,
  .view-content {
    display: unset !important;

  }

  .hero-badge-top {
    right: 20%;
  }

}


@media (max-width: 768px) {
  .authority-band {
    grid-template-columns: repeat(2, 1fr);

  }
}

@media (max-width:360px) {

  .site-header {
    width: 100%;
  }

  .navbar {
    height: 64px;
  }

  .container {
    padding: 0 12px;
  }

  .navbar-brand {
    gap: 8px;
  }

  .brand-logo {
    width: 30px;
  }

  .brand-text h3 {
    font-size: 15px;
    letter-spacing: 1px;
  }

  .brand-text span {
    font-size: 8px;
  }

  .menu-toggle {
    display: block;
    font-size: 28px;
  }

  .nav-wrapper.active {
    right: 0;
  }
}

@media(max-width:360px) {

  .brand-text h3 {
    font-size: 16px;
  }

  .brand-logo {
    width: 30px;
  }
}

@media(max-width:991px) {
  .container {
    padding: 0 20px;
  }

  .navbar {
    height: 70px;
  }

  .brand-logo {
    width: 34px;
  }

  .brand-text h3 {
    font-size: 18px;
    letter-spacing: 1px;

  }

  .brand-text span {
    font-size: 9px;
  }

  .menu-toggle {
    display: block;
  }

.block-search-narrow .search-block-form {
    display: none !important;
}

  .feature-card .icon {
    width: 50px;
    height: 50px;
}

.feature-card img {
    width: 21px;
}

  .nav-wrapper.active {
    right: 0;
  }

  .close-menu {
    display: block;
    position: absolute;
    top: 20px;
    right: 22px;
    font-size: 28px;
    border: none;
    cursor: pointer;

  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;

  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    font-size: 17px;
    display: block;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
  }

  body.menu-open {
    overflow: hidden;
  }

}


/* ==========================================
TABLET
========================================== */

@media (max-width:991px) {

  .location-card {
    flex-direction: column;
    padding: 30px;
  }

  .location-image,
  .location-content {
    width: 100%;
    flex: 100%;
  }

  .location-image img {
    height: auto;
  }

  .location-title {
    font-size: 46px;
  }

}

/* ==========================================
MOBILE
========================================== */

@media (max-width:767px) {

  .location-section {
    padding: 18px 0px;
  }

  .location-card {
    padding: 22px;
    border-radius: 22px;
  }

  .location-title {
    font-size: 38px;
  }

  .location-description {
    font-size: 16px;
    line-height: 1.7;
  }

  .location-features {
    gap: 10px;
  }

  .location-features span {
    padding: 10px 16px;
    font-size: 14px;
  }

  .location-btn {
    width: 100%;
    padding: 16px;
    font-size: 14px;
  }

}

/* ==========================================
360px
========================================== */

@media (max-width:360px) {

  .location-title {
    font-size: 32px;
  }

  .location-tag {
    font-size: 11px;
  }

  .location-features span {
    width: 100%;
    text-align: center;
  }

}


/* ===========================
   TABLET
=========================== */

@media (max-width:991px) {

  .life-grid {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .life-title {
    font-size: 44px;
  }

  .life-description {
    max-width: 100%;
  }

  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .overlay-image {
    right: 20px;
    bottom: 20px;
    width: 170px;
  }

  .enquire-left {
    width: 100%;

  }

  .faq-section {
    padding: 30px 10px 30px;
  }

  .enquire-left h2 {
    font-size: 38px;
  }

  .enquire-wrapper {
    display: grid !important;

  }

  .life-right {
    padding-right: unset !important;
  }

  section.stay-design {
    padding: 30px 10px 40px;
  }

  footer.footer {
    padding: 30px 10px 40px;
  }

  .site-header {
    padding: 0 10px;
  }

  .stay-grid {

    padding-right: unset !important;
  }

.why-left {
    padding: 10px 15px;
}
}

@media (max-width:768px) {

.life-at-lk-section {
    padding: 30px 10px 40px;
}
  .life-title {
    font-size: 36px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .daily-flow-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    width: 100%;
  }

  .overlay-image {
    position: relative;
    right: auto;
    bottom: auto;
    width: 180px;
    margin: 25px auto 0;
  }

  .main-image img {
    border-radius: 20px;
  }

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:576px) {

  .life-title {
    font-size: 30px;
  }

  .life-description {
    font-size: 16px;
  }

  .life-button a {
    width: 100%;
    justify-content: center;
  }

  .feature-card {
    padding: 25px;
  }

  .highlight-card {
    padding: 25px;
  }

  .daily-flow-card {
    padding: 22px;
  }

}

/* ===========================
   360px
=========================== */

@media (max-width:360px) {

  .life-title {
    font-size: 26px;
  }

  .feature-card h3 {
    font-size: 20px;
  }

  .life-description,
  .feature-card p,
  .flow-description {
    font-size: 15px;
  }

  .overlay-image {
    width: 150px;
  }

  .daily-flow-card {
    padding: 18px;
  }

}


/* Mobile */

@media (max-width:768px) {

  .enquire-right {
    width: 100%;
    padding: 10px;
  }

  .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: 100%;
  }

  .enquire-right .form-actions {
    justify-content: center;
  }

  .enquire-right .webform-button--submit {
    width: 100%;
  }

}


@media(max-width:991px) {

.faq-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
}

  .faq-heading {
    font-size: 54px;
  }

  .about-card-content {
    padding: 40px 10px;
  }

.photo-gallery-section {
    padding: 30px 20px 40px;
}
  .life-right {
    margin-top: unset !important;
  }

}

@media(max-width:767px) {

  .faq-heading {
    font-size: 42px;
  }

  .faq-question {
    font-size: 18px;
    padding: 20px;
  }

  .faq-answer {
    font-size: 16px;
    padding: 0 20px 20px;
  }

}



@media (max-width:1200px) {

  .location-card {
    gap: 35px;
    padding: 20px 10px;
  }

  .location-title {
    font-size: 50px;
  }

  .location-description {
    font-size: 18px;
  }

  .location-image img {
    height: 430px;
  }

}

@media (max-width:1200px) {

  .life-title {
    font-size: 48px;
  }

  .feature-card {
    padding: 28px;
  }

  .overlay-image {
    width: 170px;
  }

}

@media (max-width:1400px) {

  .life-grid {
    grid-template-columns: 52% 48%;
    gap: 40px;
  }

  .life-title {
    font-size: 54px;
  }

  .overlay-image {
    width: 190px;
  }

}


@media(max-width:991px) {
  .stay-grid {
    grid-template-columns: 1fr;
  }

  .stay-right {
    grid-template-columns: 1fr;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .stay-left h2 {
    font-size: 46px;
  }
  .about-menu {
    margin: 30px 0 70px;

}
}


/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .gallery-item {
    flex: 0 0 calc((100% - 2 * 24px) / 3);
  }
}

@media (max-width: 768px) {
  .photo-gallery-header .main-title {
    font-size: 36px;
  }

  .gallery-item {
    flex: 0 0 calc((100% - 24px) / 2);
  }

  .gallery-footer {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .gallery-item {
    flex: 0 0 85%;
  }
}

/* Responsive */
@media (max-width:768px) {

  .sponsored-wrapper {
    padding: 18px 0;
  }

  .sponsor-card {
    padding: 12px 18px;
  }

  .sponsor-title {
    font-size: 15px;
  }

  .marquee-icon {
    font-size: 16px;
  }
}

@media (max-width:768px) {
  .hero-inner {
    padding: 60px 0px 0;
    margin-top: 40px;
  }

  .hero-main-title {
    font-size: 36px
  }

  .hero-carousel {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
  }
}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px) {

.about-layout {
    grid-template-columns: 1fr;
    gap: unset;
}
  .about-left {
    position: relative;
    top: auto;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .stay-grid {
    gap: 10px;
}

.section-title {
    font-size: 1rem;
    margin: 20px 0 0px;
}

  .about-card-image {
    height: 250px;
  }

  .about-card-content h3 {
    font-size: 30px;
  }

  .about-section {
    padding: 0 10px;
  }

  .about-wrapper .container {
    padding-right: unset;
  }

  .life-grid {
    grid-template-columns: unset !important;

  }

  .about-section .container {
    padding: unset !important;
  }

  .about-right {

    padding-right: unset !important;

  }

  .life-title {
    font-size: 36px;
  }

  .reviews-section {

    padding: 20px 10px 40px;
  }

.life-title-banner {
    font-size: 2.8rem;
    padding: 30px 0px 0;
}
  .feature-item {

    margin-top: unset !important;
  }

  .life-buttons a {
    font-size: 14px;
  }

  .life-right-banner {

    display: unset !important;
  }

  h2.resident-heading {
    font-size: 2.45rem;
  }

  .resident-wrapper {
    margin-bottom: 30px !important;
}
}


@media(max-width:1200px) {

  .reviews-grid {
    grid-template-columns: 1fr;

  }

  .review-card {
    min-height: auto;
  }

}

@media(max-width:768px) {
  .review-card {
    padding: 25px;
  }

  .rating-row h2 {
    font-size: 55px;

  }

  .review-text {
    font-size: 18px;
  }

  .review-user h4 {
    font-size: 20px;
  }

  .review-summary p {
    font-size: 16px;
  }

}


@media(max-width:1200px) {
  .life-section {
    grid-template-columns: 1fr;
  }

  .life-right {
    justify-content: center;
    margin-top: 60px;

  }

  .day-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin: -80px auto 0;
  }

  .life-title {
    font-size: 70px;

  }

}

@media(max-width:768px) {
.life-section {
    padding: 30px 10px;
}
  .life-title {
    font-size: 48px;
  }

  .life-description {
    font-size: 16px;
  }

  .life-features {
    flex-direction: column;
    gap: unset !important;
  }

  .life-buttons {
    flex-direction: column;
  }

  .life-buttons a {
    width: 100%;
    text-align: center;
  }

  .life-image {
    width: 100%;
  }

  .day-card {
    width: 100%;
    margin-top: 25px;
  }

}


/* ===============================
   Tablet
================================= */
@media (max-width: 991px) {

  .resident-experience {
    padding: 80px 0;
  }

  .resident-wrapper {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .resident-left,
  .resident-right {
    width: 100%;
  }

  .resident-heading {
    font-size: 56px;
    line-height: 1;
  }

  .resident-description {
    font-size: 18px;
    line-height: 1.8;
  }

  .highlight-box {
    padding: 28px;
    font-size: 22px;
    border-radius: 20px;
  }

  .resident-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }

  .resident-card {
    padding: 28px;
  }

  .resident-card h3 {
    font-size: 28px;
  }

  .resident-right {
    margin-top: unset !important;
  }

  .life-showcase .overlay-image {
    display: none;
  }

  .main-image img {
    min-height: 17rem;
  }

  .audience-card {
    padding: 40px 20px;

  }

  .life-showcase-grid {

    gap: unset !important;

  }
  .section-study {
    padding: 30px 0;
  }

.nav-btn {
    left: 16%;
    top: 142%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}
.gallery-footer {
    margin-top: 13px;
    margin-bottom: 25px;
}
}

/* ===============================
   Mobile
================================= */

@media (max-width:767px) {

.resident-experience {
    padding: 30px 0;
}
  .resident-experience .container {
    padding: 0 10px;
  }

  .resident-wrapper {
    display: block;
  }

  .section-tag {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .resident-heading {
    line-height: 1.05;
    margin-bottom: 20px;
  }

  .resident-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
  }

  .highlight-box {
    padding: 22px;
    border-radius: 18px;
    font-size: 18px;
    line-height: 1.7;
    margin-top: 20px;
  }

  .resident-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 35px;
  }

  .resident-card {
    padding: 25px;
    border-radius: 20px;
  }

  .card-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 18px;
  }

  .card-icon img {
    width: 24px;
    height: 24px;
  }

  .resident-card h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .card-description {
    font-size: 16px;
    line-height: 1.7;
  }

}

@media(max-width:1024px) {

  .life-showcase-grid {
    grid-template-columns: 1fr;
  }

.life-cards {
    margin-top: 30px;
}
}

@media(max-width:767px) {


  .life-showcase .container {
    padding: 0 10px;
  }

  .daily-card {
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }

  .overlay-image {
    width: 140px;
    right: 15px;
    bottom: 15px;
    display: none;
  }

  .life-cards {
    grid-template-columns: 1fr;
    gap: 18px;

  }

  .feature-card {
    padding: 20px;
  }

  .feature-card h3 {
    font-size: 24px;
  }

  .feature-description {
    font-size: 16px;
  }

  .feature-icon {
    width: 50px;
    height: 50px;
  }

  .feature-icon img {
    width: 22px;
  }

}

@media (max-width:1024px) {

  .resident-card-wrapper {
    grid-template-columns: 1fr;
  }

  .resident-content {
    padding: 45px;
  }

  .resident-content h2 {
    font-size: 60px;
  }

}

@media (max-width:767px) {

.resident-perspective {
    padding: 30px 0;
}
  .resident-perspective .container {
    padding: 0 10px;
  }

  .resident-content {
    padding: 30px 20px;
  }

  .resident-content h2 {
    font-size: 42px;
    line-height: 1.05;
  }

  .resident-body {
    font-size: 16px;
  }

  .resident-features {
    gap: 10px;
  }

  .feature-pill {
    font-size: 13px;
    padding: 10px 16px;
  }

  .resident-buttons .btn {
    width: 100%;
  }

  .resident-image img {
    height: 420px;
    object-fit: cover;
  }

}

/* TABLET */

@media(max-width:991px) {

  .plan-visit-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }


  .plan-visit-left h2 {
    font-size: 36px;
  }


  .plan-visit-right {
    padding: 30px;
  }

}



/* MOBILE */

@media(max-width:575px) {

  .plan-visit-section {
    padding: 30px 0;
  }

  .plan-visit-left h2 {
    font-size: 30px;
  }


  .plan-visit-left p {
    font-size: 16px;
  }


  .plan-visit-right {
    padding: 20px;
    border-radius: 15px;
  }

}

@media (max-width:991px) {

  .hero-strip {
    flex-wrap: wrap;
  }

  .hero-strip-item {
    flex: 0 0 calc(50% - 9px);
  }

  .life-showcase {
    padding: 0px 0 !important;

  }

  .plan-visit-section .container {

    padding: 0 10px;
  }
}

@media (max-width:767px) {

  .hero-strip {
    padding: 15px;
  }

  .hero-strip-item {
    flex: 0 0 100%;
  }

  .hero-strip-item span:last-child {
    font-size: 16px;
  }

}

@media(max-width:991px) {

  .about-banner {
    height: 650px;
  }

  .about-banner-content {
    left: 30px;
    right: 30px;
    max-width: 100%;
  }

  .about-heading {
    font-size: 52px;
  }

  .about-body {
    font-size: 18px;
  }

}

@media(max-width:767px) {

  .about-banner {
    height: 550px;
  }

  .about-banner-content {
    left: 20px;
    right: 20px;
  }

  .about-title {
    font-size: 13px;
  }

  .about-heading {
    font-size: 34px;
    line-height: 1.2;
  }

  .about-body {
    font-size: 16px;
    line-height: 1.6;
  }

  .about-btn a {
    padding: 14px 30px;
  }

}


@media(max-width:991px) {
  .why-choose-section {
    grid-template-columns: 1fr;
  }

  .why-right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:767px) {
  .why-right {
    grid-template-columns: 1fr;
  }
}

@media(max-width:768px) {

  .card-number {
    font-size: 42px;
  }

  .stat-card {
    padding: 24px 20px;
  }

}

@media (max-width:991px) {

  .story-home-section {
    padding: 70px 0;
  }

  .story-home-title {
    font-size: 50px;
  }

  .story-home-description {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .story-home-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .story-home-card:nth-child(2) {
    border-right: none;
  }

  .story-home-card:nth-child(-n+2) {
    border-bottom: 1px solid #ececec;
  }

}

/* Mobile */

@media (max-width:767px) {

  .story-home-section {
    padding: 30px 0;
  }

  .story-home-section::before {
    width: 260px;
    height: 260px;
    right: -100px;
    top: -60px;
  }

.story-home-title {
    font-size: 2rem;
    line-height: 1.08;
}

  .story-home-description {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 35px;
  }

  .story-home-cards {
    grid-template-columns: 1fr;
  }

  .story-home-card {
    border-right: none !important;
    border-bottom: 1px solid #ececec;
    min-height: auto;
    padding: 30px 20px;
  }

  .story-home-card:last-child {
    border-bottom: none;
  }

  .story-home-card-title {
    font-size: 28px;
  }

  .story-home-card-text {
    font-size: 16px;
  }

  .story-home-number {
    font-size: 20px;
  }

}


@media(max-width:991px) {

  .stay-audience-section {
    padding: 80px 0;
  }

  .stay-audience-title {
    font-size: 52px;
  }

  .stay-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .talk-contact-section .container {

    padding: unset !important;
  }

  .story-home-container,
  .stay-audience-container {
    padding: 0 10px;
  }

}

/*==============================
Mobile
===============================*/

@media(max-width:767px) {

  .stay-audience-section {
    padding: 30px 0;
  }

  .stay-audience-section::before {
    width: 260px;
    height: 260px;
    right: -80px;
    top: -70px;
  }

  .stay-audience-title {
    font-size: 38px;
    line-height: 1.08;
  }

  .stay-audience-description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .stay-audience-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stay-audience-card {
    padding: 24px;
    border-radius: 18px;
  }

  .stay-audience-card-title {
    font-size: 26px;
  }

  .stay-audience-card-text {
    font-size: 16px;
  }

}

@media(max-width:1199px) {

.talk-contact-wrapper {
    grid-template-columns: 1fr;
    gap: 0px;
}

  .talk-contact-left h2 {
    font-size: 62px;
  }

}

@media(max-width:768px) {

.talk-contact-wrapper {
    padding: 0px 10px;
    border-radius: unset !important;
}
  .talk-contact-left h2 {
    font-size: 46px;
  }

  .talk-contact-left p {
    font-size: 17px;
  }

  .talk-contact-right form {
    grid-template-columns: 1fr;
  }

  .talk-contact-right .form-actions {
    justify-content: center;
  }

  .talk-contact-right .webform-button--submit {
    width: 100%;
  }

}

@media(max-width:480px) {

  .talk-contact-left h2 {
    font-size: 38px;
  }

  .talk-contact-right .webform-submission-form {
    padding: 20px;
  }

}

@media (max-width:991px) {

.brand-top {
    grid-template-columns: 1fr;
    gap: 0px;
    margin-bottom: 10px;
}
  .brand-features {
    grid-template-columns: 1fr;
  }

  .brand-title {
    font-size: 50px;
  }

  .talk-contact-section {
    padding: 0px 0;
  }
  .brand-right {
    padding: unset !important;
}
.talk-contact-wrapper {
    grid-template-columns: 1fr;
    gap: 0px !important;
    padding-bottom: 20px !important;
}
.talk-contact-left h2 {
    letter-spacing: 0px !important;
}
.talk-contact-right form {
    gap: 0px !important;
    margin-bottom: 20px !important;
}

}

@media (max-width:767px) {

  .brand-title {
    font-size: 38px;
  }

  .brand-description {
    font-size: 16px;
  }

  .brand-features>* {
    padding: 25px;
  }

}

@media (max-width:991px) {

  .brand-image {
    height: 400px;
  }

}

@media (max-width:767px) {

  .brand-image {
    height: 280px;
  }

}

@media(max-width:1199px) {

  .room-heading {
    font-size: 62px;
  }

  .room-options-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:768px) {

  .room-options-section {
    padding: 30px 0;
  }

  .room-heading {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .room-description {
    font-size: 17px;
  }

  .room-options-cards {
    grid-template-columns: 1fr;
  }

  .room-card-image img {
    height: 240px;
  }

  .room-card-content {
    padding: 18px;
  }

  .room-card-title {
    font-size: 26px;
  }
}

@media(max-width:1200px) {
  .amenities-title {
    font-size: 60px;
  }

  .nearby-title {
    font-size: 40px;
  }
}

@media(max-width:991px) {
  .amenities-wrapper {
    grid-template-columns: 1fr;
  }

  .amenities-right {
    margin-top: 0px;
  }

.book-location-section .container {
    padding: 0 0px;
}
  .amenities-section .container {
    padding: 0 10px;
  }
}

@media(max-width:768px) {
  .amenities-section {
    padding: 30px 0;
  }

  .amenities-title {
    font-size: 2.8rem;
    letter-spacing: -1px;
  }

  .nearby-title {
    font-size: 32px;
  }

  .amenities-cards {
    grid-template-columns: 1fr;
  }

  .amenities-right {
    padding: 24px;
  }

}

@media(max-width:1199px) {
  .book-location-wrapper {
    grid-template-columns: 1fr;
  }

  .book-location-left h2 {
    font-size: 60px;
  }
}

@media(max-width:768px) {

.book-location-section {
    padding: 0px 0;
}

.book-location-wrapper {
    padding: 24px 10px;
    gap: 35px;
    border-radius: unset;
}

  .book-location-left h2 {
    font-size: 42px;
    letter-spacing: -1px;
  }

  .book-location-left p {
    font-size: 16px;
  }

  .book-location-right form {
    grid-template-columns: 1fr;
  }

  .book-location-right .form-actions {
    justify-content: center;
  }

  .book-location-right .webform-button--submit {
    width: 100%;
  }
}


/* Tablet */

@media (max-width: 991px) {

  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .gallery-card {
    grid-column: auto !important;
    grid-row: auto !important;
    height: 280px;
  }

  .gallery-card.card-1 {
    grid-column: 1 / -1 !important;
    height: 450px;
  }

  .gallery-top {
    display: unset !important;

  }

  .gallery-heading h2 {
    font-size: 3rem;
    padding-bottom: 20px;
  }

  .gallery-section {
    padding: 40px 0px;
  }

  .gallery-desc {
    padding-bottom: 20px;
  }

  .about-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0px;
    color: #d9d9d9;
    background: unset;
  }

.choose-subtitle {
    width: unset !important;
    margin: 1rem 0;
    font-size: 2rem;
}
  .why-right {

    margin-top: 0%;
  }

  .book-location-right .webform-submission-form {
    padding: 28px 10px;
  }
  .section-study .container {
    padding: 0 10px;
}
.book-location-right form {
    gap:unset !important;
}
.room-options-section .container {
    padding: 0 10px;
}
.nearby-title {
    margin-bottom: unset !important;
}
}

/* Mobile */

@media (max-width: 767px) {

  .gallery-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

.gallery-card {
    width: 100%;
    height: 209px !important;
    margin: 0 !important;
    border-radius: unset !important;
}

  .gallery-card.card-1 {
    height: 320px !important;
  }

  .gallery-item,
  .gallery-image,
  .gallery-image img {
    width: 100%;
    height: 100%;
  }

  .gallery-image img {
    object-fit: cover;
  }

  .gallery-overlay {
    left: 18px;
    bottom: 18px;
  }

  .gallery-overlay h3 {
    font-size: 22px;
  }

}


/* Mobile */

@media(max-width:991px){
.footer-wrapper {
    flex-direction: column;
    text-align: center;
    gap: unset !important;
}

.footer-center ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-left: unset !important;
}
.footer-right{
    white-space:normal;
}

.footer-left h3{
    font-size:28px;
}

.footer-left p{
    font-size:16px;
    line-height:28px;
}

.whatsapp-btn {
    width: 55px;
    height: 55px;
    right: 11px;
    bottom: 80px;
}

.whatsapp-btn svg{
    width:24px;
    height:24px;
}
#backtotop {
    width: 55px;
    height: 55px;
    right: 10px;
}

}


@media(max-width:991px){
.error-code{
    font-size:130px;
}
.error-content h1{
    font-size:36px;
}
.error-content p{
    font-size:18px;
}

}

@media(max-width:767px){

.error-code{
    font-size:90px;
}

.error-content{
    padding:120px 20px 80px;
}

.error-content h1{
    font-size:28px;
}

.error-content p{
    font-size:16px;
}

.error-buttons{
    flex-direction:column;
    width:100%;
}

.btn-home,
.btn-contact{
    width:100%;
}

}


@media(max-width:991px){

.login-card{
    flex-direction:column;
}
.login-left,
.login-right{
    width:100%;
}
.login-left{
    padding:50px 30px;
}

.login-right{
    padding:40px 30px;
}
.login-left h1{
    font-size:34px;
}

}

@media(max-width:575px){

.login-page{
    padding:20px;
}
.login-card{
    border-radius:18px;
}
.login-left{
    padding:35px 20px;
}
.login-right{
    padding:30px 20px;
}
.login-left img{
    width:110px;
}
.login-left h1{
    font-size:28px;
}
.login-right h2{
    font-size:28px;
}

}
@media(max-width:768px){

.booking-success{

    padding:20px;
}

.booking-success__card{

    padding:35px 20px;
}

.booking-success h2{

    font-size:30px;
}

.success-message{

    font-size:16px;
}

.btn-home{

    width:100%;
}

}
@media(max-width:768px){

.error-wrapper{
    padding:50px 25px;
}

.error-code{
    font-size:75px;
}

.error-content h1{
    font-size:30px;
}

.error-content p{
    font-size:16px;
}

.error-icon{
    width:90px;
    height:90px;
    font-size:42px;
}

.error-buttons{
    flex-direction:column;
}

.error-buttons a{
    width:100%;
}
}

@media(max-width:480px){

.page-403{
    padding:40px 15px;
}

.error-wrapper{
    border-radius:20px;
    padding:40px 20px;
}

.error-code{
    font-size:60px;
}

.error-content h1{
    font-size:24px;
}
}

@media(max-width:991px){

.navbar {
    padding:15px 20px;

}
.header-brand {
    gap:10px;
}
.brand-logo {
    width:65px;
}
.brand-text h3 {
    font-size:20px;
}
.mobile-toggle {
    display:block !important;
}

.navigation.active {
    display:flex;
}
.main-menu {
    display:block;
}
.sf-menu {
    flex-direction:column;
    align-items:flex-start;
    gap:0;
}
.sf-menu li {
    width:100%;
}
.sf-menu li a {
    padding:15px 0;
}
.btn-contacts {
    text-align:center;
    margin-top:20px;

}
}


@media (min-width: 992px) {

  .mobile-toggle { display: none; }

  .navigation .sf-menu,
  .navigation .btn-contacts {
    pointer-events: auto; 
  }

  .sf-menu {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .sf-menu > li > a {
    padding: 30px 0;
  }

  .btn-contacts {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .btn-contacts:hover {
    transform: translateY(calc(-50% - 2px));
  }

  /* Dropdown submenu on hover */
  .sf-menu li.menuparent > ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    min-width: 220px;
    background: var(--lk-white);
    border-radius: 12px;
    box-shadow: var(--lk-shadow);
    padding: 10px;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity var(--lk-transition), transform var(--lk-transition), visibility var(--lk-transition);
    z-index: 1000;
  }
  .sf-menu li.menuparent > ul::before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: var(--lk-white);
  }
  .sf-menu li.menuparent:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }
  .sf-menu li.menuparent > ul > li > a {
    display: block;
    padding: 10px 16px;
    font-size: 13.5px;
    font-weight: 500;
    color: var(--lk-dark);
    text-decoration: none;
    border-radius: 8px;
    white-space: nowrap;
    transition: background var(--lk-transition), color var(--lk-transition);
  }
  .sf-menu li.menuparent > ul > li > a:hover {
    background: #FAF3EF;
    color: var(--lk-orange);
  }
}

@media (max-width: 991px) {

  .navbar { min-height: 68px; }
  .mobile-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
  }
  .mobile-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--lk-dark);
    border-radius: 2px;
    transition: transform var(--lk-transition), opacity var(--lk-transition);
  }
  .mobile-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mobile-toggle.active span:nth-child(2) { opacity: 0; }
  .mobile-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 82%;
    max-width: 340px;
    background: var(--lk-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 90px 28px 40px;
    box-shadow: -12px 0 40px rgba(0,0,0,0.12);
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    z-index: 1000;
    justify-content: flex-start !important;
}
  .navigation.active {
    transform: translateX(0);
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--lk-transition), visibility var(--lk-transition);
    z-index: 998;
  }
  .nav-backdrop.active {
    opacity: 1;
    visibility: visible;
  }

  .sf-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .sf-menu > li {
    width: 100%;
    border-bottom: 1px solid var(--lk-border);
  }
  .sf-menu > li > a {
    width: 100%;
    justify-content: space-between;
    padding: 18px 2px;
    font-size: 15px;
  }
  .sf-menu li.menuparent > ul {
    position: static;
    list-style: none;
    margin: 0;
    padding: 0 0 0 14px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease;
  }
  .sf-menu li.menuparent > a[aria-expanded="true"] + ul {
    max-height: 600px;
    opacity: 1;
    padding-bottom: 10px;
  }
  .sf-menu li.menuparent > ul > li > a {
    display: block;
    padding: 12px 2px;
    font-size: 14px;
    color: var(--lk-gray);
    text-decoration: none;
    border-bottom: 1px solid var(--lk-border);
  }
  .sf-menu li.menuparent > ul > li:last-child > a {
    border-bottom: none;
  }
  .sf-menu li.menuparent > ul > li > a:hover {
    color: var(--lk-orange);
  }

.btn-contacts {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 14px;
}
.visit-content {
    padding: 40px 0px 0px;
}
}
