:root {
  --color-primary-purple: #044b8e;
--color-primary-purple-dots:#004f8757
}

p {
  line-height: 32px;
}

a {
  color: black;
}
button:hover {
  background: #004f8782 !important;
}
/*********** Search dropdown  ***********/
.pl-autocomplete-dropdown {
  border: 1px solid var(--color-primary-purple) !important;
  border-radius: 8px;
}
.pl-autocomplete-group-header {
  background: var(--color-primary-purple) !important;
  font-size: 16px !important;
  color: #fff;
}

.no-properties-message p {
  display: inline;
  padding: 5px 10px;
  background: #4d5461;
  color: white !important;
  border-radius: 5px;
}

.no-properties-message {
  margin-top: 20px;
}





.r_a_image_grid {
    display: grid;
    gap: 16px;
}




/* ---------- hamburger ---------- */

.header-hamburger {
  display: none; /* shown by media query below */
  top: 18px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

div#page_o_s_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 46px;
  padding-bottom: 68px;
  column-gap: 40px;
}

.p_t_heading h2 {
  background: var(--color-primary-purple);
  color: white;
  padding: 10px;
  width: 100%;
  font-size: 22px;
  line-height: 30px;
}

div#p_t_wrapper,
div#acc_wrapper,
div#comm_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  padding-top: 40px;
  padding-bottom: 67px;
}

div#our_m_wrapper {
  display: flex;
  column-gap: 40px;
  padding-top: 46px;
  padding-bottom: 68px;
}

.our_m_image img {
  max-width: 636px;
  width: 100%;
  border-radius: 12px;
}

.our_m_l_section {
  width: 100%;
  max-width: 640px;
}

.p_t_paragraph p {
  padding-bottom: 15px;
}

.p_t_para p a {
  text-decoration: underline;
}

.his_list_section .manage_t_list:before {
  content: "";
  height: 6px !important;
  background: black;
  position: absolute;
  display: block;
  width: 6px;
  border-radius: 11px;
  margin-top: 10px;
  left: 0px;
}

.his_right_section {
  max-width: 636px;
}

.p_t_paragraph {
  padding-bottom: 20px;
}

.manage_t_list {
  padding-left: 16px;
  margin-bottom: 17px;
}

.manage_t_list p {
  line-height: 32px;
}

.his_para {
  padding-bottom: 24px;
}

.his_para {
  padding-bottom: 24px;
}

.his_list_section {
  position: relative;
}

.section_heading h2 {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 32px;
}

div#his_wrapper {
  display: flex;
  column-gap: 40px;
  padding-top: 46px;
  padding-bottom: 96px;
}

.his_left_section img {
  max-width: 636px;
  width: 100%;
  border-radius: 12px;
}

div#his_wrapper {
  display: flex;
}

.his_right_section p {
  line-height: 32px;
}
.m_list.property_list li {
  margin-left: 21px;
  padding-bottom: 12px;
}

.our_m_l_section h4 {
  font-size: 22px;
  font-weight: 600;
}

.our_m_list_s_wrapper {
  padding-top: 20px;
}

.our_m_para p {
  color: #4d5461;
  padding-top: 10px;
}

.inner_right_section.m_right_section {
  padding: 24px;
  background: #edf3f7;
  border-radius: 12px;
}

.c_outer_wrapper textarea {
  height: 162px;
  border-radius: 10px;
  border-color: #b8b8b8;
}
.submit-button {
  padding-top: 50px;
}
.c_outer_wrapper .submit-button input {
  padding: 19px 24px;
  font-size: 18px;
  font-weight: 400;
  background: var(--color-primary-purple);
  color: white;
  text-transform: capitalize;
  margin: 0px;
}

.submit-button input:hover {
  background: #edf3f7;
  color: black;
}

/* --- slider container --- */
.home-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

/* --- viewport & track --- */
.home-slider__viewport {
  overflow: hidden;
  width: 100%;
}
.home-slider__track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
.home-slider__slide {
  min-width: 100%;
}
.home-slider__slide img {
  display: block;
  width: 100%;
  height: 853px;
  object-fit: cover;
  border-radius: 12px;
}

/* --- buttons --- */
.home-slider__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 22px;
  padding: 10px 14px;
  cursor: pointer;
}
.home-slider__button--prev {
  left: 10px;
}
.home-slider__button--next {
  right: 10px;
}

/* --- dots --- */
.home-slider__dots {
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: center;
  margin-top: auto;
  position: relative;
  bottom: 52px;
}

.home-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bbb;
  cursor: pointer;
}

.home-slider__dot.active {
  background: #333;
}

/* gallery model */
.r_a_g_image img {
  cursor: pointer;
  border-radius: 12px;
}

.r_a_modal_overlay {
  background: #fff;
  max-width: 700px;
  width: 100%;
  margin: auto;
  padding: 12px;
  border-radius: 8px;
}
.r_a_modal_content {
  position: relative;
}
.r_a_modal_body img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border: 0px;
  border-radius: 6px !important;
}
button#r_a_modal_close {
  position: absolute;
  right: 0;
  background: var(--color-primary-purple);
  border: unset;
  color: #fff;
  font-size: 22px;
  padding: 0px 12px;
}

