/* ------------------------------------------------------------------------------

  Template Name: Provident
  Description: Provident Landing Page
  Author: Mudassar
  Version: 1.0
  
  1.  Global 
    
      1.1 General 
      1.2 Typography 
      1.3 Fields
      1.4 Buttons 
      1.5 Icons
      1.6 Loader  
      1.7 Helpers
 
  2.  Navbar 

      2.1 Navbar elements
      2.2 Navbar affix
      2.3 Sidebar Menu
      
  3.  Homepage

      3.1 Jumbotron
      3.2 Slider
      3.3 Section About
      3.4 Section Projectsv

          3.4.1 Projects Carousel

      3.5 Section Clients
      3.6 Section Partners
      3.7 Section Team
      3.8 Section Contacts
      3.9 Footer

  4.  Homepage v2

      4.1 Navbar
      4.2 Sections
      4.3 Section About
      4.4 Section Projects
      4.5 Section Partners
      4.6 Section Testimonials 
      4.7 Section Contacts

  5. Responsive styles

      5.1 Min width: 768px
      5.2 Min width 992px
      5.3 Min width 1200px 
      5.4 Min width 1550px 
      5.5 Min height 500px
      5.6 Min height 600px
      5.7 Min height 700px


      
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Semibold';
    src: url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'EditorsNote';
    src: url('../fonts/EditorsNote-Semibold.woff');
    font-weight: 600;
}

@font-face {
    font-family: 'EditorsNote Regular';
    src: url('../fonts/EditorsNote-Regular.woff');
    font-weight: 400;
}

@font-face {
    font-family: 'EditorsNote Medium';
    src: url('../fonts/EditorsNote-Medium.woff');
    font-weight: 500;
}

@font-face {
    font-family: 'EditorsNote Light';
    src: url('../fonts/EditorsNote-Light.woff.woff');
    font-weight: 300;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000;
}

html {
    scroll-behavior: smooth;
}

h1,
.h1 {
    font-size: 3.428rem;
    line-height: 1.2;
    color: #000;
    letter-spacing: -0.025em;
    margin: 0.5em 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: .065em;
}

h2,
.h2 {
    font-weight: 400;
    font-size: 2.571rem;
    line-height: 1.166;
    letter-spacing: 0;
    margin: 2.6rem 0;
    text-transform: uppercase;
    font-family: 'EditorsNote Regular';
    letter-spacing: .065em;
    color: #3E2119;
}

h3,
.h3 {
    font-size: 2.142rem;
    font-family: 'EditorsNote Light';
    line-height: 1.2;
    letter-spacing: -0.05em;
    color: #3E2119;
    margin: 2.6rem 0;
    font-weight: 300;
}

h4,
.h4 {
    font-weight: 600;
    font-size: 1.714rem;
    font-family: 'EditorsNote Medium';
    line-height: 1.25;
    letter-spacing: 0.025em;
    color: #3E2119;
    margin: 2.6rem 0;
}

h5,
.h5 {
    font-weight: 600;
    font-size: 1.571rem;
    font-family: 'EditorsNote Medium';
    line-height: 1.1;
    letter-spacing: 0;
    color: #3E2119;
    margin: 2.6rem 0;
}

h6,
.h6 {
    font-weight: 600;
    font-size: 1.285rem;
    font-family: 'EditorsNote Medium';
    line-height: 1.3333;
    letter-spacing: 0;
    color: #3E2119;
    margin: 2.6rem 0;
}

p {
    font-size: 1rem;
    font-family: 'Montserrat';
    line-height: 25px;
    color: #3E2119;
}

a {
    font-family: 'Montserrat';
    text-decoration: none;
    color: #3E2119;
}

li {
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0;
}

span {
    font-family: 'Montserrat';
}

button {
    font-family: 'Montserrat';
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-xxxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
}


@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .container-xxxl {
        max-width: 105rem;
    }

    .banner-right {
        max-width: 500px !important;
        width: 100%;
    }
}

.container-fluid {
    width: 100%;
}

strong {
    font-family: 'Montserrat Semibold';
    font-weight: 600;
    color: #3E2119;
}

.success-message,
.error-message {
    display: none;
    margin-top: 2rem;
}

.submit-btn button {
    border-radius: 5px;
    color: #fff;
    background: #191F1C;
    padding: 15px 0;
    width: 100%;
    font-family: 'Montserrat';
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #000;
    margin-top: 15px;
}

.submit-btn button:hover {
    background-color: #fff;
    color: #000;
}

.section-head h2 {
    font-size: 2.8rem;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-top: 22px;
    color: #191F1C;
}

.section-head p {
    color: #3E2119;
    margin-top: 10px;
}

.section-head span {
    padding: 7px 24px;
    background-color: #C79E6A26;
    color: #191F1C;
    border-radius: 18px;
    text-transform: uppercase;
    font-size: 13px;
}

/* ------- Page CSS ------- */

#header {
    height: 100px;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
    background-color: #191F1C;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

/* Sticky header styles */
#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #191F1C;
    backdrop-filter: blur(10px);
    transform: translateY(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    height: 70px;
    display: block;
}

#header.sticky.show {
    transform: translateY(0);
}

.header-menu ul {
    display: flex;
    list-style-type: none;
    gap: 40px;
}

