/* ================================
   FOOTER CSS : - Mobile-Specific Tweaks
   MOBILE ONLY changes: arched text position, owl sign position/size, card layout, section order, divider, margins
   ================================ */

/* Import Bodoni Moda SC font for owl sign */
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda+SC:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&display=swap');

.final3-footer-fixed-19 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
}

/* Main container */
#footer-container-19 {
  position: relative;
  min-height: 600px;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 0;
  border-top: 2px solid #f9d078; /* Thin yellow line on top border */
}

/* GRADIENT BACKGROUND - Like the image */
.final3-background-static-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(121, 138, 182, 0.749)
  
  /* OPTIONAL - Gradient background matching the seahorse image 
  
  background: linear-gradient(135deg, 
    rgba(90, 131, 188, 0.9) 0%,     
    rgba(120, 161, 229, 0.8) 25%,   
    rgba(180, 150, 200, 0.7) 50%,   
    rgba(220, 180, 160, 0.6) 75%,   
    rgba(240, 200, 180, 0.5) 100%   */
    
}

/* Main Content */
.footer-final3-content {
  position: relative;
  z-index: 2;
  padding: 4rem 0 1.5rem;
}

/* Section 1: Owl & Status - PERFECT ARCHED TEXT KEPT AS IS */
.owl-status-section-final3 {
  margin-bottom: 4rem;
}

.restaurant-status-left-final3 {
  text-align: left;
}

.status-title-chez-final3 {
  font-family: 'Edu AU VIC WA NT Pre', cursive;
  font-size: 5rem;
  font-weight: 700;
  color: #f9d078;
  /* margin-bottom: 1rem; */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.118); 
  letter-spacing: 10px;
}

/* PERFECT ARCHED TEXT CONTAINER - OPTIMIZED FOR FULL WIDTH */
.arched-text-container-final3 {
  width: 100%;
  max-width: 600px; /* Increased from 450px to span "Chez Huguette" */
  height: 120px;
  margin: 0;
}

.arched-text-svg-final3 {
  width: 100%; /* Increased from 90% for better span */
  height: 100%;
}

.arched-text-final3 {
  font-family: 'Edu AU VIC WA NT Pre', cursive;
  font-size: 2rem;
  font-weight: 600;
  fill: #ffffff; /* Pure white as requested */
  letter-spacing: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.136);
}

/* FIXED SIGN SYSTEM WITH SWINGING HOURS */
.sign-container-final3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: -2rem;
}

/* NEW: Swinging group that includes both sign AND hours */
.swinging-sign-group {
  position: relative;
  transform-origin: center top;
  animation: owlSwing 4s ease-in-out infinite;
}

.restaurant-sign-final3 {
  width: 190px; /* FIXED: Set to 190px as requested */
  height: auto;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
  z-index: 5;
  display: block;
}

/* Owl Sign Swing Animation (5-10 degrees) - APPLIED TO GROUP */
.owl-swing-animation {
  /* Animation moved to .swinging-sign-group */
}

@keyframes owlSwing {
  0%, 100% { 
    transform: rotate(0deg); 
  }
  25% { 
    transform: rotate(7deg); /* Swing right 7 degrees */
  }
  75% { 
    transform: rotate(-7deg); /* Swing left 7 degrees */
  }
}