#r_a_modal {
  display: none;
}
#r_a_modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

#r_a_modal.open_gallery {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #0000009e;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

div#page_o_s_wrapper .o_s_list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  color: var(--color-primary-purple);
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#page_o_s_wrapper .o_s_list {
  position: relative;
}

div#m_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  padding-top: 40px;
  padding-bottom: 68px;
}

.m_list.property_list li:before,
.acc_list.property_list li:before,
.comm_list.property_list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  color: var(--color-primary-purple);
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc_list.property_list,
.comm_list.property_list {
  padding: 32px 0px;
}

.m_list.property_list li,
.acc_list.property_list li,
.comm_list.property_list li {
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding-left: 27px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.inner_right_section.m_right_section .m_heading h2 {
  font-size: 22px;
}

.m_list_wrapper {
  padding-top: 32px;
}

.m_list_outer_section {
  padding-bottom: 32px;
}

div#page_o_s_wrapper .o_s_list li::marker {
  display: none !;
}

div#page_o_s_wrapper .o_s_list li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}

div#page_o_s_wrapper .o_s_para {
  padding-bottom: 32px;
}

div#page_o_s_wrapper p {
  line-height: 32px;
}
div#page_o_s_wrapper .o_s_list li {
  margin-bottom: 10px;
}

.c_u_f_wrapper h2 {
  font-size: 32px;
  color: #4d5461;
  padding-bottom: 20px;
  margin-top: 0px;
}
.m_left_section .upper-pharagraph p {
  color: #4d5461;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 20px;
}

.inner_left_section.m_left_section b {
  color: #000;
}
.c_heading h4 {
  margin-top: 0px;
  font-size: 22px;
  color: #000;
}
.c_heading {
  padding-top: 10px;
  padding-bottom: 20px;
}
.l_c_wrapper {
  max-width: 300px;
  width: 100%;
  display: grid;
  gap: 15px;
}
.l_c_wrapper .l_addr p {
  color: #4d5461;
  font-weight: 600;
  line-height: 23px;
}
.l_c_wrapper a {
  font-weight: 600;
  font-size: 16px;
  color: #4d4e61;
}
.l_c_wrapper .l_tele a,
p {
  font-weight: 400;
  color: #4d5461;
  font-size: 16px;
}

.p_type_left_section h3:nth-child(2) {
  font-size: 24px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 10px;
}

.header-hamburger .bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #111;
  position: relative;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.header-hamburger .bar::before,
.header-hamburger .bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: inherit;
  transition: transform 0.25s ease, top 0.25s ease, bottom 0.25s ease;
}
.header-hamburger .bar::before {
  top: -7px;
}
.header-hamburger .bar::after {
  bottom: -7px;
}

/* hamburger active transform */
body.menu-open .header-hamburger .bar {
  transform: rotate(45deg);
}
body.menu-open .header-hamburger .bar::before {
  transform: rotate(90deg);
  top: 0;
}
body.menu-open .header-hamburger .bar::after {
  transform: rotate(90deg);
  bottom: 0;
}

/* ---------- desktop (mega menu on hover) ---------- */

.main-menu,
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* top-level menu layout (desktop) */
.main-menu > li {
  position: relative;
  display: inline-block; /* horizontal */
}

/* hide submenus by default */
.main-menu .sub-menu {
  position: absolute;
  right: 0px !important;
  left: -105px !important;
  top: calc(100% + 8px) !important;
  min-width: 250px;
  display: none;
  opacity: 0;
  transition: opacity 0.15s ease, transform 0.15s ease;
  transform: translateY(-12px);
  background: white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.award_list li {
  line-height: 32px;
  margin-bottom: 12px;
  margin-left: 24px;
}

.p_r_img {
  box-sizing: border-box;
  height: 167px;
  align-items: center;
  position: relative;
}

div#awards_wrapper {
  padding-top: 46px;
  padding-bottom: 68px;
}

.award_list li {
  color: #4d5461;
}

div#news_wrapper {
  padding-top: 46px;
  padding-bottom: 78px;
  display: grid;
  column-gap: 40px;
  grid-template-columns: 40% 1fr;
}

.new_list_o_wrapper {
  margin-top: 32px;
}

.news_list_r a {
  color: #1b7cda;
}

.news_list_r {
  margin-bottom: 24px;
}

a.c_news {
  font-weight: 600;
  color: black;
  text-decoration: underline;
}

.m_outer_top_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 46px;
  gap: 40px;
  padding-bottom: 64px;
}
.manage_l_s {
  max-width: 600px;
}
.manage_t_para p {
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  color: #70707b;
}
.manage_t_sub_head h3 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 20px;
  color: #242527;
}
.manage_l_s .section_heading h2 {
  max-width: 500px;
  color: #242527;
}
.p_card_outer .p_card {
  max-width: 421px;
  margin-top: 24px;
}

