.header-style-s4:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(140deg, rgb(10 8 8 / 35%) 13.65%, rgb(10 8 8 / 35%) 91.31%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.plan-tab {
    width: auto;
}

.sidebar-form h3 {
    font-size: 18px;
}

/*.bgg-maincolo-1,*/
/*.ot-map-content-box-two {*/
/*    background-color: #fef5ee;*/
/*}*/

.rise-box h4 {
    font-size: 16px;
}

.gall-bt {
    padding-bottom: 0 !important;
}

.amenity-card {
    align-items: flex-start;
    border: 1px dotted #cfa241;
}

.altura-mobb{
    display: none;
}

.ressalturabgg.header-style-s4 .navigation.sticky-header {
    background: #000;
}

/*.ressalturabgg.header-style-s4 .navigation.sticky-header .navbar-brand img{*/
/*    filter:brightness(0) invert(1);*/
/*}*/
.amenity-card h5 {
    font-size: 23px;
    margin-bottom: 20px;
    font-family: 'Scotch Display', serif !important;
}


.amenity-card p{
    font-size: 15px;
}


/* =========================================
   ALTURA PROJECT FAQ
========================================= */

.altura-faq-heading {
    max-width: 800px;
    margin: 0 auto 45px;
}

.altura-faq-heading span {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}

.altura-faq-heading h2 {
    margin: 10px 0 15px;
    font-size: 42px;
    
    color: #fff;
}

.altura-faq-heading p {
    margin: 0 auto;
    line-height: 1.7;
    color: #fff;
}

.altura-faq-wrapper {
    max-width: 950px;
    margin: 0 auto;
}

.altura-faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.altura-faq-question {
    width: 100%;
        padding: 20px;
    /*padding: 22px 5px;*/
    border: 0;
    /*background: transparent;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}

.altura-faq-question i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.altura-faq-question.active i {
    transform: rotate(45deg);
}

.altura-faq-answer {
    display: none;
    padding: 20px;
    background: #f8f7ee;
    /*padding: 0 40px 22px 5px;*/
}

.altura-faq-answer p {
    margin: 0;
    line-height: 1.8;
}

.altura-faq-answer.active {
    display: block;
}

@media (max-width: 767px) {

    .altura-faq-heading h2 {
        font-size: 30px;
    }

    .altura-faq-question {
        font-size: 15px;
        /*padding: 18px 0;*/
    }

    /*.altura-faq-answer {*/
    /*    padding: 0 25px 18px 0;*/
    /*}*/
}