.elementor-940 .elementor-element.elementor-element-b60c696{--display:flex;}.elementor-940 .elementor-element.elementor-element-de3eb34{--spacer-size:50px;}.elementor-940 .elementor-element.elementor-element-247241fa{--display:flex;}.elementor-940 .elementor-element.elementor-element-21a951ce{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}body.elementor-page-940:not(.elementor-motion-effects-element-type-background), body.elementor-page-940 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1366px){.elementor-940 .elementor-element.elementor-element-21a951ce{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-940 .elementor-element.elementor-element-21a951ce{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-940 .elementor-element.elementor-element-21a951ce{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-3af98d33 *//* HERO */
.hero-aston{
  position: relative;
  width: 100%;
  min-height: 520px;
  height: clamp(420px, 52vh, 700px);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #0b1320;
}

.hero-aston__bg{
  position: absolute;
  inset: 0;
  background-image: var(--hero-bg);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-aston__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(8,15,25,.55) 0%, rgba(8,15,25,.45) 45%, rgba(8,15,25,.55) 100%),
    radial-gradient(80% 80% at 20% 20%, rgba(0,0,0,.35) 0%, rgba(0,0,0,0) 60%);
  pointer-events: none;
}


.hero-aston__inner{
  position: relative;
  z-index: 2;
  max-width: 1180px;
  width: 100%;
  padding: 0 24px;
  text-align: center;
}


.hero-aston__crumb{
  margin: 0 0 10px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
}


.hero-aston__title{
  margin: 0;
  font-size: clamp(28px, 4.2vw, 58px);
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 8px 30px rgba(0,0,0,.35);
}

.hero-aston{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0 !important;
}

.hero-aston__bg,
.hero-aston__overlay{
  border-radius: 0 !important;
}


@media (min-width: 1200px){
  .hero-aston__inner{ padding: 0 40px; }
}



@media (max-width: 520px){
  .hero-aston{
    min-height: 420px;
    height: 56vh;
  }
  .hero-aston__crumb{
    font-size: 12px;
    letter-spacing: .22em;
  }
  .hero-aston__title{
    letter-spacing: .08em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1cfee1e7 */.lamine-showcase,
.lamine-showcase * {
  box-sizing: border-box;
}

.lamine-showcase {
  width: 100%;
  padding: 30px 0 10px;
  font-family: "Poppins", sans-serif;
}

.lamine-showcase__head {
  margin-bottom: 28px;
}

.lamine-showcase__head h2 {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #111111;
}

.lamine-showcase__head p {
  margin: 0;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}

.lamine-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lamine-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #ece6df;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.lamine-card:hover {
  transform: translateY(-6px);
  border-color: #c6a47d;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.10);
}

.lamine-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f2f2f2;
}

.lamine-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.lamine-card:hover .lamine-card__image img {
  transform: scale(1.05);
}

.lamine-card__content {
  position: relative;
  padding: 22px 22px 26px;
}

.lamine-card__tag {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #c6a47d;
}

.lamine-card__content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #111111;
}

.lamine-card__content p {
  margin: 0;
  padding-right: 52px;
  font-size: 15px;
  line-height: 1.75;
  color: #666666;
}

.lamine-card__arrow {
  position: absolute;
  right: 20px;
  bottom: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #c6a47d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.28s ease, background 0.28s ease;
}

.lamine-card:hover .lamine-card__arrow {
  transform: translateX(4px);
  background: #b89469;
}

/* Tablet */
@media (max-width: 1024px) {
  .lamine-showcase__head h2 {
    font-size: 30px;
  }

  .lamine-card__content h3 {
    font-size: 21px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .lamine-showcase {
    padding: 20px 0 0;
  }

  .lamine-showcase__head {
    margin-bottom: 20px;
  }

  .lamine-showcase__head h2 {
    font-size: 26px;
  }

  .lamine-showcase__head p {
    font-size: 15px;
    line-height: 1.7;
  }

  .lamine-showcase__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lamine-card {
    border-radius: 18px;
  }

  .lamine-card__content {
    padding: 18px 18px 22px;
  }

  .lamine-card__content h3 {
    font-size: 20px;
  }

  .lamine-card__content p {
    font-size: 14px;
    line-height: 1.7;
    padding-right: 46px;
  }

  .lamine-card__arrow {
    width: 38px;
    height: 38px;
    right: 16px;
    bottom: 18px;
    font-size: 18px;
  }
}/* End custom CSS */