/* Social Icons Animated Hover Effects */
.footer-social, .footer-social-icons, .footer-social-list {
  display: flex;
  gap: 12px;
  align-items: center;
}
.footer-social a, .footer-social-icons a, .footer-social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #232F3E;
  color: #fff;
  font-size: 1.3rem;
  margin: 0 4px;
  box-shadow: 0 2px 8px rgba(44,62,80,0.08);
  transition: transform 0.25s cubic-bezier(.39,.575,.56,1.000), background 0.25s, color 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.footer-social a:hover, .footer-social-icons a:hover, .footer-social-list a:hover {
  transform: scale(1.18) rotate(-8deg);
  background: linear-gradient(120deg, #36904d 0%, #232F3E 100%);
  color: #fff200;
  box-shadow: 0 6px 24px rgba(54,144,77,0.18), 0 0 0 4px #36904d33;
  z-index: 2;
}
.footer-social a:active, .footer-social-icons a:active, .footer-social-list a:active {
  transform: scale(0.95) rotate(2deg);
  background: #36904d;
  color: #fff;
}
.footer-social a i, .footer-social-icons a i, .footer-social-list a i {
  transition: transform 0.25s cubic-bezier(.39,.575,.56,1.000);
}
.footer-social a:hover i, .footer-social-icons a:hover i, .footer-social-list a:hover i {
  transform: scale(1.25) rotate(10deg);
}
/* --- Animated Contact Details Styles --- */
.contact-item.animate-init {
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: opacity 0.7s cubic-bezier(.77,0,.18,1), transform 0.7s cubic-bezier(.77,0,.18,1);
}
.contact-item.animated {
  opacity: 1;
  transform: translateY(0) scale(1);
}


.contact-item {
  background: rgba(255,255,255,0.07);
  border-radius: 14px;
  box-shadow: 0 1px 8px 0 rgba(0,0,0,0.06);
  padding: 14px 12px 10px 12px;
  margin-bottom: 16px;
  transition: box-shadow 0.3s, background 0.3s;
  position: relative;
  overflow: hidden;
}
.contact-item:hover {
  background: rgba(255,255,255,0.13);
  box-shadow: 0 3px 16px 0 rgba(0,0,0,0.10);
}


.ci-icon.animated-icon {
  display: inline-block;
  font-size: 1.3em;
  color: #4f8cff;
  margin-bottom: 6px;
  transition: color 0.3s, transform 0.4s cubic-bezier(.77,0,.18,1);
  animation: iconPop 1.1s cubic-bezier(.77,0,.18,1) both;
}
.contact-item:hover .ci-icon.animated-icon {
  color: #ff7e5f;
  transform: scale(1.10) rotate(-6deg);
}

@keyframes iconPop {
  0% { transform: scale(0.7) rotate(-20deg); opacity: 0; }
  60% { transform: scale(1.15) rotate(8deg); opacity: 1; }
  100% { transform: scale(1) rotate(0); opacity: 1; }
}

.ci-title {
  font-weight: 700;
  font-size: 1.1em;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 7px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.13);
}
.ci-text, .ci-phone {
  color: #e0e6f6;
  font-size: 1em;
  word-break: break-word;
  margin-bottom: 0;
}
.ci-text a, .ci-phone a {
  color: #b3d1ff;
  text-decoration: none;
  transition: color 0.3s;
}
.ci-text a:hover, .ci-phone a:hover {
  color: #ff7e5f;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .contact-item {
    padding: 8px 5px 6px 5px;
    font-size: 0.95em;
  }
  .ci-icon.animated-icon {
    font-size: 1em;
  }
}
/* Modern Footer Styles with Animations */
.footer-bg.footer {
  background: #232F3E;
  color: #f3f6fa;
  padding: 18px 0 8px 0;
  position: relative;
  overflow: hidden;
}
.footer-bg.footer .container {
  position: relative;
  z-index: 2;
}
.footer-bg.footer .footer-text {
  text-align: center;
  margin-bottom: 6px;
  color: #f3f6fa;
  animation: fadeInUp 1s cubic-bezier(.77,0,.18,1) 0.2s both;
}
.footer-bg.footer .footer-copy {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #e3e8f0;
}
.footer-bg.footer .footer-made {
  font-size: 14px;
  color: #b0b8c7;
  margin-bottom: 10px;
}
.footer-bg.footer .footer-social-links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 6px;
  animation: fadeInUp 1s cubic-bezier(.77,0,.18,1) 0.4s both;
}
.footer-bg.footer .footer-social-links .social-links a {
  display: inline-block;
  background: #1a2330;
  color: #f3f6fa;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  transition: background 0.3s, color 0.3s, transform 0.3s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.footer-bg.footer .footer-social-links .social-links a:hover {
  background: #f3f6fa;
  color: #232F3E;
  transform: translateY(-6px) scale(1.08) rotate(-6deg);
}
.footer-bg.footer .footer-wave {
  position: absolute;
  left: 0; right: 0; top: -40px;
  width: 100%;
  height: 80px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.7;
  animation: waveMove 8s linear infinite;
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: none; }
}
@keyframes waveMove {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100px); }
}
