.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;
   
    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: 22px;
    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;
}


.content-inner-1 {
    padding-top: 90px !important;
    padding-bottom: 60px !important ;
}


    @media only screen and (max-width: 991px) {
      .dlab-bnr-inr h1 {
        font-size: 25px;
      background: #0000002e; 
    color:white} }
      @media only screen and (max-width: 1024px) {
      .dlab-bnr-inr h1 {
        font-size: 25px;
      background: #0000002e; 
    color:white} }
    

    /* Tablet View - 3 Cards Per Row */
@media (min-width: 768px) and (max-width: 1024px) {

    .three-cards-grid{
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .three-cards-grid > div{
        width: 100% !important;
        padding: 25px 15px !important;
    }

    .three-cards-grid h3{
        font-size: 14px !important;
        line-height: 1.5;
    }

    .three-cards-grid svg{
        width: 36px;
        height: 36px;
        margin-bottom: 12px;
    }
}