.elementor-328 .elementor-element.elementor-element-79aa686{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-328 .elementor-element.elementor-element-3e2d92f{width:var( --container-widget-width, 92% );max-width:92%;--container-widget-width:92%;--container-widget-flex-grow:0;}@media(max-width:1024px){.elementor-328 .elementor-element.elementor-element-3e2d92f{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-3e2d92f */.ilp-projects-page {
  background: #f7f5f1;
  color: #252321;
}

.ilp-projects-page * {
  box-sizing: border-box;
}

/* CONTAINER */
.ilp-proj-hero,
.ilp-proj-intro,
.ilp-proj-cards,
.ilp-proj-benefits,
.ilp-proj-process,
.ilp-proj-cta {
  max-width: 1180px;
  margin: 0 auto;
}

/* KICKER */
.ilp-proj-kicker {
  display: inline-block;
  color: #b8955c;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* HERO */
.ilp-proj-hero {
  padding: 85px 20px 65px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 55px;
  align-items: center;
}

.ilp-proj-hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: .96;
  margin-bottom: 20px;
}

.ilp-proj-hero p {
  font-size: 18px;
  line-height: 1.75;
  color: #6b655f;
  margin-bottom: 30px;
}

.ilp-proj-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ilp-proj-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8ad00;
  color: #151515 !important;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none !important;
  transition: 0.25s ease;
  min-height: 52px;
}

.ilp-proj-btn:hover {
  transform: translateY(-2px);
  background: #d8a000;
  color: #151515 !important;
}

.ilp-proj-text-link {
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  color: #252321;
}

.ilp-proj-hero-img {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,.12);
}

.ilp-proj-hero-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

/* INTRO */
.ilp-proj-intro {
  padding: 50px 20px 80px;
  text-align: center;
  max-width: 800px;
}

.ilp-proj-intro h2 {
  font-size: clamp(32px, 4vw, 50px);
  margin-bottom: 20px;
}

.ilp-proj-intro p {
  color: #6b655f;
  line-height: 1.8;
}

/* CARDS */
.ilp-proj-cards {
  padding: 50px 20px 90px;
}

.ilp-proj-head {
  text-align: center;
  margin-bottom: 45px;
}

.ilp-proj-head h2 {
  font-size: clamp(32px, 4vw, 50px);
}

.ilp-proj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.ilp-proj-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0,0,0,.05);
  transition: 0.25s;
}

.ilp-proj-card:hover {
  transform: translateY(-6px);
}

.ilp-proj-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.ilp-proj-card div {
  padding: 26px;
}

.ilp-proj-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e8ad00;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 14px;
}

.ilp-proj-card h3 {
  margin-bottom: 10px;
}

.ilp-proj-card p {
  color: #6b655f;
  font-size: 15px;
  line-height: 1.7;
}

/* BENEFITS */
.ilp-proj-benefits {
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.ilp-proj-benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.ilp-proj-benefit-list div {
  background: #fff;
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

.ilp-proj-benefit-list strong {
  color: #b8955c;
  display: block;
  margin-bottom: 15px;
}

.ilp-proj-benefit-list p {
  margin: 0;
  font-weight: 600;
}

/* PROCESS */
.ilp-proj-process {
  padding: 80px 20px 40px;
}

.ilp-proj-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.ilp-proj-step {
  background: #ffffff;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 35px rgba(0,0,0,.05);
  border: 1px solid #eee;
  transition: 0.25s;
}

.ilp-proj-step:hover {
  transform: translateY(-6px);
}

.ilp-proj-step span {
  color: #e8ad00;
  font-weight: 900;
  display: block;
  margin-bottom: 20px;
}

.ilp-proj-step h3 {
  margin-bottom: 10px;
  color: #252321;
}

.ilp-proj-step p {
  color: #6b655f;
  font-size: 15px;
  line-height: 1.7;
}

/* CTA FIXED */
.ilp-proj-cta {
  max-width: 1180px;
  margin: 50px auto 80px;
  padding: 44px 50px;
  background: #ffffff;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 35px;
  box-shadow: 0 18px 55px rgba(0,0,0,.07);
}

.ilp-proj-cta h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin: 0 0 14px;
  color: #252321;
}

.ilp-proj-cta p {
  color: #6b655f;
  line-height: 1.7;
  margin: 0;
  max-width: 720px;
}

.ilp-proj-btn-dark {
  background: #e8ad00;
  color: #151515 !important;
  min-width: 150px;
}

.ilp-proj-btn-dark:hover {
  background: #d8a000;
  color: #151515 !important;
}

/* TABLET */
@media (max-width: 1024px) {
  .ilp-proj-hero,
  .ilp-proj-benefits {
    grid-template-columns: 1fr;
  }

  .ilp-proj-grid,
  .ilp-proj-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ilp-proj-cta {
    margin-left: 20px;
    margin-right: 20px;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .ilp-proj-hero {
    padding: 55px 16px 45px;
  }

  .ilp-proj-grid,
  .ilp-proj-step-grid,
  .ilp-proj-benefit-list {
    grid-template-columns: 1fr;
  }

  .ilp-proj-hero h1 {
    font-size: 42px;
  }

  .ilp-proj-hero-img img {
    height: 320px;
  }

  .ilp-proj-btn {
    width: 100%;
    text-align: center;
  }

  .ilp-proj-cta {
    margin: 35px 16px 60px;
    padding: 32px 24px;
    border-radius: 22px;
  }

  .ilp-proj-cta h2 {
    font-size: 34px;
  }
}/* End custom CSS */