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

  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
-------------------------------------------------------------------------------*/

/* Luxury Color Palette Variables */
:root {
    --gradient-accent: linear-gradient(135deg, hsl(158 64% 25%), hsl(158 50% 35%));
    --gradient-copper: linear-gradient(135deg, hsl(158, 64%, 18%), hsl(158, 50%, 25%), hsl(34, 33%, 70%));
    --gradient-hero: linear-gradient(135deg, hsl(158 64% 18% / .9), hsl(158 64% 25% / .85));
    --gradient-luxury: linear-gradient(135deg, hsl(158, 64%, 18%), hsl(158, 64%, 25%), hsl(34, 33%, 79%));
    --gradient-metallic: linear-gradient(135deg, hsl(158, 64%, 18%), hsl(158, 50%, 30%), hsl(34, 33%, 79%));
    --gradient-primary: linear-gradient(135deg, hsl(158, 64%, 18%), hsl(158, 64%, 25%), hsl(158, 50%, 30%));
    --gradient-gold: linear-gradient(to right, rgb(255, 211, 66), rgb(140, 116, 37));
}

/* 1.1 General */

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

@font-face {
    font-family: 'Neue Montreal';
    src: url('../fonts/NeueMontreal-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

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

html {
    scroll-behavior: smooth;
}

h1,
.h1 {
    font-size: 3.428rem;
    line-height: 1.2;
    letter-spacing: -0.025em;
    margin: 0.5em 0;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-transform: uppercase;
    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: "Playfair Display", serif;
    letter-spacing: .065em;
    color: #3E2119;
}

h3,
.h3 {
    font-size: 2.142rem;
    font-family: "Playfair Display", serif;
    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: "Playfair Display", serif;
    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: "Playfair Display", serif;
    line-height: 1.1;
    letter-spacing: 0;
    color: #3E2119;
    margin: 2.6rem 0;
}

h6,
.h6 {
    font-weight: 600;
    font-size: 1.285rem;
    font-family: "Playfair Display", serif;
    line-height: 1.3333;
    letter-spacing: 0;
    color: #3E2119;
    margin: 2.6rem 0;
}

p {
    font-size: 1rem;
    font-family: 'Neue Montreal';
    line-height: 25px;
    color: #1B0F00;
}

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

li {
    font-family: 'Neue Montreal';
    font-weight: 400;
    letter-spacing: 0;
}

span {
    font-family: 'Neue Montreal';
}

button {
    font-family: 'Neue Montreal';
}

.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: 'Neue Montreal';
    font-weight: 600;
    color: #3E2119;
}

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

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

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

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

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

.section-head span {
    padding: 7px 24px;
    color: #092025;
    background: #DFD3C9;
    border-radius: 18px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

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

#topBar {
    background-color: #E7E5D9;
}

#topBar .container {
    display: flex;
    align-items: center;
    position: relative;
}

.top-bar-text-1 {
    background-color: #3B1414;
    color: #fff;
    padding: 20px 20px;
    margin-right: 16px;
    font-family: 'EditorsNote Regular';
}

.top-bar-text-2 {
    color: #000000;
}

#topBar .container::before {
    content: "";
    position: absolute;
    width: 63%;
    height: 1px;
    right: 0;
    top: 50%;
    background-color: #CBCBCB;

}

/* Banner Header Styles */
.banner-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 30px 0;
}

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

.banner-nav .nav-links {
    display: flex;
    list-style: none;
    gap: 45px;
    margin: 0;
    padding: 0;
}

.banner-nav .nav-links li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: opacity 0.3s ease;
    letter-spacing: 0.02em;
}

.banner-nav .nav-links li a:hover {
    opacity: 0.8;
}

.header-cta .cta-button {
    background: #1E1C23;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.header-cta .cta-button:hover {
    background: #2a2a2a;
}

.header-cta .cta-button svg {
    width: 18px;
    height: 18px;
}

#header {
    display: none;
    height: 100px;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
    background: #522713;
    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: #522713;
    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);*/
}

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

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

.register-btn {
    font-family: 'Neue Montreal';
    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: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    background: var(--gradient-primary);
}