.manage_t_sub_head h3 {
  color: #242527;
  max-width: 500px;
}
.m_outer_m_section_W {
  margin-bottom: 60px;
}
.m_outer_m_section_W .manage_t_list h5 {
  margin: 0px;
  font-size: 18px;
  font-weight: 600;
}
.m_outer_m_section_W .manage_t_list {
  margin: 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 2fr 1fr;
  align-items: center;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-bottom: none;
}

.m_outer_m_section_W .manage_t_list > div {
  flex: 1;
  padding: 13px;
  color: #111827;
  border-right: 1px solid #b8b8b8;
  height: 50px;
}

.m_outer_m_section_W .manage_t_list > div:last-child {
  border-right: none;
}

.m_outer_m_section_W .m_team_e a {
  color: #1877f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
}
.m_team_pn a {
  font-size: 18px;
  font-weight: 400;
  color: #70707b;
}
.m_team_e a:hover {
  text-decoration: underline;
}
.m_outer_m_section_W .manage_t_list:last-child {
  border-bottom: 1px solid #b8b8b8;
}

a.b_news {
  color: #1b7cda;
  text-decoration: underline;
}

/* slider resident award started */

div#r_p_a_inner {
  padding-top: 46px;
  padding-bottom: 60px;
}

.r_p_big {
  display: none;
  opacity: 0;
  transition: opacity 0.22s ease;
  max-width: 100%;
}
.r_p_big.active {
  display: block;
  opacity: 1;
}

.r_p_thumbs_wrap {
  overflow: hidden;
  position: relative;
}
.r_p_thumbs {
  position: relative;
  white-space: nowrap;
  display: block;
}

.r_p_thumbs .list-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  will-change: transform;
}

.r_p_thumb_btn img.r_p_thumb {
  display: block;
  width: 100%;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}

.rp-count-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  background: unset;
  color: #fff;
  padding: 0px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  pointer-events: none;
}
.rp-count-badge.show {
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #00000099;
}

.r_p_a_second_heading h3 {
  font-size: 22px;
}

.r_p_a_galleries.slider-component {
  padding-bottom: 48px;
}

.r_p_a_repeater p {
  line-height: 32px;
  color: #70707b;
}

.r_p_dots {
  margin-top: 48px !important;
}

.slider-component {
  max-width: 1320px;
  margin: 0px;
  font-family: sans-serif;
}
.r_p_viewer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r_p_viewer_inner {
  width: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
}
.r_p_viewer_inner img.r_p_big {
  display: none;
  max-width: 100%;
  height: auto;
  border-radius: 0px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.r_p_viewer_inner img.r_p_big.active {
  display: block;
  width: 100%;
  height: 610px;
  object-fit: cover;
}

.r_p_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.r_p_prev {
  left: 8px;
}
.r_p_next {
  right: 8px;
}

.r_p_thumbs_wrap {
  margin-top: 12px;
  overflow: hidden;
}

.r_p_thumb_btn {
  display: inline-block;
  width: 212px;
  flex: 0 0 auto;
  border: 1px solid #fff;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;

  padding: 0;
  cursor: pointer;
  border-radius: 8px;
}

.r_p_dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 0;
  list-style: none;
  align-items: center;
  flex-wrap: nowrap;
}

.r_p_dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}

.r_p_dot.compact {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  opacity: 0.9;
  transform: none;
}

.r_p_dot.active {
  background: #5b56ff;
  transform: scale(1.25);
  box-shadow: 0 0 0 4px rgba(91, 86, 255, 0.08);
}

.r_p_dot.ellipsis {
  background: none !important;
  cursor: default;
  width: auto;
  height: auto;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.45);
  padding: 0 8px;
  line-height: 1;
  margin: 0 10px;
}
button.r_p_thumb_btn.active {
  border: 1px solid var(--color-primary-purple);
}

.r_p_dots .group-sep {
  display: inline-flex;
  gap: 24px;
  align-items: center;
}

.r_p_dots .dot-group {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

button.r_p_nav {
  display: none;
}

.r_p_dots button {
  width: 12px !important;
  height: 12px !important;
  padding: 0px;
}

button.r_p_dot.active {
  background: var(--color-primary-purple);
}

/* slider resident awwards ended */

div#resident_p_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 62px 0px;
}
.inner_right_section.r_s_r_section .r_s_heading h1 {
  color: #242527;
  font-weight: 600;
  margin-bottom: 32px;
}
.inner_right_section.r_s_r_section .r_s_para {
  font-size: 16px;
  color: #70707b;
  line-height: 28px;
}
.inner_right_section.r_s_r_section .r_s_list.property_list {
  margin: 24px 0px;
}
.inner_right_section.r_s_r_section .r_s_list.property_list li {
  color: #4d5461;
  font-size: 16px;
  line-height: 35px;
  position: relative;
  padding-left: 30px;
}

.inner_right_section.r_s_r_section .r_s_list.property_list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  color: var(--color-primary-purple);
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner_right_section.r_s_r_section .r_s_list.property_list li {
  list-style: none;
}
.inner_right_section.r_s_r_section div#p_second {
  color: #4d5461;
}

