.headroom--not-top.top-navbar.headroom--pinned{
    transform: translateY(-100%) !important
}

.headroom--not-top .top-navbar-call-btn{
    top: 6.7em;
    right: 1.25em;
    scale: 1.4;
    border: 1px solid #DA291C;
    color: #DA291C;
}

.top-navbar{
    z-index: 1000;
}

/* satvika header section */

.satvika-page-header-section{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../images/satvika-header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.satvika-page-header-section-container{
    text-align: center;
}

.satvika-page-header-section-container img{
    width: 1.875em;
}

.satvika-page-header-section-container h1{
    font-size: 4em;
    font-family: 'RecklessNeue';
    font-weight: 900;
    color: #000;
    margin-bottom: 0px;
}

.satvika-page-header-section-container p{
    font-family: 'NeueMontreal';
    font-weight: 400;
    font-size: 0.875em;
    margin: 0px;
    color: #000000;
}

.satvika-page-header-section-link{
    position: absolute;
    bottom: 3.75em;
    color: #ffffff !important;
    display: block;
    width: max-content;
    font-size: 1em;
    text-decoration: none;
    padding-bottom: 0.313em;
    border-bottom: 0.125em solid #ffffff61;
}

.satvika-page-header-section-arrow{
    position: absolute;
    display: block;
    width: 20px;
    opacity: 0.4;
    bottom: 0.938em;
}

.satvika-page-banner-shadow-bottom{
    position: absolute;
    width: 100%;
    height: 6.875em;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.satvika-page-header-section-qr-code{
    width: 65px;
    position: absolute;
    bottom: 40px;
    border: 4px solid #ffffff;
    border-radius: 5px;
}

.satvika-page-header-section video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 850px){
    .satvika-page-header-section h1{
        font-size: 45px;
    }

    .satvika-page-header-section p{
        font-size: 14px;
    }
}

/* satvika page navbar */

.satvika-page-navbar{
    background: #ffffff;
    width: 100%;
    border-bottom: 1px solid #7f7f7f;
    padding: 0px 4.375em;
}

.satvika-page-navbar.headroom--not-top{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

.satvika-page-navbar a{
    color: #9b9b9b;
    font-size: 0.875em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.125em 0.625em;
    display: block;
}

.satvika-page-navbar a.active{
    color: #595959;
    font-weight: 500;
}

@media only screen and (max-width: 850px){
    .satvika-page-navbar{
        padding: 0px 10px;
    }

    .satvika-page-navbar a{
        padding: 10px 0px;
        text-transform: none;
    }

    .satvika-page-navbar a span{
        display: none;
    }
}

/* satvika page title section */

.satvika-page-title-section{
    border-bottom: 1px solid #333333;
    margin-bottom: 1.875em;
    padding: 0.625em 6em 0px 6em;
}

.satvika-page-title-section-qr-container{
    width: max-content;
    text-align: center;
    margin-left: auto;
}

.satvika-page-title-section-qr-container img{
    width: 4.063em;
}

.satvika-page-title-section-qr-container span{
    display: block;
    text-align: center;
    width: max-content;
    font-size: 0.75em;
    line-height: 0.875em;
    color: #9b9b9b;
    margin-top: 0.375em;
}

.satvika-page-title-section h1{
    font-size: 4rem;
    text-transform: uppercase;
}

.satvika-page-title-section p{
    text-transform: uppercase;
    color: #9b9b9b;
    font-size: 1em;
}

/* satvika page building image section */

.satvika-page-building-image-section{
    position: relative;
}

.satvika-page-building-image-section img{
    height: 67.5em;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.satvika-page-building-image-section div{
    position: absolute;
    bottom: 35px;
    width: 100%;
    z-index: 50;
    overflow: hidden;
    left: 0px;
}

.satvika-page-building-image-section h3{
    font-size: 42px;
    line-height: 34px;
    left: 17px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.satvika-page-building-image-section h4{
    font-size: 42px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    right: 19px;
    position: relative;
}

@media only screen and (max-width: 850px){
    .satvika-page-building-image-section{
        padding: 20px;
    }
    
    .satvika-page-building-image-section img{
        height: 350px;
    }
}

/* satvika page footer note section */

.satvika-page-footer-note-section-content{
    padding: 5em 6em;
    text-align: center;
    padding-bottom: 8em;
}

.satvika-page-footer-note-section-content h2{
    font-size: 4.0625em;
    font-weight: 500;
}

.satvika-page-footer-note-section-content h3{
    font-weight: 400;
    font-size: 1.875em;
    margin-top: 0.8em;
}

.satvika-page-footer-note-section-content p{
    max-width: 45.9375em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.05em;
    margin-top: 1.2em;
}

.satvika-page-footer-note-section-content a{
    font-size: 1.4375em;
    font-weight: 600;
    color: #000 !important;
    text-decoration: none;
    border-bottom: 1px solid #da291c;
    padding-right: 2.6em;
    padding-bottom: 0.3125em;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.7em;
    position: relative;
}

.satvika-page-footer-note-section-content a i{
    position: absolute;
    right: 0px;
    top: 0.275em;
    transition: right 0.3s;
}

.satvika-page-footer-note-section-content a:hover i{
    right: 0.375em;
}

.satvika-page-footer-note-section-image{
    width: 100%;
    height: 18.75em;
    background-image: url('../images/modal-background.png');
    background-color: #f3f3f3;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.satvika-page-footer-note-section-image-overlay{
    width: 100%;
    height: 18.75em;
}

@media only screen and (max-width: 850px){
    .satvika-page-footer-note-section-image{
        height: 140px;
        opacity: 0.5;
    }

    .satvika-page-footer-note-section-image-overlay{
        height: auto;
    }

    .satvika-page-footer-note-section-content{
        padding: 40px 20px;
    }

    .satvika-page-footer-note-section-content h2{
        font-size: 32px;
    }

    .satvika-page-footer-note-section-content h3{
        font-size: 18px;
    }

    .satvika-page-footer-note-section-content p{
        font-size: 15px;
    }

    .satvika-page-footer-note-section-content a{
        margin-top: 22px;
        font-size: 16px;
    }
}

/* satvika page specifications section */

.satvika-page-specifications-section{
    padding: 2em 6em;
    border-bottom: 1px solid #333333;
}

.satvika-page-specifications-section .section-sub-heading{
    margin: 0;
}

.satvika-page-specifications-section-inner{
    padding: 2em 0em;
}

.specifications-section-toggle-btn{
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 2.563em;
    color: #9b9b9b;
    position: absolute;
    top: 0.4em;
    right: 2em;
    transition-duration: 0.4s;
}

.satvika-page-specifications-section .accordion-button{
    pointer-events: none;
}

.satvika-page-specifications-section .accordion-button::after{
    background: none !important;
}

.satvika-page-specifications-section .accordion-item:last-child{
    border: none !important;
}

@media only screen and (max-width: 850px){
    .satvika-page-specifications-section{
        padding: 27px 20px 27px 20px;
    }

    .satvika-page-specifications-section-inner{
        padding: 30px 0px;
    }

    .specifications-section-toggle-btn{
        font-size: 30px;
        top: 17px;
        right: 12px;
    }
}

/* satvika page amenities section */

.satvika-page-amenities-section{
    padding: 4em 6em;
}

.satvika-page-amenities-section-text-container{
    margin-top: 3em;
}

#amenities-full-swiper .swiper-slide{
    background: #ffffff;
}

#amenities-full-swiper img{
    width: 100%;
    height: 26.25em;
    object-fit: cover;
}

#amenities-full-swiper p{
    color: #9c9c9c;
    font-size: 1em;
}

#amenities-full-swiper h3{
    font-weight: 400;
    font-size: 2.1rem;
    margin: 0;
}