.white-bg:hover {
    background: var(--gradient-gold);
    color: hsl(158, 64%, 18%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(158, 64, 25, 0.3);
}

.black-bg {
    background: var(--gradient-metallic);
    border: 1px solid transparent;
    transition: all 0.3s ease;
    color: #fff;
}

.black-bg:hover {
    background: var(--gradient-gold);
    color: hsl(158, 64%, 18%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(158, 64, 25, 0.3);
}

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

#banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--gradient-hero);
    z-index: 1;
}

@media (min-resolution: 192dpi) {
    #banner {
        width: 100%;
        background: url(../images/banner-retina.jpg) 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-section {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
}

.banner-left {
    max-width: 53%;
}

.banner-left nav img {
    margin-right: 5px;
}

.banner-left nav {
    color: #fff;
    font-family: 'Neue Montreal';
    display: flex;
    margin-top: 35px;
    align-items: center;
}

.banner-left nav span {
    color: #fff;
    margin-left: 4px;
}

.banner-inner {
    height: 57rem;
    padding: 140px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

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

/* Sticky Bottom Bar */
.sticky-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FAF9F5;
    z-index: 999;
    padding: 22px 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.sticky-bottom-bar.visible {
    transform: translateY(0);
}

.sticky-bottom-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 111;
    position: relative;
}

.bottom-bar-left {
    display: flex;
    align-items: center;
    flex: 1;
}

.bottom-bar-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.bottom-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.bottom-bar-logo {
    max-width: 115px;
    height: auto;
}

.bottom-bar-price {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
}

.bottom-bar-price strong {
    font-weight: 600;
    margin-left: 5px;
    color: #fff !important;
}

.bottom-bar-price strong span {
    color: #fff !important;
}

.bottom-bar-btn {
    background: #fff;
    color: #1A5864;
    padding: 14px 32px;
    border-radius: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: background 0.3s ease;
}

.sticky-bottom-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sticky-bottom-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 1;
}

.sticky-bottom-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 1;
}

/* Hide placeholder when video is loaded and playing */
.sticky-bottom-video[data-loaded="true"]~.sticky-bottom-placeholder {
    display: none;
}

.bottom-bar-btn:hover {
    background: #1A5864;
    color: #fff;
}

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

.banner-left h1 {
    font-size: 3.2rem;
    color: #fff;
    margin-bottom: 10px;
}

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

.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: "Playfair Display", serif;
}

.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: 'Neue Montreal';
}

.banner-left-bottom span strong {
    color: #fff;
    font-weight: 600;
    font-family: "Playfair Display", serif;
}

.banner-right {
    max-width: 400px;
    background: #F8F7F1;
    padding: 30px;
}

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    height: 45px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding-left: 15px;
    color: #161C2D;
    font-size: 12px;
    margin-top: 4px;
    font-family: 'Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.form-group textarea {
    height: auto;
    padding: 15px;
    resize: vertical;
}

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

.form-group label {
    font-family: 'Neue Montreal';
    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 #fff;
    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: #ECEFEF;
    position: relative;
}

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

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

.mob-only {
    display: none;
}

.about-left {
    width: 58%;
}

.about-right {
    width: 42%;
    padding-top: 22px;
    padding-left: 65px;
}

.about-right img {
    width: 100%;
}

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

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

.about-details p {
    margin-bottom: 20px;
    padding-right: 60px;
    color: #282828;
    opacity: 0.7;
}

/* Read More functionality - Mobile Only */
@media (max-width: 767px) {
    .about-details.collapsed p:not(:first-child) {
        display: none;
    }

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

    .read-more-link {
        display: inline-block;
        color: #8C6846;
        font-weight: 600;
        cursor: pointer;
        margin-top: 10px;
        text-decoration: none;
        font-size: 14px;
        transition: color 0.3s ease;
        border-bottom: 1px solid;
    }

    .read-more-link:hover {
        color: #522713;
    }

    .read-more-link.hidden {
        display: none;
    }

    .about-details p {
        transition: opacity 0.5s ease, transform 0.5s ease;
    }

    .about-details.expanding p:not(:first-child) {
        animation: fadeInSlide 0.6s ease forwards;
    }

    @keyframes fadeInSlide {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

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

.about-feat {
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #0000001A;
    margin-top: 50px;
    border-bottom: 1px solid #0000001A;
}

.feat-item img {
    width: 100%;
    max-width: 47px;
}

.feat-item-up {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feat-item-up nav {
    font-size: 20px;
    color: #092025;
    font-family: 'Neue Montreal';
}

.feat-item p {
    color: #282828;
    opacity: 0.7;
    margin-top: 11px;
}

.feat-item {
    padding: 0 20px;
}

.about-feat .feat-item:nth-child(2) {
    border-left: 1px solid #0000001A;
    border-right: 1px solid #0000001A;
}

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

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

#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 {
    width: 327px;
}

#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;*/
}

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

.amenities {
    background-color: #522713;
    position: relative;
}

.amenities::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/amen-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* 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 {
    background-color: #F8F7F1;
    border: 1px solid #3B1414;
}

.amenities .call-to-action-btns a:hover {
    background-color: #3B1414;
    border-color: #fff;
}

.amenities .section-head h2 {
    color: #fff;
    position: relative;
    z-index: 1;
}

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

.amenities .section-head span {
    color: #522713;
    background: #F5EEE8;
    position: relative;
    z-index: 1;
}

.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 10px;
}

