.elementor-287 .elementor-element.elementor-element-13f6a38{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a4b661a *//* Footer Section */
.expert-footer-section {
  position: relative;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #2a2a2a 100%);
  color: white;
  overflow: hidden;
  padding: 80px 0 0;
}

.expert-footer-container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Footer Content */
.expert-footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 60px;
  margin-bottom: 60px;
}

.expert-footer-column {
  display: flex;
  flex-direction: column;
}

/* Brand Column */
.expert-brand-column {
  gap: 25px;
}

.expert-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.expert-brand-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.expert-logo-icon {
  width: 50px;
  height: 50px;
  background: rgba(118, 97, 83, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(118, 97, 83, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.expert-brand-logo:hover .expert-logo-icon {
  background: rgba(118, 97, 83, 0.2);
  transform: scale(1.1);
}

.expert-brand-name {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, #ffffff, #FCBE51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.expert-brand-tagline {
  color: #cccccc;
  font-size: 16px;
  line-height: 1.6;
  max-width: 300px;
}

.expert-social-links {
  display: flex;
  gap: 15px;
}

.expert-social-link {
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cccccc;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.expert-social-link:hover {
  background: #FCBE51;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(118, 97, 83, 0.3);
}

/* Footer Titles */
.expert-footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  color: white;
  position: relative;
}

.expert-footer-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #FCBE51, transparent);
  border-radius: 1px;
}

/* Footer Links */
.expert-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.expert-footer-link {
  color: #cccccc;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 0;
  display: inline-block;
}

.expert-footer-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #D48D93;
  transition: width 0.3s ease;
}

.expert-footer-link:hover {
  color: #FCBE51;
  padding-left: 15px;
}

.expert-footer-link:hover::before {
  width: 10px;
}

/* Contact Info */
.expert-contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.expert-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
}

.expert-contact-item:hover {
  transform: translateX(5px);
}

.expert-contact-icon {
  width: 40px;
  height: 40px;
  background: rgba(118, 97, 83, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.expert-contact-item:hover .expert-contact-icon {
  background: rgba(118, 97, 83, 0.2);
  transform: scale(1.1);
}

.expert-contact-text {
  color: #cccccc;
  font-size: 14px;
  line-height: 1.4;
}

.expert-contact-item:hover .expert-contact-text {
  color: white;
}

/* Footer Bottom */
.expert-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0;
}

.expert-footer-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.expert-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(118, 97, 83, 0.5), transparent);
}

.expert-divider-icon {
  width: 40px;
  height: 40px;
  background: rgba(118, 97, 83, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expert-footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.expert-footer-copyright p {
  color: #cccccc;
  margin: 0;
}

.expert-footer-badges {
  display: flex;
  gap: 15px;
}

.expert-badge {
  background: rgba(118, 97, 83, 0.1);
  color: #cccccc;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid rgba(118, 97, 83, 0.2);
  transition: all 0.3s ease;
}

.expert-badge:hover {
  background: rgba(118, 97, 83, 0.2);
  color: white;
  transform: translateY(-2px);
}

/* Background Elements */
.expert-footer-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.expert-footer-element {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(118, 97, 83, 0.03) 0%, transparent 70%);
  animation: expertFooterFloat 30s infinite linear;
}

.expert-foot-element-1 {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 5%;
  animation-delay: 0s;
}

.expert-foot-element-2 {
  width: 70px;
  height: 70px;
  top: 60%;
  left: 10%;
  animation-delay: 10s;
}

.expert-foot-element-3 {
  width: 90px;
  height: 90px;
  top: 30%;
  right: 8%;
  animation-delay: 20s;
}

.expert-foot-element-4 {
  width: 50px;
  height: 50px;
  top: 70%;
  right: 12%;
  animation-delay: 15s;
}

@keyframes expertFooterFloat {
  0% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  25% {
    transform: translateY(-15px) rotate(90deg) scale(1.05);
  }
  50% {
    transform: translateY(0) rotate(180deg) scale(1);
  }
  75% {
    transform: translateY(15px) rotate(270deg) scale(0.95);
  }
  100% {
    transform: translateY(0) rotate(360deg) scale(1);
  }
}

/* Floating Glasses */
.expert-footer-glasses {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.expert-footer-glass {
  position: absolute;
  opacity: 0.05;
  transition: all 0.6s ease;
}

.expert-footer-glass-1 {
  top: 25%;
  left: 15%;
  animation: expertFooterGlassFloat 25s infinite ease-in-out;
}

.expert-footer-glass-2 {
  bottom: 30%;
  right: 15%;
  animation: expertFooterGlassFloat 30s infinite ease-in-out 5s;
}

@keyframes expertFooterGlassFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-10px) rotate(3deg);
  }
  66% {
    transform: translateY(5px) rotate(-3deg);
  }
}

.expert-glass-frame {
  display: flex;
  gap: 6px;
  align-items: center;
  filter: drop-shadow(0 3px 10px rgba(118, 97, 83, 0.2));
}

.expert-glass-lens {
  width: 30px;
  height: 20px;
  border: 2px solid #D48D93;
  border-radius: 6px;
  background: rgba(118, 97, 83, 0.1);
  backdrop-filter: blur(5px);
}

.expert-glass-bridge {
  width: 12px;
  height: 3px;
  background: #D48D93;
  border-radius: 2px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .expert-footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .expert-brand-column {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .expert-footer-section {
    padding: 60px 0 0;
  }
  
  .expert-footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .expert-footer-copyright {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .expert-footer-badges {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .expert-footer-section {
    padding: 40px 0 0;
  }
  
  .expert-brand-logo {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .expert-social-links {
    justify-content: center;
  }
  
  .expert-contact-item {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .expert-footer-badges {
    flex-direction: column;
    align-items: center;
  }
}

/* Enhanced Effects */
.expert-link-ripple {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #D48D93;
  border-radius: 50%;
  animation: expertRipple 0.6s ease-out;
  pointer-events: none;
}

@keyframes expertRipple {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(20);
    opacity: 0;
  }
}

.expert-social-link {
  position: relative;
  overflow: hidden;
}

.expert-social-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}

.expert-social-link:hover::before {
  left: 100%;
}/* End custom CSS */