/* Modern Footer Styles */
.footer {
  width: 100%;
  position: relative;
  bottom: 0;
  background: rgba(0, 15, 30, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  margin-top: 3rem;
  border-top: 1px solid rgba(0, 204, 255, 0.2);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 40px;
  padding: 3rem 2rem 2rem;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  border-top: 1px solid rgba(0, 204, 255, 0.15);
  margin-top: 1rem;
  background: rgba(0, 10, 20, 0.5);
}

.social-links {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}

.social-links a {
  display: inline-block;
  transition: all 0.3s ease;
}

.social-links img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 204, 255, 0.3);
  transition: all 0.3s ease;
}

.social-links a:hover {
  transform: translateY(-5px);
}

.social-links a:hover img {
  background: rgba(0, 204, 255, 0.15);
  box-shadow: 0 0 15px rgba(0, 204, 255, 0.5);
}

.copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.heart {
  color: #FF007F;
  display: inline-block;
  animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.footer-item {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  object-fit: cover;
  transition: all 0.3s ease;
  border: 2px solid rgba(0, 204, 255, 0.3);
  box-shadow: 0 0 15px rgba(0, 204, 255, 0.3);
}

.footer-item:hover {
  transform: scale(1.05);
  border-color: rgba(0, 255, 102, 0.4);
  box-shadow: 0 0 20px rgba(0, 255, 102, 0.4);
}

.contact-sec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.contact-us {
  font-size: 28px;
  font-weight: 600;
  color: white;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.contact-us::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 3px;
  background: linear-gradient(90deg, #00CCFF, #00FF66);
  bottom: -8px;
  left: 0;
  border-radius: 2px;
}

.email {
  font-size: 18px !important;
  font-weight: 300 !important;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  background: rgba(0, 204, 255, 0.08);
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid rgba(0, 204, 255, 0.2);
  margin-top: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.email:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300CCFF"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>');
  filter: drop-shadow(0 0 3px rgba(0, 204, 255, 0.5));
}

.email:hover {
  background: rgba(0, 204, 255, 0.15);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15), 0 0 10px rgba(0, 204, 255, 0.2);
  color: white;
}

.browse-sec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

.browse-title {
  font-size: 28px;
  font-weight: 600;
  color: white;
  position: relative;
  display: inline-block;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}

.browse-title::after {
  content: '';
  position: absolute;
  width: 70%;
  height: 3px;
  background: linear-gradient(90deg, #00CCFF, #00FF66);
  bottom: -8px;
  left: 0;
  border-radius: 2px;
}

.browse-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.browse-links li {
  transition: all 0.3s ease;
}

.browse-links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 15px;
}

.browse-links li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #00CCFF;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.browse-links li:hover {
  transform: translateX(5px);
}

.browse-links li:hover a {
  color: #00CCFF;
  text-shadow: 0 0 8px rgba(0, 204, 255, 0.5);
}

.browse-links li:hover a::before {
  background: #00FF66;
  box-shadow: 0 0 8px rgba(0, 255, 102, 0.7);
}

.map {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

iframe {
  height: 300px;
  width: 400px;
  border-radius: 20px;
  border: 1px solid rgba(0, 204, 255, 0.3) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.map:hover iframe {
  box-shadow: 0 0 25px rgba(0, 204, 255, 0.2);
  transform: scale(1.02);
}

/* Legacy styles for backward compatibility */
#footer {
  width: 100%;
  position: relative;
  bottom: 0;
  background: rgba(0, 15, 30, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(0, 204, 255, 0.2);
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
}

.f-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  gap: 15px;
}

.f-info-socials {
  display: flex;
  gap: 20px;
}

.f-info-socials img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 204, 255, 0.3);
  transition: all 0.3s ease;
}

.f-info-socials a:hover img {
  background: rgba(0, 204, 255, 0.15);
  box-shadow: 0 0 15px rgba(0, 204, 255, 0.5);
  transform: translateY(-5px);
}

.f-info-brand h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Responsive Styles */
@media (max-width: 1100px) {
  .footer-main {
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    gap: 30px;
  }

  .contact-sec, .browse-sec {
    align-items: center;
  }

  .email {
    padding: 8px 16px;
    justify-content: center;
  }

  .contact-us::after, .browse-title::after {
    left: 15%;
    width: 70%;
  }

  .browse-links {
    align-items: center;
  }

  .browse-links li a {
    padding-left: 0;
  }

  .browse-links li a::before {
    display: none;
  }

  iframe {
    height: 250px;
    width: 350px;
  }
}

@media (max-width: 600px) {
  .footer-item {
    height: 140px;
    width: 140px;
  }

  .contact-us, .browse-title {
    font-size: 24px;
  }

  .email, 
  .email a, 
  .browse-links li a {
    font-size: 16px !important;
  }

  .email {
    padding: 8px 12px;
  }

  iframe {
    height: 200px;
    width: 300px;
  }

  .contact-us::after, .browse-title::after {
    left: 20%;
    width: 60%;
  }
  
  .copyright {
    font-size: 14px;
  }
}