.header-menu ul li a {
    color: #fff;
}

#header.sticky .header-menu ul li {
    color: #000;
}

#header.sticky .logo img {
    filter: invert(1);
    max-width: 100px;
}

.logo img {
    max-width: 165px;
    width: 100%;
}

.call-to-action-btns {
    display: flex;
    gap: 15px;
}

.register-btn {
    font-family: 'Montserrat';
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 30px;
    font-size: 14px;
    gap: 10px;
    text-transform: uppercase;

}

.register-btn img {
    max-width: 15px;
    width: 100%;
}

.register-btn:hover img {
    filter: invert(1);
}

.white-bg {
    color: #191F1C;
    border: 1px solid #191F1C;
    transition: background-color 0.3s ease;
    background-color: #fff;
}

.white-bg:hover {
    background-color: #191F1C;
    color: #fff;
}

.black-bg {
    background-color: #191F1C;
    color: #fff;
    transition: background-color 0.3s ease;
    border: 1px solid #191F1C;
}

.black-bg:hover {
    background-color: #fff;
    color: #191F1C;
}

/* -------Banner------- */
#banner {
    background-image: url('../images/banner.jpg?v=4');
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
}

@media (min-resolution: 192dpi) {
    #banner {
        width: 100%;
        background: url(../images/banner-retina.jpg?v=1) center center / cover no-repeat;
        background-position: center center;
    }
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

#banner .container {
    height: 100%;
    position: relative;
    z-index: 1;
}

#banner .container-fluid {
    padding: 0;
}

#banner::before {
    content: "";
    position: absolute;
    width: 30%;
    height: 100%;
    background: #ffffffc2;
    z-index: 1;
}

.banner-section {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}

.banner-inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.banner-left {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.banner-left .inner-logo {
    width: 100%;
    max-width: 195px;
}

.banner-left>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.banner-bottom-sec {
    height: 100px;
    margin-top: -100px;
    background-color: #85908A;
    position: relative;
    z-index: 1;
}

.banner-bottom-sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-bottom-sec p {
    color: #fff;
}

.banner-bottom-sec .black-bg {
    background-color: #F8F7F1;
    color: #191F1C;
}

.banner-bottom-sec .black-bg:hover {
    color: #F8F7F1;
}

.banner-bottom-sec .black-bg:hover .arrow-wrap {
    border-color: #fff;
}

.banner-bottom-sec .black-bg:hover .arrow-wrap img {
    filter: invert(1);
}

.banner-bottom-sec .register-btn:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: #191F1C;
}

.banner-bottom-sec .register-btn:hover img {
    filter: initial;
}

.banner-bottom-sec .banner-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner-left nav {
    font-size: 3.5rem;
    color: #fff;
    max-width: 73%;
    font-family: 'EditorsNote Regular';
}

.banner-left p {
    font-size: 1rem;
    color: #fff;
    margin-top: 30px;
    max-width: 57%;
}

.banner-left .register-btn {
    max-width: 350px;
    margin-top: 40px;
}

.banner-left-text {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.banner-left-text span {
    color: #fff;
    font-family: 'EditorsNote Medium';
}

.banner-left-text hr {
    width: 100px;
    border: none;
    border-top: 0.5px solid #fff;
    height: 0;
}

.banner-left-bottom {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.banner-left-bottom span {
    color: #fff;
    font-family: 'Montserrat';
}

.banner-left-bottom span strong {
    color: #fff;
    font-weight: 600;
    font-family: 'EditorsNote Medium';
}

.banner-right {
    max-width: 400px;
    background: #fff;
    padding: 30px;
    margin-right: 10%;
}

.form-group {
    margin-bottom: 12px;
}

.form-group input,
.form-group select {
    width: 100%;
    height: 45px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding-left: 15px;
    color: #161C2D;
    font-size: 12px;
    margin-top: 4px;
}

.form-group input::placeholder,
.form-group select::placeholder {
    color: #808080;
    font-style: italic;
}

.form-group label {
    font-family: 'Montserrat';
    font-size: 12px;
    color: #000;
}

#sliderFormID {
    margin-top: 15px;
}

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

.form-img img {
    width: 100%;
    max-width: 130px;
    /* filter: invert(1); */
}

.form-group input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
}

.mort-check {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 20px 0;
    font-weight: 600;
}

.arrow {
    width: 24px;
    height: 24px;
    animation: bounce 1.5s infinite ease-in-out;
}

.arrow-wrap {
    border-bottom: 2px solid #191F1C;
    height: 33px;
    width: 15px;
    margin-right: 7px;
    margin-top: -9px;
}

.arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(8px);
    }
}

/* About Section */
#about {
    padding: 70px 0 55px;
    background-color: #EDE9DB;
    position: relative;
}

#about::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/bg-shape.png);
    z-index: 0;
    pointer-events: none;
}

.about-above-btns {
    margin-top: 10px;
}

.about-content {
    display: flex;
    padding-top: 8px;
    z-index: 1;
    position: relative;
}

.mob-only {
    display: none;
}

.desk-only-flex {
    display: none;
}

.about-left {
    width: 50%;
}

.about-right {
    width: 50%;
    padding-top: 22px;
}