.inner_right_section.r_s_r_section div#p_third {
  color: #4d5461;
}
.inner_right_section.r_s_r_section .r_s_para b {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}
.inner_right_section.r_s_r_section .r_s_para strong {
  font-weight: 500;
  color: #000;
}
.inner_right_section.r_s_r_section .r_s_list.property_list.c-property {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
div#r_a_g_wrapper {
  padding-top: 46px;
  padding-bottom: 56px;
}
div#r_a_g_wrapper .section_heading h2 {
  color: #242527;
  margin-bottom: 20px;
}
div#r_a_g_wrapper .r_a_heading h5 {
  color: #242527;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
}
div#u_gallries {
  grid-template-columns: repeat(4, 1fr);
}

div#r_a_g_wrapper .r_a_g_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  cursor: pointer;
}
div#n_n_c_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  padding-top: 62px;
  padding-bottom: 30px;
}
.inner_left_section.n_n_c_left .section_heading h2 {
  color: #242527;
  margin-bottom: 10px;
}
.inner_right_section.n_n_c_right .n_n_c_img_repeater {
  display: grid;
  gap: 40px;
}
.inner_right_section.n_n_c_right .n_n_c_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner_left_section.n_n_c_left .n_n_c_para p {
  color: #70707b;
  line-height: 25px;
  margin-top: 20px;
  font-weight: 400;
}
.n_n_c_objetives {
  margin: 25px 0px;
}
.n_n_c_objetives ul.n_n_c_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.n_n_c_objetives ul.n_n_c_list li::before {
  content: "✔";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--color-primary-purple);
  font-size: 24px;
  font-weight: 700;
  margin-top: 3px;
}
.n_n_c_objetives ul.n_n_c_list li {
  color: #4d5461;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.n_n_c_volunteer_para {
  margin: 25px 0px;
}

.n_n_c_volunteer_para p {
  font-size: 16px;
  color: #4d5461;
  font-weight: 400;
  line-height: 25px;
}

.c_outer_wrapper input {
  padding: 19px;
  margin-bottom: 20px;
  border-color: #b8b8b8;
  border-radius: 10px;
  margin-bottom: 34px;
}
div#link_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 46px;
  padding-bottom: 100px;
  column-gap: 40px;
}
.link_left_section .l_image img {
  border-radius: 16px;
}
.link_right_section .section_heading h2 {
  font-size: 22px;
  color: #242527;
  font-weight: 600;
  margin-bottom: 25px;
}
.inner_right_section.link_right_section .l_paragraph .link_list {
  border-bottom: 1px solid #b8b8b8;
  padding: 20px 0px;
}
.inner_right_section.link_right_section .l_paragraph .l_list a {
  color: #1b7cda;
  font-weight: 500;
  font-size: 16px;
}
div#r_ac_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 46px;
  padding-bottom: 100px;
  column-gap: 40px;
}
.r_ac_wrapper_second .r_ac_sub_h h4 {
  color: #4d5461;
  font-size: 24px;
  font-weight: 500;
}
.r_ac_list {
  display: grid;
  gap: 15px;
  list-style: none;
  margin-bottom: 15px;
}
.r_ac_list li a {
  color: #4d5461;
  font-size: 16px;
  font-weight: 600;
}
.r_ac_list li span {
  color: #4d5461;
  font-size: 16px;
  font-weight: 600;
}
.r_ac_button button {
  padding: 19px 24px;
  font-size: 18px;
  font-weight: 400;
  background: var(--color-primary-purple);
  text-transform: capitalize;
  margin: 0px;
  border: none;
  border-radius: 10px;
  margin: 30px 0px;
}
.r_ac_button button a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.a_ac_bulletboard {
  margin-top: 30px;
}
.a_ac_bulletboard h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.a_ac_bulletboard p {
  font-weight: 500;
  line-height: 25px;
}
.a_ac_repeter_list h4 {
  font-size: 16px;
  font-weight: 500;
  color: #4d5461;
}
.a_ac_repeter_list ul {
  padding-left: 30px;
  line-height: 27px;
  list-style: none;
}

.a_ac_repeter_list ul li {
  font-size: 16px;
  color: #4d5461;
  font-weight: 500;
  position: relative;
}
.a_ac_repeter_list ul li::before {
  content: "•";
  font-size: 15px;
  color: #4d5461;
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.h_s_right_section span.remove-search-homepage {
  display: none;
}
.search_input input:focus {
  outline: none;
  border: 1px solid var(--color-primary-purple);
}
#o_s_wrapper .s_location_name {
  display: flex;
  align-items: center;
  gap: 10px;
}
#o_s_wrapper .s_location_name p {
  color: #4d5461;
  font-size: 16px;
  font-weight: 600;
}
#o_s_wrapper {
  padding-top: 0px;
}
.p_s_l_section .s_p_in_loaction h2 {
  color: #242527;
  font-size: 50px;
  margin-bottom: 10px;
}
.p_s_l_section .s_count_p_in_l p {
  color: var(--color-primary-purple);
  font-size: 16px;
  font-weight: 500;
}
.p_search_wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  justify-content: space-between;
  width: 100%;
	padding-top:60px;
}
.p_s_r_section .search_input input {
  box-shadow: 0px 0px 6px 0px #00000033;
  border: none;
}
.p_s_r_section .search_input {
  justify-content: end;
  width: 100%;
}
#o_s_wrapper .property_map {
  margin-top: 64px;
}
#o_s_wrapper .property_map div#pl-map {
  border-radius: 16px;
}
#prop_outer .p__heading h1 {
  color: #242527;
  margin-bottom: 8px;
}