/* PRECISE POSITIONING: Target the bottom third blue sign area specifically */
.sign-text-overlay-final3 {
  position: absolute;
  /* Position to target the bottom third blue sign area */
  top: 86%; /* Position at 86% to center within the bottom third sign area */
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  /* Create overlay that matches the blue sign dimensions */
  width: 80%; /* Width to fit within the blue sign */
  height: 80%; /* Height to cover just the blue sign area */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.sign-hours-text-final3 {
  font-family: 'FontAwesome', serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
  line-height: 1.2;
  /* text-shadow: 1px 1px 2px rgba(0,0,0,0.3); */
  letter-spacing: 3px;
  color: #F36769; /* Default closed red */
  text-transform: uppercase;
  /* Text now fits within the overlay area */
  max-width: 90%; /* Leave some margin within the overlay */
  border-radius: 8px;
  padding: 0;
}

/* Dynamic color classes for sign text */
.sign-hours-text-final3.open {
  color: rgba(103, 242, 185, 0.74); /* Open green */
}

.sign-hours-text-final3.closed {
  color: rgba(255, 118, 120, 0.88); /* Closed red */
}

/* ================================
   SECTION 2: NAVIGATION CARDS WITH FIXED TEXT ALIGNMENT
   ================================ */

.footer-nav-section-final3 {
  margin-bottom: 2rem; /* CHANGED: Set to 2rem as requested */
}

.footer-card-link {
  text-decoration: none;
}

.footer-nav-card-final3 {
  height: 70px;
  /* SOLID background color R90 G131 B188 */
  background: rgb(90, 131, 188);
  backdrop-filter: none;
  border: 1px solid rgba(90, 131, 188, 0.8);
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 1rem;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.footer-nav-card-final3::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.footer-nav-card-final3:hover::before {
  left: 100%;
}

.card-content-inline {
  display: flex;
  align-items: center;
  justify-content: center; /* Center content like desktop */
  gap: 1rem;
  width: 100%;
  text-align: center; /* FIXED: Ensure text is centered */
}

.card-icon-inline {
  font-size: 2rem;
  color: #f9d078; /* Website yellow color */
  flex-shrink: 0; /* FIXED: Prevent icon from shrinking */
}

.card-title-inline {
  font-size: 1.1rem;
  color: #f9d078; /* Website yellow color */
  margin: 0;
  font-weight: 600;
  font-family: 'Edu AU VIC WA NT Pre', cursive; /* Edu AU font */
  text-align: center !important; /* Ensure centered text */
  white-space: nowrap; /* FIXED: Prevent text wrapping */
}

.card-menu:hover { 
  background: linear-gradient(135deg, rgb(90, 131, 188) 0%, rgba(120, 161, 229, 0.9) 100%);
  transform: translateY(-2px);
}

.card-hours:hover { 
  background: linear-gradient(135deg, rgb(90, 131, 188) 0%, rgba(120, 161, 229, 0.9) 100%);
  transform: translateY(-2px);
}

.card-route:hover { 
  background: linear-gradient(135deg, rgb(90, 131, 188) 0%, rgba(120, 161, 229, 0.9) 100%);
  transform: translateY(-2px);
}

/* ================================
   SECTION 3: SPECIALTY BANNER WITH FIXED SPACING
   ================================ */

.specialty-banner-final3 {
  margin-bottom: 2rem; /* CHANGED: Set to 2rem as requested */
  padding: 3rem 0;
  /* SOLID background color R90 G131 B188 */
  background: rgb(90, 131, 188);
  backdrop-filter: none;
  border-radius: 20px;
  border: 1px solid rgba(90, 131, 188, 0.8);
}

.specialty-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  /* FIXED: Add padding to move text away from left edge */
  padding: 0 2rem;
}

.specialty-text {
  flex: 1;
}

.specialty-title {
  font-size: 2rem;
  color: #f9d078; /* Website yellow color */
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: 'Edu AU VIC WA NT Pre', cursive; /* Edu AU font */
}

.specialty-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin: 0;
  font-family: 'Edu AU VIC WA NT Pre', cursive; /* Edu AU font */
}

/* RESTORED: Specialty Animation from Mixup6 */
.specialty-animation {
  flex-shrink: 0;
}

.rotating-specialties {
  position: relative;
  height: 60px;
  width: 200px;
  overflow: hidden;
}

.specialty-item {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.8s ease;
  font-size: 1.1rem;
  color: #f9d078; /* Website yellow color */
  white-space: nowrap;
  font-family: 'Edu AU VIC WA NT Pre', cursive; /* Edu AU font */
}