.about-details {
    margin-top: 25px;
}

.about-details p:nth-child(3) {
    margin-bottom: 25px;
}

.about-details p {
    margin-bottom: 20px;
    padding-right: 60px;
}

#about .section-head {
    position: relative;
    padding-bottom: 25px;
}

#about .section-head h2 {
    max-width: 90%;
}

#about .section-head::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20px;
    height: 1px;
    background-color: #E3E0D6;
}

#about .register-btn img {
    filter: invert(1);
}

#about .register-btn:hover img {
    filter: none;
}

.about-right-item h3 {
    margin: 0;
    letter-spacing: 0;
}

.about-right-item {
    padding: 51px 0 50px 50px;
    position: relative;
}

.about-right-item p {
    font-size: 16px;
    margin-top: 10px;

}

.about-right-item:nth-child(1)::after,
.about-right-item:nth-child(2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background-color: #E3E0D6;
    width: 65%;
}

.about-right-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #E3E0D6;
    width: 1px;
    height: 165px;
    bottom: 19px;
}

/* amenities */
#amenities {
    /*margin-top: 80px;*/
    background-color: #EDE9DB;
}

#amenities .container-fluid {
    padding: 70px 0;
}

.amenities {
    /* background-color: #191F1C; */
    position: relative;
}

.amenities::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/bg-shape1.png);
    opacity: 0.7;
    z-index: 0;
    pointer-events: none;
}

.amenity-img img {
    width: 100%;
}

.amenities .call-to-action-btns {
    justify-content: center;
}

.amenities .call-to-action-btns a img {
    filter: invert(1);
}

.amenities .call-to-action-btns a:hover img {
    filter: invert(0);
}

.amenities .section-head {
    color: #fff;
    padding-left: 70px;
}

.amenity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    padding: 70px;
    position: relative;
    align-items: end;
}

.amenity-img {
    display: flex;
}

.amenity-grid-item {
    text-align: center;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.amenity-grid-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #85908a4a;
    width: 1px;
    height: 110px;
    bottom: 20px;
}

.amenity-grid-item:nth-child(1)::before,
.amenity-grid-item:nth-child(5)::before {
    display: none;
}

.amenity-grid-item:nth-child(1)::after,
.amenity-grid-item:nth-child(2)::after,
.amenity-grid-item:nth-child(3)::after,
.amenity-grid-item:nth-child(4)::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 0;
    background-color: #85908a4a;
    width: calc(100% - 40px);
    height: 1px;
    bottom: 0;
}

.amenity-grid-item:nth-child(1),
.amenity-grid-item:nth-child(2),
.amenity-grid-item:nth-child(3),
.amenity-grid-item:nth-child(4) {
    padding-bottom: 40px !important;
}

.amenity-grid-item p {
    color: #191F1C;
    font-size: 20px;
    letter-spacing: 2.51px;
    margin-top: 10px;
}

.amenity-grid-item img {
    width: 100%;
    max-width: 90px;
}

/* Slider section */
#slider-section {
    background-color: #828D87;
    position: relative;
}

#slider-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/bg-shape.png);
    z-index: 0;
}

#slider-section::after {
    content: "";
    position: absolute;
    width: 346px;
    height: 406px;
    bottom: 0;
    background-image: url(../images/gallery-shape.png);
    z-index: 0;
}

#slider-section .container {
    padding: 80px 15px 68px 15px;
    position: relative;
    z-index: 1;
}

#slider-section .section-head span,
#floorplan .section-head span {
    background-color: #FFFFFF14;
    color: #fff;
}

#slider-section .section-head h2,
#floorplan .section-head h2 {
    color: #fff;
}

.swiper-backface-hidden .swiper-slide {
    border-radius: 0;
}

.slider-top-sec {
    display: flex;
    justify-content: space-between;
}

.slider-top-sec nav {
    font-size: 35px;
    width: 50%;
}

.slider-top-right {
    width: 50%;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: flex-start;
}

.slider-top-right div {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    width: 234px;
}

.slider-top-right p:nth-child(1) {
    font-size: 20px !important;
    margin-bottom: 0;
    color: #23384F;
}

.slider-top-right p:nth-child(2) {
    margin-bottom: 0;
    color: #23384F;
}

.swiper {
    width: 90%;
    padding-right: 23%;
    /* Show part of next slide */
    overflow: hidden;
    margin-right: 0;
    margin-top: 30px;
}

.swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s;
}

.swiper-slide img {
    width: 100%;
    display: block;
}

.custom-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.nav-button {
    border: none;
}

.nav-button img {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.prev img {
    transform: rotate(180deg)
}

.slider-btns-sec {
    display: flex !important;
    margin-top: 30px;
    margin-right: 50px;
}

.see-more-sec {
    display: flex;
    align-items: center;
}

.see-more-sec span {
    font-size: 18px;
    color: #fff;
}

.see-more-sec hr {
    width: 135px;
    border-color: #fff;
    margin: 0 20px;
}

.carousel-container {
    display: none;
}

.carousel-container.active {
    display: block;
}

.tab-btn {
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    font-size: 1.8rem;
    padding-left: 0;
    color: #ffffff3d;
}

.nav-button {
    background: none;
}

.tab-btn.active {
    border-bottom-color: #fff;
    font-size: 1.5rem;
    color: #fff;
}

.slider-wrap {
    display: flex;
}

.slider-wrap .tabs {
    width: 16%;
    flex-direction: column;
    margin-top: 0;
}

.slider-section {
    width: 84%;
}

/* Paymentplan section */
#paymentplans {
    position: relative;
    padding: 76px 0 100px;
    background-color: #EDE9DB;
}