#prop_outer .p_type_card_wrapper p {
  color: var(--color-primary-purple);
  font-size: 16px;
  font-weight: 500;
}
.p_type_card_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 30px 0px 64px 0px;
  gap: 24px;
}
.p_card .c_t_img img {
  border-radius: 12px;
  width: 100%;
  height: 252px;
  object-fit: cover;
}
.p_card .c_t_section h2 {
  color: #242527;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.p_card .p_type_address {
  color: #4d5461;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c_details_wrapper .p_type_left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c_details_wrapper .p_type_left h5 {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
}
.f_p_lable .p_type_right h5 {
  color: #4d5461;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
.p_card .f_p_lable {
  display: grid;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 16px;
  margin-bottom: 25px;
}
.c_last_section button {
  background: var(--color-primary-purple);
  border-radius: 12px;
  width: 100%;
  border: none;
}

.c_last_section button a {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  width: 100%;
  display: block;
}
.p_type_top_section .p_type_t_w {
  display: flex;
  align-items: center;
  gap: 20px;
}
#prop_single_inner .p_type_top_section h2 {
  color: #242527;
  font-size: 50px;
  margin-bottom: 10px;
}
#prop_single_inner .p_location {
  display: flex;
  align-items: center;
  gap: 10px;
}
#prop_single_inner .p_location h5 {
  color: #4d5461;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
}
#prop_single_inner {
  padding: 64px 0px;
}
#prop_single_inner .p_type_top_section p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
#property_details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.p_type_gallries {
  padding: 80px 0px;
}
.p_type_list_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  margin-bottom: 40px;
}
#property_details .p_l_type_heading h3 {
  color: #242527;
  font-size: 40px;
  margin-bottom: 20px;
}
#property_details .p_l_type_img {
  margin: 15px 0px;
}
#property_details .p_l_type_para p {
  font-size: 16px;
}
#property_details .p_type_details_l_section {
  padding-right: 50px;
}
#property_details .prop_action_buttons .p_actions {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px;
  gap: 16px;
}
#property_details .p_actions a {
  background: var(--color-primary-purple);
  padding: 12px 16px;
  color: #fff;
  border-radius: 10px;
}
#property_details .p_type_list_wrapper h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#property_details .p_number {
  color: #4d5461;
  gap: 5px;
  display: grid;
}
#property_details .p_number a {
  color: #4d5461;
}
#property_details .prop_email a {
  text-decoration: underline;
  color: #4d5461;
}
#property_details .location p.prop_loc {
  color: var(--color-primary-purple);
  text-transform: capitalize;
  line-height: 26px;
}
#property_details .p_d_list.office_hours p {
  line-height: 24px;
}
#property_details .p_d_list.office_hours h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#property_details .p_d_list.office_hours {
  width: 60%;
}
#floor_plans {
  background: #f4f3fe;
  border-radius: 16px;
  padding: 20px;
  margin: 100px 0px;
}
.f_type_list_wrapper {
  cursor: pointer;
  display: grid;
  gap: 10px;
  align-items: center;
  padding: 20px;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid var(--color-primary-purple);
  border-radius: 12px;
}
.f_type_wrapper .f_type_list_wrapper h5 {
  margin: 0px;
}
.f_type_wrapper .f_plan_list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.f_type_wrapper .f_plan_list h5 {
  font-size: 16px;
  font-weight: 500;
  color: #242527;
}
.f_type_wrapper .sq_feet {
  display: flex;
  align-items: center;
  gap: 10px;
}
.f_type_wrapper .f-a-number span {
  font-size: 14px;
  font-weight: 500;
}
.f_type_wrapper .p_type_list {
  display: grid;
  gap: 15px;
}

.p_type_list {
  padding-bottom: 15px;
}

#floor_plans h3 {
  font-size: 40px;
  font-weight: 600;
  color: #242527;
}
#amenities h3 {
  color: #000;
}
#amenities {
  margin-top: 30px;
}
 
