/* =============================================
   24/7 Local Care - Enhanced Styles
   Golden curves, animations, modern UI
   ============================================= */



/* ---- Gold accent strip below navbar ---- */
.gold-top-border {
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold-btn), var(--gold-light), var(--gold-btn), transparent);
}

/* ---- Enhanced Navbar ---- */
.main-navbar .nav-link {
  position: relative;
}
.main-navbar .nav-link::after {
  content: '';
  position: absolute; bottom: 2px; left: 50%; right: 50%;
  height: 2px; background: var(--gold);
  transition: left 0.3s, right 0.3s; border-radius: 2px;
}
.main-navbar .nav-link:hover::after,
.main-navbar .nav-link.active::after { left: 16px; right: 16px; }
.navbar-phone {
  background: transparent !important;
  border: 1px solid var(--gold-btn) !important;
  border-radius: 50px !important;
  box-shadow: none !important;
  color: #fff !important;
}
.navbar-phone i {
  color: var(--gold-btn);
}
.navbar-phone:hover {
  background: rgba(200, 154, 46, 0.1) !important;
  transform: none !important;
  box-shadow: none !important;
}
.btn-gold {
  border-radius: 50px;
  background: linear-gradient(135deg, var(--gold-btn), var(--gold-light));
  box-shadow: 0 4px 18px rgba(200,146,42,0.35);
  position: relative; overflow: hidden;
}
.btn-gold::after {
  content: '';
  position: absolute; top: 0; left: -100%; width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transition: left 0.5s;
}
.btn-gold:hover::after { left: 100%; }
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(200,146,42,0.5); color: #fff; }
.btn-outline-white { border-radius: 50px; backdrop-filter: blur(4px); }

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, #233b7e 100%);
  border-top: 2px solid var(--gold-btn);
}
.carousel-indicators [data-bs-target] {
  width: 12px; height: 12px; border-radius: 50%;
  background-color: transparent; border: 2px solid var(--gold);
  opacity: 0.6; margin: 0 6px; transition: all 0.3s;
}
.carousel-indicators .active {
  background-color: var(--gold); opacity: 1; transform: scale(1.2);
}
.hero-particles {
  position: absolute; inset: 0;
  overflow: hidden; pointer-events: none;
}
.hero-particles span {
  position: absolute; width: 3px; height: 3px;
  background: rgba(200,154,46,0.45); border-radius: 50%;
  animation: floatUp linear infinite;
}
@keyframes floatUp {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { transform: translateY(-80vh) translateX(20px) scale(0.5); opacity: 0; }
}
.hero-image-wrap {
  position: absolute; right: 0; top: 0; bottom: 0; width: 52%; overflow: hidden;
}
.hero-image-wrap img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
  opacity: 0.45; filter: saturate(0.8);
}
.hero-wave {
  position: absolute; bottom: -2px; left: 0; right: 0; height: 90px; overflow: hidden; z-index: 3;
}
.hero-wave svg { display: block; width: 100%; height: 100%; }
.hero-content {
  position: relative; z-index: 4; padding: 70px 0 120px;
  animation: heroFadeUp 0.9s cubic-bezier(.22,1,.36,1) both;
}
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.18; }
.hero h1 span { color: var(--gold); }
.hero p { color: rgba(255,255,255,0.85); font-size: 1.1rem; margin: 22px 0 34px; max-width: 480px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.hero-badge {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(200,154,46,0.3);
  border-radius: 8px; padding: 7px 16px;
  font-size: 0.82rem; color: rgba(255,255,255,0.88);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; gap: 6px;
}

/* ---- Features Strip (parchment) ---- */
.features-strip {
  background: linear-gradient(160deg, #f0ede8 0%, #e8e4d8 50%, #f0ede8 100%);
  padding: 70px 0 80px; position: relative;
}
.features-strip::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='%23c8922a' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
}
.feature-card-new {
  background: #ffffff;
  border: none;
  border-radius: 16px; 
  padding: 36px 26px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; position: relative; overflow: hidden;
}
.feature-card-new:hover { 
  transform: translateY(-6px); 
  box-shadow: 0 12px 36px rgba(0,0,0,0.1); 
}
.icon-wrap-new {
  width: 70px; height: 70px;
  background: linear-gradient(135deg, var(--gold-btn), var(--gold-light));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; font-size: 2rem; color: #fff;
  transition: transform 0.3s;
}
.feature-card-new:hover .icon-wrap-new { transform: scale(1.08); }
.feature-card-new h4 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; color: var(--navy-dark); font-family: 'Lora', serif; }
.feature-card-new p { font-size: 0.95rem; color: var(--text-dark); margin: 0; line-height: 1.6; }
.check-strip { display: flex; flex-wrap: wrap; gap: 12px 36px; justify-content: center; }
.check-strip-item {
  display: flex; align-items: center; gap: 8px;
  color: var(--navy); font-weight: 600; font-size: 0.95rem;
}
.check-strip-item i { color: var(--gold-btn); font-size: 1.1rem; }

