/*
 * WEADDER - Modern Corporate Website
 * Footer Navigation Styles
 */

/* ==============================
 * GLASSMORPHISM FOOTER STYLES
 * ============================== */

.footer-glassmorphism-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(13, 17, 28, 0.95), rgba(25, 32, 54, 0.95));
  padding: 3rem 0 2rem; /* Reduced padding to make footer less tall */
  color: #fff;
  overflow: hidden;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

/* Animated Background Elements */
.footer-hero-bg {
  z-index: -1;
}

.footer-gradient-mesh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 10% 10%, rgba(0, 120, 255, 0.1), transparent 40%),
              radial-gradient(circle at 90% 20%, rgba(136, 0, 255, 0.1), transparent 40%),
              radial-gradient(circle at 50% 80%, rgba(255, 0, 102, 0.1), transparent 40%);
  animation: pulseGradient 10s infinite alternate;
}

.footer-floating-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(20px);
  opacity: 0.15;
  animation: floatAnimation 15s infinite ease-in-out;
}

.footer-orb-1 {
  top: 10%;
  left: 10%;
  width: 90px; /* Reduced from 150px */
  height: 90px;
  background: radial-gradient(circle, rgba(0, 153, 255, 0.7), rgba(0, 102, 204, 0.5));
  animation-delay: 0s;
}

.footer-orb-2 {
  top: 60%;
  left: 20%;
  width: 60px; /* Reduced from 100px */
  height: 60px;
  background: radial-gradient(circle, rgba(233, 30, 99, 0.7), rgba(156, 39, 176, 0.5));
  animation-delay: -2s;
}

.footer-orb-3 {
  top: 20%;
  right: 15%;
  width: 70px; /* Reduced from 120px */
  height: 70px;
  background: radial-gradient(circle, rgba(255, 152, 0, 0.7), rgba(255, 87, 34, 0.5));
  animation-delay: -4s;
}

.footer-orb-4 {
  bottom: 10%;
  right: 10%;
  width: 90px; /* Reduced from 180px */
  height: 90px;
  background: radial-gradient(circle, rgba(76, 175, 80, 0.7), rgba(0, 150, 136, 0.5));
  animation-delay: -6s;
}

.footer-orb-5 {
  bottom: 30%;
  left: 50%;
  width: 100px; /* Reduced from 200px */
  height: 100px;
  background: radial-gradient(circle, rgba(3, 169, 244, 0.7), rgba(33, 150, 243, 0.5));
  animation-delay: -8s;
}

.footer-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 20px 20px;
}

.footer-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.2);
  animation: particleMove 20s infinite linear;
}

.footer-particle:nth-child(1) {
  top: 20%;
  left: 15%;
  animation-delay: -2s;
  animation-duration: 35s;
}

.footer-particle:nth-child(2) {
  top: 50%;
  left: 75%;
  animation-delay: -5s;
  animation-duration: 25s;
}

.footer-particle:nth-child(3) {
  top: 70%;
  left: 30%;
  animation-delay: -8s;
  animation-duration: 30s;
}

.footer-particle:nth-child(4) {
  top: 30%;
  left: 60%;
  animation-delay: -12s;
  animation-duration: 22s;
}

.footer-particle:nth-child(5) {
  top: 80%;
  left: 85%;
  animation-delay: -15s;
  animation-duration: 28s;
}

/* Premium Badge */
.footer-premium-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(21, 24, 40, 0.9), rgba(34, 37, 52, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 0.6rem 1.2rem;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(4px);
}

.footer-premium-badge i {
  font-size: 1.1rem;
  color: #0099ff;
  margin-right: 0.7rem;
}

.footer-premium-badge span {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #a3dbff, #0099ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.footer-badge-glow {
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-20deg);
  animation: badgeGlow 3s infinite;
}

/* Section Titles */
.footer-main-title {
  font-size: 1.8rem; /* Reduced from 2.5rem */
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem; /* Reduced from 1.5rem */
}

.footer-title-gradient {
  background: linear-gradient(135deg, #3d9cff, #0052cc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-hero-subtitle {
  font-size: 0.95rem; /* Reduced from 1.1rem */
  font-weight: 400;
  opacity: 0.8;
  max-width: 700px;
  margin: 0 auto;
}

/* Call to Action Buttons */
.footer-hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-btn-hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #0099ff, #005ca2);
  color: white;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  z-index: 1;
}

.footer-btn-hero-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 153, 255, 0.3);
  color: white;
}

.footer-btn-glow {
  position: absolute;
  top: 0;
  left: -50%;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: skewX(-20deg);
  animation: buttonGlow 3s infinite;
  z-index: -1;
}

.footer-btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 600;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-3px);
  color: white;
}

