/* Add custom CSS styles below */ 
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.container {
    min-height: 0vh;
    width: 100%;
    background-color: #;
}
.container, 
.wrapper, 
.main-content, 
.section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 50 !important;
    padding-right: 50 !important;
    margin-left: 0 !important;
    margin-right: 50 !important;
}
body {
    background-image: url(https://l.top4top.io/p_3699ubt9f1.jpg); 
    
    background-attachment: fixed;
    
    background-repeat: no-repeat;
    
    background-size: cover;
    
    background-position: center;
}

footer {
  
    background-color: transparent; /* شفاف تمامًا */
}