.property_bg_image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 38%;
}
.property_hero_wrapper {
    position: relative;
}
.property_text_inner {
    position: absolute;
    bottom: 0;
}
.property_text_inner p {
    color: #ffffff;
    font-size: 2.4rem;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0;
}
.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;  
    backdrop-filter: blur(16px);
}
.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 {
    background: url(../images/background_line_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6.4rem 9.6rem 7.8rem;
    color: #1a1a1a;
}
.raaya-master-plan__container {
    display: flex;
    justify-content: space-between;
    gap: 72px;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}
.raaya-master-plan__image {
    width: 60%;
}
.raaya-master-plan__table {
    width: 40%;
}
.raaya-master-plan__image img {
    width: 100%;
    aspect-ratio: 2 / 1.573;
    display: block;
    object-fit: cover;
    border-radius: 4px;
}
.raaya-master-plan__table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.raaya-master-plan__table thead {
  background: #95B995;
  font-weight: 600;
}
.raaya-master-plan__table th,
.raaya-master-plan__table td {
  padding: 10px 14px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 24px;
  width: 105px;
}
.raaya-master-plan__table tbody tr:nth-child(even) {
  background: #c6d9c6;
}
.raaya-master-plan__table tbody tr:nth-child(odd) {
  background: #dfeadf;
}
.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;
}
.raaya-tabify-section {
    padding: 0 0 0 8.4rem;
    gap: 30px;
    background: url(../images/background_line_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
/* LEFT SIDE */
.raaya-tabify-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 8.4rem;
}
.raaya-tabify-tab {
  border: 1px solid #101010;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 1.6rem;
  line-height: 22px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.raaya-tabify-tab.active {
  background: #000;
  color: #fff;
  border-color: #000;
}
/* CONTENT */
.raaya-tabify-gallery {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.raaya-tabify__inner {
    width: 40%;
}
.raaya-tabify-content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.raaya-tabify-content.active {
  display: block;
  opacity: 1;
}
/* IMAGE GRID */
.raaya-tabify-main {
   display: flex;
    gap: 24px;
    justify-content: space-between;
    z-index: 8;
    position: relative;
    margin-bottom: 7.8rem;
}
.raaya-tabify-main img {
  width: 100%;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0.55px 13.39px 11.21px 0px #00000009;
  box-shadow: 2.73px 66.94px 69px 0px #00000012;
  border: 2px solid #FFFFFF;
  aspect-ratio: 1 / 1;
}
.raaya-tabify-thumbs {
    display: flex;
    gap: 24px;
    justify-content: flex-start;
}
.raaya-tabify-thumbs img {
    width: auto;
    height: 11.6rem;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}
.raaya-tabify-thumbs img:hover {
  transform: scale(1.05);
}
/* RIGHT SIDE IMAGE */
.raaya-tabify-right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.raaya-tabify-right img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: opacity 0.5s ease;
}
.raaya-amenities-section {
  background: url(../images/background_amenities_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 6rem 0 6rem 9.6rem;
  overflow: hidden;
}
.raaya-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 11.2rem;
}
.raaya-header > * {
  width: 50%;
}
.raaya-title {
  font-size: 4rem;
  font-weight: 900;
  line-height: 52px;
  margin-bottom: 16px;
  letter-spacing: 0;
}
.raaya-subtitle {
    font-style: italic;
    font-weight: 400;
    opacity: 0.9;
    font-size: 2.4rem;
    line-height: 32px;
}
.raaya-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 8px;
}
.raaya-icon-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    flex-direction: column;
    line-height: 22px;
    font-weight: 500;
}
.raaya-icon-item i {
  font-size: 1rem;
}
/* SLIDER */
.amenities_raaya-slider {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
}
.raaya-slider-track {
  display: flex;
  gap: 4px;
  padding: 0 20px;
}
.amenities_raaya-slide {
  overflow: hidden;
  user-select: none;
  transition: transform 0.3s ease;
}
.amenities_raaya-slide img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}
.amenities_raaya-slide:hover {
  transform: scale(1.03);
}
/* Scrollbar hidden */
.amenities_raaya-slider::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 767px) {
    .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;
    }
    .bg_content_wrapper h2 {
        font-size: 3.2rem;
        line-height: 40px;
        margin-bottom: 8px;
    }
    .property_text_inner p {
        font-size: 16px;
        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;
    }
    /* Pagination dots (mobile only) */
    .mobile-slider-pagination {
    text-align: center;
    margin-top: 10px;
    }
    .swiper-pagination-bullet {
        background: #fff !important;
        opacity: 0.4;
        width: 1rem !important;
        height: 1rem !important;
    }
    .swiper-pagination-bullet-active {
    opacity: 1;
    }
    .bg_slider-container .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
        margin-bottom: 26px;
    }
      .ease-of-pawna {
        flex-direction: column;
        background: linear-gradient(rgb(134 175 146 / 92%), rgb(134 176 146 / 95%)), url(../images/map_bg.jpg) 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-subtitle {
        margin-bottom: 6rem;
      }
      .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: 48px;
    }
    .raaya-master-plan__table {
        width: 100%;
    }
    .raaya-master-plan {
        padding: 6.4rem 1.6rem;
        background: url(../images/sectionaestheticbg.png);
        background-size: cover;
        background-repeat: no-repeat;
    }      
    .raaya-master-plan__image img {
        height: auto;
    } 
    .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.png);
      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 screen and (min-width: 768px) {
    .ease-left {
        background: linear-gradient(rgb(134 175 146 / 92%), rgb(134 176 146 / 95%)), url(../images/map_bg.jpg) center / cover no-repeat;
    }  
 .bold {
        font-weight: 600;
      }
    .ease-of-pawna > * {
        width: 50%;
    } 
    .raaya-tabify-main {
        width: 62%;
    }
}