#paymentplans .container,
#floorplan .container,
#vist-area .container {
    position: relative;
}

#paymentplans::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/bg-shape.png);
    z-index: 0;
    pointer-events: none;
}

#paymentplans .section-head {
    text-align: center;
}

.payment-plan-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 10%;
    margin-top: 6rem;
}

.paymentplan-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.paymentplan-grid-item img {
    max-width: 100px;
    width: 100%;
}

.paymentplan-grid-item .pdf-icon {
    max-width: 100px;
    width: 100%;
}

.paymentplan-grid-item p {
    color: #3E2119;
    margin: 15px 0;
    text-align: center;
}

/* Video Section */
#videoArea {
    margin-top: 100px;
}

#videoArea .container-fluid {
    padding: 0;
}

#videoArea .section-head {
    padding-left: 70px;
}

.videoImage {
    position: relative;
    background-image: url(../images/video.jpg?v=2);
    height: 600px;
    background-size: cover;
    margin-top: 40px;
}

/* .videoImage:before {
    content: "";
    background-color: #215a9236;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
} */
.videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video-btn img {
    max-width: 100px;
    margin-top: 0 !important;
}

.videoImage img {
    width: 100%;
    margin-top: 45px;
    border-radius: 0;
}

.video-cta {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

/* Floorplans */
#floorplan {
    /*margin-top: 100px;*/
    position: relative;
    padding-top: 80px;
    padding-bottom: 35px;
    background-color: #828D87;
}

#floorplan .section-head {
    text-align: center;
}

#floorplan::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/bg-shape.png);
    z-index: 0;
    pointer-events: none;
}

#floorplan::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/floor-shape.png);
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 20px;
}

.tab {
    padding: 15px 35px;
    background: transparent;
    border: none;
    color: #ffffff61;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    transition: all 0.3s ease;
}

.tab:hover {
    color: #191F1C;
}

.tab.active {
    color: #fff;
    font-weight: 500;
}

.tab.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
}

.content {
    padding: 60px 40px;
}

.content .tab-content:nth-child(1) .floor-plan {
    background-image: url(../images/floorplan/1bedroom.png?v=1);
}

.content .tab-content:nth-child(2) .floor-plan {
    background-image: url(../images/floorplan/1bedroom.png?v=1);
}

.content .tab-content:nth-child(3) .floor-plan {
    background-image: url(../images/floorplan/1bedroom.png?v=1);
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.floor-section {
    display: grid;
    grid-template-columns: 1fr 38%;
    gap: 60px;
    align-items: center;
}

.floor-plan-container {
    position: relative;
}

.floor-plan {
    width: 100%;
    max-width: 673px;
    height: 346px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.floor-detail {
    display: flex;
    gap: 20px;
    align-items: center;
}

.floor-detail div:nth-child(1) {
    display: flex;
}

.floor-detail img {
    max-width: 56px;
}

.floor-detail p {
    line-height: 19px;
    color: #fff
}

.floor-detail nav {
    color: #fff;
    margin-top: 6px;
}

.floor-detail nav strong {
    color: #fff;
}

.floor-btn .register-btn {
    max-width: 300px;
    margin-top: 25px;
}

.floor-plan div a {
    max-width: 270px;
    position: absolute;
    width: 100%;
    left: 61%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.floor-info {
    text-align: left;
}

.resort-name {
    color: #8b4513;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.floor-title {
    font-size: 28px;
    color: #2c2c2c;
    margin-bottom: 30px;
    line-height: 1.3;
}


/* Map Area */

#location {
    margin-top: 130px;
}

/* ----------------------------------------- */
#location-map {
    background-color: #EDE9DB;
    padding: 70px;
    position: relative;
}

#location-map .section-head {
    display: block !important;
    margin-bottom: 35px;
}

#location-map .container {
    display: flex;
    position: relative;
}

#location-map::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    background-image: url(../images/bg-shape.png);
    z-index: 0;
    pointer-events: none;
}

.sidebar {
    width: 390px;
    background: white;
    padding: 35px;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    position: absolute;
    z-index: 1;
    right: 60px;
    top: 50%;
    transform: translate(0, -50%);
}

.slider-btns-mob {
    display: none !important;
}

.sidebar nav {
    font-size: 26px;
    margin-bottom: 28px;
    margin-top: 5px;
    color: #191F1C;
}

.location-btn {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background: #F4F3ED;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    text-align: left;
    position: relative;
    border: none;
}

.btn-content {
    display: flex;
    gap: 40px;
}

.btn-content span:nth-child(1) {
    white-space: nowrap;
    font-family: bold;
}

.btn-content span {
    color: #191F1C;
}

.location-btn:hover {
    background: #f8f9ff;
    transform: translateY(-2px);
}

.location-btn.active {
    background-color: #f4f3ed86;
}


