/*
Theme Name: FTLJJ Child
Template: hello-elementor
*/

/* =============================================
   FTLJJ PRIMARY NAVIGATION
   ============================================= */

.ftljj-primary-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Only the top-level UL is a flex row — NOT the dropdown */
.ftljj-primary-nav > ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.ftljj-primary-nav > ul > li {
  position: relative;
  margin: 0;
  padding: 0;
}

.ftljj-primary-nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1F2937;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.ftljj-primary-nav > ul > li > a:hover {
  color: #1E5BB8;
}

.ftljj-primary-nav .dropdown-caret {
  font-size: 10px;
  opacity: 0.7;
}

/* Dropdown: hidden by default — !important to override ul flex rule */
.ftljj-primary-nav .dropdown {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFFFFF;
  min-width: 200px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  border-top: 3px solid #1E5BB8;
  border-radius: 0 0 4px 4px;
  padding: 8px 0;
  flex-direction: column;
  gap: 0;
  z-index: 9999;
  list-style: none !important;
  margin: 0 !important;
}

/* Show on hover */
.ftljj-primary-nav > ul > li:hover > .dropdown {
  display: flex !important;
}

.ftljj-primary-nav .dropdown li a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #1F2937;
  width: 100%;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, background 0.2s ease;
}

.ftljj-primary-nav .dropdown li a:hover {
  background: #F5F5F5;
  color: #1E5BB8;
}

/* Header CTA Button */
.elementor-element-b712dee .elementor-button {
  background-color: #F4C500 !important;
  color: #0A0F1C !important;
  font-family: 'Oswald', sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  border: none !important;
  transition: background-color 0.2s ease;
}

.elementor-element-b712dee .elementor-button:hover {
  background-color: #e6b800 !important;
}

/* Mobile nav hidden */
@media (max-width: 768px) {
  .ftljj-primary-nav {
    display: none !important;
  }
}

/* ===== FTLJJ INFO BAR ===== */
.ftljj-info-bar {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
}
.ftljj-info-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.ftljj-info-icon { font-size: 11px; opacity: 0.9; }
.ftljj-info-bar a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}
.ftljj-info-bar a:hover { color: #F4C500; }
.ftljj-info-divider {
  color: rgba(255,255,255,0.3);
  font-size: 14px;
}
@media (max-width: 768px) {
  .ftljj-info-bar { flex-direction: column; gap: 4px; text-align: center; }
  .ftljj-info-divider { display: none; }
}

/* ===== FTLJJ FOOTER ===== */

.ftljj-footer-col {
  flex: 1;
  min-width: 180px;
}

.ftljj-footer-brand .ftljj-footer-logo {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.ftljj-footer-tagline {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #F4C500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 16px;
}

.ftljj-footer-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin: 0;
  max-width: 260px;
}

.ftljj-footer-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 16px;
}

.ftljj-footer-links {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ftljj-footer-links li {
  margin-bottom: 8px;
}

.ftljj-footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ftljj-footer-links a:hover { color: #F4C500; }

.ftljj-footer-hours {
  list-style: none !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
}

.ftljj-footer-hours li {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 6px;
  gap: 12px;
}

.ftljj-footer-address, .ftljj-footer-phone {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 4px 0;
}

.ftljj-footer-phone a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
}

.ftljj-footer-phone a:hover { color: #F4C500; }

.ftljj-footer-newsletter-desc {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin: 0 0 12px;
}

.ftljj-newsletter-form { margin-bottom: 20px; }

.ftljj-ghl-placeholder {
  display: flex;
  gap: 0;
  max-width: 280px;
}

.ftljj-email-input {
  flex: 1;
  padding: 10px 14px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.2);
  border-right: none;
  background: rgba(255,255,255,0.08);
  color: #FFFFFF;
  border-radius: 4px 0 0 4px;
  outline: none;
}

.ftljj-email-input::placeholder { color: rgba(255,255,255,0.4); }

.ftljj-btn-subscribe {
  padding: 10px 16px;
  background: #F4C500;
  color: #0A0F1C;
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.ftljj-btn-subscribe:hover { background: #e6b800; }

.ftljj-social-links {
  display: flex !important;
  gap: 10px;
  margin-top: 4px;
}

.ftljj-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.1);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.ftljj-social-link:hover { background: #1E5BB8; }

.ftljj-copyright {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  gap: 12px;
}

.ftljj-footer-legal {
  display: flex;
  gap: 20px;
}

.ftljj-footer-legal a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 12px;
}

.ftljj-footer-legal a:hover { color: rgba(255,255,255,0.8); }

@media (max-width: 768px) {
  .ftljj-footer-col { min-width: 100%; }
  .ftljj-copyright { flex-direction: column; text-align: center; }
}
/* Hide page title on Elementor full-width pages */
.elementor-page .page-header { display: none !important; }


/* =====================================================
   YOUTH MARTIAL ARTS - IMAGE FIXES
   ===================================================== */

/* Force image widgets to fill their column containers */
.elementor-widget-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Beginner Friendly section - right column image fills height */
.elementor-section .elementor-column .elementor-widget-image {
  height: 100%;
}
.elementor-section .elementor-column .elementor-widget-image .elementor-widget-container {
  height: 100%;
}
.elementor-section .elementor-column .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
