@font-face {
    font-family: 'abril_displayregular_';
    src: url('../fonts/abril-display-regular-webfont.woff2') format('woff2'), url('../fonts/abril-display-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --text-white: #ffffff;
    --font-abril: 'abril_displayregular_';
    --bg-primary: #D9B989;
    --text-dark: #241F21;
}

.text-white {
    /* color: var(--text-white); */
    color: #ffffff;
}

.text-dark {
    color: var(--text-dark);
}

.font-abril {
    font-family: var(--font-abril);
}

.fs-09 {
    font-size: .938em;
}

.fs-08 {
    font-size: .850em;
}

.lh-1-1 {
    line-height: 1.1;
}

.bgcolor-primary {
    background: var(--bg-primary);
}

.textcolor-primary {
    color: #9C7944;
}

body {
    font-family: "Poppins", serif;
    color: #000000;
}

.body-pop {
    font-family: "Poppins", serif;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

.h3,
h3 {
    font-size: 3.125rem;
}

.largest-items .slick-dots,
.homes-slide .slick-dots,
.biggest-slide .slick-dots {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 1em;
    z-index: 99;
}

.col-items .slick-dots li,
.largest-items .slick-dots li,
.homes-slide .slick-dots li,
.biggest-slide .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.col-items .slick-dots li button,
.largest-items .slick-dots li button,
.homes-slide .slick-dots li button,
.biggest-slide .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #000;
    color: transparent;
    margin-top: 1em;
    opacity: .3;
}

.largest-items .slick-dots li button,
.homes-slide .slick-dots li button,
.biggest-slide .slick-dots li button {
    background: #fff;
}

.col-items .slick-dots li.slick-active button,
.largest-items .slick-dots li.slick-active button,
.homes-slide .slick-dots li.slick-active button,
.biggest-slide .slick-dots li.slick-active button {
    opacity: 1;
}


/* Custom dots wrapper */

.mock-items .slick-dots {
    text-align: center;
    margin-top: 5px;
}

.mock-items .slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.mock-items .slick-dots li button {
    padding: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0;
    background: #D9B989;
    color: transparent;
    margin-top: 1em;
    opacity: .3;
}

.mock-items .slick-dots li.slick-active button {
    opacity: 1;
}


/* .mock-items .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
    width: 50%;
    margin: 1em auto;
}

.mock-items .slick-dots li {
    list-style: none;
    position: relative;
    flex: 1;
    text-align: center;
}

.mock-items .slick-dots li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 60%;
    width: 50px;
    height: 1px;
    background: #ddd;
    transform: translateY(-50%);
}

.mock-items .slick-dots li span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #ddd;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mock-items .slick-dots li.completed span {
    background: #d1b97c;
}

.mock-items .slick-dots li.completed::after {
    background: #d1b97c;
}

.mock-items .slick-dots li:last-child::after {
    display: none;
} */

.section-full-height {
    height: 100vh;
    /* min-height: 100dvh; */
}

@supports (-webkit-touch-callout: none) {
    .section-full-height {
        height: 100dvh;
    }
    .hero-section .hero-video-wrapper {
        height: 100dvh;
    }
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}

.pt-6 {
    padding-top: 6em;
}

.pb-6 {
    padding-bottom: 6em;
}

h1,
h4 {
    font-family: var(--font-abril);
    font-size: 2.75rem;
    line-height: 1.1;
    margin-bottom: 2em;
}

h1 span,
h4 span {
    font-size: 30px;
}

.first-contents h2 {
    padding-left: 3em;
}

h2 {
    color: #241F21;
    font-family: var(--font-abril);
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 10px;
}

h6 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 17px;
    color: #241F21;
}

p {
    font-size: 15px;
    margin-bottom: 0;
}

.py-6 {
    padding-top: 6em;
    padding-bottom: 6em;
}


/* Header Block Starts */

.download-cta {
    background: #FBDF92;
    color: #000;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.header-block .header-right .download-cta img {
    width: 18px;
}

.header-block {
    position: absolute;
    z-index: 99999999;
    width: 100%;
    top: 0;
    left: 0;
}

.header-block.sticky-top {
    position: fixed;
    background: rgb(0 0 0 / 30%);
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
}

.header-block.sticky-top {
    padding: 10px 0 !important;
}

.header-block.sticky-top .logo {
    width: 115px;
}

.header-block.sticky-top .header-right {
    display: none;
}

.rera-details {
    vertical-align: middle;
    margin-right: 10px;
}

.header-block .rera-img {
    width: 65px;
    /* margin-bottom: 10px; */
}

.header-block p {
    color: #fff;
    font-size: 13px;
}

.header-block .logo {
    width: 130px;
}

.header-block .header-right a img {
    width: 30px;
    margin-right: 10px;
}

.sticky-whats {
    display: none;
}


/* Header Block Ends */


/* Hero Section Starts */

.image-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mute-toggle {
    position: absolute;
    bottom: 1em;
    /* left: 0; */
    right: 5em;
    /* margin: auto; */
    background: none;
    border: none;
    cursor: pointer;
    z-index: 999;
}

#muteIcon {
    width: 30px;
}

.hero-section .hero-video-wrapper {
    position: relative;
    height: 100vh;
    /* height: 100dvh; */
    overflow: hidden;
}

.hero-section .hero-video-wrapper::after {
    position: absolute;
    content: "";
    background: #000;
    opacity: .27;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}


/* .hero-section .hero-video-wrapper.bg-image-2::after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 10%);
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
} */