#map {
    flex: 1;
    width: 100%;
    height: 700px;
    position: relative;
}

/* Force the Mapbox canvas to fill the container */
#map .mapboxgl-canvas {
    width: 100% !important;
    height: 100% !important;
}

#map .mapboxgl-canvas-container {
    width: 100% !important;
    height: 100% !important;
}

.location-card {
    position: absolute;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 0;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.location-card.show {
    opacity: 1;
    visibility: visible;
}

.location-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.location-card .card-content {
    padding: 15px;
}

.location-card h3 {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
}

.location-card .address {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.custom-marker {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #191F1C;
    border: 3px solid white;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.custom-marker:hover {
    transform: scale(1.2);
    background: #3451e0;
}

.custom-marker.active {
    background: #ff4757;
    transform: scale(1.3);
}

.additional-custom-marker {
    width: 100px;
    height: 90px;
    cursor: pointer;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
}

.additional-custom-marker:hover {
    transform: scale(1.1);
}

.additional-marker-logo {
    width: 60px;
    height: 30px;
    margin-top: 10px;
    object-fit: contain;
    z-index: 1;
    filter: invert(1);
}

.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right {
    display: none;
}

/* ------------------------------------------- */
.locations-grid {
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 50px;
    background: #fff;
}

.location-box {
    background: #f4f3ed8f;
    padding: 0 25px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 40px;
    max-width: 400px;

}

.location-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.1), transparent);
    transition: left 0.5s;
}

.location-box:hover::before {
    left: 100%;
}

.location-box:hover {
    transform: translateY(-5px);
    border-color: #161C2D;
}

.location-box h3 {
    color: #161C2D;
    font-size: 1rem;
    letter-spacing: 0;
    margin: 0;
    font-family: "Montserrat";
}

.locations-grid nav {
    font-size: 30px;
    margin-bottom: 30px;
}

.location-box p {
    color: #161C2D;
    line-height: 1.6;
    white-space: nowrap;
    font-weight: 600;
}

.location-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #95a5a6;
    font-size: 0.9rem;
}

.location-type {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}


/* Book Consultation */
#book-consultation {
    margin-top: 130px;
}

.book-section {
    display: flex;
}

.book-img {
    width: 45%;
}

.book-right {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}

.book-img img {
    width: 100%;
}

.book-right .call-to-action-btns {
    margin-top: 70px;
}



/* Form Section */
#vist-area {
    margin-top: 0;
    position: relative;
    padding-bottom: 37px;
}

#vist-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/bg-shape.png);
    z-index: 0;
    pointer-events: none;
}

#vist-area .container {
    padding: 60px 15px;
}

#vist-area .section-head {
    max-width: 550px;
}

#vist-area .section-head h2 {
    font-size: 2.5rem;
}

.below-form-text {
    display: none;
}

.form-container {
    display: flex;
    justify-content: space-between;
}

.visit-content {
    width: 35%;
    padding: 40px 0 0;
}

.visit-content .section-head h2 {
    display: none;
}

.visit-content .section-head p {
    display: none;
}

.footer-quote {
    width: 65%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer-quote img {
    width: 100%;
    margin-top: -102px;
    z-index: 12;
    position: relative;
    max-width: 530px;
}

.form-img-text {
    position: absolute;
    top: -92px;
    max-width: 244px;
    background-color: #85908A;
    color: #fff;
    padding: 17px;
    right: 37%;
    border-radius: 7px;
    text-align: left;
    z-index: 111;
}

.form-img-text p {
    color: #fff;
    margin-top: 14px;
    font-size: 14px;
}

.show-info {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Footer Bar */
#bottom-bar {
    background-color: #191F1C;
    display: flex;
    align-items: center;
    margin-top: 0;
    padding: 25px 0;
}

#bottom-bar p {
    text-align: center;
    color: #fff;
    font-size: 12px !important;
    margin-bottom: 0;
}

#bottom-bar p strong {
    color: #fff;
}

#bottom-bar p:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 10px;
}

#bottom-bar .container {
    text-align: center;
}

#bottom-bar a {
    margin-top: 10px;
    text-align: center;
    font-size: 12px !important;
    color: #fff;
    font-style: underline;
    text-decoration: underline;
}

/* Popup code */
.autoPopup {
    border-radius: 10px;
    padding: 40px;
    background: #fff;
    max-width: 500px;
    position: relative;
}

#contactPopup .section-head h2,
#brochurePopup .section-head h2 {
    font-size: 1.7rem;
    line-height: 1.3;
    text-align: center;
}

#contactPopup .section-head p,
#brochurePopup .section-head p {
    text-align: center;
}

.autoPopup-description {
    color: white;
    padding: 30px 45px 0px;
}

.autoPopup-description h3 {
    color: white;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.autoPopup-description p {
    margin: 0;
    color: white;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 15px;
}

.agent-wrap {
    display: flex;
    align-items: center;
}

.mt40,
.mt40-desk-only {
    margin-top: 40px;
}

.agent-wrap .agent-photo img {
    max-width: 115px;
    border-radius: 25px;
}

.agent-wrap .agent-contact {
    flex-basis: 215px;
    padding-left: 14px;
}

.agent-wrap .agent-contact p {
    margin: 0;
    line-height: 1.6;
}

.autoPopup-description p {
    color: white;
}

.agent-wrap .agent-contact a {
    color: white;
    text-decoration: none;
}

.autoPopup-form {
    background: white;
    border-radius: 30px;
}

.autoPopup .flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

#autoPop,
#brochureFormPopup {
    margin-top: 20px;
}

