/* ==================================================== */
/* ================= Announcement Bar ================== */
/* ==================================================== */

.announcement-bar {
    position: relative;
    width: 100%;
    background-color: #3D4C3F;
    color: var(--body-bg);
    overflow: hidden;
    padding: 9px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: max-height 0.6s ease, opacity 0.6s ease, padding 0.4s ease;
    max-height: 40px;
}

.announcement-bar.hide {
    opacity: 0;
    max-height: 0;
    padding: 0;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
    font-size: 14px;
    line-height: 100%;
}

@keyframes marquee {
0% {
    transform: translateX(0);
}
100% {
    transform: translateX(-100%);
}
}

.announcement-close {
    position: absolute;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: var(--body-bg);
    top: 1px;
}





#stories-posts {
    position: relative;
    overflow: visible;
}

#stories-posts .section_title {
    color: var(--black);
    margin-bottom: 40px;
}
.brands_content {
    margin-right: 0px;
    padding-right: 0px;
}

.border-top-bottom {
    border-width: 1px 0px 1px 0px;
    border-color: #000;
    border-style: solid;
}

/* ==================================================== */
/* ================= About US Page ================== */
/* ==================================================== */


.about_us_container {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    text-align: center;
}
.about_us_container h2.section_title {
    color: var(--black);
    margin-bottom: 25px;
}
p.section_subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
/*     text-transform: capitalize; */
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}
a.section_button {
    background: var(--primary-color);
    color: var(--white);
    margin-top: 40px;
}
section#about_us_hero,
.about_container {
    position: relative;
}
.about_container .footer_shape {
    filter: invert(1);
}


/* ==================================================== */
/* ================= Unlock Section  ================== */
/* ==================================================== */

.unlock-content{
    display: flex;
    align-items: end;
    gap: 110px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.unlock-content .text-column {
    margin-bottom: 100px;
}

h2.unlock-title ,
.more_info_title{
    color: var(--black);
    margin-left: 170px;
    margin-bottom: 30px;
}
h2.unlock-title span{
    color: var(--primary-color);
}
.image-column,
.text-column {
    flex: 1;
}
.image-column{
    border: 1px solid;
}
.unlock-content .text-column p,
.more_info-content .text-column p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
}
.text-column p:last-child,
.more_info-content .text-column p:last-child {
    margin-bottom: 0;
}

.more_info-content.reverse {
    flex-direction: row-reverse;
}

h2.more_info_title {
    margin-bottom: 70px;
}

.more_info-content {
    display: flex;
    align-items: end;
    gap: 60px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.more_info-content .image-column{
    flex: 0.8;
}
.more_info-content .image-column img,
.unlock-content .image-column img {
    width: 100%;
    max-width: 100%;
}


/* ==================================================== */
/* ================= Living Section ================== */
/* ==================================================== */


section#living-section {
    overflow: unset;
}
.living_section_container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    text-align: center;
}
.living_section_container .section_title {
    text-transform: none;
    margin-bottom: 30px;
}
.living_sticky {
    position: sticky;
    top: 40%;
    z-index: 1;
}
.living_section_container p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 40px;
    color: var(--body-bg);
}
.image_container {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 126px;
}
.page-template-location .image_container {
    gap: 300px;
}
.page-template-about .image_container:last-child .animate_img:last-child {
    margin-top: -40px;
}
.page-template-location .image_container:last-child .animate_img:first-child {
    margin-top: -150px;
}
.page-template-location .image_container:last-child .animate_img:last-child {
    margin-top: 30px;
}
.image_container:last-child{
    margin-bottom: 50px;
}


