.elementor-1775 .elementor-element.elementor-element-dca3e3b{--display:flex;--min-height:269px;--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-1775 .elementor-element.elementor-element-dca3e3b:not(.elementor-motion-effects-element-type-background), .elementor-1775 .elementor-element.elementor-element-dca3e3b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://lagomspaces.com/wp-content/uploads/2025/07/about-bg-2.jpg");background-position:bottom right;}.elementor-1775 .elementor-element.elementor-element-98e604c{--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;}/* Start custom CSS for html, class: .elementor-element-042125f */.lagom-about {
  background-color: #ffffff;
  color: #000;
  font-family: 'Poppins', sans-serif;
  padding: 80px 40px;
}

.lagom-about__container {
  max-width: 1200px;
  margin: 0 auto;
}

.lagom-about__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #d4af37; /* Gold */
}

.lagom-about__divider {
  height: 3px;
  width: 80px;
  background-color: #000;
  margin: 15px auto 50px auto;
}

.lagom-about__content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.lagom-about__text {
  flex: 1 1 50%;
  font-size: 18px;
  line-height: 1.7;
}

.lagom-about__text strong {
  color: #d4af37;
}

.lagom-about__image {
  flex: 1 1 40%;
  text-align: center;
}

.lagom-about__image img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.lagom-about__image img:hover {
  transform: scale(1.03);
}

.lagom-about__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.lagom-about__card {
  flex: 1 1 45%;
  background-color: #f5f5f5;
  padding: 30px;
  border-left: 5px solid #d4af37;
  border-radius: 15px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.lagom-about__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.lagom-about__card h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #000;
}

.lagom-about__card p {
  font-size: 16px;
  line-height: 1.6;
}
/* Core Values */
.lagom-about__values {
  margin-top: 80px;
  text-align: center;
}

.lagom-about__subtitle {
  font-size: 32px;
  font-weight: 600;
  color: #d4af37;
  margin-bottom: 10px;
}

.lagom-about__value-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.value-box {
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  width: 300px;
  transition: all 0.3s ease;
  text-align: center;
}

.value-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.value-box img {
  width: 50px;
  margin-bottom: 15px;
}

.value-box h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.value-box p {
  font-size: 15px;
  color: #444;
}

/* Why Choose Us */
.why-lagom-grid {
 
   text-align: center;
}
.why-lagom-grid {
  margin-top: 60px;
  padding: 60px 20px;
  background-color: #fdfdfb;
}

.why-lagom-grid__container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.why-lagom-grid__card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.why-lagom-grid__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.why-lagom-grid__card img {
  width: 48px;
  margin-bottom: 20px;
}

.why-lagom-grid__card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}

.why-lagom-grid__card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Contact Form Section */
.lagom-contact-block {
  background: linear-gradient(145deg, #fffdf7, #f9f6ee);
  padding: 80px 30px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
}

.lagom-contact-block__heading {
  font-size: 32px;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.lagom-contact-block__subtext {
  font-size: 16px;
  color: #7c6f53;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}

.lagom-contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lagom-contact-form .form-row input {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #e0d6b7;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  background: #fffefa;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.02);
  transition: 0.3s;
}

.lagom-contact-form .form-row input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 8px rgba(212, 175, 55, 0.25);
  outline: none;
}

.lagom-contact-form button {
  padding: 15px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right, #d4af37, #f2e2b1);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2);
}

.lagom-contact-form button:hover {
  background: linear-gradient(to right, #f2e2b1, #d4af37);
  transform: translateY(-2px);
}

.lagom-contact-message {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 768px) {
  /* About Section */
  .lagom-about {
    padding: 50px 20px;
  }

  .lagom-about__title {
    font-size: 32px;
  }

  .lagom-about__divider {
    margin-bottom: 30px;
  }

  .lagom-about__content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }

  .lagom-about__text {
    flex: 1 1 100%;
    font-size: 16px;
    text-align: center;
  }

  .lagom-about__image {
    flex: 1 1 100%;
  }

  /* Cards */
  .lagom-about__cards {
    flex-direction: column;
    gap: 25px;
  }

  .lagom-about__card {
    flex: 1 1 100%;
    padding: 20px;
  }

  .lagom-about__card h2 {
    font-size: 20px;
  }

  .lagom-about__card p {
    font-size: 14px;
  }

  /* Core Values */
  .lagom-about__subtitle {
    font-size: 26px;
  }

  .lagom-about__value-grid {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .value-box {
    width: 100%;
    max-width: 340px;
  }

  /* Why Choose Us */
  .why-lagom-grid {
    padding: 40px 15px;
  }

  .why-lagom-grid__container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .why-lagom-grid__card {
    padding: 20px;
  }

  .why-lagom-grid__card h3 {
    font-size: 16px;
  }

  .why-lagom-grid__card p {
    font-size: 14px;
  }

  /* Contact Section */
  .lagom-contact-block {
    padding: 50px 20px;
  }

  .lagom-contact-block__heading {
    font-size: 26px;
  }

  .lagom-contact-form {
    gap: 15px;
  }

  .lagom-contact-form .form-row input {
    padding: 14px;
    font-size: 14px;
  }

  .lagom-contact-form button {
    padding: 14px;
    font-size: 14px;
    width: 100%;
  }
}/* End custom CSS */