.amenity-grid-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background-color: #F4F4F41A;
    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: #F4F4F41A;
    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: #fff;
    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: #ECEFEF;
    position: relative;
    padding: 60px 10px 70px 10px;
}

/* #slider-section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/bg-shape.png?v=2);
    z-index: 0;
} */
.slider-container {
    backdrop-filter: blur(10px);
}

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

.slider-tabs {
    margin-bottom: 30px;
    overflow: hidden;
}

.slider-tabs .tab {
    flex: 1;
    padding: 15px 25px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #3b14145e;
    transition: all 0.3s ease;
    position: relative;
}

.slider-tab.active {
    transform: translateY(-2px);
}

#slider-section .tab-content {
    margin-top: 20px
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.slider {
    display: flex;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* height: 400px; */
}

.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.slide:hover img {
    transform: scale(1.05);
}

.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.slide:hover .slide-overlay {
    transform: translateY(0);
}

.slide-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.slide-description {
    font-size: 14px;
    opacity: 0.9;
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.nav-arrow {
    border: none;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    background: transparent;
}

.nav-arrow img {
    width: 100%;
}

.nav-arrow:hover {
    transform: translateY(-2px);
}

.nav-arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.thumbnails {
    display: flex;
    gap: 10px;
    overflow: hidden;
    max-width: 50%;
    width: 100%
}

.thumbnail {
    /* width: 70px; */
    height: 70px;
    /* border-radius: 8px; */
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.thumbnail.active {
    opacity: 1;
    transform: scale(1.1);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.thumbnail:hover img {
    transform: scale(1.1);
}

.tab-content {
    display: none;
}

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

/* Tablet Responsive */
@media (max-width: 992px) {
    .banner-nav .nav-links {
        gap: 25px;
    }

    .banner-nav .nav-links li a {
        font-size: 14px;
    }

    .header-cta .cta-button {
        padding: 12px 20px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .slider-container {
        width: 95%;
        padding: 20px;
    }

    .slider {
        height: 250px;
    }

    .header-cta,
    .banner-left p {
        display: none;
    }




    .nav-arrow {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    /* Banner Header Mobile */
    .banner-header {
        padding: 20px 0;
    }

    .banner-nav .nav-links {
        display: none;
    }

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

    .header-cta .cta-button {
        padding: 12px 20px;
        font-size: 12px;
        gap: 8px;
    }

    .header-cta .cta-button svg {
        width: 16px;
        height: 16px;
    }

    /* Hide Sticky Bottom Bar on Mobile */
    .sticky-bottom-bar {
        display: none !important;
    }
}

/* Pre booking */
#pre-booking {
    position: relative;
    padding: 100px 0 100px;
}

#pre-booking .section-head {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#pre-booking .section-head h2 {
    max-width: 62%;
}

#pre-booking .call-to-action-btns {
    justify-content: center;
    margin-top: 30px;
}

#pre-booking .call-to-action-btns .register-btn {
    width: 300px;
}

.pre-booking-wrap {
    display: flex;
}

.pre-booking-img {
    width: 50%;
}

.pre-booking-img img {
    width: 100%;
}

.pre-booking-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pre-booking-grid {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 10%;
    margin-top: 4rem;
}

.pre-booking-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.pre-booking-grid-item:nth-child(2) {
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
}

.pre-booking-grid-item h3 {
    color: #3B1414;
    letter-spacing: 0;
    margin: 0 0 22px;
    text-align: center;
}

.pre-booking-grid-item p {
    text-align: center;
    color: #3E2119;
}

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

#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?v=2); */
    z-index: 0;
    pointer-events: none;
}

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

.payment-plan-grid {
    margin-top: 2rem;
    padding: 0 10%;
}

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