/* Glass Cards */
.footer-glass-card {
  background: linear-gradient(135deg, rgba(21, 24, 40, 0.6), rgba(34, 37, 52, 0.6));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 1.25rem; /* Reduced from 2rem */
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  height: 100%;
}

.footer-glass-card:hover {
  transform: translateY(-3px); /* Reduced from -5px */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Reduced shadow */
}

.footer-section-badge-hero {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(21, 24, 40, 0.7), rgba(34, 37, 52, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px; /* Reduced from 20px */
  padding: 0.3rem 0.6rem; /* Reduced from 0.4rem 0.8rem */
  margin-bottom: 0.75rem; /* Reduced from 1.5rem */
}

.footer-badge-icon-hero {
  width: 18px; /* Reduced from 20px */
  height: 18px; /* Reduced from 20px */
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #3d9cff, #0052cc);
  border-radius: 50%;
  margin-right: 0.4rem; /* Reduced from 0.5rem */
}

.footer-badge-icon-hero i {
  font-size: 0.55rem; /* Reduced from 0.6rem */
  color: white;
}

.footer-badge-text-hero {
  font-size: 0.7rem; /* Reduced from 0.75rem */
  font-weight: 600;
  color: #f0f0f0;
}

.footer-company-logo {
  max-width: 140px;
  margin-bottom: 1.5rem;
}

.footer-logo-img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 5px rgba(0, 153, 255, 0.3));
}

.footer-card-title {
  font-size: 1.1rem; /* Reduced from 1.3rem */
  font-weight: 700;
  margin-bottom: 0.75rem; /* Reduced from 1rem */
}

.footer-card-description {
  font-size: 0.85rem; /* Reduced from 0.95rem */
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5; /* Reduced from 1.6 */
}

/* Stats Mini */
.footer-stats-mini {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.footer-stat-item {
  display: flex;
  flex-direction: column;
}

.footer-stat-number {
  font-size: 1.3rem;
  font-weight: 700;
  color: #3d9cff;
}

.footer-stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Contact Item */
.footer-contact-hero {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* Reduced from 0.8rem */
}

.footer-contact-item-hero {
  display: flex;
  align-items: center;
}

.footer-contact-icon-hero {
  width: 24px; /* Reduced from 30px */
  height: 24px; /* Reduced from 30px */
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 0.6rem; /* Reduced from 0.8rem */
}

.footer-contact-icon-hero i {
  font-size: 0.7rem; /* Reduced from 0.8rem */
  color: #3d9cff;
}

.footer-contact-link-hero {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact-link-hero:hover {
  color: #3d9cff;
}

/* Links Column */
.footer-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link-item {
  margin-bottom: 0.8rem;
}

.footer-link {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.footer-link:hover {
  color: #3d9cff;
  transform: translateX(5px);
}

.footer-link i {
  font-size: 0.7rem;
  margin-right: 0.6rem;
  opacity: 0.6;
}

/* Newsletter */
.footer-newsletter-form {
  position: relative;
  margin-top: 1rem;
}

.footer-newsletter-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 0.8rem 1.5rem;
  color: white;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.footer-newsletter-input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  outline: none;
}

.footer-newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer-newsletter-button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: linear-gradient(135deg, #0099ff, #005ca2);
  border: none;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.footer-newsletter-button:hover {
  background: linear-gradient(135deg, #0052cc, #003d99);
  transform: scale(1.05);
}

.footer-newsletter-button i {
  color: white;
  font-size: 0.9rem;
}

/* Social Links */
.footer-social-links {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.footer-social-link:hover {
  background: #0099ff;
  color: white;
  transform: translateY(-5px);
}

/* Bottom Bar */
.footer-bottom-bar {
  position: relative;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-policy-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.footer-policy-link {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-policy-link:hover {
  color: #3d9cff;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .footer-main-title {
    font-size: 2rem;
  }
  
  .footer-hero-subtitle {
    font-size: 1rem;
  }
  
  .footer-btn-hero-primary,
  .footer-btn-hero-secondary {
    padding: 0.7rem 1.5rem;
  }
}

@media (max-width: 768px) {
  .footer-main-title {
    font-size: 1.8rem;
  }
  
  .footer-hero-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .footer-bottom-bar {
    text-align: center;
  }
  
  .footer-policy-links {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
}

@media (max-width: 576px) {
  .footer-glassmorphism-hero {
    padding: 5rem 0 3rem;
  }
  
  .footer-main-title {
    font-size: 1.5rem;
  }
  
  .footer-card-title {
    font-size: 1.2rem;
  }
}

/* Animations */
@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.1);
  }
}

@keyframes pulseGradient {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
}

@keyframes particleMove {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(100px, 50px);
  }
  50% {
    transform: translate(0, 100px);
  }
  75% {
    transform: translate(-100px, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes badgeGlow {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

@keyframes buttonGlow {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
