.elementor-13 .elementor-element.elementor-element-f5d3b7c{--display:flex;}.elementor-13 .elementor-element.elementor-element-df34d93{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e1e47a4 *//* Corporate Colour Scheme: Primary = White, Accent = #111834, Buttons = #9ed343 */
:root {
  --clr-primary: #ffffff;
  --clr-accent: #111834;
  --clr-button: #9ed343;
  --ff-base: "Roboto", sans-serif;
}

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  font-family: var(--ff-base);
  background-color: var(--clr-primary);
  color: var(--clr-accent);
  line-height: 1.6;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Remove extra gaps between sections */
section {
  padding: 20px 0;
  margin: 0;
}

/* Layout Grid */
.lp-layout {
  display: grid;
  grid-template-columns: 78% 22%;
  grid-template-areas:
    "nav sidebar"
    "banner sidebar"
    "main ."
    "footer .";
}
@media (max-width: 992px) {
  .lp-layout {
    display: block;
  }
}

/* NAVIGATION */
nav {
  grid-area: nav;
  background-color: var(--clr-accent);
  border-bottom: 2px solid var(--clr-accent);
  padding: 10px 0;
}
.navbar-brand img {
  max-height: 50px;
}
.navbar-nav .nav-link {
  color: var(--clr-primary) !important;
  margin: 0 8px;
  font-weight: 500;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--clr-primary) !important;
  border-bottom: 2px solid var(--clr-accent);
}

/* BANNER */
.banner {
  grid-area: banner;
  position: relative;
  overflow: hidden;
}
.banner .glide__slides {
  list-style: none;
}
.banner img {
  width: 100%;
  height: auto;
}

/* INFO BOX */
.info-box {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: var(--clr-accent);
  color: var(--clr-primary);
  padding: 15px;
  border-radius: 6px;
  max-width: 320px;
}
.info-box .status {
  display: inline-block;
  background-color: var(--clr-button);
  color: var(--clr-accent);
  padding: 4px 8px;
  border-radius: 4px;
}
.info-box h1, .info-box h2, .info-box h3 {
  margin: 5px 0;
}
.info-box ul {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.info-box ul li {
  border-top: 1px solid var(--clr-primary);
  margin-top: 5px;
  padding-top: 5px;
}

/* SIDEBAR */
sidebar {
  grid-area: sidebar;
  background-color: var(--clr-accent);
  color: var(--clr-primary);
  padding: 10px;
}
@media (max-width: 992px) {
  sidebar {
    display: none;
  }
}
.og-wrapper a {
  text-decoration: none;
  color: var(--clr-primary);
}

/* SECTION HEADINGS */
.section-heading {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: var(--clr-accent);
  margin-bottom: 15px;
}
.section-heading::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: var(--clr-accent);
}

/* OFFERS LIST */
.offers {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.offers li {
  border-top: 1px solid #ccc;
  margin-top: 5px;
  padding-top: 5px;
}

/* IMAGE BLOCKS */
.bd-img {
  position: relative;
  width: 90%;
  height: 200px;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  margin: 0 auto;
}
.bd-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BUTTONS */
.btn-cta {
  background-color: var(--clr-button);
  color: var(--clr-primary);
  border: none;
  border-radius: 6px;
  padding: 8px 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-cta:hover {
  background-color: #85bd38;
}

/* MOBILE FOOTER CTA */
.mob-ft-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--clr-accent);
  color: var(--clr-primary);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 10px 0;
  z-index: 9999;
}
.mob-ft-cta a {
  color: var(--clr-primary);
  text-decoration: none;
  font-size: 16px;
  padding: 0 10px;
  border-right: 1px solid #333;
}
.mob-ft-cta a:last-child {
  border-right: none;
}

/* FORMS */
.enq-form .form-control {
  border: 2px solid #ccc;
  border-radius: 6px;
  padding: 6px 10px;
}
.enq-form .btn-cta {
  background-color: var(--clr-button);
  color: var(--clr-primary);
}

/* POP-FORM MODAL */
.pop-form {
  background-color: var(--clr-primary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.pop-form .modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.pop-form .modal-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--clr-accent);
}

