.elementor-7 .elementor-element.elementor-element-ea66c96{--display:flex;}.elementor-7 .elementor-element.elementor-element-f715203{--display:flex;}.elementor-7 .elementor-element.elementor-element-c200044{--display:flex;}.elementor-7 .elementor-element.elementor-element-4c1d25f{--display:flex;}.elementor-7 .elementor-element.elementor-element-3549bf3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-85bc67c */.flimas-about-hero {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  min-height: 480px;
  display: flex;
  align-items: center;
  position: relative;

  background:
    linear-gradient(115deg,
      rgba(8, 23, 34, 0.9) 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/about.jpeg");

  background-size: cover;
  background-position: center;
}

/* soft premium glow */
.flimas-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 50%, rgba(255,255,255,0.08), transparent 40%);
  backdrop-filter: blur(1.5px);
}

.flimas-about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 30px;
}

.flimas-about-hero-content span {
  background: #f4a3b0;
  color: #62202e;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.flimas-about-hero-content h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 70px);
  margin: 15px 0;
  font-weight: 900;
}

.flimas-about-hero-content p {
  color: rgba(255,255,255,0.9);
  font-size: 18px;
  max-width: 620px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61c006f */.flimas-about-intro {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  overflow: hidden;

  padding: 90px 40px;

  background:
    radial-gradient(circle at top right, rgba(244,163,176,0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
}

.flimas-about-inner {
  max-width: 1380px;
  margin: auto;

  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: start;
}

/* TEXT SIDE */

.flimas-about-text h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  color: #62202e;
  margin-bottom: 24px;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.flimas-about-text p {
  color: #5f4850;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 20px;
}

/* VALUES CARD */

.flimas-about-values {
  position: relative;

  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(212,44,76,0.12);
  padding: 34px;
  border-radius: 26px;

  box-shadow:
    0 16px 38px rgba(98,32,46,0.08);

  overflow: hidden;
}

.flimas-about-values::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;

  width: 160px;
  height: 160px;

  border-radius: 50%;

  background:
    radial-gradient(circle, rgba(244,163,176,0.32), transparent 70%);
}

.flimas-about-values h3 {
  position: relative;

  color: #d42c4c;
  margin-bottom: 22px;

  font-size: 24px;
  font-weight: 800;
}

.flimas-about-values ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.flimas-about-values li {
  position: relative;

  padding: 14px 0 14px 34px;

  border-bottom: 1px solid rgba(212,44,76,0.10);

  font-size: 15px;
  line-height: 1.5;

  color: #62202e;
  font-weight: 700;
}

.flimas-about-values li:last-child {
  border-bottom: none;
}

.flimas-about-values li::before {
  content: "✓";

  position: absolute;
  left: 0;
  top: 14px;

  width: 22px;
  height: 22px;

  border-radius: 50%;

  background: rgba(212,44,76,0.12);

  color: #d42c4c;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 12px;
  font-weight: 900;
}

/* RESPONSIVE */

@media (max-width: 900px) {

  .flimas-about-intro {
    padding: 70px 20px;
  }

  .flimas-about-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .flimas-about-text h2 {
    font-size: 38px;
  }

  .flimas-about-text p {
    font-size: 16px;
  }

  .flimas-about-values {
    padding: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6e7ae3 */.flimas-about-intro,
.flimas-ecosystem,
.flimas-packages-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.flimas-ecosystem {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  overflow: hidden;

  padding: 90px 40px;

  background:
    radial-gradient(circle at top left, rgba(244,163,176,0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fff7f8 100%);
}

.flimas-ecosystem-inner {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

/* TEXT */
.flimas-ecosystem-text span {
  background: #f4a3b0;
  color: #62202e;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.flimas-ecosystem-text h2 {
  font-size: 36px;
  color: #62202e;
  margin: 15px 0 20px;
}

.flimas-ecosystem-text p {
  color: #4b5563;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.flimas-ecosystem-tagline {
  margin-top: 20px;
  color: #d42c4c;
}

/* IMAGE */
.flimas-ecosystem-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.flimas-ecosystem-image img:hover {
  transform: scale(1.02);
}

/* responsive */
@media (max-width: 900px) {
  .flimas-ecosystem-inner {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57e0add */.flimas-cta-full {
  position: relative;

  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);

  padding: 100px 20px;

  background-image: url('https://images.unsplash.com/photo-1505751172876-fa1923c5c528?q=80&w=1600&auto=format&fit=crop');
  background-size: cover;
  background-position: center;

  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Overlay */
.flimas-cta-full::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    135deg,
    rgba(212, 44, 76, 0.85),
    rgba(34, 16, 22, 0.75)
  );

  z-index: 1;
}

/* Content above overlay */
.flimas-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

.flimas-cta-full h2 {
  font-size: 42px;
  margin-bottom: 14px;
}

.flimas-cta-full p {
  font-size: 18px;
  margin-bottom: 28px;
  color: rgba(255,255,255,0.9);
}

.flimas-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.flimas-btn-primary,
.flimas-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 26px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Main button */
.flimas-btn-primary {
  background: #ffffff;
  color: #d42c4c !important;
  border: 2px solid #ffffff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.flimas-btn-primary:hover {
  background: #ffe8ee;
  border-color: #ffe8ee;
  color: #b8223f !important;
  transform: translateY(-2px);
}

/* Secondary button */
.flimas-btn-outline {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border: 2px solid rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.flimas-btn-outline:hover {
  background: #ffffff;
  color: #d42c4c !important;
  border-color: #ffffff;
  transform: translateY(-2px);
}/* End custom CSS */