/* ===== Animali Preziosi - Custom Luxury Overrides ===== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
  --ap-gold: #c9a96e;
  --ap-gold-light: #d4b97a;
  --ap-gold-dark: #b08d4f;
  --ap-cream: #faf6f0;
  --ap-cream-dark: #f0e8d8;
  --ap-dark: #1a1a1a;
  --ap-dark-medium: #2c2c2c;
  --ap-text: #4a4a4a;
  --ap-text-light: #8a8a8a;
}

/* Typography */
h1, h2, h3, h4, .hero-text h1, .heading h2, .welcome-to h2,
.widget-title h3, .dog-walker-text h2 {
  font-family: 'Playfair Display', Georgia, serif !important;
}

body, p, a, span, li, input, button, .button {
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif !important;
}

/* Hero Section luxury override */
.hero-section {
  background-color: var(--ap-dark) !important;
  background-image: none !important;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 80%;
  height: 150%;
  background: radial-gradient(ellipse, rgba(201, 169, 110, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-text h1 {
  color: #fff !important;
  font-size: 3.2rem !important;
  line-height: 1.15 !important;
}

.hero-text h3 {
  color: rgba(255, 255, 255, 0.7) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
}

/* ===== STICKY NAVBAR ===== */
header {
  position: relative;
  z-index: 999;
}

header .top-bar {
  transition: all 0.3s ease;
}

header .bottom-bar {
  transition: all 0.4s ease;
}

header.sticky .top-bar {
  display: none !important;
}

header.sticky .bottom-bar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(26, 26, 26, 0.97) !important;
  padding: 12px 24px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Header wrapper — dark bg everywhere */
header {
  background-color: var(--ap-dark-medium) !important;
}

header > .container {
  background-color: var(--ap-dark-medium) !important;
}

header .line {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Top bar luxury */
.top-bar {
  background-color: var(--ap-dark) !important;
  border-bottom: 1px solid rgba(201, 169, 110, 0.15) !important;
}

.top-bar .phone a,
.top-bar .ordering a,
.top-bar .login a {
  color: rgba(255, 255, 255, 0.75) !important;
}

.top-bar .phone i svg path,
.top-bar .phone i svg g path {
  fill: var(--ap-gold) !important;
}

.top-bar .line {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Navbar luxury */
.bottom-bar {
  background-color: var(--ap-dark-medium) !important;
  border-bottom: 1px solid rgba(201, 169, 110, 0.1) !important;
}

.navbar-links > li > a {
  color: rgba(255, 255, 255, 0.85) !important;
}

.navbar-links > li > a:hover,
.navbar-links li.navbar-dropdown .dropdown a:hover {
  color: var(--ap-gold) !important;
}

/* Button luxury */
.button {
  background-color: var(--ap-gold) !important;
  border-color: var(--ap-gold) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 0.85rem !important;
  border-radius: 0 !important;
}

.button:hover {
  color: var(--ap-gold) !important;
}

.button::before {
  border-color: var(--ap-gold) !important;
}

/* Sections */
.gap {
  padding: 80px 0 !important;
}

/* Heading */
.heading h6 {
  color: var(--ap-gold) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  font-size: 0.8rem !important;
}

.heading h2 {
  font-family: 'Playfair Display', serif !important;
  color: var(--ap-dark) !important;
}

/* We-provide cards */
.we-provide {
  text-align: center;
}

.we-provide-img svg path {
  fill: var(--ap-gold) !important;
}

.we-provide h5 {
  font-family: 'Playfair Display', serif !important;
}

/* Welcome / About section */
.welcome-to h2 {
  font-family: 'Playfair Display', serif !important;
  color: var(--ap-dark) !important;
}

.pet-grooming svg path {
  fill: var(--ap-gold) !important;
}

.pet-grooming h4 {
  font-family: 'Playfair Display', serif !important;
}

/* Count / Stats */
.count-text span {
  color: var(--ap-gold) !important;
}

/* Client / Testimonials section — full rework, card-based at all sizes */
.section-client {
  position: relative;
}

.section-client::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.85);
  pointer-events: none;
  z-index: 0;
}

.section-client > .container {
  position: relative;
  z-index: 1;
}

.section-client .heading h2 {
  color: #fff !important;
}

/* Hide the white speech-bubble image at ALL sizes */
.section-client .client-slider.owl-carousel .owl-item img {
  display: none !important;
}

/* Hide the yellow quote circle at ALL sizes */
.section-client i.quote {
  display: none !important;
}

/* Card-based layout for .client */
.section-client .client {
  background-color: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(201, 169, 110, 0.2);
  border-radius: 4px;
  padding: 40px 35px !important;
  position: relative;
}

/* Make text flow normally, not absolute */
.section-client .client-text {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100% !important;
  text-align: center;
  color: #fff !important;
}

.section-client .client-text p {
  color: rgba(255, 255, 255, 0.85) !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  padding-bottom: 18px !important;
  font-style: italic;
}

.section-client .client-text h4 {
  font-family: 'Playfair Display', serif !important;
  color: #fff !important;
  font-size: 22px !important;
  margin-bottom: 4px;
}

.section-client .client-text span {
  color: var(--ap-gold) !important;
  font-size: 14px !important;
}

.section-client .client-text ul.star {
  justify-content: center;
  margin-bottom: 14px !important;
}

.star i {
  color: var(--ap-gold) !important;
}

/* Owl nav arrows */
.section-client .client-slider .owl-nav {
  position: relative !important;
  width: 100% !important;
  top: auto !important;
  right: auto !important;
  text-align: center;
  margin-top: 20px;
}

.section-client .client-slider .owl-nav i {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.section-client .client-slider .owl-nav i:hover {
  border-color: var(--ap-gold) !important;
  color: var(--ap-gold) !important;
}

/* Rated bar */
.rated h4 {
  color: #fff !important;
}

/* ---- Responsive fine-tuning ---- */

/* Large desktop */
@media (min-width: 1201px) {
  .section-client .client {
    padding: 50px 45px !important;
  }

  .section-client .client-text p {
    font-size: 20px !important;
  }
}

/* Tablet landscape */
@media (max-width: 1200px) {
  .section-client .client {
    padding: 35px 30px !important;
  }

  .section-client .client-text p {
    font-size: 17px !important;
  }

  .section-client .client-text h4 {
    font-size: 20px !important;
  }
}

/* Tablet portrait */
@media (max-width: 993px) {
  .section-client {
    padding: 60px 0 !important;
  }

  .section-client .client {
    padding: 30px 25px !important;
  }

  .section-client .client-text p {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .section-client .client-text h4 {
    font-size: 18px !important;
  }
}

/* Small tablet / large phone */
@media (max-width: 768px) {
  .section-client {
    padding: 50px 0 !important;
  }

  .section-client .client {
    padding: 28px 20px !important;
    margin-bottom: 10px;
  }

  .section-client .client-text p {
    font-size: 15px !important;
    padding-bottom: 14px !important;
  }

  .section-client .client-text h4 {
    font-size: 18px !important;
  }

  .rated {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .rated h4 {
    font-size: 14px !important;
    padding-top: 5px;
  }
}

/* Phone */
@media (max-width: 576px) {
  .section-client .client {
    padding: 24px 16px !important;
  }

  .section-client .client-text p {
    font-size: 14px !important;
    line-height: 1.65 !important;
    padding-bottom: 12px !important;
  }

  .section-client .client-text h4 {
    font-size: 17px !important;
  }

  .section-client .client-text span {
    font-size: 13px !important;
  }

  .rated ul.star li {
    letter-spacing: 0px !important;
    font-size: 12px !important;
    padding: 0px 2px !important;
  }
}

/* Footer luxury */
footer {
  background-color: var(--ap-dark) !important;
  background-image: none !important;
}

/* All footer text defaults to light */
footer,
footer p,
footer span,
footer a,
footer li,
footer h6,
footer .logo p,
footer .widget-title li a,
footer .working-time h6,
footer .copyright p {
  color: rgba(255, 255, 255, 0.6) !important;
}

footer .widget-title h3 {
  color: #fff !important;
  font-family: 'Playfair Display', serif !important;
}

footer .widget-title .boder {
  background-color: var(--ap-gold) !important;
}

footer .widget-title li i {
  color: var(--ap-gold) !important;
}

/* Working hours card — dark bg, not white */
footer .working-hours {
  background-color: var(--ap-dark-medium) !important;
  border: 1px solid rgba(201, 169, 110, 0.15);
}

footer .working-time h6 {
  color: rgba(255, 255, 255, 0.8) !important;
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

footer .working-time h6 span {
  color: var(--ap-gold) !important;
}

/* Phone icon circle */
footer .phone i {
  background-color: var(--ap-gold) !important;
}

footer .phone i svg path,
footer .phone i svg g path,
footer .phone i svg {
  fill: #fff !important;
}

footer .logo .phone i svg {
  fill: #fff !important;
}

footer .logo .phone a,
footer .logo .phone p,
footer .phone a,
footer .phone p {
  color: rgba(255, 255, 255, 0.6) !important;
}

footer .phone a:hover {
  color: var(--ap-gold) !important;
}

footer .call-us a {
  color: var(--ap-gold) !important;
}

footer .call-us span {
  color: rgba(255, 255, 255, 0.5) !important;
}

footer .copyright {
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}

footer .widget-title li a:hover {
  color: var(--ap-gold) !important;
}

/* Social icons */
ul.social-icon i {
  border-color: var(--ap-gold) !important;
  color: var(--ap-gold) !important;
}

ul.social-icon i:hover {
  background-color: var(--ap-gold) !important;
  color: #fff !important;
}

/* Dog walker CTA section */
.dog-walker {
  background-color: var(--ap-dark) !important;
  position: relative;
  overflow: hidden;
}

.dog-walker-text h2 {
  color: #fff !important;
}

.dog-walker-text p {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* Brand grid custom */
.brand-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.brand-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 20px);
  min-width: 200px;
  padding: 30px 20px;
  border: 1px solid #e8e0d4;
  background: #fff;
  transition: all 0.3s ease;
}

.brand-card:hover {
  border-color: var(--ap-gold);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transform: translateY(-3px);
}

.brand-card span {
  font-family: 'Playfair Display', serif !important;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ap-text-light);
  text-align: center;
  transition: color 0.3s;
}

.brand-card:hover span {
  color: var(--ap-dark);
}

/* Preloader luxury */
.preloader {
  background-color: var(--ap-dark) !important;
}

.preloader .dot {
  background-color: var(--ap-gold) !important;
}

/* Breadcrumbs / Page headers */
.page-header {
  background-color: var(--ap-dark) !important;
}

/* Progress / scroll-to-top */
#progress {
  background-color: var(--ap-gold) !important;
}

/* Section backgrounds */
.section-healthy-product {
  background-color: var(--ap-cream) !important;
}

/* Gallery hover */
ul.image-gallery li figure:before {
  background-color: rgba(201, 169, 110, 0.7) !important;
}

/* Instagram section */
.insta-img {
  background-color: var(--ap-dark) !important;
}

.insta-img h3 {
  color: #fff !important;
}

/* Mobile nav */
.mobile-nav {
  background-color: var(--ap-dark) !important;
}

.mobile-nav ul li a {
  color: rgba(255, 255, 255, 0.85) !important;
}

/* Custom luxury section styles */
.luxury-section-cream {
  background-color: var(--ap-cream);
  padding: 80px 0;
}

.luxury-section-dark {
  background-color: var(--ap-dark);
  padding: 80px 0;
}

.luxury-section-dark h2,
.luxury-section-dark h3,
.luxury-section-dark h4 {
  color: #fff;
}

.luxury-section-dark p {
  color: rgba(255, 255, 255, 0.7);
}

/* Gold divider */
.gold-divider {
  width: 60px;
  height: 2px;
  background-color: var(--ap-gold);
  margin: 15px auto 0;
}

/* Why choose us items */
.why-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.why-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--ap-gold);
  opacity: 0.3;
  line-height: 1;
  flex-shrink: 0;
}

.why-item h4 {
  font-family: 'Playfair Display', serif !important;
  margin-bottom: 8px;
}

.why-item p {
  color: var(--ap-text-light);
  font-size: 0.92rem;
  line-height: 1.7;
}

/* Testimonial custom */
.testimonial-custom {
  background: #fff;
  padding: 35px 25px;
  border: 1px solid #e8e0d4;
  margin-bottom: 20px;
}

.testimonial-custom .quote-icon {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: var(--ap-gold);
  opacity: 0.3;
  line-height: 1;
  margin-bottom: 10px;
}

.testimonial-custom blockquote {
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--ap-text);
  margin-bottom: 20px;
  border: none;
  padding: 0;
}

.testimonial-custom .author-name {
  font-weight: 600;
  color: var(--ap-dark);
  font-size: 0.9rem;
}

.testimonial-custom .author-pet {
  color: var(--ap-text-light);
  font-size: 0.82rem;
  margin-top: 2px;
}

/* CTA section luxury */
.cta-luxury {
  background: linear-gradient(135deg, var(--ap-dark) 0%, #2a2520 100%);
  text-align: center;
  padding: 100px 0;
  position: relative;
}

.cta-luxury::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--ap-gold), transparent);
}