/* ==================================================== */
/* =================   Key Factors   ================== */
/* ==================================================== */


  /* Sticky Section */
  .jackey-factors-section {
    width: 100%;
    background: var(--primary-color);
  }

  .key-factors-inner {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 50px !important;
    top: 0 !important;
  }

  .left-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 48%;
}
.image-wrapper-container {
    width: 100%;
    /* max-width: 430px; */
    max-width: 560px;
    padding: 20px;
    background: var(--body-bg);
  }
  .left-panel img {
    width: 100%;
    /* height: 450px; */
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity 0.5s ease;
  }

  .left-panel .caption {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 20px;
}

  .right-panel {
    /* flex: 1; */
    /* padding-left: 50px; */
    width: 100%;
    max-width: 520px;
  }

  .jackey-factors-section .right-panel h2 {
    font-size: 66px;
    line-height:90px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 2px;
}

  .factor {
    font-size: 28px;
    line-height: 34px;
    margin: 0;
    transition: all 0.4s ease;
    opacity: 60%;
    letter-spacing: normal;
    color: var(--white);
    width: 100%;
    max-width: 300px;
    font-weight: 600;
}

  .factor.active {
    color: var(--white);
    opacity: 1;
  }

/* ==================================================== */
/* ================= Contact Section ================== */
/* ==================================================== */

.contact-section {
    display: flex;
}
.contact-right {
    width: 100%;
    max-width: 50%;
    background: var(--secondary-color);
}
.contact-left .top {
    background: var(--dark-green);
    /* flex: 1; */
}
.contact-left .bottom {
    /* flex: 1; */
}
.contact-left {
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
}
.contact-right img {
    width: 100%;
    object-fit: cover;
    max-width: 50%;
    /* min-height: 500px;
    max-height: 650px; */
    height: 100%;
    margin: 100px auto;
}
.contact-left .top-inner {
    width: 100%;
    /* max-width:610px; */
    /* margin: 0 auto; */
    padding:50px 80px;
}
.contact-left .bottom .content {
    width: 100%;
    /* max-width: 610px;
    margin: 0 auto; */
    padding: 50px 80px;
}
.top-inner h2 {
    font-size: 92px;
    line-height: 100%;
    letter-spacing: 3px;
    color: var(--white);
    /* margin-top: 75px; */
}
.top-inner p.subtitle {
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    color: var(--white);
    margin-top: 10px;
}
.top-inner p.subtext {
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    color: var(--white);
    opacity: 70%;
    margin-top: 2px;
    width: 100%;
    max-width: 370px;
}
.contact-left .content input,
.contact-left .content textarea {
    background: none;
    border: none;
    border-bottom: 1px solid;
    width: 100%;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 30px;
}
.contact-left .content input#agree {
    width: auto;
    margin-top: 0;
}
.contact-left .content input::placeholder,
.contact-left .content textarea::placeholder {
    color: #000;
}
.contact-left .content input:focus-visible,
.contact-left .content textarea:focus-visible {
    outline: none;
}
.contact-btn a.theme_btn {
    background: var(--primary-color);
    color: var(--white);
    margin-top: 20px;
}
.checkbox-field {
    margin-top: 30px;
}
.checkbox-field label.agree-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}


/* ==================================================== */
/* ================= Location page   ================== */
/* ==================================================== */

.all_tag_location ,
.all_tag_location_main{
    background: var(--body-bg);
    /* position: relative; */
}
.all_tag_location_main .locations_grid_content{
    margin-right: auto;
    width: 100%;
    max-width: 100% !important;
}

.all_tag_location  h2.section_title {
    color: #000;
    margin-bottom: 20px;
}
p.location_text {
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    max-width: 530px;
/*     text-transform: capitalize; */
}
.city_section {
    padding: 90px 0;
}
.all_tag_location_main .city_section:nth-child(1) {
    padding-top: 30px;
}
.all_tag_location_main .city_section:nth-of-type(4n+2) {
    background: var(--primary-color);
}
.all_tag_location_main .city_section:nth-of-type(4n) {
    background: var(--secondary-color);
}
section.city_section .city_title {
    font-size: 23px;
    font-weight: 600;
    font-family: var(--font-body);
    line-height: 100%;
    color: var(--body-bg);
    padding: 6px 38px;
    display: inline-block;
}
.city_section:nth-child(odd) h3.city_title {
    background: var(--dark-green);
}
.all_tag_location_main .city_section:nth-of-type(4n+2) h3.city_title{
  background: var(--secondary-color);
}
.all_tag_location_main .city_section:nth-of-type(4n) h3.city_title{
  background: var(--white);
  color: var(--primary-color);
}




