:root {
  --primary-color: #2c2c2f;
  --secondary-color: #f0e1b7;
  --accent-color: #f0e1b7;
  --gold-gradient: linear-gradient(45deg, #a86d00, #f4ce88, #a86d00);
}

a[href^='tel'] {
  color: inherit !important; /* Inherit color from parent */
  text-decoration: none !important; /* Remove underline */
}

@font-face {
  font-family: 'OldStandardTT';
  src: url('fonts/OldStandardTT-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('fonts/Inter.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: var(--primary-color);
}

.mobile-menu-icons {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-color);
  padding-top: 20px;
  position: sticky;
  top: 0;
  z-index: 11;
  font-family: 'Inter', serif;
}

.header-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20%;
}

/* Right Side */
.header-right {
  width: 80%;
  display: flex;
  flex-direction: column;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 50px;
  color: var(--secondary-color);
}

.contact-info {
  display: flex;
}

.contact-info a {
  color: var(--white);
  text-decoration: none;
  margin: 0px 10px 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info a img {
  margin-right: 5px;
}

/* Navigation Bar */
.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 190px 20px 155px;
  background: var(--gold-gradient);
  border-top-left-radius: 10px;
}

.nav-bar-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.nav-bar-mobile ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  list-style: none;
}

.nav-bar-mobile ul li a {
  text-decoration: none;
  color: var(--secondary-color);
  transition: color 0.3s ease-in-out;
}

.nav-bar-mobile ul li a.active {
  font-weight: bold;
  text-decoration: underline;
  color: #2c2c2f;
}

.nav-bar-mobile ul li a:hover {
  color: var(--secondary-color);
}

.logo {
  width: 70%;
  margin-top: -20px;
}

.nav-bar ul {
  display: flex;
  list-style: none;
}

.nav-bar ul li {
  margin-right: 30px;
}

.nav-bar ul li a {
  text-decoration: none;
  color: var(--white);
  /* font-weight: bold; */
  transition: color 0.3s ease-in-out;
}

.nav-bar ul li a.active {
  font-weight: bold;
  text-decoration: underline;
  color: #2c2c2f;
}

.nav-bar ul li a:hover {
  color: var(--secondary-color);
}

/* Call to Action Button */
.cta-button {
  color: var(--secondary-color);
  background-color: var(--primary-color);
  border: none;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  min-width: 166px;
  height: 39px;
  box-shadow: 11px 13px 19px rgba(0, 0, 0, 0.25);
}

.cta-button a {
  text-decoration: none;
  color: var(--secondary-color);
}

.cta-button:hover {
  background: var(--gold-light);
  color: var(--black);
}

.cta-button img {
  margin-right: 10px;
}

.work-time {
  margin-bottom: 10px;
}

.intro {
  min-height: 80vh;
  background-image: url('assets/div_background.jpg'); /* Set default image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 1s ease-in-out;
  position: relative;
}

.intro-content {
  position: absolute;
  top: 20%;
  left: 10%;
}
.sane-button-wrapper {
  background-color: var(--primary-color);
  width: 180px;
  text-align: center;
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 30px;
}
.sane-button {
  font-family: 'OldStandardTT', serif;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.title-letters {
  font-size: 3.75rem;
  margin-bottom: 0.94rem;
  color: white;
  font-family: 'OldStandardTT', serif;
}

.learn-more {
  background: var(--gold-gradient);
  width: 200px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-family: 'Inter', serif;
  font-weight: 600;
  margin-top: 30px;
}
.learn-more-a {
  text-decoration: none;
  color: var(--primary-color);
}

.decoration-none {
  text-decoration: none;
}

.meet-us {
  min-height: 60vh;
}

.meet-us-top {
  display: flex;
  margin-top: 20px;
  width: 70%;
  margin: 60px auto;
  justify-content: space-between;
}

.meet-us-top-r {
  text-align: left;
  margin-left: 50px;
}

.meet-us-title {
  color: #fefdf6;
  font-family: 'OldStandardTT', serif;
  font-size: 20px;
}

.meet-us-title-b {
  color: var(--secondary-color);
  font-family: 'OldStandardTT', serif;
  font-size: 2.81rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.meet-us-title-txt {
  color: #fefdf6;
  font-family: 'Inter', serif;
  font-size: 1.38rem;
  line-height: 1.5;
  font-weight: 200;
}

.meet-us-title-txt span {
  color: var(--secondary-color);
}

.main-container {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next line */
  justify-content: center; /* Centers items in the container */
  gap: 85px; /* Adds space between the divs */
  padding: 20px;
  margin-bottom: 60px;
}