.cta-luxury h2 {
  color: #fff !important;
  font-family: 'Playfair Display', serif !important;
}

.cta-luxury p {
  color: rgba(255, 255, 255, 0.65);
  max-width: 550px;
  margin: 0 auto 35px;
  line-height: 1.8;
}

.cta-luxury .button {
  margin: 0 8px;
}

/* Button outline variant */
.button-outline {
  background: transparent !important;
  border: 2px solid var(--ap-gold) !important;
  color: var(--ap-gold) !important;
  display: inline-block;
  padding: 14px 36px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 0.85rem !important;
  transition: all 0.3s;
  cursor: pointer;
}

.button-outline:hover {
  background-color: var(--ap-gold) !important;
  color: #fff !important;
}

.button-outline-white {
  background: transparent !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  display: inline-block;
  padding: 14px 36px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  font-size: 0.85rem !important;
  transition: all 0.3s;
  cursor: pointer;
}

.button-outline-white:hover {
  background-color: #fff !important;
  color: var(--ap-dark) !important;
}

/* Eyebrow text */
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--ap-gold);
  margin-bottom: 12px;
  display: block;
}

/* Service details card */
.service-luxury-card {
  background: #fff;
  padding: 40px 28px;
  text-align: center;
  border: 1px solid #e8e0d4;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.service-luxury-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--ap-gold);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.service-luxury-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.service-luxury-card:hover::before {
  transform: scaleX(1);
}

