.property_bg_image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
  margin-bottom: -4px;
}

.property_hero_wrapper {
  position: relative;
}

.property_text_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 950px;
  width: 90%;
  text-align: center;
  z-index: 1;
}

.property_text_inner p {
  color: #ffffff;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
  padding-top: 24px;
  font-weight: 300;
}

.property_main_text {
  font-size: 6.4rem;
  line-height: 72px;
  color: #ffffff;
  margin-bottom: 8px;
}

.property_text_inner {
  padding: 4rem 9.6rem 7.2rem 4.8rem;
}

@media(max-width:768px) {
  .property_text_inner {
    padding: 2.4rem 1.6rem 4.8rem;
    left: 50%;
    bottom: 35%;
    transform: translate(6%, -90%);
  }

  .property_main_text {
    font-size: 4rem;
    line-height: 52px;
  }

  .property_text_inner p {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 3;
  }
}

/* property map start */

.property_map_wrapper {
  width: 100%;
  height: 100%;
  background:url(../images/raaya1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

.property_map_inner {
  width: 50%;
  height: 100%;
}

.property_map_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property_map_inner.property_map_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 9.6rem;
  max-width: 640px;
  margin: 0 auto;
  gap: 32px;
}

.property_map_text h2 {
  color: #84634E;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.property_map_text p {
  color: #84634E;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 200;
}

.property_map_location {
  margin-top: 0;
}

.property_location_text {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.location-heading h2 {
  margin-top: 32px;
  font-size: 24px !important;
  padding: 0 0 4px;
  color: #84634E !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  letter-spacing: 0;
  font-family: "Raleway" !important;
}

@media(max-width:768px) {
  .property_map_wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
  }

  .property_map_inner {
    width: 100%;
    height: auto;
  }

  .property_map_text h2 {
    font-size: 14px;
  }

  .property_map_text p {
    font-size: 18px;
  }

  .property_map_location {
    margin-top: 0px;
  }

  .property_map_inner.property_map_text {
    padding: 62px 1.6rem;
  }

  .location-heading {
    text-align: center;
  }

  .location-heading h2 {
    font-size: 21px !important;
  }

  .location-heading p {
    font-size: 18px !important;
  }
}

/* property map end */


/* raaya homes  section start */

.raaya-home-wrapper {
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  background:url(../images/raaya1.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.raaya-home-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 0px;
  max-width: 960px;
  margin: 0 auto;
  gap: 32px;
}

.raaya-home-text h2 {
  color: #84634E;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.raaya-home-text p {
  color: #84634E;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
}

.raaya-home-image {
  display: flex;
}

.raaya-home-image img {
  width: 33.33%;
}

@media(max-width:768px) {
  .raaya-home-text {
    padding: 48px 1.6rem;
  }

  .raaya-home-text h2 {
    font-size: 14px;
  }

  .raaya-home-text p {
    font-size: 18px;
  }

  .raaya-home-image {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    justify-content: start;
    scroll-padding: 20px;

  }

  .raaya-home-image::-webkit-scrollbar {
    display: none;
  }

  .raaya-home-image img {
    width: 100%;
    scroll-snap-align: center;
    flex-shrink: 0;
  }
}

/* raaya homes  section end */

.bg_image_relative img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  border-right: 3px solid #ffffff;
}

.bg_slider-container {
  position: relative;
  cursor: pointer;
}

.bg_content_wrapper {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 0 24px 72px;
  color: #ffffff;
}

.bg_content_wrapper h2 {
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 32px;
  margin-bottom: 25px
}

.bg_content_wrapper p {
  margin-bottom: 24px;
}

.bg_content_wrapper p,
.bg_content_wrapper a {
  font-size: 2.4rem;
  line-height: 32px;
}

.bg_content_wrapper a {
  color: #ffffff;
}

.bg_box_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 2.4rem 4.8rem;
  color: #ffffff;
  width: 70%;
  flex-wrap: wrap;
}

.bg_box_inner {
  backdrop-filter: blur(8px);
  padding: 1.6rem 2rem 2.4rem;
  width: calc(50% - 12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
}

.property_box_layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 14px;
}

.property_specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bg_box_inner p,
.property_specs p {
  font-size: 16px;
  line-height: 24px;
}

.property_specs h2 {
  font-size: 32px;
  line-height: 44px;
}

.ease-of-pawna {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  width: 100%;
}