.mfp-close-btn-in .mfp-close {
    color: #000;
}

.about-below-btns {
    display: none;
}

.social-media-icon {
    position: fixed;
    bottom: -50px;
    max-width: 85px;
    right: 16px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 99;
    display: none;
}

.social-media-icon ul {
    list-style: none;
}

.social-media-icon ul li {
    width: 100%;
    float: left;
    position: relative;
    margin-left: 15px;
    margin-top: 11px;
    max-width: 62px;
}

.ion-android-call:before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/call.png);
    position: absolute;
    left: 18px;
    background-size: cover;
    top: 20px;
}

.ion-social-whatsapp-outline:before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/whatsapp.png);
    position: absolute;
    left: 18px;
    background-size: cover;
    top: 20px;
}

.social-media-icon ul li a {
    display: inline-flex;
    align-items: center;
    padding: 0px 10px;
    font-size: 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 2px 6px rgb(0, 0, 0, 0.1);
    transition: 0.8s all;
    margin: 5px 0;
    text-decoration: none;
    text-align: center;
}

.social-media-icon ul li .call-btn {
    background: #50afe4;
}

.social-media-icon ul li a .icon {
    font-size: 25px;
    width: 34px;
    height: 51px;
}

.icon {
    display: inline-block;
}

.social-media-icon ul li .whatsapp-btn {
    background: #25d366;
}

.whatsapp-btn::before {
    content: "";
    width: 58px;
    position: absolute;
    height: 50px;
    left: 0;
    animation: pulse 1.5s infinite;
    background-color: #25d366;
    border-radius: 10px;
}

.call-btn::before {
    content: "";
    width: 58px;
    position: absolute;
    height: 50px;
    left: 0;
    animation: pulse 1.5s infinite;
    background-color: #50afe4;
    border-radius: 10px;
}

.social-media-icon ul li a span {
    display: inline-flex;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 0;
    -webkit-transition: max-width 0.8s;
    overflow: hidden;
    font-size: 16px;
    margin-left: 5px;
}

/*.social-media-icon ul li a:hover span {*/
/*	max-width: 300px;*/
/*	transition: max-width 1.6s;*/
/*	-webkit-transition: max-width 1.6s;*/
/*}*/
.grecaptcha-badge {
    visibility: hidden;
}

@media (max-width: 1440px) {
    .banner-left {
        width: 69%;
    }

    .banner-right {
        width: 30%;
    }

    .banner-left nav {
        max-width: 85%;
        font-size: 3rem;
    }

    .banner-left p {
        max-width: 74%;
    }

    .videoImage {
        height: 35rem;
    }

    .show-info {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .form-img-text {
        right: 44%;
        top: -31px;
        max-width: 202px;
    }

    .footer-quote img {
        max-width: 454px;
    }

    #banner::before {
        width: 38%;
    }
}

@media (max-width: 1199px) {
    .banner-left nav {
        font-size: 2.5rem;
        max-width: 100%;
    }

    .banner-left .inner-logo {
        max-width: 120px;
    }

    .banner-left p {
        max-width: 100%;
    }

    .banner-left {
        width: 50%;
    }

    .banner-right {
        width: 50%;
    }

    .footer-quote img {
        max-width: 72%;
    }

    .payment-plan-grid {
        padding: 0 3rem;
    }

    .videoImage {
        height: 27rem;
    }
}