.service-luxury-card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  color: var(--ap-gold);
}

.service-luxury-card .icon svg {
  width: 45px;
  height: 45px;
}

.service-luxury-card h4 {
  font-family: 'Playfair Display', serif !important;
  margin-bottom: 14px;
}

.service-luxury-card p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--ap-text-light);
}

/* Breadcrumb header luxury */
.breadcrumb-header {
  background-color: var(--ap-dark);
  padding: 120px 0 60px;
  text-align: center;
  position: relative;
}

.breadcrumb-header::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -30%;
  width: 80%;
  height: 150%;
  background: radial-gradient(ellipse, rgba(201, 169, 110, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.breadcrumb-header h1 {
  color: #fff;
  font-family: 'Playfair Display', serif !important;
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.breadcrumb-header .breadcrumb-trail {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
}

.breadcrumb-header .breadcrumb-trail a {
  color: var(--ap-gold);
}

/* Map section */
.map-section iframe {
  width: 100%;
  height: 450px;
  border: none;
  filter: grayscale(0.4) contrast(1.1);
}

@media (max-width: 993px) {
  .map-section iframe {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .map-section iframe {
    height: 280px;
  }
}

/* Contact info block */
.contact-info-block {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.contact-info-block .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e0d4;
  flex-shrink: 0;
  color: var(--ap-gold);
}

.contact-info-block .icon svg {
  width: 22px;
  height: 22px;
}

.contact-info-block h5 {
  font-family: 'Playfair Display', serif !important;
  font-size: 1rem;
  margin-bottom: 4px;
}

.contact-info-block p,
.contact-info-block a {
  font-size: 0.9rem;
  color: var(--ap-text-light);
}

.contact-info-block a:hover {
  color: var(--ap-gold);
}

/* Burger icon mobile -> oro */
.bar-menu i,
header .bar-menu i {
  color: #c9a96e !important;
}