/* NEW SECTIONS */

/* Area of Highlights */
#area-highlights {
  background-color: var(--clr-primary);
  text-align: center;
}
#area-highlights p {
  font-size: 1.1rem;
}

/* Master Plan Layout */
#master-plan {
  background-color: var(--clr-primary);
  text-align: center;
}
#master-plan .bd-img {
  height: 300px;
}

/* Unit Plan Layouts */
#unit-plans {
  background-color: var(--clr-primary);
  text-align: center;
}
#unit-plans .row img {
  border-radius: 8px;
}

/* Price Plans */
#price-plans {
  background-color: var(--clr-primary);
  text-align: center;
}
.price-block {
  padding: 15px;
  border: 1px solid var(--clr-accent);
  border-radius: 8px;
  margin: 10px;
}
.price-block h4 {
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.price-block h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}
.price-block h6 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--clr-accent);
}

/* Amenities */
#amenities {
  background-color: var(--clr-primary);
  text-align: center;
}
#amenities .row > div {
  margin-bottom: 15px;
}

/* Project Gallery */
#gallery {
  background-color: var(--clr-primary);
}
#gallery .row img {
  border-radius: 8px;
}

/* Location Advantage & Connectivity */
#location-advantage {
  background-color: var(--clr-primary);
}
#location-advantage h4 {
  color: var(--clr-accent);
}
#location-advantage ul {
  list-style: disc;
  margin-left: 20px;
}

/* FOOTER */
footer {
  grid-area: footer;
  background-color: var(--clr-accent);
  color: var(--clr-primary);
  text-align: center;
  padding: 20px 0;
}
footer a {
  color: var(--clr-primary);
  text-decoration: none;
}
footer a:hover {
  color: var(--clr-button);
}

/* GLIDE ARROWS */
.glide__arrow {
  background-color: rgba(0,0,0,0.5);
  color: var(--clr-primary);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .lp-layout {
    display: block;
  }
  .info-box {
    position: static;
    margin: 10px;
    max-width: 95%;
  }
  .bd-img {
    width: 100%;
    height: 200px;
  }
  sidebar {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f5d3b7c *//* New Color Variables */
:root{
    --ff-base: "Roboto", serif;
    --ff-base-size: 16px;
    --ff-base-line-height: 1.6;
    --ff-letter-spacing: 0.3px;
    /* Brand colours */
    --clr-dark: #111834;      /* For header, footer, nav backgrounds */
    --clr-green: #9ed343;     /* Accent for buttons, CTAs */
    --clr-purple: #585fad;    /* Used in gradients for main sections */
    --clr-light: #ffffff;     /* White for text on dark backgrounds */
}

@media screen and (min-width: 1150px) and (max-width: 1950px) {
    :root{
        --ff-base-size: calc(0.85vw + 1px);
    }
}

html{
    scroll-behavior: smooth;
}

body{
    font-size: var(--ff-base-size);
    line-height: var(--ff-base-line-height);
    letter-spacing: var(--ff-letter-spacing);
    background-color: var(--clr-light); /* Overall page background white */
    color: var(--clr-dark);
}

html.pg-loaded body{
    font-family: var(--ff-base);
}

:target { 
    scroll-margin-block: 5ex; 
}

/* Section Base Styles */
main section,
footer section{
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, var(--clr-green), var(--clr-purple));
    padding: 20px;
    overflow-x: hidden;
    color: var(--clr-light);
}

main section:not(:first-child){
    margin-block: 15px;
}

@media screen and (min-width: 1150px) and (max-width: 1950px) {
    main section,
    footer section{
        padding: calc(2vw + 1px) calc(5vw + 1px);
    }
    main section:not(:first-child){
        margin-block: calc(1.2vw + 1px);
    }
}

main section p,
footer section p{
    text-align: justify;
}

main section p:last-child{
    margin-bottom: 0;
}

.section-heading{
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: var(--clr-green);
    margin-bottom: 20px;
}

.section-heading::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    background-color: var(--clr-dark);
}