.item-box {
  background-color: var(--secondary-color); /* Light background */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
  width: 222px; /* Fixed width for each item */
  height: 254px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'OldStandardTT', serif;
}

.item-box img {
  margin-bottom: 20px;
}

.item-box-numbers {
  margin-bottom: 20px;
  font-family: 'OldStandardTT', serif;
  font-weight: 400;
  font-size: 1.88rem;
}
.our-mission-wrapper {
  background-color: var(--secondary-color);
}
.our-mission {
  min-height: 60vh;
  width: 75%;
  margin: auto;
  display: flex;
  font-family: 'OldStandardTT', serif;
  align-items: center;
}

.our-mission-txt {
  text-align: left;
  margin-left: 50px;
}

.our-mission-title {
  color: #4d4d4e;
  font-family: 'OldStandardTT', serif;
  font-size: 20px;
  margin-bottom: 15px;
}

.our-mission-title-l {
  color: #4d4d4e;
  font-family: 'OldStandardTT', serif;
  font-size: 2.81rem;
  margin-bottom: 20px;
}

.our-mission-dcs {
  font-size: 22px;
  color: #2c2c2f;
  font-family: 'Inter', serif;
  width: 75%;
  font-weight: 300;
}

.apartmants-wrapper {
  min-height: 60vh;
  margin-top: 60px;
}

.size-wrapper {
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: center;
  text-align: center;
  box-shadow: 6px 7px 15.6px rgba(0, 0, 0, 0.25);
}

.size {
  width: 100%;
  height: 91px;
  position: relative;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fefdf6;
  font-family: 'OldStandardTT', serif;
  cursor: pointer;
  font-size: 1.625rem;
}

.size::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--gold-gradient);
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  z-index: 0;
}

.size:hover::before {
  opacity: 1;
}

.size span {
  position: relative;
  z-index: 1; /* Ensures text stays above the background */
  transition: color 0.3s ease-in-out;
}

.size:hover span {
  color: #2c2c2f; /* Change text color when hovered */
}

.size.active::before {
  opacity: 1;
}

.size.active span {
  color: #2c2c2f;
}

.left-size {
  border-top-left-radius: 10px;
}

.right-size {
  border-top-right-radius: 10px;
}
.apartmants-title {
  color: #fefdf6;
  font-size: 20px;
  text-align: center;
  font-family: 'OldStandardTT', serif;
  margin-bottom: 15px;
}

.apartmants-title-l {
  color: #f0e1b7;
  text-align: center;
  font-size: 2.81rem;
  font-family: 'OldStandardTT', serif;
  margin-bottom: 25px;
}

.all-apartmants-button {
  background: var(--gold-gradient);
  width: 100%;
  max-width: 266px;
  height: 56px;
  margin: 45px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  color: #2c2c2f;
  font-family: 'Inter', serif;
  font-weight: 400;
}

.apartman-content-wrapper {
  margin-top: 40px !important;
  width: 80%;
  margin: auto;
  display: flex;
}
.a-c-l {
  width: 50%;
  margin-top: 40px;
}