.unit_img img {
  height: 176px;
  object-fit: cover;
  border-radius: 12px;
	width:100%;
}
.p_floor_unit_section {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 32px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}
.p_ameni_grid ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px;
}
.p_ameni_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 25px;
}
.p_ameni_grid ul li {
  font-size: 15px;
  text-transform: capitalize;
}
.p_ameni_grid ul img {
  width: 24px;
}
#p_type_resident_section h2 {
  font-size: 44px;
  font-weight: 600;
  margin: 0 auto;
}
.p_type_resident_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 35px 0px;
}
.p_type_left_section h3 {
  font-size: 30px;
  font-weight: 600;
}
.p_type_left_section h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 25px;
}
.p_type_right_section h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.p_type_resi_img img {
  border-radius: 16px;
  margin-bottom: 15px;
  height: 230px;
  width: 100%;
  object-fit: cover;
}
#location h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
#other-properties-map {
  border-radius: 16px;
}
.p_type_other_p_l_outer {
  margin: 100px 0px;
}
.p_type_other_p_l_outer h3 {
  font-size: 40px;
  font-weight: 600;
}
.p_type_other_p_l_outer p {
  color: #70707b;
  font-size: 16px;
  line-height: 24px;
}
.no-related-properties {
  margin: 20px 0px;
  color: var(--color-primary-purple);
}
.apart_search_outer .search_input {
  justify-content: end;
  position: absolute;
  width: 100%;
  right: 0;
  top: 15px;
}

.apart_search_outer .apart_search_inner {
  position: relative;
}
div#p_contact_wrapper h2 {
  font-size: 44px;
}
div#p_contact_wrapper {
  margin: 50px 0px;
}
.p_c_main_flex_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin: 50px 0px 100px 0px;
}
.p_c_main_flex_wrapper .p_c_wrapper {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
  bottom: 40px;
  color: #ffffff;
  z-index: 2;
}
.p_c_main_flex_wrapper .inner_left_section.m_left_section {
  position: relative;
}
.p_c_main_flex_wrapper .u_p_text p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: 300;
}
.p_c_main_flex_wrapper .u_p_text b {
  color: #fff;
  font-weight: 600;
}
.p_c_main_flex_wrapper .c_heading h4 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 500;
}
.p_c_main_flex_wrapper #p_c_social .l_addr b {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.p_c_main_flex_wrapper #p_c_social .l_addr p {
  color: #fff;
  line-height: 23px;
  font-weight: 300;
  margin-top: 5px;
}
#p_c_social a {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
#p_c_social b {
  color: #fff;
  font-weight: 600;
}
#p_c_social .l_tele p {
  color: #fff;
  font-weight: 300;
}
#p_contact_wrapper .c_img img {
  border-radius: 20px;
  height: 675px;
  object-fit: cover;
}

/******************* Property Listing Menu Navbar ****************/

ul#menu-property-listing-header-menu {
  display: flex;
  justify-content: flex-end;
  gap: 46px;
}
ul#menu-property-listing-header-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color-primary-purple);
}

ul#menu-property-listing-header-menu ul.sub-menu a{
	color:#000929;
}

#menu-property-listing-header-menu ul.sub-menu li {
  line-height: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
}
#menu-property-listing-header-menu ul.sub-menu a {
  font-size: 16px;
}

ul#menu-property-listing-header-menu ul.sub-menu {
  opacity: 1;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid var(--color-black);
  transition: opacity 0.15s ease, transform 0.15s ease;
  transform: translateY(-12px);
  background: white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

ul#menu-property-listing-header-menu ul.sub-menu li a:hover {
  background: #004f87;
  color: #fff;
}

ul#menu-property-listing-header-menu ul.sub-menu li a {
  padding: 0px 10px;
  width: 100%;
  border-radius: 10px;
}
#p_c_form {
  padding: 40px;
  background: #fff;
  border: 1px solid #7065f0;
  border-radius: 20px;
  padding-bottom: 25px;
}
#p_c_form .c_u_f_wrapper h2 {
  color: #242527;
  font-size: 25px;
  font-weight: 600;
}

ul#menu-header_menu ul.sub-menu li:hover a {
  color: white;
}

#property_contact_ua_page input {
  border: 1px solid #034c90;
  padding: 14px;
  border-radius: 8px;
}
#property_contact_ua_page textarea {
  border: 1px solid #7065f0;
  padding: 14px;
  border-radius: 8px;
  height: 73px;
  font-size: 18px;
}
#property_contact_ua_page input::placeholder {
  font-size: 18px;
}
#property_contact_ua_page .wpcf7-spinner {
  display: flex;
}
#property_contact_ua_page .submit-button {
  text-align: right;
}

/************************ Media Query Start Here *****************/
@media (max-width: 1440px) {
  .inner_section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 1300px) {
	.m_team_pn a {
		font-size: 16px;
	}
	.m_outer_m_section_W .m_team_e a {
		font-size: 16px;
	}
	.m_outer_m_section_W .manage_t_list h5 {
		font-size: 16px;
	}
}
@media (min-width: 1025px) {
  .main-menu > li:hover > .sub-menu,
  .main-menu > li:focus-within > .sub-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .main-menu > li .mega-menu {
    min-width: 600px;
    left: 0;
    right: auto;
  }
}