/* ---- Modern Personal & Practical Care Section ---- */
.modern-svc-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(200, 154, 46, 0.15);
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  transition: transform 0.4s ease, border-color 0.4s ease;
  position: relative;
  overflow: hidden;
}
.modern-svc-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold-btn), var(--gold-light));
  transform: scaleX(0); transition: transform 0.4s ease; transform-origin: left;
}
.modern-svc-card:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 154, 46, 0.4);
}
.modern-svc-card:hover::before { transform: scaleX(1); }

.modern-svc-icon {
  font-size: 3rem;
  color: var(--gold);
  margin-bottom: 24px;
}

.modern-svc-title {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  font-family: 'Playfair Display', serif;
}

.modern-svc-list {
  list-style: none; padding: 0; margin: 0;
}
.modern-svc-list li {
  display: flex; align-items: center; gap: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  margin-bottom: 16px;
}
.modern-svc-list li i {
  font-size: 1.2rem;
  color: var(--gold);
}
.modern-svc-list li:last-child { margin-bottom: 0; }

.modern-svc-divider {
  width: 2px;
  height: 80%;
  background: linear-gradient(to bottom, transparent, rgba(200, 154, 46, 0.3), transparent);
}

/* ---- Services Section ---- */
.services-section { background: #fff; padding: 80px 0; }
.service-card-new {
  background: #fff; border-radius: 16px; padding: 30px 22px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(26,42,94,0.08);
  transition: all 0.35s cubic-bezier(.34,1.56,.64,1);
  border: 1px solid var(--light-gray);
  height: 100%; position: relative; overflow: hidden;
}
.service-card-new::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--gold-btn), var(--gold-light));
  transform: scaleX(0); transform-origin: center; transition: transform 0.3s;
}
.service-card-new:hover { transform: translateY(-8px); box-shadow: 0 16px 40px rgba(26,42,94,0.15); border-color: rgba(200,154,46,0.3); }
.service-card-new:hover::after { transform: scaleX(1); }
.svc-icon-new {
  width: 64px; height: 64px; background: var(--navy); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px; font-size: 1.5rem; color: var(--gold);
  transition: background 0.3s, transform 0.3s;
}
.service-card-new:hover .svc-icon-new {
  background: linear-gradient(135deg, var(--gold-btn), var(--gold-light));
  color: #fff; transform: scale(1.12);
}
.service-card-new h5 { font-size: 1rem; margin-bottom: 10px; color: var(--navy); }
.service-card-new p { font-size: 0.88rem; color: var(--text-muted); margin: 0; }

/* ---- TRUST SECTION ---- */
.trust-section-new {
  position: relative;
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, #1e3a7e 100%);
  padding: 90px 0 100px; overflow: hidden;
}
.trust-rings::before, .trust-rings::after {
  content: ''; position: absolute; border-radius: 50%;
  border: 1px solid rgba(200,154,46,0.1);
}
.trust-rings::before { width: 500px; height: 500px; right: -120px; top: -120px; }
.trust-rings::after { width: 350px; height: 350px; right: -60px; top: -60px; }