@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .section-heading{
        font-size: calc(1.6vw + 1px);
        margin-bottom: calc(1.6vw + 1px);
    }
    .section-heading::before{
        bottom: calc(-0.8vw + 1px);
        height: calc(0.15vw + 1px);
        width: calc(3vw + 1px);
    }
}

main section.light{
    background: linear-gradient(135deg, var(--clr-green), var(--clr-purple));
}

main section.primary{
    background: var(--clr-green);
    color: var(--clr-light);
}

main section.primary .section-heading{
    color: var(--clr-light);
}

main section.primary .section-heading::before{
    background-color: var(--clr-light);
}

/* CTA Buttons – Solid Background (No Gradient) */
.btn-cta{
    background-color: var(--clr-green);
    color: var(--clr-light);
    font-size: 15px;
    border-radius: 10px;
    padding: 4px 15px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    transition: background 300ms;
}
.btn-cta:hover,
.btn-cta:focus{
    background-color: var(--clr-green);
}

/* Image Blocks */
.bd-img{
    position: relative;
    width: 95%;
    height: 180px;
    border-radius: 0 50px 0 50px;
    overflow: hidden;
}
.bd-img::before{
    content: '';
    position: absolute;
    width: 95%;
    height: 90%;
    top: 15%;
    right: -3%;
    border: 2px solid var(--clr-dark);
    border-radius: inherit;
    z-index: -1;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .bd-img{
        height: calc(17.5vw + 1px);
    }
}
.bd-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
}
.bd-img.blur{
    border: 2px solid rgba(0,0,0,0.3);
}
.bd-img.blur img{
    filter: blur(2px);
}
.bd-img .cta-text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    background-color: rgba(0,0,0,0.5);
    color: var(--clr-light);
    font-weight: 400;
    padding: 10px;
    z-index: 2;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .bd-img .cta-text{
        font-size: calc(1.4vw + 1px);
        padding: calc(0.75vw + 1px);
    }
}

/* PG Tabs */
.pg-tabs .nav-pills{
    gap: 5px;
}
.pg-tabs .nav-item .nav-link{
    border-radius: 10px 10px 0 0;
    background-color: var(--clr-green);
    color: var(--clr-light);
    padding: 4px 12px;
    letter-spacing: 1.1px;
    font-weight: 500;
    border: 2px solid var(--clr-dark);
    border-bottom: none;
}
.pg-tabs .nav-item .nav-link.active{
    color: var(--clr-green);
    background-color: transparent;
    font-weight: 700;
}
.pg-tabs .tab-content{
    border: 2px solid var(--clr-dark);
    border-radius: 0 0 10px 10px;
    padding: 15px;
}
.pg-tabs .tab-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.pg-tabs .tab-content ul li i{
    color: var(--clr-green);
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .pg-tabs .nav-pills{
        gap: calc(0.5vw + 1px);
    }
    .pg-tabs .nav-item .nav-link{
        padding: calc(0.4vw + 1px) calc(1.2vw + 1px);
    }
    .pg-tabs .tab-content{
        border-radius: 0 0 calc(1vw + 1px) calc(1vw + 1px);
        padding: calc(1.85vw + 1px);
    }
    .pg-tabs .tab-content ul{
        gap: calc(1vw + 1px);
        grid-template-columns: repeat(2, 1fr);
    }
}
.oo-tabs.pg-tabs .tab-content{
    border: none;
}
.oo-tabs.pg-tabs .nav-item .nav-link{
    border: 2px solid var(--clr-dark);
    border-radius: 10px;
}
.pg-tabs .tab-content .glide ul{
    display: flex;
}
.pg-tabs .tab-content .glide .glide__slide{
    padding: 30px 15px;
}

/* Accordion */
.accordion-button{
    color: var(--clr-green);
    font-weight: 600;
}
.accordion-button:not(.collapsed){
    background-color: var(--clr-green);
    color: var(--clr-light);
    letter-spacing: 1.1px;
    font-weight: 500;
    border: 2px solid var(--clr-dark);
    border-bottom: none;
}
.accordion-body ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.accordion-body ul li i{
    color: var(--clr-green);
}

