/**
 * Custom Components Stylesheet
 * Extracted inline styles for W3C validation compliance
 * Generated: 2025-01-11
 */

/* ============================================
   Enhanced Repair Carousel Styles
   ============================================ */

.enhanced-repair-item {
 background: #ffffff;
 border-radius: 8px;
 padding: 25px;
 margin: 10px;
 box-shadow: 0 2px 10px rgba(0,0,0,0.08);
 text-align: center;
 transition: all 0.3s ease;
 min-height: 380px;
 display: flex;
 flex-direction: column;
}

.enhanced-repair-item:hover {
 transform: translateY(-5px);
 box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.repair-badge-container {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 8px;
 margin-bottom: 15px;
 min-height: 28px;
}

.repair-badge {
 display: inline-block;
 padding: 5px 12px;
 border-radius: 15px;
 font-size: 11px;
 font-weight: 700;
 text-transform: uppercase;
}

.repair-badge.urgent {
 background: linear-gradient(135deg, #ff4757 0%, #ff6348 100%);
 color: #ffffff;
}

.repair-badge.free {
 background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
 color: #ffffff;
}

.repair-badge.certified {
 background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
 color: #0C4380;
}

.repair-badge.premium {
 background: linear-gradient(135deg, #6c5ce7 0%, #a29bfe 100%);
 color: #ffffff;
}

.repair-badge.fast {
 background: linear-gradient(135deg, #00b894 0%, #00cec9 100%);
 color: #ffffff;
}

.repair-icon-holder {
 margin: 20px 0;
}

.repair-content {
 flex-grow: 1;
 display: flex;
 flex-direction: column;
}

.repair-content p {
 flex-grow: 1;
}

.repair-cta-buttons {
 margin-top: 15px;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 10px;
}

.repair-btn-call:hover {
 background: #0a3566 !important;
 transform: scale(1.05);
}

.repair-btn-more:hover {
 background: #0C4380 !important;
 color: #ffffff !important;
 transform: scale(1.05);
}

/* Mobile responsive */
@media (max-width: 767px) {
 .enhanced-repair-item {
  padding: 20px;
  min-height: 350px;
 }

 .repair-cta-buttons {
  flex-direction: column;
  gap: 8px;
 }

 .repair-btn-call, .repair-btn-more {
  width: 100%;
  text-align: center;
  min-height: 44px;
  display: flex !important;
  align-items: center;
  justify-content: center;
 }

 .repair-content h3 {
  font-size: 18px !important;
 }

 .repair-content p {
  font-size: 13px !important;
 }
}

/* Owl Carousel responsive settings */
.owl-carousel .owl-item {
 display: flex;
 align-items: stretch;
}

.owl-carousel .owl-nav button {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 background: #0C4380 !important;
 color: #ffffff !important;
 width: 44px;
 height: 44px;
 border-radius: 50%;
 font-size: 24px;
}

.owl-carousel .owl-nav button.owl-prev {
 left: -20px;
}

.owl-carousel .owl-nav button.owl-next {
 right: -20px;
}

.owl-carousel .owl-dots {
 text-align: center;
 margin-top: 20px;
}

.owl-carousel .owl-dot {
 display: inline-block;
 width: 12px;
 height: 12px;
 background: #ddd;
 border-radius: 50%;
 margin: 0 5px;
}

.owl-carousel .owl-dot.active {
 background: #0C4380;
}


/* ============================================
   Internal Links Hub Styles
   ============================================ */

.city-link-hub:hover, .dept-link-hub:hover {
 transform: translateY(-3px);
 box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.city-link-hub:hover {
 background: #0C4380 !important;
 color: #ffffff !important;
}

.dept-link-hub:hover {
 background: linear-gradient(135deg, #1a5fa0 0%, #0C4380 100%) !important;
}

@media (max-width: 767px) {
 .city-link-hub, .dept-link-hub {
  font-size: 14px;
  padding: 12px !important;
 }
}


/* ============================================
   Tarteaucitron Cookie Icon Mobile Styling
   ============================================ */

/* Mobile-First Tarteaucitron Icon Styling */
#tarteaucitronIcon {
 margin-bottom: 75px !important; /* Clear mobile sticky CTA */
 z-index: 9998 !important; /* Below mobile CTA (9999) */
}

#tarteaucitronIcon #tarteaucitronManager {
 background: #0C4380 !important;
 border-radius: 50% !important; /* Round icon */
 width: 56px !important;
 height: 56px !important;
 padding: 0 !important;
 display: flex !important;
 align-items: center !important;
 justify-content: center !important;
 box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
 transition: all 0.3s ease !important;
 margin: 10px !important;
}

#tarteaucitronIcon #tarteaucitronManager:hover {
 background: #1a5fa0 !important;
 transform: scale(1.1) !important;
 box-shadow: 0 6px 16px rgba(0,0,0,0.4) !important;
}

#tarteaucitronIcon #tarteaucitronManager img {
 width: 32px !important;
 height: 32px !important;
 filter: brightness(0) invert(1); /* Make icon white */
}

/* Tablet and Desktop */
@media (min-width: 768px) {
 #tarteaucitronIcon {
  margin-bottom: 10px !important; /* No sticky bar on desktop */
 }
}

/* Tarteaucitron Alert Small Styling */
/* Hide on mobile to reduce clutter */
@media (max-width: 767px) {
 #tarteaucitronAlertSmall {
  display: none !important;
 }
}

/* Desktop: Position above cookie icon with matching styling */
@media (min-width: 768px) {
 #tarteaucitronAlertSmall {
  position: fixed !important;
  bottom: 80px !important; /* Above cookie icon (56px + 10px margin + padding) */
  left: 10px !important;
  background: #0C4380 !important;
  border-radius: 50% !important;
  width: 56px !important;
  height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
  z-index: 9998 !important;
  transition: all 0.3s ease !important;
  padding: 0 !important;
  margin: 0 !important;
 }

 #tarteaucitronAlertSmall #tarteaucitronManager {
  background: transparent !important;
  color: #ffffff !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important; /* Hide text */
  border: none !important;
 }

 #tarteaucitronAlertSmall #tarteaucitronManager:before {
  content: "🍪" !important;
  font-size: 24px !important;
 }

 #tarteaucitronAlertSmall:hover {
  background: #1a5fa0 !important;
  transform: scale(1.1) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,0.4) !important;
 }

 #tarteaucitronAlertSmall #tarteaucitronDot {
  display: none !important; /* Hide the colored dot indicator */
 }
}