.hero-section .hero-video-wrapper.bg-image {
    background-image: url(../images/woods-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-section .hero-video-wrapper.bg-image-2 {
    background-image: url(../images/new-s-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-section .hero-video-wrapper.bg-image-2:after {
    display: none;
}

.hero-section .hero-video-wrapper .hero-video-player {
    top: 0;
    z-index: 9;
    object-position: center;
    object-fit: cover;
}

.hero-section .hero-video-wrapper .video-banner-contents {
    z-index: 99;
    top: 30%;
    width: 100%;
    margin: auto;
}

.hero-section .hero-video-wrapper .video-banner-contents h3 {
    color: #FBDF92;
    font-family: var(--font-abril);
    line-height: 1.1;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hero-section .hero-video-wrapper .video-banner-contents p {
    color: #fff;
}

.hero-section .hero-video-wrapper .video-banner-contents.banner-split h3 br {
    display: none;
}

.hero-section.search-new .hero-video-wrapper .video-banner-contents.banner-split h3 br {
    display: inline-block;
}

.hero-section.search-new .hero-video-wrapper .video-banner-contents.banner-split h3 {
    margin-bottom: 10px;
}

.hero-section.search-new .hero-video-wrapper .video-banner-contents {
    bottom: 2.5em;
}

.hero-section .hero-video-wrapper .video-banner-contents .call-details {
    font-size: 15px;
}

.hero-section .hero-video-wrapper .video-banner-contents .call-details img {
    width: 30px;
    margin-right: 8px;
}

.hero-section .hero-video-wrapper .video-banner-contents h6 {
    color: #fff;
    margin: 20px 0 25px;
}

.hero-section .hero-video-wrapper .video-banner-contents .banner-logo {
    width: 200px;
}

.hero-section .hero-video-wrapper .video-banner-contents ul {
    margin: 1em 0;
}

.hero-section .hero-video-wrapper .video-banner-contents ul li {
    display: inline-block;
    width: 16%;
    vertical-align: top;
}

.hero-section .hero-video-wrapper .video-banner-contents ul li p {
    font-weight: 200;
    font-size: 14px;
    line-height: 1.2;
}

.hero-section .hero-video-wrapper .video-banner-contents ul li p strong {
    display: block;
}

.hero-section .hero-video-wrapper .video-banner-contents ul li img {
    height: 30px;
    width: auto;
    margin-bottom: 10px;
}

.banner-enquire {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    z-index: 99;
    width: 280px;
    color: #000000;
    background: #d9b989;
    text-transform: uppercase;
    font-size: 17px;
    padding: 6px 5px;
    font-weight: 700;
}

.banner-enquire.meta-enquire {
    width: 160px;
}

.banner-enquire:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 40px solid #d9b989;
    border-left: 20px solid transparent;
    left: -20px;
    top: 0;
}

.banner-enquire:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 40px solid #d9b989;
    border-right: 20px solid transparent;
    right: -20px;
    top: 0;
}


/* Hero Section Ends */


/* Form Section Starts */

label {
    color: #6E4F21;
    font-weight: 600;
    font-size: 15px;
}

label.error {
    color: red;
}

input[type="text"] {
    background: #FFFFFF82;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    color: #6E4F21;
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
    height: 46px;
}

input[type="text"]:focus {
    outline: none;
}

input::placeholder {
    opacity: .4;
}

.intl-tel-input,
.intl-tel-input input {
    width: 100%;
    height: 46px;
}

.iti input {
    padding-left: 70px !important;
}

.intl-tel-input .country-list {
    width: 320px;
    overflow: scroll;
}

form button {
    background: #241F21;
    border: 1px solid #241F21;
    color: #FFFFFF;
    padding: 10px 48px;
    text-transform: capitalize;
    font-size: 17px;
    margin: 1em 0 0;
    border-radius: 5px;
    font-weight: 500;
}

.contact-block button {
    margin-top: 2em;
}


/* Form Section Ends */


/* Slider Section Starts */

.slider-block h2 {
    margin-bottom: 30px;
}

.slider-block .mock-items .mock-item {
    height: auto!important;
    padding: 0 2em;
}

.slider-block .mock-items .mock-item img {
    height: 420px;
    width: auto;
    border-radius: 15px;
    margin: auto;
}

.slider-block.btns .mock-items .mock-item img {
    height: auto;
}

.slider-block .mock-items .mock-item .mock-item-contents {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 2em;
}

.slider-block.btns .mock-items .mock-item .mock-item-contents {
    color: #000;
    margin-top: 1em;
}

.slider-block .mock-items .mock-item .mock-item-contents h4 {
    font-size: 1.35rem;
    margin-bottom: 5px;
}

.slider-block .mock-items .mock-item .mock-item-contents p {
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1em;
    font-size: 16px;
}

.finest-text {
    color: #241F21;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 1em;
    font-size: 18px;
}

.book-now {
    background: #9C7944;
    color: #FFFFFF;
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
}


/* Single column Block Starts */

.life-item-block {
    background: rgb(251 223 146 / 12%);
}

.col-items {
    padding: 1em 0;
}

.col-items img {
    margin-bottom: 1em;
}

.life-item {
    height: auto!important;
}

.col-items div.life-item {
    padding: 0 12px;
}

.col-items h6 {
    margin-bottom: 5px;
    font-size: 17px;
}

.col-items p {
    font-size: 15px;
}


/* Single column Block Ends */


/* Map Block Starts */

.map-img {
    margin-top: 1em;
    border-radius: 8px;
}

.nav-tabs {
    border-bottom: 0;
    margin: 2em 0 0;
}

.nav .nav-item {
    padding: 0 15px;
}

.nav .nav-item .nav-link {
    color: #241F21;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
    font-weight: 400;
    border: 0;
}

.nav .nav-item .nav-link:hover {
    border: 0;
}

.nav .nav-item .nav-link.active {
    font-weight: 600;
    position: relative;
    background: transparent;
    border: 0;
}

.nav .nav-item .nav-link.active::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FBDF92;
    left: 0;
    bottom: 0;
}

.accordion {
    margin-top: 1em;
}

.accordion-button {
    margin-top: 0;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    background: transparent;
    border: 0;
}

.route-details {
    width: 75%;
    margin: auto;
}

.route-details li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
}

.route-details li h5 {
    font-size: 1.125rem;
    font-weight: 900;
    margin-bottom: 5px;
}

.route-details li p {
    font-size: 15px;
    font-weight: 300;
}


/* Footer Block Starts */

.footer-block .rera-img {
    width: 120px;
    margin-bottom: 10px;
}

.footer-block p {
    font-size: 15px;
    margin-bottom: 10px;
}

.footer-block span {
    color: #241F21;
    font-size: 14px;
    margin-bottom: 1em;
    display: block;
}

.footer-block small {
    font-weight: 100;
    font-size: .8em;
    color: #84857E;
}

.footer-block p a {
    color: #241F21;
    text-decoration: underline;
}


/* Footer Block Ends */


/* Modal Block Starts */

.modal-body {
    padding: 4em 1em 0;
}

.modal-body input {
    border: 1px solid;
}

.modal {
    z-index: 999999999;
}

.modal-close {
    position: absolute;
    right: 2em;
    top: 2em;
    background: transparent;
    border: none;
    color: #000;
    font-size: 15px;
    padding: 0;
    text-transform: uppercase;
    z-index: 999999999;
}


/* Modal Block Ends */


/* Video Cursor Styles

.home.visible-cursor .cursor {
    transform: scale(0.8);
}

.home .cursor {
    display: block;
    position: relative;
    position: fixed;
    width: 100px;
    height: 100px;
    transform: scale(0);
    transition: transform .5s ease;
    z-index: 99999;
    pointer-events: none;
}

.home .cursor.mute div:not(.center-icon) {
    opacity: 0;
}

.home .cursor.mute .center-icon {
    width: 0;
    height: 0;
}

.home .cursor.mute .center-icon:after {
    background-image: url("../images/mute-1.png");
}

.home .cursor .center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #048052;
    border-radius: 50px;
    transition: height .3s ease, width .3s ease;
}

.home .cursor .center-icon:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-image: url("../images/unmute-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home .cursor div:not(.center-icon) {
    pointer-events: none;
    box-sizing: border-box;
    transform-origin: center center;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: opacity .3s ease;
    border: 5px solid #048052;
    border-radius: 50%;
    animation: lds-ring 2s cubic-bezier(0.7, 0.1, 0.3, 0.88) infinite;
    border-color: transparent;
    border-top-color: #048052;
}

.home .cursor div:not(.center-icon):nth-child(2) {
    animation-delay: .21s;
    border-top-style: dashed;
    border-top-color: #048052;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */


/* Privacy Policy */


/* .privacy-contents{
    background: #eee;
} */

.privacy-contents h1,
.privacy-contents h2,
.privacy-contents h3 {
    font-weight: 600;
    color: #222;
    margin-top: 30px;
}

.privacy-contents h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    color: #0d3b66;
}

