/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 13, 2026 */
@font-face {
    font-family: 'Futura-bold';
    src: url('../fonts/Futura-bold.woff2') format('woff2'),
        url('../fonts/Futura-bold.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura-regular';
    src: url('../fonts/Futura-regular.woff2') format('woff2'),
        url('../fonts/Futura-regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura-light';
    src: url('../fonts/futura-light.woff2') format('woff2'),
        url('../fonts/futura-light.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'goudy-style';
    src: url('../fonts/goudy-style.woff2') format('woff2'),
        url('../fonts/goudy-style.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'goudy-style';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Futura-regular';
}

.padding_top_bottom {
    padding: 50px 0px;
}

.margin_top {
    margin-top: 50px;
}

.light_gold_bg {
    background-color: #fff8ee;
}

.light_font {
    font-family: 'futura-light';
}

.text_bold {
    font-family: 'Futura-bold';
}



.black_bg_btn {
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
}

.black_bg_btn:hover {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
}

.orange_border_btn {
    background-color: transparent;
    border: 1px solid #ce9a52;
    color: #ce9a52;
}

.orange_border_btn:hover {
    background-color: #ce9a52;
    border: 1px solid #ce9a52;
    color: #ffffff;
}

.orange_bg_btn {
    background-color: #ce9a52;
    border: 1px solid #ce9a52;
    color: #ffffff;
}

.orange_bg_btn:hover {
    background-color: transparent;
    border: 1px solid #ce9a52;
    color: #ce9a52;
}

.text_gold {
    color: #9e6c26;
}


.common_btn a,
.submit-btn {
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
    font-size: 14px;
    display: flex;
    align-items: center;
    max-width: fit-content;
    font-family: 'Futura-regular';
    border-radius: 5px;
}

.common_btn a img {
    width: 12px;
    margin-left: 20px;

}

.common_btn a:hover .arrow_orange {
    filter: invert(1) brightness(10);
    transition: .5s;
}

.arrow_white {
    filter: invert(1) brightness(10);
}

.common_btn a:hover .arrow_white {
    filter: none;
}


.similar_logo_pattern {
    position: relative;
}

.logo_icon {
    position: absolute;
    top: 10px;
    right: 10px;
}

.logo_icon img {
    width: 40px;
}

.logo {
    max-width: 230px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.rustomjee_heading h1 {
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rustomjee_heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.mobile-banner {
    display: none;
}

.desktop-banner {
    display: block;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.sidebar-contact {
    position: fixed;
    top: 28%;
    right: -350px;
    transform: translateY(-50%);
    width: 350px;
    height: auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 999;
    text-align: center;
}

.toggle {
    position: absolute;
    height: 40px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    background: #0f0f1b;
    transform: rotate(270deg);
    left: -100px;
    top: 160px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.toggle::before {
    content: '\f003';
    font-family: fontAwesome;
    font-size: 18px;
    color: #ffffff;
    margin-right: 10px;
}


.header-gradient {
    background: transparent linear-gradient(180deg, #00000096 0%, #0F0F0F7B 24%, #54545400 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 10px 0;
    background-color: transparent;
}

.newClass {
  background-color: #fff;
}

.newClass .contactNumber .mobile-number {
  color: #000;
  border-color: #000;
}

.newClass .logo {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.newClass .menu ul li a {
  color: #000;
}

/* .logo img {
    filter: brightness(1) invert(1);
} */

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.contactNumber .mobile-number {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  border-radius: 5px;
  font-family: 'Futura-bold';
  font-size: 18px;
  border: 1px solid #fff;
}

.contactNumber .mobile-number .img-fluid {
    max-width: 25px;
    display: none;
}

.menu ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    gap: 0 15px;
}

.responsive-mobile-number {
    display: none;
}

.menu ul li a {
    color: #fff;
    transition: .5s;
    margin: 0;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-family: 'Futura-regular';
    letter-spacing: 1px m;
}

.menu ul li .mobile-number {
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    padding: 10px 10px 8px 10px;
    font-weight: 600;
    font-size: 22px;

}

.contact-buttons {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 9;
}

.contact-buttons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-buttons ul li {
    margin: 0 0 15px 0;
}

.contact-buttons ul li a {
    text-decoration: none;
    background-color: #b98e33;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Futura-regular';

}

.contact-buttons ul li a .fa {
    font-size: 24px;
}

.contact-buttons ul li a.whatsapp-btn {
    background-color: #3ac24d;
    color: #fff;
}

.whatssaap-icon i {
    margin: 0px 8px;
}

/* Banner section css start  */


section.banner .banner-div {
  position: relative;
  height: 90vh;
}

section.banner .banner-div .desktop-banner {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

section.banner .banner-div::before {
  content: "";
  bottom: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  width: 100%;
  height: 110px;
  position: absolute;
  left: 0;
  z-index: 1;
}


section.banner .banner-info {
    position: absolute;
    bottom: 30px;
    z-index: 1;

    width: 100%;

}

section.banner .banner-info-div {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

section.banner .banner-info .rustomjee_heading p {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

section.banner .banner-info .rustomjee_heading h1 {
    margin-bottom: 0px;
}

section.banner .logo_pattern img {
    width: 80px;
    margin-bottom: 10px;
}

section.banner .starting_price_wrp {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

section.banner .price_icon img {
    width: 50px;
}

section.banner .price_text p {
  background-color: #ce9a52;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 0px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-size: 18px;
}

section.banner .price_text p span {
  font-size: 24px;
  font-weight: bold;
}

section.banner .price_arrow img {
    width: 60px;
}

/* Banner section css start  */


/* Properties strip details section css start  */

section.strip_properties {
    background-color: #ffffff;
    padding: 15px 0px;
    border-bottom: 1px solid #dad4c6;
}

section.strip_properties .project_logo img {
    width: 180px;
}

section.strip_properties .strip_details {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 20px;
}

section.strip_properties .strip_wrp {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

section.strip_properties .strip_details_text {
    text-align: center;
    width: 33.33%;
}

section.strip_properties .strip_details_text p {
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 3px;
    color: #b98e33;
    font-family: 'Futura-regular';
}

section.strip_properties .strip_details_text span {
    text-transform: uppercase;
}



section.strip_properties .strip_btn_flex {
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 100%;
}

section.strip_properties .strip_btn_flex .common_btn {
    width: 50%;
}

section.strip_properties .strip_btn_flex .common_btn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}

section.strip_properties .strip_icon img {
    width: 40px;
}

/* Properties strip details section css end  */



/* About Rustomjee section css start  */

section.about_rustomtjee .about_heading h3 {
    font-family: 'goudy-style';
    color: #9e6c26;
    text-transform: uppercase;
    font-size: 21px;
}

section.about_rustomtjee .about_pera p {
    font-size: 22px;
    color: #151515;
}

section.about_rustomtjee .about_rustomjee_img {
    padding-right: 20px;
}

section.about_rustomtjee .about_rustomjee_img .logo_icon {
    padding-right: 20px
}

section.about_rustomtjee .about_properties_wrp {
    padding-left: 20px;
}

section.about_rustomtjee .properties_details_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

section.about_rustomtjee .properties_text small {
    color: #807464;
    font-size: 12px;
}

section.about_rustomtjee .properties_details_wrp .properties_text:last-child {
    width: 30%;
}

section.about_rustomtjee .properties_details_wrp .properties_text {
    width: 70%;
}

section.about_rustomtjee .properties_text p {
    margin-bottom: 0;
    font-size: 20px;
    color: #151515;
}

section.about_rustomtjee .properties_details_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dad4c6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* About Rustomjee section css end  */


/* Highlights section css start  */

section.highlights {
    position: relative;
}

section.highlights .highlight_image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;

}

section.highlights .highlight_image img {
    object-fit: cover;
    height: 100%;
}

section.highlights .row {
    row-gap: 20px;
}

section.highlights .highlight_wrp {
    display: flex;
    align-items: center;
    background-color: #ffffffd6;
    padding: 10px;
    height: 60px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #dad4c6;
    column-gap: 10px;
}

section.highlights .highlight_icon img {
    width: 30px;
}

section.highlights .highlight_text p {
    margin-bottom: 0;

    text-transform: uppercase;
    line-height: 1;
}

/* Highlights section css end  */

/* Amenities section css start  */

section.amenities {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dad4c6;
}


section.amenities .amenities-slider1 .swiper-wrapper {
    transition-timing-function: linear !important;
}

section.amenities .amenities_wrp {
    display: flex;
    align-items: start;
    column-gap: 20px;
    justify-content: space-between;
    height: 180px;
    flex-direction: column;
    border: 1px solid #dad4c6;
    padding: 20px;
}

section.amenities .amenities-slider1 .swiper-wrapper,
section.amenities .amenities-slider2 .swiper-wrapper {
    transition-timing-function: linear !important;
}

section.amenities .amenities-slider1 .swiper-slide,
section.amenities .amenities-slider2 .swiper-slide {
    width: auto;
}

section.amenities .amenities_icon img {
    width: 50px;
}

section.amenities .amenities_text p {
    margin-bottom: 0px;
}

section.amenities .amenities_slider1 {
    padding: 30px 0px;
}

section.amenities .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

section.amenities .swiper-pagination-bullets {
    width: 100%;
    bottom: 0px;
    left: 0;
    z-index: 9;
    text-align: right;
    position: static;
    margin-top: 20px;
}

section.amenities .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff8ee;
    opacity: .5;
    border-radius: 0;
    margin: 0 2px;
    border: 1px solid #ce9a52;
}

section.amenities .swiper-pagination-bullet-active {
    background: #ce9a52;
    opacity: 1;
}

/* Amenities section css end  */


/* Gallery section css start  */

section.gallery .gallery_grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    gap: 15px;
}


section.gallery .gallery_items .gallery_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


section.gallery .gallery_items:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

section.gallery .gallery_items:nth-child(2) {
    grid-column: 2;
    grid-row: 1 / span 2;

}

section.gallery .gallery_items:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
}

section.gallery .gallery_items:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
}

section.gallery .gallery_items:nth-child(5) {
    grid-column: 3;
    grid-row: 2;
}

/* Gallery section css end  */

/* Price List section css start  */




section.price_list .price_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #dad4c6;
    padding-top: 20px;
    margin-top: 20px;
}

section.price_list .price_wrp:first-child {
    margin-top: 0px;
}


section.price_list .price_list_text p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
}

section.price_list .price_center_text p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
}


section.price_list .price_btn .common_btn a {
    width: 100%;

}


section.price_list .price_right_content {
    display: flex;
    align-items: center;
    column-gap: 60px;
    width: 50%;
    justify-content: end;
}



section.price_list .varient_heading p {
    padding: 6px 40px;
    border: 1px solid #ce9a52;
    max-width: fit-content;
    border-radius: 50px;
    font-family: 'Futura-regular';
    color: #ce9a52;
    text-transform: uppercase;
}

section.price_list .price_text_wrp {
    display: flex;
    align-items: center;

    width: 100%;
}

section.price_list .price_list_text small {
    font-family: 'Futura-regular';
    text-transform: uppercase;
    color: #9e6c26;
}


section.price_list .floor_plan_image {
    border: 1px solid #ce9a52;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
}

section.price_list .floor_plan_image img.w-100 {
    width: 100%;
    filter: blur(3px);
    opacity: .7;
}

section.price_list .floor_plan_image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #00000031;
}

section.price_list .view_icon {
    position: absolute;
}

section.price_list .view_icon a img {
    width: 40px;

}

section.price_list .price_right_content .common_btn {
    width: 50%;
}

section.price_list .floor_plan_image {
    width: 50%;
}

section.price_list .price_left_content {
    width: 50%;
}

section.price_list .price_text_wrp .price_list_text {
    width: 50%;
}

section.price_list .view_icon span {
    display: none;
}

/* Price List section css end  */


/* location advantage section css start  */

section.location_advantage .location_content .row {
    row-gap: 15px;
}

section.location_advantage .location_text p {
    margin-bottom: 0px;

}

section.location_advantage .location_text p:first-child {
    font-size: 20px;

}

section.location_advantage .location_text {
    background-color: #ffffff;
    padding: 10px;
    height: 100%;
    text-align: center;
}

section.location_advantage .location_place {
    text-align: center;
}

section.location_advantage .location_place p:first-child {
    color: #807464;
}

section.location_advantage .location_text h4 {
    font-size: 50px;
    color: #ce9a52;
    font-family: 'goudy-style';
    margin-bottom: 0px;
}

section.location_advantage .location_content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

/* location advantage section css end  */

/* Project video section start  */

section.project_video .project_video_wrp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.project_video .project_video_wrp::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000007e;
}

section.project_video .project_video_wrp .rustomjee_heading {
    position: absolute;
    z-index: 1;
    text-align: left;
    width: 100%;
    top: 20px;
}

section.project_video .project_video_wrp .play_video {
    position: absolute;
    z-index: 1;
}

section.project_video .project_video_wrp .rustomjee_heading h2 {
    margin-bottom: 10px;

}

section.project_video .play_video img {
    width: 50px;
}


/* Project video section end  */


/* About developer section css start  */

section.about_developer .about_developer_content {
    margin-left: 20px;
}

section.about_developer .rustomsub_heading h4 {
    color: #9e6c26;
    font-family: 'goudy-style';
    text-transform: uppercase;
    font-size: 24px;
}


section.about_developer .developer_logo img {
    width: 200px;
}

section.about_developer .rustom_pera p {
    font-size: 20px;
    color: #151515;
}

section.about_developer .rustom_pera p:last-child {
    margin-bottom: 0px;
}

/* About developer section css end  */


/* Bar code section css start  */

section.barcode .barcode_scan {
    display: flex;
    justify-content: end;
}

section.barcode .barcode_img {
    max-width: fit-content;
    padding: 20px 30px 10px 30px;
    border: 1px solid #ce9a52;
    text-align: center;
}

section.barcode .barcode_img img {
    width: 130px;
}

section.barcode .barcode_img p {
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'Futura-regular';

}

section.barcode .logo_pattern_center img {
    width: 60px;
}

/* Bar code section css end  */

/* Footer css start  */

footer {
    padding: 30px 0;
    width: 100%;
    display: inline-block;
}

footer p {
    color: #000;

    margin: 0 0 10px 0;
    font-family: 'futura-light';
}

footer p b {
    font-family: 'Futura-bold';
    font-weight: normal;
    text-transform: uppercase;
}

footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
}


footer ul li a {
    font-size: 14px;
    background-color: #ffffff;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 0px;
    font-family: 'futura-regular';
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    border-radius: 5px;
    color: #ce9a52;
    border: 1px solid #ce9a52;
    transition: .5s;
}

footer ul li a:hover {
    background-color: #b98e33;
    border: 1px solid #ce9a52;
    color: #ffffff;
}

footer ul li:last-child a {
    background-color: #ce9a52;
    border: 1px solid #ce9a52;
    color: #ffffff;
}

footer ul li:last-child a:hover {
    background-color: #ffffff;
    color: #ce9a52;
    border: 1px solid #ce9a52;
}

.contact-buttons {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 9;
}

.contact-buttons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-buttons ul li {
    margin: 0 0 15px 0;
}

.enquirenow {
    display: none;
}

.contact-buttons ul li:last-child {
    display: none;
}

.contact-buttons ul li a {
    text-decoration: none;
    background-color: #ffffff;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid #ce9a52; */
    color: #ce9a52;
}

.contact-buttons ul li a .fa {
    font-size: 24px;
}

.contact-buttons ul li a.whatsapp-btn {
    background-color: #3ac24d;
    color: #fff;
}

.whatssaap-icon i {
    margin: 0px 8px;
}



/* Footer css end  */


/* Modal form css start  */

.modal-content {
    background-color: #fff8ee;
    border-radius: 0;
    border: 0;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.modal .modal-form .form-control {
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
    font-family: 'Futura-regular';
    border-bottom: 1px solid #dad4c6;
    background-color: transparent;
}

.modal .modal-form .form-control:focus {
    box-shadow: none;
}

.modal-body {
    padding: 30px;
}

.modal .btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    line-height: 20px;
    color: #fff;
    font-size: 20px;
    right: -13px;
    top: -22px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    font-family: 'Futura-regular';
}

.modal .btn-close:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.modal .btn-close:focus {
    box-shadow: none;
}


.modal .iti--allow-dropdown {
    width: 100%;
}



.modal .modal-form .form-control::-ms-input-placeholder {
    color: rgb(185, 178, 178);
}

.modal .modal-form .form-control::placeholder {
    color: rgb(185, 178, 178);
}


.modal .form-group {
    margin-bottom: 15px;
}

.modal #loader {
    display: none;
    cursor: context-menu;
}

.modal .formflag {
    display: none;
}

.modal .modal-form h2#form-title-name {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.modal .modal-form h2#form-title-name img {
    display: none;
}



