.elementor-1848 .elementor-element.elementor-element-2516b57{--display:flex;}.elementor-1848 .elementor-element.elementor-element-2516b57:not(.elementor-motion-effects-element-type-background), .elementor-1848 .elementor-element.elementor-element-2516b57 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lagomspaces.com/wp-content/uploads/2025/07/ChatGPT-Image-Jul-28-2025-05_36_58-PM.png");}.elementor-1848 .elementor-element.elementor-element-2b189cb{--display:flex;}.elementor-1848 .elementor-element.elementor-element-d2824b2{--display:flex;}.elementor-1848 .elementor-element.elementor-element-b2708d5{--display:flex;}.elementor-1848 .elementor-element.elementor-element-2ffa79a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-380c34d */.hero-leasing-custom {
  background: url('your-leasing-hero-image.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  position: relative;
}

.hero-leasing-content {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 40px 60px;
  text-align: center;
  max-width: 800px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-leasing-content h1 {
  font-size: 36px;
  font-weight: 700;
  color: #b9921c; /* Golden yellow */
  margin-bottom: 20px;
  line-height: 1.4;
}

.hero-leasing-content p {
  font-size: 17px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.7;
}

.open-lagom-popup {
  background-color: #b9921c;
  color: #fff;
  padding: 14px 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
}

.open-lagom-popup:hover {
  background-color: #a57f1a;
}

@media (max-width: 768px) {
  .hero-leasing-content {
    padding: 30px 20px;
  }

  .hero-leasing-content h1 {
    font-size: 26px;
  }

  .hero-leasing-content p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbdf907 */body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

section {
  padding: 80px 20px;
}

.hero-leasing {
  background: url('leasing-banner.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-overlay {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 50px;
  border-radius: 10px;
  color: #fff;
  max-width: 800px;
}

.hero-overlay h1 {
  font-size: 42px;
  color: #FFD700;
  margin-bottom: 20px;
}

.hero-overlay p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-btn, .cta-btn-lg {
  background-color: #FFD700;
  color: #000;
  padding: 14px 30px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-btn:hover, .cta-btn-lg:hover {
  background-color: #e6bd00;
}

h2 {
  font-size: 34px;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #FFD700;
  margin: 10px auto 0;
  border-radius: 2px;
}

.content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

.content p {
  font-size: 17px;
  color: #444;
  margin-bottom: 20px;
}

.leasing-cards-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #d4af37; /* golden yellow */
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.leasing-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.leasing-card {
  background: #f9f9f9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  width: 320px;
  transition: transform 0.3s ease;
}

.leasing-card:hover {
  transform: translateY(-5px);
}

.leasing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 25px;
  text-align: left;
}

.card-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.card-content p {
  font-size: 14.5px;
  color: #444;
  margin-bottom: 8px;
  line-height: 1.6;
}

.card-btn {
  display: inline-block;
  background: #d4af37;
  color: #000;
  padding: 10px 20px;
  margin-top: 12px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.card-btn:hover {
  background: #b9921c;
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .leasing-card-wrapper {
    flex-direction: column;
    align-items: center;
  }
}

.card-content {
  padding: 25px;
  text-align: left;
}

.card-content h3 {
  font-size: 20px;
  color: #222;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 15px;
  color: #555;
}

.leasing-cta {
  background: #fffce8;
}

.cta-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}

.cta-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.cta-img {
  flex: 1;
  max-width: 500px;
}

.cta-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-img, .cta-text {
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83d2d70 */.leasing-cards-section {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #FFD700; /* golden yellow */
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.leasing-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.leasing-card {
  background: #f9f9f9;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  width: 320px;
  transition: transform 0.3s ease;
}

.leasing-card:hover {
  transform: translateY(-5px);
}

.leasing-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 25px;
  text-align: left;
}

.card-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.card-content p {
  font-size: 14.5px;
  color: #444;
  margin-bottom: 8px;
  line-height: 1.6;
}

.card-btn {
  display: inline-block;
  background: #FFD700;
  color: #000;
  padding: 10px 20px;
  margin-top: 12px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 55px;
  transition: background 0.3s ease;
}

.card-btn:hover {
  background: #b9921c;
  color: #fff;
}


.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  background: #fff;
  max-width: 400px;
  margin: 10% auto;
  padding: 30px 25px;
  border-radius: 10px;
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.popup-content h3 {
  margin-top: 0;
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-content button {
  background: #d4af37;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
}

.popup-content button:hover {
  background: #b9921c;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}
.popup {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-family: 'Poppins', sans-serif;
}

.popup-content h3 {
  margin-bottom: 20px;
  color: #111;
  font-size: 1.5rem;
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
}

.popup-content button {
  background: #FFD700;
  color: #000;
  font-weight: 600;
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.popup-content button:hover {
  background: #e6c200;
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 24px;
  cursor: pointer;
  color: #888;
}




/* Responsive */
@media (max-width: 768px) {
  .leasing-cards-section {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .section-title::after {
    width: 50px;
    height: 3px;
  }

  .leasing-card-wrapper {
    gap: 20px;
    justify-content: center;
  }

  .leasing-card {
    width: 100%; /* Full width on mobile */
    max-width: 400px; /* Keep elegant size */
  }

  .leasing-card img {
    height: 180px;
  }

  .card-content {
    padding: 20px;
  }

  .card-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .card-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .card-btn {
    font-size: 14px;
    padding: 9px 18px;
    width: 100%; /* Full-width CTA */
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e7f766 */.lagom-lux-upgraded-why-lease {
  background: linear-gradient(to bottom, #fffdf8, #f8f7f4);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.lagom-lux-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.lagom-lux-heading {
  font-size: 2.5em;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}



.lagom-lux-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.lagom-lux-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  border: 1px solid rgba(255, 215, 0, 0.25);
  transition: all 0.4s ease;
  text-align: center;
}

.lagom-lux-icon {
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 18px;
}

.lagom-lux-card h3 {
  font-size: 1.3rem;
  color: #111;
  margin-bottom: 12px;
  font-weight: 600;
}

.lagom-lux-card p {
  font-size: 0.97rem;
  line-height: 1.6;
  color: #444;
}

.lagom-lux-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
  border-color: #FFD700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cab78eb */.lagom-leasing-cta {
  background: linear-gradient(to right, #fffdf8, #f6f5f2);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.lagom-leasing-cta-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  justify-content: space-between;
}

.lagom-leasing-cta-content {
  flex: 1;
  min-width: 280px;
  text-align: left;
}

.lagom-leasing-cta-content h2 {
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.lagom-leasing-cta-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}

.lagom-leasing-cta-content button {
  padding: 12px 30px;
  font-size: 1rem;
  border: none;
  border-radius: 30px;
  background: #FFD700;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.lagom-leasing-cta-content button:hover {
  background: #e6c200;
}

.lagom-leasing-cta-image {
  flex: 1;
  min-width: 280px;
}

.lagom-leasing-cta-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}/* End custom CSS */