/* Responsive */
@media (max-width: 991px) {
    p {
        font-size: 14px;
    }

    .banner-right {
        display: none;
    }

    .register-btn {
        font-size: 12px;
    }

    .register-btn img {
        max-width: 13px;
    }

    .logo img {
        max-width: 130px;
    }

    .banner-left {
        padding-left: 0;
    }

    .banner-inner {
        justify-content: center;
    }

    #banner::before {
        width: 100%;
    }

    .banner-left p {
        text-align: center;
        width: 100%;
    }

    .banner-left .inner-logo {
        max-width: 145px;
    }

    .banner-left>div {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-right-item::before {
        display: none;
    }

    .videoImage {
        height: 27rem;
    }

    .about-details p {
        text-align: center;
    }

    .banner-left {
        justify-content: center;
        width: 100%;
    }

    .banner-left-bottom {
        display: none;
    }

    .about-right-item {
        text-align: center;
    }

    .about-right-item:nth-child(1)::after,
    .about-right-item:nth-child(2)::after {
        left: 50%;
        transform: translate(-50%);
    }

    .slider-top-sec {
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }

    .call-to-action-btns {
        justify-content: center;
    }

    #slider-section .container {
        padding: 62px 0 68px 0;
    }

    .slider-wrap .tabs {
        padding-top: 0rem;
    }

    .slider-wrap {
        flex-direction: column;
        align-items: center;
    }

    .about-content {
        display: flex;
        flex-direction: column;
    }

    .about-right {
        width: 100%;
    }

    .about-left {
        width: 100%;
    }

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

    .section-head h2 {
        font-size: 2rem;
        text-align: center;
    }

    .section-head p {
        text-align: center;
    }

    .content {
        padding: 60px 0;
    }

    .location-btn .btn-content {
        gap: 6px;
        flex-direction: column;
        align-items: center;
    }

    .location-btn .btn-content {
        text-align: center;
    }

    #location-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    #map {
        height: 450px;
    }

    .sidebar {
        width: calc(100% - 30px);
        right: 0;
        top: initial;
        transform: translate(0, 0);
        bottom: -356px;
        left: 15px;
    }

    .footer-quote img {
        margin-top: 0;
    }

    .payment-plan-grid {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }

    #location-map {
        height: 65rem;
    }

    .video-btn img {
        max-width: 60px;
    }

    .map {
        height: 68vh;
        background-repeat: no-repeat;
    }

    .locations-grid {
        grid-template-columns: 1fr 1fr;
        padding: 40px 0 0;
    }

    .location-btn {
        margin-bottom: 0;
    }

    .location-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }

    .location-box:nth-child(5) {
        grid-column: 1 / -1;
        /* Span both columns */
        justify-self: center;
        /* Center the box horizontally */
    }

    .location-box {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 14px;
    }

    .location-box h3 {
        margin: 0;
        font-size: 16px;
    }

    .location-box p {
        margin: 0;
        font-size: 16px;
    }

    .location-card {
        min-width: 254px;
        max-width: 260px;
    }

    #visitPop {
        margin-top: 33px;
    }

    .visit-content .section-head p {
        display: block !important;
    }

    .location-card h4 {
        font-size: 12px;
    }

    .header-menu {
        display: none;
    }

    #header .container {
        justify-content: center;
    }

    .location-card h3 {
        font-size: 1rem;
    }

    .video-cta {
        justify-content: center;
    }

    .map {
        background-position: 45%;
    }

    .book-section {
        flex-direction: column;
    }

    .book-img {
        width: 100%;
    }

    .book-right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .book-right .call-to-action-btns {
        margin-top: 30px;
        justify-content: center;
    }

    #faq {
        background-color: #fff;
        padding: 0;
    }

    #faq .section-head h2 {
        color: #000;
    }

    .faq-support,
    .faq-top .call-to-action-btns {
        display: none;
    }

    .faq {
        background-color: #FAFAFA;
    }

    .form-container {
        flex-direction: column-reverse;
    }

    .footer-quote .show-info {
        text-align: center;
    }

    .footer-quote {
        width: 100%;
        align-items: flex-end;
        justify-content: center;
    }

    #vist-area .section-head h2 {
        margin-top: 0;
    }

    .visit-content {
        width: 100%;
        padding: 0;
    }

    .visit-content .section-head h2 {
        display: block;
        font-size: 22px;
        margin-bottom: 30px;
    }

    #vist-area .container {
        background-color: #fff;
        padding: 45px 45px 0;
    }

    #vist-area .container>.section-head {
        display: none;
    }

    .visit-content .booking-form-area {
        padding: 60px;
        border-radius: 10px;
    }

    .below-form-text {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .desk-only {
        display: block;
    }

    .desk-only-flex {
        display: flex
    }

    .mob-only {
        display: none;
    }

    .mob-only-flex {
        display: none
    }
}

