

.herosection {
    position: relative;
    background: url(/wp-content/themes/eduvouge/assets/hero-bg-Bw2QW4GD.webp);
    background-position: center;
    background-size: cover;
    letter-spacing: 0;
}



.faqsection.img
 {
    background: url(/wp-content/uploads/2025/08/faq-bg-DVCOd7HW-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footerbg-container:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background-image: url(/wp-content/uploads/2025/08/footer-bg2-C7OuxJHu.png);
    background-size: cover;
    background-position: top;
    filter: blur(1.5px) brightness(80%);
    border-radius: 1rem;
    z-index: 999;
}


.adm img{
    width: 50px; /* or any fixed size */
  height: 50px;
  object-fit: contain; 
}

.adm button{
  
    padding: .6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;

}