#amenities-slider-swiper{
    height: 26.25em;
    width: max-content;
    margin-left: auto;
    margin-right: 0px;
}

#amenities-slider-swiper .swiper-slide{
    height: auto;
}

#amenities-slider-swiper img{
    width: 10em;
    height: 6.25em;
    object-fit: cover;
    transform-origin: right center;
    transform: scale(0.8);
    transition: transform 0.4s;
    cursor: pointer;
}

#amenities-slider-swiper .swiper-slide.active img{
    transform: scale(1);
}

.satvika-page-amenities-section-image-content{
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.satvika-page-amenities-section-image-terms{
    font-size: 0.7em !important;
    text-align: right;
    margin: 0.3em;
}

#amenities-mobile-slider-swiper{
    margin-top: 10px;
}

#amenities-mobile-slider-swiper img{
    width: 100%;
    height: 50px;
    scale: 0.8;
    transition: scale 0.4s;
}

#amenities-mobile-slider-swiper .swiper-slide.active img{
    scale: 1;
}

.satvika-page-amenities-section-link{
    font-weight: 400;
    color: #000 !important;
    text-decoration: none;
    border-bottom: 1px solid #da291c;
    padding-right: 2.375em;
    padding-bottom: 0.3125em;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 0px;
    font-size: 1.25em;
    margin-top: 3em;
    max-width: 14em;
}

.satvika-page-amenities-section-link i{
    position: absolute;
    right: 0px;
    top: 0.275em;
    transition: right 0.3s;
}

.satvika-page-amenities-section-link:hover i{
    right: 0.375em;
}

@media only screen and (max-width: 850px){
    .satvika-page-amenities-section{
        padding: 30px 20px;
    }

    #amenities-full-swiper img{
        height: 360px;
    }

    .satvika-page-amenities-section-text-container{
        margin-top: 30px;
    }

    #amenities-full-swiper p{
        color: #ffffff;
        font-size: 16px;
        margin: 0px;
    }
    
    #amenities-full-swiper h3{
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 26px;
    }

    .satvika-page-amenities-section-link{
        max-width: none;
        font-size: 18px;
        margin-top: 20px;
    }

    .satvika-page-amenities-section-link i{
        right: 0px;
        top: 5px;
    }

    .satvika-page-amenities-section-link:hover i{
        right: 5px;
    }
}

/* satvika page floor plan section */

.satvika-page-floor-plan-section{
    border-bottom: 1px solid #333333;
}

.satvika-page-floor-plan-section-title-container{
    padding: 0.9375em 6em;
    border-bottom: 1px solid #333333;
}

.satvika-page-floor-plan-section-switch{
    color: #fff;
    font-weight: 500;
    font-size: 1.125em;
    text-transform: uppercase;
    margin-bottom: 2.5em;
    cursor: pointer;
    background: #DA291C;
    width: fit-content;
    padding: 4px 2px;
    border-radius: 1000px;
}

.satvika-page-floor-plan-section-iso-switch, .satvika-page-floor-plan-section-floor-switch{
    color: #fff;
    background: transparent;
    padding: 2px 10px;
    border-radius: 1000px;
    transition-duration: 0.4s;
}

.satvika-page-floor-plan-section-switch .active{
    color: #da291c;
    background: #fff;
}

.satvika-page-floor-plan-section-container{
    padding: 0px;
}

#floor-plan-swiper .swiper-slide{
    background: #ffffff;
}

.satvika-page-floor-plan-section-floor-image{
    width: 100%;
    height: 31.25em;
    object-fit: contain;
}

.satvika-page-floor-plan-section-iso-image{
    width: 100%;
    height: 31.25em;
    object-fit: contain;
}

.satvika-page-floor-plan-section-content{
    line-height: 1.4;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.35em;
    color: #9b9b9b;
    margin-top: 1.688em;
    margin-bottom: 1.688em;
    margin-left: 1em;
}

.satvika-page-floor-plan-section .col-md-9{
    border-right: 1px solid #333333;
    padding: 3.5em 6em;
}

.satvika-page-floor-plan-section .col-12:nth-child(2){
    border-top: 1px solid #333333;
}

.satvika-page-floor-plan-section-floor-map-image{
    width: 100%;
    height: 28em;
    object-fit: contain;
    background-color: #ffffff;
    padding: 1.25em;
    cursor: pointer;
    border-top: 1px solid #333333;
}

.satvika-page-floor-plan-section-download-link{
    font-weight: 400;
    color: #000 !important;
    text-decoration: none;
    border-bottom: 1px solid #da291c;
    padding-right: 2.375em;
    padding-bottom: 0.3125em;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 1.25em;
    margin-top: 3em;
    max-width: 14em;

}

.satvika-page-floor-plan-section-download-link i{
    position: absolute;
    right: 0px;
    top: 0.275em;
    transition: right 0.3s;
}

.satvika-page-floor-plan-section-download-link:hover i{
    right: 0.375em;
}

#floor-plan-swiper .swiper-pagination{
    display: none;
}

#floor-plan-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #da291c;
}

#floor-plan-swiper .swiper-button-prev, #floor-plan-swiper .swiper-button-next{
    display: none;
}

#floor-plan-swiper .swiper-button-prev{
    scale: 0.6;
    left: 0px;
    color: #da291c;
}

#floor-plan-swiper .swiper-button-next{
    scale: 0.6;
    right: 0px;
    color: #da291c;
}

.satvika-page-floor-plan-section-compase-image{
    position: absolute;
    top: 2em;
    right: 2em;
    height: 4em;
}

@media only screen and (max-width: 850px){
    .satvika-page-floor-plan-section-title-container{
        padding: 20px;
    }

    .satvika-page-floor-plan-section .col-12:nth-child(1){
        padding: 20px;
    }

    .satvika-page-floor-plan-section-floor-map-image{
        height: 165px;
    }

    .satvika-page-floor-plan-section-floor-image{
        height: 190px;
    }

    .satvika-page-floor-plan-section-iso-image{
        height: 190px;
        padding: 10px;
    }

    .satvika-page-floor-plan-section-switch{
        font-size: 16px;
    }

    .satvika-page-floor-plan-section-content{
        font-size: 14px;
        margin: 0px;
        padding: 20px;
        border-bottom: 1px solid #333333;
        padding-bottom: 50px;
    }

    .satvika-page-floor-plan-section-download-link{
        padding: 10px 20px;
        margin: 0px;
        border: none;
        width: 100%;
        color: #da291c !important;
    }

    .satvika-page-floor-plan-section-download-link i{
        right: 20px;
        top: 14px;
    }

    .satvika-page-floor-plan-section-download-link:hover i{
        right: 5px;
    }

    #floor-plan-swiper .swiper-pagination{
        display: block;
        bottom: 64px;
    }

    #floor-plan-swiper .swiper-button-prev, #floor-plan-swiper .swiper-button-next{
        display: flex;
    }

    .satvika-page-floor-plan-section-compase-image{
        top: 20px;
        right: 20px;
        height: 47px;
    }
}

/* satvika page map section */

.satvika-page-map-section{
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.satvika-page-map-section .col-md-6:first-child{
    border-right: 1px solid #333333;
    padding: 3.5em 6em;
    padding-right: 2em;
}

.satvika-page-map-section .col-md-6:nth-child(2){
    padding: 3.5em 6em;
    padding-left: 2em;
    padding-right: 0px;
}

.satvika-page-map-section-name{
    color: #969696;
    font-size: 1.375em;
    margin-bottom: 0.3em;
    transition: color 0.3s;
    cursor: pointer;
}

.satvika-page-map-section-name span{
    float: right;
}

.satvika-page-map-section-name.active{
    color: #000000;
}

.satvika-page-map-section-image-name{
    color: #969696;
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
    border-bottom: 1px solid #da291c;
    margin-bottom: 0px;
    padding-bottom: 11px;
}

.satvika-page-map-section-image-name span{
    float: right;
}

#location-map{
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#location-map .leaflet-routing-container{
    display: none !important;
}

