.services-section{
    background: linear-gradient(
        143deg, #222, black);

    

    
}
.services-web-dev{
    height: auto;;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    min-height: 85vh;



    h1{
        color: white;
        margin: 0;
        margin-top: 60px;
        padding: 10px;
    } p {
        color: rgba(255,255,255,0.5);
        padding: 0px;
        margin-top: 30px;
        line-height: 36px;
        word-spacing: 4px;
        font-size: calc(var(--default-font-size) + 3px);
    }

    h1, p{
        padding: 0 2vw;
        width: 100%;

    }
    .adj{
        display: inline-block;
        color: var(--accent);
        background: black;
    }
}

.included-services{
background: rgba(255, 255, 255, 0.03);
color: white;
padding: 5px 20px;
border-radius: 10px;
width: fit-content;
font-size: var(--default-font-size);
width: 100%;
padding: 30px 35px 10px 30px;
margin-top: 80px;

span{
    margin-bottom: 7px;
    display: inline-block;
    color: #555;
}


ul{
    padding-inline-start: 0;
    display: flex;
    overflow: auto;
    gap: 30px;
    /* overflow: auto; */
    width: 100%;
    margin: 0;
    /* padding: 20px; */
    justify-content: space-between;
    padding:10px 0;
}
li{
    color: #999;
    list-style-type: none;
    line-height: 40px;
    margin: 0;
    text-wrap: no;
    word-break: keep-all;
    word-wrap: normal;
    white-space: nowrap;
    border-bottom: 1px solid #333;

}
}





.dated{
background: #dcdcdc;
color: #000;
border: 1px solid #808080;

font-family: "MS Sans Serif", sans-serif;
font-size: 0.9em;

box-shadow:
    inset 1px 1px 0 #ffffff,
    inset -1px -1px 0 #999;   
}

.nonexistent{
display: inline-block;
border: 2.5px dashed rgba(255,255,255,0.35);
background: transparent;

/* hide the text visually but keep space */
color: transparent;

/* slightly ghosted look */
opacity: 0.4;
font-style: italic;
transition: all 0.25s ease;
}

.nonexistent:hover{
color: white;
}


/* dj section */


.dj-info-container{
padding: 40px 2vw;
}

.dj-service-section {
position: relative;
overflow: hidden;
background: #050508; /* or your dark color */
min-height: 100vh;

p{
margin-top: 20px;
color: #666;
}
}

.dj-bg {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
opacity: 0.35;          /* lower if too strong */
pointer-events: none;
}

.dj-content {
position: relative;
z-index: 1;
}