.common-list-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, #00000001 25%, #00000060 100%);
    background: -webkit-linear-gradient(180deg, #00000001 25%, #00000060 100%);
    background: linear-gradient(180deg, #00000001 25%, #00000060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000060", endColorstr="#00000000", GradientType=1);
    z-index: 0;
}

.common-banner-title-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
}

.page-list-2-col-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--medium-gap-size);
    align-items: start;
}

.form_wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.form_wrapper.two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: var(--big-gap-size);

}


.form-control {
    position: relative;
    border-radius: 0;
    font-size: var(--content-font-size);
    appearance: none;
    /* Removes default browser styling */
    -webkit-appearance: none;
    /* Removes Safari-specific styling */
    -moz-appearance: none;
    /* Removes Firefox-specific styling */
    border: 0;
    background-color: unset;
    /* border-bottom: 1px solid #D9D9D9; */
    width: 100%;
    height: unset !important;
    resize: none;
    border-radius: 0;
    color: var(--primary-color);
    padding: 2rem 0;
    font-family: var(--semibold-font-family);
    box-shadow: unset;
}

.form-border {
    border-bottom: 1px solid #D9D9D9;

}

.upload-button-wrapper-input {
    position: relative;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    padding: 2rem 0rem;
}

.contact_lable {
    position: relative;
    width: 100%;
}

.contact_lable .contact-form {
    padding-left: 9.5rem !important;
}

form .md-lable.contact_code,
form .md-lable.contact_code #contact_no {
    left: 9rem;
}

.select_apr .fa-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 22px;
    transform: translateY(-50%);
}

.md-lable {
    color: #8D8D8D;
    text-transform: capitalize;
    /* padding: 4px 6px; */
    position: absolute;
    top: 50%;
    transition: all 0.1s ease;
    transform: translateY(-50%);
    left: 0;
    font-size: var(--content-font-size);
    font-family: var(--regular-font-family);
    line-height: 1;
    /* cursor: pointer; */
    pointer-events: none;
    /* background-color: white!important; */
}

.contact_lable input:focus-visible~label.md-lable,
.contact_lable select:focus-visible~label.md-lable,
.contact_lable textarea:focus-visible~label.md-lable,
.contact_lable input.not_required~label.md-lable,
.contact_lable select.not_required~label.md-lable,
.contact_lable textarea.not_required~label.md-lable {
    display: none;
    /* transition: all 0.1s ease;
    top: 5%;
    transform: translateY(-50%);
    left: 0.3rem;
    background: var(--white-color);
    z-index: 5;
    color: var(--black-color);
    font-size: 14px; */
}

.contact_lable input.ng-not-empty~label.md-lable,
.contact_lable textarea.ng-not-empty~label.md-lable,
.contact_lable select.ng-not-empty~label.md-lable {
    display: none;

    /* transition: all 0.1s ease;
    top: 5%;
    transform: translateY(-50%);
    left: 0.3rem;
    background: var(--white-color);
    z-index: 5;
    color: var(--black-color);
    font-size: 14px; */
}

.default_lable {
    display: none;

    /* transition: all 0.1s ease !important;
    top: 5% !important;
    transform: translateY(-50%) !important;
    left: 0.3rem !important;
    background: var(--white-color) !important;
    z-index: 5 !important;
    color: var(--black-color) !important;
    font-size: 14px !important; */
}

.select_apr select {
    -webkit-appearance: none;
    appearance: none;
}

.form-control:focus {
    border-color: var(--primary-color);
    outline: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}


.form-control.error,
.form-control.error~label {
    color: #ff0000 !important;
}

/* .form-control.error~label.md-lable {
    display: none !important;
} */

/* label.error {
    position: absolute;
    margin-top: 0.1rem;
    display: block;
    padding-left: 0rem;
    font-size: 0.9rem;
    color: #ff0000;
    display: none !important;
} */

/* .contact_lable.commentbox .md-lable {
    top: 2rem;
} */

.upload-button-wrapper img {
    width: 1.5rem;
}

.upload-button-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    top: 0;
    left: 0;
    /* border: 1px solid #000; */
    width: 100%;
    padding: 2rem 0rem;
    font-family: var(--regular-font-family);
}

