
/** social-links-styling **/
.main-header.style-two .header-upper .upper-info li.header-social-links{
  padding: 0 !important;
  display: flex !important;
  gap: 12px !important;
  margin-right: 40px !important;
  align-items: center !important;
}

.main-header.style-two .header-upper .upper-info li.header-social-links a{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  background: #A93226 !important;
  border-radius: 50% !important;
  color: #ffffff !important;
  font-size: 22px !important;
  box-shadow: 0 5px 15px rgba(169, 50, 38, 0.3) !important;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  border: none !important;
  outline: none !important;
}

.main-header.style-two .header-upper .upper-info li.header-social-links a i {
  position: static !important;
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important; /* Force removal of background */
  background-image: none !important;
  opacity: 1 !important;
  font-weight: normal !important;
  border: none !important; /* Remove any border */
  outline: none !important;
  box-shadow: none !important;
}

/* Specific fix for FA icons that might have background/border from theme */
.main-header.style-two .header-upper .upper-info li.header-social-links a i::before,
.main-header.style-two .header-upper .upper-info li.header-social-links a i::after {
  background: transparent !important;
  border: none !important;
}

.main-header.style-two .header-upper .upper-info li.header-social-links a:hover{
  background: #121212 !important;
  color: #fff !important;
  transform: translateY(-5px) scale(1.1) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4) !important;
}

.footer-social-links{
  position: relative;
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

.footer-social-links li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #A93226;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  transition: all 0.3s ease;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  border: none !important;
}

.footer-social-links li a i {
    background: transparent !important;
    border: none !important;
}

.footer-social-links li a:hover{
  background: #fff;
  color: #A93226;
  transform: translateY(-3px);
}

@media only screen and (max-width: 767px) {
  .main-footer .footer-logo,
  .main-footer .logo-widget {
    text-align: center !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .main-footer .footer-social-links {
    justify-content: center !important;
    margin-bottom: 30px;
  }
  
  .main-footer .footer-logo img {
    margin: 0 auto;
  }
}