@media (max-width: 767px) {
    #banner {
        background-image: url(../images/banner-mob.jpg);
    }

    .header h1 {
        font-size: 2rem;
    }

    .map-container {
        height: 265px;
    }

    .locations-grid {
        padding: 20px;
        grid-template-columns: 1fr;
    }

    .banner-left .inner-logo {
        margin-bottom: 22px;
        max-width: 220px;
    }

    .mob-only {
        display: block;
    }

    .desk-only-flex {
        display: flex;
    }

    .desk-only {
        display: none;
    }

    .desk-only-flex {
        display: none;
    }

    .banner-bottom-sec p {
        display: none;
    }

    .banner-bottom-sec .container {
        justify-content: center;
    }

    #about .section-head::after {
        right: 0;
    }

    .about-details p {
        padding-right: 0;
    }

    #about .section-head h2 {
        max-width: 100%;
    }

    #header .call-to-action-btns {
        display: none;
    }

    #header .container {
        justify-content: center;
    }

    #header {
        height: 80px;
    }

    #videoArea,
    #location,
    #book-consultation,
    #faq,
    #vist-area,
    #bottom-bar {
        margin-top: 70px;
    }

    .about-right {
        padding-top: 15px;
    }

    .slider-btns-sec {
        display: none !important;
    }

    .about-right .about-right-item:nth-child(1) {
        padding-top: 0;
    }

    .about-above-btns {
        display: none;
    }

    .banner-left {
        align-items: flex-end;
        height: 35vh;
        width: 70%;
        padding-left: 0;
    }

    .about-right-item:nth-child(1)::after,
    .about-right-item:nth-child(2)::after {
        width: 100%;
    }

    .call-to-action-btns {
        flex-direction: column;
    }

    .floor-detail p {
        text-align: center;
    }

    .amenity-grid {
        padding: 40px 20px;
        grid-template-columns: 1fr 1fr;
    }

    .amenity-grid-item:nth-child(3):before,
    .amenity-grid-item:nth-child(7):before {
        display: none;
    }

    .about-below-btns {
        display: flex;
        align-items: center;
    }

    .banner-inner {
        align-items: flex-start;
    }

    .video-btn img {
        max-width: 40px;
    }

    .about-right-item {
        text-align: left;
        padding: 25px 0 25px 0;
    }

    .call-to-action-btns .black-bg {
        max-width: 250px;
    }

    #slider-section::after {
        width: 212px;
        height: 227px;
    }

    #floorplan::after {
        height: 58%;
    }

    .floor-plan div a {
        left: 50%;
        top: 50%;
    }

    .floor-plan {
        height: 178px;
    }

    .arrow-wrap {
        width: 15px;
        margin-top: -11px;
    }

    #videoArea .section-head {
        padding-left: 0;
    }

    .register-btn img {
        max-width: 15px;
    }

    #banner::before {
        width: 80%;
        left: 10.5%;
        height: 42vh;
        background: #ffffffe6;
    }

    .videoImage {
        height: 14rem;
    }

    .form-img-text p {
        margin-top: 11px;
        font-size: 10px;
        line-height: 14px;
    }

    .form-img-text {
        right: 53%;
        top: -42px;
        max-width: 165px;
    }

    .banner-bottom-sec .black-bg {
        border: none;
        font-size: 14px;
    }

    .banner-bottom-sec {
        margin-top: -200px;
        background-color: #191F1C00;
    }

    .section-head {
        text-align: left;
    }

    #videoArea .section-head,
    #paymentplans .section-head,
    #slider-section .section-head,
    #amenities .section-head,
    #location-map .section-head {
        text-align: center;
    }

    #videoArea .section-head h2,
    #paymentplans .section-head h2,
    #slider-section .section-head h2,
    #amenities .section-head h2,
    #floorplan .section-head h2,
    #location-map .section-head h2 {
        text-align: center;
    }

    #vist-area .section-head h2 {
        font-size: 1.7rem;
        text-align: center;
        margin-top: 35px;
    }

    .floor-section {
        grid-template-columns: 1fr;
    }

    .floor-detail {
        align-items: center;
        justify-content: center;
    }

    .amenities .call-to-action-btns {
        align-items: center;
    }

    .amenities .call-to-action-btns a {
        max-width: 250px;
    }

    .footer-quote img {
        max-width: 100%;
        padding-left: 102px;
    }

    .tab {
        padding: 13px 25px;
    }

    .floor-detail {
        flex-direction: column;
    }

    #location-map {
        padding: 70px 0;
    }

    #location-buttons {
        grid-template-columns: 1fr;
    }

    .sidebar p,
    .sidebar nav {
        text-align: center;
    }

    .sidebar {
        bottom: -515px;
    }

    #map {
        height: 350px;
    }

    .location-card {
        min-width: 180px;
        max-width: 180px;
        width: 180px;
        border-radius: 7px;
    }

    .location-card img {
        height: 108px;
    }

    .amenity-grid-item p {
        font-size: 13px;
    }

    .amenities .section-head {
        padding-left: 0;
    }

    .location-card .card-content {
        padding: 5px 10px;
    }

    .location-btn .btn-content {
        gap: 20px;
        flex-direction: row;
        text-align: left;
    }

    .floor-btn {
        display: flex;
        justify-content: center;
    }

    .section-head h2 {
        font-size: 1.6rem;
        text-align: left;
    }

    .about-details p {
        text-align: left;
    }

    .map {
        height: 30vh;
        background-size: cover;
    }

    #bottom-bar {
        height: auto;
        padding: 20px 0;
    }

    .location-card p {
        display: none;
    }

    #location-map {
        height: 70rem;
    }

    .location-card h3 {
        font-size: 11px;
    }

    .location-card h4 {
        font-size: 7px;
        margin-top: 3px;
    }

    .slider-btns-mob {
        margin-right: 0;
        display: flex !important;
    }

    .swiper {
        padding-right: 8%;
    }

    .slider-wrap .tabs {
        flex-direction: row;
        margin-top: 10px;
    }

    .slider-section {
        width: 100%;
    }

    .nav-button img {
        width: 30px;
    }

    .location-box {
        width: 100%;
        ;
    }

    .mfp-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .location-box p {
        font-size: 15px;
    }

    .location-box h3 {
        font-size: 15px;
    }

    .faq-top {
        justify-content: center;
    }

    .visit-content .section-head p {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .visit-content .booking-form-area {
        background-color: #fff;
        padding: 0;
    }

    #visitPop .form-group input,
    #visitPop .form-group select {
        background-color: #FAFAFA;
        border: none;
        border-bottom: 1px solid #57575773;
        border-radius: 0;
    }

    #slider-section .flex-btns .btn {
        width: 298px !important;
    }

    .see-more-sec hr {
        width: 46px;
    }

    .amenity-grid-item:nth-child(5)::after,
    .amenity-grid-item:nth-child(6)::after {
        content: '';
        position: absolute;
        left: 20px;
        right: 0;
        background-color: #85908a4a;
        width: calc(100% - 40px);
        height: 1px;
        bottom: 0;
    }
}