/* Layout */
@media screen and (min-width: 800px) {
    .lp-layout{
        display: grid;
        grid-template-columns: 78% 22%;
        grid-template-areas: 
            "nav sidebar"
            "banner sidebar"
            "main ."
            "footer .";
    }
}
@media screen and (min-width: 1150px) {
    .lp-layout{
        grid-template-columns: 82% 18%;
    }
}

/* Navigation */
nav{
    grid-area: nav;
    height: var(--nav-height, 80px);
    background-color: var(--clr-dark);
    color: var(--clr-light);
    overflow: hidden;
    transition: all 300ms;
    z-index: 1050;
}
nav:has(.navbar-collapse.show){
    height: auto;
}
.main-navbar .navbar-nav{
    width: 100%;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}
.main-navbar .logo{
    max-width: 250px;
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.main-navbar .nav-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 6px 20px;
    transition: all 300ms;
    color: var(--clr-light);
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link:focus,
.main-navbar .nav-link.active{
    color: var(--clr-green);
    font-weight: 700;
    border-bottom: 3px solid var(--clr-green);
}
@media screen and (min-width: 800px) {
    .navbar{
        position: sticky;
        top: 0;
        z-index: 15;
    }
    .main-navbar .logo{
        min-width: 150px;   
        max-width: calc(17vw + 1px);
        height: calc(var(--nav-height, 80px) - 5px);
        margin-right: calc(2vw + 1px);
    }
    .main-navbar .nav-link{
        gap: calc(0.2vw + 1px);
        padding: calc(0.3vw + 1px) calc(2vw + 1px);
        font-size: calc(1vw + 1px);
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .main-navbar .nav-link{
        font-size: calc(0.85vw + 1px);
    }
}

/* Banner */
.banner{
    grid-area: banner;
    position: relative;
}
.banner,
.banner .glide__slide img{
    display: block;
    width: 100%;
    aspect-ratio: 1400/800;
}
@media screen and (min-width: 800px){
    .banner,
    .banner .glide__slide img{
        height: calc(100dvh - var(--nav-height, 80px));
    }
}

/* Info Box */
.info-box{
    background-color: var(--clr-dark);
    padding: 10px 10px 20px;
    text-align: center;
    color: var(--clr-light);
}
.info-box .status{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
    background-color: var(--clr-green);
    color: var(--clr-dark);
    padding: 4px 15px;
    min-width: 60%;
    max-width: 90%;
    border: 2px solid rgba(0,0,0,0.5);
    border-bottom: none;
}
.info-box .mb-box{
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 20px;
    padding-top: 15px;
    overflow: hidden;
}
.info-box .mb-box h1{
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.info-box .mb-box h2{
    font-weight: 600;
    font-size: 20px;
}
.info-box .mb-box h3{
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
}
.info-box .mb-box ul{
    list-style: none;
    background-color: var(--clr-green);
    color: var(--clr-dark);
    margin: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.info-box .mb-box ul li:not(:first-child){
    border-top: 1px solid var(--clr-dark);
    padding-top: 5px;
}
.info-box .mb-ext-box{
    padding-top: 15px;
}
.info-box .mb-ext-box h4{
    font-weight: 600;
    font-size: 18px;
}
.info-box .mb-ext-box h5{
    font-weight: 500;
    font-size: 30px;
    margin: 10px 0 20px;
    color: var(--clr-green);
}
.info-box .mb-ext-box h5 small{
    font-size: 22px;
}
.info-box .mb-ext-box h6{
    font-weight: 500;
    font-size: 15px;
    margin-top: 20px;
}
@media screen and (min-width: 800px){
    .info-box{
        position: absolute;
        top: 0;
        left: 0;
        width: 350px;
        padding: calc(1vw + 1px);
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .info-box{
        width: calc(24vw + 1px);
    }
    .info-box .status{
        font-size: calc(1vw + 1px);
        border-radius: calc(0.5vw + 1px) calc(0.5vw + 1px) 0 0;
        padding: calc(0.2vw + 1px) calc(0.8vw + 1px);
    }
    .info-box .mb-box h1{
        font-size: calc(1.9vw + 1px);
    }
    .info-box .mb-box h2{
        font-size: calc(1.2vw + 1px);
    }
    .info-box .mb-box h3{
        font-size: calc(0.9vw + 1px);
    }
    .info-box .mb-box ul{
        padding: calc(0.5vw + 1px);
        gap: calc(0.2vw + 1px);
    }
    .info-box .mb-ext-box{
        padding-top: calc(1vw + 1px);
    }
    .info-box .mb-ext-box h4{
        font-size: calc(1.1vw + 1px);
    }
    .info-box .mb-ext-box h5{
        font-size: calc(1.8vw + 1px);
        margin: calc(0.4vw + 1px) 0 calc(1vw + 1px);
    }
    .info-box .mb-ext-box h5 small{
        font-size: calc(1.3vw + 1px);
    }
    .info-box .mb-ext-box h6{
        font-size: calc(0.75vw + 1px);
        margin-top: calc(1vw + 1px);
    }
}

/* Main */
main{
    grid-area: main;
}

/* Overview */
#overview .section-heading{
    text-align: center;
    display: block;
}
@media screen and (min-width: 800px) {
    #overview .section-heading{
        text-align: unset;
        display: inline-block;
    }
}

/* Highlights */
.highlight-2{
    --highlights-height: 270px;
}
.highlight-2 .bd-img img{
    width: 100%;
    height: calc(var(--highlights-height) + 28%);
    object-fit: cover;
    object-position: center;
    border-radius: 0 50px 0 50px;
}
.highlight-2 .bd-img::before{
    height: calc(var(--highlights-height) + 18%);
}
.highlight-2 .highlights-list{
    background-color: var(--clr-dark);
    height: var(--highlights-height);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
}
.highlight-2 .highlights-list .point{
    display: flex;
    gap: 15px;
    align-items: center;
}
.highlight-2 .highlights-list .point i{
    color: var(--clr-green);
    font-size: 150%;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .highlight-2 .highlights-list{
        gap: calc(0.8vw + 1px);
    }
}
.highlight-2 .highlights-list::-webkit-scrollbar {
  width: 8px;
}
.highlight-2 .highlights-list::-webkit-scrollbar-track {
  background: linear-gradient(to right, transparent 30%, var(--clr-base) 40%, transparent 30%);
  margin-top: 20px;
  margin-bottom: 20px;
}
.highlight-2 .highlights-list::-webkit-scrollbar-thumb {
  background: var(--clr-green);
}
.highlight-2 .highlights-list::-webkit-scrollbar-thumb:hover {
  background: var(--clr-purple);
}

/* Price */
.price-block{
    position: relative;
    background-color: var(--clr-dark);
    padding: 15px 8px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid var(--clr-base);
    display: grid;
    gap: 5px;
    color: var(--clr-light);
}
.price-block h4{
    font-size: 22px;
    font-weight: 700;
}
.price-block h5{
    font-size: 18px;
    font-weight: 400;
}
.price-block h6{
    font-size: 22px;
    font-weight: 700;
    color: var(--clr-green);
}
.price-block h6 small{
    font-size: 14px;
}
.price-block button{
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px;
    min-width: 85%;
    background-color: var(--clr-green);
    border: none;
    color: var(--clr-light);
    border-radius: 10px;
    cursor: pointer;
}
.price-slider-s-block .glide__slide{
    padding-bottom: 30px;
}
@media screen and (min-width: 800px) {
    .price-block button{
        bottom: calc(-1vw + 1px);
        padding: calc(0.25vw + 1px) calc(1vw + 1px);
        min-width: 90%;
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .price-block{
        padding: calc(0.85vw + 1px) calc(0.3vw + 1px) calc(1.75vw + 1px);
        border-radius: calc(1.5vw + 1px);
        gap: calc(0.2vw + 1px);
    }
    .price-block h4,
    .price-block h6{
        font-size: calc(2vw + 1px);
    }
    .price-block h5{
        font-size: calc(1.4vw + 1px);
    }
    .price-block h6 small{
        font-size: calc(1.4vw + 1px);
    }
    .price-block button{
        bottom: calc(-1vw + 1px);
        padding: calc(0.25vw + 1px) calc(1vw + 1px);
        min-width: 70%;
    }
}

/* Amenities */
.amenities-block-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.amenities-block-wrapper a{
    position: relative;
    text-decoration: none;
    color: inherit;
}
.amenities-block-wrapper a .amenity-name{
    position: absolute;
    bottom: 15px;
    left: 0;
    background-color: var(--clr-dark);
    padding: 5px 20px 5px 10px;
    border-top-right-radius: 30px;
    font-weight: 500;
    color: var(--clr-light);
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .amenities-block-wrapper{
        gap: calc(2vw + 1px);
    }
    .amenities-block-wrapper a .amenity-name{
        bottom: calc(1.2vw + 1px);
        padding: calc(0.3vw + 1px) calc(1.25vw + 1px) calc(0.3vw + 1px) calc(0.85vw + 1px);
    }
}

/* Gallery */
.gallery-img{
    display: block;
    text-decoration: none;
}
.gallery-img img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 0 30px 0 30px;
    border: 1px solid rgba(0,0,0,0.2);
}
#gallery.pg-tabs .tab-content .glide .glide__slide{
    padding: 0;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .gallery-img img{
        height: calc(12.5vw + 1px);
    }
}

/* Location Map */
.bd-iframe iframe{
    border-radius: 0 50px 0 50px;
    width: 100%;
    height: 180px;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .bd-iframe iframe{
        height: calc(17.5vw + 1px);
    }
}

/* Sidebar */
sidebar{
    grid-area: sidebar;
    background-color: var(--clr-dark);
    color: var(--clr-light);
}
@media screen and (min-width: 800px) {
    sidebar{
        position: sticky;
        top: 0;
        z-index: 2;
    }
}
.og-wrapper{
    display: none;
}
@media screen and (min-width: 800px) {
    .og-wrapper{
        display: block;
    }
}
.og-wrapper .og-links{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: var(--clr-green);
    color: var(--clr-dark);
}
.og-wrapper .og-links a{
    width: 100%;
    text-decoration: none;
    font: inherit;
    color: inherit;
    text-align: center;
    padding: calc(0.6vw + 1px) calc(0.3vw + 1px);
    font-size: calc(0.75vw + 1px);
}
.og-wrapper .og-links a:not(:first-child){
    border-left: 2px solid rgba(255,255,255,0.3);
}
.og-wrapper .og-links a:hover{
    background-color: var(--clr-purple);
}
.og-open-links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(1vw + 1px);
    padding: calc(0.75vw + 1px) calc(1vw + 1px);
}
.og-open-links .btn-wp-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(1.5vw + 1px);
    background-color: var(--clr-green);
    color: var(--clr-light);
    border-radius: 50%;
    width: calc(2.2vw + 1px);
    height: calc(2.2vw + 1px);
}
.og-open-links .btn-wp-icon:hover,
.og-open-links .btn-wp-icon:focus{
    background-color: var(--clr-purple);
    color: var(--clr-light);
}
sidebar .section-heading{
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    sidebar .section-heading{
        font-size: calc(1.3vw + 1px);
        margin-top: calc(1.5vw + 1px);
        margin-bottom: calc(0.5vw + 1px);
    }
}