.a-c-r {
  width: 50%;
  text-align: end;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.a-c-r img {
  width: 100%;
}
.a-c-l h2 {
  color: #f0e1b7;
  font-size: 2.19rem;
  font-family: 'OldStandardTT', serif;
  margin-bottom: 30px;
}

.a-c-l p {
  color: #fefdf6;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  width: 90%;
  min-height: 240px;
  font-family: 'Inter', serif;
  line-height: 2;
}

.place-holder {
  min-height: 80vh;
}

.details-button-wrapper {
  width: 90%;
  display: flex;
  justify-content: flex-end;
}

.details-button {
  width: 100%;
  max-width: 236px;
  height: 54px;
  color: #2c2c2f;
  background: var(--gold-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 20px;
  white-space: nowrap;
  cursor: pointer;
  text-align: right;
  margin-top: 70px;
  font-family: 'Inter', serif;
  text-decoration: none;
}

.m2 {
  width: 90%;
  background: var(--gold-gradient);
  color: #2c2c2f;
  height: 91px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'OldStandardTT', serif;
  font-size: 22px;
  margin-top: 50px;
  padding: 10px;
}

.details-legend {
  width: 90%;
  margin-top: 100px;
  display: flex;
  justify-content: space-between; /* Even spacing */
  align-items: center; /* Center vertically */
  gap: 20px; /* Space between items */
  flex-wrap: wrap; /* Allows items to wrap when the screen is small */
}

.dl-box {
  padding: 20px;
  flex: 1; /* Makes all elements equal width */
  text-align: center;
  font-size: 18px;
  border-radius: 10px;
  min-width: 200px; /* Ensures items don't shrink too much */
  color: #f0e1b7;
}

.dl-box img {
  margin-bottom: 20px;
}

.we-are-here {
  min-height: 60vh;
  background-image: url('assets/black3.png');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 90px;
  text-align: center;
}
.wah-title {
  color: #fefdf6;
  font-weight: 400;
  font-family: 'OldStandardTT', serif;
  font-size: 1.25rem;
}
.wah-number {
  color: var(--secondary-color);
  font-family: 'OldStandardTT', serif;
  font-size: 3.37rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wah-call-now {
  width: 100%;
  max-width: 195px;
  height: 46px;
  background: var(--gold-gradient);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2f;
  font-family: 'Inter', serif;
  cursor: pointer;
}
.wah-call-now a {
  color: #2c2c2f;
  text-decoration: none;
}
.wah-call-now img {
  width: 23px;
  margin-right: 10px;
}
.our-vision {
  display: flex;
  min-height: 60vh;
  margin: 20px auto;
  font-family: 'OldStandardTT', serif;
  align-items: center;
  justify-content: center;
  width: 75%;
}
.our-vision-txt {
  text-align: left;
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.mobile-on {
  display: none;
}

.our-vision-image-wrapper {
  width: 50%;
}

.our-vision-image-wrapper img {
  width: 100%;
}

.our-vssion-tittle {
  font-family: 'OldStandardTT', serif;
  font-size: 1.25rem;
  color: var(--secondary-color);
  font-weight: 400;
}
.our-vssion-tittle-l {
  font-family: 'OldStandardTT', serif;
  color: #fefdf6;
  font-size: 2.5rem;
  font-weight: 400;
  margin: 20px 0px 20px 0px;
}
.our-vssion-dsc {
  font-family: 'Inter', serif;
  color: var(--secondary-color);
  font-weight: 200;
  font-size: 1.37rem;
  width: 75%;
}

/* Footer Styles */
.footer {
  background-color: #2c2c2f;
  color: var(--secondary-color);
  font-family: 'OldStandardTT', serif;
}

/* Top Section - Desktop Layout */
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

/* Footer Columns */
.footer-column {
  flex: 1;
  min-width: 200px;
  margin-bottom: 20px;
}

/* Footer Titles */
.footer-column h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Footer Links */
.footer-column a {
  display: block;
  text-decoration: none;
  color: var(--secondary-color);
  margin-bottom: 5px;
  font-size: 18px;
}

.footer-column a:hover {
  color: var(--accent-color);
}

/* Contact Section */
.footer-column p {
  margin: 5px 0;
  font-size: 18px;
}

/* Footer Icons */
.footer-icons {
  margin-top: 10px;
}

.footer-icons a {
  margin-right: 10px;
  display: inline-block;
}

/* Bottom Footer */
.footer-bottom {
  color: #2c2c2f;
  text-align: center;
  font-size: 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: 'Inter', serif;
  height: 150px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.footer-bottom-cnt {
  background-color: var(--secondary-color);
  width: 100%;
  max-width: 900px;
  height: 150px;
  border-top-left-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer h3 {
  color: #fefdf6;
  font-weight: 400;
  font-size: 2.18rem;
}

.white {
  font-family: 'OldStandardTT', serif;
  font-weight: 400;
  font-size: 1.625rem;
  color: #fefdf6;
  margin-bottom: 10px;
}

.ls {
  letter-spacing: 2;
}

.location {
  display: flex;
  min-height: 60vh;
  margin: 50px 0px;
}
.location-info-wrapper {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-info {
  background-color: var(--secondary-color);
  min-width: 590px;
  min-height: 494px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  border-radius: 10px;
  margin-right: -500px;
  margin-top: -100px;
  z-index: 10;
  padding: 50px;
}

.location-tittle {
  font-family: 'OldStandardTT', serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #2c2c2f;
}
.location-tittle-l {
  font-family: 'OldStandardTT', serif;
  font-weight: 400;
  font-size: 2.8rem;
  color: #2c2c2f;
  margin-bottom: 30px;
}
.location-info-txt {
  font-family: 'Inter', serif;
  font-weight: 600;
  font-size: 1.37rem;
  color: #2c2c2f;
  margin-bottom: 30px;
}
.map-wrapper {
  width: 50%;
}
.map-wrapper img {
  width: 100%;
}

/* Styles for the mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px; /* Start off-screen */
  width: 250px;
  height: 100%;
  background: var(--primary-color);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  transition: right 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.mobile-menu.active {
  right: 0; /* Move in when active */
}

/* Close button */
.close-menu {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

/* Navigation Styles */
.mobile-menu .nav-bar ul {
  list-style: none;
  padding: 50px 0 0;
}

.mobile-menu .nav-bar ul li {
  margin: 15px 0;
}

.mobile-menu .nav-bar ul li a {
  color: var(--secondary-color);
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  display: block;
  padding: 10px 0;
}

.mobile-menu .nav-bar ul li a:hover {
  color: var(--accent-color);
}

/* Call-to-action button */
.mobile-menu .cta-button {
  width: 100%;
  margin-top: 20px;
}

/* Menu button (Hamburger Icon) */
.menu-wrapper {
  display: none; /* Default hidden on desktop */
  cursor: pointer;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 999;
}

.menu-overlay.active {
  visibility: visible;
  opacity: 1;
}

.arch-img {
  width: 100%;
}

.model-wrapper {
  width: 100%;
  background-color: #f0e1b7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: 'OldStandardTT', serif;
  text-align: center;
}

.model-wrapper img {
  width: 100%;
}

.model-name {
  font-weight: 400;
  font-size: 1.25rem;
}

.model-tittle {
  font-weight: 400;
  font-size: 2.18rem;
  margin: 10px 0;
}

.model-m2 {
  font-weight: 400;
  font-size: 1.3rem;
}

.look-details {
  border-radius: 10px;
  border: none;
  background-color: #2c2c2f;
  color: var(--secondary-color);
  font-family: 'Inter', serif;
  font-weight: 600;
  height: 54px;
  width: 100%;
  max-width: 400px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.apartmants-main {
  min-height: 1000px;
  margin-top: 100px;
  margin-bottom: 300px;
}

/* ovde */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.card {
  background: transparent;
  color: #fefdf6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

/* ovde */

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.card {
  background: transparent;
  color: #fefdf6;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
  text-align: center;
  font-family: 'Inter', serif;
}

.card:hover {
  transform: scale(1.03);
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 1rem;
}

.card-content h3 {
  margin: 0.5rem 0 0.2rem;
  font-size: 1rem;
  font-weight: normal;
}

.card-content p {
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
}

.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.2rem;
  color: #aaa;
  padding: 4rem 1rem;
}

@media (max-width: 500px) {
  .card-content h3 {
    font-size: 0.9rem;
  }
  .card-content p {
    font-size: 1rem;
  }
}

/* do ovde */

@media (max-width: 1200px) {
  .location-info {
    margin-right: -300px;
  }
}

@media (max-width: 800px) {
  .menu-wrapper {
    display: block;
    margin-left: 20px;
  }

  .nav-bar {
    display: none; /* Hide original nav-bar */
  }
  .location {
    flex-direction: column;
  }
  .location-info-wrapper {
    width: 100%;
  }
  .location-info {
    width: 80%;
    height: 100%;
    margin: auto;
    min-width: auto;
    min-height: auto;
  }
  .map-wrapper {
    width: 100%;
  }
  .mobile-off {
    display: none;
  }
  .mobile-on {
    display: flex;
  }
  .main-container {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: auto;
  }

  .our-mission {
    flex-direction: column-reverse;
    padding: 45px 0;
    margin-top: 45px;
  }
  .meet-us-top {
    width: 80%;
  }
  .a-c-l p {
    width: 100%;
  }
  .our-mission-dcs {
    width: 100%;
  }

  .our-mission-txt {
    margin-top: 50px;
  }

  .item-box {
    width: 90%;
  }
  .meet-us-top {
    display: block;
  }
  .header-right {
    display: none;
  }
  .details-legend {
    flex-direction: column;
    align-items: center;
  }

  .dl-box {
    width: 80%;
  }

  .our-mission img {
    width: 100%;
  }
  .our-mission-txt {
    margin-left: 0px;
  }
  .meet-us-top-r {
    margin-left: 0px;
    margin-top: 40px;
  }
  .apartman-content-wrapper {
    display: block;
  }
  .a-c-l {
    width: 100%;
  }
  .a-c-r {
    width: 100%;
  }
  .details-button-wrapper {
    justify-content: center;
  }
  .intro {
    min-height: 75vh;
  }
  .meet-us-top-l img {
    width: 100%;
  }
  .m2 {
    text-align: center;
  }
  .header-left {
    width: 50%;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px;
  }
  .title-letters {
    font-size: 3rem; /* Reduce slightly for mobile */
  }

  .meet-us-title-b {
    font-size: 2rem;
    white-space: nowrap;
  }

  .meet-us-title-txt {
    font-size: 1.15rem;
    font-weight: 200;
  }

  .item-box-numbers {
    font-size: 1.5rem;
  }

  .our-mission-title-l {
    font-size: 2.1rem;
    white-space: nowrap;
  }

  .apartmants-title-l {
    font-size: 2.5rem;
  }

  .wah-title {
    font-size: 1.05rem;
  }

  .wah-number {
    font-size: 2.25rem;
  }

  .a-c-l h2 {
    font-size: 2rem;
  }

  .a-c-l p {
    font-size: 1.1rem;
  }
  .size {
    font-size: 0.6rem; /* 22px for smaller screens */
  }
  .a-c-r img {
    width: 100%;
    height: 100%;
  }
  .m2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .our-vision {
    flex-direction: column-reverse;
  }
  .our-vision img {
    width: 100%;
    margin: auto;
  }

  .footer-top {
    flex-direction: column;
    text-align: center;
  }

  .footer-column {
    margin-bottom: 30px;
  }

  .footer-icons {
    display: flex;
    justify-content: center;
  }

  .footer-bottom {
    font-size: 14px;
  }
  .our-vision-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .our-vision-txt {
    width: 100%;
    text-align: left;
  }
  .our-vssion-dsc {
    width: 100%;
  }
  .details-legend {
    width: 100%;
  }
  .location-tittle {
    font-size: 1.05rem;
  }
  .location-tittle-l {
    font-size: 2rem;
  }
  .location-info-txt {
    font-size: 1.07rem;
  }
  .mobile-menu-icons {
    display: flex;
    gap: 10px;
    margin-right: 20px;
  }
  .menu-wrapper {
    cursor: pointer;
  }
  .header {
    padding: 20px 20px 0px;
  }
  .we-are-here {
    margin-bottom: 80px;
  }
  .our-vssion-dsc {
    text-align: left;
  }
  .our-vision {
    width: 80%;
  }
  .our-vssion-tittle-l {
    font-size: 2.1rem;
    white-space: nowrap;
  }
  .footer-bottom-cnt {
    border-top-right-radius: 10px;
  }
  .we-are-here {
    background-image: url('assets/black.png');
  }
  .arch-img {
    width: 100%;
  }
  .model-wrapper {
    width: 100%;
  }
}

.section-title {
  font-size: 2rem;
  color: #ffffff;
  margin: 2rem 0 1rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.apartmants-main .grid {
  margin-bottom: 2rem;
}
