/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Funlah Party Decoration Setup Landing Page - Flatsome CSS */

html {
  scroll-behavior: smooth;
}

.fl-backdrop-hero-row {
  min-height: 620px;
  background: linear-gradient(90deg, #fff7f2 0%, #fff 54%, #fbe7ee 100%);
}

.fl-backdrop-hero-copy h1 {
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -2.2px;
  margin: 18px 0 0;
  color: #231f20;
}

.fl-hero-sub,
.fl-section-sub,
.fl-left-sub {
  font-size: 17px;
  line-height: 1.75;
  color: #6d6265;
  margin-top: 18px;
}

.fl-left-sub {
  margin-top: 36px;
}

.fl-backdrop-hero-image-col {
  padding: 24px !important;
}

.fl-hero-image-grid .col-inner {
  padding: 7px !important;
}

.fl-hero-img,
.fl-hero-img .img-inner,
.fl-hero-img img {
  width: 100%;
}

.fl-hero-img img {
  height: 225px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(50, 20, 25, .11);
}

.fl-hero-img-tall img {
  height: 464px;
}

.fl-eyebrow,
.fl-card-label {
  display: inline-block;
  color: #ef4f86;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.fl-eyebrow {
  background: #fff;
  border: 1px solid rgba(239, 79, 134, .18);
  border-radius: 999px;
  padding: 8px 13px;
  box-shadow: 0 8px 24px rgba(60, 30, 30, .06);
}

.fl-backdrop-styles-section h2,
.fl-backdrop-packages-section h2,
.fl-grand-section h2,
.fl-milestone-section h2,
.fl-kids-section h2,
.fl-corporate-section h2,
.fl-price-section h2,
.fl-inclusion-section h2,
.fl-occasion-section h2,
.fl-how-section h2,
.fl-faq-section h2 {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.08;
  letter-spacing: -1.2px;
  color: #231f20;
  margin-bottom: 10px;
}

.fl-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.fl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
  transition: all .18s ease;
}

.fl-btn:hover {
  transform: translateY(-2px);
  opacity: .96;
}

.fl-btn-pink {
  background: #ef4f86;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(239, 79, 134, .20);
}

.fl-btn-dark {
  background: #231f20;
  color: #fff !important;
}

.fl-btn-light {
  background: #fff;
  color: #231f20 !important;
  border: 1px solid #eaded8;
}

.fl-btn-whatsapp {
  background: #20b15a;
  color: #fff !important;
}

.fl-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.fl-trust-row span {
  background: rgba(255, 255, 255, .88);
  border: 1px solid #eaded8;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 750;
  color: #51484a;
}

.fl-style-row,
.fl-product-row,
.fl-price-row,
.fl-inclusion-row,
.fl-step-row,
.fl-faq-row {
  margin-top: 28px;
}

.fl-style-card,
.fl-product-card,
.fl-price-card,
.fl-inclusion-card,
.fl-step-card,
.fl-faq-card {
  background: #fff;
  border: 1px solid #eaded8;
  border-radius: 24px;
  padding: 26px;
  height: 100%;
  box-shadow: 0 10px 28px rgba(44, 25, 25, .04);
  transition: all .18s ease;
}

.fl-style-card:hover,
.fl-product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(40, 25, 25, .08);
}

.fl-style-card h3,
.fl-product-card h3,
.fl-price-card h3,
.fl-inclusion-card h3,
.fl-step-card h3,
.fl-faq-card h3 {
  color: #231f20;
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: -.35px;
  margin: 0 0 10px;
}

.fl-style-card p,
.fl-product-card p,
.fl-price-card p,
.fl-step-card p,
.fl-faq-card p {
  color: #6d6265;
  line-height: 1.65;
  margin: 0;
}

.fl-style-card strong,
.fl-price-card strong {
  display: block;
  margin-top: 16px;
  color: #231f20;
  font-size: 19px;
  font-weight: 950;
}

.fl-price-card strong {
  color: #ef4f86;
  font-size: 23px;
}

.fl-product-card {
  padding: 0;
  overflow: hidden;
}

/* Product card image area - keep square for 1:1 product photos */
.fl-product-img-wrap {
  position: relative;
  width: 100% !important;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f2e8e4;
  border-radius: 24px 24px 0 0;
}

/* Fill the square image area */
.fl-product-img-wrap img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.06);
}

.fl-product-card h3,
.fl-product-card p,
.fl-product-card .fl-card-footer {
  margin-left: 17px;
  margin-right: 17px;
}

.fl-product-card h3 {
  margin-top: 17px;
  min-height: 52px;
  font-size: 17px;
}

.fl-product-card p {
  min-height: 68px;
  font-size: 14px;
}

.fl-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  background: #fff;
  color: #ef4f86;
  border: 1px solid rgba(239, 79, 134, .25);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 950;
}

.fl-card-footer {
  margin-top: 14px;
  margin-bottom: 17px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.fl-card-footer strong {
  font-size: 18px;
  color: #231f20;
  font-weight: 950;
}

.fl-card-footer a {
  background: #231f20;
  color: #fff !important;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none !important;
}

.fl-soft-note {
  margin: 22px auto 0;
  background: #fff;
  border: 1px dashed rgba(239, 79, 134, .35);
  border-radius: 22px;
  padding: 18px 22px;
  color: #5f5558;
  font-size: 15px;
  line-height: 1.65;
  max-width: 920px;
}

.fl-check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.fl-check-list li {
  color: #51484a;
  font-weight: 750;
}

.fl-check-list li:before {
  content: "✓";
  color: #ef4f86;
  font-weight: 950;
  margin-right: 9px;
}

.fl-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}

.fl-chip-wrap span {
  background: #fff;
  border: 1px solid #eaded8;
  border-radius: 999px;
  padding: 11px 16px;
  color: #51484a;
  font-size: 14px;
  font-weight: 850;
}

.fl-step-card b {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ef4f86;
  color: #fff;
  margin-bottom: 16px;
}

.fl-final-cta {
  background: #231f20;
  color: #fff;
  border-radius: 32px;
  padding: 44px;
  position: relative;
}

.fl-final-cta h2 {
  color: #fff;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0 0 12px;
}

.fl-final-cta p {
  color: #d9d0d2;
  max-width: 720px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.fl-final-cta .fl-helper {
  font-size: 13px;
  color: #bfb4b7;
  margin-bottom: 24px;
}

.fl-faq-card h3 {
  font-size: 19px;
}

/* Funlah Party Decoration Setup Landing Page - Flatsome CSS */


@media only screen and (max-width: 48em) {

  /*************** ADD MOBILE ONLY CSS HERE  ***************/

  /* Funlah Party Decoration Setup Landing Page - Flatsome CSS */
  .fl-backdrop-hero-copy {
    padding: 48px 24px 28px !important;
  }

  .fl-backdrop-hero-image-col {
    padding: 0 24px 38px !important;
  }

  .fl-hero-img img,
  .fl-hero-img-tall img {
    height: 250px;
  }

  .fl-btn {
    width: 100%;
  }

  .fl-trust-row span {
    width: 100%;
    text-align: center;
  }

  .fl-left-sub {
    margin-top: 0;
  }

  .fl-style-card,
  .fl-product-card,
  .fl-price-card,
  .fl-inclusion-card,
  .fl-step-card,
  .fl-faq-card {
    padding: 24px;
  }

  .fl-product-card {
    padding: 0;
  }

  .fl-final-cta {
    padding: 30px;
  }

  /* Funlah Party Decoration Setup Landing Page - Flatsome CSS */


}