/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* ─ Keyframes ─ */
@keyframes fadeUp    { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn    { from { opacity:0; } to { opacity:1; } }
@keyframes marquee   { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@keyframes pulsering { 0% { transform:scale(1); opacity:0.8; }
                       70%{ transform:scale(2.2); opacity:0; }
                      100%{ transform:scale(1);   opacity:0; } }
@keyframes popIn     { 0%  { transform:scale(0.6); opacity:0; }
                       60% { transform:scale(1.15); }
                      100% { transform:scale(1);  opacity:1; } }
@keyframes shimmer   { 0%,100% { background-position: 0% 50%; }
                       50%     { background-position:100% 50%; } }
@keyframes modalIn   { from { opacity:0; transform:scale(0.95) translateY(12px); }
                       to   { opacity:1; transform:scale(1)    translateY(0);    } }
                       @keyframes shimmer {
  0%,100% { background-position: 0%   50%; }
  50%      { background-position: 100% 50%; }
}
/* Target the inner CTA section specifically */
@keyframes ctaZoomIn {
  from { background-size: 104%; }
  to   { background-size: 100%; }
}
.tg-cta-card .elementor-background-overlay,
.tg-cta-card > .elementor-container {
  /* Handled by pseudo-elements above */
}

/* Ken Burns on the background image */
.tg-cta-card {
  animation: ctaZoomIn 8s ease forwards;
}
.tg-cta-card .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}
/* ─ Scroll-reveal (JS adds .is-visible) ─ */
.reveal            { opacity:0; transform:translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity:1; transform:translateY(0); }
.reveal-delay-1    { transition-delay: .10s; }
.reveal-delay-2    { transition-delay: .20s; }
.reveal-delay-3    { transition-delay: .30s; }
.reveal-delay-4    { transition-delay: .40s; }

/* ─ Image zoom on hover ─ */
.img-zoom-wrap          { overflow:hidden; border-radius:16px; }
.img-zoom-wrap img      { transition: transform .5s ease; width:100%; height:100%; object-fit:cover; }
.img-zoom-wrap:hover img{ transform: scale(1.06); }

/* ─ Card lift hover ─ */
.card-lift            { transition: transform .25s ease, box-shadow .25s ease !important; }
.card-lift:hover      { transform: translateY(-6px) !important;
                        box-shadow: 0 16px 32px -6px rgba(0,0,0,.12) !important; }

/* ─ Button press ─ */
.btn-press:active { transform: scale(0.96) !important; }

/* ─ Pulse dot ─ */
.pulse-dot         { position:relative; display:inline-block; width:8px; height:8px;
                     border-radius:50%; background:#1F7A3E; }
.pulse-dot::after  { content:''; position:absolute; inset:0; border-radius:50%;
                     background:#1F7A3E; animation: pulsering 2s ease-out infinite; }

/* ─ Shimmer CTA ─ */
.shimmer-bg { background-size:200% 200%; animation: shimmer 4s ease infinite; }

/* ─ Sticky header blur ─ */
.sticky-header-blur {
  background: rgba(255,255,255,0.92) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.trust-strip-outer          { overflow:hidden; padding:14px 0; }
.trust-strip-inner          { display:flex; width:max-content; animation: marquee 28s linear infinite; }
.trust-strip-inner span     { font-size:13px; color:#64748B; font-family:'Inter',sans-serif;
                               font-weight:500; padding:0 32px; white-space:nowrap; }
                               /* Child theme */
.tg-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(31, 122, 62, 0.08);   /* ← this is the green tint */
  color: #1F7A3E;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.tg-pulse-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1F7A3E;
  flex-shrink: 0;
}

.tg-pulse-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #1F7A3E;
  animation: pulsering 2s ease-out infinite;
}.tg-step-badge {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: rgba(31, 122, 62, 0.15);
  border: 1px solid rgba(31, 122, 62, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 700;
  font-size: 18px;
  color: #1F7A3E;
  margin-bottom: 16px;
}.btn-green-glow {
  box-shadow: 0 4px 18px rgba(31, 122, 62, 0.4) !important;
  transition: transform 0.1s ease, box-shadow 0.2s ease !important;
}
.btn-green-glow:hover {
  box-shadow: 0 6px 26px rgba(31, 122, 62, 0.55) !important;
}
.btn-green-glow:active {
  transform: scale(0.96) !important;
}
.reveal-delay-4 { transition-delay: 0.40s; }
@media (max-width: 480px) {
  .tg-cta-card .elementor-button {
    width: 100% !important;
    justify-content: center !important;
  }
}
/* Fires immediately on page load — no scroll trigger needed */
.hero-overline {
  animation: fadeUp 0.6s ease 0s both;
}

.hero-heading {
  animation: fadeUp 0.6s ease 0.1s both;
}

.hero-subtext {
  animation: fadeUp 0.6s ease 0.2s both;
}

/* Make sure fadeUp keyframe exists */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0);    }
}.tg-about-badge {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: 400;
  font-size: 11px;
  color: #1F7A3E;
  background: rgba(31, 122, 62, 0.15);
  padding: 8px 18px;
  border-radius: 999px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}.btn-amber-glow {
  box-shadow: 0 4px 18px rgba(217, 119, 6, 0.4) !important;
  transition: transform 0.1s ease, box-shadow 0.2s ease !important;
}

.btn-amber-glow:hover {
  box-shadow: 0 6px 26px rgba(217, 119, 6, 0.55) !important;
}

.btn-amber-glow:active {
  transform: scale(0.96) !important;
}
.tg-footer-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25D366;
  color: #ffffff !important;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: transform 0.1s ease, opacity 0.2s ease;
}

.tg-footer-wa:hover {
  opacity: 0.9;
  color: #ffffff;
  text-decoration: none;
}
.tg-hours-list {
  display: flex;
  flex-direction: column;
}

.tg-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  font-size: 13px;
  font-family: 'Inter', sans-serif;
}

.tg-hours-day {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.tg-hours-time {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  white-space: nowrap;
}

.tg-hours-note {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 16px;
  margin-bottom: 0;
}
.tg-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.25);
}