.elementor-1854 .elementor-element.elementor-element-6befa4b{--display:flex;}.elementor-1854 .elementor-element.elementor-element-6befa4b:not(.elementor-motion-effects-element-type-background), .elementor-1854 .elementor-element.elementor-element-6befa4b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lagomspaces.com/wp-content/uploads/2025/07/ChatGPT-Image-Jul-28-2025-04_49_34-PM.png");}.elementor-1854 .elementor-element.elementor-element-4678197{--display:flex;}.elementor-1854 .elementor-element.elementor-element-832b32f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1854 .elementor-element.elementor-element-4826057{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-1854 .elementor-element.elementor-element-4826057 .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-1854 .elementor-element.elementor-element-4826057 .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}.elementor-1854 .elementor-element.elementor-element-412d669{--display:flex;}.elementor-1854 .elementor-element.elementor-element-a1af092{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1854 .elementor-element.elementor-element-33c97e3{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-1854 .elementor-element.elementor-element-33c97e3 .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-1854 .elementor-element.elementor-element-33c97e3 .elementor-divider{text-align:center;padding-block-start:2px;padding-block-end:2px;}.elementor-1854 .elementor-element.elementor-element-3d8f5cd{--display:flex;}.elementor-1854 .elementor-element.elementor-element-8897041{--display:flex;}@media(max-width:767px){.elementor-1854 .elementor-element.elementor-element-6befa4b:not(.elementor-motion-effects-element-type-background), .elementor-1854 .elementor-element.elementor-element-6befa4b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lagomspaces.com/wp-content/uploads/2025/07/ChatGPT-Image-Jul-28-2025-04_49_34-PM-1024x683.png");background-position:center center;}.elementor-1854 .elementor-element.elementor-element-6befa4b{--min-height:639px;}.elementor-1854 .elementor-element.elementor-element-277f2a4{margin:41px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-277f2a4 */.lagom-investment-hero {
  position: relative;
  height: 100vh;
  background: url('') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  z-index: 1;
}

.investment-overlay {
  position: abso;
  inset: 0;
  background: rgba(255, 255, 255, 0.85); /* light overlay */
  backdrop-filter: blur(3px);
  z-index: 2;
}

.investment-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #111;
  padding: 30px;
}

.investment-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #c79f36; /* luxurious gold */
  margin-bottom: 20px;
}

.investment-content p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 35px;
}

.cta-btn {
  background: linear-gradient(to right, #caa741, #b99323);
  padding: 14px 28px;
  font-weight: 600;
  border-radius: 30px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: linear-gradient(to right, #b99323, #caa741);
  transform: scale(1.05);
}

/* -------------------
   MOBILE RESPONSIVE
------------------- */
@media (max-width: 768px) {
  .lagom-investment-hero {
    height: auto;
    padding: 60px 19px;
  }

  .investment-content {
    padding: 25px;
    max-width: 100%;
  }

  .investment-content h1 {
    font-size: 25px;
  }

  .investment-content p {
    font-size: 15px;
  }

  .cta-btn {
    font-size: 15px;
    padding: 12px 20px;
    width: 100%; /* full width button on mobile */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db1948c */.why-gurgaon {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.why-gurgaon .content {
  max-width: 900px;
  margin: auto;
}

.why-gurgaon h2 {
  font-size: 36px;
  color: #000000;
  margin-bottom: 30px;
}


.why-gurgaon p {
  font-size: 18px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-740c50a */.investment-options {
  padding: 80px 20px;
  background: #fdfdfd;
  text-align: center;
}

.investment-options h2 {
  font-size: 34px;
  color: #000000;
  margin-bottom: 50px;
}

.options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.option-card {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.06);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.option-card:hover {
  transform: translateY(-5px);
}

.option-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card-content {
  display: flex;
  flex-direction: column;
  flex: 1; /* make all cards equal height */
  padding: 25px;
}

.card-content h3 {
  color: #222;
  font-size: 22px;
  margin-bottom: 15px;
}

.card-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.card-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  flex-grow: 1; /* pushes button to bottom */
}

.card-content ul li {
  font-size: 15px;
  color: #333;
  margin-bottom: 8px;
}

.cta-mini {
  display: inline-block;
  margin-top: auto; /* sticks button at bottom */
  padding: 10px 20px;
  background: #FFD700;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-mini:hover {
  background: #e6bd00;
}

/* Desktop only alignment fix */
@media (min-width: 1024px) {
  .options-grid {
    align-items: stretch; /* ensure equal height */
  }
  .option-card {
    display: flex;
    flex-direction: column;
  }
  .card-content {
    flex: 1;
  }
}

/* -------------------
   MOBILE (Max 768px)
------------------- */
@media (max-width: 768px) {
  .investment-options {
    padding: 50px 15px;
  }

  .investment-options h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .options-grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 25px;
  }

  .option-card {
    border-radius: 10px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
  }

  .option-card img {
    height: 200px;
  }

  .card-content {
    padding: 20px;
  }

  .card-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .card-content p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .card-content ul li {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .cta-mini {
    font-size: 14px;
    padding: 10px 18px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8022e05 */.lagom-invest-benefits {
  background: linear-gradient(to bottom, #fffdf8, #f6f5f2);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
}

.lagom-invest-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.lagom-invest-heading {
  font-size: 2.5em;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.lagom-invest-divider {
  width: 70px;
  height: 4px;
  background-color: #FFD700;
  margin: 0 auto 50px auto;
  border-radius: 2px;
}

.lagom-invest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.lagom-invest-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-invest-icon {
  font-size: 2.5rem;
  color: #d4af37;
  margin-bottom: 18px;
}

.lagom-invest-card h3 {
  font-size: 1.3rem;
  color: #111;
  margin-bottom: 12px;
  font-weight: 600;
}

.lagom-invest-card p {
  font-size: 0.97rem;
  line-height: 1.6;
  color: #444;
}

.lagom-invest-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-feea828 */.investment-cta-final {
  background: #fffce8;
  padding: 80px 20px;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.cta-text {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.cta-text h2 {
  font-size: 34px;
  color: #d4af37;
  margin-bottom: 20px;
}

.cta-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 30px;
}

.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-lg:hover {
  background-color: #e6bd00;
}

.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);
}

/* Responsive */
@media (max-width: 768px) {
  .investment-cta-final {
    padding: 50px 15px; /* reduce padding for mobile */
  }

  .cta-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px; /* reduce gap for compact view */
  }

  .cta-text {
    max-width: 100%;
    min-width: auto;
  }

  .cta-text h2 {
    font-size: 26px; /* smaller heading for mobile */
    margin-bottom: 15px;
  }

  .cta-text p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .cta-btn-lg {
    font-size: 15px;
    padding: 12px 25px;
    display: inline-block;
  }

  .cta-img {
    max-width: 100%;
  }

  .cta-img img {
    border-radius: 10px;
  }
}/* End custom CSS */