.toggle {
    background-color: #ce9a52;
    font-family: 'Futura-regular';

}

.modal .modal-form h2#form-title-name i {
    display: none;
}

.iti .iti__selected-dial-code {
    font-family: 'Futura-regular';
    color: rgb(185, 178, 178);
}

/* Modal form css end  */




/* ---------------------------- Responsive css start ---------------------------- */

@media screen and (max-width: 992px) {

    p,
    a,
    .form-control,
    input,
    .iti .iti__selected-dial-code {
        font-size: 14px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .row .col-xs-6:nth-child(odd) {
        padding-right: 6px;
    }

    .row .col-xs-6:nth-child(even) {
        padding-left: 6px;
    }

    .common_btn a {
        font-size: 12px;
        padding: 6px 15px;
    }

    .rustomjee_heading h1 {
        font-size: 26px;
    }

    .rustomjee_heading h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .logo {
        max-width: 120px;
    }

    .logo_icon img {
        width: 25px;
    }

    .contactNumber .mobile-number {
        padding: 6px 20px 6px 10px;
    }

    /* Banner css start  */


    section.banner .banner-info {
        bottom: 15px;
    }

    section.banner .logo_pattern img {
        width: 40px;
    }

    section.banner .banner-info-div {
        flex-direction: column;
        align-items: start;
    }

    section.banner .price_icon img {
        width: 30px;
        display: none;
    }

    section.banner .price_arrow img {
        width: 30px;
        display: none;
    }

    section.banner .starting_price_wrp {
        column-gap: 0px;
        margin-top: 10px;
    }

    section.banner .banner-info .rustomjee_heading p {
        font-size: 16px;
    }

    /* Banner css end  */

    /* Properties strip details section css start  */

    section.strip_properties .strip_wrp {
        justify-content: center;
    }

    section.strip_properties .project_logo img {
        width: 120px;
    }

    section.strip_properties .strip_details {
        justify-content: center;
        column-gap: 20px;
        margin-top: 20px;
    }

    section.strip_properties .strip_icon img {
        width: 25px;
    }

    /* Properties strip details section css end  */


    /* AbouT rustomjee section css start  */


    section.about_rustomtjee .about_rustomjee_img {
        padding-right: 0;
    }

    section.about_rustomtjee .about_rustomjee_img .logo_icon {
        padding-right: 0;
    }

    section.about_rustomtjee .about_properties_wrp {
        margin-top: 20px;
        padding-left: 0px;
    }

    section.about_rustomtjee .about_heading h3 {
        font-size: 18px;
    }

    section.about_rustomtjee .about_pera p {
        font-size: 18px;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text {
        width: 50%;
        line-height: 1;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text:last-child {
        width: 50%;
    }

    section.about_rustomtjee .properties_text p {
        font-size: 18px;
        margin-top: 3px;
    }

    section.about_rustomtjee .properties_text small {
        font-size: 10px;
    }

    /* AbouT rustomjee section css end  */


    /* Highlight section css start  */


    section.highlights .highlight_wrp {
        height: auto;
        column-gap: 10px;
    }


    section.highlights .highlight_icon img {
        width: 25px;
    }

    section.highlights .row {
        row-gap: 10px;
    }

    section.highlights .highlight_image {
        position: static;
        width: 100%;
        padding: 0px 12px;
        margin-top: 20px;
    }

    /* Highlight section css end  */


    /* Amenities section css start  */

    section.amenities .amenites_slider {
        padding-left: 12px;
        padding-right: 12px;
    }

    section.amenities .amenities_wrp {
        height: 150px;
        padding: 15px;
    }

    section.amenities .amenities_icon img {
        width: 35px;
    }

    section.amenities .swiper-pagination-bullets {
        margin-top: 10px;
    }

    /* Amenities section css end  */

    /* gallery section css start  */

    section.gallery .gallery_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-template-rows: none;
    }

    /* Row 1 → item 1 & 3 */
    section.gallery .gallery_items:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    section.gallery .gallery_items:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }

    /* Row 2 → item 2 full width */
    section.gallery .gallery_items:nth-child(2) {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    /* Row 3 → item 4 & 5 */
    section.gallery .gallery_items:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    section.gallery .gallery_items:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

    section.gallery .gallery_items .gallery_image {

        height: 150px;
        object-fit: cover;
    }

    section.gallery .gallery_items:nth-child(2) .gallery_image {
        height: auto;
    }

    /* gallery section css end  */


    /* Price List section css start  */

    section.price_list .price_wrp {
        flex-direction: column;
    }

    section.price_list .price_left_content {
        width: 100%;
    }

    section.price_list .price_list_text p {
        font-size: 16px;
    }

    section.price_list .price_right_content {
        width: 100%;
        flex-direction: column-reverse;
        align-items: start;

    }

    section.price_list .floor_plan_image {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }



    /* Price List section css end  */



    /* Location Advantage section css start  */

    section.location_advantage .location_text h4 {
        font-size: 30px;
    }

    section.location_advantage .location_content {
        grid-template-columns: 1fr 1fr;
    }

    section.location_advantage .location_text p:first-child {
        font-size: 14px;
        margin-bottom: 3px;
    }

    section.location_advantage .location_place {
        line-height: 1;
    }

    /* Location Advantage section css end  */

    /* Project video section css start  */

    section.project_video .project_video_wrp img.w-100 {
        object-fit: cover;
        height: 250px;
    }

    section.project_video .play_video img {
        width: 25px;
    }

    section.project_video .project_video_wrp .embassy_heading h2 {
        margin-bottom: 0;
    }

    section.project_video .project_video_wrp .embassy_heading {
        bottom: 10px;
    }

    /* Project video section css end  */


    /* About developer section css start  */

    section.about_developer .developer_logo img {
        width: 150px;
    }

    section.about_developer .rustomsub_heading h4 {
        font-size: 18px;
    }

    section.about_developer .rustom_pera p {
        font-size: 16px;
    }


    /* About developer section css end  */


    section.barcode .logo_pattern_center img {
        display: none;
    }

    section.barcode .barcode_wrp {
        text-align: center;
    }

    section.barcode .barcode_wrp .common_btn {
        display: none;
    }

    section.barcode .barcode_scan {
        justify-content: center;
    }

    section.barcode .barcode_img img {
        width: 100px;
    }


    /* Footer css start  */

    footer {
        padding-bottom: 50px;
    }

    footer p {
        font-size: 12px;
    }

    footer ul li a {
        font-size: 10px;
        padding: 6px 12px;
    }

    .contact-buttons {
        left: 0;
        width: 100%;
    }

    .contact-buttons ul {
        display: flex;
    }

    .contact-buttons ul li a.whatsapp-btn {
        background-color: #ce9a52;
        border-right: 1px solid #cdcdcd;
        color: #fff;
    }

    .contact-buttons ul li {
        width: 50%;
        text-align: center;
        margin: 0;
    }

    .contact-buttons ul li a {
        width: 100%;
        border-radius: 0;
        gap: 0 10px;
        height: auto;
        padding: 10px 0px;
        line-height: 1;
        background-color: #ce9a52;
        color: #fff;
    }

    .enquirenow {
        display: block;
    }

    .contact-buttons ul li:last-child {
        display: block;
    }

    .contact-buttons ul li a .fa {
        font-size: 14px;
    }


    .sidebar-contact {
        display: none;
    }

    .modal-body {
        padding: 20px;
    }

    /* Footer css end  */

}

@media screen and (max-width: 480px) {

    p,
    a,
    .form-control,
    input,
    .iti .iti__selected-dial-code {
        font-size: 14px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .row .col-xs-6:nth-child(odd) {
        padding-right: 6px;
    }

    .row .col-xs-6:nth-child(even) {
        padding-left: 6px;
    }

    .common_btn a {
        font-size: 12px;
        padding: 6px 15px;
    }

    .mobile-banner {
        display: block;
    }

    .desktop-banner {
        display: none;
    }


    .rustomjee_heading h1 {
        font-size: 26px;
    }

    .rustomjee_heading h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .logo {
        max-width: 120px;
    }

    .logo_icon img {
        width: 25px;
    }

    .contactNumber .mobile-number {
        padding: 6px 20px 6px 10px;
    }

    /* Banner css start  */


    section.banner .banner-info {
        bottom: 15px;
    }

    section.banner .logo_pattern img {
        width: 40px;
    }

    section.banner .banner-info-div {
        flex-direction: column;
        align-items: start;
    }

    section.banner .price_icon img {
        width: 30px;
        display: none;
    }

    section.banner .price_arrow img {
        width: 30px;
        display: none;
    }

    section.banner .starting_price_wrp {
        column-gap: 0px;
        margin-top: 10px;
    }

    section.banner .banner-info .rustomjee_heading p {
        font-size: 16px;
    }

    /* Banner css end  */

    /* Properties strip details section css start  */

    section.strip_properties .strip_wrp {
        justify-content: center;
    }

    section.strip_properties .project_logo img {
        width: 120px;
    }

    section.strip_properties .strip_details {
        justify-content: center;
        column-gap: 20px;
        margin-top: 20px;
    }

    section.strip_properties .strip_icon img {
        width: 25px;
    }

    /* Properties strip details section css end  */


    /* AbouT rustomjee section css start  */


    section.about_rustomtjee .about_rustomjee_img {
        padding-right: 0;
    }

    section.about_rustomtjee .about_rustomjee_img .logo_icon {
        padding-right: 0;
    }

    section.about_rustomtjee .about_properties_wrp {
        margin-top: 20px;
        padding-left: 0px;
    }

    section.about_rustomtjee .about_heading h3 {
        font-size: 18px;
    }

    section.about_rustomtjee .about_pera p {
        font-size: 18px;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text {
        width: 50%;
        line-height: 1;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text:last-child {
        width: 50%;
    }

    section.about_rustomtjee .properties_text p {
        font-size: 18px;
        margin-top: 3px;
    }

    section.about_rustomtjee .properties_text small {
        font-size: 10px;
    }

    /* AbouT rustomjee section css end  */


    /* Highlight section css start  */


    section.highlights .highlight_wrp {
        height: auto;
        column-gap: 10px;
    }


    section.highlights .highlight_icon img {
        width: 25px;
    }

    section.highlights .row {
        row-gap: 10px;
    }

    section.highlights .highlight_image {
        position: static;
        width: 100%;
        padding: 0px 12px;
        margin-top: 20px;
    }

    /* Highlight section css end  */


    /* Amenities section css start  */

    section.amenities .amenites_slider {
        padding-left: 12px;
        padding-right: 12px;
    }

    section.amenities .amenities_wrp {
        height: 150px;
        padding: 15px;
    }

    section.amenities .amenities_icon img {
        width: 35px;
    }

    section.amenities .swiper-pagination-bullets {
        margin-top: 10px;
    }

    /* Amenities section css end  */

    /* gallery section css start  */

    section.gallery .gallery_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-template-rows: none;
    }

    /* Row 1 → item 1 & 3 */
    section.gallery .gallery_items:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    section.gallery .gallery_items:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }

    /* Row 2 → item 2 full width */
    section.gallery .gallery_items:nth-child(2) {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    /* Row 3 → item 4 & 5 */
    section.gallery .gallery_items:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    section.gallery .gallery_items:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

    section.gallery .gallery_items .gallery_image {

        height: 150px;
        object-fit: cover;
    }

    section.gallery .gallery_items:nth-child(2) .gallery_image {
        height: auto;
    }

    /* gallery section css end  */


    /* Price List section css start  */

    section.price_list .price_wrp {
        flex-direction: column;
    }

    section.price_list .price_left_content {
        width: 100%;
    }

    section.price_list .price_list_text p {
        font-size: 16px;
    }

    section.price_list .price_right_content {
        width: 100%;
        flex-direction: column-reverse;
        align-items: start;

    }

    section.price_list .floor_plan_image {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }



    /* Price List section css end  */



    /* Location Advantage section css start  */

    section.location_advantage .location_text h4 {
        font-size: 30px;
    }

    section.location_advantage .location_content {
        grid-template-columns: 1fr 1fr;
    }

    section.location_advantage .location_text p:first-child {
        font-size: 14px;
        margin-bottom: 3px;
    }

    section.location_advantage .location_place {
        line-height: 1;
    }

    /* Location Advantage section css end  */

    /* Project video section css start  */

    section.project_video .project_video_wrp img.w-100 {
        object-fit: cover;
        height: 250px;
    }

    section.project_video .play_video img {
        width: 25px;
    }

    section.project_video .project_video_wrp .embassy_heading h2 {
        margin-bottom: 0;
    }

    section.project_video .project_video_wrp .embassy_heading {
        bottom: 10px;
    }

    /* Project video section css end  */


    /* About developer section css start  */

    section.about_developer .developer_logo img {
        width: 150px;
    }

    section.about_developer .rustomsub_heading h4 {
        font-size: 18px;
    }

    section.about_developer .rustom_pera p {
        font-size: 16px;
    }


    /* About developer section css end  */


    section.barcode .logo_pattern_center img {
        display: none;
    }

    section.barcode .barcode_wrp {
        text-align: center;
    }

    section.barcode .barcode_wrp .common_btn {
        display: none;
    }

    section.barcode .barcode_scan {
        justify-content: center;
    }

    section.barcode .barcode_img img {
        width: 100px;
    }


    /* Footer css start  */

    footer {
        padding-bottom: 50px;
    }

    footer p {
        font-size: 12px;
    }

    footer ul li a {
        font-size: 10px;
        padding: 6px 12px;
    }

    .contact-buttons {
        left: 0;
        width: 100%;
    }

    .contact-buttons ul {
        display: flex;
    }

    .contact-buttons ul li a.whatsapp-btn {
        background-color: #ce9a52;
        border-right: 1px solid #cdcdcd;
        color: #fff;
    }

    .contact-buttons ul li {
        width: 50%;
        text-align: center;
        margin: 0;
    }

    .contact-buttons ul li a {
        width: 100%;
        border-radius: 0;
        gap: 0 10px;
        height: auto;
        padding: 10px 0px;
        line-height: 1;
        background-color: #ce9a52;
        color: #fff;
    }

    .enquirenow {
        display: block;
    }

    .contact-buttons ul li:last-child {
        display: block;
    }

    .contact-buttons ul li a .fa {
        font-size: 14px;
    }


    .sidebar-contact {
        display: none;
    }

    .modal-body {
        padding: 20px;
    }

    /* Footer css end  */

}


@media only screen and (min-width: 481px) and (max-width: 640px) {

    p,
    a,
    .form-control,
    input,
    .iti .iti__selected-dial-code {
        font-size: 14px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .row .col-xs-6:nth-child(odd) {
        padding-right: 6px;
    }

    .row .col-xs-6:nth-child(even) {
        padding-left: 6px;
    }

    .common_btn a {
        font-size: 12px;
        padding: 6px 15px;
    }

    .mobile-banner {
        display: block;
    }

    .desktop-banner {
        display: none;
    }


    .rustomjee_heading h1 {
        font-size: 26px;
    }

    .rustomjee_heading h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .logo {
        max-width: 120px;
    }

    .logo_icon img {
        width: 25px;
    }

    .contactNumber .mobile-number {
        padding: 6px 20px 6px 10px;
    }

    /* Banner css start  */


    section.banner .banner-info {
        bottom: 15px;
    }

    section.banner .logo_pattern img {
        width: 40px;
    }

    section.banner .banner-info-div {
        flex-direction: column;
        align-items: start;
    }

    section.banner .price_icon img {
        width: 30px;
        display: none;
    }

    section.banner .price_arrow img {
        width: 30px;
        display: none;
    }

    section.banner .starting_price_wrp {
        column-gap: 0px;
        margin-top: 10px;
    }

    section.banner .banner-info .rustomjee_heading p {
        font-size: 16px;
    }

    /* Banner css end  */

    /* Properties strip details section css start  */

    section.strip_properties .strip_wrp {
        justify-content: center;
    }

    section.strip_properties .project_logo img {
        width: 120px;
    }

    section.strip_properties .strip_details {
        justify-content: center;
        column-gap: 20px;
        margin-top: 20px;
    }

    section.strip_properties .strip_icon img {
        width: 25px;
    }

    /* Properties strip details section css end  */


    /* AbouT rustomjee section css start  */


    section.about_rustomtjee .about_rustomjee_img {
        padding-right: 0;
    }

    section.about_rustomtjee .about_rustomjee_img .logo_icon {
        padding-right: 0;
    }

    section.about_rustomtjee .about_properties_wrp {
        margin-top: 20px;
        padding-left: 0px;
    }

    section.about_rustomtjee .about_heading h3 {
        font-size: 18px;
    }

    section.about_rustomtjee .about_pera p {
        font-size: 18px;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text {
        width: 50%;
        line-height: 1;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text:last-child {
        width: 50%;
    }

    section.about_rustomtjee .properties_text p {
        font-size: 18px;
        margin-top: 3px;
    }

    section.about_rustomtjee .properties_text small {
        font-size: 10px;
    }

    /* AbouT rustomjee section css end  */


    /* Highlight section css start  */


    section.highlights .highlight_wrp {
        height: auto;
        column-gap: 10px;
    }

    section.highlights .highlight_icon img {
        width: 25px;
    }

    section.highlights .row {
        row-gap: 10px;
    }

    section.highlights .highlight_image {
        position: static;
        width: 100%;
        padding: 0px 12px;
        margin-top: 20px;
    }

    /* Highlight section css end  */


    /* Amenities section css start  */

    section.amenities .amenites_slider {
        padding-left: 12px;
        padding-right: 12px;
    }

    section.amenities .amenities_wrp {
        height: 150px;
        padding: 15px;
    }

    section.amenities .amenities_icon img {
        width: 35px;
    }

    section.amenities .swiper-pagination-bullets {
        margin-top: 10px;
    }

    /* Amenities section css end  */

    /* gallery section css start  */

    section.gallery .gallery_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-template-rows: none;
    }

    /* Row 1 → item 1 & 3 */
    section.gallery .gallery_items:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    section.gallery .gallery_items:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }

    /* Row 2 → item 2 full width */
    section.gallery .gallery_items:nth-child(2) {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    /* Row 3 → item 4 & 5 */
    section.gallery .gallery_items:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    section.gallery .gallery_items:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

    section.gallery .gallery_items .gallery_image {

        height: 150px;
        object-fit: cover;
    }

    section.gallery .gallery_items:nth-child(2) .gallery_image {
        height: auto;
    }

    /* gallery section css end  */


    /* Price List section css start  */

    section.price_list .price_wrp {
        flex-direction: column;
    }

    section.price_list .price_left_content {
        width: 100%;
    }

    section.price_list .price_list_text p {
        font-size: 16px;
    }

    section.price_list .price_right_content {
        width: 100%;
        flex-direction: column-reverse;
        align-items: start;

    }

    section.price_list .floor_plan_image {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }



    /* Price List section css end  */



    /* Location Advantage section css start  */

    section.location_advantage .location_text h4 {
        font-size: 30px;
    }

    section.location_advantage .location_content {
        grid-template-columns: 1fr 1fr;
    }

    section.location_advantage .location_text p:first-child {
        font-size: 14px;
        margin-bottom: 3px;
    }

    section.location_advantage .location_place {
        line-height: 1;
    }

    /* Location Advantage section css end  */

    /* Project video section css start  */

    section.project_video .project_video_wrp img.w-100 {
        object-fit: cover;
        height: 250px;
    }

    section.project_video .play_video img {
        width: 25px;
    }

    section.project_video .project_video_wrp .embassy_heading h2 {
        margin-bottom: 0;
    }

    section.project_video .project_video_wrp .embassy_heading {
        bottom: 10px;
    }

    /* Project video section css end  */


    /* About developer section css start  */

    section.about_developer .developer_logo img {
        width: 150px;
    }

    section.about_developer .rustomsub_heading h4 {
        font-size: 18px;
    }

    section.about_developer .rustom_pera p {
        font-size: 16px;
    }


    /* About developer section css end  */


    section.barcode .logo_pattern_center img {
        display: none;
    }

    section.barcode .barcode_wrp {
        text-align: center;
    }

    section.barcode .barcode_wrp .common_btn {
        display: none;
    }

    section.barcode .barcode_scan {
        justify-content: center;
    }

    section.barcode .barcode_img img {
        width: 100px;
    }


    /* Footer css start  */

    footer {
        padding-bottom: 50px;
    }

    footer p {
        font-size: 12px;
    }

    footer ul li a {
        font-size: 10px;
        padding: 6px 12px;
    }

    .contact-buttons {
        left: 0;
        width: 100%;
    }

    .contact-buttons ul {
        display: flex;
    }

    .contact-buttons ul li a.whatsapp-btn {
        background-color: #ce9a52;
        border-right: 1px solid #cdcdcd;
        color: #fff;
    }

    .contact-buttons ul li {
        width: 50%;
        text-align: center;
        margin: 0;
    }

    .contact-buttons ul li a {
        width: 100%;
        border-radius: 0;
        gap: 0 10px;
        height: auto;
        padding: 10px 0px;
        line-height: 1;
        background-color: #ce9a52;
        color: #fff;
    }

    .enquirenow {
        display: block;
    }

    .contact-buttons ul li:last-child {
        display: block;
    }

    .contact-buttons ul li a .fa {
        font-size: 14px;
    }


    .sidebar-contact {
        display: none;
    }

    .modal-body {
        padding: 20px;
    }

    /* Footer css end  */

}

@media screen and (min-width: 800px) and (max-width: 1280px) {

    p,
    a,
    .form-control,
    input,
    .iti .iti__selected-dial-code {
        font-size: 15px;
    }

    .rustomjee_heading h1 {
        font-size: 30px;
    }

    .rustomjee_heading h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .common_btn a {
        font-size: 14px;
        padding: 6px 20px;
    }

    .common_btn a img {
        width: 10px;
    }

    .margin_top {
        margin-top: 35px;
    }

    .padding_top_bottom {
        padding: 35px 0px;
    }

    /* Header css start  */

    .logo_icon img {
        width: 30px;
    }

    /* Header css end  */


    /* Banner css start  */

    section.banner .logo_pattern img {
        width: 60px;
    }

    section.banner .banner-info .rustomjee_heading p {
        font-size: 16px;
    }

    section.banner .price_icon img {
        width: 40px;
    }

    section.banner .price_arrow img {
        width: 40px;
    }



    /* Banner css End  */


    /* Strip Deatils section css start  */

    section.strip_properties .project_logo img {
        width: 140px;
    }

    section.strip_properties .strip_icon img {
        width: 30px;
    }

    section.strip_properties .strip_details {
        column-gap: 60px;
    }

    /* Strip Deatils section css end  */



    /* About Embasssy section css start  */

    /* section.about_rustomtjee .about_heading h3 {
        font-size: 17px;
    }

    section.about_rustomtjee .about_pera p {
        font-size: 18px;
    }

    section.about_rustomtjee .about_rustomjee_img {
        padding-right: 10px;
    }

    section.about_rustomtjee .about_rustomjee_img .logo_icon {
        padding-right: 10px;
    }

    section.about_rustomtjee .about_properties_wrp {
        padding-left: 10px;
    }

    section.about_rustomtjee .properties_details_wrp {
        padding-bottom: 10px;
        margin-bottom: 10px;
    } */

    section.about_rustomtjee .properties_text p {
        font-size: 18px;
    }

    section.about_rustomtjee .properties_text small {
        font-size: 10px;
    }

    /* About Embasssy section css end  */


    /* Highlight section css start  */

    section.highlights .row {
        row-gap: 15px;
    }

    section.highlights .highlight_wrp {
        padding: 8px;
        height: 50px;
        border-radius: 5px;
    }

    section.highlights .row {
        row-gap: 10px;
    }

    section.highlights .highlight_icon img {
        width: 25px;
    }

    /* Highlight section css end  */

    /* Amenities section css start  */

    section.amenities .amenities_icon img {
        width: 40px;
    }

    section.amenities .swiper-pagination-bullets {
        margin-top: 10px;
    }

    section.amenities .swiper-pagination-bullet {
        width: 10px;
        height: 10px;

    }

    section.amenities .amenities_wrp {
        height: 140px;
        padding: 10px;
    }

    /* Amenities section css end  */


    /* location advanatge section css start  */

    section.location_advantage .location_text {
        padding: 5px;
    }

    section.location_advantage .location_content {
        gap: 8px;
        margin-top: 8px;
    }

    section.location_advantage .location_text h4 {
        font-size: 35px;
    }

    section.location_advantage .location_text p:first-child {
        font-size: 14px;
    }

    section.location_advantage .location_place {
        line-height: 1;
    }

    /* location advanatge section css end  */

    /* Project video section css start  */

    section.project_video .play_video img {
        width: 30px;
    }

    /* Project video section css end  */

    /* About developer section css start  */

    section.about_developer .developer_logo img {
        width: 160px;
    }

    section.about_developer .rustomsub_heading h4 {
        font-size: 20px;
    }

    section.about_developer .rustom_pera p {
        font-size: 16px;
    }

    /* About developer section css end  */

    /* Barcode section css start  */

    section.barcode .barcode_img img {
        width: 100px;
    }

    section.barcode .logo_pattern_center img {
        width: 40px;
    }

    /* Barcode section css end  */

    /* Footer css start  */

    footer p {
        font-size: 14px;
    }

    footer ul li a {
        font-size: 14px;
        padding: 6px 15px;
    }

    .toggle {
        font-size: 14px;
    }

    .toggle::before {
        font-size: 14px;
    }

    /* Footer css end  */

}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

    p,
    a,
    .form-control,
    input,
    .iti .iti__selected-dial-code {
        font-size: 14px;
    }

    .rustomjee_heading h1 {
        font-size: 30px;
    }

    .rustomjee_heading h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .common_btn a {
        font-size: 12px;
        padding: 6px 20px;
    }

    .common_btn a img {
        width: 10px;
    }

    .margin_top {
        margin-top: 35px;
    }

    .padding_top_bottom {
        padding: 35px 0px;
    }

    /* Header css start  */

    .logo_icon img {
        width: 30px;
    }

    /* Header css end  */


    /* Banner css start  */

    section.banner .logo_pattern img {
        width: 60px;
    }

    section.banner .banner-info .rustomjee_heading p {
        font-size: 16px;
    }

    section.banner .price_icon img {
        width: 40px;
    }

    section.banner .price_arrow img {
        width: 40px;
    }



    /* Banner css End  */


    /* Strip Deatils section css start  */

    section.strip_properties .project_logo img {
        width: 140px;
    }

    section.strip_properties .strip_icon img {
        width: 30px;
    }

    section.strip_properties .strip_details {
        column-gap: 60px;
    }

    /* Strip Deatils section css end  */



    /* About Embasssy section css start  */

    section.about_rustomtjee .about_heading h3 {
        font-size: 17px;
    }

    section.about_rustomtjee .about_pera p {
        font-size: 18px;
    }

    section.about_rustomtjee .about_rustomjee_img {
        padding-right: 10px;
    }

    section.about_rustomtjee .about_rustomjee_img .logo_icon {
        padding-right: 10px;
    }

    section.about_rustomtjee .about_properties_wrp {
        padding-left: 10px;
    }

    section.about_rustomtjee .properties_details_wrp {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    section.about_rustomtjee .properties_text p {
        font-size: 18px;
    }

    section.about_rustomtjee .properties_text small {
        font-size: 10px;
    }

    /* About Embasssy section css end  */


    /* Highlight section css start  */

    section.highlights .row {
        row-gap: 15px;
    }

    section.highlights .highlight_wrp {
        padding: 8px;
        height: 50px;
        border-radius: 5px;
    }

    section.highlights .row {
        row-gap: 10px;
    }

    section.highlights .highlight_icon img {
        width: 25px;
    }

    /* Highlight section css end  */

    /* Amenities section css start  */

    section.amenities .amenities_icon img {
        width: 40px;
    }

    section.amenities .swiper-pagination-bullets {
        margin-top: 10px;
    }

    section.amenities .swiper-pagination-bullet {
        width: 10px;
        height: 10px;

    }

    section.amenities .amenities_wrp {
        height: 140px;
        padding: 10px;
    }

    /* Amenities section css end  */

    /* Price List section css start  */

    section.price_list .price_list_text p {
        font-size: 16px;
    }

    section.price_list .price_right_content .common_btn {
        width: 50%;
    }

    section.price_list .floor_plan_image {
        width: 50%;
    }

    section.price_list .price_right_content {
        column-gap: 0px;
    }

    section.price_list .price_wrp {
        padding-top: 15px;
        margin-top: 15px;
    }

    /* Price List section css end  */


    /* location advanatge section css start  */

    section.location_advantage .location_text {
        padding: 5px;
    }

    section.location_advantage .location_content {
        gap: 8px;
        margin-top: 8px;
    }

    section.location_advantage .location_text h4 {
        font-size: 35px;
    }

    section.location_advantage .location_text p:first-child {
        font-size: 14px;
    }

    section.location_advantage .location_place {
        line-height: 1;
    }

    /* location advanatge section css end  */

    /* Project video section css start  */

    section.project_video .play_video img {
        width: 30px;
    }

    /* Project video section css end  */

    /* About developer section css start  */

    section.about_developer .developer_logo img {
        width: 160px;
    }

    section.about_developer .rustomsub_heading h4 {
        font-size: 20px;
    }

    section.about_developer .rustom_pera p {
        font-size: 16px;
    }

    /* About developer section css end  */

    /* Barcode section css start  */

    section.barcode .barcode_img img {
        width: 100px;
    }

    section.barcode .logo_pattern_center img {
        width: 40px;
    }

    /* Barcode section css end  */

    /* Footer css start  */

    footer p {
        font-size: 12px;
    }

    footer ul li a {
        font-size: 12px;
        padding: 6px 15px;
    }

    .toggle {
        font-size: 12px;
    }

    .toggle::before {
        font-size: 12px;
    }

    /* Footer css end  */


}


@media only screen and (min-width: 800px) and (max-width: 991px) {

    p,
    a,
    .form-control,
    input,
    .iti .iti__selected-dial-code {
        font-size: 14px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .row .col-xs-6:nth-child(odd) {
        padding-right: 6px;
    }

    .row .col-xs-6:nth-child(even) {
        padding-left: 6px;
    }

    .common_btn a {
        font-size: 12px;
        padding: 6px 15px;
    }



    .rustomjee_heading h1 {
        font-size: 22px;
    }

    .rustomjee_heading h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .logo {
        max-width: 120px;
    }

    .logo_icon img {
        width: 25px;
    }

    /* Banner css start  */


    section.banner .logo_pattern img {
        width: 50px;
    }

    section.banner .banner-info .rustomjee_heading p {
        font-size: 14px;
    }

    section.banner .price_icon img {
        width: 30px;
    }

    section.banner .price_arrow img {
        width: 40px;
    }

    /* Banner css end  */

    /* Properties strip details section css start  */

    section.strip_properties .strip_wrp {
        justify-content: center;
    }

    section.strip_properties .project_logo img {
        width: 120px;
    }

    section.strip_properties .strip_details {
        justify-content: center;
        column-gap: 20px;
        margin-top: 20px;
    }

    section.strip_properties .strip_icon img {
        width: 25px;
    }

    /* Properties strip details section css end  */


    /* AbouT rustomjee section css start  */


    section.about_rustomtjee .about_rustomjee_img {
        padding-right: 0;
    }

    section.about_rustomtjee .about_rustomjee_img .logo_icon {
        padding-right: 0;
    }

    section.about_rustomtjee .about_properties_wrp {
        margin-top: 20px;
        padding-left: 0px;
    }

    section.about_rustomtjee .about_heading h3 {
        font-size: 18px;
    }

    section.about_rustomtjee .about_pera p {
        font-size: 18px;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text {
        width: 50%;
        line-height: 1;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text:last-child {
        width: 50%;
    }

    section.about_rustomtjee .properties_text p {
        font-size: 18px;
        margin-top: 3px;
    }

    section.about_rustomtjee .properties_text small {
        font-size: 10px;
    }

    /* AbouT rustomjee section css end  */


    /* Highlight section css start  */


    section.highlights .highlight_wrp {
        height: auto;
        column-gap: 10px;
    }


    section.highlights .highlight_icon img {
        width: 25px;
    }

    section.highlights .row {
        row-gap: 10px;
    }

    section.highlights .highlight_image {
        position: static;
        width: 100%;
        padding: 0px 12px;
        margin-top: 20px;
    }

    /* Highlight section css end  */


    /* Amenities section css start  */

    section.amenities .amenites_slider {
        padding-left: 12px;
        padding-right: 12px;
    }

    section.amenities .amenities_wrp {
        height: 150px;
        padding: 15px;
    }

    section.amenities .amenities_icon img {
        width: 35px;
    }

    section.amenities .swiper-pagination-bullets {
        margin-top: 10px;
    }

    /* Amenities section css end  */

    /* gallery section css start  */

    section.gallery .gallery_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-template-rows: none;
    }

    /* Row 1 → item 1 & 3 */
    section.gallery .gallery_items:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    section.gallery .gallery_items:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }

    /* Row 2 → item 2 full width */
    section.gallery .gallery_items:nth-child(2) {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    /* Row 3 → item 4 & 5 */
    section.gallery .gallery_items:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    section.gallery .gallery_items:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

    section.gallery .gallery_items .gallery_image {

        height: 150px;
        object-fit: cover;
    }

    section.gallery .gallery_items:nth-child(2) .gallery_image {
        height: auto;
    }

    /* gallery section css end  */


    /* Price List section css start  */

    section.price_list .price_wrp {
        flex-direction: column;
    }

    section.price_list .price_left_content {
        width: 100%;
    }

    section.price_list .price_list_text p {
        font-size: 16px;
    }

    section.price_list .price_right_content {
        width: 100%;
        flex-direction: column-reverse;
        align-items: start;

    }

    section.price_list .floor_plan_image {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }



    /* Price List section css end  */



    /* Location Advantage section css start  */

    section.location_advantage .location_text h4 {
        font-size: 30px;
    }

    section.location_advantage .location_content {
        grid-template-columns: 1fr 1fr;
    }

    section.location_advantage .location_text p:first-child {
        font-size: 14px;
        margin-bottom: 3px;
    }

    section.location_advantage .location_place {
        line-height: 1;
    }

    /* Location Advantage section css end  */

    /* Project video section css start  */

    section.project_video .project_video_wrp img.w-100 {
        object-fit: cover;
        height: 250px;
    }

    section.project_video .play_video img {
        width: 25px;
    }

    section.project_video .project_video_wrp .embassy_heading h2 {
        margin-bottom: 0;
    }

    section.project_video .project_video_wrp .embassy_heading {
        bottom: 10px;
    }

    /* Project video section css end  */


    /* About developer section css start  */

    section.about_developer .developer_logo img {
        width: 150px;
    }

    section.about_developer .rustomsub_heading h4 {
        font-size: 18px;
    }

    section.about_developer .rustom_pera p {
        font-size: 16px;
    }


    /* About developer section css end  */


    section.barcode .logo_pattern_center img {
        display: none;
    }

    section.barcode .barcode_wrp {
        text-align: center;
    }

    section.barcode .barcode_wrp .common_btn {
        display: none;
    }

    section.barcode .barcode_scan {
        justify-content: center;
    }

    section.barcode .barcode_img img {
        width: 100px;
    }


    /* Footer css start  */

    footer {
        padding-bottom: 50px;
    }

    footer p {
        font-size: 12px;
    }

    footer ul li a {
        font-size: 10px;
        padding: 6px 12px;
    }

    .contact-buttons {
        left: 0;
        width: 100%;
    }

    .contact-buttons ul {
        display: flex;
    }

    .contact-buttons ul li a.whatsapp-btn {
        background-color: #ce9a52;
        border-right: 1px solid #cdcdcd;
        color: #fff;
    }

    .contact-buttons ul li {
        width: 50%;
        text-align: center;
        margin: 0;
    }

    .contact-buttons ul li a {
        width: 100%;
        border-radius: 0;
        gap: 0 10px;
        height: auto;
        padding: 10px 0px;
        line-height: 1;
        background-color: #ce9a52;
        color: #fff;
    }

    .enquirenow {
        display: block;
    }

    .contact-buttons ul li:last-child {
        display: block;
    }

    .contact-buttons ul li a .fa {
        font-size: 14px;
    }


    .sidebar-contact {
        display: none;
    }

    .modal-body {
        padding: 20px;
    }

    /* Footer css end  */

}

@media only screen and (min-width: 641px) and (max-width: 786px) {

    p,
    a,
    .form-control,
    input,
    .iti .iti__selected-dial-code {
        font-size: 14px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .row .col-xs-6:nth-child(odd) {
        padding-right: 6px;
    }

    .row .col-xs-6:nth-child(even) {
        padding-left: 6px;
    }

    .common_btn a {
        font-size: 12px;
        padding: 6px 15px;
    }

    .rustomjee_heading h1 {
        font-size: 26px;
    }

    .rustomjee_heading h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .logo {
        max-width: 120px;
    }

    .logo_icon img {
        width: 25px;
    }

    /* Banner css start  */


    section.banner .banner-info {
        bottom: 15px;
    }

    section.banner .logo_pattern img {
        width: 40px;
    }

    section.banner .banner-info-div {
        flex-direction: column;
        align-items: start;
    }

    section.banner .price_icon img {
        width: 30px;
        display: none;
    }

    section.banner .price_arrow img {
        width: 30px;
        display: none;
    }

    section.banner .starting_price_wrp {
        column-gap: 0px;
        margin-top: 10px;
    }

    section.banner .banner-info .rustomjee_heading p {
        font-size: 16px;
    }

    /* Banner css end  */

    /* Properties strip details section css start  */

    section.strip_properties .strip_wrp {
        justify-content: center;
    }

    section.strip_properties .project_logo img {
        width: 120px;
    }

    section.strip_properties .strip_details {
        justify-content: center;
        column-gap: 20px;
        margin-top: 20px;
    }

    section.strip_properties .strip_icon img {
        width: 25px;
    }

    /* Properties strip details section css end  */


    /* AbouT rustomjee section css start  */


    section.about_rustomtjee .about_rustomjee_img {
        padding-right: 0;
    }

    section.about_rustomtjee .about_rustomjee_img .logo_icon {
        padding-right: 0;
    }

    section.about_rustomtjee .about_properties_wrp {
        margin-top: 20px;
        padding-left: 0px;
    }

    section.about_rustomtjee .about_heading h3 {
        font-size: 18px;
    }

    section.about_rustomtjee .about_pera p {
        font-size: 18px;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text {
        width: 50%;
        line-height: 1;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text:last-child {
        width: 50%;
    }

    section.about_rustomtjee .properties_text p {
        font-size: 18px;
        margin-top: 3px;
    }

    section.about_rustomtjee .properties_text small {
        font-size: 10px;
    }

    /* AbouT rustomjee section css end  */


    /* Highlight section css start  */


    section.highlights .highlight_wrp {
        height: auto;
        column-gap: 10px;
    }


    section.highlights .highlight_icon img {
        width: 25px;
    }

    section.highlights .row {
        row-gap: 10px;
    }

    section.highlights .highlight_image {
        position: static;
        width: 100%;
        padding: 0px 12px;
        margin-top: 20px;
    }

    /* Highlight section css end  */


    /* Amenities section css start  */

    section.amenities .amenites_slider {
        padding-left: 12px;
        padding-right: 12px;
    }

    section.amenities .amenities_wrp {
        height: 150px;
        padding: 15px;
    }

    section.amenities .amenities_icon img {
        width: 35px;
    }

    section.amenities .swiper-pagination-bullets {
        margin-top: 10px;
    }

    /* Amenities section css end  */

    /* gallery section css start  */

    section.gallery .gallery_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-template-rows: none;
    }

    /* Row 1 → item 1 & 3 */
    section.gallery .gallery_items:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    section.gallery .gallery_items:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }

    /* Row 2 → item 2 full width */
    section.gallery .gallery_items:nth-child(2) {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    /* Row 3 → item 4 & 5 */
    section.gallery .gallery_items:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    section.gallery .gallery_items:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

    section.gallery .gallery_items .gallery_image {

        height: 150px;
        object-fit: cover;
    }

    section.gallery .gallery_items:nth-child(2) .gallery_image {
        height: auto;
    }

    /* gallery section css end  */


    /* Price List section css start  */

    section.price_list .price_wrp {
        flex-direction: column;
    }

    section.price_list .price_left_content {
        width: 100%;
    }

    section.price_list .price_list_text p {
        font-size: 16px;
    }

    section.price_list .price_right_content {
        width: 100%;
        flex-direction: column-reverse;
        align-items: start;

    }

    section.price_list .floor_plan_image {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }



    /* Price List section css end  */



    /* Location Advantage section css start  */

    section.location_advantage .location_text h4 {
        font-size: 30px;
    }

    section.location_advantage .location_content {
        grid-template-columns: 1fr 1fr;
    }

    section.location_advantage .location_text p:first-child {
        font-size: 14px;
        margin-bottom: 3px;
    }

    section.location_advantage .location_place {
        line-height: 1;
    }

    /* Location Advantage section css end  */

    /* Project video section css start  */

    section.project_video .project_video_wrp img.w-100 {
        object-fit: cover;
        height: 250px;
    }

    section.project_video .play_video img {
        width: 25px;
    }

    section.project_video .project_video_wrp .embassy_heading h2 {
        margin-bottom: 0;
    }

    section.project_video .project_video_wrp .embassy_heading {
        bottom: 10px;
    }

    /* Project video section css end  */


    /* About developer section css start  */

    section.about_developer .developer_logo img {
        width: 150px;
    }

    section.about_developer .rustomsub_heading h4 {
        font-size: 18px;
    }

    section.about_developer .rustom_pera p {
        font-size: 16px;
    }


    /* About developer section css end  */


    section.barcode .logo_pattern_center img {
        display: none;
    }

    section.barcode .barcode_wrp {
        text-align: center;
    }

    section.barcode .barcode_wrp .common_btn {
        display: none;
    }

    section.barcode .barcode_scan {
        justify-content: center;
    }

    section.barcode .barcode_img img {
        width: 100px;
    }


    /* Footer css start  */

    footer {
        padding-bottom: 50px;
    }

    footer p {
        font-size: 12px;
    }

    footer ul li a {
        font-size: 10px;
        padding: 6px 12px;
    }

    .contact-buttons {
        left: 0;
        width: 100%;
    }

    .contact-buttons ul {
        display: flex;
    }

    .contact-buttons ul li a.whatsapp-btn {
        background-color: #ce9a52;
        border-right: 1px solid #cdcdcd;
        color: #fff;
    }

    .contact-buttons ul li {
        width: 50%;
        text-align: center;
        margin: 0;
    }

    .contact-buttons ul li a {
        width: 100%;
        border-radius: 0;
        gap: 0 10px;
        height: auto;
        padding: 10px 0px;
        line-height: 1;
        background-color: #ce9a52;
        color: #fff;
    }

    .enquirenow {
        display: block;
    }

    .contact-buttons ul li:last-child {
        display: block;
    }

    .contact-buttons ul li a .fa {
        font-size: 14px;
    }


    .sidebar-contact {
        display: none;
    }

    .modal-body {
        padding: 20px;
    }

    /* Footer css end  */

}

@media only screen and (min-width: 571px) and (max-width: 766px) {

    p,
    a,
    .form-control,
    input,
    .iti .iti__selected-dial-code {
        font-size: 14px;
    }

    .col-xs-6 {
        width: 50%;
    }

    .row .col-xs-6:nth-child(odd) {
        padding-right: 6px;
    }

    .row .col-xs-6:nth-child(even) {
        padding-left: 6px;
    }

    .common_btn a {
        font-size: 12px;
        padding: 6px 15px;
    }

    .mobile-banner {
        display: block;
    }

    .desktop-banner {
        display: none;
    }


    .rustomjee_heading h1 {
        font-size: 26px;
    }

    .rustomjee_heading h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .margin_top {
        margin-top: 30px;
    }

    .padding_top_bottom {
        padding: 30px 0px;
    }

    .logo {
        max-width: 120px;
    }

    .logo_icon img {
        width: 25px;
    }

    /* Banner css start  */


    section.banner .banner-info {
        bottom: 15px;
    }

    section.banner .logo_pattern img {
        width: 40px;
    }

    section.banner .banner-info-div {
        flex-direction: column;
        align-items: start;
    }

    section.banner .price_icon img {
        width: 30px;
        display: none;
    }

    section.banner .price_arrow img {
        width: 30px;
        display: none;
    }

    section.banner .starting_price_wrp {
        column-gap: 0px;
        margin-top: 10px;
    }

    section.banner .banner-info .rustomjee_heading p {
        font-size: 16px;
    }

    /* Banner css end  */

    /* Properties strip details section css start  */

    section.strip_properties .strip_wrp {
        justify-content: center;
    }

    section.strip_properties .project_logo img {
        width: 120px;
    }

    section.strip_properties .strip_details {
        justify-content: center;
        column-gap: 20px;
        margin-top: 20px;
    }

    section.strip_properties .strip_icon img {
        width: 25px;
    }

    /* Properties strip details section css end  */


    /* AbouT rustomjee section css start  */


    section.about_rustomtjee .about_rustomjee_img {
        padding-right: 0;
    }

    section.about_rustomtjee .about_rustomjee_img .logo_icon {
        padding-right: 0;
    }

    section.about_rustomtjee .about_properties_wrp {
        margin-top: 20px;
        padding-left: 0px;
    }

    section.about_rustomtjee .about_heading h3 {
        font-size: 18px;
    }

    section.about_rustomtjee .about_pera p {
        font-size: 18px;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text {
        width: 50%;
        line-height: 1;
    }

    section.about_rustomtjee .properties_details_wrp .properties_text:last-child {
        width: 50%;
    }

    section.about_rustomtjee .properties_text p {
        font-size: 18px;
        margin-top: 3px;
    }

    section.about_rustomtjee .properties_text small {
        font-size: 10px;
    }

    /* AbouT rustomjee section css end  */


    /* Highlight section css start  */


    section.highlights .highlight_wrp {
        height: auto;
        column-gap: 10px;
    }


    section.highlights .highlight_icon img {
        width: 25px;
    }

    section.highlights .row {
        row-gap: 10px;
    }

    section.highlights .highlight_image {
        position: static;
        width: 100%;
        padding: 0px 12px;
        margin-top: 20px;
    }

    /* Highlight section css end  */


    /* Amenities section css start  */

    section.amenities .amenites_slider {
        padding-left: 12px;
        padding-right: 12px;
    }

    section.amenities .amenities_wrp {
        height: 150px;
        padding: 15px;
    }

    section.amenities .amenities_icon img {
        width: 35px;
    }

    section.amenities .swiper-pagination-bullets {
        margin-top: 10px;
    }

    /* Amenities section css end  */

    /* gallery section css start  */

    section.gallery .gallery_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-template-rows: none;
    }

    /* Row 1 → item 1 & 3 */
    section.gallery .gallery_items:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
    }

    section.gallery .gallery_items:nth-child(3) {
        grid-column: 2;
        grid-row: 1;
    }

    /* Row 2 → item 2 full width */
    section.gallery .gallery_items:nth-child(2) {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    /* Row 3 → item 4 & 5 */
    section.gallery .gallery_items:nth-child(4) {
        grid-column: 1;
        grid-row: 3;
    }

    section.gallery .gallery_items:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
    }

    section.gallery .gallery_items .gallery_image {

        height: 150px;
        object-fit: cover;
    }

    section.gallery .gallery_items:nth-child(2) .gallery_image {
        height: auto;
    }

    /* gallery section css end  */


    /* Price List section css start  */

    section.price_list .price_wrp {
        flex-direction: column;
    }

    section.price_list .price_left_content {
        width: 100%;
    }

    section.price_list .price_list_text p {
        font-size: 16px;
    }

    section.price_list .price_right_content {
        width: 100%;
        flex-direction: column-reverse;
        align-items: start;

    }

    section.price_list .floor_plan_image {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }



    /* Price List section css end  */



    /* Location Advantage section css start  */

    section.location_advantage .location_text h4 {
        font-size: 30px;
    }

    section.location_advantage .location_content {
        grid-template-columns: 1fr 1fr;
    }

    section.location_advantage .location_text p:first-child {
        font-size: 14px;
        margin-bottom: 3px;
    }

    section.location_advantage .location_place {
        line-height: 1;
    }

    /* Location Advantage section css end  */

    /* Project video section css start  */

    section.project_video .project_video_wrp img.w-100 {
        object-fit: cover;
        height: 250px;
    }

    section.project_video .play_video img {
        width: 25px;
    }

    section.project_video .project_video_wrp .embassy_heading h2 {
        margin-bottom: 0;
    }

    section.project_video .project_video_wrp .embassy_heading {
        bottom: 10px;
    }

    /* Project video section css end  */


    /* About developer section css start  */

    section.about_developer .developer_logo img {
        width: 150px;
    }

    section.about_developer .rustomsub_heading h4 {
        font-size: 18px;
    }

    section.about_developer .rustom_pera p {
        font-size: 16px;
    }


    /* About developer section css end  */


    section.barcode .logo_pattern_center img {
        display: none;
    }

    section.barcode .barcode_wrp {
        text-align: center;
    }

    section.barcode .barcode_wrp .common_btn {
        display: none;
    }

    section.barcode .barcode_scan {
        justify-content: center;
    }

    section.barcode .barcode_img img {
        width: 100px;
    }


    /* Footer css start  */

    footer {
        padding-bottom: 50px;
    }

    footer p {
        font-size: 12px;
    }

    footer ul li a {
        font-size: 10px;
        padding: 6px 12px;
    }

    .contact-buttons {
        left: 0;
        width: 100%;
    }

    .contact-buttons ul {
        display: flex;
    }

    .contact-buttons ul li a.whatsapp-btn {
        background-color: #ce9a52;
        border-right: 1px solid #cdcdcd;
        color: #fff;
    }

    .contact-buttons ul li {
        width: 50%;
        text-align: center;
        margin: 0;
    }

    .contact-buttons ul li a {
        width: 100%;
        border-radius: 0;
        gap: 0 10px;
        height: auto;
        padding: 10px 0px;
        line-height: 1;
        background-color: #ce9a52;
        color: #fff;
    }

    .enquirenow {
        display: block;
    }

    .contact-buttons ul li:last-child {
        display: block;
    }

    .contact-buttons ul li a .fa {
        font-size: 14px;
    }


    .sidebar-contact {
        display: none;
    }

    .modal-body {
        padding: 20px;
    }

    /* Footer css end  */

}

@media only screen and (max-width: 1280px) {
	.logo {
		max-width: 200px;
	}
	.menu ul li a {
    	font-size: 15px;
	}
	.contactNumber .mobile-number {
    	padding: 5px 10px;
		font-size: 16px;
	}
	
	
}

@media only screen and (max-width: 1199px) {
    .logo {
        max-width: 150px;
    }
    .menu ul {
        gap: 0 10px;
    }
    .contactNumber .mobile-number {
        padding: 8px 12px;
        word-spacing: 0px;
        font-size: 15px;
    }
    section.banner .banner-div {
        height: auto;
    }

}
@media only screen and (max-width:991px) {
    .contact-buttons ul li a.whatsapp-btn {
        background-color: #3ac24d;
        border-right: 1px solid #cdcdcd;
        color: #fff;
    }
    .menu {
        display: none;
    }
    section.banner .price_text p {
        font-size: 14px;
    }
    section.banner .price_text p {
        font-size: 14px;
        padding: 5px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .desktop-banner {
        display: none;
    }
    .mobile-banner {
        display: block;
    }
}
@media only screen and (max-width: 575px) {
    section.banner .banner-div::before {
        height: 150px;
    }
    .rustomjee_heading h1 {
        font-size: 20px;
    }
    section.banner .banner-info .rustomjee_heading p {
        font-size: 14px;
    }
    .contactNumber .mobile-number {
        padding: 4px 8px;
        font-size: 13px;
    }
    .logo {
        max-width: 150px;
    }
}