.privacy-contents h2 {
    font-size: 1.4rem;
    border-left: 4px solid #0d3b66;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.privacy-contents h3 {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #444;
}

.privacy-contents p {
    margin-bottom: 15px;
    font-size: 1rem;
}

.privacy-contents ul {
    /* margin: 10px 0 20px 20px;
    padding: 0; */
    list-style-type: disc;
    padding-left: 2rem;
}

.privacy-contents ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.privacy-contents a {
    color: #0d3b66;
    text-decoration: none;
}

.privacy-contents a:hover {
    text-decoration: underline;
}

.privacy-contents .contact {
    background: #f0f4f8;
    padding: 15px;
    border-left: 4px solid #0d3b66;
    border-radius: 6px;
    margin-top: 20px;
}

.privacy-contents .contact b {
    color: #0d3b66;
}

.floating_btn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    0% {
        box-shadow: 0 0 0 0 rgba(66, 219, 135, 0.6);
    }
    50% {
        box-shadow: 0 0 0 5px rgba(66, 219, 135, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(66, 219, 135, 0);
    }
}

@keyframes pulsingphone {
    0% {
        box-shadow: 0 0 0 0 #fbdf92a1;
    }
    50% {
        box-shadow: 0 0 0 5px #fbdf92a1;
    }
    100% {
        box-shadow: 0 0 0 10px #fbdf92a1;
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    /* Smoother pulse */
    animation: pulsing 2s infinite ease-in-out;
    transition: transform 0.3s ease;
}

.floating_btn.no-btm .contact_icon {
    background-color: #fbdf92;
    color: #000000;
    animation: pulsingphone 2s infinite ease-in-out;
}


/* Sliding Form */

#instant-callback-div {
    position: fixed;
    vertical-align: top;
    right: -245px;
    top: 16%;
    z-index: 999999999;
}

#instant-callback-div .instant-switch {
    background: url(../images/enquire.png) no-repeat scroll 0 0 #fff;
    background-size: 42px;
    box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.2);
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 232px;
    cursor: pointer;
    margin-top: 6em;
    border-radius: 5px;
}

#instant-callback-div .instant-switch.search-switch {
    background: url(../images/enquire-search.png) no-repeat scroll 0 0 #fff;
}

#instant-callback-div .instant-switch.get-switch {
    background: url(../images/get-sample-btn.png) no-repeat scroll 0 0 #fff;
}

#instant-callback-div .content-switcher {
    display: inline-block;
    width: 280px;
    margin: 0 0 0 -4px;
    vertical-align: top;
    border-radius: 6px;
    background: #fefefe;
    padding: 2em 1em;
}

.sliding-form label {
    font-size: .875em;
    color: var(--text-dark);
    font-weight: normal;
    display: block;
}

.sliding-form label.error {
    color: red;
}

.sliding-form input {
    border: 1px solid #000;
    font-size: 15px;
}


/* .sliding-form input,
.sliding-form textarea {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 30px;
    width: 100%;
    font-weight: var(--fw-semibold);
    font-size: 14px;
} */

.sliding-form input:focus-visible,
.sliding-form textarea:focus-visible {
    outline: none;
}

.sliding-form textarea {
    resize: none;
}

.sliding-form input[type="submit"] {
    color: #fff;
    background-color: var(--bg-primary);
    border: 1px solid var(--bg-primary);
    width: auto;
    padding: 8px 20px;
    text-transform: uppercase;
    height: auto;
    font-size: 15px;
}

#hide {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

#switch-for-mobile,
#switch-panel-mobile {
    display: none;
}