.other_message {
    display: flex;
    align-items: center;
    position: absolute;
    text-align: right;
    font-size: 0.85rem;
    color: var(--gray-color);
    padding-top: 0.3rem;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
}

.vendor_count_text {
    text-align: right;
    padding-bottom: 1rem;
}

.vendor_count_text span {
    font-size: var(--paragraph-font-size);
}

.vendor_count_text span:last-child {
    font-size: var(--content-font-size);
}

.get_update_text input[type="checkbox"] {
    margin: 0;
    height: 20px;
    width: 20px;
    max-height: 20px;
    max-width: 20px;
    accent-color: var(--black-color);
    padding: 2rem 0;
}

.get_update_text {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


/* Filter CSS  Starts Here */

.project_filter_block {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 0rem;
    background-color: transparent;
    align-items: center;
    border: 2px solid var(--primary-color);
}

.filter_button.filter_button_web .venus-btn-div.button-black-filled {
    margin: 0 !important;
    height: 60px !important;
}

.project_filter_block.filterActive {
    grid-template-columns: 42.5% 42.5% 10% 5%;
}


.project_filter_block>div {
    padding: 1rem 1.5rem;
    position: relative;
    /* border-right: 1px solid #000000; */
    background-color: transparent;
}

.project_filter_block>div::after {
    content: '';
    height: 70%;
    width: 1px;
    padding: auto 0;
    background: rgb(97, 66, 40);
    background: linear-gradient(0deg, rgba(97, 66, 40, 1) 0%, rgba(232, 179, 136, 1) 87%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0rem;
}

.project_filter_block>div:nth-child(3)::after,
.project_filter_block>div:last-child::after {
    border-right: 0px !important;
    width: 0px !important;

}

.project_filter_block.filterActive .filter_button.filter_button_close {
    display: grid;
    place-items: center;
}

.project_filter_block .filter_button.filter_button_close {
    display: none;
}


.filter_dropdown option {
    font-size: 1.5rem;
    padding: 1rem 0;
}

.project_filter_div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.project_filter_div select {
    padding: 0.5rem;
    opacity: 1;
    width: 100%;
    opacity: 0;
    font-family: var(--medium-font-family);
    font-size: var(--paragraph-font-size);
}

.project_filter_text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.project_filter_arrow {
    width: 1.2rem;
    /* filter: invert(); */
}

.filter_title p {
    font-size: var(--link-font-size);
    opacity: 0.7;
}


.search_bar_box {
    padding: 2.2rem;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}


.search_bar_box {
    padding: 2.2rem;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

.mobile_search_box {
    background-color: rgba(41, 41, 41, 0.72);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: ease-in 0.2s;
}

.mobile_search_box.active {
    opacity: 1;
    visibility: visible;
}

.mobile_search_box>div:not(:last-child) {
    padding: 1rem 0;
    border-bottom: 1px solid #cccccc;
}

.mobile_search_box>div:first-child {
    padding-top: 0;
}

.property_open_arrow {
    width: 1.5rem;
}

.find_property_text p {
    font-size: var(--content-size);
}


.search_close_click {
    width: 1.2rem;
    margin-left: auto;
    border: unset !important;
    filter: invert();
    padding: 0 !important;
}


.filter-division-venus {
    margin-bottom: 2rem;
}

.const-image img,
.well-good-will-relative.relative img {
    width: 100% !important;
}

.filter_button {
    display: grid;
    place-items: center
}

/* .filter_button button p {
    color: var(--white-color);
}

.filter_button button:hover p {
    color: var(--secondary-color);
}

.filter_button button {
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
  
    border-radius: unset;
    padding: 1rem 2rem !important
}

.filter_button button:hover {
    background-color: transparent !important
} */
.filled-btn {
    position: relative;
    border: 0px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(90deg, #614228 -355.3%, #E8B388 100%);
    transition: var(--common-transition);
}

.filled-btn:hover {
    position: relative;
    background-color: var(--white-color);

}

.filled-btn:hover p,
.filled-btn:hover span {
    color: unset !important;
    background: rgb(97, 66, 40);
    background: linear-gradient(90deg, #614228 -355.3%, #E8B388 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 2;
    /* transition: var(--common-transition); */
}

.filled-btn p,
.filled-btn span {
    color: var(--white-color) !important;
    background: unset;
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    position: relative;
    z-index: 2;
    /* transition: var(--common-transition); */

}

.filled-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: var(--common-transition);
    background: rgb(97, 66, 40);
    background: linear-gradient(90deg, #614228 -355.3%, #E8B388 100%);
    z-index: 1;
}

.filled-btn:hover::after {
    width: 0%;
    transition: var(--common-transition);
}

.no-project {
    font-size: var(--section-title-font-size);
    font-family: var(--semibold-font-family);
    text-align: center;
    margin: 3rem 0;
}

/* Filter CSS Ends Here */

.homeBannerSwiper .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}


.swiper-pagination.homeSwiperPagination {
    justify-content: start;
    position: absolute;
    bottom: 10%;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    /* max-width: calc(1920px - 160px); */
    display: flex;
    gap: 0.5rem;
    mix-blend-mode: difference;

}

.swiper-pagination.homeSwiperPagination .swiper-pagination-bullet {
    background-color: #fffFFF20;
    border-radius: 1rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    opacity: 1;
    height: 2px;

}

.swiper-pagination.homeSwiperPagination .swiper-pagination-bullet::after {
    content: "";
    width: 0;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: .1s linear
}

.swiper-pagination.homeSwiperPagination .swiper-pagination-bullet-active.swiper-pagination-bullet-active {
    background-color: #fffFFF20;
    width: 100%;
    opacity: 1
}

@keyframes w100 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.swiper-pagination.homeSwiperPagination .swiper-pagination-bullet-active.swiper-pagination-bullet-active::after {
    animation: w100 3.5s linear;
    transition: 3.5s linear
}


.homeBannerOverlayOne,
.homeBannerOverlaytwo {
    top: 0;
    height: 100%;
    transition: var(--common-transition);
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0
}


.homeBannerOverlayOne {
    /* opacity: .5; */
    background: #1E1E1E50
}

.homeBannerOverlaytwo {
    /* opacity: .6; */
    background: #1E1E1E50
}

.homeBannerSwiper {
    height: 100%;
}



.sunday-banner-section .bannerImg,
.sunday-banner-section .bannerImg img {
    height: 100svh;
    width: 100%;
    position: relative;
}

.homeBannerSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: #fff;
    overflow: hidden;
}

.bannerText {
    align-items: start;
    text-align: left;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    position: absolute;
    z-index: 9;

}



/* Megamenu CSS  */


.project-header-content.megamenu {
    background-color: #FFF;

}

.megamenu-wrapper {
    position: fixed;
    padding-top: 9rem;
    z-index: 99;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
}

.megamenugrid {
    padding: 1rem 3rem 3rem 3rem;
    display: grid;
    grid-template-columns: 25% 75%;
    justify-content: space-between;
    align-items: end;
}

.megamenuContent {
    display: flex;
    gap: 2rem;
    justify-content: start;
    flex-wrap: wrap;
    /* flex-direction: row-reverse; */
}

.megamenuContent .megamenuItem {
    flex-basis: calc(100% / 4 - 1.5rem);
}

.megamenuContent .megamenuItem .megamenuText {
    position: absolute;
    bottom: 1rem;
    width: calc(100% - 2rem);
    left: 50%;
    transform: translateX(-50%);
}


.project-header-content.megamenu .megamenugrid img {
    filter: invert(0);
}

.megamenu_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    background: linear-gradient(210deg, #00000020 20%, #00000000 33%);
    z-index: 0;
}

.megamenu_overlay_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all ease 0.4s;
    background: linear-gradient(380deg, #00000080 5%, #00000000 65%);
    z-index: 0;
}

.megamenuStatus {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 9;
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--white-color);
    background-color: #FFFFFF40;
}


/* Brij Group Banner Animation Overlay */


.animationOverlay,
.bannerAnimationOVerlay {
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1e1e;
    z-index: 9;
    position: absolute;
    top: 0;
    transition: all 2s ease;
}

.bannerAnimationOVerlay.active {
    top: 100%;
}

.project_banner_image img,
.project_banner_image {
    height: 100vh;
    background-color: var(--primary-color);
}

.megamenuItem .megamenuText .section-paragraph p,
.megamenuItem .megamenuImg img {
    transition: var(--common-transition);
}

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

.megamenuItem.active .megamenuText .section-paragraph p,
.megamenuItem:hover .megamenuText .section-paragraph p {
    color: var(--white-color) !important;
    font-family: var(--bold-font-family) !important;
    /* background: rgb(97, 66, 40);
    background: linear-gradient(90deg, #614228 -355.3%, #E8B388 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.footer-wrapper a:hover p,
.footer-wrapper a.active_page,
.footer-wrapper a.active_page p {
    /* color: var(--secondary-color) !important; */
    background: rgb(97, 66, 40);
    background: linear-gradient(90deg, #614228 -355.3%, #E8B388 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* Fixed Inquiry Bottom Strip */

.bottomStrip {
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
    transition: transform .5s;
    left: 0;
    width: 100%;
    padding: 1.5rem 0rem;
    background-color: var(--white-color);
    border-top: 1px solid #00000050;
    z-index: 9;
}

.bottomStrip.showStrip {
    transform: translateY(0);
    transition: transform .5s
}


.bottomStrip.hide-strip,
.bottomStrip.showStrip.hide-strip {
    transform: translateY(100%);
    transition: transform .5s
}

.bottomStripFlex {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    justify-content: space-between;
    align-items: center;
    /* width: 100%;
    margin: 0 auto;
    max-width: calc(1920px - 160px) */
}

.bottomSubFlex {
    display: flex;
    gap: 3rem;
    align-items: center
}

.banner-swiper.homeBannerSwiper .swiper-container {
    width: 100%;
    height: 100svh;
}


/* footer */
/* #footer-wrapper {
    background-color: #FCFCFC;
} */


.footer-grid-4-col {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* padding: 3rem; */
    width: 95%;
    gap: 4rem;
    margin: 0 auto;
}

/* .footer-grid-4-col {
    display: flex;
    padding: 3rem 0;
    width: 100%;
    gap: 4rem;
    justify-content: space-between;
} */

.footer-grid-4-col>div {
    /* width: calc(100% / 5 - 2rem); */
    /* justify-content: space-between; */

}


.footer-logo {
    width: 18rem;
}

.footer-logo-mobile {
    width: 16rem;
}

/* .footer-wrapper a:hover p,
.footer-wrapper a:hover,

.footer-strip a:hover p {
    color: var(--highlight-color);
    transition: var(--common-transition);
} */

.footer-strip a:hover {
    color: var(--white-color);
    transition: var(--common-transition);

}

.footer-links {
    gap: 1rem;
}

.contact-info {
    display: flex;
    gap: 1.5rem;
}

.phone-flex {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
}

.footer-grid-3-col {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    /* display: flex; */
    gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
    /* justify-content: space-between; */
    /* align-items: center; */
}

.footer-strip {
    padding: 32px 80px;
    border-top: 1px solid #FFFFFF14;
    background: var(--highlight-color);
}

.footer-grey-color {
    color: #999999;
}

.big-logo {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    right: 0;
    top: 0;
    width: 25%;
}

.social-hide {
    display: none !important;
}

.accordion_click span.material-symbols-outlined {
    transition: var(--common-transition);

}

.accordion_click.active span.material-symbols-outlined {
    transform: rotate(180deg);
    transition: var(--common-transition);
}

.submit-btn {
    grid-area: span 1 / span 2;
    margin: 0 auto;
}

.footer-wrapper a {
    width: fit-content;
    display: block;
}

.primary-bg {
    background-color: var(--primary-color);
}

.megamenuTitle {
    margin-bottom: auto;
}

.sect-2-hand-mob {
    display: none !important;
}

.regular-family {
    font-family: var(--regular-font-family) !important;
}

.social-mobiiilee {
    margin-top: 2rem;
}

.join-us-btn {
    border-width: 0px;
}