.location_address_detail{
    border-bottom: 1px solid var(--black);
}
.location_address_detail_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.location_inner_left h1.section_title {
    color: var(--black);
}
.location_detail {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 25px;
    color: var(--primary-color);
}
.location_description {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
}


.location-map-inner {
    display: flex;
}
.location-map-inner-left{
    width: 50%;
    background-color: var(--secondary-color);
}
.location-map-inner-right {
    width: 50%;
    background-color: var(--primary-color);
    /* padding: 100px 142px 108px 82px; */
    /* padding: 100px 100px 100px 80px; */
    padding: 70px;
}
.location-map-inner-left iframe {
    padding: 70px;
    /* padding: 77px 100px; */
    width: 100%;
    height: 100%;
}
.location-distance p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 20px;
}
.location-distance p span {
    width: 100px;
}
.location-map-inner-right h2.section_title{
    color: var(--secondary-color);
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
}
.location-distance {
    position: relative;
}
.location-distance:before {
    content: '';
    position: absolute;
    border: 1px solid;
    color: #fff;
    height: 100%;
    right: 140px;
}
.location-button a.theme_btn {
    border: 1px solid;
    color: #fff;
    margin-top: 50px;
}


.room-types-section{
    border: 1px solid;
    overflow: unset;
}
.room-types-section .section_title {
    color: var(--black);
    margin: 70px 0;
}

.room-types-wrapper {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-top: 1px solid #000;
    align-items: flex-start;
}

.room-type-list {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 90px;
}

.room-type-item {
    padding: 40px 151px;
    border-bottom: 1px solid #000;
    font-size: 26px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease;
}

.room-type-item.active {
  background-color: var(--secondary-color);
  color: var(--white);
}

.room-type-details {
  padding: 50px;
  border-left: 1px solid #000;
  width: 100%;
  max-width: 91%;
}

.room-tab-content {
  display: none;
}

.room-tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

.room-type-details .room-detail-heading {
  margin-top: 0;
  font-size: 22px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: 700;
}

.room-type-details ul {
  margin-left: 0px;
}

.room-tab-content li {
    font-size: 18px;
    line-height: 40px;
    font-weight: 400;
}

.rent {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
    padding-top: 0px;
    line-height: 100%;
}
.rent-info {
  font-size: 18px;
  line-height: 27px;
  color: #000;
  margin-bottom: 0px;
  width: 100%;
  max-width: 400px;
}
.room-plan {
    margin-top: 70px;
}
.room-plan img {
    width: 100%;
    height: 100%;
    max-width: 450px;
}

.apply-btn {
  background-color: var(--dark-green);
  color: #fff;
}
.rental-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.location_essentails_button {
    margin-bottom: 50px;
    display: flex;
    gap: 30px;
}
.essential_tab_button {
    border: 1px solid var(--dark-green);
    color: var(--dark-green);
}
.essential_tab_button.active{
    background: var(--dark-green);
    color: var(--white);
}
.essentials_list p {
    font-size: 18px;
    line-height: 27px;
    display: flex;
    gap: 20px;
    font-weight: 400;
    margin-bottom: 40px;
}
.essentials_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--dark-green);
    padding: 50px;
    border-radius: 12px;
    column-gap: 80px;
}
.location_essentials_inner {
    display: flex;
    gap: 40px;
}
.location_essentials_left {
    flex: 1;
}
.location_essentials_right {
    flex: 1;
    position: relative;
}

.location_essentials_right img {
  width: 100%;
  height: auto;
}

.location_essentials_right img.active {
  display: block;
}

section#location_essentials {
    border-bottom: 1px solid;
}

#location_essentials h2.section_title {
    color: #000;
    width: 100%;
    max-width: 700px;
    margin-bottom: 20px;
}
.essentials_list p:nth-last-child(2),
.essentials_list p:last-child{
    margin-bottom: 0;
}


/* ==================================================== */
/* ================= Responsive Css ================== */
/* ==================================================== */

