.elementor-312 .elementor-element.elementor-element-5092ac0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-228b535 *//* ============================================
   ESTICORE — PROJECTS PAGE
   Fully responsive
   ============================================ */

.pj-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.pj-section {
  padding: 80px 0;
}

.pj-section-steel {
  background: #F4F6F8;
}

/* ---- PAGE HEADER ---- */
.pj-page-header {
  background: linear-gradient(135deg, #0A2E5D 0%, #071F40 100%);
  padding: 100px 0 70px;
  text-align: center;
}

.pj-eyebrow {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 16px;
}

.pj-page-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.15;
}

.pj-page-desc {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- TAG ---- */
.pj-tag {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D4AF37;
  margin-bottom: 14px;
}

/* ---- SECTION HEAD ---- */
.pj-section-head {
  margin-bottom: 48px;
}

.pj-section-head.pj-center {
  text-align: center;
}

.pj-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #0A2E5D;
  margin: 0 0 14px;
  line-height: 1.25;
}

.pj-section-desc {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #5B6472;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- NOTICE ---- */
.pj-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-left: 2px solid #D4AF37;
  padding: 12px 16px;
  margin-bottom: 48px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #5B6472;
  line-height: 1.6;
  background: #FAFBFC;
}

.pj-notice svg {
  width: 16px;
  height: 16px;
  color: #D4AF37;
  flex-shrink: 0;
  margin-top: 2px;
}

.pj-notice strong {
  color: #0A2E5D;
  font-weight: 600;
}

/* ---- PROJECTS GRID ---- */
.pj-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ---- PROJECT CARD ---- */
.pj-card {
  border: 1px solid #E2E6EA;
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.pj-card:hover {
  transform: translateY(-4px);
  border-color: #D4AF37;
  box-shadow: 0 12px 32px rgba(10, 46, 93, 0.08);
}

.pj-photo {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.pj-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.9);
  transition: transform 0.4s ease;
}

.pj-card:hover .pj-photo img {
  transform: scale(1.04);
}

.pj-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #D4AF37;
  color: #071F40;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 2px;
}

.pj-info {
  padding: 20px;
}

.pj-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #0A2E5D;
  margin-bottom: 8px;
  line-height: 1.3;
}

.pj-desc {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #5B6472;
  line-height: 1.65;
  margin-bottom: 14px;
}

.pj-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pj-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pj-meta-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D4AF37;
  display: block;
}

.pj-meta-item {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #5B6472;
}

.pj-meta-divider {
  width: 1px;
  height: 24px;
  background: #E2E6EA;
  flex-shrink: 0;
}

/* ---- DELIVERABLES GRID ---- */
.pj-deliv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.pj-deliv-card {
  background: #ffffff;
  border: 1px solid #E2E6EA;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.pj-deliv-card:hover {
  border-color: #D4AF37;
}

.pj-deliv-preview {
  background: #F4F6F8;
  padding: 24px 20px 20px;
  position: relative;
  border-bottom: 1px solid #E2E6EA;
}

.pj-deliv-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  filter: blur(2px);
  opacity: 0.5;
}

.pj-dl {
  height: 8px;
  border-radius: 2px;
  background: #C4C9D0;
  width: 100%;
}

.pj-dl-gold {
  background: #D4AF37;
  height: 10px;
  filter: blur(0);
  opacity: 0.7;
}

.pj-dl-80 { width: 80%; }
.pj-dl-60 { width: 60%; }

.pj-deliv-lock {
  position: absolute;
  top: 10px;
  right: 12px;
}

.pj-deliv-lock svg {
  width: 14px;
  height: 14px;
  color: #9CA3AF;
}

.pj-deliv-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #0A2E5D;
  padding: 14px 16px 4px;
}

.pj-deliv-format {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: #9CA3AF;
  padding: 0 16px 14px;
}

/* ---- STATS ROW ---- */
.pj-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #E2E6EA;
  border-radius: 6px;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

.pj-stat-box {
  padding: 40px 20px;
  text-align: center;
  border-right: 1px solid #E2E6EA;
  transition: background 0.2s ease;
}

.pj-stat-box:last-child {
  border-right: none;
}

.pj-stat-box:hover {
  background: #FAFBFC;
}

.pj-stat-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: #0A2E5D;
  line-height: 1;
  margin-bottom: 8px;
}

.pj-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  color: #5B6472;
  line-height: 1.4;
}

/* ---- CTA BAND ---- */
.pj-cta-band {
  background: #0A2E5D;
  border-radius: 8px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.pj-cta-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.pj-cta-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.pj-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.03em;
  padding: 14px 28px;
  border-radius: 4px;
  background: #D4AF37;
  color: #071F40;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.pj-btn:hover {
  background: #E5C868;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(212, 175, 55, 0.35);
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .pj-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pj-deliv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pj-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .pj-stat-box:nth-child(2) {
    border-right: none;
  }

  .pj-stat-box:nth-child(3),
  .pj-stat-box:nth-child(4) {
    border-top: 1px solid #E2E6EA;
  }
}

@media (max-width: 640px) {
  .pj-wrap {
    padding: 0 20px;
  }

  .pj-section {
    padding: 56px 0;
  }

  .pj-page-header {
    padding: 70px 0 48px;
  }

  .pj-page-title {
    font-size: 26px;
  }

  .pj-page-desc {
    font-size: 14px;
  }

  .pj-section-title {
    font-size: 22px;
  }

  .pj-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pj-deliv-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pj-stats-row {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }

  .pj-stat-num {
    font-size: 26px;
  }

  .pj-cta-band {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
  }

  .pj-btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */