.partner-button {
  padding: 12px 24px;
  margin-bottom: 15px;
  border: 2px solid #9d00ff;
  border-radius: 35px;
  background: transparent;
  color: #ff00e6;
  font: bold 18px/1 'inherit';
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 0 8px #ff00e6;
  box-shadow: 0 0 15px #9d00ff, 0 0 25px #ff00e6;
  cursor: pointer;
  transition: all 0.3s;
}

.partner-button:hover {
  box-shadow: 0 0 20px #9d00ff, 0 0 35px #ff00e6;
}

  
  .banners-container {
    display: none;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ff00e6;
    box-shadow: 0 0 20px #9d00ff;
  }
  
  .banner-item {
    display: inline-block;
    margin: 10px;
    transition: transform 0.3s;
  }
  
  .banner-item:hover {
    transform: scale(1.05);
  }
  
  .banner-image {
    border-radius: 6px;
    border: 1px solid #ff00e6;
    box-shadow: 0 0 15px #9d00ff;
    max-width: 100%;
  }
  
  .seo-banner {
    display: inline-block;
    margin: 10px;
    transition: all 0.3s;
    width: 160px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ff00e6;
    border-radius: 8px;
    box-shadow: 0 0 15px #9d00ff;
    background: rgba(0,0,0,0.7);
  }
  
  .seo-banner:hover {
    box-shadow: 0 0 20px #ff00e6;
    transform: scale(1.05);
  }
  
  .seo-banner a {
    font-family: Arial;
    font-size: 11px;
    color: #9d00ff;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 0 5px #ff00e6;
    display: block;
  }
  
  .happy-escorts-banner {
    display: inline-block;
    margin: 10px;
    transition: all 0.3s;
    overflow: hidden;
  }
  
  .happy-escorts-banner:hover {
    box-shadow: 0 0 25px #ff00e6;
    transform: scale(1.02);
  }
  
  .freeweb-banner {
    display: inline-block;
    margin: 10px;
    padding: 5px;
    transition: all 0.3s;
    border: 1px solid #ff00e6;
    border-radius: 8px;
    box-shadow: 0 0 15px #9d00ff;
    background: rgba(0,0,0,0.7);
  }
  
  .freeweb-banner:hover {
    box-shadow: 0 0 20px #ff00e6;
    transform: scale(1.05);
  }
  
  .text-links {
    margin-top: 15px;
    color: #ff00e6;
    text-shadow: 0 0 5px #9d00ff;
  }
  
  .text-links a {
    color: #ff00e6;
    text-decoration: none;
    margin: 0 10px;
  }