/*
Theme Name:   Joyce Fresh Tilapia Child
Theme URI:    https://joycefreshtilapia.com
Description:  Child theme for Joyce Fresh Tilapia — Hello Elementor child.
              All custom styles are loaded here so Elementor updates never
              overwrite your design.
Author:       Joyce Fresh Tilapia
Version:      1.0.0
Template:     hello-elementor
Text Domain:  jft-child
*/

/* ── Google Fonts ─────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700;800&family=Playfair+Display:wght@700;800&display=swap');

/* ── Base resets ──────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
body { font-family: 'DM Sans', sans-serif !important; }


/* ===== JOYCE FRESH TILAPIA — ELEMENTOR CUSTOM CSS ===== */
/* Paste this in: Elementor > Site Settings > Custom CSS  */

/* GLOBAL */
body { font-family: 'DM Sans', sans-serif !important; }
.elementor-section, .e-container, .elementor-container { max-width: 1200px; }

/* NAVBAR */
.jft-navbar { position: sticky; top: 0; z-index: 9999; border-bottom: 1px solid #e8edf2; }
.jft-phone-icon .elementor-icon i { color: #ffffff !important; font-size: 18px; }
.jft-phone-text .elementor-widget-container { color: #fff; font-size: 14px; line-height: 1.4; }

/* BADGE / LABELS */
.jft-badge {
  display: inline-block;
  background: #e6f8f9;
  color: #00B7C2;
  border: 1.5px solid #00B7C2;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.jft-section-label {
  display: inline-block;
  color: #00B7C2;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

/* HERO */
.jft-hero { min-height: 90vh; overflow: hidden; }
.jft-hero-img img { border-radius: 0; width: 100%; height: 100%; object-fit: cover; }
.jft-trust-badge .elementor-icon-box-wrapper {
  background: #f0faff;
  border: 1px solid #c8eef0;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex; align-items: center; gap: 10px;
}
.jft-trust-badge .elementor-icon-box-icon { margin: 0 !important; }
.jft-trust-badge .elementor-icon-box-icon i { color: #00B7C2 !important; font-size: 20px; }
.jft-trust-badge .elementor-icon-box-title { font-size: 12px !important; font-weight: 700 !important; color: #003366 !important; margin: 0 !important; }
.jft-trust-badge .elementor-icon-box-description { font-size: 11px !important; color: #607080 !important; margin: 0; }

/* ABOUT */
.jft-about-img img { border-radius: 18px; }
.jft-fresh-badge .elementor-widget-container {
  position: absolute; bottom: 20px; right: 20px;
  background: #fff;
  border-radius: 50%;
  width: 80px; height: 80px;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; color: #003366;
  text-align: center; line-height: 1.3;
  border: 3px solid #00B7C2;
  box-shadow: 0 4px 14px rgba(0,51,102,0.15);
}

/* SUPPLY CARDS */
.jft-supply-card .elementor-icon-box-wrapper {
  background: #ffffff;
  border: 1.5px solid #dde4ed;
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  min-width: 160px;
  max-width: 180px;
}
.jft-supply-card .elementor-icon-box-wrapper:hover {
  border-color: #00B7C2;
  box-shadow: 0 8px 25px rgba(0,183,194,0.15);
  transform: translateY(-5px);
}
.jft-supply-card .elementor-icon-box-icon { margin-bottom: 14px !important; }
.jft-supply-card .elementor-icon i { font-size: 36px !important; }
.jft-supply-card .elementor-icon-box-title { font-weight: 700 !important; font-size: 15px !important; margin-bottom: 6px !important; }
.jft-supply-card .elementor-icon-box-description { font-size: 13px !important; }

/* FEATURE CARDS (Why Choose Us) */
.jft-feature-card .elementor-icon-box-wrapper {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 28px 22px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  min-width: 160px;
  max-width: 180px;
}
.jft-feature-card .elementor-icon-box-wrapper:hover {
  background: rgba(255,255,255,0.14);
  transform: translateY(-4px);
}
.jft-feature-card .elementor-icon-box-icon { margin-bottom: 14px !important; }
.jft-feature-card .elementor-icon i { font-size: 36px !important; }

/* DELIVERY */
.jft-delivery-img img { border-radius: 16px; max-width: 100%; }
.jft-locations {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.jft-loc {
  background: #f0faff;
  border: 1.5px solid #c8eef0;
  border-radius: 50px;
  padding: 7px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #003366;
}

/* EVENTS */
.jft-event-card { text-align: center; cursor: default; }
.jft-event-img img {
  border-radius: 14px;
  width: 190px;
  height: 140px;
  object-fit: cover;
  transition: transform 0.3s;
}
.jft-event-img img:hover { transform: scale(1.04); }
.jft-event-label {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #003366;
}

/* TESTIMONIALS */
.jft-stars { color: #F4B400; font-size: 22px; letter-spacing: 3px; }
.jft-review-text { font-style: italic; color: #4a5a6a; line-height: 1.7; }
.jft-testi-avatar img { width: 46px !important; height: 46px !important; border-radius: 50%; object-fit: cover; }

/* GALLERY */
.jft-gallery .elementor-gallery-item__image {
  border-radius: 12px;
  transition: transform 0.3s;
}
.jft-gallery .elementor-gallery-item__image:hover { transform: scale(1.05); }

/* CTA */
.jft-cta-img img { border-radius: 14px; }
.jft-cta-btn .elementor-button {
  min-width: 160px;
  padding: 12px 20px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  white-space: pre-line;
  text-align: center;
}

/* FOOTER */
.jft-footer .elementor-widget-text-editor p { color: rgba(255,255,255,0.6) !important; font-size: 14px; }
.jft-footer .elementor-icon-list-item { margin-bottom: 6px; }
.jft-footer-links .elementor-icon-list-item-text { color: rgba(255,255,255,0.6) !important; font-size: 14px !important; }
.jft-footer-links .elementor-icon-list-item-text:hover { color: #00B7C2 !important; }
.jft-footer-contact .elementor-icon-box-title { color: rgba(255,255,255,0.8) !important; font-size: 14px !important; font-weight: 500 !important; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .jft-hero .e-container > .e-container { flex-direction: column; }
  .jft-hero .e-container > .e-container > .e-container { width: 100% !important; }
  .jft-about .e-container > .e-container { flex-direction: column; }
  .jft-about .e-container > .e-container > .e-container { width: 100% !important; padding-left: 0 !important; }
  .jft-delivery .e-container > .e-container { flex-direction: column; }
  .jft-delivery .e-container > .e-container > .e-container { width: 100% !important; }
  .jft-events .e-container > .e-container { flex-direction: column; }
  .jft-footer .e-container > .e-container { flex-direction: column; }
  .jft-footer .e-container > .e-container > .e-container { width: 100% !important; }
  .jft-cta .e-container > .e-container { flex-direction: column; text-align: center; }
  .jft-cta .e-container > .e-container > .e-container { width: 100% !important; justify-content: center; }
}

@media (max-width: 767px) {
  .jft-supply-card .elementor-icon-box-wrapper,
  .jft-feature-card .elementor-icon-box-wrapper { min-width: 140px; }
  .jft-gallery .elementor-gallery { grid-template-columns: repeat(3, 1fr) !important; }
}

