.breadcrumb-row ul li a {
color: #f59711;;
}
.dlab-bnr-inr {
    position: relative;
    background: black;
}


.dlab-bnr-inr .container {
    position: relative;
    z-index: 2;  /* keeps text above overlay */
}
/* Paragraph - matches .design-intro and body text */
p {
    font-size: 14px !important;
    color: #666666;
    line-height: 1.8;
    margin: 0 0 16px;
}



/* H1 - Banner title */
h1 {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 0 16px;
}

/* H2 - Section/Design titles (matches .design-block h2) */
h2 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.4;
    margin: 0 0 14px;
}

/* H3 - Card titles (matches cards-grid h3) */
h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
    line-height: 1.4;
}

/* H4 - Sub-labels like "Materials used:", "Best suited for:" */
h4 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
    line-height: 1.4;
}

/* H5 - Footer titles */
h5 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

/* H6 - Sidebar recent post titles */
h6 {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.5;
    margin: 0 0 6px;
}