@media (max-width: 1024px) {
  div#p-img-left img {
    height: 507px;
  }
  .apart_search_outer.open_popup {
    display: none;
  }

  #property_details .p_d_list.office_hours {
    width: 100%;
  }
  ul#menu-property-listing-header-menu li a {
    font-size: 18px;
  }

  .p_r_img {
    box-sizing: border-box;
    height: 158px;
  }

  div#p-gall-right {
    height: 520px !important;
  }

  .other-properties-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  div#header_inner_section button {
    background: transparent !important;
    border: none !important;
    outline: none;
  }

  .manage_t_sub_head h3 {
    font-size: 25px;
  }
  .p_type_resident_grid {
    grid-template-columns: 1fr;
    margin: 10px 0px;
  }
  .p_type_left_section h3:nth-child(2) {
    padding-top: 10px;
  }
  .p_type_other_p_l_outer {
    margin: 50px 0px;
    margin-bottom: 0px;
  }

  ul#menu-property-listing-header-menu ul.sub-menu li a:hover {
    background: transparent;
    color: #014d8c;
  }
  ul#menu-property-listing-header-menu ul.sub-menu {
    opacity: 1;
    padding: 0px;
    border-radius: 0px;
    border: none;
    transition: opacity 0.15s ease, transform 0.15s ease;
    transform: translateY(-12px);
    background: white;
    box-shadow: none;
    z-index: 999;
  }

  ul#menu-property-listing-header-menu {
    display: flex;
    justify-content: flex-end;
    gap: 0px;
  }

  ul#menu-property-listing-header-menu .submenu-open ul.sub-menu {
    opacity: 1;
    max-height: unset !important;
    border: none;
    box-shadow: none;
  }

  ul#menu-property-listing-header-menu .submenu-open ul.sub-menu li {
    border-top: 1px solid #e2dbdb;
    padding: 0px 0px;
  }

  ul#menu-property-listing-header-menu .submenu-open ul.sub-menu {
    padding: 0px !important;
    padding-left: 10px !important;
    margin-top: 10px;
  }

  .unit_img img {
    width: 100%;
    height: 300px;
  }
  .p_floor_unit_section {
    grid-template-columns: 1fr;
  }
  #property_details {
    grid-template-columns: 1fr;
  }
  #menu-property-listing-header-menu {
    flex-wrap: wrap;
    margin-top: 55px;
  }
  #menu-property-listing-header-menu li {
    display: block;
    width: 100%;
  }
  .p_s_l_section .s_p_in_loaction h2 {
    font-size: 40px;
  }
  .p_s_r_section .search_input {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .p_search_wrapper {
    grid-template-columns: 1fr;
	  padding-top:30px;
  }
  .p_type_card_wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .inner_right_section.r_ac_right {
    margin-top: 30px;
  }
  div#r_ac_wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }
  .inner_right_section.m_right_section {
    margin-top: 30px;
  }
  div#m_wrapper {
    grid-template-columns: 1fr;
  }
  .link_right_section .section_heading h2 {
    line-height: 30px;
  }
  div#link_wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }
  .inner_right_section.link_right_section {
    margin-top: 30px;
  }
  .inner_left_section.m_left_section {
    padding-right: 0px;
  }

  .our_m_l_section {
    width: 100%;
    max-width: 100%;
  }

  div#page_o_s_wrapper {
    grid-template-columns: 1fr;
  }

  div#header_inner_section {
    column-gap: 40px;
  }

  .r_p_thumb_btn img.r_p_thumb {
    max-width: 222px;
    height: 222px;
  }

  div#r_a_g_wrapper .r_a_gallries {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  div#r_a_g_wrapper .r_a_heading h5 {
    line-height: 31px;
  }

  .m_outer_m_section_W .manage_t_list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
    border-bottom: 1px solid #b8b8b8;
  }
  .m_outer_m_section_W .manage_t_list > div {
    border-right: none;
  }

  div#our_m_wrapper {
    flex-wrap: wrap;
    row-gap: 25px;
    flex-direction: column-reverse;
  }

  .section_heading h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .his_right_section {
    max-width: 100%;
  }

  div#his_wrapper {
    row-gap: 20px !important;
    flex-wrap: wrap;
  }
  .header-hamburger {
    display: inline-flex;
  }
  .site_navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    max-width: 90%;
    height: 100vh;
    transform: translateX(110%);
    transition: transform 0.25s ease;
    background: #fff;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.08);
    z-index: 9998;
    padding: 72px 18px 18px;
    overflow-y: auto;
  }

  ul#menu-header_menu li.submenu-open ul.sub-menu {
    opacity: 1;
    max-height: 100%;
    z-index: 999999;
    min-width: 100%;
    transform: translateY(0px);
  }
  button.header-hamburger:hover {
    background: unset;
  }
  button.header-hamburger:focus {
    background: unset;
  }

  body.menu-open .site_navbar {
    transform: translateX(0);
  }

  .main-menu > li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .main-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 8px;
  }

  .main-menu .sub-menu {
    position: static;
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }

  .main-menu li.expanded > .sub-menu {
    max-height: 1000px;
    opacity: 1;
  }

  .main-menu li.expanded > a::after {
    transform: rotate(90deg);
  }

  #p_contact_wrapper .c_img img {
    width: 100%;
  }

  .p_c_main_flex_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p_card_outer .p_card {
    max-width: 100%;
  }
  #prop_single_inner .p_type_top_section h2 {
    font-size: 45px;
    margin-bottom: 5px;
  }
  .p_type_gallries {
    padding: 50px 0px;
  }
  #floor_plans h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  #p_type_resident_section h2 {
    font-size: 35px;
    margin: 1px;
  }
  #floor_plans {
    margin: 50px 0px;
  }
}