.ease-left {
  padding: 7.2rem 9.6rem 10.8rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ease-left h2 {
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 1.6rem;
  line-height: 52px;
}

.ease_content {
  font-size: 2.4rem;
  line-height: 32px;
  margin-bottom: 4.8rem;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: 0;
}

.distance-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}

.distance-list p {
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  line-height: 32px;
}

.distance-list strong {
  display: inline-block;
  width: 120px;
}

.attractions strong {
  display: block;
  margin-bottom: 10px;
}

.attractions ul li {
  font-size: 2rem;
  margin-bottom: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

.attractions ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.8;
  font-size: 16px;
}

.ease_text {
  font-size: 2.4rem;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.ease-right {
  position: relative;
  min-height: 400px;
}

.ease-right iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.get-direction {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  font-size: 2.4rem;
  line-height: 32px;
}

.get-direction:hover {
  transform: translateY(-2px);
}

.get-direction span {
  font-size: 18px;
  font-weight: bold;
}

/* raaya master plan start */

.raaya-master-plan {
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  background-color: #FFF6EB;
}
.raaya_property_page .raaya_content_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.raaya_property_page .Main_raaya_aesthetics .raaya-content {
  display: flex;
}
.raaya-master-plan__container {
  display: flex;
  width: 100%;
}

.raaya-master-plan__image {
  width: 50%;
}

.raaya-master-plan__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.raaya-master-plan__table {
  width: 50%;
  text-align: center;
  padding: 6.4rem 10.4rem;
  max-width: 640px;
  margin: 0 auto;
  gap: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.master_plan_title h2 {
  color: #84634E;
}

.master_plan_title p {
  padding-top: 12px;
  padding-bottom: 48px;
  font-size: 21px;
  color: #84634E;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 300;
}

.raaya-master-plan__table table {
  border-collapse: collapse;
  font-size: 15px;
  border-radius: 4px;
  position: relative;
  width: 100%;
}
.raaya-master-plan__table table:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../images/border_img.webp);
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.raaya-master-plan__table thead {
  background: #84634E;
  font-weight: 700;
  color: #FFFFFF;
}

.raaya-master-plan__table th,
.raaya-master-plan__table td {
  padding: 10px 14px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  width: 105px;
  font-family: "Crimson Pro";
}
.raaya-master-plan__table td {
  font-weight: 200;
}
.raaya-master-plan__table th {
  font-weight: 600;                                   
}

.raaya-master-plan__table tbody tr:nth-child(even) {
  background: #ddd8d0;
}

.raaya-master-plan__table tbody tr:nth-child(odd) {
  background: #eeebe7;
}

.raaya-master-plan__content {
  text-align: left;
  margin-top: 40px;
  color: #101010;
}

.raaya-master-plan__content h2 {
  font-size: 4.4rem;
  line-height: 56px;
  font-weight: 900;
  margin: 4.8rem 0 2.4rem;
}

.raaya-master-plan__content p {
  font-size: 2.2rem;
  line-height: 32px;
  letter-spacing: 0;
}

@media(max-width:768px) {
  .raaya-master-plan__container {
    flex-direction: column;
  }
}

/* raaya master plan end */


/* property slider start*/

.property-amenities-wrapper {
  width: 100%;
  align-items: center;
  justify-content: center;
}

.property-amenities-inner {
  display: flex;
  min-height: 600px;
}

.amenities-slider {
  width: 50%;
}

.amenities-slider img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  margin-bottom: -4px;
}

.amenitiesSwiper {
  height: 100%;
}

