.elementor-3481 .elementor-element.elementor-element-4d1db0e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-846c33d */.flimas-directory-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 460px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;

  background:
    linear-gradient(115deg,
      rgba(8, 23, 34, 0.92) 0%,
      rgba(98, 32, 46, 0.85) 45%,
      rgba(212, 44, 76, 0.55) 100%
    ),
    url("http://vbj0hk57xn0.c.updraftclone.com/wp-content/uploads/2026/05/directory-scaled.jpg");

  background-size: cover;
  background-position: center;
}

/* subtle premium overlay */
.flimas-directory-hero::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(circle at 75% 50%, rgba(255,255,255,0.08), transparent 40%);

  backdrop-filter: blur(1.5px);
  z-index: 1;
}

.flimas-directory-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
}

.flimas-directory-hero-content span {
  display: inline-block;
  background: #f4a3b0;
  color: #62202e;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.flimas-directory-hero-content h1 {
  color: #ffffff;
  font-size: clamp(42px, 6vw, 70px);
  margin: 0 0 16px;
  font-weight: 900;
}

.flimas-directory-hero-content p {
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  max-width: 600px;
  line-height: 1.7;
}
.flimas-directory {
  padding: 80px 30px;
  background: #f9fafb;
}

.flimas-section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.flimas-section-heading h2 {
  font-size: 36px;
  color: #62202e;
}

.flimas-section-heading span {
  background: #f4a3b0;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #62202e;
}

.flimas-directory-block {
  margin-bottom: 60px;
}

.flimas-directory-block h3 {
  font-size: 24px;
  color: #62202e;
  margin-bottom: 20px;
}

.flimas-directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dir-card {
  background: #fff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.dir-card:hover {
  transform: translateY(-5px);
}

.dir-card h4 {
  color: #d42c4c;
  margin-bottom: 10px;
}

.dir-card p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

.office {
  border-left: 4px solid #d42c4c;
}

/* responsive */
@media (max-width: 1024px) {
  .flimas-directory-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .flimas-directory-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */