/* ==========================================================================
   INFINITIX INFOTECH - FOOTER STYLES (asset/css/footer.css)
   ========================================================================== */

.infinitix-footer {
  background: #060913 !important;
  color: #94a3b8 !important;
  font-family: var(--inf-font-body);
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding-top: 4rem;
}

.infinitix-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3b82f6, transparent);
}

/* General Footer Link Overrides */
.infinitix-footer a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.infinitix-footer a:hover {
  color: #ffffff !important;
}

.text-dim {
  color: #94a3b8 !important;
}

/* Newsletter Subscription Glass Card */
.inf-newsletter-card {
  background: rgba(13, 19, 36, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}

.newsletter-title {
  font-family: var(--inf-font-title);
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.newsletter-input-group {
  display: flex;
  gap: 0.5rem;
  background: rgba(10, 15, 28, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 0.35rem;
}

.newsletter-input-group input {
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 0.6rem 1rem;
  width: 100%;
  font-size: 0.95rem;
}

.newsletter-input-group input::placeholder {
  color: #64748b;
}

.newsletter-input-group button {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.newsletter-input-group button:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
}

/* Footer Column Titles */
.footer-col-title {
  font-family: var(--inf-font-title);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.25rem;
  position: relative;
  display: inline-block;
}

.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #3b82f6;
  border-radius: 2px;
}

/* Footer Link Lists */
.footer-links-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-link-item a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  font-size: 0.93rem;
  transition: all 0.3s ease !important;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-link-item a i {
  font-size: 0.75rem;
  color: #60a5fa;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.3s ease;
}

.footer-link-item a:hover {
  color: #ffffff !important;
  transform: translateX(4px);
}

.footer-link-item a:hover i {
  opacity: 1;
  transform: translateX(0);
}

/* Google Rating Badge */
.google-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.55rem 0.95rem;
  border-radius: 12px;
  margin-top: 0.5rem;
}

.rating-stars {
  color: #f59e0b;
  font-size: 0.9rem;
}

.rating-score {
  font-weight: 700;
  color: #ffffff;
  font-size: 0.95rem;
}

/* Social Media Buttons */
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.social-icon-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e1 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.social-icon-btn:hover {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  color: #ffffff !important;
  border-color: transparent;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
}

/* Contact Info List */
.contact-info-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.92rem;
}

.contact-info-item i {
  color: #60a5fa;
  font-size: 1.1rem;
  margin-top: 2px;
}

/* Footer Bottom Bar & Bottom Links */
.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.5rem 0;
  margin-top: 3.5rem;
  font-size: 0.88rem;
  color: #94a3b8;
}

.footer-bottom-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-bottom-links li {
  list-style: none !important;
}

.footer-bottom-links a {
  color: #94a3b8 !important;
  text-decoration: none !important;
  font-size: 0.88rem;
  transition: all 0.3s ease !important;
}

.footer-bottom-links a:hover {
  color: #ffffff !important;
}

/* Floating Action Stack */
.inf-floating-stack {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  z-index: 1060;
}

.float-action-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  font-size: 1.25rem;
  text-decoration: none !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  position: relative;
}

.float-action-btn:hover {
  transform: translateY(-4px) scale(1.08);
}

.float-btn-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.4);
}

.float-btn-call {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.4);
}

.float-btn-quote {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  box-shadow: 0 0 20px rgba(245, 158, 11, 0.4);
}

.float-btn-top {
  background: rgba(30, 41, 59, 0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  opacity: 0;
  visibility: hidden;
}

.float-btn-top.active {
  opacity: 1;
  visibility: visible;
}

/* Cookie Notice Consent Banner */
.inf-cookie-banner {
  position: fixed;
  bottom: 25px;
  left: 25px;
  max-width: 420px;
  background: rgba(10, 15, 28, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  z-index: 1070;
  transition: all 0.3s ease;
}

.inf-cookie-banner.hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
}