.amenities-content {
  width: 50%;
  padding: 147px 144px;
  background: url(../images/raaya52.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100vh;
}

.amenities-content h2 {
  color: #84634E;
}

.amenities-content p {
  color: #84634E;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
  padding-top: 24px;
  font-weight: 300;
  margin-bottom: 64px;
}

.amenities-list {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.amenity-item {
  margin-bottom: 24px;
  width: 50%;
  padding: 0 0 24px;
}

.amenity-item h3 {
  font-size: 21px;
  color: #84634E;
  line-height: 26px;
  font-weight: 200;
}

/* propert slider end */



/* fq section start */

.fq-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.fq_bg_image img {
  width: 100%;
  height: 456px;
  object-fit: cover;
  object-position: 38%;
  margin-bottom: -4px;
}

.fq-slider {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.fq-slider .swiper {
  position: unset;
}

.fqSwiper {
  width: 100%;
  max-width: 900px;
  padding: 40px 20px 70px;
  text-align: center;
  pointer-events: auto;

}

.fqSwiper .swiper-slide {
  color: #fff;

}


.fq-slider .swiper-slide h3 {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  padding: 40px 0 0;
}

.fq-slider .swiper-slide p {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  padding: 24px 0 0;
}
 .raaya_property_page .raaya-homes-subtitle {
    margin-bottom: 0;
  }
  .amenities-slider .swiper-slide {
  overflow: hidden;
}
@media (max-width: 768px) {
    .raaya-master-plan__table table:before {
        background: url("../images/border_img_mobile.webp") no-repeat;
        background-size: 100% 100%;
    }

  .fq_bg_image img {
    height: auto;
  }

  .fqSwiper {
    padding: 30px 15px 60px;
  }

  .fq-slider .swiper-slide {
    padding: 0 10px;
  }

  .fq-slider .swiper-slide h3 {
    font-size: 24px;
  }

  .fq-slider .swiper-slide p {
    font-size: 18px;
  }
  .amenities-slider img {
        aspect-ratio: 1 / 1;
        height: auto;
  }
   .property-amenities-wrapper {
    height: auto;
  }

  .property-amenities-inner {
    flex-direction: column-reverse;
  }

  .amenities-slider,
  .amenities-content {
    width: 100%;
  }

  .amenities-content {
    padding: 60px 20px 44px;
    height: auto;
  }

  .amenities-content h2 {
    font-size: 14px;
  }

  .amenities-content p {
    font-size: 18px;
  }

  .amenities-list {
    grid-template-columns: 1fr;
  }

  .amenity-item h3 {
    font-size: 18px;
  }
    .heading_after1 {
    font-size: 18px;
  }
   .bg_image_relative img {
    background-position: bottom;
  }

  .property_main_text {
    font-size: 4rem;
    line-height: 52px;
  }

  .property_text_inner {
    padding: 2.4rem 1.6rem 4.8rem;
    left: 0;
    bottom: 35%;
  }

  .bg_content_wrapper h2 {
    font-size: 3.2rem;
    line-height: 40px;
    margin-bottom: 8px;
  }

  .property_text_inner p {
    font-size: 18px;
    line-height: 24px;
    -webkit-line-clamp: 3;
  }

  .bg_content_wrapper {
    top: 48px;
    padding: 0 1.6rem;
    height: max-content;
  }

  .bg_box_content {
    bottom: 25%;
    width: 100%;
    flex-wrap: nowrap;
    top: auto;
    padding: 0 1.6rem !important;
  }

  .bg_content_wrapper p {
    font-size: 1.6rem;
    line-height: 24px;
  }

  .bg_box_inner {
    width: 100%;
  }

  .bg_box_inner p {
    font-size: 14px;
    line-height: 16px;
  }

  .property_specs p {
    font-size: 12px;
    line-height: 16px;
  }

  .bg_content_wrapper a {
    font-size: 18px;
    line-height: 26px;
  }

  .property_specs h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .raaya_property_page .bg_slider-container {
    height: 800px;
  }



  .ease-of-pawna {
    flex-direction: column;
    background: linear-gradient(rgb(134 175 146 / 92%), rgb(134 176 146 / 95%)), url(../images/map_bg.webp) center / cover no-repeat;
    padding: 4.8rem 1.6rem 6rem;
    aspect-ratio: auto;
    height: auto;
  }

  .ease-left {
    padding: 3.2rem 0 0;
    order: 3;
  }

  .ease_mobile_content_inner h2 {
    font-size: 3.2rem;
    line-height: 40px;
    margin-bottom: 0.8rem;
  }

  .ease_content {
    font-size: 1.6rem;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 2.4rem;
  }

  .ease-right {
    order: 2;
    min-height: 240px;
  }

  .ease_mobile_content_inner {
    order: 1;
    color: #ffffff;
  }

  .get-direction {
    bottom: 0;
    left: 0;
    box-shadow: none;
    padding: 6px 12px;
    width: max-content;
    line-height: 26px;
    font-size: 1.8rem;
  }

  .distance-list p {
    font-size: 1.6rem;
    line-height: 22px;
  }

  .ease_text {
    font-size: 2rem;
    line-height: 28px;
  }

  .attractions ul li {
    font-size: 1.6rem;
    margin-bottom: 0.8rem;
  }

  .raaya_property_page .raaya-homes-cards {
    margin-top: 9.6reem;
  }

  .raaya-master-plan__container>* {
    width: 100%;
  }

  .raaya-master-plan__image {
    position: relative;
  }

  .lohagad_button_inner {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 14px;
    color: #101010;
    font-weight: 500;
  }

  .raaya-master-plan__container {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .raaya-master-plan__table {
    width: 100%;
    padding: 64px 1.6rem;
  }

  .raaya-master-plan__image {
    width: 100%;
    height: 50%;
  }

  .master_plan_title p {
    font-size: 18px;
    padding-top: 0;
  }

  .raaya-master-plan__table table {
    font-size: 16px;
  }

  .raaya-master-plan {
    height: auto;
  }

  .raaya-master-plan__image img {
    aspect-ratio: 1 / 1;
  }

  .raaya-master-plan__content h2 {
    font-size: 3.2rem;
    line-height: 44px;
    margin: 3.2rem 0 0.8rem;
  }

  .raaya-master-plan__content p {
    font-size: 1.6rem;
    line-height: 24px;
  }

  .raaya-tabify-gallery {
    flex-direction: column;
    gap: 0.8rem;
  }

  .raaya-tabify-main {
    gap: 0.8rem;
    margin-bottom: 3.2rem;
  }

  .raaya-tabify-main>* {
    width: 50% !important;
  }

  .raaya-tabify-thumbs {
    gap: 6px;
    align-items: center;
  }

  .raaya-tabify-thumbs img {
    width: 40%;
    height: 108px;
  }

  .raaya-tabify-thumbs img:first-child,
  .raaya-tabify-thumbs img:last-child {
    width: 30%;
    height: 72px;
    opacity: 0.7;
  }

  .raaya-tabify-section {
    padding: 6.4rem 1.6rem 4.8rem;
    background: url(../images/sectionaestheticbg.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .raaya-tabify__inner,
  .raaya-tabify-right {
    width: 100%;
  }

  .raaya-tabify-tabs {
    margin-bottom: 4rem;
  }

  .raaya-tabify-tab {
    padding: 8px 17px;
    font-size: 1.2rem;
    line-height: 100%;
  }

  .raaya-tabify-right {
    order: 1;
  }

  .raaya-tabify__inner {
    order: 2;
  }

  .raaya-tabify-right img {
    border-radius: 4px;
    height: 100%;
  }

  .raaya-amenities-section {
    padding: 4.8rem 0 6rem 1.6rem;
  }

  .raaya-title {
    font-size: 3.2rem;
    line-height: 40px;
    margin-bottom: 0.8rem;
  }

  .raaya-subtitle {
    font-size: 1.8rem;
    line-height: 26px;
  }

  .raaya-header>* {
    width: 100%;
  }

  .raaya-header {
    flex-direction: column;
    padding-right: 1.6rem;
    margin-bottom: 3.2rem;
  }

  .raaya-icons {
    grid-template-columns: 1fr 1fr;
    margin-top: 3.2rem;
  }

  .amenities_raaya-slide img {
    aspect-ratio: 1 / 1.45;
    border-radius: 4px;
  }

  .raaya-slider-track {
    gap: 0;
    padding: 0;
  }

  .raaya-icon-item img {
    width: 20px;
    height: 20px;
  }

  .mySwiper .swiper-slide {
    width: 70vw;
    /* Main visible slide */
    /*transition: all 0.4s ease;*/
  }

  /* The previous slide visible on left */
  .mySwiper .bg_image_relative .swiper-slide-prev {
    width: 30vw !important;
    opacity: 0.9;
  }

  .image-zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: zoom-out;
  }

  .image-zoom-overlay img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform-origin: center;
    transition: transform 0.2s ease;
    cursor: grab;
  }

  body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .fq_bg_image img {
    height: 100vh;
  }

  .fqSwiper {
    padding: 20px 12px 55px;
  }
  .footer-logo img {
    width: 153px;
    height: 54px;
  }

  .footer-content p {
    font-size: 18px;
  }

  .footer-form button {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .ease-left {
    background: linear-gradient(rgb(134 175 146 / 92%), rgb(134 176 146 / 95%)), url(../images/map_bg.webp) center / cover no-repeat;
  }

  .bold {
    font-weight: 600;
  }

  .ease-of-pawna>* {
    width: 50%;
  }

  .raaya-tabify-main {
    width: 62%;
  }
}