.paymentplan-grid-item-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #DBDBDB;
}

.paymentplan-grid-item-wrap>div:nth-child(1) {
    display: flex;
    gap: 20px;
    align-items: center;
}

.paymentplan-grid-item-wrap .call-to-action-btns {
    align-items: center;
}

.payment-plans-texts {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    align-items: center;
    gap: 20px;
}

.payment-plans-texts div span:nth-child(1) {
    font-family: 'EditorsNote Regular';
    font-size: 65px;
    color: #522713;
}

.payment-plans-texts div span:nth-child(2) {
    color: #522713;
}

.payment-plans-texts hr {
    width: 60px;
    height: 1px;
    border: none;
    background-color: #E3E0D6;
}

.payment-plans-texts div {
    display: flex;
    align-items: center;
    gap: 15px;
}

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

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

.paymentplan-grid-item p {
    color: #092025;
    margin: 15px 0;
}

.paymentplan-grid-item p strong {
    color: #092025;
    font-weight: 600;
}

/* Video Section */
#videoArea {
    margin-top: 100px;
    background: #ECEFEF;
    padding-top: 80px;
}

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

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

.videoImage {
    position: relative;
    background-image: url(../images/video.jpg);
    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: #F9F2EA; */
}

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

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

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

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

.tab:hover {
    color: #522713;
}

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

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

.content {
    padding: 60px 40px;
}

.content .tab-content:nth-child(1) .floor-plan {
    background-image: url(../images/1bed.jpg);
}

.content .tab-content:nth-child(2) .floor-plan {
    background-image: url(../images/1bed.jpg);
}

.content .tab-content:nth-child(3) .floor-plan {
    background-image: url(../images/1bed.jpg);
}

.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;
    background: white;
    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;
    margin-bottom: 7px;
    color: #522713;
}

.floor-detail nav {
    color: #522713;
}

.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;
}

/* Brochure */
#brochure-section {
    /* background: #FFFAF3; */
    padding-top: 60px;
    background-image: url('../images/brochure-bg.jpg');
    background-size: cover;
    background-position: center;
}

#brochure-section .container {
    display: flex;
}

#brochure-section .brochure-left {
    width: 50%;
    padding-bottom: 60px;
}

.brochure-img {
    width: 50%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.brochure-img img {
    max-width: 78%;
}

#brochure-section .section-head h2 {
    max-width: 78%;
    font-size: 2.2rem;
}

#brochure-section ul {
    list-style-type: none;
    margin-top: 40px;
    margin-bottom: 50px;
}

#brochure-section ul li {
    margin-top: 14px;
    display: flex;
    align-items: center;
    color: #522713;
}

#brochure-section ul li img {
    max-width: 16px;
    width: 100%;
    margin-right: 5px;
}


/* FAQ */
#faq {
    background-color: #FDFDFD;
    padding: 70px 0;
    position: relative;
}

/* #faq::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../images/bg-shape.png?v=2);
    z-index: 0;
    pointer-events: none;
} */
#faq .faq-con {
    border-radius: 7px;
    position: relative;
}

.faq {
    margin: 50px 0 0;
}

.faq-item {
    border-bottom: 1px solid #ccc;
}

.faq-question {
    cursor: pointer;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq .faq-item:last-child {
    border-bottom: none;
}

.faq-item.active .faq-answer {
    display: block;
    opacity: 0.7;
    color: #282828;
}

.faq-answer ul {
    margin: 10px 0 10px 20px;
}

.faq-question span {
    font-size: 17px;
}

.faq-icon {
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 15px 20px;
    line-height: 1.5;
    font-family: futura-pt, Helvetica, sans-serif;
    font-size: 15px;
    transition: max-height 0.4s ease;
    opacity: 0;
    font-family: 'optima';
}

.faq-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-support {
    display: flex;
    gap: 10px;
}

.support-img img {
    width: 100%;
    max-width: 22px;
}

.faq-support div nav:nth-child(1) {
    color: #062A34;
    font-family: 'optima bold';
}

.faq-support div nav:nth-child(2) {
    color: #062A34;
    font-family: 'optima';
    margin-top: 5px;
}

/* Map Area */

#location {
    margin-top: 130px;
}

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

#location-map {
    padding: 70px 0;
    position: relative;
    background: linear-gradient(0deg, #0E1A35, #0E1A35),
        linear-gradient(0deg, #0E2F36, #0E2F36);
}

#location-map .section-head h2 {
    color: #fff;
}