.trust-shield-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 88px; height: 88px;
  background: linear-gradient(135deg, var(--gold-btn), var(--gold-light));
  border-radius: 50%; font-size: 2.4rem; color: #fff;
  box-shadow: 0 8px 30px rgba(200,146,42,0.4);
  margin-bottom: 24px;
  animation: shieldPulse 3s ease-in-out infinite;
}
@keyframes shieldPulse {
  0%, 100% { box-shadow: 0 8px 30px rgba(200,146,42,0.4); }
  50% { box-shadow: 0 8px 50px rgba(200,146,42,0.7), 0 0 0 12px rgba(200,154,46,0.08); }
}

.check-item-new {
  display: flex; align-items: center; gap: 14px;
  color: rgba(255,255,255,0.92); margin-bottom: 16px; font-size: 1rem;
  opacity: 0; transform: translateX(-24px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.check-item-new.visible { opacity: 1; transform: translateX(0); }
.check-item-new i { color: var(--gold); font-size: 1.2rem; flex-shrink: 0; }

.stat-card-new {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(200,154,46,0.22);
  border-radius: 16px; padding: 30px 20px; text-align: center;
  transition: all 0.35s cubic-bezier(.34,1.56,.64,1);
  position: relative; overflow: hidden;
}
.stat-card-new:hover {
  transform: translateY(-8px) scale(1.04);
  border-color: var(--gold-btn);
  background: linear-gradient(135deg, var(--gold-btn), var(--gold-light));
  box-shadow: 0 15px 35px rgba(200, 154, 46, 0.4);
}
.stat-card-new:hover .stat-num-new {
  color: #000;
}
.stat-card-new:hover .stat-label-new {
  color: rgba(0,0,0,0.85);
}
.stat-num-new {
  font-size: 2.4rem; font-weight: 800;
  color: var(--gold); font-family: 'Playfair Display', serif;
  line-height: 1; margin-bottom: 8px;
  transition: color 0.3s;
}
.stat-label-new { color: rgba(255,255,255,0.72); font-size: 0.88rem; margin: 0; transition: color 0.3s; }

.cqc-badge-new {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(200,154,46,0.2);
  border-radius: 10px; padding: 12px 18px;
  display: inline-flex; align-items: center; gap: 12px;
}
.good-badge {
  background: #2ecc71; color: #fff;
  padding: 4px 10px; border-radius: 5px;
  font-weight: 700; font-size: 0.88rem;
}
.committed-quality-badge {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(200,154,46,0.3);
  border-radius: 14px; padding: 16px 24px;
  margin-top: 24px;
}
.committed-icon {
  width: 50px; height: 50px;
  background: var(--gold-btn); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #fff;
}
.trust-cta-bar {
  display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(135deg, var(--gold-btn), var(--gold-light));
  border-radius: 20px; padding: 30px 40px; margin-top: 60px;
  box-shadow: 0 15px 40px rgba(200, 154, 46, 0.4);
}
.cta-title-wrap {
  display: flex; align-items: center; gap: 10px; margin-bottom: 6px;
}
.cta-icon-dark {
  color: var(--navy-dark); font-size: 1.25rem;
}
.cta-title-dark {
  color: var(--navy-dark); font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 800;
}
.cta-desc-dark {
  color: rgba(0,0,0,0.85); margin: 0; font-size: 0.95rem; font-weight: 500;
}
.cta-contact-block {
  text-align: right;
}
.cta-phone-dark {
  color: var(--navy-dark); font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 800; display: block;
  text-decoration: none; transition: color 0.3s;
}
.cta-phone-dark:hover { color: #000; }
.cta-email-dark {
  color: rgba(0,0,0,0.85); font-size: 0.95rem; font-weight: 600; text-decoration: none; transition: color 0.3s;
}
.cta-email-dark:hover { color: #000; }
.btn-navy-outline {
  background: transparent;
  color: var(--navy-dark);
  border: 2px solid var(--navy-dark);
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-navy-outline:hover {
  background: var(--navy-dark);
  color: #fff;
}
}

/* ---- Reviews Slider ---- */
.reviews-section-new { background: var(--off-white); padding: 80px 0; }
.reviews-slider-wrap { overflow: hidden; }
.reviews-track {
  display: flex; gap: 24px;
  transition: transform 0.6s cubic-bezier(.77,0,.18,1);
}
.review-slide {
  flex: 0 0 calc(33.333% - 16px);
  min-width: calc(33.333% - 16px);
}
.review-card-new {
  background: #fff; border-radius: 16px; padding: 30px 26px;
  box-shadow: 0 4px 22px rgba(26,42,94,0.09);
  border-top: 3px solid var(--gold); height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}
.review-card-new:hover { transform: translateY(-6px); box-shadow: 0 14px 38px rgba(26,42,94,0.14); }
.review-stars-new { color: var(--gold); font-size: 1.1rem; margin-bottom: 14px; letter-spacing: 2px; }
.review-card-new p { font-style: italic; font-size: 0.95rem; margin-bottom: 18px; color: var(--text-muted); }
.review-author-new { font-weight: 700; color: var(--navy); font-size: 0.92rem; }
.review-avatar {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--navy), var(--navy-mid));
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 1.1rem; flex-shrink: 0;
}
.review-card-new small { color: var(--text-muted); }

.slider-controls-new {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-top: 36px;
}
.slider-btn-new {
  width: 48px; height: 48px; border-radius: 50%;
  border: 2px solid var(--gold); background: transparent;
  color: var(--gold); font-size: 1rem;
  transition: all 0.3s;
  display: flex; align-items: center; justify-content: center;
}
.slider-btn-new:hover { background: var(--gold); color: #fff; transform: scale(1.1); }
.slider-dots-new { display: flex; gap: 8px; }
.slider-dot-new {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--light-gray); transition: all 0.3s;
}
.slider-dot-new.active { background: var(--gold); width: 24px; border-radius: 4px; }

/* ---- CTA Bar ---- */
.cta-bar-new {
  background: linear-gradient(90deg, var(--gold-btn) 0%, var(--gold-light) 50%, var(--gold-btn) 100%);
  background-size: 200%;
  padding: 60px 0; text-align: center;
  animation: shiftGold 5s ease infinite;
}
@keyframes shiftGold {
  0%, 100% { background-position: 0%; }
  50% { background-position: 100%; }
}
.cta-bar-new h2 { color: #fff; font-size: 1.9rem; margin-bottom: 10px; }
.cta-bar-new p { color: rgba(255,255,255,0.9); margin-bottom: 30px; }
.btn-navy-new {
  background: var(--navy); color: #fff;
  padding: 14px 36px; border-radius: 50px;
  font-family: 'Lora', serif; font-weight: 600; font-size: 1rem;
  border: none; transition: all 0.3s; display: inline-block;
  box-shadow: 0 4px 18px rgba(15,26,61,0.3);
}
.btn-navy-new:hover { background: var(--navy-dark); color: #fff; transform: translateY(-3px); box-shadow: 0 8px 28px rgba(15,26,61,0.4); }

/* ---- Scroll Animations ---- */
.fade-up {
  opacity: 0; transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .hero-image-wrap { width: 100%; opacity: 0.2; }
  .review-slide { flex: 0 0 calc(50% - 12px); min-width: calc(50% - 12px); }
  .trust-cta-bar { flex-direction: column; text-align: center; }
}
@media (max-width: 575px) {
  .review-slide { flex: 0 0 100%; min-width: 100%; }
  .hero-content { padding: 60px 0 100px; }
}
