/* =========================================================
   FERRO FABS - TRAVEL PILLOWS PAGE
   File: assets/css/ferro-fabs-travel-pillows-page.css
========================================================= */

.ff-travel-premium{
  background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 100%);
}

/* HERO */
.ff-travel-hero{
  position: relative;
  padding: 120px 0 95px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.ff-travel-hero .content-box{
  position: relative;
  max-width: 760px;
  z-index: 2;
}

.ff-travel-hero .ff-kicker{
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 40px;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
}

.ff-travel-hero h1{
  color: #fff;
  font-size: 54px;
  line-height: 1.08em;
  font-weight: 700;
  margin-bottom: 18px;
}

.ff-travel-hero p{
  color: rgba(255,255,255,0.92);
  font-size: 18px;
  line-height: 1.8em;
  margin-bottom: 22px;
  max-width: 660px;
}

.ff-breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ff-breadcrumb li{
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  font-weight: 500;
}

.ff-breadcrumb li a{
  color: #fff;
}

.ff-breadcrumb li.sep{
  opacity: 0.7;
}

/* FEATURE STRIP */
.ff-feature-strip-wrap{
  position: relative;
  margin-top: -38px;
  z-index: 5;
}

.ff-feature-strip{
  background: #ffffff;
  border-radius: 26px;
  box-shadow: 0 18px 50px rgba(17, 44, 84, 0.10);
  padding: 22px 18px;
  border: 1px solid rgba(18, 54, 102, 0.07);
}

.ff-feature-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.ff-feature-chip{
  min-height: 112px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef5fd 100%);
  border: 1px solid #dde9f6;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: left;
  padding: 18px 16px;
  transition: all 0.35s ease;
}

.ff-feature-chip:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(21, 55, 104, 0.10);
}

.ff-feature-icon{
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #143a68 0%, #24548f 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.ff-feature-chip span{
  color: #153764;
  font-size: 15px;
  line-height: 1.45em;
  font-weight: 600;
}

/* SECTION */
.ff-section{
  padding: 70px 0;
}

.ff-section-title{
  text-align: center;
  margin-bottom: 34px;
}

.ff-section-title h2{
  color: #153764;
  font-size: 38px;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 700;
}

.ff-section-title p{
  color: #5c6b80;
  font-size: 16px;
  line-height: 1.8em;
  max-width: 760px;
  margin: 0 auto;
}

/* PRODUCT GRID */
.ff-product-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.ff-product-box{
  position: relative;
  background: #fff;
  border-radius: 24px;
  border: 1px solid #e9eef5;
  box-shadow: 0 14px 40px rgba(20, 46, 86, 0.06);
  padding: 26px 22px 24px;
  text-align: center;
  transition: all 0.35s ease;
  overflow: hidden;
}

.ff-product-box:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(20, 46, 86, 0.12);
}

.ff-product-name{
  color: #153764;
  font-size: 20px;
  line-height: 1.35em;
  font-weight: 700;
  margin-bottom: 10px;
  min-height: 54px;
}

.ff-product-box h4{
  display: inline-block;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  color: #f36b21;
  background: #fff4ed;
  border: 1px solid #ffd8c1;
  border-radius: 30px;
  padding: 8px 16px;
}

.ff-product-box img{
  width: 100%;
  max-width: 280px;
  height: 250px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* COLOURS */
.ff-meta-box.ff-travel-colors{
  margin-top: 28px;
  background: #fff;
  border: 1px solid #e8edf4;
  border-radius: 20px;
  padding: 18px 22px;
  box-shadow: 0 10px 24px rgba(20, 46, 86, 0.05);
  text-align: center;
}

.ff-meta-title{
  display: block;
  color: #153764;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ff-dot-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ff-dot-row .dot{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.12);
}

.ff-dot-row .dot.black{ background: #1a1a1a; }
.ff-dot-row .dot.grey{ background: #8e939a; }
.ff-dot-row .dot.blue{ background: #3f5f95; }
.ff-dot-row .dot.brown{ background: #8a6145; }
.ff-dot-row .dot.beige{ background: #d5c1a2; }

/* EXAMPLE IMAGE */
.ff-example-wrap{
  margin-top: 38px;
}

.ff-example-card{
  background: #fff;
  border-radius: 28px;
  border: 1px solid #e7edf4;
  box-shadow: 0 18px 45px rgba(20, 46, 86, 0.08);
  padding: 24px;
  text-align: center;
}

.ff-example-card img{
  width: 100%;
  max-width: 900px;
  display: block;
  margin: 0 auto;
  border-radius: 18px;
}

.ff-example-card h3{
  color: #153764;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}

.ff-example-card p{
  color: #5f6d80;
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 18px;
}

/* CTA */
.ff-cta{
  padding: 10px 0 80px;
}

.ff-cta-box{
  background: linear-gradient(135deg, #143867 0%, #234f86 100%);
  border-radius: 28px;
  padding: 52px 24px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(19, 53, 99, 0.18);
}

.ff-cta-box h2{
  color: #fff;
  font-size: 38px;
  line-height: 1.25em;
  font-weight: 700;
  margin-bottom: 14px;
}

.ff-cta-box p{
  color: rgba(255,255,255,0.88);
  font-size: 16px;
  line-height: 1.8em;
  max-width: 760px;
  margin: 0 auto 22px;
}

/* RESPONSIVE */
@media (max-width: 1199px){
  .ff-feature-grid{
    grid-template-columns: repeat(3, 1fr);
  }

  .ff-travel-hero h1{
    font-size: 46px;
  }
}

@media (max-width: 991px){
  .ff-product-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .ff-feature-grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .ff-travel-hero{
    padding: 95px 0 80px;
  }

  .ff-travel-hero h1{
    font-size: 40px;
  }

  .ff-section-title h2{
    font-size: 32px;
  }

  .ff-cta-box h2{
    font-size: 32px;
  }
}

@media (max-width: 767px){
  .ff-product-grid{
    grid-template-columns: 1fr;
  }

  .ff-feature-grid{
    grid-template-columns: 1fr;
  }

  .ff-travel-hero{
    padding: 85px 0 70px;
  }

  .ff-travel-hero h1{
    font-size: 34px;
  }

  .ff-travel-hero p{
    font-size: 16px;
  }

  .ff-section{
    padding: 55px 0;
  }

  .ff-section-title h2{
    font-size: 28px;
  }

  .ff-product-name{
    min-height: auto;
    font-size: 18px;
  }

  .ff-product-box img{
    height: 220px;
  }

  .ff-cta-box{
    padding: 40px 20px;
  }

  .ff-cta-box h2{
    font-size: 28px;
  }
}

@media (max-width: 575px){
  .ff-feature-strip{
    padding: 16px 14px;
    border-radius: 20px;
  }

  .ff-product-box{
    border-radius: 20px;
    padding: 22px 16px;
  }

  .ff-example-card{
    padding: 16px;
    border-radius: 20px;
  }
}
.ff-page-hero{
    min-height:520px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.ff-page-hero .content-box{
    margin:auto;
}
.ff-travel-hero{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}

.ff-travel-hero .auto-container{
  width: 100%;
}

.ff-travel-hero .content-box{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ff-travel-hero .ff-breadcrumb{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}