#subheader.style-2 {
    padding: 150px 0 150px 0; /* Padding for desktop view */
}
@media only screen and (max-width: 768px) {
    #subheader.style-2 {
        padding: 0px 0 0px 0; /* Padding for mobile view */
    }
}
#subheader.style-2 h1 {
    font-size: 56px;
    text-align: left;
    margin: 0;
    float: none;
    font-weight: bold;
    letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
    #subheader.style-2 h1 {
        font-size: 32px;
        text-align: left;
        margin: 0;
        float: none;
        font-weight: bold;
        letter-spacing: 1px;
    }
}
.justify{
    text-align: justify;
}

.single-line-heading {
    white-space: nowrap;
    overflow: hidden;
    font-size: 30px; /* Adjust size as needed */
}


.de_light .accordion-button, .de_light .accordion-item, .de_light .accordion-button:not(.collapsed) {
    color: #07003b;
    background: #45a3dc;
}

/* Ensure text content within the accordion and headings is white */
#section-testimonial-coworking {
    color: #ffffff;
}

#section-testimonial-coworking .accordion-button {
    color: #ffffff;
}

#section-testimonial-coworking .accordion-body {
    color: #ffffff;
}

#section-testimonial-coworking h1, 
#section-testimonial-coworking h5 {
    color: #ffffff;
}
#subheader {
    position: relative;
    overflow: hidden;
}

#subheader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
    z-index: 1;
}

#subheader .container {
    position: relative;
    z-index: 2;
}
.idcolour1{
    color: #1c4fb4;
}
@media only screen and (min-width: 768px) { /* Adjust min-width as needed for your desktop view */
    li a {
      color: white !important;
    }
}