.specialty-item.active {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.specialty-item:not(.active) {
  transform: translateY(-50%) translateX(20px);
}

/* ================================
   SECTION 4: SPLIT SOCIAL & CHERRYNOIR WITH EDU AU FONT
   ================================ */

.footer-split-section-final3 {
  margin-bottom: 2rem; /* CHANGED: Set to 2rem as requested */
  padding: 0.5rem 0;
  /* SOLID background color R90 G131 B188 */
  background: rgb(90, 131, 188);
  backdrop-filter: none;
  border-radius: 20px;
  border: 1px solid rgba(90, 131, 188, 0.8);
}

/* Mobile divider line - YELLOW and 75% width */
.mobile-divider-line {
  width: 75vw;
  height: 1px;
  background-color: #f9d078; /* Yellow color */
  margin: 1.5rem auto; /* Reduced from 2rem to be more equidistant */
  display: none; /* Hidden by default, shown on mobile */
}

/* CherryNoir Promo (left side) */
.cherrynoir-promo {
  text-align: center;
}

.cherrynoir-title {
  /* MOBILE: Smaller text for "Un site web cuisiné par" */
}

.cherrynoir-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.cherrynoir-logo-hover {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}

.cherrynoir-text {
  text-align: left;
}

.cherrynoir-name {
  font-size: 1.2rem;
  color: #f9d078; /* Website yellow color */
  margin: 0;
  font-weight: 600;
  font-family: 'Edu AU VIC WA NT Pre', cursive; /* Edu AU font */
}

.cherrynoir-name a {
  color: #f9d078;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cherrynoir-name a:hover {
  color: #78A1F9;
  text-decoration: none;
}

.cherrynoir-tagline {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  font-style: italic;
  font-family: 'Edu AU VIC WA NT Pre', cursive; /* Edu AU font */
  /* MOBILE: Move down 3px */
}

/* Social Section (right side) */
.footer-social-section {
  text-align: center;
}

.social-title {
  font-size: 1.5rem;
  color: #f9d078; /* Website yellow color */
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-family: 'Edu AU VIC WA NT Pre', cursive; /* Edu AU font */
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.social-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.social-icon:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
  color: #ffffff;
  text-decoration: none;
}

/* FIXED: Seashell trigger - NO ANIMATING ORB/CIRCLE */
.social-icon.seashell-trigger {
  background: rgba(249, 208, 120, 0.3);
  border-color: rgba(249, 208, 120, 0.5);
  /* REMOVED: seashellPulse animation - NO ORB */
}

.social-icon.seashell-trigger:hover {
  background: rgba(249, 208, 120, 0.4);
  transform: translateY(-3px) scale(1.1);
}

/* REMOVED: All seashell orb/circle animations */

.social-icon.tripadvisor-svg {
  position: relative;
}

.tripadvisor-icon {
  width: 30px;
  height: 30px;
}

.social-icon.tripadvisor-svg:hover .tripadvisor-icon {
  transform: scale(1.1);
}

.social-icon.instagram:hover { 
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  border-color: #bc1888;
}

.social-icon.google:hover { 
  background: #4285F4; 
  border-color: #4285F4;
}

/* ================================
   ULTRA-TIGHT FOOTER BOTTOM - COPYRIGHT ONLY
   ================================ */

.footer-bottom-section-final3 {
  text-align: center;
  padding: 1rem 0 2rem;
  margin-bottom: 0;
  position: relative;
}

.copyright-section {
  margin: 0;
}

.copyright-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin: 0;
}

.legal-links-bottom {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  z-index: 5;
}

.legal-link {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
  font-family: Georgia, serif;
}

.legal-link:hover {
  color: #f9d078;
}

.legal-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: Georgia, serif;
}

.legal-separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}

/* Legal links positioned at bottom center of split section */
.legal-links-split-bottom {
  text-align: center;
  padding: 1rem 0 0 0;
  margin-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* Shell Bounce Container - 25px HIGHER than before */
.shell-bounce-container {
  position: absolute;
  bottom: 35px; /* RAISED: Was 10px, now 35px (25px higher) */
  left: 0;
  width: 100%;
  height: 1px; /* Invisible line */
  background: transparent;
  z-index: 3;
  pointer-events: none;
}

/* ================================
   SHELL ANIMATION SYSTEM - BOUNCES ON RAISED CONTAINER
   ================================ */

.shell-animation-container-final3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 4;
  overflow: hidden;
}

