#pxl-page-title-default {
    background: url('https://appliancedoc.ca/wp-content/uploads/2024/11/technician-diagnosing-appliance-1.jpg') 0% 0% / cover fixed !important;
    background-position-y: 0% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

#pxl-page-title-default:after{
	opacity: 0.5;
	!important;
}

#pxl-main {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 112px;
!important;
}



@media (max-width: 768px) { /* Adjust the max-width as per your mobile breakpoint */
    .pxl-img-layout-2 .experience {
        left: -35px !important;
    }
}

@media screen and (max-width: 1199px) {
    #pxl-header-default .pxl-header-branding img, #pxl-header-elementor .pxl-header-branding img {
        height: 70px !important;
    }
}

@media screen and (min-width: 1200px) {
    .pxl-menu-primary > li > a {
        line-height: 65px !important;
    }
}






.pxl-breadcrumb .breadcrumb-entry {
    font-weight: bold !important;
    font-size: 14px !important;
}

/* Remove the actual dot characters from breadcrumbs */
.pxl-breadcrumb li {
    list-style: none !important;
}

.pxl-breadcrumb li::before {
    content: none !important;
}

/* Remove any inline "•" dots between links */
.pxl-breadcrumb li .breadcrumb-entry {
    position: relative;
}

/* OPTIONAL: Replace with a clean ">" separator */
.pxl-breadcrumb li:not(:last-child)::after {
    content: ">" !important;
    margin: 0 5px;
    color: #ffffff; /* match your breadcrumb color */
    font-size: 14px;
    font-weight: bold;
}

.pxl-breadcrumb li {
    margin-right: 0 !important;
}


/* Remove arrow from last breadcrumb item */
.pxl-breadcrumb li:last-child::after {
    content: none !important;
}



.pxl-service-detail1 .service-title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0 8px 15px; /* ← left padding added */
    line-height: 1.2;
}

.pxl-service-detail1 .service-title i,
.pxl-service-detail1 .service-title img {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
}




