.elementor-widget-call-to-action .elementor-cta__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-call-to-action .elementor-cta__description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-call-to-action .elementor-cta__button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-call-to-action .elementor-ribbon-inner{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-74 .elementor-element.elementor-element-883ade0 .elementor-cta__content{text-align:center;}.elementor-74 .elementor-element.elementor-element-883ade0 .elementor-cta__button{font-family:"Roboto", Sans-serif;font-size:24px;font-weight:500;background-color:var( --e-global-color-primary );border-radius:15px;}.elementor-74 .elementor-element.elementor-element-883ade0 .elementor-cta__button:hover{color:var( --e-global-color-text );}.elementor-74 .elementor-element.elementor-element-883ade0 .elementor-cta .elementor-cta__bg, .elementor-74 .elementor-element.elementor-element-883ade0 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}/* Start custom CSS for section, class: .elementor-element-2b3d8d2 *//* ============================================================
   HAPPY KITTEN RESCUE — ABOUT PAGE CSS
   Paste into: Appearance → Customize → Additional CSS
   All classes prefixed "hka-" — will NOT affect Elementor header/nav
   ============================================================ */

/* ── Base ── */
.hka-wrap {
  font-family: 'Poppins', 'DM Sans', sans-serif;
  color: #333;
  overflow-x: hidden;
}
.hka-wrap * { box-sizing: border-box; }
.hka-wrap h1, .hka-wrap h2, .hka-wrap h3, .hka-wrap h4 {
  font-family: 'Playfair Display', 'Georgia', serif;
  line-height: 1.2;
  margin: 0 0 16px;
}
.hka-wrap p { margin: 0 0 18px; line-height: 1.85; color: #555; }
.hka-wrap p:last-child { margin-bottom: 0; }

/* ── Eyebrow label ── */
.hka-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F4A261;
  margin-bottom: 14px;
}
.hka-eyebrow--dark { color: #F4A261; }

/* ── Section wrapper ── */
.hka-section { padding: 90px 20px; }
.hka-section-inner { max-width: 1100px; margin: 0 auto; }

/* ── Section header ── */
.hka-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 60px;
}
.hka-section-header h2 { font-size: clamp(28px, 4vw, 44px); color: #1A1A2E; }
.hka-section-header p { font-size: 17px; color: #666; }

/* ── Two-column layout ── */
.hka-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* ── Buttons ── */
.hka-btn {
  display: inline-block;
  background: #F4A261;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.25s, transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 6px 24px rgba(244,162,97,0.35);
}
.hka-btn:hover {
  background: #D4703A;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(244,162,97,0.45);
}
.hka-btn--ghost {
  background: transparent !important;
  border: 2px solid rgba(255,255,255,0.6);
  box-shadow: none;
  color: #ffffff !important;
}
.hka-btn--ghost:hover {
  background: rgba(255,255,255,0.15) !important;
  transform: translateY(-3px);
}

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hka-hero {
  position: relative;
  background-image: url('https://images.unsplash.com/photo-1548802673-380ab8ebc7b7?w=1600');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
}
/* ↑ Change background-image URL to your own photo */
/* ↓ Change rgba 4th value (0.0–1.0) to darken/lighten overlay */
.hka-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 20, 40, 0.62);
  z-index: 0;
}
.hka-hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}
.hka-hero-content .hka-eyebrow { color: rgba(255,255,255,0.65); margin-bottom: 18px; }
.hka-hero-content h1 {
  font-size: clamp(36px, 5vw, 66px);
  color: #ffffff;
  margin-bottom: 22px;
  line-height: 1.1;
}
.hka-hero-content h1 em { color: #F4A261; font-style: italic; }
.hka-hero-content p { font-size: 18px; color: rgba(255,255,255,0.82); max-width: 580px; margin: 0 auto; }
.hka-hero-paws {
  position: absolute;
  bottom: 24px;
  right: 36px;
  font-size: 60px;
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
  transform: rotate(-15deg);
}

/* ══════════════════════════════════════════
   STATS BAR
══════════════════════════════════════════ */
.hka-stats-bar {
  background: #1A1A2E;
  padding: 40px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.hka-stat {
  text-align: center;
  padding: 10px 50px;
  flex: 1 1 150px;
}
.hka-stat-num {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 46px;
  font-weight: 700;
  color: #F4A261;
  line-height: 1;
  margin-bottom: 6px;
}
.hka-stat-num span { font-size: 28px; }
.hka-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.hka-stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════
   STORY SECTION
══════════════════════════════════════════ */
.hka-story { background: #FDF6EE; }
.hka-story-img-wrap { position: relative; }
.hka-story-img {
  width: 100%;
  border-radius: 24px;
  display: block;
  object-fit: cover;
  height: 520px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
}
.hka-img-badge {
  position: absolute;
  bottom: -18px;
  left: 30px;
  background: #F4A261;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 30px;
  box-shadow: 0 8px 24px rgba(244,162,97,0.4);
  letter-spacing: 0.5px;
}
.hka-story-text h2 { font-size: clamp(28px, 3.5vw, 42px); color: #1A1A2E; }
.hka-quote {
  margin-top: 32px;
  background: #ffffff;
  border-left: 4px solid #F4A261;
  border-radius: 0 14px 14px 0;
  padding: 22px 26px;
  font-style: italic;
  font-size: 16px;
  color: #444;
  line-height: 1.75;
  position: relative;
  box-shadow: 0 6px 24px rgba(0,0,0,0.07);
}
.hka-quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  color: #F4A261;
  line-height: 0;
  vertical-align: -22px;
  margin-right: 6px;
  opacity: 0.5;
}
.hka-quote cite {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: #F4A261;
  letter-spacing: 1px;
}

/* ══════════════════════════════════════════
   MISSION & VALUES
══════════════════════════════════════════ */
.hka-mission { background: #ffffff; }
.hka-mission-statement {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
  background: #FDF6EE;
  border-radius: 20px;
  padding: 32px 40px;
  font-size: 17px;
  color: #444;
  line-height: 1.85;
  border: 1px solid rgba(244,162,97,0.2);
}
.hka-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.hka-value-card {
  background: #FDF6EE;
  border-radius: 20px;
  padding: 32px 28px;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0,0,0,0.05);
}
.hka-value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}
.hka-value-icon { font-size: 30px; margin-bottom: 14px; }
.hka-value-card h3 { font-size: 18px; color: #1A1A2E; margin-bottom: 10px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.hka-value-card p { font-size: 14px; color: #666; line-height: 1.75; margin: 0; }

/* ══════════════════════════════════════════
   HOW WE WORK
══════════════════════════════════════════ */
.hka-how { background: #1A1A2E; }
.hka-how-inner { align-items: start; }
.hka-how-text h2 { color: #ffffff; font-size: clamp(26px, 3vw, 38px); }
.hka-how-text p { color: rgba(255,255,255,0.72); }
.hka-how-steps { display: flex; flex-direction: column; gap: 18px; }
.hka-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 22px 24px;
  transition: background 0.3s;
}
.hka-step:hover { background: rgba(255,255,255,0.1); }
.hka-step-num {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: #F4A261;
  line-height: 1;
  flex-shrink: 0;
  min-width: 42px;
}
.hka-step-body h4 { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: #ffffff; margin-bottom: 6px; }
.hka-step-body p { font-size: 13px; color: rgba(255,255,255,0.62); line-height: 1.65; margin: 0; }

/* ══════════════════════════════════════════
   TEAM
══════════════════════════════════════════ */
.hka-team-section { background: #FDF6EE; }
.hka-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 50px;
}
.hka-team-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.09);
  transition: transform 0.3s, box-shadow 0.3s;
}
.hka-team-card:hover { transform: translateY(-8px); box-shadow: 0 28px 60px rgba(0,0,0,0.15); }
.hka-team-img-wrap { position: relative; overflow: hidden; height: 280px; }
.hka-team-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 0.4s; }
.hka-team-card:hover .hka-team-img-wrap img { transform: scale(1.06); }
.hka-team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(244,162,97,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s;
}
.hka-team-card:hover .hka-team-overlay { opacity: 1; }
.hka-team-overlay p { font-size: 14px; color: #ffffff; font-style: italic; line-height: 1.7; text-align: center; margin: 0; }
.hka-team-body { padding: 24px 26px; }
.hka-team-body h4 { font-size: 20px; color: #1A1A2E; margin-bottom: 4px; }
.hka-team-role {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #F4A261;
  margin-bottom: 14px;
}
.hka-team-body p { font-size: 14px; color: #666; line-height: 1.75; margin: 0; }

/* Foster CTA box */
.hka-foster-cta {
  background: #1A1A2E;
  border-radius: 24px;
  padding: 48px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.hka-foster-cta-text h3 { font-size: 26px; color: #ffffff; margin-bottom: 10px; }
.hka-foster-cta-text p { font-size: 15px; color: rgba(255,255,255,0.68); max-width: 480px; margin: 0; }

/* ══════════════════════════════════════════
   TRANSPARENCY
══════════════════════════════════════════ */
.hka-transparency { background: #ffffff; }
.hka-trans-text h2 { font-size: clamp(26px, 3vw, 38px); color: #1A1A2E; }
.hka-trans-boxes { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hka-trans-box {
  background: #FDF6EE;
  border-radius: 18px;
  padding: 28px 26px;
  border: 1px solid rgba(244,162,97,0.15);
  transition: box-shadow 0.3s, transform 0.3s;
}
.hka-trans-box:hover { box-shadow: 0 12px 36px rgba(0,0,0,0.09); transform: translateY(-4px); }
.hka-trans-icon { font-size: 28px; margin-bottom: 12px; }
.hka-trans-box h4 { font-size: 16px; color: #1A1A2E; margin-bottom: 8px; font-family: 'Poppins', sans-serif; font-weight: 600; }
.hka-trans-box p { font-size: 14px; color: #666; line-height: 1.75; margin: 0; }
.hka-trans-box strong { color: #F4A261; }

/* ══════════════════════════════════════════
   FINAL CTA SECTION
══════════════════════════════════════════ */
.hka-cta-section {
  position: relative;
  background-image: url('https://images.unsplash.com/photo-1606214174585-fe31582dc6ee?w=1600');
  /* ↑ Change to your own photo */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 110px 20px;
  text-align: center;
  overflow: hidden;
}
/* ↓ Change rgba 4th value to adjust darkness of overlay */
.hka-cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 40, 0.70);
  z-index: 0;
}
.hka-cta-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}
.hka-cta-content .hka-eyebrow { color: rgba(255,255,255,0.6); }
.hka-cta-content h2 { font-size: clamp(30px, 5vw, 54px); color: #ffffff; margin-bottom: 18px; }
.hka-cta-content h2 em { color: #F4A261; font-style: italic; }
.hka-cta-content p { font-size: 17px; color: rgba(255,255,255,0.78); margin-bottom: 38px; }
.hka-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 960px) {
  .hka-two-col { grid-template-columns: 1fr; gap: 40px; }
  .hka-values-grid { grid-template-columns: 1fr 1fr; }
  .hka-team-grid { grid-template-columns: 1fr 1fr; }
  .hka-trans-boxes { grid-template-columns: 1fr; }
  .hka-stats-bar { padding: 30px 20px; }
  .hka-stat { padding: 10px 20px; }
  .hka-stat-divider { display: none; }
  .hka-how-inner { grid-template-columns: 1fr; }
  .hka-foster-cta { text-align: center; justify-content: center; }
}
@media (max-width: 600px) {
  .hka-values-grid { grid-template-columns: 1fr; }
  .hka-team-grid { grid-template-columns: 1fr; }
  .hka-section { padding: 60px 16px; }
  .hka-hero { background-attachment: scroll; }
  .hka-cta-section { background-attachment: scroll; }
}/* End custom CSS */