/* Forms */
.enq-form{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.enq-form .form-control{
    font-size: 16px;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 6px 15px;
}
.enq-form .consent .form-check-label{
    font-size: 11px;
}
.enq-form .consent input[type="checkbox"] {
  filter: grayscale(1) opacity(0.5);
}
.enq-form .btn-wrapper{
    text-align: center;
    margin-top: 10px;
}
sidebar .enq-form,
.enqPopup .enq-form{
    gap: 8px;
    padding: 10px;
}
.enqPopup .enq-form .btn-wrapper{
    margin-top: 0;
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .enq-form{
        gap: calc(1vw + 1px);
    }
    .enq-form .form-control{
        font-size: calc(1vw + 1px);
        border-radius: calc(0.6vw + 1px);
        padding: calc(0.6vw + 1px) calc(1vw + 1px);
    }
    .enq-form .consent .form-check-label{
        font-size: calc(0.6vw + 1px);
    }
    .enq-form .btn-wrapper{
        margin-top: calc(1vw + 1px);
    }
    sidebar .enq-form{
        gap: calc(0.5vw + 1px);
        padding: calc(1vw + 1px);
    }
    .enqPopup .enq-form{
        gap: calc(1vw + 1px);
        padding: calc(1vw + 1px);
    }
    sidebar .enq-form .form-control{
        font-size: calc(0.85vw + 1px);
        padding: calc(0.3vw + 1px) calc(0.75vw + 1px);
    }
    .enqPopup .enq-form .form-control{
        font-size: calc(0.85vw + 1px);
        padding: calc(0.5vw + 1px) calc(0.85vw + 1px);
    }
    sidebar .enq-form .consent .form-check-label,
    .enqPopup .enq-form .consent .form-check-label{
        font-size: calc(0.5vw + 1px);
    }
    sidebar .enq-form .btn-wrapper{
        margin-top: calc(0.3vw + 1px);
    }
}

/* Mobile Footer CTA */
.mob-ft-cta{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background-color: var(--clr-dark);
    color: var(--clr-light);
    letter-spacing: 1.1px;
    font-weight: 500;
    border: 2px solid rgba(0,0,0,0.2);
    z-index: 1050;
    display: flex;
    justify-content: space-evenly;
}
.mob-ft-cta a{
    font: inherit;
    color: var(--clr-light);
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex: 1;
}
.mob-ft-cta a:not(:first-child){
    border-left: 2px solid rgba(255,255,255,0.3);
}
@media screen and (min-width: 800px) {
    .mob-ft-cta{ display: none; }
}

/* EnqPopup */
@media screen and (min-width: 800px) {
    .enqPopup .modal-dialog{
        width: 650px;
        max-width: 96%;
    }
}
.enqPopup .modal-title{
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: var(--clr-green);
    margin-bottom: 24px;
    text-transform: uppercase;
}
.enqPopup .modal-title::before{
    content: '';
    position: absolute;
    bottom: -10px;
    height: 4px;
    width: 50px;
    background-color: var(--clr-dark);
}
@media screen and (min-width: 800px) {
    .enq-form-layout{
        display: grid;
        grid-template-columns: 200px minmax(300px, 1fr);
        place-items: center;
    }
}
.enq-popup-cp-highlights{
    display: none;
}
@media screen and (min-width: 800px) {
    .enq-popup-cp-highlights{
        background-color: rgba(0,0,0,0.05);
        border-radius: 0 calc(1.8vw + 1px) calc(1.8vw + 1px) 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        gap: calc(0.5vw + 1px);
        margin: 0;
        padding: calc(0.75vw + 1px);
        width: 200px;
    }
    .enq-popup-cp-highlights li{
        display: flex;
        align-items: center;
        gap: calc(0.5vw + 1px);
        font-size: calc(0.75vw + 1px);
        text-transform: uppercase;
        color: var(--clr-green);
    }
    .enq-popup-cp-highlights li span b{
        font-size: calc(0.85vw + 1px);
        font-weight: 600;
        display: block; 
    }
    .enq-popup-cp-highlights li i{
        font-size: calc(2vw + 1px);
        font-weight: 400;
    }
    .enq-popup-cp-highlights li.heading{
        display: block;
        font-size: calc(0.9vw + 1px);
        background-color: var(--clr-green);
        color: var(--clr-light);
        border-radius: calc(0.5vw + 1px);
        padding: calc(0.15vw + 1px);
        text-align: center;
    }
}
.enq-popup-pj-highlights{
    border: 2px solid var(--clr-green);
    margin: 20px;
    border-radius: 0 20px 0 20px;
    overflow: hidden;
    text-align: center;
    text-transform: capitalize;
}
.enq-popup-pj-highlights h5{
    background-color: var(--clr-green);
    color: var(--clr-light);
    display: inline-block;
    padding: 4px 20px;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.enq-popup-pj-highlights i {
    color: var(--clr-green);
}
.popup-logo{
    display: block;
    text-align: center;
}
.popup-logo img{
    display: inline-block;
    width: 100%;
    max-width: 300px;
    max-height: 120px;
    padding-bottom: 1em;
}

/* Glide Slider Fix */
.slider-container{
    width: 100%;
}
.glide__arrow{
    box-shadow: none;
}
.glide__arrows .glide__arrow{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    color: var(--clr-light);
    border-radius: 50%;
}
.glide__arrow--left{
    font-size: 30px;
    left: -6%;
}
.glide__arrow--right{
    font-size: 30px;
    right: -6%;
}
.banner .glide__arrows .glide__arrow{
    width: 30px;
    height: 30px;
    padding: 10px;
}
.banner .glide__arrow--left{
    left: 5px;
}
.banner .glide__arrow--right{
    right: 5px;
}
.banner .glide__bullets{
    bottom: 0.5em;
}
@media screen and (min-width: 800px){
    .banner .glide__bullets{
        bottom: 1em;
    }
    .glide__arrow--left{
        left: -15%;
    }
    .glide__arrow--right{
        right: -15%;
    }
}
@media screen and (min-width: 800px){
    .banner .glide__arrow{
        top: unset;
        bottom: -8px;
    }
    .banner .glide__arrow--left{
        left: 40%;
    }
    .banner .glide__arrow--right{
        right: 40%;
    }
}
@media screen and (min-width: 1150px) and (max-width: 1950px) {
    .glide__arrows .glide__arrow{
        width: calc(2.5vw + 1px);
        height: calc(2.5vw + 1px);
    }
    .glide__arrow--left{
        font-size: calc(1.8vw + 1px);
        left: -5%;
    }
    .glide__arrow--right{
        font-size: calc(1.8vw + 1px);
        right: -5%;
    }
}

/* PND Image */
.pnd-img{ 
    display: none;
}
@media screen and (min-height: 650px){
    .pnd-img{ 
        display: block;
        aspect-ratio: 600/448;
    }
}

/* Chatbot Fix */
@media screen and (max-width: 800px){
    .chatbot-fix{
        top: 180px !important;
        right: 0 !important;
        z-index: 1045 !important;
    }
    .chatbot-fix-bottom{
        bottom: 55px !important;
        right: 0 !important;
        z-index: 1045 !important;
    }
}

/* Thank You Page */
.thank-icon{
    font-size: clamp(80px, 7vw, 200px);
    line-height: 1;
    font-weight: 300;
    color: var(--clr-green);
}
.thank-icon-sub{
    color: rgba(0,0,0,0.15);
}

/* Infobox Project Highlights */
.card-d-custom{
    width: 100%; 
    margin: 0 auto 15px;
    text-align: left;
    padding: 5px;
}
.card-d{
    background-color: #e8e8e8; 
    margin: 4px 0 8px;
    padding: 10px;
}
.info-box td.heading2{
    font-weight: 400; 
    font-size: 13px;
    padding-right: 5px;
}
.info-box td.heading1{
    font-weight: 700; 
    font-size: 13px;
}

/* Read More */
.more-cont { 
    display: none; 
}

/* Offer Animation */
.offerAnimate { 
    animation: popout 2s ease forwards infinite; 
}
@keyframes popout {
  25%, 75% { transform: scale(1); }
  50% { transform: scale(0.95); }
  55% { transform: scale(1.15); }
}

/* GLightbox Caption */
.glightbox-clean .gslide-title{
    margin-bottom: 0;
}
.glightbox-clean .gdesc-inner{
    text-align: center;
}

/* CTA Animation */
.btn-cta{
    font-size: 18px;
    animation: popout 2s ease forwards infinite;
}
#pricing .btn-cta{
    animation: none;
}
@media screen and (min-width: 1150px) {
    .btn-cta{
        font-size: calc(1vw + 1px);
    }
}/* End custom CSS */