.map-wrap img {
    width: 100%;
    margin-top: 35px;
}

.nearby-locations {
    background: #F1F1F1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 42px 0;
    margin-top: -4px;
}

.nearby-location:not(:last-child) {
    border-right: 1px solid #0000001A;
}

.nearby-location p:first-child {
    font-size: 18px;
    font-weight: 500;
    color: #2F191F;
    text-align: center;
}

.nearby-location p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin-top: 10px;
}

/* 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;
    /* background-color: #FFFAF3; */
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}

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

#vist-area .section-head {
    /* max-width: 50%; */
}

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

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

.form-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.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: 45%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer-quote img {
    width: 100%;
    margin-top: 0;
    z-index: 12;
    position: relative;
}

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

#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: 40px;
    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 {
        max-width: 80%;
    }

    .banner-right {
        width: 30%;
    }

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

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

    .videoImage {
        height: 35rem;
    }
}

@media (max-width: 1280px) {
    .banner-section {
        padding-bottom: 0;
    }
}

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

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

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

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

    .banner-right {
        width: 50%;
    }

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

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

    .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: 95px;
    }

    .social-media-icon {
        bottom: -40px;
    }

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

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

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

    .brochure-img img {
        max-width: 100%;
    }

    .nearby-locations {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px 0;
    }

    #brochure-section .section-head h2 {
        max-width: 100%;
        text-align: left;
    }

    #brochure-section .call-to-action-btns {
        justify-content: flex-start !important;
    }

    .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;
    }

    #topBar .container::before {
        text-align: center;
    }

    .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%);
    }

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

    .amenity-grid {
        padding: 10px;
    }

    .about-feat .feat-item:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px solid #0000001A;
        border-bottom: 1px solid #0000001A;
    }

    .about-feat {
        padding: 0;
    }

    .feat-item {
        padding: 20px;
    }

    .about-feat {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

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

    .thumbnails {
        max-width: 61%;
    }

    .thumbnail {
        height: 47px;
    }

    .payment-plans-texts div span:nth-child(1) {
        font-size: 55px;
    }

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

    .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%;
        padding-left: 0;
    }

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

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

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

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

    .content {
        padding: 60px 0;
    }

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

    #location-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .location-btn {
        padding: 15px 20px;
    }

    .location-time {
        font-size: 15px;
        min-width: 85px;
    }

    .location-name {
        font-size: 13px;
    }

    .map-image-container {
        height: 450px;
        overflow: visible;
        display: flex;
        flex-direction: column;
    }

    .sidebar-desktop {
        display: none !important;
    }

    .sidebar-mobile {
        display: block !important;
    }

    #location-map .container {
        flex-direction: column;
    }

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

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

    .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;
        margin-top: 55px;
    }

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

    #faq .section-head>div span {
        color: #000;
    }

    #faq .section-head>div img {
        filter: invert(0);
    }

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

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

    .faq {
        background-color: #FAFAFA;
        margin-top: 30px;
        padding-top: 30px;
        padding-left: 20px;
    }

    .faq-item.active .faq-answer {
        color: #000;
    }

    .faq-question span {
        color: #000;
    }

    .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;
    }

    .footer-quote {
        display: none;
    }

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

    #vist-area .section-head {
        max-width: 100%;
    }

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

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

    .floor-plan {
        width: 100%;
        max-width: 100%;
        height: 250px;
    }

    #vist-area {
        margin-top: 77px;
    }

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

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

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

    .mob-only {
        display: none;
    }
}