.shell-final3 {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

.shell-final3 img {
  width: 32px;
  height: auto;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}

.shell-final3.shell-small img {
  width: 16px;
}

.shell-final3.falling-final3 {
  animation: shellBounceOnContainer 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 1;
}

/* Shell animation that bounces on RAISED invisible container */
@keyframes shellBounceOnContainer {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.8;
  }
  15% {
    opacity: 1;
  }
  75% {
    /* Fall to RAISED invisible bounce container */
    transform: translateY(var(--bounce-line, 525px)) rotate(540deg);
    opacity: 1;
  }
  85% {
    /* Quick bounce above RAISED container */
    transform: translateY(calc(var(--bounce-line, 525px) - 20px)) rotate(600deg);
    opacity: 0.9;
  }
  95% {
    /* Second small bounce */
    transform: translateY(calc(var(--bounce-line, 525px) - 10px)) rotate(630deg);
    opacity: 0.8;
  }
  100% {
    /* Final position at RAISED bounce container - REMAIN VISIBLE FOREVER */
    transform: translateY(var(--bounce-line, 525px)) rotate(660deg);
    opacity: 0.7;
  }
}

/* ========================================
   RESPONSIVE DESIGN MEDIA QUERIES
   ======================================== */

/* ---------------------------------
   iPad-SPECIFIC FOOTER FIXES
---------------------------------- */
/* iPad Landscape specific fixes for footer text alignment */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
  /* Fix the footer text alignment for iPad landscape */
  .restaurant-status-left-final3 {
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .status-title-chez-final3 {
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  
  .arched-text-container-final3 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  
  .arched-text-svg-final3 {
    margin: 0 auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 600px !important;
  }
  
  /* Ensure the owl/status section is properly aligned */
  .owl-status-section-final3 .row {
    align-items: center !important;
    justify-content: center !important;
  }
  
  .owl-status-section-final3 .col-md-8,
  .owl-status-section-final3 .col-md-4 {
    text-align: center !important;
  }
}

/* ---------------------------------
   LARGE SCREENS (≥1200px)
---------------------------------- */
@media (max-width: 1200px) {
  .specialty-content {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    /* Keep padding in responsive mode */
    padding: 0 2rem;
  }
  
  .cherrynoir-content {
    flex-direction: column;
    gap: 1rem;
  }
  
  .cherrynoir-text {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .footer-final3-content {
    padding: 3rem 0 1.5rem;
  }
  
  .status-title-chez-final3 {
    font-size: 2.8rem;
  }
  
  /* CONSOLIDATED: Arched text responsive sizing */
  .arched-text-final3 {
    font-size: 1.6rem;
  }
  
  .restaurant-sign-final3 {
    width: 150px; /* Smaller on medium screens */
  }
  
  .sign-text-overlay-final3 {
    width: 70%; /* Maintain precise sign targeting */
    height: 20%;
    padding: 0;
  }
  
  .sign-hours-text-final3 {
    font-size: 0.8rem;
    max-width: 90%;
  }
  
  .footer-split-section-final3 .row > div {
    margin-bottom: 2rem;
  }
  
  .owl-status-section-final3 .row {
    text-align: center;
  }
  
  .restaurant-status-left-final3 {
    text-align: center;
    margin-bottom: 2rem;
  }
  
  /* Responsive specialty spacing */
  .specialty-content {
    padding: 0 1.5rem;
  }
}

@media (max-width: 768px) {
  /* MOBILE TWEAK 1: Move arched text up 10px */
  .arched-text-container-final3 {
    margin-top: -10px; /* Move up 10px */
  }
  
  /* MOBILE TWEAK 1b: Move owl sign up 10px and increase size 20% */
  .sign-container-final3 {
    margin-top: -3rem; /* Move up 10px more (was -2rem) */
  }
  
  .restaurant-sign-final3 {
    width: 144px; /* 20% bigger than 120px = 144px */
  }
  
  .status-title-chez-final3 {
    font-size: 2.2rem;
  }
  
  /* MOBILE: Arched text sizing - preserved as requested */
  .arched-text-final3 {
    font-size: 1.4rem;
  }
  
  .sign-text-overlay-final3 {
    width: 70%; /* Maintain precise sign targeting */
    height: 20%;
  }
  
  .sign-hours-text-final3 {
    font-size: 0.7rem;
    max-width: 90%;
  }
  
  /* MOBILE TWEAK 2: Fix card layout - keep icon and text centered properly */
  .footer-nav-card-final3 {
    height: 70px;
    padding: 1rem;
  }
  
  .card-content-inline {
    flex-direction: row; /* Keep horizontal layout */
    align-items: center;
    justify-content: center; /* Center content like desktop */
    gap: 1rem;
  }
  
  .card-title-inline {
    font-size: 1.1rem;
    text-align: center !important; /* Ensure centered text */
  }
  
  .card-icon-inline {
    font-size: 1.5rem;
  }
  
  /* MOBILE TWEAK 3: Show divider line */
  .mobile-divider-line {
    display: block; /* Show on mobile */
  }
  
  /* MOBILE TWEAK 3: Make CherryNoir title smaller */
  .cherrynoir-title {
    font-size: 1.2rem; /* Smaller than default 1.5rem */
  }
  
  /* MOBILE TWEAK 3: Move "Sites Web & Design" down 3px */
  .cherrynoir-tagline {
    margin-top: 3px; /* Move down 3px */
  }
  
  .specialty-banner-final3 {
    padding: 1.5rem;
  }
  
  .social-title {
    font-size: 1.5rem;
  }
  
  .social-icon {
    width: 50px;
    height: 50px;
    font-size: 1.3rem;
  }
  
  .shell-final3 img {
    width: 28px;
  }
  
  .shell-final3.shell-small img {
    width: 14px;
  }
  
  /* Shell baseline for mobile too */
  .shell-bounce-container {
    bottom: 30px; /* Adjusted for mobile */
  }
  
  /* Mobile specialty spacing */
  .specialty-content {
    padding: 0 1rem;
  }
}

@media (max-width: 576px) {
  .footer-final3-content {
    padding: 2rem 0 1rem;
  }
  
  /* MOBILE TWEAK 1: Enhanced arched text positioning for small mobile */
  .arched-text-container-final3 {
    margin-top: -15px; /* Move up even more on small screens */
  }
  
  /* MOBILE TWEAK 1b: Enhanced owl positioning for small mobile */
  .sign-container-final3 {
    margin-top: -3.5rem; /* Move up even more on small screens */
  }
  
  .restaurant-sign-final3 {
    width: 120px; /* 20% bigger than 100px = 120px */
  }
  
  .status-title-chez-final3 {
   /* font-size: 1.8rem; */
  }
  
  /* SMALL MOBILE: Arched text sizing - preserved as requested */
  .arched-text-final3 {
    /* font-size: 1.2rem; */
  }
  
  .sign-text-overlay-final3 {
    width: 80%; /* Maintain precise sign targeting */
    height: 20%;
  }
  
   .sign-hours-text-final3 {
    font-size: 0.95rem;
    padding: 0;
    max-width: 90%;
    margin: 0;
}


  
  /* MOBILE TWEAK 2: Ensure cards stay properly aligned on small screens */
  .footer-nav-card-final3 {
    height: 60px;
    padding: 0.8rem;
  }
  
  .card-content-inline {
    flex-direction: row; /* Keep horizontal even on small screens */
    gap: 0.8rem;
  }
  
  .card-title-inline {
    font-size: 1rem;
  }
  
  .specialty-content {
    gap: 1rem;
    /* Small mobile specialty spacing */
    padding: 0 0.5rem;
  }
  
  .specialty-title {
    font-size: 1.5rem;
  }
  
  .specialty-description {
    font-size: 0.9rem;
  }
  
  .rotating-specialties {
    height: 50px;
    width: 150px;
  }
  
  .shell-final3 {
    max-width: 30px;
  }
  
  /* Shell baseline for small mobile too */
  .shell-bounce-container {
    bottom: 25px; /* Adjusted for small mobile */
  }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
  .swinging-sign-group,
  .specialty-item,
  .footer-nav-card-final3,
  .shell-final3 {
    animation: none !important;
    transition: none !important;
  }
}

.footer-nav-card-final3:focus,
.social-icon:focus {
  outline: 2px solid #f9d078;
  outline-offset: 2px;
}

.final3-footer-fixed-19 {
  scroll-behavior: smooth;
} 