#open-link {
    position: fixed;
    cursor: pointer;
    z-index: 999999999;
    bottom: 0;
    background-repeat: no-repeat;
    width: 100%;
    background: #fbdf92;
    text-align: center;
    padding: 6px 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    animation: breathe 3s ease-in-out infinite;
}

@keyframes breathe {
    0%,
    100% {
        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
    }
    50% {
        box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.25);
    }
}

.up-arrow {
    animation: upBounce 1s ease-in-out infinite;
    font-weight: 500;
}

@keyframes upBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-6px);
    }
    60% {
        transform: translateY(-3px);
    }
}

#switch-panel-mobile {
    padding: 2.65em 1em 1em;
    width: 100%;
    right: 0;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    background: #fefefe;
}

#close-link {
    background-color: var(--bg-primary);
    border-radius: 50%;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 0;
}

.sliding-form .wpcf7-spinner {
    display: block;
}

@media only screen and (orientation: landscape) {
    #switch-panel-mobile {
        height: 150px;
        overflow: scroll;
    }
}


/* Sliding Form Ends*/

.homes-block {
    background: url(../images/homes-block-bg.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.homes-block .banner-logo {
    height: 55px;
}

.homes-block:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.homes-block.homebg1 {
    background-image: url(../images/new-search-second-section.png);
}

.homes-block.homebg2 {
    background-image: url(../images/home-second-slide.jpg);
}


/* .homes-block.no-bg:after {
    display: none;
} */


/* .homes-block.no-bg::before {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 30%);
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
} */

.homes-block .inner-block {
    position: relative;
    z-index: 99;
    padding-right: 5em;
}

.homes-block .inner-block h4 {
    line-height: 1;
}

.homes-block .inner-block .location {
    vertical-align: top;
    vertical-align: middle;
}

.homes-block .inner-block p {
    font-weight: 200;
    width: 90%;
    vertical-align: middle;
}

.homes-btn {
    background: #000;
    color: #f7dc90;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.btm-overlay:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 140px;
    left: 0;
    bottom: 0;
}

.btm-overlay h4,
.btm-overlay h5 {
    position: relative;
    z-index: 99;
}

.btm-overlay h4 span {
    display: block;
}

.btm-overlay h5 span {
    font-size: 16px;
    margin: 3px 0 0;
    display: block;
    font-weight: 400;
}

.btm-overlay h4 {
    color: #FBDF92;
}

.btm-overlay h4:after {
    position: absolute;
    content: "";
    background: #FBDF92;
    width: 1px;
    height: 90%;
    right: 0;
    top: 0;
}

.btm-overlay h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.brochureplan-block {
    background: #ece8dc;
}

.first-block {
    background: url(../images/first-v1.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
}

.largest-block {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.largest-block1 {
    background-image: url(../images/largest-slide-1.png);
}

.largest-block2 {
    background-image: url(../images/largest-slide-2.png);
}

.largest-block.bg-1 {
    background-image: url(../images/larges-bg-2.png);
}

.largest-block .counter {
    color: #fff;
    right: 1em;
    z-index: 9;
}

.only-block {
    background: url(../images/only-v1.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
}

.highest-block {
    background: url(../images/high-bg.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.biggest-block {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.biggestbg-1 {
    background-image: url(../images/biggest-bg-new.jpg);
}

.biggestbg-2 {
    background-image: url(../images/gallery-1.png);
}

.best-block {
    background: url(../images/new-banner-search-2.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
}

.shear-block {
    background: url(../images/shear-bg.jpeg) no-repeat;
    background-size: 100%;
    background-position: center;
}

.gallery-items .gallery-item {
    height: auto !important;
}

.gallery-items .slick-dots {
    position: absolute;
    bottom: 1em;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

.gallery-items .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.gallery-items .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: transparent;
    margin-top: 1em;
    opacity: .4;
}

.gallery-items .slick-dots li.slick-active button {
    background: #FBDF92;
    opacity: 1;
}

.sobha-stds h4 {
    color: #9C7944;
}

.sobha-stds h6 {
    font-family: var(--font-abril);
}

.sobha-stds p {
    margin-bottom: 1em;
}

.journey-img img {
    height: 45px;
    width: auto;
}

.sobha-stds .std-img {
    height: 50px;
    margin: 2em 0 0;
}

.video-section {
    background: rgb(251 223 146 / 12%);
}

.video-section video {
    width: auto;
    height: 450px;
    border-radius: 20px;
    margin: auto;
    display: block;
}

.first-items .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2em;
}

.first-item {
    height: auto!important;
}


/* New Campaign Page Block Starts */

.banner-form-block {
    height: auto;
}

.banner-left-column,
.banner-right-column {
    height: 100%;
}

.banner-form-block h1 {
    color: #12372B;
    font-size: 2.35em;
    margin-bottom: 10px;
}

.banner-form-block h5 {
    color: #241F21;
    font-size: 1.125rem;
}

.banner-form-block h6 {
    font-weight: 500;
}

.banner-form-block input[type="text"] {
    border: 1px solid #989898;
}

.banner-form-block .banner-top {
    width: 100%;
    padding: 0 2em;
    top: 2em;
    left: 0;
}

.banner-form-block .banner-top .logo {
    width: 140px;
}

.banner-form-block .banner-top .rera-img {
    width: 50px;
    margin-left: 2px;
}

.banner-form-block .banner-top p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    /* text-transform: uppercase; */
}

.banner-form-block form button {
    background: #005E40;
    border: 1px solid #005E40;
}

.banner-slide img {
    width: 38px;
}

.banner-slide a {
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
}

.banner-slide a:last-child {
    margin-bottom: 0;
}

.slide-in-banner-web {
    position: absolute;
    top: 20%;
    right: 0;
}

.right-contact-details img {
    width: 35px;
}

.banner-right-logo {
    width: 150px;
}

.phone-details {
    letter-spacing: 2px;
}

.location-details img {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
}

.location-details span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 8px;
    width: 93%;
    line-height: 1.1;
    font-size: 15px;
}

.banner-form-block .whatsapp-icon-mbl{
    display: none;
}


/* Channel Partner LP */

.text-green {
    color: #12372B;
}

.channel-heading {
    font-family: var(--font-abril);
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 10px;
}

.hilltop-block .location-img {
    width: 25px;
}

.sobha-table {
    background: rgb(251 223 146 / 15%);
}

.listing-row {
    background: #ffffff;
    border-radius: 15px;
    margin: 12px 0;
    box-shadow: 0 6px 18px rgba(81, 69, 56, 0.04);
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 60px;
    align-items: center;
}

.unit-type {
    font-weight: 600;
    color: #241F21;
    font-size: 0.95rem;
}

.unit-size {
    color: #241F21;
    font-size: 0.95rem;
    font-weight: 500;
}

.blurred-row {
    background: transparent;
    padding-left: 12px;
    padding-right: 12px;
}

.blur-text {
    display: inline-block;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    opacity: 0.45;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    font-weight: 600;
    font-size: 0.95rem;
}

.blur-text.unblur {
    filter: none;
    -webkit-filter: none;
}

.btn-view {
    background: #12372B;
    color: #fff;
    border-radius: 18px;
    padding: 8px 12px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(23, 67, 47, 0.08);
    border: none;
}

.amen-icon {
    text-align: center;
    margin-bottom: 3em;
}

.amen-icon img {
    height: 45px;
    margin-bottom: 5px;
}

.amen-icon span {
    display: block;
    color: #241F21;
    font-size: 13px;
    font-weight: 500;
}

.dwdbrochure-block {
    background: #12372B;
}

.dwd-btn {
    background: #9C7944;
    color: #FFFFFF;
    padding: 12px 20px;
    border-radius: 10px;
    margin-top: 1em;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

.floorplan-block {
    background: rgb(251 223 146 / 15%);
}

.floorplan-item {
    position: relative;
    cursor: pointer;
}

.floorplan-item img {
    transition: all 0.4s ease;
    display: block;
    width: 100%;
}

.plan-overlay {
    position: absolute;
    inset: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.plan-overlay .btn-view {
    background: #f7ce6b;
    color: #241F21;
    font-weight: 500;
    padding: 10px 25px;
    border-radius: 10px;
    text-decoration: none;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.floorplan-item:hover img {
    filter: brightness(70%);
}

.floorplan-item:hover .plan-overlay {
    opacity: 1;
    visibility: visible;
}

.floorplan-item:hover .plan-overlay .btn-view {
    transform: translateY(0);
    opacity: 1;
}

.simple-footer small {
    color: #84857E;
}


/* Channel Partner Lp */


/* Sobha Woods Lp */

.feature-section {
    background-color: #fdfaf3;
}

.feature-section .nav-tabs .nav-link {
    color: #241F21;
    border: none;
    letter-spacing: 0.5px;
    position: relative;
    font-family: var(--font-abril);
    font-size: 20px;
    font-weight: 500;
}

.feature-section .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%) scaleX(0);
    width: 50%;
    height: 2px;
    background-color: #9C7944;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.feature-section .nav-tabs .nav-link:hover {
    color: #9C7944;
}

.feature-section .nav-tabs .nav-link:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.feature-section .nav-tabs .nav-link.active {
    color: #9C7944;
    font-weight: 500;
}

.feature-section .nav-tabs .nav-link.active::after {
    transform: translateX(-50%) scaleX(1);
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 50%;
    height: 2px;
    background-color: #9C7944;
    transition: transform 0.3s ease;
    transform-origin: center;
}

.feature-section .tab-content img,
.feature-section .accordion-body img {
    border-radius: 10px;
}

.feature-section .accordion-button {
    background-color: #fdfaf3;
    color: #333;
    font-weight: 600;
    box-shadow: none;
}

.feature-section .accordion-button:not(.collapsed) {
    color: #a58b5c;
    background-color: #fdfaf3;
}

.feature-section .tab-img-block .content-area {
    content: "";
    background: rgb(0 0 0 / 62%);
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 2em 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.feature-section .tab-img-block .content-area h5 {
    color: #FBDF92;
    font-family: var(--font-abril);
    font-size: 1.65rem;
    margin-bottom: 0;
}

.feature-section .tab-img-block .content-area {
    font-size: 16px;
}

.hills-section .nav .nav-item{
    padding: 10px 0;
}
.hills-section .nav .nav-item .nav-link{
    text-transform: none;
    text-align: left; 
}

.hills-section .nav .nav-item .nav-link p{
    display: none;
    font-weight: 400;
    margin: 10px 0;
    color: #000000;
}

.hills-section .nav .nav-item .nav-link.active{
    color: #9C7944;
    font-size: 1.25rem;
    font-weight: 500;
}

.hills-section .nav .nav-item .nav-link.active::after{
    display: none;
}

.hills-section .nav .nav-item .nav-link.active p{
    display: block;
}

.hills-section h5 {
    color: #9C7944;
    margin-bottom: 10px;
}

.hills-section p {
    margin-bottom: 1em;
}

.hills-section ul li {
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.nearby-section p {
    margin-bottom: 2em;
}

.nearby-section h6 {
    margin-bottom: 2em;
}

.nearby-section .near-item .near-icon {
    margin-bottom: 1em;
}

.nearby-section .near-item .near-icon img {
    height: 40px;
}

.nearby-section .near-item p {
    line-height: 1.2;
    font-size: 14px;
}

.nearby-section .near-item p strong {
    display: block;
    margin-top: 5px;
}

.book-section {
    background: #12372B;
    color: #fff;
}

.book-section h2 {
    color: #fff;
}

.book-section .book-btn {
    background: #9C7944;
    color: #fff;
    padding: 12px 60px;
    margin: 1.5em 0 0;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
}

.faq-section {
    background: rgb(251 223 146 / 12%);
}

.faq-section .faq-accordion .accordion-button {
    font-weight: 600;
    font-size: 1rem;
    color: #393632;
    background: none;
    box-shadow: none;
    padding: 1.2rem 0;
    border: none;
    text-transform: none;
    font-family: 'Poppins';
}

.faq-section .faq-accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.faq-section .faq-accordion .accordion-item {
    border-color: #ddd;
}

.faq-section .faq-accordion .accordion-body {
    font-size: 0.95rem;
    color: #444;
    padding: 0 0 1rem 0;
}

.faq-section .accordion-button::after {
    content: '+';
    font-size: 30px;
    transform: rotate(0);
    transition: transform 0.2s ease;
    background-image: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-section .accordion-button:not(.collapsed)::after {
    content: '–';
    transform: rotate(0deg);
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .location-details span {
        width: 88%;
    }
}

@media (min-width: 992px) and (max-width: 1025px) {
    .homes-block,
    .first-block,
    .largest-block,
    .only-block,
    .highest-block,
    .biggest-block,
    .best-block,
    .shear-block {
        background-size: cover;
    }
    /* .btm-overlay:after {
        height: 15%;
    } */
    .hero-section.section-full-height {
        height: 100vh;
    }
    .hero-section.section-full-height .hero-video-wrapper {
        height: 100vh;
    }
    .location-details span {
        width: 88%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .homes-block,
    .first-block,
    .largest-block,
    .only-block,
    .highest-block,
    .biggest-block,
    .best-block,
    .shear-block {
        background-size: cover;
    }
    /* .btm-overlay:after {
        height: 15%;
    } */
    .hero-section.section-full-height {
        height: 100vh;
    }
    .hero-section.section-full-height .hero-video-wrapper {
        height: 100vh;
    }
    .location-details span {
        width: 88%;
    }
}

@media (max-width: 992px) {
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
    .col-items div {
        padding: 0;
    }
    .col-items img {
        margin: 0 auto 10px;
    }
    .slider-block .mock-items .mock-item img {
        height: 400px;
    }
}

@media (max-width: 767.98px) {
    .homes-block .inner-block p {
        width: 85%;
    }
    .header-block.sticky-top .download-cta {
        display: none!important;
    }
    .header-block.sticky-top .sticky-whats {
        display: block;
    }
    .hero-section .hero-video-wrapper .video-banner-contents.banner-split h3 br {
        display: block;
    }
    .largest-items .slick-dots,
    .homes-slide .slick-dots,
    .biggest-slide .slick-dots {
        bottom: 3px;
    }
    .col-items .slick-dots li,
    .largest-items .slick-dots li,
    .homes-slide .slick-dots li,
    .biggest-slide .slick-dots li {
        margin: 0 2px;
    }
    .col-items .slick-dots li button,
    .largest-items .slick-dots li button,
    .homes-slide .slick-dots li button,
    .biggest-slide .slick-dots li button {
        width: 8px;
        height: 8px;
    }
    /* .first-block {
        background: url(../images/first-mbl1.jpg);
    }
    .largest-block {
        background: url(../images/largest-mbl.jpg);
    }
    .only-block {
        background: url(../images/only-bg.jpg);
    }
    .highest-block {
        background: url(../images/highest-mbl1.jpg);
    }
    .biggest-block {
        background: url(../images/biggest-mbl-1.jpg);
    }
    .best-block {
        background: url(../images/best-mbl.jpg);
    } */
    .first-items .slick-dots {
        bottom: 0;
    }
    .download-cta {
        font-size: 13px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .download-cta img {
        width: 14px;
    }
    .largest-block .counter {
        display: none;
    }
    .section-full-height {
        height: 85vh;
        /* min-height: 85dvh; */
    }
    .hero-section .hero-video-wrapper {
        height: 85vh;
    }
    @supports (-webkit-touch-callout: none) {
        .section-full-height {
            height: 85vh;
        }
        .hero-section .hero-video-wrapper {
            height: 85vh;
        }
    }
    .rera-details {
        width: 75%;
        margin-right: 5px;
    }
    .header-block p {
        font-size: 10px;
    }
    .header-block .rera-img {
        width: 35px;
    }
    .hero-section .hero-video-wrapper.bg-image {
        /* background-image: url(../images/search-mbl-banner.png); */
        height: 92vh;
    }
    #muteIcon {
        width: 20px;
    }
    .mute-toggle {
        bottom: 5px;
        right: 0;
    }
    .modal-body {
        padding: 4em 0 0;
    }
    .modal-body input[type="text"],
    .sliding-form input[type="text"] {
        font-size: 14px;
        font-weight: 600;
    }
    .modal-body .intl-tel-input.separate-dial-code .selected-dial-code,
    .sliding-form .intl-tel-input.separate-dial-code .selected-dial-code {
        font-size: 14px;
    }
    .iti-mobile .intl-tel-input.iti-container {
        z-index: 999999999!important;
    }
    .iti-mobile .intl-tel-input .country-list {
        max-height: 165px!important;
    }
    .video-section video {
        width: 100%;
        height: 225px;
        object-fit: cover;
        object-position: center;
    }
    .footer-block small {
        display: block;
        margin-bottom: 3.5em;
    }
    .privacy-contents h1 {
        font-size: 1.45rem;
        margin-bottom: 5px;
    }
    .privacy-contents h2 {
        font-size: 1.125rem;
    }
    .privacy-contents h3 {
        font-size: 1.1rem;
    }
    .privacy-contents p,
    .privacy-contents ul {
        font-size: 15px;
    }
    .h3,
    h3 {
        font-size: 2rem;
    }
    .py-6 {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .pb-6 {
        padding-bottom: 3em;
    }
    .fs-09 {
        font-size: .813em;
    }
    .hero-section .hero-video-wrapper .video-banner-contents .banner-logo {
        width: 125px;
        margin-top: 10px;
    }
    .banner-enquire {
        font-size: 15px;
        padding: 5px 0;
    }
    h2 {
        font-size: 30px;
    }
    h6 {
        font-size: 15px;
    }
    h2 br,
    h6 br {
        display: none;
    }
    input[type="text"] {
        font-size: 15px;
    }
    input[type="submit"] {
        margin: 1em 0 0;
    }
    /* .mock-items .slick-dots li span {
        width: 30px;
        height: 30px;
    } */
    .mock-items .slick-dots {
        margin-top: 0;
    }
    .mock-items .slick-dots li {
        margin: 0 8px;
    }
    .mock-items .slick-dots li button {
        width: 12px;
        height: 12px;
    }
    /* .slider-block .mock-items .mock-item,
    .life-item,
    .first-item {
        height: auto!important;
    } */
    .slider-block .mock-items .mock-item .mock-item-contents {
        padding: 0 6px;
    }
    .slider-block .mock-items .mock-item .mock-item-contents h4 {
        font-size: 1.125rem;
    }
    .slider-block .mock-items .mock-item .mock-item-contents p {
        margin-bottom: 1em;
        font-size: 15px;
        /* padding: 0 1em; */
    }
    .slider-block .mock-items .mock-item .mock-item-contents p br {
        display: none;
    }
    .slider-block .mock-items .mock-item img {
        height: 280px;
        width: 100%;
        object-fit: cover;
    }
    .slider-block.btns .mock-items .mock-item img {
        height: 280px!important;
    }
    .finest-text {
        font-size: 15px;
        line-height: 1.1;
    }
    .book-now {
        padding: 8px 20px;
    }
    .col-items img {
        width: 275px;
        margin: 0 auto 1em;
    }
    /* .col-items p {
        font-size: 13px;
    } */
    /* .life-item,
    .first-item {
        height: auto!important;
    } */
    .nav .nav-item {
        padding: 0 5px;
    }
    .nav .nav-item a {
        font-size: 16px;
    }
    .route-details li h5 {
        font-size: 1rem;
    }
    .route-details li p {
        font-size: 14px;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .floating_btn {
        bottom: 3em;
    }
    .floating_btn.dsk {
        display: none;
    }
    .floating_btn.no-btm {
        bottom: 0;
    }
    .floating_btn.no-btm1 {
        bottom: 0;
    }
    .homes-block,
    .first-block,
    .largest-block,
    .only-block,
    .highest-block,
    .biggest-block,
    .best-block,
    .shear-block {
        background-size: cover;
        padding: 1em 0 0;
    }
    .largest-block {
        padding-bottom: 2em;
    }
    .btm-overlay:after {
        display: none;
    }
    .btm-overlay .inner-block {
        background: rgb(0 0 0 / 60%);
        padding: 10px;
    }
    .btm-overlay h4:after {
        height: 40%;
        display: none;
    }
    .homes-block .inner-block {
        padding-right: 0;
    }
    .homes-block .inner-block h4 {
        font-size: 28px;
        color: #FBDF92 !important;
    }
    .homes-block:after {
        width: 100%;
    }
    .btm-overlay h4 {
        font-size: 1.75rem;
    }
    .btm-overlay h4 span {
        font-size: 22px;
        display: block;
    }
    .btm-overlay h5 {
        font-size: 16px;
    }
    h5 br {
        display: none;
    }
    .sobha-stds h4 {
        font-size: 30px;
    }
    .slider-block .mock-items .mock-item {
        padding: 0 10px;
    }
    .hero-section .hero-video-wrapper.bg-image-2 {
        background-image: url(../images/main-banner-mbl.jpg);
    }
    .homes-block.homebg1 {
        background-image: url(../images/hilltop-mbl.jpg);
    }
    .largest-block1 {
        background-image: url(../images/largest-slide-mbl-1.jpg);
    }
    .largest-block2 {
        background-image: url(../images/largest-slide-mbl-2.jpg);
    }
    .biggestbg-1 {
        background-image: url(../images/biggest-slide-mbl-1.jpg);
    }
    .biggestbg-2 {
        background-image: url(../images/biggest-slide-mbl-2.jpg);
    }
    .best-block {
        background-image: url(../images/best-mbl.jpg);
    }
    .highest-block {
        background-image: url(../images/highest-bl.jpg);
    }
    .homes-block .inner-block .location {
        margin: auto;
    }
    .homes-block .inner-block p {
        width: 100%;
    }
    .whatsapp-icon-mbl {
        background: #42db87;
        width: 30px;
        height: 30px;
        display: inline-flex;
        border-radius: 50%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .whatsapp-icon-mbl i {
        color: #fff;
        font-size: 20px;
    }
    .banner-form-block .banner-top {
        padding: 0 1em;
        top: 1em;
    }
    .banner-form-block .banner-top .rera-img {
        width: 30px;
    }
    .banner-form-block .banner-top p {
        font-size: 10px;
    }
    .banner-form-block.banner-sticky .banner-top{
        position: fixed !important;
        padding: 0.5em 1em;
        top: 0;
        background: rgb(0 0 0 / 30%);
    }
     .banner-form-block.banner-sticky .banner-top .whatsapp-icon-mbl{
        display: inline-flex;
     }
    .banner-form-block.banner-sticky .banner-top .rera-details,
    .banner-form-block.banner-sticky .banner-top .rera-img {
        display: none!important;
    }
    .slide-in-banner-mbl {
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        z-index: 999;
    }
    .banner-slide a {
        width: 100%;
        margin-bottom: 0;
        font-size: 14px;
        border-radius: 0;
        padding: 10px 15px;
        font-weight: bold;
    }
    .banner-slide .video-in-banner {
        background: #fbdf92;
        color: #000000;
    }
    .banner-slide .brochure-in-banner {
        background: #000;
        color: #ffffff;
    }
    .banner-form-block h1 {
        font-size: 1.75rem;
        margin-bottom: 12px;
    }
    .banner-form-block h1 br {
        display: none;
    }
    .location-details {
        margin-bottom: 10px;
    }
    .form-block {
        background: #FFFAEF;
        padding: 2em 1em 1em !important;
        margin: 2em 0;
        border-radius: 5px;
        box-shadow: 0px 2px 5px 2px rgb(204 204 204 / 40%);
    }
    .location-details span {
        width: 88%;
    }
    .listing-row {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .blur-text {
        filter: blur(5px);
    }
    .blurred-row {
        flex-flow: column;
        align-items: start;
        padding: 10px 0 15px;
    }
    .channel-heading {
        font-size: 24px;
    }
    .channel-heading br {
        display: none;
    }
    .amen-icon {
        margin-bottom: 2em;
    }
    .floorplan-item {
        margin-bottom: 1em;
    }
    .dwd-btn {
        font-size: 15px;
        padding: 10px 15px;
    }
    .plan-overlay {
        opacity: 1;
        visibility: visible;
    }
    .simple-footer {
        padding-bottom: 7em !important;
    }
    .hero-section .hero-video-wrapper .video-banner-contents ul li {
        width: 32%;
    }
    .faq-section .accordion-button::after {
        font-size: 25px;
    }
    .nearby-section p br {
        display: none;
    }
    .life-item-block .slick-dots {
        text-align: center;
    }
    .col-items h6 {
        font-size: 15px;
        text-align: center;
    }
    .hilltop-block {
        padding-top: 5em;
    }
    .hills-section h5 {
        font-size: 16px;
    }
    .feature-section .tab-img-block .content-area {
        padding: 10px 0;
    }
    .feature-section .tab-img-block .content-area h5 {
        font-size: 1.25rem;
    }
    .feature-section .tab-img-block .content-area p {
        font-size: 13px;
    }
    .hills-section ul li {
        font-size: 15px;
    }
    .pt-6 {
        padding-top: 3em;
    }
    .hero-section .hero-video-wrapper .video-banner-contents {
        top: 20%;
    }
    .feature-section .accordion-body {
        padding: 0;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) {
    .homes-block,
    .largest-block,
    .biggest-block,
    .best-block,
    .highest-block,
    .shear-block {
        background-size: 135%;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    .homes-block,
    .largest-block,
    .biggest-block,
    .best-block,
    .highest-block,
    .shear-block {
        background-size: 135%;
    }
}

/* New Sobha Woods */
.sw-sticky{
    position: fixed;
    top: 0;
    right: 0;
    width: 25%;
    height: 100vh;
    z-index: 999;
}
.sticky-right{
    padding: 2em;
    background: #fff;
}
.sticky-right .banner-right-column h1{
    font-size: 1.75rem;
    margin-bottom: 5px;
}
.sticky-right .banner-right-column h2{
    font-size: 2.125rem;
}
.sticky-right .banner-right-column h6{
    font-size: 15px;
    font-weight: 500;
}
.sticky-right .banner-right-column label{
    font-size: 15px;
}
.sticky-right .banner-right-column input[type="text"]{
    font-size: 15px;
    height: 35px;
    border: 1px solid #ccc;
    font-weight: 600;
}
.location-details span{
    width: 88%;
}

/* New Header */
.sw-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    padding: 1em 0;
}
.sw-header .logo{
    width: 145px;
}
.navlinks li{
    padding-right: 1em;
    position: relative;
    display: inline-block;
}
.navlinks li:after{
    position: absolute;
    content: "";
    background: #707070;
    width: 2px;
    height: 15px;
    top: 4px;
    right: 4px;
}
.navlinks li:last-child:after{
    display: none;
}
.navlinks li a{
    color: #241F21;
    text-transform: uppercase;
    padding: 0 10px;
}
/* New Banner */
.newwoods-banner{
    background-image: url(../images/full-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    padding-top: 8%;
}
.newwoods-banner .highlight-price {
    color: #241F21;
    background: #FBDF92;
    width: fit-content;
    padding: 5px 15px;
    margin: 1em 0 0;
    font-weight: 600;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.newwoods-banner .special-offer {
    position: absolute;
    bottom: 1em;
    right: 45%;
    left: initial;
    width: auto;
    z-index: 9;
}
.newwoods-banner .special-offer img {
    width: 100px;
}
.newwoods-banner .banner-left,.newwoods-banner .banner-left h2{
    color: #fff;
}
.newwoods-banner .banner-right{
    padding: 2em 0 0;
    background: #fff;
}
.newwoods-banner .banner-right h1{
    font-size: 1.95rem;
    margin-bottom: 5px;
}
.newwoods-banner .banner-right h2{
    font-size: 1.125rem;
    font-family: "Poppins", serif;
    font-weight: 500;
}
.newwoods-banner .banner-right h3{
    font-family: var(--font-abril);
    font-size: 1.5rem;
    margin-top: 10px;
}
.newwoods-banner .banner-right h6{
    font-weight: 500;
    font-size: 16px;
}
.newwoods-banner .banner-right .form-label{
    font-weight: 400;
    margin-bottom: 0;
}
.newwoods-banner .banner-right input[type="text"]{
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    border: 1px solid #ccc;
}
.newwoods-banner .banner-right .intl-tel-input, .newwoods-banner .banner-right .intl-tel-input input{
    height: 42px;
}
.newwoods-banner .banner-right form{
    margin-bottom: 0;
}
.newwoods-banner .banner-right form button{
    padding: 8px 48px;
    font-size: 15px;
    margin: 0;
}
.newwoods-banner .location-details img{
    width: 15px;
}
.newwoods-banner .location-details span{
    font-size: 14px;
}
.newwoods-banner .banner-right .banner-right-top{
    padding: 0 2em 0;
}
.newwoods-banner .banner-right .banner-right-btm {
    background: #12372B;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.newwoods-banner .banner-right .banner-right-btm ul li {
    display: inline-block;
    padding: 0 2em;
}
.newwoods-banner .banner-right .banner-right-btm ul li a {
    color: #fff;
}
.newwoods-banner .banner-right .banner-right-btm ul li:last-child a{
    font-weight: 600;
}
.newwoods-banner .rera-details-positioned {
    position: absolute;
    left: 5em;
    bottom: 10px;
}
.newwoods-banner .rera-details-positioned img {
    width: 40px;
}
.newwoods-banner .rera-details-positioned .rera-details p{
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
}