@media (max-width: 767px) {
    .header h1 {
        font-size: 2rem;
    }

    #banner {
        background-image: url('../images/banner-mob.jpg');
    }

    #banner::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(261.49deg, rgba(0, 0, 0, 0) 21.46%, rgba(4, 17, 20, 0.7) 72.87%);
        z-index: 1;
    }

    .map-container {
        height: 265px;
    }

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

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

    .mob-only {
        display: block;
    }

    .desk-only {
        display: none;
    }

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

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

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

    .banner-left h1 {
        font-size: 2.4rem;
    }

    .banner-left .white-bg {
        color: #8C6846;
        border: 1px solid #fff;
        transition: background-color 0.3s ease;
        background-color: #fff;
        font-weight: 600;
    }

    .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;
    }

    .pre-booking-wrap {
        flex-direction: column;
    }

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

    .pre-booking-img {
        width: 100%;
    }

    .pre-booking-right {
        width: 100%;
        margin-top: 50px;
    }

    .slider-tabs {
        width: 100%;
        text-align: center;
    }

    .slider-tabs .tab {
        width: 44%;
    }

    .tabs {
        flex-direction: column;
    }

    .tab.active::after {
        max-width: 70%;
        margin: 0 auto;
    }

    .nearby-locations {
        grid-template-columns: 1fr 1fr;
    }

    .nearby-location:not(:last-child) {
        border-right: none;
    }

    .nearby-location:not(:last-child) {
        border-right: none;
    }

    .nearby-location:last-child {
        grid-column: 1 / -1;
        justify-self: center;
        max-width: 50%;
    }

    #brochure-section .section-head h2 {
        font-size: 1.6rem;
    }

    #brochure-section {
        padding-bottom: 60px;
    }

    .top-bar-text-1 {
        padding: 15px 13px;
        font-size: 14px;
        text-align: center;
        margin-right: 10px;
        width: 179px;
    }

    #topBar {
        display: none;
    }

    .thumbnail {
        height: 28px;
    }

    .paymentplan-grid-item-wrap {
        flex-direction: column;
        gap: 20px;
        padding: 35px 0;
    }

    .paymentplan-grid-item-wrap>div:nth-child(1) {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
    }

    .payment-plans-texts {
        flex-direction: column;
    }

    .pre-booking-grid .call-to-action-btns div {
        display: flex;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }

    .pre-booking-grid {
        padding: 0;
        margin-top: 1rem;
    }

    .slider-head-sec .call-to-action-btns {
        display: none;
    }

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

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

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

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

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

    .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;
        margin-top: 40px;
    }

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

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

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

    .brochure-img img {
        max-width: 75%;
    }

    .brochure-img {
        width: 100%;
        justify-content: center;
    }

    #brochure-section .container {
        flex-direction: column;
    }

    #brochure-section .brochure-left {
        width: 100%;
    }

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

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

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

    .videoImage {
        height: 14rem;
    }

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

    #paymentplans {
        margin-top: 50px;
        padding: 75px 0 75px;
    }

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

    .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.5rem;
        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%;
    }

    .tab {
        padding: 13px 25px;
    }

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

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

    #location-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

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

    .sidebar-desktop {
        display: none !important;
    }

    .sidebar-mobile {
        display: block !important;
    }

    .map-image-container {
        overflow: visible;
        display: flex;
        flex-direction: column;
    }

    .location-btn {
        padding: 15px;
    }

    .location-time {
        font-size: 14px;
        min-width: 75px;
    }

    .location-name {
        font-size: 12px;
    }

    .map-image-container {
        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: 15px;
    }

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

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

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

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

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

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

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

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

    .location-card p {
        display: none;
    }

    .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 {
        padding: 0;
    }

    #faq {
        margin-top: 37px !important;
    }

    #vist-area {
        margin-bottom: 0;
    }

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

    #bottom-bar {
        margin-top: 0 !important;
    }

    #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: #F4F4F41A;
        width: calc(100% - 40px);
        height: 1px;
        bottom: 0;
    }
}

/* -------Scroll Down Button------- */
.scroll-down-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.scroll-down-btn:hover {
    transform: translateX(-50%) translateY(5px);
}

.scroll-down-btn:hover .scroll-icon {
    opacity: 0.8;
}

.scroll-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scrollBounce 2s infinite;
}

.scroll-icon svg {
    width: 32px;
    height: 32px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.scroll-text {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    font-family: 'Neue Montreal', sans-serif;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@keyframes scrollBounce {

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

    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Scroll Button */
@media (max-width: 991px) {
    .scroll-down-btn {
        bottom: 30px;
    }

    .scroll-icon svg {
        width: 28px;
        height: 28px;
    }

    .scroll-text {
        font-size: 12px;
        letter-spacing: 2.5px;
    }
}

@media (max-width: 767px) {
    .scroll-down-btn {
        bottom: 25px;
    }

    .scroll-icon svg {
        width: 26px;
        height: 26px;
    }

    .scroll-text {
        font-size: 11px;
        letter-spacing: 2px;
    }
}

@media (max-width: 480px) {
    .scroll-down-btn {
        bottom: 20px;
    }

    .scroll-icon svg {
        width: 24px;
        height: 24px;
    }

    .scroll-text {
        font-size: 10px;
        letter-spacing: 1.5px;
    }
}