@media screen and (max-width:1599px) {
    .wj-text h3 {
        font-size: 50px;
    }
    .wj-text p {
        line-height: 25px;
        font-size: 18px;
    }
    .image-wrapper-container {
        max-width: 420px;
        gap: 0;
    }
    .contact-left .top-inner {
        padding:40px 60px;
    }
    .contact-left .bottom .content {
        padding: 40px 60px;
    }
    .essentials_list {
        column-gap: 40px;
    }

}
@media screen and (max-width:1199px) {
    .student-banner-content h2 {
        font-size: 70px;
        line-height: 77px;
    }
    .student-banner-content {
        max-width: 765px;
        padding: 120px 0;
    }
     .wj-content .wj-text .wj-text-inner {
        max-width: 450px;
        margin: 0px 60px 90px auto;
    }
    .wj-content.reverse .wj-text .wj-text-inner {
        margin: auto 0 90px 60px;
    }
    .contact-left .top-inner {
        padding: 20px 40px;
    }
    .contact-left .bottom .content {
        padding: 20px 40px;
    }
    .top-inner h2 {
        font-size: 72px;
    }
    .page-template-location .image_container:last-child .animate_img:first-child {
        margin-top: -90px;
    }
    .page-template-location .image_container:last-child .animate_img:last-child {
        margin-top: 0;
    }
    .location-map-inner-right {
        padding: 100px 50px 100px 50px;
    }
    .location-distance p {
        font-size: 18px;
        line-height: 26px;
    }
    .wj-image img {
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        margin: 0;
        padding: 50px;
    }
}
@media screen and (max-width:1024px) {
    .desktop-only_menu {
		display: block;
	}
    .top-inner h2 {
        font-size: 62px;
    }
    /* .contact-right img {
        max-width: 400px;
        min-height: 400px;
    } */
    .top-inner p.subtitle {
        font-size: 20px;
    }
    .top-inner p.subtext {
        font-size: 20x;
        line-height: 26px;
    }
    .header-navbar {
        gap: 0px;
    }
    .jackey-factors-section .right-panel h2 {
        font-size: 55px;
        line-height: 65px;
    }
    .factor {
        font-size: 24px;
        line-height: 28px;
    }
    .left-panel img {
        height: 350px;
    }
    .left-panel .caption {
        font-size: 14px;
        line-height: 20px;
    }
    .more_info-content .image-column {
        flex: 1;
    }
    .page-template-location .image_container {
        gap: 200px;
    }
    .city_section {
        padding: 70px 0;
    }
    .location-map-inner-right {
        padding: 50px 30px;
    }
    .location-map-inner-left iframe {
        padding: 50px;
    }
    .room-type-item {
        padding: 30px 60px;
        font-size: 24px;
    }
    .room-type-details {
        padding: 40px;
    }
    .location_essentails_button {
        margin-bottom: 30px;
    }
    .essentials_list {
        padding: 40px;
        column-gap: 20px;
    }
    .essentials_list p {
        gap: 10px;
        font-size: 15px;
        line-height: 22px;
    }
    .room-type-list {
        top: 67px;
    }
}
@media screen and (max-width:991px) {
    .student-banner-content h2 {
        font-size: 60px;
        line-height: 67px;
    }
    .wj-text h3 {
        font-size: 40px;
    }
    .wj-text p {
        line-height: 20px;
        font-size: 16px;
    }
    .wj-content .wj-text .wj-text-inner {
        max-width: 360px;
        margin: 0px 50px 50px auto;
    }
    .wj-content.reverse .wj-text .wj-text-inner {
        margin: auto 0 50px 50px;
    }
    .student-banner-content {
        max-width: 615px;
        padding: 100px 0;
    }
    .page-template-location .image_container {
        gap: 100px;
    }
    .location-distance:before {
        content:unset;
    }
}
@media screen and (max-width:768px) {
    .student-banner-content h2 {
        font-size: 50px;
        line-height: 57px;
    }   
    .wj-text h3 {
        font-size: 30px;
    }
    .wj-content .wj-text .wj-text-inner ,
    .wj-content.reverse .wj-text .wj-text-inner{
        max-width: 100%;
        padding:30px;
        margin: 0;
    }
    .student-banner-btn {
        margin-top: 40px;
    }
    .student-banner-content {
        max-width: 530px;
        padding: 80px 0;
    }
    .jackey-hero {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .smiley {
        margin:0 auto 0px;
    }
    .hero-left {
        width: 100%;
    }
    .hero-right {
        width: 100%;
    }
    .hero-right img {
        width: 100%;
    }
    .bottom-content {
        max-width: 100%;
    }
    .hero-left .content {
        align-items: center;
    }
    .hero-left .content h4,
    .hero-left .content p {
        text-align: center;
    }
    .hero-left h1 {
        text-align: center;
        margin-bottom: 30px;
    }
    .top-inner h2 {
        font-size: 42px;
        margin-top: 0px;
        
    }
    .top-inner p.subtitle {
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px;
    }
    .top-inner p.subtext {
        font-size: 18px;
        line-height: 22px;
        margin-top: 5px;
    }
    .contact-section {
        flex-wrap: wrap;
    }
    .contact-left {
        max-width: 100%;
    }
    .contact-left .top-inner {
        padding: 50px 20px;
    }
    .contact-right img {
        /* max-width: 400px;
        min-height: 400px;
        max-height: 400px; */
        margin: 40px auto;
    }
    .contact-right {
        max-width: 100%;
    }
    .checkbox-field {
        margin-top: 10px;
    }
    .contact-left .content input, .contact-left .content textarea {
        margin-top: 20px;
    }
    .unlock-content .text-column p {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 24px;
    }
    .unlock-content {
        gap: 50px;
    }
    .unlock-content .text-column {
        margin-bottom: 0px;
    }
    h2.unlock-title, .more_info_title {
        margin-left: 60px;
    }
    .unlock-content {
        gap: 50px;
        flex-wrap: wrap;
    }
    .jackey-factors-section .right-panel h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .right-panel {
        /* padding-left: 30px; */
        margin-bottom: 20px;
    }
    .key-factors-inner {
        padding: 20px !important;
        flex-direction: column-reverse;
    }
    h2.more_info_title {
        margin: 0px auto 30px;
        text-align: center;
    }
    .more_info-content {
        gap: 40px;
    }
    .image_container {
        margin-bottom: 70px;
        gap: 40px;
    }
    .factor {
        font-size: 22px;
        line-height: 26px;
        max-width: 100%;
    }
    .left-panel {
        max-width: 100%;
    }
    .image-wrapper-container {
        max-width: 240px;   
    }
    .left-panel img {
        height: 200px;
        width: 200px;
    }
    .left-panel .caption {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }
    p.location_text {
        font-size: 16px;
        line-height: 22px;
        max-width: 470px;
    }
    .all_tag_location  h2.section_title {
        margin-bottom: 10px;
    }
    .city_section {
        padding: 50px 0;
    }
    /* .page-template-location .image_container ,
    .page-template-about .image_container{
        gap: 40px;
    } */
    .page-template-location .image_container:last-child .animate_img:first-child {
        margin-top: -40px;
    }
    .page-template-location .image_container:last-child .animate_img:last-child {
        margin-top: 40px;
    }
    .location-map-inner {
        flex-wrap: wrap;
    }
    .location-map-inner-right,
    .location-map-inner-left {
        width: 100%;
    }
    .room-types-section .section_title {
        margin: 50px 0;
    }
    .room-type-item {
        padding: 30px;
        font-size: 20px;
    }
    .room-type-details {
        padding: 20px;
        max-width: 100%;
    }
    .room-type-details {
        padding: 20px;
    }
    .room-tab-content li {
        font-size: 16px;
        line-height: 35px;
    }
    .rent {
        font-size: 20px;
    }
    .rent-info {
        font-size: 16px;
        line-height: 21px;
    }
    .room-plan {
        margin-top: 30px;
    }
    .location_essentials_inner {
        flex-wrap: wrap;
    }
    .location_essentials_right,
    .location_essentials_left{
        flex: auto;
    }
    .location-map-inner-left iframe {
        height: 450px;
    }
}
@media screen and (max-width:578px) {
    .student-banner-content h2 {
        font-size: 40px;
        line-height: 47px;
    }
    .wj-content .wj-text {
        max-width: 100%;
    }
    .wj-image {
        max-width: 100%;
    }
    .wj-content .wj-text .wj-text-inner {
        text-align: center;
    }
    .student-banner-content {
        max-width: 460px;
        padding: 60px 10px;
    }
    #stories-posts .section_title {
        margin-bottom: 25px;
    }
    .contact-right img {
        /* max-width: 100%;
        min-height: 100%;
        max-height: 100%; */
        margin: 20px auto;
        padding: 0 20px;
    }
    p.section_subtitle {
        font-size: 16px;
        line-height: 25px;
        padding: 0 20px;
    }
    h2.unlock-title{
        margin: 0px auto 30px;
        text-align: center;
    }
    .image-column, .text-column {
        flex: auto;
    }
    .more_info-content .image-column img, .unlock-content .image-column img {
        max-width: 100%;
    }
    .unlock-content .text-column p, .more_info-content .text-column p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .more_info-content.reverse {
        flex-direction: column;
        align-items: center;
    }
    .living_section_container p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .image_container {
        margin-bottom: 40px;
        /* gap: 10px; */
    }
    .image_container:last-child {
        margin-bottom: 0px;
    }
    .marquee-content {
        animation: marquee 15s linear infinite;
    }
    .wj-image img {
        max-width: 60%;
        padding: 30px;
    }
    .wj-image {
        height: unset;
    }
    .wj-image .animate_img{
        height: unset;
    }
    .city_section {
        padding: 30px 0;
    }
    section.city_section .city_title {
        font-size: 18px;
        padding: 6px 20px;
    }
    .image_container{
        flex-wrap: wrap;
        gap: 40px;
    }
    .page-template-about .image_container:last-child .animate_img:last-child,
    .page-template-location .image_container:last-child .animate_img:first-child {
        margin-top: 0px;
    }
    #posts_img_gallery h2.section_title {
        margin: 0 0 30px;
        text-align: center;
    }
    .room-type-item {
        padding: 20px;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .room-type-list {
        flex-direction: row;
        background: var(--body-bg);
        z-index: 1;
    }
    .room-types-wrapper {
        grid-template-columns: 1fr;
    }
    .rental-price {
        flex-wrap: wrap;
        gap: 15px;
    }
    .room-types-section .section_title {
        margin: 30px 0;
    }
    .essentials_list {
        padding: 20px;
        column-gap: 20px;
    }
    .essentials_list p {
        margin-bottom: 18px;
    }
    .location_essentails_button {
        gap: 10px;
    }
    .location_description {
        font-size: 16px;
        line-height: 25px;
    }
    .location-map-inner-left iframe {
        padding: 20px;
    }
    .location-map-inner-right {
        padding: 30px 20px;
    }
    .location-distance p {
        font-size: 16px;
    }
    .location-distance p span {
        width: 80px;
        text-align: right;
    }
    .location-button a.theme_btn {
        margin-top: 30px;
    }
    .living_sticky{
        top: 25%;
    }
}


.entry-title{
	 text-align: center;
    font-size: 62px;
    line-height: 72px;
}
.apply-room p {
    width: 100%;
    max-width: 40%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.apply-room-form  .form-wrapper {
    max-width: 750px;
    margin: auto;
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.06);
}

.modern-form {
    width: 100%;
}

.apply-room-form  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.apply-room-form  .form-group {
    display: flex;
    flex-direction: column;
}

.apply-room-form .full-width {
    grid-column: span 2;
}

.apply-room-form .form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
}

.apply-room-form .form-group input,
.apply-room-form .form-group select {
    padding: 12px 14px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.3s ease;
}

.apply-room-form .form-group input:focus,
.apply-room-form .form-group select:focus {
    border-color: #1f3d2b;
    outline: none;
    box-shadow: 0 0 0 2px rgba(31,61,43,0.1);
}

.apply-room-form .checkbox-group {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.apply-room-form .form-btn {
    margin-top: 30px;
    width: 100%;
    padding: 14px;
    background: #3D4C3F;
    color: #ffffff;
    border: none;
    border-radius: 0px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
}

.apply-room-form .form-btn:hover {
    background: #2a3a2c;
}