@media (max-width: 768px) {
  div#u_gallries {
    grid-template-columns: repeat(3, 1fr);
  }

  .p_r_img {
    height: 200px;
  }

  div#p-gall-right {
    height: 420px !important;
  }

  .other-properties-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .unit-nav {
    display: block !important;
  }

  .r_p_thumb_btn img.r_p_thumb {
    max-width: 71px;
    height: 70px;
    width: 100%;
  }

  span.rp-count-badge.show {
    display: none !important;
  }

  .r_p_a_galleries.slider-component .r_p_dots {
    display: none;
  }

  .manage_l_s {
    max-width: 100%;
  }
  .p_actions {
    margin-bottom: 20px;
  }

  .p_c_main_flex_wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }

  .unit_img img {
    height: 100%;
    max-width: 100%;
  }

  .p_type_gallries {
    display: grid;
    grid-template-columns: 60% 1fr;
    gap: 16px;
  }

  div#p-img-left img {
    object-fit: cover;
    height: 420px;
    border-radius: 10px;
  }

  .p_s_l_section .s_p_in_loaction h2 {
    font-size: 30px;
  }
  .p_type_card_wrapper {
    grid-template-columns: 1fr;
  }
  .m_outer_top_wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: start;
  }

  div#p_t_wrapper {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  div#m_wrapper {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .r_p_viewer_inner img.r_p_big.active {
    display: block;
    width: 100%;
    height: 285px;
  }

  p.bw-serv-excerpt {
    height: auto;
  }

  .manage_l_s .section_heading h2 {
    max-width: 100%;
  }
  .manage_t_sub_head h3 {
    max-width: 100%;
  }
  .m_outer_m_section_W .manage_t_list {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    border-bottom: 1px solid #b8b8b8;
  }
  div#news_wrapper {
    padding-bottom: 50px;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  div#resident_p_wrapper,
  div#p_t_wrapper,
  div#acc_wrapper,
  div#comm_wrapper {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .inner_left_section.r_s_l_section img {
    width: 100%;
  }
  div#r_a_g_wrapper .r_a_gallries {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  div#n_n_c_wrapper {
    grid-template-columns: 1fr;
  }

  .comm_para p a {
    text-decoration: underline;
  }

  .news_img img {
    width: 100%;
  }

  #property_details .p_type_details_l_section {
    padding-right: 0px;
  }

  .p_ameni_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  li::before {
    font-size: 15px !important;
  }

  .r_p_nav {
    width: 38px;
    height: 38px;
  }
  .p_c_main_flex_wrapper {
    display: block;
  }
  .p_c_main_flex_wrapper .inner_left_section.m_left_section {
    position: unset;
    background: url(https://bisque-woodcock-114534.hostingersite.com/wp-content/uploads/2025/09/ChatGPT-Image-Sep-22-2025-12_14_34-PM.png);
    border-radius: 20px;
    padding: 30px;
  }
  #p_contact_wrapper .c_img img {
    display: none;
  }
  .p_c_main_flex_wrapper .p_c_wrapper {
    position: unset;
  }
}

@media (max-width: 468px) {
  .p_type_list_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 40px;
  }

  .p_ameni_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .f_type_list_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  div#u_gallries {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 380px) {
  .m_outer_m_section_W .m_team_e a {
    word-break: break-all;
    line-height: 20px;
  }
  div#p-gall-right {
    height: 300px !important;
  }
  div#p-img-left img {
    height: 300px;
  }
  .p_r_img {
    height: 142px;
  }
}










 
.unit-img-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 16px;
}

 
.unit-slider-container {
  position: relative;
  overflow: hidden;
}

 
.unit-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

 
.unit-slide {
  flex: 0 0 100%;
  box-sizing: border-box;
}

 
div#unitSliderDots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
}
div#unitSliderDots span {
    height: 12px;
    width: 12px;
    background: var(--color-primary-purple-dots);
    border-radius: 100%;
cursor:pointer;

} 

span.unit-slider-dot.active {
    background: var(--color-primary-purple)!important;
}















 

 
.activity-slider-container {
    position: relative;
    overflow: hidden;
}

 
.activity-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

 
.activity-slide {
    flex: 0 0 100%;
    box-sizing: border-box;
}

 
.activity-slider-dots {
    text-align: center;
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.activity-img-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.activity-img-grid img {
    margin: 0px;
}


.activity-slider-dots span {
     height: 12px;
    width: 12px;
    background: var(--color-primary-purple-dots);
    border-radius: 100%;
cursor:pointer;
}

 
.activity-slider-dot.active {
    background-color:  var(--color-primary-purple)!important;
}