#location-map .leaflet-control-container{
    display: none !important;
}

#location-map .leaflet-control-attribution{
    display: none !important;
}

@media only screen and (max-width: 850px){
    .satvika-page-map-section .col-12:first-child{
        padding: 20px;
        padding-bottom: 0px;
    }

    .satvika-page-map-section .col-12:nth-child(2){
        padding: 20px;
        padding-top: 0px;
    }

    #map-swiper img{
        height: 320px;
    }

    #location-map{
        height: 320px;
    }
}

/* satvika page about section */

.satvika-page-about-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7em 6em;
    border-bottom: 1px solid #474747;
    background-image: url('../images/triangle-left-image-background.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
}

.satvika-page-about-container{
    width: 100%;
}

.satvika-page-about-container .col-md-6:first-child{
    padding-right: 5em;
    border-right: 1px solid #474747;
    align-content: center;
}

.satvika-page-about-section .number-counter{
    max-width: none;
}

.satvika-page-about-section .number-counter-value-small{
    font-size: 0.5em;
    text-transform: uppercase;
    position: relative;
    bottom: 0.4em;
    color: #DA291C;
}

@media only screen and (max-width: 850px){
    .satvika-page-about-section{
        display: block;
        padding: 35px 20px;
    }

    .satvika-page-about-container .col-md-6:first-child{
        padding-right: 10px;
        border: none;
    }
}

/* satvika page gallery section */

.satvika-page-gallery-section{
    padding-top: 4.375em;
}

.satvika-page-gallery-section-footer-container{
    padding: 1.5em 6em;
    border-bottom: 1px solid #474747;
}

#gallery-swiper .swiper-slide{
    width: 56.25em;
    height: 35.625em;
    padding-right: 1.875em;
    position: relative;
}

#gallery-swiper .swiper-slide img{
    width: 100%;
    height: 35.625em;
    object-fit: cover;
}

.satvika-page-gallery-terms{
    font-size: 0.7em !important;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 28px;
    display: block;
    margin: 0;
}

.satvika-page-gallery-section-slide-prev-btn{
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    border-right: 1px solid #474747;
    background: transparent;
    border-left: none;
    font-size: 1.4375em;
    padding-left: 0.5em;
    color: #da291c;
}

.satvika-page-gallery-section-slide-next-btn{
    border-top: 1px solid #474747;
    border-bottom: 1px solid #474747;
    background: transparent;
    border-left: none;
    border-right: none;
    font-size: 1.4375em;
    padding-right: 0.5em;
    color: #da291c;
    position: relative;
    left: -0.1875em;
}

.satvika-page-gallery-section-slide-prev-btn i{
    position: relative;
    transition: right 0.3s;
}

.satvika-page-gallery-section-slide-next-btn i{
    position: relative;
    transition: right 0.3s;
}

.satvika-page-gallery-section-footer-container a:hover i{
    right: 5px;
}

.satvika-page-gallery-section-footer-container a:hover i{
    right: -5px;
}

.satvika-page-gallery-section-pagination-count{
    color: #9b9b9b;
    font-size: 1.0625em;
}

@media only screen and (max-width: 850px){
    .satvika-page-gallery-section{
        padding-top: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #474747;
    }

    #gallery-swiper .swiper-slide{
        height: 400px;
        width: 100vw;
        padding: 0px 20px;
    }

    #gallery-swiper .swiper-slide img{
        height: 400px;
        width: 100%;
    }
}

/* satvika page connect modal */

#connect-modal .modal-content{
    background-image: url('../images/modal-background.png');
    background-size: 53%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.connect-modal-contact-heading{
    font-size: 1.4rem;
}

.connect-modal-contact-content{
    font-size: 1em;
}

.connect-modal-contact-content span{
    font-weight: 300;
}

.connect-modal-contact-footer{
    font-size: 1.2rem;
    font-weight: 400;
}