/*
Theme Name: Tito's Catering Child
Theme URI: https://titoschops.com
Description: Child theme for Tito's Catering website built with Hello Elementor + Elementor Pro
Author: Tito's Catering
Author URI: https://titoschops.com
Template: hello-elementor
Version: 1.0.0
Text Domain: titos-child
Tags: food, catering, elementor
*/

/* =============================================
   TITO'S CATERING — GLOBAL STYLES
   Color Palette (from logo):
   Green Dark:  #1a7a1a
   Green:       #2db52d
   Green Light: #4fd44f
   Yellow:      #FFE800
   Red:         #d42b2b
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Nunito:wght@400;600;700;800;900&display=swap');

:root {
  --titos-green-dark:  #1a7a1a;
  --titos-green:       #2db52d;
  --titos-green-light: #4fd44f;
  --titos-yellow:      #FFE800;
  --titos-yellow-dark: #e6d000;
  --titos-red:         #d42b2b;
  --titos-red-dark:    #a81f1f;
  --titos-cream:       #fffde7;
  --titos-white:       #ffffff;
  --titos-dark:        #1a1a1a;
}

/* ── TYPOGRAPHY ── */
body {
  font-family: 'Nunito', sans-serif !important;
  background-color: var(--titos-cream);
  color: var(--titos-dark);
}

h1, h2, h3, .elementor-heading-title {
  font-family: 'Fredoka One', cursive !important;
}

/* ── BUTTONS ── */
.elementor-button.titos-btn-primary,
.titos-btn-primary {
  background: var(--titos-yellow) !important;
  color: var(--titos-green-dark) !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  font-family: 'Nunito', sans-serif !important;
  padding: 14px 36px !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}
.titos-btn-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3) !important;
}

.titos-btn-secondary {
  background: transparent !important;
  color: var(--titos-white) !important;
  border: 2px solid rgba(255,255,255,0.6) !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  font-family: 'Nunito', sans-serif !important;
  padding: 12px 34px !important;
  transition: all 0.25s ease !important;
}
.titos-btn-secondary:hover {
  background: rgba(255,255,255,0.15) !important;
}

.titos-btn-whatsapp {
  background: #25D366 !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-weight: 800 !important;
  padding: 14px 36px !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}

/* ── SECTION BACKGROUNDS ── */
.titos-bg-green-dark {
  background: linear-gradient(135deg, var(--titos-green-dark) 0%, #145214 100%) !important;
}
.titos-bg-green {
  background: linear-gradient(135deg, var(--titos-green-dark) 0%, var(--titos-green) 50%, var(--titos-green-light) 100%) !important;
}
.titos-bg-red {
  background: linear-gradient(120deg, var(--titos-red-dark), var(--titos-red)) !important;
}
.titos-bg-cream { background: var(--titos-cream) !important; }
.titos-bg-white { background: var(--titos-white) !important; }

/* ── CARDS ── */
.titos-service-card {
  background: var(--titos-cream);
  border-radius: 20px;
  padding: 30px;
  border-bottom: 5px solid var(--titos-green);
  transition: transform 0.25s, box-shadow 0.25s;
}
.titos-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.titos-menu-card {
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  padding: 28px 20px;
  text-align: center;
  transition: background 0.25s, transform 0.25s;
}
.titos-menu-card:hover {
  background: rgba(255,255,255,0.18);
  transform: scale(1.04);
}

.titos-team-card {
  background: var(--titos-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.25s, box-shadow 0.25s;
}
.titos-team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.titos-testimonial-card {
  background: linear-gradient(135deg, var(--titos-green-dark), var(--titos-green));
  border-radius: 20px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.titos-testimonial-card::before {
  content: '"';
  position: absolute;
  top: -10px; left: 15px;
  font-size: 8rem;
  color: rgba(255,255,255,0.07);
  font-family: serif;
  line-height: 1;
}

/* ── ACCENT LINE ── */
.titos-accent-line {
  display: block;
  width: 70px; height: 5px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--titos-red), var(--titos-yellow));
  margin: 8px auto 28px;
}

/* ── HERO FLOATERS ── */
.titos-floater {
  position: absolute;
  font-size: 2.5rem;
  animation: titosFloat 6s ease-in-out infinite;
  opacity: 0.3;
  pointer-events: none;
}
@keyframes titosFloat {
  0%, 100% { transform: translateY(0) rotate(-5deg); }
  50%       { transform: translateY(-20px) rotate(5deg); }
}

/* ── NAVIGATION ── */
.e-n-menu-item-title,
.elementor-nav-menu a {
  font-family: 'Nunito', sans-serif !important;
  font-weight: 700 !important;
}

/* ── SOCIAL LINKS ── */
.titos-social-ig  { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888) !important; }
.titos-social-fb  { background: #1877F2 !important; }
.titos-social-wa  { background: #25D366 !important; }
.titos-social-th  { background: #000 !important; }

/* ── CONTACT FORM ── */
.titos-contact-form .elementor-field-group input,
.titos-contact-form .elementor-field-group textarea,
.titos-contact-form .elementor-field-group select {
  border-radius: 12px !important;
  border: 2px solid #e0e0e0 !important;
  font-family: 'Nunito', sans-serif !important;
  transition: border-color 0.2s !important;
}
.titos-contact-form .elementor-field-group input:focus,
.titos-contact-form .elementor-field-group textarea:focus {
  border-color: var(--titos-green) !important;
  outline: none !important;
}

/* ── PAGE HERO BANNER ── */
.titos-page-hero {
  background: linear-gradient(135deg, var(--titos-green-dark) 0%, var(--titos-green) 100%);
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.titos-page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* ── BADGE ── */
.titos-badge {
  display: inline-block;
  background: var(--titos-red);
  color: var(--titos-white);
  font-family: 'Fredoka One', cursive;
  font-size: 0.95rem;
  letter-spacing: 2px;
  padding: 6px 22px;
  border-radius: 50px;
  text-transform: uppercase;
}

/* ── ICON BOXES ── */
.titos-icon-box {
  background: var(--titos-white);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}
.titos-icon-box:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.13); }
.titos-icon-circle {
  flex-shrink: 0;
  width: 52px; height: 52px;
  background: linear-gradient(135deg, var(--titos-green), var(--titos-green-light));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}

/* ── COUNTER ── */
.titos-stat-number {
  font-family: 'Fredoka One', cursive;
  font-size: 3.5rem;
  color: var(--titos-yellow);
  line-height: 1;
}
.titos-stat-label {
  color: rgba(255,255,255,0.85);
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

/* ── GALLERY ── */
.titos-gallery-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: transform 0.25s, box-shadow 0.25s;
}
.titos-gallery-item:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* ── ANIMATIONS ── */
@keyframes titosSlideUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
.titos-animate { animation: titosSlideUp 0.7s ease both; }

/* ── FOOTER ── */
.titos-footer {
  background: var(--titos-green-dark) !important;
}
.titos-footer,
.titos-footer p,
.titos-footer a,
.titos-footer .elementor-heading-title {
  color: rgba(255,255,255,0.85) !important;
}
.titos-footer a:hover { color: var(--titos-yellow) !important; }
.titos-footer .elementor-heading-title { color: var(--titos-yellow) !important; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .titos-stat-number { font-size: 2.5rem; }
}
